+ 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 [Wed Jul 1 11:36:11 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-181-generic #191-Ubuntu SMP Fri May 22 19:09:02 UTC 2026 nodename: neutron-server-74dfbd68b6-grjpk 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 0x7f6b762d7668 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-07-01 11:36:15.053 7 INFO neutron.common.config [-] Logging enabled! 2026-07-01 11:36:15.053 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev31 2026-07-01 11:36:15.134 8 INFO neutron.common.config [-] Logging enabled! 2026-07-01 11:36:15.134 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev31 2026-07-01 11:36:16.054 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-01 11:36:16.170 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-07-01 11:36:17.476 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 11:36:17.479 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-01 11:36:17.483 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-01 11:36:17.484 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 11:36:17.484 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-01 11:36:17.485 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-01 11:36:17.485 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 11:36:17.493 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 11:36:17.493 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 11:36:17.493 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 11:36:17.501 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 11:36:17.503 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-07-01 11:36:17.507 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-07-01 11:36:17.508 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-07-01 11:36:17.508 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-07-01 11:36:17.508 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-07-01 11:36:17.508 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 11:36:17.516 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-01 11:36:17.517 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 11:36:17.517 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-01 11:36:17.518 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 11:36:17.518 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-07-01 11:36:17.518 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 11:36:17.541 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-07-01 11:36:17.542 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-07-01 11:36:17.542 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-07-01 11:36:17.562 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-01 11:36:17.562 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-01 11:36:17.562 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-01 11:36:17.562 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-01 11:36:17.585 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-07-01 11:36:17.586 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-07-01 11:36:17.586 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-07-01 11:36:17.586 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-07-01 11:36:17.852 7 INFO neutron.plugins.ml2.managers [None req-c372f212-265f-4f03-97da-dd6073feff55 - - - - - -] Initializing driver for type 'vlan' 2026-07-01 11:36:17.880 8 INFO neutron.plugins.ml2.managers [None req-5c26b06b-0cc1-4ea9-8229-705e15aa0170 - - - - - -] Initializing driver for type 'vlan' 2026-07-01 11:36:18.137 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c372f212-265f-4f03-97da-dd6073feff55 - - - - - -] VlanTypeDriver initialization complete 2026-07-01 11:36:18.137 7 INFO neutron.plugins.ml2.managers [None req-c372f212-265f-4f03-97da-dd6073feff55 - - - - - -] Initializing driver for type 'vxlan' 2026-07-01 11:36:18.137 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c372f212-265f-4f03-97da-dd6073feff55 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-01 11:36:18.149 7 INFO neutron.plugins.ml2.managers [None req-c372f212-265f-4f03-97da-dd6073feff55 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-01 11:36:18.150 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c372f212-265f-4f03-97da-dd6073feff55 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-01 11:36:18.150 7 INFO neutron.plugins.ml2.managers [None req-c372f212-265f-4f03-97da-dd6073feff55 - - - - - -] Initializing extension driver 'port_security' 2026-07-01 11:36:18.150 7 INFO neutron.plugins.ml2.extensions.port_security [None req-c372f212-265f-4f03-97da-dd6073feff55 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-01 11:36:18.150 7 INFO neutron.plugins.ml2.managers [None req-c372f212-265f-4f03-97da-dd6073feff55 - - - - - -] Initializing extension driver 'qos' 2026-07-01 11:36:18.150 7 INFO neutron.plugins.ml2.managers [None req-c372f212-265f-4f03-97da-dd6073feff55 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-01 11:36:18.150 7 INFO neutron.plugins.ml2.managers [None req-c372f212-265f-4f03-97da-dd6073feff55 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-01 11:36:18.152 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-5c26b06b-0cc1-4ea9-8229-705e15aa0170 - - - - - -] VlanTypeDriver initialization complete 2026-07-01 11:36:18.153 8 INFO neutron.plugins.ml2.managers [None req-5c26b06b-0cc1-4ea9-8229-705e15aa0170 - - - - - -] Initializing driver for type 'vxlan' 2026-07-01 11:36:18.153 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-5c26b06b-0cc1-4ea9-8229-705e15aa0170 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-07-01 11:36:18.162 7 INFO neutron.quota [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded quota_driver: . 2026-07-01 11:36:18.162 7 INFO neutron.plugins.ml2.plugin [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Modular L2 Plugin initialization complete 2026-07-01 11:36:18.162 7 INFO neutron.plugins.ml2.managers [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-01 11:36:18.162 7 INFO neutron.plugins.ml2.managers [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-01 11:36:18.162 7 INFO neutron.plugins.ml2.managers [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Got port-security extension from driver 'port_security' 2026-07-01 11:36:18.163 7 INFO neutron.extensions.vlantransparent [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Disabled vlantransparent extension. 2026-07-01 11:36:18.163 7 INFO neutron.extensions.qinq [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Disabled VLAN QinQ extension. 2026-07-01 11:36:18.163 7 INFO neutron.manager [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loading Plugin: qos 2026-07-01 11:36:18.165 8 INFO neutron.plugins.ml2.managers [None req-5c26b06b-0cc1-4ea9-8229-705e15aa0170 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-07-01 11:36:18.166 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-5c26b06b-0cc1-4ea9-8229-705e15aa0170 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-07-01 11:36:18.166 8 INFO neutron.plugins.ml2.managers [None req-5c26b06b-0cc1-4ea9-8229-705e15aa0170 - - - - - -] Initializing extension driver 'port_security' 2026-07-01 11:36:18.166 8 INFO neutron.plugins.ml2.extensions.port_security [None req-5c26b06b-0cc1-4ea9-8229-705e15aa0170 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-07-01 11:36:18.166 8 INFO neutron.plugins.ml2.managers [None req-5c26b06b-0cc1-4ea9-8229-705e15aa0170 - - - - - -] Initializing extension driver 'qos' 2026-07-01 11:36:18.166 8 INFO neutron.plugins.ml2.managers [None req-5c26b06b-0cc1-4ea9-8229-705e15aa0170 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-07-01 11:36:18.166 8 INFO neutron.plugins.ml2.managers [None req-5c26b06b-0cc1-4ea9-8229-705e15aa0170 - - - - - -] Initializing mechanism driver 'l2population' 2026-07-01 11:36:18.175 7 INFO neutron.manager [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loading Plugin: router 2026-07-01 11:36:18.180 8 INFO neutron.quota [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded quota_driver: . 2026-07-01 11:36:18.181 8 INFO neutron.plugins.ml2.plugin [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Modular L2 Plugin initialization complete 2026-07-01 11:36:18.181 8 INFO neutron.plugins.ml2.managers [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-07-01 11:36:18.181 8 INFO neutron.plugins.ml2.managers [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-07-01 11:36:18.181 8 INFO neutron.plugins.ml2.managers [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Got port-security extension from driver 'port_security' 2026-07-01 11:36:18.181 8 INFO neutron.extensions.vlantransparent [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Disabled vlantransparent extension. 2026-07-01 11:36:18.182 8 INFO neutron.extensions.qinq [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Disabled VLAN QinQ extension. 2026-07-01 11:36:18.182 8 INFO neutron.manager [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loading Plugin: qos 2026-07-01 11:36:18.195 8 INFO neutron.manager [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loading Plugin: router 2026-07-01 11:36:18.224 7 INFO neutron.services.service_base [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-01 11:36:18.225 7 INFO neutron.manager [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loading Plugin: segments 2026-07-01 11:36:18.240 8 INFO neutron.services.service_base [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-07-01 11:36:18.240 8 INFO neutron.manager [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loading Plugin: segments 2026-07-01 11:36:18.324 7 INFO neutron.manager [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loading Plugin: trunk 2026-07-01 11:36:18.333 8 INFO neutron.manager [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loading Plugin: trunk 2026-07-01 11:36:18.339 7 INFO neutron.manager [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loading Plugin: vpnaas 2026-07-01 11:36:18.347 8 INFO neutron.manager [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loading Plugin: vpnaas 2026-07-01 11:36:18.378 7 WARNING stevedore.named [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-01 11:36:18.378 7 WARNING stevedore.named [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 11:36:18.385 8 WARNING stevedore.named [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-07-01 11:36:18.386 8 WARNING stevedore.named [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 11:36:18.453 8 INFO neutron_vpnaas.services.vpn.plugin [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-01 11:36:18.454 8 INFO neutron.common.utils [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-01 11:36:18.454 8 INFO neutron.manager [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loading Plugin: taas 2026-07-01 11:36:18.464 7 INFO neutron_vpnaas.services.vpn.plugin [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-07-01 11:36:18.464 7 INFO neutron.common.utils [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-07-01 11:36:18.464 7 INFO neutron.manager [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loading Plugin: taas 2026-07-01 11:36:18.481 8 WARNING stevedore.named [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 11:36:18.492 7 WARNING stevedore.named [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 11:36:18.509 8 INFO neutron_taas.services.taas.taas_plugin [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-01 11:36:18.509 8 INFO neutron.manager [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loading Plugin: tapmirror 2026-07-01 11:36:18.513 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-07-01 11:36:18.513 7 INFO neutron.manager [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loading Plugin: tapmirror 2026-07-01 11:36:18.524 8 WARNING stevedore.named [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 11:36:18.527 7 WARNING stevedore.named [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-07-01 11:36:18.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-01 11:36:18.561 8 INFO neutron.manager [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loading Plugin: auto_allocate 2026-07-01 11:36:18.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-07-01 11:36:18.564 7 INFO neutron.manager [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loading Plugin: auto_allocate 2026-07-01 11:36:18.568 8 INFO neutron.manager [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loading Plugin: tag 2026-07-01 11:36:18.574 7 INFO neutron.manager [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loading Plugin: tag 2026-07-01 11:36:18.578 8 INFO neutron.manager [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loading Plugin: timestamp 2026-07-01 11:36:18.580 8 INFO neutron.manager [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loading Plugin: network_ip_availability 2026-07-01 11:36:18.583 7 INFO neutron.manager [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loading Plugin: timestamp 2026-07-01 11:36:18.584 8 INFO neutron.manager [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loading Plugin: flavors 2026-07-01 11:36:18.586 7 INFO neutron.manager [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loading Plugin: network_ip_availability 2026-07-01 11:36:18.588 8 INFO neutron.manager [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loading Plugin: revisions 2026-07-01 11:36:18.590 7 INFO neutron.manager [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loading Plugin: flavors 2026-07-01 11:36:18.592 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Initializing extension manager. 2026-07-01 11:36:18.593 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: address-group 2026-07-01 11:36:18.594 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: address-scope 2026-07-01 11:36:18.594 7 INFO neutron.manager [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loading Plugin: revisions 2026-07-01 11:36:18.594 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-01 11:36:18.595 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: agent 2026-07-01 11:36:18.596 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: agent-resources-synced 2026-07-01 11:36:18.597 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: allowed-address-pairs 2026-07-01 11:36:18.598 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: auto-allocated-topology 2026-07-01 11:36:18.598 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Initializing extension manager. 2026-07-01 11:36:18.598 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: availability_zone 2026-07-01 11:36:18.599 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: availability_zone_filter 2026-07-01 11:36:18.599 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-01 11:36:18.600 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: address-group 2026-07-01 11:36:18.600 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: default-subnetpools 2026-07-01 11:36:18.601 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: address-scope 2026-07-01 11:36:18.601 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-07-01 11:36:18.602 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-01 11:36:18.602 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: dns-integration 2026-07-01 11:36:18.603 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: agent 2026-07-01 11:36:18.603 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: dns-domain-ports 2026-07-01 11:36:18.603 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-01 11:36:18.604 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: agent-resources-synced 2026-07-01 11:36:18.604 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: dvr 2026-07-01 11:36:18.604 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-01 11:36:18.605 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: empty-string-filtering 2026-07-01 11:36:18.605 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: allowed-address-pairs 2026-07-01 11:36:18.605 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 11:36:18.606 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-01 11:36:18.606 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: external-net 2026-07-01 11:36:18.607 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-01 11:36:18.607 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: extraroute 2026-07-01 11:36:18.607 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: auto-allocated-topology 2026-07-01 11:36:18.608 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: extraroute-atomic 2026-07-01 11:36:18.609 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-01 11:36:18.609 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-01 11:36:18.610 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-01 11:36:18.610 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-01 11:36:18.610 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: availability_zone 2026-07-01 11:36:18.611 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: fip-port-details 2026-07-01 11:36:18.611 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: flavors 2026-07-01 11:36:18.612 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: availability_zone_filter 2026-07-01 11:36:18.612 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-01 11:36:18.613 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-07-01 11:36:18.613 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: floatingip-pools 2026-07-01 11:36:18.614 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: ip_allocation 2026-07-01 11:36:18.614 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: ip-substring-filtering 2026-07-01 11:36:18.614 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: default-subnetpools 2026-07-01 11:36:18.615 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: l2_adjacency 2026-07-01 11:36:18.616 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: router 2026-07-01 11:36:18.617 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-07-01 11:36:18.617 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: dns-integration 2026-07-01 11:36:18.617 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 11:36:18.618 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: dns-domain-ports 2026-07-01 11:36:18.618 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-01 11:36:18.618 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-07-01 11:36:18.619 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-01 11:36:18.619 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: dvr 2026-07-01 11:36:18.619 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: ext-gw-mode 2026-07-01 11:36:18.619 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-07-01 11:36:18.620 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: l3-ha 2026-07-01 11:36:18.620 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: empty-string-filtering 2026-07-01 11:36:18.620 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-01 11:36:18.620 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 11:36:18.621 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-01 11:36:18.621 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-07-01 11:36:18.621 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: l3-flavors 2026-07-01 11:36:18.621 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: external-net 2026-07-01 11:36:18.622 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: extra_dhcp_opt 2026-07-01 11:36:18.622 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-01 11:36:18.622 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: extraroute 2026-07-01 11:36:18.623 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-01 11:36:18.623 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: extraroute-atomic 2026-07-01 11:36:18.624 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-07-01 11:36:18.624 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-07-01 11:36:18.625 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-01 11:36:18.625 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-07-01 11:36:18.625 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-07-01 11:36:18.626 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: fip-port-details 2026-07-01 11:36:18.626 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-01 11:36:18.627 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: flavors 2026-07-01 11:36:18.627 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-01 11:36:18.628 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-07-01 11:36:18.628 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-01 11:36:18.628 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: floatingip-pools 2026-07-01 11:36:18.629 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-01 11:36:18.629 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: ip_allocation 2026-07-01 11:36:18.629 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: multi-provider 2026-07-01 11:36:18.629 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: ip-substring-filtering 2026-07-01 11:36:18.630 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: net-mtu 2026-07-01 11:36:18.630 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: l2_adjacency 2026-07-01 11:36:18.630 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: net-mtu-writable 2026-07-01 11:36:18.631 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: network_availability_zone 2026-07-01 11:36:18.631 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: network_ha 2026-07-01 11:36:18.631 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: router 2026-07-01 11:36:18.632 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: network-ip-availability 2026-07-01 11:36:18.633 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-01 11:36:18.633 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: pagination 2026-07-01 11:36:18.633 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-07-01 11:36:18.634 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: port-device-profile 2026-07-01 11:36:18.634 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-07-01 11:36:18.635 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-07-01 11:36:18.635 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-01 11:36:18.635 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: ext-gw-mode 2026-07-01 11:36:18.635 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-01 11:36:18.636 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: l3-ha 2026-07-01 11:36:18.636 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-01 11:36:18.636 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: port-mac-override 2026-07-01 11:36:18.637 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-07-01 11:36:18.637 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-01 11:36:18.637 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-07-01 11:36:18.637 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-01 11:36:18.638 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: l3-flavors 2026-07-01 11:36:18.638 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-01 11:36:18.638 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: port-resource-request 2026-07-01 11:36:18.639 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-07-01 11:36:18.639 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: port-resource-request-groups 2026-07-01 11:36:18.639 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-07-01 11:36:18.639 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-01 11:36:18.640 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: binding 2026-07-01 11:36:18.640 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: binding-extended 2026-07-01 11:36:18.641 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: port-security 2026-07-01 11:36:18.641 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: l3_agent_scheduler 2026-07-01 11:36:18.641 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: project-id 2026-07-01 11:36:18.642 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: provider 2026-07-01 11:36:18.643 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-01 11:36:18.643 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-07-01 11:36:18.644 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension logging not supported by any of loaded plugins 2026-07-01 11:36:18.645 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: qos 2026-07-01 11:36:18.645 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension metering not supported by any of loaded plugins 2026-07-01 11:36:18.645 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-01 11:36:18.646 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-07-01 11:36:18.646 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-01 11:36:18.646 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: multi-provider 2026-07-01 11:36:18.647 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: qos-default 2026-07-01 11:36:18.647 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: net-mtu 2026-07-01 11:36:18.647 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: qos-fip 2026-07-01 11:36:18.647 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: net-mtu-writable 2026-07-01 11:36:18.648 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-01 11:36:18.648 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: network_availability_zone 2026-07-01 11:36:18.648 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: qos-gateway-ip 2026-07-01 11:36:18.648 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: network_ha 2026-07-01 11:36:18.649 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: qos-port-network-policy 2026-07-01 11:36:18.649 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: network-ip-availability 2026-07-01 11:36:18.649 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: qos-pps-minimum 2026-07-01 11:36:18.650 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-01 11:36:18.650 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-07-01 11:36:18.650 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: qos-pps 2026-07-01 11:36:18.650 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: pagination 2026-07-01 11:36:18.651 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: qos-rule-type-details 2026-07-01 11:36:18.651 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: port-device-profile 2026-07-01 11:36:18.651 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-01 11:36:18.652 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-07-01 11:36:18.652 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: qos-rules-alias 2026-07-01 11:36:18.652 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-07-01 11:36:18.652 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: quota-check-limit 2026-07-01 11:36:18.653 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-07-01 11:36:18.653 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: quota-check-limit-default 2026-07-01 11:36:18.653 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: port-mac-override 2026-07-01 11:36:18.654 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-07-01 11:36:18.654 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-07-01 11:36:18.655 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-07-01 11:36:18.655 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: quotas 2026-07-01 11:36:18.656 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: port-resource-request 2026-07-01 11:36:18.656 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: port-resource-request-groups 2026-07-01 11:36:18.657 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-07-01 11:36:18.657 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: quota_details 2026-07-01 11:36:18.657 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: binding 2026-07-01 11:36:18.658 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: binding-extended 2026-07-01 11:36:18.658 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: rbac-policies 2026-07-01 11:36:18.658 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: port-security 2026-07-01 11:36:18.659 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: rbac-address-group 2026-07-01 11:36:18.659 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: rbac-address-scope 2026-07-01 11:36:18.659 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: project-id 2026-07-01 11:36:18.660 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: rbac-security-groups 2026-07-01 11:36:18.660 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: provider 2026-07-01 11:36:18.660 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: rbac-subnetpool 2026-07-01 11:36:18.661 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-07-01 11:36:18.661 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: revision-if-match 2026-07-01 11:36:18.661 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: standard-attr-revisions 2026-07-01 11:36:18.662 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: router_availability_zone 2026-07-01 11:36:18.662 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-01 11:36:18.663 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: qos 2026-07-01 11:36:18.664 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-07-01 11:36:18.664 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-07-01 11:36:18.665 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: qos-default 2026-07-01 11:36:18.665 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: qos-fip 2026-07-01 11:36:18.665 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: security-groups-default-rules 2026-07-01 11:36:18.666 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-07-01 11:36:18.666 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-01 11:36:18.666 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: qos-gateway-ip 2026-07-01 11:36:18.667 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-01 11:36:18.667 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: qos-port-network-policy 2026-07-01 11:36:18.667 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-01 11:36:18.668 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: qos-pps-minimum 2026-07-01 11:36:18.668 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-01 11:36:18.668 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-01 11:36:18.668 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-07-01 11:36:18.669 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: qos-pps 2026-07-01 11:36:18.669 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: qos-rule-type-details 2026-07-01 11:36:18.670 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: qos-rule-type-filter 2026-07-01 11:36:18.670 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: qos-rules-alias 2026-07-01 11:36:18.671 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: quota-check-limit 2026-07-01 11:36:18.672 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: quota-check-limit-default 2026-07-01 11:36:18.673 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: security-group 2026-07-01 11:36:18.674 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: quotas 2026-07-01 11:36:18.674 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: segment 2026-07-01 11:36:18.674 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-01 11:36:18.675 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: service-type 2026-07-01 11:36:18.675 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: sorting 2026-07-01 11:36:18.676 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: standard-attr-segment 2026-07-01 11:36:18.676 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: quota_details 2026-07-01 11:36:18.677 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: standard-attr-description 2026-07-01 11:36:18.677 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: stateful-security-group 2026-07-01 11:36:18.678 8 WARNING neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-01 11:36:18.678 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: rbac-policies 2026-07-01 11:36:18.678 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-01 11:36:18.678 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: rbac-address-group 2026-07-01 11:36:18.679 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: subnet-external-network 2026-07-01 11:36:18.679 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: rbac-address-scope 2026-07-01 11:36:18.679 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: subnet_onboard 2026-07-01 11:36:18.679 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: rbac-security-groups 2026-07-01 11:36:18.680 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-01 11:36:18.680 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: rbac-subnetpool 2026-07-01 11:36:18.680 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: subnet-service-types 2026-07-01 11:36:18.680 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: revision-if-match 2026-07-01 11:36:18.681 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: subnet_allocation 2026-07-01 11:36:18.681 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: standard-attr-revisions 2026-07-01 11:36:18.682 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: router_availability_zone 2026-07-01 11:36:18.682 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-01 11:36:18.682 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: tag-creation 2026-07-01 11:36:18.682 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-07-01 11:36:18.683 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-01 11:36:18.684 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: security-groups-default-rules 2026-07-01 11:36:18.684 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-07-01 11:36:18.685 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: port-security-groups-filtering 2026-07-01 11:36:18.685 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-07-01 11:36:18.686 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-07-01 11:36:18.687 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-07-01 11:36:18.687 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: standard-attr-tag 2026-07-01 11:36:18.688 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-01 11:36:18.688 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: trunk 2026-07-01 11:36:18.689 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: trunk-details 2026-07-01 11:36:18.689 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-01 11:36:18.690 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-01 11:36:18.690 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-01 11:36:18.691 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-01 11:36:18.691 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: security-group 2026-07-01 11:36:18.692 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: segment 2026-07-01 11:36:18.693 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-07-01 11:36:18.693 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-01 11:36:18.693 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: service-type 2026-07-01 11:36:18.694 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: sorting 2026-07-01 11:36:18.694 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-01 11:36:18.694 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: standard-attr-segment 2026-07-01 11:36:18.695 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: vpn-flavors 2026-07-01 11:36:18.695 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: standard-attr-description 2026-07-01 11:36:18.696 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: stateful-security-group 2026-07-01 11:36:18.696 7 WARNING neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-07-01 11:36:18.696 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: vpnaas 2026-07-01 11:36:18.696 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-07-01 11:36:18.697 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: subnet-external-network 2026-07-01 11:36:18.697 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: taas 2026-07-01 11:36:18.698 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: subnet_onboard 2026-07-01 11:36:18.698 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-07-01 11:36:18.698 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: tap-mirror 2026-07-01 11:36:18.699 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: subnet-service-types 2026-07-01 11:36:18.699 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: subnet_allocation 2026-07-01 11:36:18.699 8 INFO neutron.api.extensions [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Loaded extension: taas-vlan-filter 2026-07-01 11:36:18.700 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-07-01 11:36:18.701 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: tag-creation 2026-07-01 11:36:18.702 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-07-01 11:36:18.703 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-01 11:36:18.703 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-01 11:36:18.703 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:36:18.703 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-01 11:36:18.706 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: standard-attr-tag 2026-07-01 11:36:18.706 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: standard-attr-timestamp 2026-07-01 11:36:18.707 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 11:36:18.707 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: trunk 2026-07-01 11:36:18.708 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: trunk-details 2026-07-01 11:36:18.708 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 11:36:18.708 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-07-01 11:36:18.709 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-07-01 11:36:18.709 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-07-01 11:36:18.710 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: vpn-aes-ctr 2026-07-01 11:36:18.712 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-07-01 11:36:18.713 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-07-01 11:36:18.713 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 11:36:18.713 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: vpn-flavors 2026-07-01 11:36:18.714 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 11:36:18.714 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 11:36:18.715 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: vpnaas 2026-07-01 11:36:18.716 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:36:18.716 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] subnetpool is already registered 2026-07-01 11:36:18.716 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: taas 2026-07-01 11:36:18.717 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:36:18.717 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] subnetpool is already registered 2026-07-01 11:36:18.717 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: tap-mirror 2026-07-01 11:36:18.717 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 11:36:18.718 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:36:18.718 7 INFO neutron.api.extensions [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Loaded extension: taas-vlan-filter 2026-07-01 11:36:18.718 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:36:18.719 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 11:36:18.720 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 11:36:18.720 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 11:36:18.721 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:36:18.721 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] ipsecpolicy is already registered 2026-07-01 11:36:18.721 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:network 2026-07-01 11:36:18.722 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:36:18.722 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-07-01 11:36:18.722 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:36:18.722 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] ikepolicy is already registered 2026-07-01 11:36:18.722 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:port 2026-07-01 11:36:18.726 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 11:36:18.727 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 11:36:18.730 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 11:36:18.731 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] router is already registered 2026-07-01 11:36:18.732 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 11:36:18.733 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 11:36:18.732 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 11:36:18.733 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] floatingip is already registered 2026-07-01 11:36:18.733 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 11:36:18.735 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:36:18.735 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] subnetpool is already registered 2026-07-01 11:36:18.735 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:36:18.736 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] subnetpool is already registered 2026-07-01 11:36:18.736 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 11:36:18.737 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:36:18.737 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:36:18.737 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 11:36:18.738 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 11:36:18.738 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 11:36:18.739 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:36:18.739 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] ipsecpolicy is already registered 2026-07-01 11:36:18.739 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:36:18.739 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] ikepolicy is already registered 2026-07-01 11:36:18.741 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 11:36:18.741 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] rbac_policy is already registered 2026-07-01 11:36:18.742 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 11:36:18.742 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] security_group is already registered 2026-07-01 11:36:18.742 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 11:36:18.743 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] security_group_rule is already registered 2026-07-01 11:36:18.743 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:36:18.744 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] subnetpool is already registered 2026-07-01 11:36:18.744 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:36:18.744 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] subnetpool is already registered 2026-07-01 11:36:18.744 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:router 2026-07-01 11:36:18.744 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] router is already registered 2026-07-01 11:36:18.745 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 11:36:18.745 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] trunk is already registered 2026-07-01 11:36:18.745 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-07-01 11:36:18.745 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] floatingip is already registered 2026-07-01 11:36:18.745 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:36:18.745 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] ikepolicy is already registered 2026-07-01 11:36:18.746 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:36:18.746 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] ipsecpolicy is already registered 2026-07-01 11:36:18.746 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 11:36:18.747 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] endpoint_group is already registered 2026-07-01 11:36:18.747 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 11:36:18.747 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] vpnservice is already registered 2026-07-01 11:36:18.747 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 11:36:18.748 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] ipsec_site_connection is already registered 2026-07-01 11:36:18.748 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:36:18.748 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] ipsecpolicy is already registered 2026-07-01 11:36:18.748 8 INFO neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:36:18.749 8 WARNING neutron.quota.resource_registry [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] ikepolicy is already registered 2026-07-01 11:36:18.749 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-07-01 11:36:18.749 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] rbac_policy is already registered 2026-07-01 11:36:18.750 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-07-01 11:36:18.750 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] security_group is already registered 2026-07-01 11:36:18.751 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-07-01 11:36:18.751 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] security_group_rule is already registered 2026-07-01 11:36:18.752 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:36:18.753 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] subnetpool is already registered 2026-07-01 11:36:18.753 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-07-01 11:36:18.754 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] subnetpool is already registered 2026-07-01 11:36:18.754 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-07-01 11:36:18.755 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] trunk is already registered 2026-07-01 11:36:18.756 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:36:18.756 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] ikepolicy is already registered 2026-07-01 11:36:18.757 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:36:18.757 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] ipsecpolicy is already registered 2026-07-01 11:36:18.757 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-07-01 11:36:18.758 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] endpoint_group is already registered 2026-07-01 11:36:18.758 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-07-01 11:36:18.758 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] vpnservice is already registered 2026-07-01 11:36:18.759 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-07-01 11:36:18.759 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] ipsec_site_connection is already registered 2026-07-01 11:36:18.760 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-07-01 11:36:18.760 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] ipsecpolicy is already registered 2026-07-01 11:36:18.761 7 INFO neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-07-01 11:36:18.761 7 WARNING neutron.quota.resource_registry [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] ikepolicy is already registered 2026-07-01 11:36:18.799 8 WARNING keystonemiddleware._common.config [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-01 11:36:18.806 7 WARNING keystonemiddleware._common.config [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-07-01 11:36:18.807 8 WARNING oslo_config.cfg [None req-622b757c-8cc2-4c16-b4e3-d4e4625e4d7a - - - - - -] 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 0x7f6b762d7668 pid: 8 (default app) 2026-07-01 11:36:18.814 7 WARNING oslo_config.cfg [None req-d5180c61-d4ab-41c8-b357-30a2b68fb62a - - - - - -] 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 0x7f6b762d7668 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-07-01 11:36:23.396 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ffd7c809-1564-4b74-8a22-742f9f294023 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/4] 199.204.45.23 () {44 vars in 924 bytes} [Wed Jul 1 11:36:22 2026] GET /v2.0/networks/public => generated 108 bytes in 806 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/5] 199.204.45.23 () {44 vars in 946 bytes} [Wed Jul 1 11:36:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:36:24.176 8 WARNING neutron.services.revisions.revision_plugin [None req-36daf0c7-8ac7-4f7e-b42a-52fc06f023e0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Could not find related network for resource to bump revision. 2026-07-01 11:36:24.197 8 INFO neutron.db.segments_db [None req-36daf0c7-8ac7-4f7e-b42a-52fc06f023e0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 2a209b01-d536-4327-b6fa-1ee643e26f53 of type flat for network 685f0b0d-52d6-4c19-b13b-f7fed7cb66a1 2026-07-01 11:36:24.253 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36daf0c7-8ac7-4f7e-b42a-52fc06f023e0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/6] 199.204.45.23 () {48 vars in 964 bytes} [Wed Jul 1 11:36:23 2026] POST /v2.0/networks => generated 124 bytes in 473 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:36:30.127 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34231a38-95c0-4044-a003-ceb790f2a62b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/8] 199.204.45.23 () {44 vars in 924 bytes} [Wed Jul 1 11:36:30 2026] GET /v2.0/networks/public => generated 108 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/9] 199.204.45.23 () {44 vars in 946 bytes} [Wed Jul 1 11:36:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:36:30.200 8 WARNING neutron.services.revisions.revision_plugin [None req-0d66b09d-1350-4d0f-88ee-e0849e6f18b6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Could not find related network for resource to bump revision. 2026-07-01 11:36:30.216 8 INFO neutron.db.segments_db [None req-0d66b09d-1350-4d0f-88ee-e0849e6f18b6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 89d76c16-3cf6-428a-bc0c-e09cf48a82b1 of type flat for network 567191bb-d6df-4ecf-9f3b-ca0a7697cc47 2026-07-01 11:36:30.240 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d66b09d-1350-4d0f-88ee-e0849e6f18b6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/10] 199.204.45.23 () {48 vars in 964 bytes} [Wed Jul 1 11:36:30 2026] POST /v2.0/networks => generated 124 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:36:36.432 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cf4583dd-e348-4cd1-98ab-b66e79ae09aa 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/11] 199.204.45.23 () {44 vars in 924 bytes} [Wed Jul 1 11:36:36 2026] GET /v2.0/networks/public => generated 108 bytes in 373 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/12] 199.204.45.23 () {44 vars in 946 bytes} [Wed Jul 1 11:36:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:36:36.673 7 WARNING neutron.services.revisions.revision_plugin [None req-8420672c-ead4-45d0-896f-755a776586ed 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Could not find related network for resource to bump revision. 2026-07-01 11:36:36.698 7 INFO neutron.db.segments_db [None req-8420672c-ead4-45d0-896f-755a776586ed 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 659f8e34-add4-414d-8a66-1f9f7f6dbe91 of type flat for network f0e9389d-55d8-4d0c-8d60-b7227771ce7d 2026-07-01 11:36:36.750 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8420672c-ead4-45d0-896f-755a776586ed 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/13] 199.204.45.23 () {48 vars in 964 bytes} [Wed Jul 1 11:36:36 2026] POST /v2.0/networks => generated 124 bytes in 304 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:36:42.613 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b5a63e5-4242-4371-aed4-8c9819f13c19 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/14] 199.204.45.23 () {44 vars in 924 bytes} [Wed Jul 1 11:36:42 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: 7|app: 0|req: 6/15] 199.204.45.23 () {44 vars in 946 bytes} [Wed Jul 1 11:36:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:36:42.678 8 WARNING neutron.services.revisions.revision_plugin [None req-6d9a0440-9669-4497-b9e9-f05c3bcdf49d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Could not find related network for resource to bump revision. 2026-07-01 11:36:42.697 8 INFO neutron.db.segments_db [None req-6d9a0440-9669-4497-b9e9-f05c3bcdf49d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 7d145280-1e7f-40fc-8f30-522eb04205eb of type flat for network 961eaeb0-457a-4631-97a5-9df47061106b 2026-07-01 11:36:42.723 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6d9a0440-9669-4497-b9e9-f05c3bcdf49d 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/16] 199.204.45.23 () {48 vars in 964 bytes} [Wed Jul 1 11:36:42 2026] POST /v2.0/networks => generated 124 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:36:48.598 8 INFO neutron.pecan_wsgi.hooks.translation [None req-292df515-2629-46e0-bf07-792fce944531 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/18] 199.204.45.23 () {44 vars in 924 bytes} [Wed Jul 1 11:36:48 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/19] 199.204.45.23 () {44 vars in 946 bytes} [Wed Jul 1 11:36:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:36:48.678 8 WARNING neutron.services.revisions.revision_plugin [None req-18d6b92a-8cbf-4c59-bc97-2c59bcf84615 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Could not find related network for resource to bump revision. 2026-07-01 11:36:48.704 8 INFO neutron.db.segments_db [None req-18d6b92a-8cbf-4c59-bc97-2c59bcf84615 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment e5bb848d-a914-4aaf-9e50-5b6f8020f848 of type flat for network 22c4a308-81c4-40fe-880f-50f4093db7b2 2026-07-01 11:36:48.749 8 INFO neutron.pecan_wsgi.hooks.translation [None req-18d6b92a-8cbf-4c59-bc97-2c59bcf84615 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/20] 199.204.45.23 () {48 vars in 964 bytes} [Wed Jul 1 11:36:48 2026] POST /v2.0/networks => generated 124 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 11:36:54.634 7 INFO neutron.pecan_wsgi.hooks.translation [None req-56512310-bcbe-49b0-b960-d1a32c7d153e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/21] 199.204.45.23 () {44 vars in 924 bytes} [Wed Jul 1 11:36:54 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/22] 199.204.45.23 () {44 vars in 946 bytes} [Wed Jul 1 11:36:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:36:54.704 7 WARNING neutron.services.revisions.revision_plugin [None req-4cfebcef-5dcc-4cd8-9c29-8bedb7232b41 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Could not find related network for resource to bump revision. 2026-07-01 11:36:54.725 7 INFO neutron.db.segments_db [None req-4cfebcef-5dcc-4cd8-9c29-8bedb7232b41 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment bc0a569a-e83e-406a-96fa-0bb8db8daa71 of type flat for network 8551412b-218d-4c18-8aa9-960e8066bd01 [pid: 7|app: 0|req: 10/23] 199.204.45.23 () {48 vars in 964 bytes} [Wed Jul 1 11:36:54 2026] POST /v2.0/networks => generated 706 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:36:56.000 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a95596d5-7a3c-4422-86ae-e9d3b9c3e3dd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/24] 199.204.45.23 () {44 vars in 924 bytes} [Wed Jul 1 11:36:55 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/25] 199.204.45.23 () {44 vars in 946 bytes} [Wed Jul 1 11:36:56 2026] GET /v2.0/networks?name=public => generated 709 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:36:56.096 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1606894-1f40-431c-b75f-f18febcecbde 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 15/26] 199.204.45.23 () {44 vars in 1031 bytes} [Wed Jul 1 11:36:56 2026] GET /v2.0/subnets/public-subnet?network_id=8551412b-218d-4c18-8aa9-960e8066bd01 => generated 113 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/27] 199.204.45.23 () {44 vars in 1054 bytes} [Wed Jul 1 11:36:56 2026] GET /v2.0/subnets?name=public-subnet&network_id=8551412b-218d-4c18-8aa9-960e8066bd01 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 16/28] 199.204.45.23 () {48 vars in 962 bytes} [Wed Jul 1 11:36:56 2026] POST /v2.0/subnets => generated 664 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:41:38.932 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc5a2b2e-de3c-4edc-a44b-0429281e10df 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/66] 199.204.45.23 () {44 vars in 934 bytes} [Wed Jul 1 11:41:38 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 32/67] 199.204.45.23 () {44 vars in 956 bytes} [Wed Jul 1 11:41:38 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:41:39.017 8 INFO neutron.db.segments_db [None req-9d5c7bd9-4fe5-476a-be24-9fee5849a8be 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment b19b20a9-541e-4c73-8ff9-3b0f2a612328 of type vxlan for network 5ba103a2-48ff-4579-a40a-36077ab356a3 [pid: 8|app: 0|req: 36/68] 199.204.45.23 () {48 vars in 963 bytes} [Wed Jul 1 11:41:38 2026] POST /v2.0/networks => generated 707 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:41:40.117 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a0f0995-f7b2-4e6f-a8f9-175d6a9f0445 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/69] 199.204.45.23 () {44 vars in 934 bytes} [Wed Jul 1 11:41:40 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/70] 199.204.45.23 () {44 vars in 956 bytes} [Wed Jul 1 11:41:40 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:41:40.191 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2a86bdc-2208-4887-826f-dc693ad95bf5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/71] 199.204.45.23 () {44 vars in 1033 bytes} [Wed Jul 1 11:41:40 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=5ba103a2-48ff-4579-a40a-36077ab356a3 => generated 114 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 199.204.45.23 () {44 vars in 1056 bytes} [Wed Jul 1 11:41:40 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=5ba103a2-48ff-4579-a40a-36077ab356a3 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 199.204.45.23 () {48 vars in 962 bytes} [Wed Jul 1 11:41:40 2026] POST /v2.0/subnets => generated 651 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 11:41:41.567 8 INFO neutron.api.v2.resource [None req-80bc09eb-e6a8-40d3-8d29-493cf4370a2c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/74] 199.204.45.23 () {44 vars in 968 bytes} [Wed Jul 1 11:41:41 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/75] 199.204.45.23 () {44 vars in 990 bytes} [Wed Jul 1 11:41:41 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 199.204.45.23 () {48 vars in 977 bytes} [Wed Jul 1 11:41:41 2026] POST /v2.0/security-groups => generated 1616 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/77] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:42 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => 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/78] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:42 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 1616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:42 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 199.204.45.23 () {48 vars in 988 bytes} [Wed Jul 1 11:41:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/81] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:43 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 2230 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/82] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:44 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/83] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:44 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 2230 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/84] 199.204.45.23 () {48 vars in 988 bytes} [Wed Jul 1 11:41:44 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/87] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:45 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 2846 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/88] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:45 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 2846 bytes in 43 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.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:45 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 2846 bytes in 26 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.23 () {48 vars in 988 bytes} [Wed Jul 1 11:41:45 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/91] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:46 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 3462 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/92] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:46 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 3462 bytes in 24 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.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:46 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 3462 bytes in 30 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.23 () {48 vars in 988 bytes} [Wed Jul 1 11:41:46 2026] POST /v2.0/security-group-rules => generated 603 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/95] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:47 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 4078 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/96] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:47 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/97] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:47 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/98] 199.204.45.23 () {48 vars in 988 bytes} [Wed Jul 1 11:41:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/99] 199.204.45.23 () {44 vars in 984 bytes} [Wed Jul 1 11:41:48 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3 => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 11:41:48.776 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b14937aa-1ac2-4af0-99e1-b1ef5e8c4f87 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 48/100] 199.204.45.23 () {44 vars in 1073 bytes} [Wed Jul 1 11:41:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=5ba103a2-48ff-4579-a40a-36077ab356a3 => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/101] 199.204.45.23 () {44 vars in 1096 bytes} [Wed Jul 1 11:41:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=5ba103a2-48ff-4579-a40a-36077ab356a3 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/102] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:48 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/103] 199.204.45.23 () {48 vars in 958 bytes} [Wed Jul 1 11:41:48 2026] POST /v2.0/ports => generated 1096 bytes in 580 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 11:41:56.449 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e2962bd-d52d-42d0-a889-159771339d98 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/104] 199.204.45.23 () {44 vars in 976 bytes} [Wed Jul 1 11:41:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 55/105] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:41:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 64 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.23 () {48 vars in 1028 bytes} [Wed Jul 1 11:41:56 2026] PUT /v2.0/ports/62b2e322-26f0-4624-8754-339d9c2254cf => generated 1245 bytes in 745 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/107] 199.204.45.23 () {44 vars in 917 bytes} [Wed Jul 1 11:41:58 2026] GET /v2.0/ports => generated 3726 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:41:59.806 8 INFO neutron.api.v2.resource [None req-e3d2e030-8ceb-4e52-ad14-f206007ffef0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 58/110] 199.204.45.23 () {44 vars in 956 bytes} [Wed Jul 1 11:41:59 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 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: 53/111] 199.204.45.23 () {44 vars in 978 bytes} [Wed Jul 1 11:41:59 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/112] 199.204.45.23 () {48 vars in 977 bytes} [Wed Jul 1 11:41:59 2026] POST /v2.0/security-groups => generated 1610 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/113] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:42:00 2026] GET /v2.0/security-groups/e105154f-6763-4e06-8362-b5c4f1519ab0 => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/114] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:42:00 2026] GET /v2.0/security-groups/e105154f-6763-4e06-8362-b5c4f1519ab0 => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/115] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:42:00 2026] GET /v2.0/security-groups/e105154f-6763-4e06-8362-b5c4f1519ab0 => generated 1610 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/116] 199.204.45.23 () {48 vars in 988 bytes} [Wed Jul 1 11:42:00 2026] POST /v2.0/security-group-rules => generated 621 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/117] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:42:01 2026] GET /v2.0/security-groups/e105154f-6763-4e06-8362-b5c4f1519ab0 => generated 2244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/118] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:42:01 2026] GET /v2.0/security-groups/e105154f-6763-4e06-8362-b5c4f1519ab0 => generated 2244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/119] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:42:02 2026] GET /v2.0/security-groups/e105154f-6763-4e06-8362-b5c4f1519ab0 => generated 2244 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/120] 199.204.45.23 () {48 vars in 988 bytes} [Wed Jul 1 11:42:02 2026] POST /v2.0/security-group-rules => generated 625 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 68/129] 199.204.45.23 () {44 vars in 972 bytes} [Wed Jul 1 11:43:01 2026] GET /v2.0/quotas/6d79d5a111ef4c69bb80d28a471025e1 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/130] 199.204.45.23 () {48 vars in 1024 bytes} [Wed Jul 1 11:43:02 2026] PUT /v2.0/quotas/6d79d5a111ef4c69bb80d28a471025e1 => generated 291 bytes in 31 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-07-01 11:45:12.663 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f53105c6-70da-4150-bfec-58cb881308ff 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/147] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 11:45:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 164 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: 71/148] 199.204.45.23 () {30 vars in 762 bytes} [Wed Jul 1 11:45:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:45:14.507 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7aedd8b6-c5d2-4a1d-9d39-412676590f5b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 78/149] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 11:45:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/150] 199.204.45.23 () {30 vars in 762 bytes} [Wed Jul 1 11:45:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 11:51:28.569 7 INFO neutron.api.v2.resource [None req-b3efb5d6-9eff-4ac5-a75b-65e97abbb748 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 98/201] 199.204.45.23 () {44 vars in 1071 bytes} [Wed Jul 1 11:51:28 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 139 bytes in 136 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/202] 199.204.45.23 () {44 vars in 1094 bytes} [Wed Jul 1 11:51:28 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 23 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/203] 199.204.45.23 () {48 vars in 978 bytes} [Wed Jul 1 11:51:28 2026] POST /v2.0/security-groups => generated 1624 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/206] 199.204.45.23 () {44 vars in 1085 bytes} [Wed Jul 1 11:51:29 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e?project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 1624 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/207] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:51:29 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e => 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/208] 199.204.45.23 () {44 vars in 1085 bytes} [Wed Jul 1 11:51:30 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e?project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 1624 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/209] 199.204.45.23 () {48 vars in 988 bytes} [Wed Jul 1 11:51:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/210] 199.204.45.23 () {44 vars in 1085 bytes} [Wed Jul 1 11:51:31 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e?project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 2234 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/211] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:51:31 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e => generated 2234 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/212] 199.204.45.23 () {44 vars in 1085 bytes} [Wed Jul 1 11:51:31 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e?project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/213] 199.204.45.23 () {48 vars in 988 bytes} [Wed Jul 1 11:51:31 2026] POST /v2.0/security-group-rules => generated 599 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/214] 199.204.45.23 () {44 vars in 1085 bytes} [Wed Jul 1 11:51:32 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e?project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/215] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:51:32 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e => generated 2846 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/216] 199.204.45.23 () {44 vars in 1085 bytes} [Wed Jul 1 11:51:32 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e?project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/217] 199.204.45.23 () {48 vars in 988 bytes} [Wed Jul 1 11:51:32 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: 8|app: 0|req: 112/218] 199.204.45.23 () {44 vars in 1085 bytes} [Wed Jul 1 11:51:33 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e?project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 3460 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/219] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 11:51:33 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e => generated 3460 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/220] 199.204.45.23 () {44 vars in 1085 bytes} [Wed Jul 1 11:51:33 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e?project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/221] 199.204.45.23 () {48 vars in 988 bytes} [Wed Jul 1 11:51:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/240] 199.204.45.23 () {30 vars in 739 bytes} [Wed Jul 1 11:53:44 2026] GET /v2.0/networks?tenant_id=e6f50120ed454dfaac3b71c9a559f367&shared=False => generated 15 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 11:53:44.978 7 INFO neutron.db.segments_db [None req-e3136087-5c95-4a19-a70c-ae9b00c78a36 bd2415a887f14b06988478c00885251a e6f50120ed454dfaac3b71c9a559f367 - - 83865e3f93864d4f8002a34b66c382c3 83865e3f93864d4f8002a34b66c382c3] Added segment 5f79cbd9-7770-49a6-8900-06cea225efb6 of type vxlan for network 87e77d8a-2889-45d0-8312-b3e3bacc785b [pid: 7|app: 0|req: 118/241] 199.204.45.23 () {34 vars in 681 bytes} [Wed Jul 1 11:53:44 2026] POST /v2.0/networks => generated 718 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/242] 199.204.45.23 () {30 vars in 721 bytes} [Wed Jul 1 11:53:45 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/243] 199.204.45.23 () {30 vars in 632 bytes} [Wed Jul 1 11:53:45 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/244] 199.204.45.23 () {34 vars in 676 bytes} [Wed Jul 1 11:53:45 2026] POST /v2.0/ports => generated 999 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/245] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 11:53:45 2026] GET /v2.0/networks/87e77d8a-2889-45d0-8312-b3e3bacc785b => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/246] 199.204.45.23 () {30 vars in 721 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/247] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 11:53:47 2026] GET /v2.0/networks/87e77d8a-2889-45d0-8312-b3e3bacc785b => generated 705 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/250] 199.204.45.23 () {44 vars in 972 bytes} [Wed Jul 1 11:54:04 2026] GET /v2.0/quotas/e6f50120ed454dfaac3b71c9a559f367 => 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: 123/251] 199.204.45.23 () {48 vars in 1024 bytes} [Wed Jul 1 11:54:04 2026] PUT /v2.0/quotas/e6f50120ed454dfaac3b71c9a559f367 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:06:03.795 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b80a1dd-932d-4c81-b358-ea042c143556 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/348] 199.204.45.23 () {44 vars in 924 bytes} [Wed Jul 1 12:06:03 2026] GET /v2.0/networks/public => generated 108 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/349] 199.204.45.23 () {44 vars in 946 bytes} [Wed Jul 1 12:06:03 2026] GET /v2.0/networks?name=public => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:06:04.881 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e79eb1fd-2392-4c07-9404-91f5de19251f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/350] 199.204.45.23 () {44 vars in 924 bytes} [Wed Jul 1 12:06:04 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: 178/351] 199.204.45.23 () {44 vars in 946 bytes} [Wed Jul 1 12:06:04 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:06:04.952 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01395a9e-c321-47fe-bf34-26cd913c49d3 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/352] 199.204.45.23 () {44 vars in 1031 bytes} [Wed Jul 1 12:06:04 2026] GET /v2.0/subnets/public-subnet?network_id=8551412b-218d-4c18-8aa9-960e8066bd01 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/353] 199.204.45.23 () {44 vars in 1054 bytes} [Wed Jul 1 12:06:04 2026] GET /v2.0/subnets?name=public-subnet&network_id=8551412b-218d-4c18-8aa9-960e8066bd01 => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:06:32.689 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e74eff75-49ff-41cc-b37b-445fba7a085c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/358] 199.204.45.23 () {44 vars in 934 bytes} [Wed Jul 1 12:06:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 81 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/359] 199.204.45.23 () {44 vars in 956 bytes} [Wed Jul 1 12:06:32 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:06:33.680 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21b0fa7b-92e5-480c-85b2-39b491b44ee4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/360] 199.204.45.23 () {44 vars in 934 bytes} [Wed Jul 1 12:06:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/361] 199.204.45.23 () {44 vars in 956 bytes} [Wed Jul 1 12:06:33 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-07-01 12:06:33.751 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d228db33-b0cb-4b35-8b79-0b465b4f7bf0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/362] 199.204.45.23 () {44 vars in 1033 bytes} [Wed Jul 1 12:06:33 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=5ba103a2-48ff-4579-a40a-36077ab356a3 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/363] 199.204.45.23 () {44 vars in 1056 bytes} [Wed Jul 1 12:06:33 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=5ba103a2-48ff-4579-a40a-36077ab356a3 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:06:34.918 8 INFO neutron.api.v2.resource [None req-690a2ab8-17e4-48e3-95b1-6a7b36cdb615 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/364] 199.204.45.23 () {44 vars in 968 bytes} [Wed Jul 1 12:06:34 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/365] 199.204.45.23 () {44 vars in 990 bytes} [Wed Jul 1 12:06:34 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/366] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:36 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/367] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:36 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/368] 199.204.45.23 () {44 vars in 1008 bytes} [Wed Jul 1 12:06:36 2026] GET /v2.0/security-group-rules/74498e67-4e68-49ab-851b-d076504fe240 => 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: 182/369] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:37 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 4694 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/370] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:37 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => 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: 183/371] 199.204.45.23 () {44 vars in 1008 bytes} [Wed Jul 1 12:06:37 2026] GET /v2.0/security-group-rules/58849907-411b-47cb-92e7-92c82e2d1e3e => 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: 189/372] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:37 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/373] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:38 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/374] 199.204.45.23 () {44 vars in 1008 bytes} [Wed Jul 1 12:06:38 2026] GET /v2.0/security-group-rules/f6aa1247-42a5-4481-8584-5f77ffc34786 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/375] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:38 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => 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: 191/376] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:38 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => 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: 186/377] 199.204.45.23 () {44 vars in 1008 bytes} [Wed Jul 1 12:06:39 2026] GET /v2.0/security-group-rules/05dc5882-8282-4e31-9943-ce93d33ad984 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/378] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:39 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/379] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:39 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/380] 199.204.45.23 () {44 vars in 1008 bytes} [Wed Jul 1 12:06:40 2026] GET /v2.0/security-group-rules/5cf0f18c-ce7b-4d6c-9a10-46b807c3f147 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/381] 199.204.45.23 () {44 vars in 984 bytes} [Wed Jul 1 12:06:41 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3 => generated 732 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:06:41.340 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24b50566-e72b-4fcd-a83e-70e7250a4cfd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/382] 199.204.45.23 () {44 vars in 1073 bytes} [Wed Jul 1 12:06:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=5ba103a2-48ff-4579-a40a-36077ab356a3 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/383] 199.204.45.23 () {44 vars in 1096 bytes} [Wed Jul 1 12:06:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=5ba103a2-48ff-4579-a40a-36077ab356a3 => generated 1250 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/384] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:41 2026] GET /v2.0/security-groups/81edab54-e1f2-44b3-9e93-5dae661dd31d => generated 4694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:06:49.159 7 INFO neutron.pecan_wsgi.hooks.translation [None req-363db955-5383-40d9-92c2-d63bc25e8d1b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/387] 199.204.45.23 () {44 vars in 976 bytes} [Wed Jul 1 12:06:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/388] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/389] 199.204.45.23 () {44 vars in 917 bytes} [Wed Jul 1 12:06:50 2026] GET /v2.0/ports => generated 4721 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:06:51.878 8 INFO neutron.api.v2.resource [None req-5d51abce-64ac-4a37-8412-ed6b4929322b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/390] 199.204.45.23 () {44 vars in 956 bytes} [Wed Jul 1 12:06:51 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/391] 199.204.45.23 () {44 vars in 978 bytes} [Wed Jul 1 12:06:51 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/392] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:52 2026] GET /v2.0/security-groups/e105154f-6763-4e06-8362-b5c4f1519ab0 => generated 2882 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/393] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:52 2026] GET /v2.0/security-groups/e105154f-6763-4e06-8362-b5c4f1519ab0 => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/394] 199.204.45.23 () {44 vars in 1008 bytes} [Wed Jul 1 12:06:52 2026] GET /v2.0/security-group-rules/d1845da2-5072-4279-9b5e-cf31cec29815 => generated 621 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/395] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:53 2026] GET /v2.0/security-groups/e105154f-6763-4e06-8362-b5c4f1519ab0 => generated 2882 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/396] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:06:53 2026] GET /v2.0/security-groups/e105154f-6763-4e06-8362-b5c4f1519ab0 => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/397] 199.204.45.23 () {44 vars in 1008 bytes} [Wed Jul 1 12:06:53 2026] GET /v2.0/security-group-rules/2f913622-2b49-4c63-b458-3ffd6045b8af => generated 625 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/400] 199.204.45.23 () {44 vars in 972 bytes} [Wed Jul 1 12:07:05 2026] GET /v2.0/quotas/6d79d5a111ef4c69bb80d28a471025e1 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:08:00.602 8 INFO neutron.api.v2.resource [None req-8b7c9490-972e-4606-810c-52eca73ca34f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 208/409] 199.204.45.23 () {44 vars in 1071 bytes} [Wed Jul 1 12:08:00 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 139 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/410] 199.204.45.23 () {44 vars in 1094 bytes} [Wed Jul 1 12:08:00 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 4072 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/411] 199.204.45.23 () {44 vars in 1085 bytes} [Wed Jul 1 12:08:01 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e?project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/412] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:08:01 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/413] 199.204.45.23 () {44 vars in 1008 bytes} [Wed Jul 1 12:08:01 2026] GET /v2.0/security-group-rules/04110cea-7548-4a85-b1ac-2a48f2180aaf => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/414] 199.204.45.23 () {44 vars in 1085 bytes} [Wed Jul 1 12:08:02 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e?project_id=e6f50120ed454dfaac3b71c9a559f367 => 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: 211/415] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:08:02 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e => generated 4075 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/416] 199.204.45.23 () {44 vars in 1008 bytes} [Wed Jul 1 12:08:02 2026] GET /v2.0/security-group-rules/08c402fc-c740-4f0e-989c-792e2932239e => 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: 212/417] 199.204.45.23 () {44 vars in 1085 bytes} [Wed Jul 1 12:08:03 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e?project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/418] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:08:03 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/419] 199.204.45.23 () {44 vars in 1008 bytes} [Wed Jul 1 12:08:03 2026] GET /v2.0/security-group-rules/81130137-40fd-487c-8c1b-bb87a8b2704e => 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: 207/420] 199.204.45.23 () {44 vars in 1085 bytes} [Wed Jul 1 12:08:04 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e?project_id=e6f50120ed454dfaac3b71c9a559f367 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/421] 199.204.45.23 () {44 vars in 998 bytes} [Wed Jul 1 12:08:04 2026] GET /v2.0/security-groups/54185914-9aa3-4c60-ac8b-f9aa083dd34e => generated 4075 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/422] 199.204.45.23 () {44 vars in 1008 bytes} [Wed Jul 1 12:08:04 2026] GET /v2.0/security-group-rules/2d7e0390-ae86-4822-83c8-c4a41197507c => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/423] 199.204.45.23 () {44 vars in 972 bytes} [Wed Jul 1 12:08:12 2026] GET /v2.0/quotas/e6f50120ed454dfaac3b71c9a559f367 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/432] 199.204.45.23 () {44 vars in 946 bytes} [Wed Jul 1 12:09:03 2026] GET /v2.0/networks?name=public => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/437] 10.0.0.94 () {32 vars in 648 bytes} [Wed Jul 1 12:09:41 2026] GET /v2.0/networks => generated 2168 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/438] 10.0.0.94 () {32 vars in 654 bytes} [Wed Jul 1 12:09:42 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/439] 10.0.0.94 () {32 vars in 646 bytes} [Wed Jul 1 12:09:42 2026] GET /v2.0/routers => generated 15 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/440] 10.0.0.94 () {32 vars in 642 bytes} [Wed Jul 1 12:09:42 2026] GET /v2.0/ports => generated 4721 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/441] 10.0.0.94 () {32 vars in 646 bytes} [Wed Jul 1 12:09:42 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/442] 10.0.0.94 () {32 vars in 648 bytes} [Wed Jul 1 12:09:42 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/443] 10.0.0.94 () {32 vars in 662 bytes} [Wed Jul 1 12:09:42 2026] GET /v2.0/security-groups => generated 17397 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/444] 10.0.0.94 () {32 vars in 654 bytes} [Wed Jul 1 12:09:42 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:09:53.408 8 INFO neutron.db.segments_db [None req-307538cf-92b5-4c29-8aaa-d97775f554ca 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 6354a2b5-01d7-4b90-bea1-77e7367cdf90 of type vxlan for network 2a97ee9e-e09f-4464-b3be-66518866f7f1 2026-07-01 12:09:53.412 7 INFO neutron.db.segments_db [None req-06a32cc5-5d48-4fec-8e4a-88de09a75e6b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 5d7cbc52-a8f4-4207-aaa4-3d70fad562ad of type vxlan for network 33e4a764-46e1-42fa-b6a8-97f25c7ba76a [pid: 8|app: 0|req: 227/447] 10.0.0.94 () {34 vars in 670 bytes} [Wed Jul 1 12:09:53 2026] POST /v2.0/networks => generated 745 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/448] 10.0.0.94 () {34 vars in 670 bytes} [Wed Jul 1 12:09:53 2026] POST /v2.0/networks => generated 749 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/449] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:09:53 2026] POST /v2.0/subnets => generated 692 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:09:53.731 8 INFO neutron.db.segments_db [None req-3f45178e-8204-4b86-8491-54bfb94129b7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 4da32092-cb08-4e14-95b9-8357142c4ad8 of type vxlan for network e4ab82b1-0d8f-4f54-8cf8-5a4308417142 [pid: 8|app: 0|req: 228/450] 10.0.0.94 () {34 vars in 670 bytes} [Wed Jul 1 12:09:53 2026] POST /v2.0/networks => generated 748 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:09:53.863 8 INFO neutron.db.segments_db [None req-f9385ae9-2bf3-4748-bb54-35f773ec8b8c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment abacfb5b-d81e-456e-82ab-ec4cb7352b32 of type vxlan for network 3d052959-93b0-490c-bdf6-41bb67d5084b [pid: 7|app: 0|req: 223/451] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:09:53 2026] POST /v2.0/subnets => generated 696 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/452] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:09:53 2026] POST /v2.0/subnets => generated 695 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:09:54.135 8 INFO neutron.db.l3_hamode_db [None req-f9385ae9-2bf3-4748-bb54-35f773ec8b8c 61cbf4d44b624a44ab935bfe7f4f17e8 ed108c8d88b74ec1aa66b144a9fc015a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:09:54.183 7 INFO neutron.db.segments_db [None req-f8b885be-45ce-42c4-917a-e6f7d56416e6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment abd84fe7-f124-4b80-af76-bb1e5822232a of type vxlan for network 3ad81e06-31ce-4560-9d1e-d01e314cdc5e 2026-07-01 12:09:54.441 7 INFO neutron.db.l3_hamode_db [None req-f8b885be-45ce-42c4-917a-e6f7d56416e6 61cbf4d44b624a44ab935bfe7f4f17e8 a7d047b71dd14aa9bcb6086c95463103 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:09:55.010 8 INFO neutron.db.l3_hamode_db [None req-f9385ae9-2bf3-4748-bb54-35f773ec8b8c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:09:55.520 7 INFO neutron.db.l3_hamode_db [None req-f8b885be-45ce-42c4-917a-e6f7d56416e6 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 229/453] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:09:53 2026] POST /v2.0/routers => generated 732 bytes in 2392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/454] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:09:56 2026] GET /v2.0/security-groups?tenant_id=d31dfb9ab9644753bc92c931db442818&name=default => generated 2921 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:09:56.471 8 INFO neutron.db.segments_db [None req-61ddd232-10cc-43b7-be4b-ea66d55572fb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment b99e7eb9-5adc-4ad2-820e-9fe62bceb2c1 of type vxlan for network 0e03c272-7a96-4b3c-84c8-c7bff1116bb7 [pid: 7|app: 0|req: 225/455] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:09:54 2026] POST /v2.0/routers => generated 736 bytes in 2371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:09:56.712 8 INFO neutron.db.l3_hamode_db [None req-61ddd232-10cc-43b7-be4b-ea66d55572fb 61cbf4d44b624a44ab935bfe7f4f17e8 0172d23f4f044b06824f7348cfa04143 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:09:57.477 8 INFO neutron.db.l3_hamode_db [None req-61ddd232-10cc-43b7-be4b-ea66d55572fb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 226/456] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:09:56 2026] PUT /v2.0/routers/0b8086e7-7deb-4178-8123-6b812b8e565d/add_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/457] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:09:57 2026] DELETE /v2.0/security-groups/ef58f59b-0ad1-4aee-9132-5f6e1bcf70fc => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/458] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:09:56 2026] POST /v2.0/routers => generated 735 bytes in 1908 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/459] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:09:57 2026] PUT /v2.0/routers/c3ca4346-584c-42df-85b9-85f7afb1a234/add_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/460] 10.0.0.185 () {38 vars in 971 bytes} [Wed Jul 1 12:09:58 2026] POST /v2.0/security-groups => generated 1682 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/461] 10.0.0.185 () {38 vars in 971 bytes} [Wed Jul 1 12:09:59 2026] POST /v2.0/security-groups => generated 1683 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/462] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:09:58 2026] PUT /v2.0/routers/6dded438-1d22-4ce4-a0ef-055517590c63/add_router_interface => generated 309 bytes in 1176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/463] 10.0.0.185 () {38 vars in 971 bytes} [Wed Jul 1 12:09:59 2026] POST /v2.0/security-groups => generated 1682 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/464] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:09:59 2026] GET /v2.0/security-groups/bd641f21-2a75-40a1-b0d8-6323e13deb39 => generated 1683 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:09:59.700 8 INFO neutron.db.segments_db [None req-55801147-a6ef-43d3-aaa6-0a3d0e1cedfe 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 6cc90e75-ca8c-49bc-bc01-c70de1b7af92 of type vxlan for network ab8ad57a-5470-480b-a306-ac9014a9f4bb [pid: 8|app: 0|req: 233/467] 10.0.0.94 () {34 vars in 670 bytes} [Wed Jul 1 12:09:59 2026] POST /v2.0/networks => generated 752 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/468] 10.0.0.185 () {38 vars in 971 bytes} [Wed Jul 1 12:09:59 2026] POST /v2.0/security-groups => generated 1680 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/469] 10.0.0.185 () {38 vars in 981 bytes} [Wed Jul 1 12:09:59 2026] POST /v2.0/security-group-rules => generated 614 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/470] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:09:59 2026] GET /v2.0/security-groups?tenant_id=ed108c8d88b74ec1aa66b144a9fc015a => generated 7905 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/471] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:09:59 2026] POST /v2.0/subnets => generated 699 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/472] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:09:59 2026] GET /v2.0/security-groups/c931d5f8-b6b8-432a-8309-ff9efb8743bd => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/473] 10.0.0.185 () {38 vars in 971 bytes} [Wed Jul 1 12:09:59 2026] POST /v2.0/security-groups => generated 1685 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 12:10:00.046 7 INFO neutron.db.segments_db [None req-ae18103d-53ed-48b7-8171-b7498c7b1639 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment b761ee86-f607-46ab-819e-eec9a1dc2cc2 of type vxlan for network f699e636-041e-484e-8d5e-a7650d7248c8 [pid: 8|app: 0|req: 237/474] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:00 2026] GET /v2.0/security-groups/c931d5f8-b6b8-432a-8309-ff9efb8743bd => generated 2918 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/475] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:00 2026] GET /v2.0/security-groups/25c36ee8-e444-4465-823d-c7dc0e62d316 => generated 1685 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/476] 10.0.0.185 () {38 vars in 981 bytes} [Wed Jul 1 12:10:00 2026] POST /v2.0/security-group-rules => generated 614 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/477] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:00 2026] GET /v2.0/security-groups/59cdbc46-4c51-4473-8239-ae634e4f8298 => generated 1682 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:10:00.384 7 INFO neutron.db.l3_hamode_db [None req-ae18103d-53ed-48b7-8171-b7498c7b1639 61cbf4d44b624a44ab935bfe7f4f17e8 731fb41e3bdf426f890c7205f6033426 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 241/478] 10.0.0.94 () {34 vars in 684 bytes} [Wed Jul 1 12:10:00 2026] POST /v2.0/security-groups => generated 1661 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/479] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:00 2026] GET /v2.0/security-groups/25c36ee8-e444-4465-823d-c7dc0e62d316 => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/480] 10.0.0.185 () {36 vars in 1013 bytes} [Wed Jul 1 12:10:00 2026] DELETE /v2.0/security-groups/59cdbc46-4c51-4473-8239-ae634e4f8298 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/481] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:10:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/482] 10.0.0.185 () {38 vars in 981 bytes} [Wed Jul 1 12:10:00 2026] POST /v2.0/security-group-rules => generated 619 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:10:00.700 8 INFO neutron.api.v2.resource [req-4736cbe6-2a85-4236-8d9c-4e22e385963e req-bf026cac-6d50-496b-9169-66fad7174103 ae6471f2184347ef9e2fdfca8237b126 ed108c8d88b74ec1aa66b144a9fc015a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 246/483] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:00 2026] GET /v2.0/security-groups/59cdbc46-4c51-4473-8239-ae634e4f8298 => generated 146 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/484] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:10:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/485] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:00 2026] GET /v2.0/security-groups/25c36ee8-e444-4465-823d-c7dc0e62d316 => generated 2940 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/486] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:00 2026] GET /v2.0/security-groups/cc82238c-6e76-4831-8b73-82b45e730753 => generated 1682 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:10:01.202 7 INFO neutron.db.l3_hamode_db [None req-ae18103d-53ed-48b7-8171-b7498c7b1639 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 250/487] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:10:00 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: 251/488] 10.0.0.185 () {34 vars in 1001 bytes} [Wed Jul 1 12:10:01 2026] GET /v2.0/security-group-rules/fd6d5fda-7157-4522-8715-4775912f7688 => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/489] 10.0.0.185 () {36 vars in 1013 bytes} [Wed Jul 1 12:10:01 2026] DELETE /v2.0/security-groups/cc82238c-6e76-4831-8b73-82b45e730753 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/490] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:01 2026] GET /v2.0/security-groups/25c36ee8-e444-4465-823d-c7dc0e62d316 => generated 2940 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:10:01.490 8 INFO neutron.api.v2.resource [req-2f5e3432-fda0-41ff-baf7-f549ad1df684 req-fcab6fe9-471d-497f-adb6-4395e3e80606 ae6471f2184347ef9e2fdfca8237b126 ed108c8d88b74ec1aa66b144a9fc015a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 254/491] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:01 2026] GET /v2.0/security-groups/cc82238c-6e76-4831-8b73-82b45e730753 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/492] 10.0.0.185 () {36 vars in 1023 bytes} [Wed Jul 1 12:10:01 2026] DELETE /v2.0/security-group-rules/fd6d5fda-7157-4522-8715-4775912f7688 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/493] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:01 2026] GET /v2.0/security-groups/ec9d7815-fbed-48dc-9ce2-a731a34081a1 => generated 1680 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/494] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:01 2026] GET /v2.0/security-groups/25c36ee8-e444-4465-823d-c7dc0e62d316 => generated 2310 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/495] 10.0.0.185 () {36 vars in 1013 bytes} [Wed Jul 1 12:10:01 2026] DELETE /v2.0/security-groups/ec9d7815-fbed-48dc-9ce2-a731a34081a1 => 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: 259/496] 10.0.0.185 () {36 vars in 1013 bytes} [Wed Jul 1 12:10:01 2026] DELETE /v2.0/security-groups/25c36ee8-e444-4465-823d-c7dc0e62d316 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:10:01.786 8 INFO neutron.api.v2.resource [req-48aa0db1-745f-4768-b7a8-489b61d72c56 req-17d78796-551e-46ed-83f9-e6de71870985 ae6471f2184347ef9e2fdfca8237b126 ed108c8d88b74ec1aa66b144a9fc015a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 260/497] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:01 2026] GET /v2.0/security-groups/ec9d7815-fbed-48dc-9ce2-a731a34081a1 => 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: 261/498] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:01 2026] GET /v2.0/security-groups/bd641f21-2a75-40a1-b0d8-6323e13deb39 => generated 2308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/499] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:10:01 2026] GET /v2.0/security-groups?tenant_id=ed108c8d88b74ec1aa66b144a9fc015a => generated 2921 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/500] 10.0.0.185 () {36 vars in 1013 bytes} [Wed Jul 1 12:10:01 2026] DELETE /v2.0/security-groups/bd641f21-2a75-40a1-b0d8-6323e13deb39 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/501] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:01 2026] GET /v2.0/security-groups/c931d5f8-b6b8-432a-8309-ff9efb8743bd => generated 2918 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/502] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:09:59 2026] POST /v2.0/routers => generated 739 bytes in 2337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/503] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:02 2026] GET /v2.0/security-groups/c931d5f8-b6b8-432a-8309-ff9efb8743bd => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:10:02.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb5fc250-90d8-4f07-8939-25b424ea84ec 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: c9581cdb-d70c-4073-8633-acbe9c6ee7f5 2026-07-01 12:10:02.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb5fc250-90d8-4f07-8939-25b424ea84ec 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: c9581cdb-d70c-4073-8633-acbe9c6ee7f5 [pid: 8|app: 0|req: 265/504] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:10:01 2026] PUT /v2.0/routers/c3ca4346-584c-42df-85b9-85f7afb1a234/remove_router_interface => generated 309 bytes in 1355 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:03.293 8 INFO neutron.api.v2.resource [req-ca7c2e29-6265-467c-924c-998796abc2f1 req-a6df2553-5d7d-45a9-b19a-f30eccdc292b ae6471f2184347ef9e2fdfca8237b126 ed108c8d88b74ec1aa66b144a9fc015a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 266/505] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:03 2026] GET /v2.0/security-groups/ec9d7815-fbed-48dc-9ce2-a731a34081a1 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/506] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:10:02 2026] PUT /v2.0/routers/588ace6e-d238-4275-b8b2-e6f81df368a9/add_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:03.425 7 INFO neutron.api.v2.resource [req-db30ca57-dbeb-48a5-a744-9b0c45e3bfdd req-2c16c57e-fdec-428f-8dad-882cb64e7a9d ae6471f2184347ef9e2fdfca8237b126 ed108c8d88b74ec1aa66b144a9fc015a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 241/507] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:03 2026] GET /v2.0/security-groups/cc82238c-6e76-4831-8b73-82b45e730753 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:10:03.459 7 INFO neutron.api.v2.resource [req-13e58773-af17-41f3-bd5f-2a7436514730 req-512bea8e-e017-43d5-aeb9-bed730477c2e ae6471f2184347ef9e2fdfca8237b126 ed108c8d88b74ec1aa66b144a9fc015a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 242/508] 10.0.0.185 () {34 vars in 991 bytes} [Wed Jul 1 12:10:03 2026] GET /v2.0/security-groups/59cdbc46-4c51-4473-8239-ae634e4f8298 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:10:03.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-460716e6-157f-4d8b-8ec6-c5bf10c00d74 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: a394a281-3b12-4bf6-bd50-f85c74dfbbf5 2026-07-01 12:10:03.517 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-460716e6-157f-4d8b-8ec6-c5bf10c00d74 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: a394a281-3b12-4bf6-bd50-f85c74dfbbf5 2026-07-01 12:10:03.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-460716e6-157f-4d8b-8ec6-c5bf10c00d74 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: a3e366cc-5074-454e-a2c8-18e933d898d0 2026-07-01 12:10:03.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-460716e6-157f-4d8b-8ec6-c5bf10c00d74 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: a3e366cc-5074-454e-a2c8-18e933d898d0 2026-07-01 12:10:03.847 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-460716e6-157f-4d8b-8ec6-c5bf10c00d74 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-07-01 12:10:03.931 7 INFO neutron_taas.services.taas.taas_plugin [None req-f9e68ba4-cbc0-4b0c-8619-aece2fc5f83e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 1ad31ecd-96ef-4968-83bb-31f86129749a 2026-07-01 12:10:03.939 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9e68ba4-cbc0-4b0c-8619-aece2fc5f83e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 1ad31ecd-96ef-4968-83bb-31f86129749a 2026-07-01 12:10:04.282 8 INFO neutron.db.l3_hamode_db [None req-460716e6-157f-4d8b-8ec6-c5bf10c00d74 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] HA network 3ad81e06-31ce-4560-9d1e-d01e314cdc5e was deleted as no HA routers are present in tenant a7d047b71dd14aa9bcb6086c95463103. [pid: 8|app: 0|req: 267/509] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:03 2026] DELETE /v2.0/routers/c3ca4346-584c-42df-85b9-85f7afb1a234 => generated 0 bytes in 994 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/510] 10.0.0.94 () {34 vars in 684 bytes} [Wed Jul 1 12:10:04 2026] POST /v2.0/security-groups => generated 1660 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/511] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:10:03 2026] PUT /v2.0/routers/0b8086e7-7deb-4178-8123-6b812b8e565d/remove_router_interface => generated 309 bytes in 1034 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/512] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:04 2026] DELETE /v2.0/subnets/9f5d3b92-89e7-470e-99b9-36e9c68388a0 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/513] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:10:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:10:04.703 8 INFO neutron.services.segments.plugin [-] Segment abd84fe7-f124-4b80-af76-bb1e5822232a resource provider aggregate not found 2026-07-01 12:10:04.717 8 INFO neutron.services.segments.plugin [-] Segment abd84fe7-f124-4b80-af76-bb1e5822232a resource provider aggregate not found 2026-07-01 12:10:04.731 8 INFO neutron.services.segments.plugin [-] Segment abd84fe7-f124-4b80-af76-bb1e5822232a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abd84fe7-f124-4b80-af76-bb1e5822232a found for delete ", "request_id": "req-35f842dd-5426-489a-8d39-926ec36b4e3d"}]} 2026-07-01 12:10:04.733 7 INFO neutron_taas.services.taas.taas_plugin [None req-bdfd0b31-3f5b-4bb1-84e5-4142cdf12351 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: d6d7a069-5514-40bc-85cf-984a8c15a278 2026-07-01 12:10:04.736 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdfd0b31-3f5b-4bb1-84e5-4142cdf12351 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: d6d7a069-5514-40bc-85cf-984a8c15a278 2026-07-01 12:10:04.750 8 INFO neutron.services.segments.plugin [-] Segment abd84fe7-f124-4b80-af76-bb1e5822232a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abd84fe7-f124-4b80-af76-bb1e5822232a found for delete ", "request_id": "req-6d174f18-287e-42b3-a187-3d0097933d86"}]} 2026-07-01 12:10:04.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-635247b6-b807-40c2-a39a-936894216f3c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: b92614ef-0a22-40c5-9797-ccbefefd9e7b 2026-07-01 12:10:04.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-635247b6-b807-40c2-a39a-936894216f3c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: b92614ef-0a22-40c5-9797-ccbefefd9e7b 2026-07-01 12:10:04.994 8 INFO neutron_taas.services.taas.taas_plugin [None req-635247b6-b807-40c2-a39a-936894216f3c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: b4252b04-6a50-42df-9b5c-801762f7affe 2026-07-01 12:10:04.997 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-635247b6-b807-40c2-a39a-936894216f3c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: b4252b04-6a50-42df-9b5c-801762f7affe [pid: 7|app: 0|req: 245/514] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:10:04 2026] DELETE /v2.0/networks/33e4a764-46e1-42fa-b6a8-97f25c7ba76a => generated 0 bytes in 389 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/515] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:10:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:10:05.307 8 INFO neutron.db.l3_hamode_db [None req-635247b6-b807-40c2-a39a-936894216f3c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] HA network 3d052959-93b0-490c-bdf6-41bb67d5084b was deleted as no HA routers are present in tenant ed108c8d88b74ec1aa66b144a9fc015a. [pid: 8|app: 0|req: 270/516] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:04 2026] DELETE /v2.0/routers/0b8086e7-7deb-4178-8123-6b812b8e565d => generated 0 bytes in 700 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/517] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:10:05 2026] GET /v2.0/security-groups?tenant_id=a7d047b71dd14aa9bcb6086c95463103&name=default => generated 2921 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/518] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:05 2026] DELETE /v2.0/subnets/92ec9cac-e3e2-4dfd-92e2-a0e70ccc6fc0 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:10:05.501 7 INFO neutron.services.segments.plugin [-] Segment 5d7cbc52-a8f4-4207-aaa4-3d70fad562ad resource provider aggregate not found 2026-07-01 12:10:05.522 7 INFO neutron.services.segments.plugin [-] Segment 5d7cbc52-a8f4-4207-aaa4-3d70fad562ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d7cbc52-a8f4-4207-aaa4-3d70fad562ad found for delete ", "request_id": "req-f44723a6-a5b3-4e79-970f-d57191bd5399"}]} 2026-07-01 12:10:05.532 7 INFO neutron.services.segments.plugin [-] Segment 5d7cbc52-a8f4-4207-aaa4-3d70fad562ad resource provider aggregate not found 2026-07-01 12:10:05.556 7 INFO neutron.services.segments.plugin [-] Segment 5d7cbc52-a8f4-4207-aaa4-3d70fad562ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d7cbc52-a8f4-4207-aaa4-3d70fad562ad found for delete ", "request_id": "req-7b8a2dc7-c419-41f7-b24d-f5c1edbad09a"}]} [pid: 8|app: 0|req: 273/519] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:10:05 2026] DELETE /v2.0/security-groups/eb5d96d1-1da3-4855-b752-a96dc5b0e851 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:10:05.622 8 INFO neutron_taas.services.taas.taas_plugin [None req-7541126d-6758-4ba4-abc9-7b2f9d4b29ef 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 3157d3c9-c04e-47a9-8eae-947638eff916 2026-07-01 12:10:05.624 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7541126d-6758-4ba4-abc9-7b2f9d4b29ef 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 3157d3c9-c04e-47a9-8eae-947638eff916 [pid: 7|app: 0|req: 247/520] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:10:05 2026] POST /v2.0/floatingips => generated 552 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/521] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:10:05 2026] DELETE /v2.0/networks/2a97ee9e-e09f-4464-b3be-66518866f7f1 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/522] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:10:05 2026] GET /v2.0/security-groups?tenant_id=ed108c8d88b74ec1aa66b144a9fc015a&name=default => generated 2921 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/523] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:10:05 2026] DELETE /v2.0/security-groups/c931d5f8-b6b8-432a-8309-ff9efb8743bd => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/524] 10.0.0.185 () {34 vars in 1100 bytes} [Wed Jul 1 12:10:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2117990294&fields=id&tenant_id=731fb41e3bdf426f890c7205f6033426 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/525] 10.0.0.185 () {34 vars in 1100 bytes} [Wed Jul 1 12:10:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1127797439&fields=id&tenant_id=0172d23f4f044b06824f7348cfa04143 => generated 69 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/526] 10.0.0.185 () {34 vars in 982 bytes} [Wed Jul 1 12:10:06 2026] GET /v2.0/networks?id=ab8ad57a-5470-480b-a306-ac9014a9f4bb => generated 684 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/527] 10.0.0.185 () {34 vars in 965 bytes} [Wed Jul 1 12:10:06 2026] GET /v2.0/quotas/731fb41e3bdf426f890c7205f6033426 => 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: 251/528] 10.0.0.185 () {34 vars in 982 bytes} [Wed Jul 1 12:10:06 2026] GET /v2.0/networks?id=e4ab82b1-0d8f-4f54-8cf8-5a4308417142 => generated 680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/529] 10.0.0.185 () {34 vars in 965 bytes} [Wed Jul 1 12:10:06 2026] GET /v2.0/quotas/0172d23f4f044b06824f7348cfa04143 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/530] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:10:06 2026] GET /v2.0/ports?tenant_id=731fb41e3bdf426f890c7205f6033426&fields=id => generated 57 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/531] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:10:06 2026] GET /v2.0/ports?tenant_id=0172d23f4f044b06824f7348cfa04143&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:06.755 8 INFO neutron.services.segments.plugin [-] Segment abacfb5b-d81e-456e-82ab-ec4cb7352b32 resource provider aggregate not found 2026-07-01 12:10:06.770 8 INFO neutron.services.segments.plugin [-] Segment abacfb5b-d81e-456e-82ab-ec4cb7352b32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abacfb5b-d81e-456e-82ab-ec4cb7352b32 found for delete ", "request_id": "req-66027cd2-c873-43d3-8b0b-70cfb08eb22a"}]} [pid: 8|app: 0|req: 279/532] 10.0.0.185 () {34 vars in 907 bytes} [Wed Jul 1 12:10:06 2026] GET /v2.0/extensions => generated 21537 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-07-01 12:10:06.786 8 INFO neutron.services.segments.plugin [-] Segment abacfb5b-d81e-456e-82ab-ec4cb7352b32 resource provider aggregate not found 2026-07-01 12:10:06.795 8 INFO neutron.services.segments.plugin [-] Segment 6354a2b5-01d7-4b90-bea1-77e7367cdf90 resource provider aggregate not found 2026-07-01 12:10:06.804 8 INFO neutron.services.segments.plugin [-] Segment abacfb5b-d81e-456e-82ab-ec4cb7352b32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abacfb5b-d81e-456e-82ab-ec4cb7352b32 found for delete ", "request_id": "req-9cf3f94d-cb1c-41ef-8250-83bdb83cce00"}]} 2026-07-01 12:10:06.817 8 INFO neutron.services.segments.plugin [-] Segment 6354a2b5-01d7-4b90-bea1-77e7367cdf90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6354a2b5-01d7-4b90-bea1-77e7367cdf90 found for delete ", "request_id": "req-b962b7fb-5dc1-4528-9c55-29839a2121ac"}]} 2026-07-01 12:10:06.827 8 INFO neutron.services.segments.plugin [-] Segment 6354a2b5-01d7-4b90-bea1-77e7367cdf90 resource provider aggregate not found 2026-07-01 12:10:06.847 8 INFO neutron.services.segments.plugin [-] Segment 6354a2b5-01d7-4b90-bea1-77e7367cdf90 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6354a2b5-01d7-4b90-bea1-77e7367cdf90 found for delete ", "request_id": "req-43d194b5-23cd-40a4-b6a2-50392f011f97"}]} [pid: 7|app: 0|req: 254/533] 10.0.0.185 () {34 vars in 907 bytes} [Wed Jul 1 12:10:06 2026] GET /v2.0/extensions => generated 21537 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/534] 10.0.0.185 () {34 vars in 1008 bytes} [Wed Jul 1 12:10:06 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?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: 255/535] 10.0.0.185 () {34 vars in 1008 bytes} [Wed Jul 1 12:10:06 2026] GET /v2.0/networks/e4ab82b1-0d8f-4f54-8cf8-5a4308417142?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: 281/536] 10.0.0.185 () {34 vars in 1108 bytes} [Wed Jul 1 12:10:06 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/537] 10.0.0.185 () {34 vars in 1108 bytes} [Wed Jul 1 12:10:06 2026] GET /v2.0/networks/e4ab82b1-0d8f-4f54-8cf8-5a4308417142?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: 282/538] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:07 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/539] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:07 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:08.274 8 INFO neutron.db.segments_db [None req-a67acdfe-0c9b-4e8e-8739-58d4b3d43359 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment b40b6a81-a2da-423a-afbe-42d969a24d86 of type vxlan for network 7a711742-a158-4233-94a6-63453ea5284f [pid: 7|app: 0|req: 258/540] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:08 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/541] 10.0.0.94 () {34 vars in 670 bytes} [Wed Jul 1 12:10:07 2026] POST /v2.0/networks => generated 738 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/542] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:08 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => 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: 259/543] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:08 2026] POST /v2.0/subnets => generated 685 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:10:08.664 8 INFO neutron.db.segments_db [None req-b9181278-8214-469f-9dac-ed118db6c191 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 054e0ac7-43f8-4188-bb8a-9d6b3ec103d4 of type vxlan for network 10836375-4ade-41e5-95cd-61496a8e8659 2026-07-01 12:10:08.910 8 INFO neutron.db.l3_hamode_db [None req-b9181278-8214-469f-9dac-ed118db6c191 61cbf4d44b624a44ab935bfe7f4f17e8 0f7e8ffd4df94929b1eaa0ab54fc560b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 260/544] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:09 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/545] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:09 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:09.677 8 INFO neutron.db.l3_hamode_db [None req-b9181278-8214-469f-9dac-ed118db6c191 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 262/546] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:10:09 2026] GET /v2.0/security-groups?tenant_id=c196096118ad46b9bd43bca313a1ce13&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/547] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:10:10 2026] DELETE /v2.0/security-groups/fcc5bdea-ee9c-4073-9f91-f2b65c181c7b => 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: 264/548] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:10:10 2026] GET /v2.0/security-groups?tenant_id=74864113ee82492c8677d7ece3550c83&name=default => generated 2925 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/549] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:10:10 2026] DELETE /v2.0/security-groups/24e35adc-7d6a-410a-a00a-9886fd6d09bf => 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: 266/550] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:10 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/551] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:08 2026] POST /v2.0/routers => generated 725 bytes in 1999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/552] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:10 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => 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: 267/553] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:10:10 2026] PUT /v2.0/routers/fabf3a48-ba7a-482f-9880-4d58d24cf042/add_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/554] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:11 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => 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: 268/555] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:11 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => 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: 288/556] 10.0.0.94 () {34 vars in 684 bytes} [Wed Jul 1 12:10:11 2026] POST /v2.0/security-groups => generated 1660 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/557] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:10:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/558] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:10:12 2026] GET /v2.0/networks?id=ab8ad57a-5470-480b-a306-ac9014a9f4bb => generated 684 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/559] 199.204.45.23 () {34 vars in 910 bytes} [Wed Jul 1 12:10:12 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/560] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:10:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/561] 199.204.45.23 () {34 vars in 1049 bytes} [Wed Jul 1 12:10:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=731fb41e3bdf426f890c7205f6033426 => generated 181 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/562] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:10:12 2026] POST /v2.0/floatingips => generated 552 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/563] 199.204.45.23 () {38 vars in 954 bytes} [Wed Jul 1 12:10:12 2026] POST /v2.0/ports => generated 954 bytes in 464 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: 273/564] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:12 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => 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: 292/565] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:12 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 957 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/566] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:12 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&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: 293/567] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:10:12 2026] GET /v2.0/security-groups?tenant_id=2bf468eb47364cf388bb637a9fd1f1be&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/568] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:10:13 2026] DELETE /v2.0/security-groups/16526afc-e5d1-4fdc-b537-949f41f1c414 => 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: 294/569] 10.0.0.185 () {34 vars in 1098 bytes} [Wed Jul 1 12:10:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--523339288&fields=id&tenant_id=0f7e8ffd4df94929b1eaa0ab54fc560b => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/570] 10.0.0.185 () {34 vars in 982 bytes} [Wed Jul 1 12:10:13 2026] GET /v2.0/networks?id=7a711742-a158-4233-94a6-63453ea5284f => generated 670 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/571] 10.0.0.185 () {34 vars in 965 bytes} [Wed Jul 1 12:10:13 2026] GET /v2.0/quotas/0f7e8ffd4df94929b1eaa0ab54fc560b => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/572] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:10:13 2026] GET /v2.0/ports?tenant_id=0f7e8ffd4df94929b1eaa0ab54fc560b&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/573] 10.0.0.185 () {34 vars in 1008 bytes} [Wed Jul 1 12:10:13 2026] GET /v2.0/networks/7a711742-a158-4233-94a6-63453ea5284f?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/574] 10.0.0.185 () {34 vars in 1108 bytes} [Wed Jul 1 12:10:13 2026] GET /v2.0/networks/7a711742-a158-4233-94a6-63453ea5284f?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: 281/575] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:13 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/576] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:10:13 2026] GET /v2.0/networks?id=e4ab82b1-0d8f-4f54-8cf8-5a4308417142 => generated 680 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/577] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:10:13 2026] PUT /v2.0/ports/54ac2182-ceb3-47d4-91c8-b62f2020e263 => generated 1235 bytes in 565 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: 283/578] 199.204.45.23 () {34 vars in 1049 bytes} [Wed Jul 1 12:10:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0172d23f4f044b06824f7348cfa04143 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/579] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:13 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/580] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:14 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/581] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:14 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/582] 199.204.45.23 () {38 vars in 954 bytes} [Wed Jul 1 12:10:13 2026] POST /v2.0/ports => generated 954 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:10:14.524 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e243544a-98cc-4b1a-b0d0-9a32ff55c069'] response: {'name': 'network-changed', 'server_uuid': '2fe7ac71-5bcc-4e64-a83f-16d0e596e60b', 'tag': '54ac2182-ceb3-47d4-91c8-b62f2020e263', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 299/585] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:10:14 2026] PUT /v2.0/ports/6f534d56-97c3-4151-b021-1b102bc84d58 => generated 1235 bytes in 297 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: 287/586] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:14 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 12 bytes in 22 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: 300/587] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:14 2026] GET /v2.0/ports?tenant_id=731fb41e3bdf426f890c7205f6033426&device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/588] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:10:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54ac2182-ceb3-47d4-91c8-b62f2020e263 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/589] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:10:15 2026] GET /v2.0/subnets?id=d3c125a5-c205-4032-900c-49c409f23d7b => generated 702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/590] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:15 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/591] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:10:15 2026] GET /v2.0/ports?network_id=ab8ad57a-5470-480b-a306-ac9014a9f4bb&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/592] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:15 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&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: 304/593] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:10:15 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:15.423 7 INFO neutron.db.segments_db [None req-20a91270-daf5-49ae-86ec-fcb02fbcf546 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Added segment e8da780c-0586-4900-94f6-794f96c0a529 of type vxlan for network 6352c454-a014-4f84-8d11-52563b2cb78e [pid: 7|app: 0|req: 290/594] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:10:15 2026] POST /v2.0/networks => generated 649 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/595] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:15 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 969 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/596] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:10:15 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?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: 292/597] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:15 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&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: 293/598] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:15 2026] GET /v2.0/ports?tenant_id=0172d23f4f044b06824f7348cfa04143&device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 1238 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/599] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:15 2026] POST /v2.0/subnets => generated 627 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:10:15.825 8 INFO neutron.db.segments_db [None req-aa7a41e2-9409-4345-9204-dbb76eea2090 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Added segment fdb9d272-0d46-4c71-8918-84f8221bb93e of type vxlan for network 504f8f21-fc8f-4370-b422-16968ff9fc7d [pid: 7|app: 0|req: 294/600] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:10:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6f534d56-97c3-4151-b021-1b102bc84d58 => generated 19 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/601] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => 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: 296/602] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/subnets?id=39acad1a-7d98-4cf3-bd11-9c1fdb6c5637 => generated 698 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:16.140 8 INFO neutron.db.l3_hamode_db [None req-aa7a41e2-9409-4345-9204-dbb76eea2090 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 297/603] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/ports?network_id=e4ab82b1-0d8f-4f54-8cf8-5a4308417142&device_owner=network%3Adhcp => generated 1244 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/604] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/networks/e4ab82b1-0d8f-4f54-8cf8-5a4308417142?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: 299/605] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/networks/e4ab82b1-0d8f-4f54-8cf8-5a4308417142?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/606] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => 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: 301/607] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:16.571 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-944b4f31-f3d0-4bcb-8a58-50c37652468c'] response: {'name': 'network-changed', 'server_uuid': 'a39c5c4e-219a-4c98-81c1-cabf71193899', 'tag': '6f534d56-97c3-4151-b021-1b102bc84d58', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 302/608] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/ports?tenant_id=731fb41e3bdf426f890c7205f6033426&device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/609] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/networks?id=ab8ad57a-5470-480b-a306-ac9014a9f4bb => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/610] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => 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: 305/611] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54ac2182-ceb3-47d4-91c8-b62f2020e263 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/612] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/613] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/subnets?id=d3c125a5-c205-4032-900c-49c409f23d7b => generated 702 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/614] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/ports?network_id=ab8ad57a-5470-480b-a306-ac9014a9f4bb&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/615] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?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: 310/616] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:10:16 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:16.997 8 INFO neutron.db.l3_hamode_db [None req-aa7a41e2-9409-4345-9204-dbb76eea2090 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 311/617] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:17 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => 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: 312/618] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:17 2026] GET /v2.0/ports?tenant_id=0172d23f4f044b06824f7348cfa04143&device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/619] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:10:17 2026] GET /v2.0/networks?id=e4ab82b1-0d8f-4f54-8cf8-5a4308417142 => generated 776 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/620] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:10:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6f534d56-97c3-4151-b021-1b102bc84d58 => 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: 315/621] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:17 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/622] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:10:17 2026] GET /v2.0/subnets?id=39acad1a-7d98-4cf3-bd11-9c1fdb6c5637 => generated 698 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/623] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:17 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/624] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:10:17 2026] GET /v2.0/ports?network_id=e4ab82b1-0d8f-4f54-8cf8-5a4308417142&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: 319/625] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:10:17 2026] GET /v2.0/networks/e4ab82b1-0d8f-4f54-8cf8-5a4308417142?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/626] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:10:17 2026] GET /v2.0/networks/e4ab82b1-0d8f-4f54-8cf8-5a4308417142?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: 307/627] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:15 2026] POST /v2.0/routers => generated 695 bytes in 1982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/628] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:17 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/629] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:17 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/630] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:10:18 2026] GET /v2.0/networks?id=7a711742-a158-4233-94a6-63453ea5284f => generated 670 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/631] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:18 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => 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: 312/632] 199.204.45.23 () {34 vars in 1049 bytes} [Wed Jul 1 12:10:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0f7e8ffd4df94929b1eaa0ab54fc560b => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/633] 199.204.45.23 () {38 vars in 954 bytes} [Wed Jul 1 12:10:18 2026] POST /v2.0/ports => generated 954 bytes in 492 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: 314/634] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:18 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/635] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:10:18 2026] PUT /v2.0/ports/be1485e4-7f61-481d-b613-a880571ab0c7 => generated 1235 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/636] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:10:17 2026] PUT /v2.0/routers/69504c38-74db-4e88-a0d3-8d29b8a77850/add_router_interface => generated 309 bytes in 1477 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: 316/637] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:19 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&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: 322/638] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:19 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => 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: 323/639] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:19 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:19.411 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-beb10aea-e445-4e14-bc12-11eacb331675'] response: {'name': 'network-changed', 'server_uuid': '82759ffd-705e-4399-9758-2645a33442ba', 'tag': 'be1485e4-7f61-481d-b613-a880571ab0c7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 324/640] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:19 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => 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/641] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:19 2026] GET /v2.0/security-groups?id=1fa0d4ec-e259-4b6f-b0a5-ae910cd8f4a0&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/642] 10.0.0.94 () {34 vars in 664 bytes} [Wed Jul 1 12:10:19 2026] POST /v2.0/ports => generated 959 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 318/643] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:19 2026] GET /v2.0/ports?tenant_id=0f7e8ffd4df94929b1eaa0ab54fc560b&device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/644] 199.204.45.23 () {34 vars in 1017 bytes} [Wed Jul 1 12:10:19 2026] GET /v2.0/networks?tenant_id=0f7e8ffd4df94929b1eaa0ab54fc560b&shared=False => generated 766 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/645] 10.0.0.94 () {34 vars in 664 bytes} [Wed Jul 1 12:10:19 2026] POST /v2.0/ports => generated 954 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 320/646] 199.204.45.23 () {34 vars in 929 bytes} [Wed Jul 1 12:10:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/647] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:20 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/648] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:20 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/649] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:20 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/650] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:20 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&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: 325/651] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:20 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/652] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:20 2026] GET /v2.0/security-groups?id=1fa0d4ec-e259-4b6f-b0a5-ae910cd8f4a0&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:20.838 7 INFO neutron.db.l3_db [None req-69b8ca2c-4350-4398-8d04-65ad32fde1eb ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Floating IP ce683e46-528b-44a3-a6bb-56d53becf5b7 associated. External IP: 10.96.250.213, port: 5ae55d02-191d-4448-a4dd-881918f247fa. [pid: 8|app: 0|req: 327/653] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:21 2026] GET /v2.0/ports?tenant_id=0f7e8ffd4df94929b1eaa0ab54fc560b&device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/654] 10.0.0.94 () {34 vars in 676 bytes} [Wed Jul 1 12:10:20 2026] POST /v2.0/floatingips => generated 841 bytes in 1139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/655] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:10:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=be1485e4-7f61-481d-b613-a880571ab0c7 => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/656] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:10:21 2026] GET /v2.0/subnets?id=5ad48c0b-c8bd-4478-b68d-88c64b473ecb => generated 688 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/657] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:10:21 2026] GET /v2.0/ports?network_id=7a711742-a158-4233-94a6-63453ea5284f&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: 331/658] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:10:21 2026] GET /v2.0/networks/7a711742-a158-4233-94a6-63453ea5284f?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:21.354 8 INFO neutron.db.l3_db [None req-714f8caa-667a-4a6d-aec1-3aa47b78829f ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Floating IP ce683e46-528b-44a3-a6bb-56d53becf5b7 disassociated. External IP: 10.96.250.213, port: 5ae55d02-191d-4448-a4dd-881918f247fa. [pid: 7|app: 0|req: 332/659] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:10:21 2026] GET /v2.0/networks/7a711742-a158-4233-94a6-63453ea5284f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/660] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:21 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/661] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:10:21 2026] PUT /v2.0/floatingips/ce683e46-528b-44a3-a6bb-56d53becf5b7 => generated 552 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/662] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:21 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => 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: 329/663] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:21 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/664] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:21 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:21.775 7 INFO neutron_taas.services.taas.taas_plugin [None req-a27c639a-ee36-4c25-aac0-204d7efbe714 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] TaaS: Handle Delete Port: f4047295-f976-449d-a0cf-071875b860b0 2026-07-01 12:10:21.778 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a27c639a-ee36-4c25-aac0-204d7efbe714 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Tap Mirror: Handle Delete Port: f4047295-f976-449d-a0cf-071875b860b0 [pid: 8|app: 0|req: 331/665] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:21 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/666] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:21 2026] GET /v2.0/security-groups?id=1fa0d4ec-e259-4b6f-b0a5-ae910cd8f4a0&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/667] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:10:21 2026] DELETE /v2.0/floatingips/ce683e46-528b-44a3-a6bb-56d53becf5b7 => 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: 336/668] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:22 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/669] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:22 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/670] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:22 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&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: 339/671] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:22 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:22.934 8 INFO neutron.db.l3_db [None req-e60c3072-bc1a-450b-a14a-cd2d43e1f62a ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Floating IP 775f7dfb-9340-44af-9b98-bdf1d672abef associated. External IP: 10.96.250.219, port: 829c7d57-fd72-4f89-b634-dd626fc40251. [pid: 7|app: 0|req: 340/672] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:22 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/673] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:22 2026] GET /v2.0/security-groups?id=1fa0d4ec-e259-4b6f-b0a5-ae910cd8f4a0&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/674] 10.0.0.94 () {34 vars in 676 bytes} [Wed Jul 1 12:10:21 2026] POST /v2.0/floatingips => generated 843 bytes in 1392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/675] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:10:23 2026] GET /v2.0/floatingips/775f7dfb-9340-44af-9b98-bdf1d672abef => generated 843 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/676] 10.0.0.94 () {32 vars in 654 bytes} [Wed Jul 1 12:10:23 2026] GET /v2.0/floatingips => generated 846 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:24.010 7 INFO neutron.db.l3_db [None req-c453537f-49b6-4adc-9622-710298782642 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Floating IP 775f7dfb-9340-44af-9b98-bdf1d672abef associated. External IP: 10.96.250.219, port: 829c7d57-fd72-4f89-b634-dd626fc40251. [pid: 8|app: 0|req: 335/677] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:23 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/678] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:24 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/679] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:24 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&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: 338/680] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:24 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&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: 339/681] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:24 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/682] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:24 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => 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: 341/683] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:24 2026] GET /v2.0/security-groups?id=1fa0d4ec-e259-4b6f-b0a5-ae910cd8f4a0&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/684] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:10:23 2026] PUT /v2.0/floatingips/775f7dfb-9340-44af-9b98-bdf1d672abef => generated 841 bytes in 1065 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:24.667 8 INFO neutron.db.l3_db [None req-f6e45283-2f4d-4dd6-a666-840b31e82834 a717349fd9fc42a0a2c29acd1695363f 731fb41e3bdf426f890c7205f6033426 - - default default] Floating IP b16dff2b-ac7d-4594-a8de-10e864e2df27 associated. External IP: 10.96.250.217, port: 54ac2182-ceb3-47d4-91c8-b62f2020e263. 2026-07-01 12:10:24.742 7 INFO neutron.db.l3_db [None req-17c93a72-e692-4888-a205-a0fa1b1627a5 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Floating IP 775f7dfb-9340-44af-9b98-bdf1d672abef disassociated. External IP: 10.96.250.219, port: 5ae55d02-191d-4448-a4dd-881918f247fa. [pid: 8|app: 0|req: 342/685] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:10:24 2026] PUT /v2.0/floatingips/b16dff2b-ac7d-4594-a8de-10e864e2df27 => generated 855 bytes in 689 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/686] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:10:24 2026] PUT /v2.0/floatingips/775f7dfb-9340-44af-9b98-bdf1d672abef => generated 552 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:25.083 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e719ba47-7079-412d-ac4b-8314ca9ca41d'] response: {'name': 'network-changed', 'server_uuid': '2fe7ac71-5bcc-4e64-a83f-16d0e596e60b', 'tag': '54ac2182-ceb3-47d4-91c8-b62f2020e263', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 345/687] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:25 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:25.208 8 INFO neutron_taas.services.taas.taas_plugin [None req-375ba40a-00df-4622-88eb-730b3e65cfbf ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] TaaS: Handle Delete Port: 418a6729-e09e-4d47-a16f-e733831fa29a 2026-07-01 12:10:25.213 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-375ba40a-00df-4622-88eb-730b3e65cfbf ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Tap Mirror: Handle Delete Port: 418a6729-e09e-4d47-a16f-e733831fa29a [pid: 7|app: 0|req: 346/688] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:25 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/689] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:25 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/690] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:25 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&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: 343/691] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:10:25 2026] DELETE /v2.0/floatingips/775f7dfb-9340-44af-9b98-bdf1d672abef => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:10:25.450 8 INFO neutron.api.v2.resource [None req-e85d3ece-930e-490f-9268-03ebda72a12e ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 344/692] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:10:25 2026] DELETE /v2.0/floatingips/775f7dfb-9340-44af-9b98-bdf1d672abef => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/693] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:25 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 971 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/694] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:25 2026] GET /v2.0/security-groups?id=1fa0d4ec-e259-4b6f-b0a5-ae910cd8f4a0&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/695] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:25 2026] GET /v2.0/ports?tenant_id=731fb41e3bdf426f890c7205f6033426&device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 1240 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:10:25.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a2ef695-1a52-43e5-b70d-4a4ffe789cea ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] TaaS: Handle Delete Port: 5ae55d02-191d-4448-a4dd-881918f247fa 2026-07-01 12:10:25.655 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a2ef695-1a52-43e5-b70d-4a4ffe789cea ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Tap Mirror: Handle Delete Port: 5ae55d02-191d-4448-a4dd-881918f247fa [pid: 7|app: 0|req: 352/696] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:10:25 2026] GET /v2.0/networks?id=ab8ad57a-5470-480b-a306-ac9014a9f4bb => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/697] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:10:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54ac2182-ceb3-47d4-91c8-b62f2020e263 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/698] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:10:25 2026] GET /v2.0/subnets?id=d3c125a5-c205-4032-900c-49c409f23d7b => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/699] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:10:25 2026] GET /v2.0/ports?network_id=ab8ad57a-5470-480b-a306-ac9014a9f4bb&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/700] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:10:25 2026] DELETE /v2.0/ports/5ae55d02-191d-4448-a4dd-881918f247fa => generated 0 bytes in 388 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/701] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:10:25 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?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: 357/702] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:10:25 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?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-07-01 12:10:25.971 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5fc2240-d17b-4bc1-9728-a5bbd51eac02 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] TaaS: Handle Delete Port: 829c7d57-fd72-4f89-b634-dd626fc40251 2026-07-01 12:10:25.974 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5fc2240-d17b-4bc1-9728-a5bbd51eac02 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Tap Mirror: Handle Delete Port: 829c7d57-fd72-4f89-b634-dd626fc40251 [pid: 8|app: 0|req: 346/703] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:10:25 2026] DELETE /v2.0/ports/829c7d57-fd72-4f89-b634-dd626fc40251 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/704] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:10:26 2026] GET /v2.0/ports?device_id=69504c38-74db-4e88-a0d3-8d29b8a77850 => generated 958 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/705] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:26 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => 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: 360/706] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:26 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&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: 361/707] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:26 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:26.674 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e116f7c-cd0e-49e1-a8d7-0128f47e8f9b ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] TaaS: Handle Delete Port: e3b3eee5-d953-4383-b6a9-4457d5b24fae 2026-07-01 12:10:26.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e116f7c-cd0e-49e1-a8d7-0128f47e8f9b ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Tap Mirror: Handle Delete Port: e3b3eee5-d953-4383-b6a9-4457d5b24fae [pid: 7|app: 0|req: 362/708] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:26 2026] GET /v2.0/security-groups?id=1fa0d4ec-e259-4b6f-b0a5-ae910cd8f4a0&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/709] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:26 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:27.243 7 INFO neutron.db.l3_db [None req-4be3ca8e-fa15-4930-bb1a-a57d7659f0b0 9dbad1f9629149eabee0a373a95ed4e8 0f7e8ffd4df94929b1eaa0ab54fc560b - - default default] Floating IP a53cad75-9712-4173-9779-7497f5d02077 associated. External IP: 10.96.250.220, port: be1485e4-7f61-481d-b613-a880571ab0c7. [pid: 7|app: 0|req: 364/710] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:10:26 2026] PUT /v2.0/floatingips/a53cad75-9712-4173-9779-7497f5d02077 => generated 855 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/711] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:10:26 2026] PUT /v2.0/routers/69504c38-74db-4e88-a0d3-8d29b8a77850/remove_router_interface => generated 309 bytes in 1407 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/712] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:27 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/713] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:27 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/714] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:27 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&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: 368/715] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:27 2026] GET /v2.0/security-groups?id=1fa0d4ec-e259-4b6f-b0a5-ae910cd8f4a0&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/716] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:27 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:27.922 8 INFO neutron_taas.services.taas.taas_plugin [None req-00fe0a0e-adef-4476-8678-c8dc021ab064 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] TaaS: Handle Delete Port: 7e2d35a7-cdd9-4136-9c8c-c1c76195ec30 2026-07-01 12:10:27.925 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00fe0a0e-adef-4476-8678-c8dc021ab064 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Tap Mirror: Handle Delete Port: 7e2d35a7-cdd9-4136-9c8c-c1c76195ec30 2026-07-01 12:10:28.108 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-650d315d-871b-46b2-8305-317b0560299e'] response: {'name': 'network-changed', 'server_uuid': '82759ffd-705e-4399-9758-2645a33442ba', 'tag': 'be1485e4-7f61-481d-b613-a880571ab0c7', 'status': 'completed', 'code': 200} 2026-07-01 12:10:28.241 7 INFO neutron.db.l3_db [None req-b23acbb7-bac3-4ca6-a747-c1e59dc5aaa9 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Floating IP f911c9f3-6262-4db8-bf7f-e394a702a579 associated. External IP: 10.96.250.201, port: 6f534d56-97c3-4151-b021-1b102bc84d58. 2026-07-01 12:10:28.292 8 INFO neutron_taas.services.taas.taas_plugin [None req-00fe0a0e-adef-4476-8678-c8dc021ab064 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] TaaS: Handle Delete Port: f839bb7d-a32a-4c7a-b62f-dca655bafa1d 2026-07-01 12:10:28.295 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00fe0a0e-adef-4476-8678-c8dc021ab064 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] Tap Mirror: Handle Delete Port: f839bb7d-a32a-4c7a-b62f-dca655bafa1d [pid: 7|app: 0|req: 370/717] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:10:27 2026] PUT /v2.0/floatingips/f911c9f3-6262-4db8-bf7f-e394a702a579 => generated 855 bytes in 671 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/718] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:28 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:28.650 8 INFO neutron.services.segments.plugin [-] Segment fdb9d272-0d46-4c71-8918-84f8221bb93e resource provider aggregate not found 2026-07-01 12:10:28.657 8 INFO neutron.services.segments.plugin [-] Segment fdb9d272-0d46-4c71-8918-84f8221bb93e resource provider aggregate not found 2026-07-01 12:10:28.670 8 INFO neutron.services.segments.plugin [-] Segment fdb9d272-0d46-4c71-8918-84f8221bb93e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdb9d272-0d46-4c71-8918-84f8221bb93e found for delete ", "request_id": "req-525df593-cc58-48e3-a08b-b092bb208dc2"}]} [pid: 7|app: 0|req: 372/719] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:28 2026] GET /v2.0/ports?tenant_id=0f7e8ffd4df94929b1eaa0ab54fc560b&device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:10:28.683 8 INFO neutron.db.l3_hamode_db [None req-00fe0a0e-adef-4476-8678-c8dc021ab064 ad58b069804c4f30bc6ff1926e383ee9 71bfecf0a47c486ead7b89cb8c1ccfda - - default default] HA network 504f8f21-fc8f-4370-b422-16968ff9fc7d was deleted as no HA routers are present in tenant 71bfecf0a47c486ead7b89cb8c1ccfda. [pid: 8|app: 0|req: 348/720] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:27 2026] DELETE /v2.0/routers/69504c38-74db-4e88-a0d3-8d29b8a77850 => generated 0 bytes in 1048 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:10:28.690 8 INFO neutron.services.segments.plugin [-] Segment fdb9d272-0d46-4c71-8918-84f8221bb93e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdb9d272-0d46-4c71-8918-84f8221bb93e found for delete ", "request_id": "req-e907bfb7-e3a5-4982-82b3-ca6bbfdbd8a1"}]} [pid: 7|app: 0|req: 373/721] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:28 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => 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: 349/722] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:28 2026] GET /v2.0/security-groups?id=1fa0d4ec-e259-4b6f-b0a5-ae910cd8f4a0&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: 374/723] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:10:28 2026] GET /v2.0/networks?id=7a711742-a158-4233-94a6-63453ea5284f => generated 766 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/724] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:28 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&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: 350/725] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:28 2026] DELETE /v2.0/subnets/1181cda4-3b0b-41a7-b016-6c8eb3530ba7 => 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: 351/726] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:10:28 2026] DELETE /v2.0/networks/6352c454-a014-4f84-8d11-52563b2cb78e => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/727] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:10:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=be1485e4-7f61-481d-b613-a880571ab0c7 => generated 858 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/728] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:29 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/729] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:10:29 2026] GET /v2.0/subnets?id=5ad48c0b-c8bd-4478-b68d-88c64b473ecb => generated 688 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/730] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:29 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&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: 378/731] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:10:29 2026] GET /v2.0/ports?network_id=7a711742-a158-4233-94a6-63453ea5284f&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/732] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:10:29 2026] GET /v2.0/networks/7a711742-a158-4233-94a6-63453ea5284f?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/733] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:10:29 2026] GET /v2.0/networks/7a711742-a158-4233-94a6-63453ea5284f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/736] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:10:29 2026] GET /v2.0/security-groups?tenant_id=71bfecf0a47c486ead7b89cb8c1ccfda&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/737] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:10:29 2026] DELETE /v2.0/security-groups/9f4a8979-514e-4f62-8b2a-fa887bacc978 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/738] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:29 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/739] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:29 2026] GET /v2.0/security-groups?id=1fa0d4ec-e259-4b6f-b0a5-ae910cd8f4a0&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-07-01 12:10:30.168 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-16301683-71b7-46ee-81c0-f269e7bb60a2'] response: {'name': 'network-changed', 'server_uuid': 'a39c5c4e-219a-4c98-81c1-cabf71193899', 'tag': '6f534d56-97c3-4151-b021-1b102bc84d58', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 357/740] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:30 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/741] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:30 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&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: 358/742] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:10:30 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:30.687 8 INFO neutron.services.segments.plugin [-] Segment e8da780c-0586-4900-94f6-794f96c0a529 resource provider aggregate not found 2026-07-01 12:10:30.711 8 INFO neutron.services.segments.plugin [-] Segment e8da780c-0586-4900-94f6-794f96c0a529 resource provider aggregate not found 2026-07-01 12:10:30.713 8 INFO neutron.services.segments.plugin [-] Segment e8da780c-0586-4900-94f6-794f96c0a529 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8da780c-0586-4900-94f6-794f96c0a529 found for delete ", "request_id": "req-c7e295cd-1568-490b-8cd6-60d242fdace8"}]} 2026-07-01 12:10:30.735 8 INFO neutron.services.segments.plugin [-] Segment e8da780c-0586-4900-94f6-794f96c0a529 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8da780c-0586-4900-94f6-794f96c0a529 found for delete ", "request_id": "req-a41a4a36-6844-4319-a10f-176c339f1848"}]} [pid: 8|app: 0|req: 359/743] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:30 2026] GET /v2.0/ports?tenant_id=0172d23f4f044b06824f7348cfa04143&device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 1240 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/744] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:10:30 2026] GET /v2.0/networks?id=e4ab82b1-0d8f-4f54-8cf8-5a4308417142 => generated 776 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:30.806 7 INFO neutron_taas.services.taas.taas_plugin [req-2c0d974f-af2e-486b-ad27-269a965f4065 req-6582d6b4-a1a5-423e-bbc1-a1ace436acff 9dbad1f9629149eabee0a373a95ed4e8 0f7e8ffd4df94929b1eaa0ab54fc560b - - default default] TaaS: Handle Delete Port: be1485e4-7f61-481d-b613-a880571ab0c7 2026-07-01 12:10:30.812 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2c0d974f-af2e-486b-ad27-269a965f4065 req-6582d6b4-a1a5-423e-bbc1-a1ace436acff 9dbad1f9629149eabee0a373a95ed4e8 0f7e8ffd4df94929b1eaa0ab54fc560b - - default default] Tap Mirror: Handle Delete Port: be1485e4-7f61-481d-b613-a880571ab0c7 [pid: 8|app: 0|req: 361/745] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:10:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6f534d56-97c3-4151-b021-1b102bc84d58 => generated 858 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/746] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:10:30 2026] GET /v2.0/subnets?id=39acad1a-7d98-4cf3-bd11-9c1fdb6c5637 => generated 698 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/747] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:10:30 2026] GET /v2.0/ports?network_id=e4ab82b1-0d8f-4f54-8cf8-5a4308417142&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:10:31.009 7 INFO neutron.db.l3_db [req-2c0d974f-af2e-486b-ad27-269a965f4065 req-6582d6b4-a1a5-423e-bbc1-a1ace436acff 9dbad1f9629149eabee0a373a95ed4e8 0f7e8ffd4df94929b1eaa0ab54fc560b - - default default] Floating IP a53cad75-9712-4173-9779-7497f5d02077 disassociated. External IP: 10.96.250.220, port: be1485e4-7f61-481d-b613-a880571ab0c7. [pid: 8|app: 0|req: 364/748] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:10:30 2026] GET /v2.0/networks/e4ab82b1-0d8f-4f54-8cf8-5a4308417142?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/749] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:31 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/750] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:10:31 2026] GET /v2.0/networks/e4ab82b1-0d8f-4f54-8cf8-5a4308417142?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: 367/751] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:31 2026] GET /v2.0/security-groups?id=1fa0d4ec-e259-4b6f-b0a5-ae910cd8f4a0&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/752] 199.204.45.23 () {36 vars in 996 bytes} [Wed Jul 1 12:10:30 2026] DELETE /v2.0/ports/be1485e4-7f61-481d-b613-a880571ab0c7 => generated 0 bytes in 812 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/753] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:31 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/754] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:10:31 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => 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: 370/755] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:31 2026] GET /v2.0/security-groups?id=4ea676bb-6050-4665-b692-b4ad32f031bc&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:31.777 8 INFO neutron_taas.services.taas.taas_plugin [req-954a4c96-2297-4100-bdbe-7fc2950d2932 req-d3b68806-d2f1-411c-9a72-250dd59e75af 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] TaaS: Handle Delete Port: 6f534d56-97c3-4151-b021-1b102bc84d58 2026-07-01 12:10:31.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-954a4c96-2297-4100-bdbe-7fc2950d2932 req-d3b68806-d2f1-411c-9a72-250dd59e75af 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Tap Mirror: Handle Delete Port: 6f534d56-97c3-4151-b021-1b102bc84d58 2026-07-01 12:10:31.856 7 INFO neutron.db.segments_db [None req-7c62a43f-3816-4ec7-94f0-51d66902689d b565687baed248b8a664ddd7a71660bd 1c7061e364114b70a4b97ec9126cc272 - - default default] Added segment 6a1ea5ca-6252-4d10-89b1-e16e05de244e of type vxlan for network 91cbac70-32a0-4d4d-8afb-7ea332e747af [pid: 7|app: 0|req: 386/756] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:10:31 2026] POST /v2.0/networks => generated 648 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:10:31.949 8 INFO neutron.db.l3_db [req-954a4c96-2297-4100-bdbe-7fc2950d2932 req-d3b68806-d2f1-411c-9a72-250dd59e75af 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Floating IP f911c9f3-6262-4db8-bf7f-e394a702a579 disassociated. External IP: 10.96.250.201, port: 6f534d56-97c3-4151-b021-1b102bc84d58. 2026-07-01 12:10:32.211 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e6a00ce1-cbeb-4a78-b1cb-9651ccfb638a'] response: {'server_uuid': '82759ffd-705e-4399-9758-2645a33442ba', 'name': 'network-vif-deleted', 'tag': 'be1485e4-7f61-481d-b613-a880571ab0c7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 387/757] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:32 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => 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: 371/758] 199.204.45.23 () {36 vars in 996 bytes} [Wed Jul 1 12:10:31 2026] DELETE /v2.0/ports/6f534d56-97c3-4151-b021-1b102bc84d58 => generated 0 bytes in 635 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:10:32.327 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-02980d20-84ec-41cd-8bd5-e4bb032b40f6'] response: {'server_uuid': 'a39c5c4e-219a-4c98-81c1-cabf71193899', 'name': 'network-vif-deleted', 'tag': '6f534d56-97c3-4151-b021-1b102bc84d58', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 388/759] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:32 2026] POST /v2.0/subnets => generated 673 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:10:32.709 8 INFO neutron.db.segments_db [None req-f84f74e7-4df5-4ec1-884b-d0e7ea0498f3 b565687baed248b8a664ddd7a71660bd 1c7061e364114b70a4b97ec9126cc272 - - default default] Added segment d5475173-c4b3-4ada-a8fd-5b05c31937cd of type vxlan for network 1bf33817-4e6e-4d61-ad16-c7a4d6024ff1 [pid: 7|app: 0|req: 389/760] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:32 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/761] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:10:32 2026] POST /v2.0/networks => generated 648 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/762] 10.0.0.94 () {34 vars in 742 bytes} [Wed Jul 1 12:10:32 2026] PUT /v2.0/networks/1bf33817-4e6e-4d61-ad16-c7a4d6024ff1 => generated 592 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/763] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:32 2026] POST /v2.0/subnets => generated 646 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/764] 10.0.0.94 () {34 vars in 740 bytes} [Wed Jul 1 12:10:33 2026] PUT /v2.0/subnets/02a9a7a4-1905-4d16-b3f5-f4f92cbb34f2 => generated 656 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/765] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:33 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:33.440 8 INFO neutron.services.segments.plugin [-] Segment d5475173-c4b3-4ada-a8fd-5b05c31937cd resource provider aggregate not found 2026-07-01 12:10:33.444 8 INFO neutron.services.segments.plugin [-] Segment d5475173-c4b3-4ada-a8fd-5b05c31937cd resource provider aggregate not found 2026-07-01 12:10:33.459 8 INFO neutron.services.segments.plugin [-] Segment d5475173-c4b3-4ada-a8fd-5b05c31937cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5475173-c4b3-4ada-a8fd-5b05c31937cd found for delete ", "request_id": "req-5e436733-57e0-4306-a329-5f3d776ff67e"}]} 2026-07-01 12:10:33.460 8 INFO neutron.services.segments.plugin [-] Segment d5475173-c4b3-4ada-a8fd-5b05c31937cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5475173-c4b3-4ada-a8fd-5b05c31937cd found for delete ", "request_id": "req-47c37dc9-453e-454f-ab59-8af758919ed2"}]} [pid: 8|app: 0|req: 374/766] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:10:33 2026] DELETE /v2.0/networks/1bf33817-4e6e-4d61-ad16-c7a4d6024ff1 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:10:33.481 7 INFO neutron.pecan_wsgi.hooks.translation [None req-511f283b-d0d7-4dd7-bd1d-639e9b07875f b565687baed248b8a664ddd7a71660bd 1c7061e364114b70a4b97ec9126cc272 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 393/767] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:10:33 2026] DELETE /v2.0/networks/1bf33817-4e6e-4d61-ad16-c7a4d6024ff1 => 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: 375/768] 10.0.0.94 () {32 vars in 693 bytes} [Wed Jul 1 12:10:33 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/769] 10.0.0.94 () {32 vars in 741 bytes} [Wed Jul 1 12:10:33 2026] GET /v2.0/subnets?network_id=8551412b-218d-4c18-8aa9-960e8066bd01 => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/770] 10.0.0.94 () {32 vars in 652 bytes} [Wed Jul 1 12:10:33 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/771] 10.0.0.94 () {32 vars in 648 bytes} [Wed Jul 1 12:10:33 2026] GET /v2.0/networks => generated 1313 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/772] 10.0.0.94 () {32 vars in 646 bytes} [Wed Jul 1 12:10:33 2026] GET /v2.0/subnets => generated 1312 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/773] 10.0.0.94 () {32 vars in 722 bytes} [Wed Jul 1 12:10:33 2026] GET /v2.0/networks/91cbac70-32a0-4d4d-8afb-7ea332e747af => 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: 378/774] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:10:33 2026] GET /v2.0/subnets/f30f9e61-af3f-4647-8306-e9db7df13d69 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:33.796 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0132335e-5d5f-40bd-a5f5-b18aef996cdf b565687baed248b8a664ddd7a71660bd 1c7061e364114b70a4b97ec9126cc272 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 397/775] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:33 2026] DELETE /v2.0/subnets/02a9a7a4-1905-4d16-b3f5-f4f92cbb34f2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:10:33.817 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ad28cc0-ad88-4a1b-aaef-0658f08933d8 b565687baed248b8a664ddd7a71660bd 1c7061e364114b70a4b97ec9126cc272 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 398/776] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:10:33 2026] DELETE /v2.0/networks/1bf33817-4e6e-4d61-ad16-c7a4d6024ff1 => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/777] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:33 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => 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: 399/778] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:33 2026] DELETE /v2.0/subnets/f30f9e61-af3f-4647-8306-e9db7df13d69 => 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: 380/779] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:10:33 2026] DELETE /v2.0/networks/91cbac70-32a0-4d4d-8afb-7ea332e747af => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/780] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:34 2026] GET /v2.0/ports?device_id=82759ffd-705e-4399-9758-2645a33442ba => 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: 381/781] 10.0.0.31 () {34 vars in 989 bytes} [Wed Jul 1 12:10:34 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 1240 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/782] 10.0.0.31 () {34 vars in 1039 bytes} [Wed Jul 1 12:10:34 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&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: 401/783] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:10:34 2026] GET /v2.0/security-groups?tenant_id=1c7061e364114b70a4b97ec9126cc272&name=default => generated 2925 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/784] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:10:34 2026] DELETE /v2.0/security-groups/82201b2a-73f4-4221-85cc-4d4d9d376189 => 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: 402/785] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:34 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:35.479 8 INFO neutron.services.segments.plugin [-] Segment 6a1ea5ca-6252-4d10-89b1-e16e05de244e resource provider aggregate not found 2026-07-01 12:10:35.482 8 INFO neutron.services.segments.plugin [-] Segment 6a1ea5ca-6252-4d10-89b1-e16e05de244e resource provider aggregate not found 2026-07-01 12:10:35.494 8 INFO neutron.services.segments.plugin [-] Segment 6a1ea5ca-6252-4d10-89b1-e16e05de244e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a1ea5ca-6252-4d10-89b1-e16e05de244e found for delete ", "request_id": "req-989726f4-3507-4f68-bba9-4e2e5c9c22e6"}]} 2026-07-01 12:10:35.500 8 INFO neutron.services.segments.plugin [-] Segment 6a1ea5ca-6252-4d10-89b1-e16e05de244e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a1ea5ca-6252-4d10-89b1-e16e05de244e found for delete ", "request_id": "req-f12cada4-c8d4-4373-a72c-715bf2e532a2"}]} [pid: 8|app: 0|req: 384/786] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:10:35 2026] DELETE /v2.0/security-groups/1fa0d4ec-e259-4b6f-b0a5-ae910cd8f4a0 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:10:35.637 7 INFO neutron.api.v2.resource [None req-cf8a6d06-d568-45ef-b0f1-39687f920737 9dbad1f9629149eabee0a373a95ed4e8 0f7e8ffd4df94929b1eaa0ab54fc560b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 403/787] 10.0.0.94 () {32 vars in 736 bytes} [Wed Jul 1 12:10:35 2026] GET /v2.0/security-groups/1fa0d4ec-e259-4b6f-b0a5-ae910cd8f4a0 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:10:35.761 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9cca183-e3a5-4b3f-9904-3fb6030eb589 9dbad1f9629149eabee0a373a95ed4e8 0f7e8ffd4df94929b1eaa0ab54fc560b - - default default] TaaS: Handle Delete Port: eaa32646-ea38-49f5-aa1e-a0984c4d76b1 2026-07-01 12:10:35.764 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9cca183-e3a5-4b3f-9904-3fb6030eb589 9dbad1f9629149eabee0a373a95ed4e8 0f7e8ffd4df94929b1eaa0ab54fc560b - - default default] Tap Mirror: Handle Delete Port: eaa32646-ea38-49f5-aa1e-a0984c4d76b1 [pid: 8|app: 0|req: 385/788] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:10:35 2026] DELETE /v2.0/floatingips/a53cad75-9712-4173-9779-7497f5d02077 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/789] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:35 2026] GET /v2.0/ports?device_id=a39c5c4e-219a-4c98-81c1-cabf71193899 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:36.275 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2cdf2ec-d5fe-4c3c-ba5c-dba2d5c15d2f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 33f3af98-3ddb-4221-bdac-ecd8effd73eb 2026-07-01 12:10:36.278 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2cdf2ec-d5fe-4c3c-ba5c-dba2d5c15d2f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 33f3af98-3ddb-4221-bdac-ecd8effd73eb [pid: 7|app: 0|req: 404/790] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:10:35 2026] PUT /v2.0/routers/fabf3a48-ba7a-482f-9880-4d58d24cf042/remove_router_interface => generated 309 bytes in 791 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:36.759 8 INFO neutron.db.segments_db [None req-4ac141c9-0d4e-4668-941a-24f45b991164 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Added segment ae7b36a9-a129-4498-8a48-e05ed9b49e37 of type vxlan for network fb790775-dbe4-49c3-a1d4-eb2d7d099b90 [pid: 8|app: 0|req: 387/791] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:10:36 2026] POST /v2.0/networks => generated 630 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:10:36.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ecf4fd6-2dc9-4a92-8fba-9fdcbfb8fc33 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 1ca96fba-e95f-4a42-bcb4-98b6af0bf56e 2026-07-01 12:10:36.876 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ecf4fd6-2dc9-4a92-8fba-9fdcbfb8fc33 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 1ca96fba-e95f-4a42-bcb4-98b6af0bf56e 2026-07-01 12:10:36.900 8 INFO neutron.db.segments_db [None req-46b68dd6-eead-4352-83ac-f0dcdfee32ab 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Added segment 9cafb0da-2ba7-4c7a-ad3a-247d2fc0001c of type vxlan for network 23dd183a-0dac-4466-b5f5-46fb051bee6d [pid: 8|app: 0|req: 388/792] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:10:36 2026] POST /v2.0/networks => generated 629 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:10:37.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ecf4fd6-2dc9-4a92-8fba-9fdcbfb8fc33 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 8f5d5665-695d-4279-bf3a-dde3fb10d598 2026-07-01 12:10:37.137 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ecf4fd6-2dc9-4a92-8fba-9fdcbfb8fc33 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 8f5d5665-695d-4279-bf3a-dde3fb10d598 2026-07-01 12:10:37.217 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-6ecf4fd6-2dc9-4a92-8fba-9fdcbfb8fc33 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 8|app: 0|req: 389/793] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:37 2026] POST /v2.0/subnets => generated 626 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/794] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:10:37 2026] DELETE /v2.0/security-groups/4ea676bb-6050-4665-b692-b4ad32f031bc => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:10:37.585 7 INFO neutron.services.segments.plugin [-] Segment 054e0ac7-43f8-4188-bb8a-9d6b3ec103d4 resource provider aggregate not found 2026-07-01 12:10:37.590 7 INFO neutron.services.segments.plugin [-] Segment 054e0ac7-43f8-4188-bb8a-9d6b3ec103d4 resource provider aggregate not found 2026-07-01 12:10:37.609 7 INFO neutron.services.segments.plugin [-] Segment 054e0ac7-43f8-4188-bb8a-9d6b3ec103d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 054e0ac7-43f8-4188-bb8a-9d6b3ec103d4 found for delete ", "request_id": "req-bc977238-bcfd-4870-bb17-402344997a00"}]} 2026-07-01 12:10:37.611 7 INFO neutron.services.segments.plugin [-] Segment 054e0ac7-43f8-4188-bb8a-9d6b3ec103d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 054e0ac7-43f8-4188-bb8a-9d6b3ec103d4 found for delete ", "request_id": "req-116ec76d-67b5-46a2-9ee0-07feaf2be6b2"}]} 2026-07-01 12:10:37.616 7 INFO neutron.db.l3_hamode_db [None req-6ecf4fd6-2dc9-4a92-8fba-9fdcbfb8fc33 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] HA network 10836375-4ade-41e5-95cd-61496a8e8659 was deleted as no HA routers are present in tenant 0f7e8ffd4df94929b1eaa0ab54fc560b. [pid: 7|app: 0|req: 405/795] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:36 2026] DELETE /v2.0/routers/fabf3a48-ba7a-482f-9880-4d58d24cf042 => generated 0 bytes in 907 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:10:37.630 7 INFO neutron.api.v2.resource [None req-2d8e9546-d8d6-4a61-b421-5080351c505c 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 406/796] 10.0.0.94 () {32 vars in 736 bytes} [Wed Jul 1 12:10:37 2026] GET /v2.0/security-groups/4ea676bb-6050-4665-b692-b4ad32f031bc => 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: 391/797] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:37 2026] POST /v2.0/subnets => generated 626 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/798] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:37 2026] DELETE /v2.0/subnets/5ad48c0b-c8bd-4478-b68d-88c64b473ecb => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:10:37.799 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4e4af59-06a6-47da-9af1-9ae0d70758a0 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] TaaS: Handle Delete Port: 9bc058ed-e2cf-4e65-853d-93e21b5dcd7f 2026-07-01 12:10:37.801 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4e4af59-06a6-47da-9af1-9ae0d70758a0 9e2526b629f94f2b909edee08d611b63 0172d23f4f044b06824f7348cfa04143 - - default default] Tap Mirror: Handle Delete Port: 9bc058ed-e2cf-4e65-853d-93e21b5dcd7f 2026-07-01 12:10:37.858 7 INFO neutron.db.segments_db [None req-74eaaf32-7e5a-42ab-8fe9-522fa8a5be65 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Added segment 44fd8d2a-ef93-41af-abe3-0adbe73808e1 of type vxlan for network 845c42d5-4643-4326-ac00-871762d3b4f7 [pid: 8|app: 0|req: 392/799] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:10:37 2026] DELETE /v2.0/floatingips/f911c9f3-6262-4db8-bf7f-e394a702a579 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:10:38.104 7 INFO neutron.db.l3_hamode_db [None req-74eaaf32-7e5a-42ab-8fe9-522fa8a5be65 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:10:38.120 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a2215dc-1146-4ced-ac78-61d445bee0b5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: aa858689-5fb0-45d3-ac7e-abd257e51466 2026-07-01 12:10:38.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a2215dc-1146-4ced-ac78-61d445bee0b5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: aa858689-5fb0-45d3-ac7e-abd257e51466 2026-07-01 12:10:38.202 7 INFO neutron.db.l3_hamode_db [None req-74eaaf32-7e5a-42ab-8fe9-522fa8a5be65 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:10:38.310 8 INFO neutron.services.segments.plugin [-] Segment b40b6a81-a2da-423a-afbe-42d969a24d86 resource provider aggregate not found 2026-07-01 12:10:38.315 8 INFO neutron.services.segments.plugin [-] Segment b40b6a81-a2da-423a-afbe-42d969a24d86 resource provider aggregate not found 2026-07-01 12:10:38.338 8 INFO neutron.services.segments.plugin [-] Segment b40b6a81-a2da-423a-afbe-42d969a24d86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b40b6a81-a2da-423a-afbe-42d969a24d86 found for delete ", "request_id": "req-9b333be0-99ba-4529-9926-fb7fd24df04b"}]} 2026-07-01 12:10:38.338 8 INFO neutron.services.segments.plugin [-] Segment b40b6a81-a2da-423a-afbe-42d969a24d86 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b40b6a81-a2da-423a-afbe-42d969a24d86 found for delete ", "request_id": "req-84dd3965-e6b3-4be5-ae0c-c55a5519e73a"}]} [pid: 8|app: 0|req: 393/800] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:10:38 2026] DELETE /v2.0/networks/7a711742-a158-4233-94a6-63453ea5284f => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:10:38.707 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8fb9946-543d-456f-b8f6-ee00e4d37ab0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 5fdb87be-874a-42fa-9edb-8590e679602b 2026-07-01 12:10:38.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8fb9946-543d-456f-b8f6-ee00e4d37ab0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 5fdb87be-874a-42fa-9edb-8590e679602b [pid: 7|app: 0|req: 408/801] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:37 2026] POST /v2.0/routers => generated 506 bytes in 960 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/802] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:10:38 2026] GET /v2.0/security-groups?tenant_id=0f7e8ffd4df94929b1eaa0ab54fc560b&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/803] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:10:38 2026] PUT /v2.0/routers/6dded438-1d22-4ce4-a0ef-055517590c63/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/804] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:10:39 2026] DELETE /v2.0/security-groups/7c1dcd3b-79ed-4270-ace4-1596959ec0bd => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:10:39.581 8 INFO neutron_taas.services.taas.taas_plugin [None req-e75286d4-648f-46bf-900b-83172dbd122c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: d5d0d1da-78e6-44be-9884-5ce461ec9876 2026-07-01 12:10:39.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e75286d4-648f-46bf-900b-83172dbd122c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: d5d0d1da-78e6-44be-9884-5ce461ec9876 2026-07-01 12:10:39.872 8 INFO neutron_taas.services.taas.taas_plugin [None req-e75286d4-648f-46bf-900b-83172dbd122c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 08fd46e2-6cb6-426d-8c46-0d257ff1360b 2026-07-01 12:10:39.875 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e75286d4-648f-46bf-900b-83172dbd122c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 08fd46e2-6cb6-426d-8c46-0d257ff1360b [pid: 7|app: 0|req: 410/805] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:10:38 2026] PUT /v2.0/routers/f0d2f8cf-a6e0-4ee1-ba3f-3736f52a8a26/add_router_interface => generated 309 bytes in 1130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/806] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:10:39 2026] GET /v2.0/ports/c211e261-62db-4011-b72d-27851a85fa6e => generated 955 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:40.210 8 INFO neutron.db.l3_hamode_db [None req-e75286d4-648f-46bf-900b-83172dbd122c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] HA network 0e03c272-7a96-4b3c-84c8-c7bff1116bb7 was deleted as no HA routers are present in tenant 0172d23f4f044b06824f7348cfa04143. [pid: 8|app: 0|req: 396/807] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:39 2026] DELETE /v2.0/routers/6dded438-1d22-4ce4-a0ef-055517590c63 => generated 0 bytes in 853 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:10:40.362 8 INFO neutron.services.segments.plugin [-] Segment b99e7eb9-5adc-4ad2-820e-9fe62bceb2c1 resource provider aggregate not found 2026-07-01 12:10:40.371 8 INFO neutron.services.segments.plugin [-] Segment b99e7eb9-5adc-4ad2-820e-9fe62bceb2c1 resource provider aggregate not found [pid: 8|app: 0|req: 397/808] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:40 2026] DELETE /v2.0/subnets/39acad1a-7d98-4cf3-bd11-9c1fdb6c5637 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:10:40.388 8 INFO neutron.services.segments.plugin [-] Segment b99e7eb9-5adc-4ad2-820e-9fe62bceb2c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b99e7eb9-5adc-4ad2-820e-9fe62bceb2c1 found for delete ", "request_id": "req-054f3d57-739c-4890-9f9f-061f2e944479"}]} 2026-07-01 12:10:40.392 8 INFO neutron.services.segments.plugin [-] Segment b99e7eb9-5adc-4ad2-820e-9fe62bceb2c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b99e7eb9-5adc-4ad2-820e-9fe62bceb2c1 found for delete ", "request_id": "req-85528b6d-701c-4f11-869b-76e861891cb8"}]} 2026-07-01 12:10:40.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-b62c20b0-74db-4010-a3ad-53a1a0dec032 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: b80aac67-e624-47f2-ace8-588b94d9222b 2026-07-01 12:10:40.471 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b62c20b0-74db-4010-a3ad-53a1a0dec032 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: b80aac67-e624-47f2-ace8-588b94d9222b [pid: 8|app: 0|req: 398/809] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:10:40 2026] DELETE /v2.0/networks/e4ab82b1-0d8f-4f54-8cf8-5a4308417142 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/810] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:10:40 2026] GET /v2.0/security-groups?tenant_id=0172d23f4f044b06824f7348cfa04143&name=default => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/811] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:10:40 2026] DELETE /v2.0/security-groups/5e7e2411-ec33-4706-b350-2bc12b254ab5 => 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: 412/812] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:10:39 2026] PUT /v2.0/routers/f0d2f8cf-a6e0-4ee1-ba3f-3736f52a8a26/add_router_interface => generated 309 bytes in 1152 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/813] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:10:41 2026] GET /v2.0/ports/d2593f2b-e2f7-4268-ab22-f162c804c46f => generated 955 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:41.550 7 INFO neutron.db.segments_db [None req-e2c43deb-0a18-4809-af71-abab211f12ee 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 4715d890-9bd1-48dc-a53f-b5733267bed8 of type vxlan for network cb51ce4f-d69d-45df-8bcf-c096e3dce148 2026-07-01 12:10:41.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-39db4a49-25b4-435c-9cc9-0d9fa92fc4f3 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] TaaS: Handle Delete Port: d2593f2b-e2f7-4268-ab22-f162c804c46f 2026-07-01 12:10:41.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39db4a49-25b4-435c-9cc9-0d9fa92fc4f3 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Tap Mirror: Handle Delete Port: d2593f2b-e2f7-4268-ab22-f162c804c46f [pid: 7|app: 0|req: 413/814] 10.0.0.94 () {34 vars in 670 bytes} [Wed Jul 1 12:10:41 2026] POST /v2.0/networks => generated 744 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/815] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:41 2026] POST /v2.0/subnets => generated 691 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:10:41.915 7 INFO neutron.db.segments_db [None req-1c1fb46e-692f-408f-ba75-b344ff2b2576 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 0c98d106-4229-48d0-8ace-56df9972c4e5 of type vxlan for network 61e37d57-1f3c-41db-a26e-9a8ef54fad87 [pid: 8|app: 0|req: 402/816] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:10:41 2026] PUT /v2.0/routers/f0d2f8cf-a6e0-4ee1-ba3f-3736f52a8a26/remove_router_interface => generated 309 bytes in 850 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:42.160 7 INFO neutron.db.l3_hamode_db [None req-1c1fb46e-692f-408f-ba75-b344ff2b2576 61cbf4d44b624a44ab935bfe7f4f17e8 1fad9b6eda2548dba03cb9dcff921659 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:10:42.410 8 INFO neutron.services.segments.plugin [-] Segment 4da32092-cb08-4e14-95b9-8357142c4ad8 resource provider aggregate not found 2026-07-01 12:10:42.415 8 INFO neutron.services.segments.plugin [-] Segment 4da32092-cb08-4e14-95b9-8357142c4ad8 resource provider aggregate not found 2026-07-01 12:10:42.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d26e18f-b1f2-43cb-b78f-2111b0004423 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] TaaS: Handle Delete Port: c211e261-62db-4011-b72d-27851a85fa6e 2026-07-01 12:10:42.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d26e18f-b1f2-43cb-b78f-2111b0004423 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Tap Mirror: Handle Delete Port: c211e261-62db-4011-b72d-27851a85fa6e 2026-07-01 12:10:42.439 8 INFO neutron.services.segments.plugin [-] Segment 4da32092-cb08-4e14-95b9-8357142c4ad8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4da32092-cb08-4e14-95b9-8357142c4ad8 found for delete ", "request_id": "req-34e1cdf1-b091-44ac-9774-a1d6a15c5a4f"}]} 2026-07-01 12:10:42.441 8 INFO neutron.services.segments.plugin [-] Segment 4da32092-cb08-4e14-95b9-8357142c4ad8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4da32092-cb08-4e14-95b9-8357142c4ad8 found for delete ", "request_id": "req-3c439753-644d-43b0-9a0f-3457f6d0bac5"}]} 2026-07-01 12:10:42.754 7 INFO neutron.db.l3_hamode_db [None req-1c1fb46e-692f-408f-ba75-b344ff2b2576 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 403/817] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:10:42 2026] PUT /v2.0/routers/f0d2f8cf-a6e0-4ee1-ba3f-3736f52a8a26/remove_router_interface => generated 309 bytes in 761 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:43.068 8 INFO neutron.db.segments_db [None req-8e59bc5d-a5c9-4bcd-b7cf-2a1309d434c4 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 4167c6b1-63fe-4376-99c0-7e55b78277cb of type vxlan for network 341e1966-43ed-443b-a444-e99adb740272 [pid: 8|app: 0|req: 404/818] 10.0.0.94 () {34 vars in 670 bytes} [Wed Jul 1 12:10:42 2026] POST /v2.0/networks => generated 744 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/819] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:10:43 2026] GET /v2.0/ports?device_id=f0d2f8cf-a6e0-4ee1-ba3f-3736f52a8a26 => 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: 406/820] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:43 2026] POST /v2.0/subnets => generated 691 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/821] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:41 2026] POST /v2.0/routers => generated 731 bytes in 1654 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:10:43.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf5468c9-3404-4718-b881-53aa755fc2d8 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] TaaS: Handle Delete Port: 8a998860-a2e3-4df4-b3d7-43148ea6e574 2026-07-01 12:10:43.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf5468c9-3404-4718-b881-53aa755fc2d8 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Tap Mirror: Handle Delete Port: 8a998860-a2e3-4df4-b3d7-43148ea6e574 2026-07-01 12:10:43.562 7 INFO neutron.db.segments_db [None req-0dcd62e2-8031-4e1d-a567-f2f360429360 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 5311206a-b15e-48af-b5cf-46033f5a3e8f of type vxlan for network eac8f3b2-5bda-481c-8314-873e60137c05 2026-07-01 12:10:43.799 7 INFO neutron.db.l3_hamode_db [None req-0dcd62e2-8031-4e1d-a567-f2f360429360 61cbf4d44b624a44ab935bfe7f4f17e8 22f839f3ffa04473b50bf58616642ae0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:10:43.894 8 INFO neutron.db.l3_hamode_db [None req-bf5468c9-3404-4718-b881-53aa755fc2d8 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] HA network 845c42d5-4643-4326-ac00-871762d3b4f7 was deleted as no HA routers are present in tenant 2725ff83a0214dbd8950a45d66d44bff. [pid: 8|app: 0|req: 407/822] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:43 2026] DELETE /v2.0/routers/f0d2f8cf-a6e0-4ee1-ba3f-3736f52a8a26 => generated 0 bytes in 525 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:10:44.477 8 INFO neutron.services.segments.plugin [-] Segment 44fd8d2a-ef93-41af-abe3-0adbe73808e1 resource provider aggregate not found 2026-07-01 12:10:44.490 8 INFO neutron.services.segments.plugin [-] Segment 44fd8d2a-ef93-41af-abe3-0adbe73808e1 resource provider aggregate not found 2026-07-01 12:10:44.496 8 INFO neutron.services.segments.plugin [-] Segment 44fd8d2a-ef93-41af-abe3-0adbe73808e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44fd8d2a-ef93-41af-abe3-0adbe73808e1 found for delete ", "request_id": "req-6fce68f2-f9a5-429e-a551-a65b0130933d"}]} 2026-07-01 12:10:44.518 8 INFO neutron.services.segments.plugin [-] Segment 44fd8d2a-ef93-41af-abe3-0adbe73808e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44fd8d2a-ef93-41af-abe3-0adbe73808e1 found for delete ", "request_id": "req-561c02fc-630f-4130-a445-65a15878218a"}]} 2026-07-01 12:10:44.597 7 INFO neutron.db.l3_hamode_db [None req-0dcd62e2-8031-4e1d-a567-f2f360429360 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 408/823] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:10:43 2026] PUT /v2.0/routers/d67641ea-f4b5-4b0a-a2d9-6ce5b203ec64/add_router_interface => generated 309 bytes in 1362 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/824] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:45 2026] DELETE /v2.0/subnets/9c32874e-0b3b-4c8b-b49b-a7c69a9f5cc2 => 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: 412/827] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:45 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/828] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:43 2026] POST /v2.0/routers => generated 731 bytes in 2045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/829] 10.0.0.185 () {34 vars in 971 bytes} [Wed Jul 1 12:10:45 2026] GET /v2.0/ports/54ac2182-ceb3-47d4-91c8-b62f2020e263 => generated 968 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/830] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:45 2026] DELETE /v2.0/subnets/c1796527-cd9e-4170-ac88-201106605ea0 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:10:45.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-347c79fd-a864-43a3-8900-0d3536f77a73 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] TaaS: Handle Delete Port: e0e59e94-c8ba-421c-be4f-0ef10b1e8b4d 2026-07-01 12:10:45.810 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-347c79fd-a864-43a3-8900-0d3536f77a73 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Tap Mirror: Handle Delete Port: e0e59e94-c8ba-421c-be4f-0ef10b1e8b4d [pid: 8|app: 0|req: 414/831] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:10:45 2026] DELETE /v2.0/networks/23dd183a-0dac-4466-b5f5-46fb051bee6d => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:10:46.109 8 INFO neutron_taas.services.taas.taas_plugin [None req-7192406b-8785-4d66-8a84-1cf0056bcbef 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] TaaS: Handle Delete Port: 779ccb57-b10c-4822-82b9-7687e951eb68 2026-07-01 12:10:46.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7192406b-8785-4d66-8a84-1cf0056bcbef 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Tap Mirror: Handle Delete Port: 779ccb57-b10c-4822-82b9-7687e951eb68 [pid: 8|app: 0|req: 415/832] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:10:46 2026] DELETE /v2.0/networks/fb790775-dbe4-49c3-a1d4-eb2d7d099b90 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/833] 10.0.0.185 () {34 vars in 982 bytes} [Wed Jul 1 12:10:46 2026] GET /v2.0/networks?id=cb51ce4f-d69d-45df-8bcf-c096e3dce148 => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/834] 199.204.45.23 () {34 vars in 999 bytes} [Wed Jul 1 12:10:46 2026] GET /v2.0/subnets?network_id=ab8ad57a-5470-480b-a306-ac9014a9f4bb => generated 684 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:46.463 8 INFO neutron.db.segments_db [None req-09394825-9028-419e-9f85-9e3b14b87cac 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Added segment 66ede9a9-ad1f-4815-9c19-be8d1f4c91f9 of type vxlan for network debbc19c-34d7-4217-a032-f9441c05aff5 2026-07-01 12:10:46.524 8 INFO neutron.services.segments.plugin [-] Segment 9cafb0da-2ba7-4c7a-ad3a-247d2fc0001c resource provider aggregate not found 2026-07-01 12:10:46.543 8 INFO neutron.services.segments.plugin [-] Segment 9cafb0da-2ba7-4c7a-ad3a-247d2fc0001c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cafb0da-2ba7-4c7a-ad3a-247d2fc0001c found for delete ", "request_id": "req-6fad990f-0d6d-455b-b071-d0f6c216e8fd"}]} 2026-07-01 12:10:46.558 8 INFO neutron.services.segments.plugin [-] Segment 9cafb0da-2ba7-4c7a-ad3a-247d2fc0001c resource provider aggregate not found 2026-07-01 12:10:46.565 8 INFO neutron.services.segments.plugin [-] Segment ae7b36a9-a129-4498-8a48-e05ed9b49e37 resource provider aggregate not found 2026-07-01 12:10:46.581 8 INFO neutron.services.segments.plugin [-] Segment 9cafb0da-2ba7-4c7a-ad3a-247d2fc0001c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cafb0da-2ba7-4c7a-ad3a-247d2fc0001c found for delete ", "request_id": "req-5e8cd85a-ecba-4064-9c26-4a5f5cd8a0ec"}]} 2026-07-01 12:10:46.597 8 INFO neutron.services.segments.plugin [-] Segment ae7b36a9-a129-4498-8a48-e05ed9b49e37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae7b36a9-a129-4498-8a48-e05ed9b49e37 found for delete ", "request_id": "req-cc8e5e8d-f24b-4f09-909b-2e6e95e12403"}]} 2026-07-01 12:10:46.601 8 INFO neutron.services.segments.plugin [-] Segment ae7b36a9-a129-4498-8a48-e05ed9b49e37 resource provider aggregate not found [pid: 8|app: 0|req: 418/835] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:10:46 2026] POST /v2.0/networks => generated 630 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/836] 10.0.0.185 () {34 vars in 965 bytes} [Wed Jul 1 12:10:46 2026] GET /v2.0/quotas/1fad9b6eda2548dba03cb9dcff921659 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:46.632 8 INFO neutron.services.segments.plugin [-] Segment ae7b36a9-a129-4498-8a48-e05ed9b49e37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae7b36a9-a129-4498-8a48-e05ed9b49e37 found for delete ", "request_id": "req-4290a8fa-8522-4926-8599-0517cc68e55e"}]} [pid: 8|app: 0|req: 420/837] 199.204.45.23 () {34 vars in 1145 bytes} [Wed Jul 1 12:10:46 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b&device_owner=compute%3Anova&network_id=ab8ad57a-5470-480b-a306-ac9014a9f4bb => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/838] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:10:45 2026] PUT /v2.0/routers/b68568a5-f067-41e8-a20f-08714fc232c9/add_router_interface => generated 309 bytes in 1209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/839] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:46 2026] POST /v2.0/subnets => generated 626 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/840] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:10:46 2026] GET /v2.0/ports?tenant_id=1fad9b6eda2548dba03cb9dcff921659&fields=id => generated 57 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:46.938 7 INFO neutron.db.segments_db [None req-d6341499-504e-4459-b0ee-0e49f8068977 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Added segment d183260c-b2c5-49b7-8d89-2fc6516cbeb4 of type vxlan for network 22322c1d-bd0d-44f1-9be4-b3fb22cdf67b 2026-07-01 12:10:47.163 7 INFO neutron.db.l3_hamode_db [None req-d6341499-504e-4459-b0ee-0e49f8068977 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 422/841] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:10:46 2026] PUT /v2.0/ports/54ac2182-ceb3-47d4-91c8-b62f2020e263 => generated 1145 bytes in 393 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-07-01 12:10:47.275 7 INFO neutron.db.l3_hamode_db [None req-d6341499-504e-4459-b0ee-0e49f8068977 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:10:47.281 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc767bd0-5933-4cda-adaf-e972fda56564'] response: {'name': 'network-changed', 'server_uuid': '2fe7ac71-5bcc-4e64-a83f-16d0e596e60b', 'tag': '54ac2182-ceb3-47d4-91c8-b62f2020e263', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 423/842] 10.0.0.185 () {34 vars in 1008 bytes} [Wed Jul 1 12:10:47 2026] GET /v2.0/networks/cb51ce4f-d69d-45df-8bcf-c096e3dce148?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: 424/843] 10.0.0.185 () {34 vars in 1108 bytes} [Wed Jul 1 12:10:47 2026] GET /v2.0/networks/cb51ce4f-d69d-45df-8bcf-c096e3dce148?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/844] 10.0.0.94 () {34 vars in 684 bytes} [Wed Jul 1 12:10:47 2026] POST /v2.0/security-groups => generated 1660 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/845] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:47 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => 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: 427/846] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:10:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/847] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:10:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/848] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:47 2026] GET /v2.0/ports?tenant_id=731fb41e3bdf426f890c7205f6033426&device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 1417 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/849] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:46 2026] POST /v2.0/routers => generated 507 bytes in 1336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/850] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:10:48 2026] GET /v2.0/networks?id=ab8ad57a-5470-480b-a306-ac9014a9f4bb => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/851] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:10:47 2026] POST /v2.0/floatingips => generated 552 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/852] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:10:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=54ac2182-ceb3-47d4-91c8-b62f2020e263 => 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: 432/853] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:10:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54ac2182-ceb3-47d4-91c8-b62f2020e263 => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/854] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:10:48 2026] GET /v2.0/subnets?id=d3c125a5-c205-4032-900c-49c409f23d7b => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/855] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:10:48 2026] GET /v2.0/ports?network_id=ab8ad57a-5470-480b-a306-ac9014a9f4bb&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/856] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:10:48 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?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: 436/857] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:10:48 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?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: 422/858] 10.0.0.94 () {34 vars in 664 bytes} [Wed Jul 1 12:10:48 2026] POST /v2.0/ports => generated 952 bytes in 374 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: 423/859] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:48 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => 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: 424/860] 10.0.0.185 () {34 vars in 1098 bytes} [Wed Jul 1 12:10:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--915784694&fields=id&tenant_id=22f839f3ffa04473b50bf58616642ae0 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/861] 10.0.0.185 () {34 vars in 982 bytes} [Wed Jul 1 12:10:48 2026] GET /v2.0/networks?id=341e1966-43ed-443b-a444-e99adb740272 => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/862] 10.0.0.185 () {34 vars in 965 bytes} [Wed Jul 1 12:10:48 2026] GET /v2.0/quotas/22f839f3ffa04473b50bf58616642ae0 => 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: 427/863] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:10:48 2026] GET /v2.0/ports?tenant_id=22f839f3ffa04473b50bf58616642ae0&fields=id => generated 57 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/864] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:48 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 1148 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/865] 10.0.0.185 () {34 vars in 1008 bytes} [Wed Jul 1 12:10:49 2026] GET /v2.0/networks/341e1966-43ed-443b-a444-e99adb740272?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/866] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:49 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&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: 431/867] 10.0.0.185 () {34 vars in 1108 bytes} [Wed Jul 1 12:10:49 2026] GET /v2.0/networks/341e1966-43ed-443b-a444-e99adb740272?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: 432/868] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:49 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => 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: 433/869] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:49 2026] GET /v2.0/ports?tenant_id=731fb41e3bdf426f890c7205f6033426&device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 1417 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/870] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:10:49 2026] GET /v2.0/networks?id=ab8ad57a-5470-480b-a306-ac9014a9f4bb => generated 780 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/871] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:10:48 2026] PUT /v2.0/routers/65af85c2-d1a1-4947-9c5f-1c022e5294bb/add_router_interface => generated 309 bytes in 1157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/872] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:49 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => 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, ' [pid: 8|app: 0|req: 438/873] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:10:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=54ac2182-ceb3-47d4-91c8-b62f2020e263 => 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: 436/874] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:10:49 2026] GET /v2.0/ports/3fef7aed-39c5-46d0-8e80-8dd96509468f => generated 1026 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:10:50.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-02ceab2b-799b-4164-9caf-8a3d0885e1c9 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] TaaS: Handle Delete Port: 3fef7aed-39c5-46d0-8e80-8dd96509468f 2026-07-01 12:10:50.212 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02ceab2b-799b-4164-9caf-8a3d0885e1c9 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Tap Mirror: Handle Delete Port: 3fef7aed-39c5-46d0-8e80-8dd96509468f [pid: 8|app: 0|req: 439/875] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:10:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54ac2182-ceb3-47d4-91c8-b62f2020e263 => generated 860 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/876] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:10:50 2026] GET /v2.0/subnets?id=d3c125a5-c205-4032-900c-49c409f23d7b => 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: 441/877] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:10:50 2026] GET /v2.0/ports?network_id=ab8ad57a-5470-480b-a306-ac9014a9f4bb&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: 442/878] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:10:50 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/879] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:50 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => 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: 444/880] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:10:50 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?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: 437/881] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:10:49 2026] PUT /v2.0/routers/65af85c2-d1a1-4947-9c5f-1c022e5294bb/remove_router_interface => generated 309 bytes in 806 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:50.846 8 INFO neutron.api.v2.resource [None req-4da91e6d-c9c9-49f0-855f-bf58ff214def 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 445/882] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:10:50 2026] PUT /v2.0/routers/65af85c2-d1a1-4947-9c5f-1c022e5294bb/remove_router_interface => generated 197 bytes in 165 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: 438/883] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:10:50 2026] GET /v2.0/ports?device_id=65af85c2-d1a1-4947-9c5f-1c022e5294bb => 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: 439/884] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:50 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => 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: 440/885] 199.204.45.23 () {34 vars in 1117 bytes} [Wed Jul 1 12:10:50 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.4 => generated 1148 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:10:51.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-bd2fcf00-34b0-4870-9944-e4025ce0caa4 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] TaaS: Handle Delete Port: e1e4bf69-fe79-47e8-a96f-5e6d1ef59dae 2026-07-01 12:10:51.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd2fcf00-34b0-4870-9944-e4025ce0caa4 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Tap Mirror: Handle Delete Port: e1e4bf69-fe79-47e8-a96f-5e6d1ef59dae [pid: 7|app: 0|req: 441/886] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:10:51 2026] PUT /v2.0/ports/54ac2182-ceb3-47d4-91c8-b62f2020e263 => generated 968 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:51.454 8 INFO neutron.services.segments.plugin [-] Segment d183260c-b2c5-49b7-8d89-2fc6516cbeb4 resource provider aggregate not found 2026-07-01 12:10:51.456 8 INFO neutron.services.segments.plugin [-] Segment d183260c-b2c5-49b7-8d89-2fc6516cbeb4 resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:10:51.476 8 INFO neutron.services.segments.plugin [-] Segment d183260c-b2c5-49b7-8d89-2fc6516cbeb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d183260c-b2c5-49b7-8d89-2fc6516cbeb4 found for delete ", "request_id": "req-c3d1ebe1-7f2a-45ac-859c-3f90a4c41592"}]} 2026-07-01 12:10:51.477 8 INFO neutron.services.segments.plugin [-] Segment d183260c-b2c5-49b7-8d89-2fc6516cbeb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d183260c-b2c5-49b7-8d89-2fc6516cbeb4 found for delete ", "request_id": "req-47354da1-af8a-4d6a-a241-2d134ca2ec13"}]} 2026-07-01 12:10:51.482 8 INFO neutron.db.l3_hamode_db [None req-bd2fcf00-34b0-4870-9944-e4025ce0caa4 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] HA network 22322c1d-bd0d-44f1-9be4-b3fb22cdf67b was deleted as no HA routers are present in tenant 2725ff83a0214dbd8950a45d66d44bff. [pid: 8|app: 0|req: 446/887] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:50 2026] DELETE /v2.0/routers/65af85c2-d1a1-4947-9c5f-1c022e5294bb => generated 0 bytes in 613 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:10:51.494 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b83ba3bd-da28-48ba-b8fd-70e9daee19ca'] response: {'name': 'network-changed', 'server_uuid': '2fe7ac71-5bcc-4e64-a83f-16d0e596e60b', 'tag': '54ac2182-ceb3-47d4-91c8-b62f2020e263', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 442/888] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:51 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/889] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:51 2026] DELETE /v2.0/subnets/b887a529-7f25-45b3-a35f-595a310f5293 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:10:51.733 7 INFO neutron.services.segments.plugin [-] Segment 66ede9a9-ad1f-4815-9c19-be8d1f4c91f9 resource provider aggregate not found 2026-07-01 12:10:51.736 7 INFO neutron.services.segments.plugin [-] Segment 66ede9a9-ad1f-4815-9c19-be8d1f4c91f9 resource provider aggregate not found 2026-07-01 12:10:51.751 7 INFO neutron.services.segments.plugin [-] Segment 66ede9a9-ad1f-4815-9c19-be8d1f4c91f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66ede9a9-ad1f-4815-9c19-be8d1f4c91f9 found for delete ", "request_id": "req-363ef583-94e3-4240-8f5c-4e775ae16169"}]} 2026-07-01 12:10:51.757 7 INFO neutron.services.segments.plugin [-] Segment 66ede9a9-ad1f-4815-9c19-be8d1f4c91f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66ede9a9-ad1f-4815-9c19-be8d1f4c91f9 found for delete ", "request_id": "req-23abd0e8-3732-40e4-a3ae-cd759998abe7"}]} [pid: 7|app: 0|req: 443/890] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:10:51 2026] DELETE /v2.0/networks/debbc19c-34d7-4217-a032-f9441c05aff5 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/891] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:10:51 2026] GET /v2.0/networks?id=cb51ce4f-d69d-45df-8bcf-c096e3dce148 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:51.854 7 INFO neutron.db.segments_db [None req-55971253-a3d8-4404-84f6-ec0712111a4d 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Added segment 99f89074-a3e1-425a-b0c8-43500649d1c0 of type vxlan for network a7a88b71-424e-4478-8901-400aeda00e7c [pid: 7|app: 0|req: 444/892] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:10:51 2026] POST /v2.0/networks => generated 630 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/893] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:51 2026] GET /v2.0/ports?tenant_id=731fb41e3bdf426f890c7205f6033426&device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => 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: 449/894] 199.204.45.23 () {38 vars in 954 bytes} [Wed Jul 1 12:10:51 2026] POST /v2.0/ports => generated 958 bytes in 449 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: 446/895] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:52 2026] POST /v2.0/subnets => generated 626 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/896] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:52 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => generated 961 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/897] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:10:52 2026] GET /v2.0/networks?id=ab8ad57a-5470-480b-a306-ac9014a9f4bb => generated 780 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:52.412 7 INFO neutron.db.segments_db [None req-f1c72c5e-0ef2-4cd2-a190-5e8009ff1e4a 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Added segment 67cd88e1-87ae-428a-97ab-2858e0627964 of type vxlan for network f457d434-eb3f-4634-8dd2-7c423d94b0d0 2026-07-01 12:10:52.678 7 INFO neutron.db.l3_hamode_db [None req-f1c72c5e-0ef2-4cd2-a190-5e8009ff1e4a 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 451/898] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:10:52 2026] PUT /v2.0/ports/e5a523a4-b13c-478d-88d3-9ad0c66f60a1 => generated 1239 bytes in 482 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-07-01 12:10:52.861 7 INFO neutron.db.l3_hamode_db [None req-f1c72c5e-0ef2-4cd2-a190-5e8009ff1e4a 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 452/899] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:52 2026] GET /v2.0/security-groups?id=d408c9ce-58e3-4ebf-a77b-4d3f282fa70c&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:52.912 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e437aa6f-b563-4df5-a154-032cf35d603b'] response: {'name': 'network-changed', 'server_uuid': '23bfff2f-1df9-4948-85c5-75aaf0d7f76f', 'tag': 'e5a523a4-b13c-478d-88d3-9ad0c66f60a1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 453/900] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:10:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54ac2182-ceb3-47d4-91c8-b62f2020e263 => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/901] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:52 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => 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: 455/902] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:10:52 2026] GET /v2.0/subnets?id=d3c125a5-c205-4032-900c-49c409f23d7b => generated 702 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/903] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:10:52 2026] GET /v2.0/ports?network_id=ab8ad57a-5470-480b-a306-ac9014a9f4bb&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: 457/904] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:10:53 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/905] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:10:53 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/906] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:53 2026] GET /v2.0/ports?tenant_id=1fad9b6eda2548dba03cb9dcff921659&device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => generated 1242 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/907] 199.204.45.23 () {34 vars in 1017 bytes} [Wed Jul 1 12:10:53 2026] GET /v2.0/networks?tenant_id=1fad9b6eda2548dba03cb9dcff921659&shared=False => generated 772 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/908] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:52 2026] POST /v2.0/routers => generated 506 bytes in 1260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/909] 199.204.45.23 () {34 vars in 929 bytes} [Wed Jul 1 12:10:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/910] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:53 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/911] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:53 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&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: 464/912] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:53 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/913] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:10:53 2026] GET /v2.0/networks?id=341e1966-43ed-443b-a444-e99adb740272 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/914] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:54 2026] GET /v2.0/security-groups?id=d408c9ce-58e3-4ebf-a77b-4d3f282fa70c&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/915] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:54 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/916] 199.204.45.23 () {34 vars in 1049 bytes} [Wed Jul 1 12:10:54 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=22f839f3ffa04473b50bf58616642ae0 => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/917] 199.204.45.23 () {38 vars in 954 bytes} [Wed Jul 1 12:10:54 2026] POST /v2.0/ports => generated 958 bytes in 370 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: 470/918] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:54 2026] GET /v2.0/ports?tenant_id=731fb41e3bdf426f890c7205f6033426&device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/919] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:10:53 2026] PUT /v2.0/routers/0ce70efa-32e8-4ece-a1a4-93b3ac9ea223/add_router_interface => generated 309 bytes in 1164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/920] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:10:54 2026] GET /v2.0/networks?id=ab8ad57a-5470-480b-a306-ac9014a9f4bb => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/921] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:54 2026] GET /v2.0/ports?tenant_id=1fad9b6eda2548dba03cb9dcff921659&device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/922] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:10:54 2026] GET /v2.0/ports/c96958e7-876e-4465-a675-e4c3c3d69bd8 => generated 955 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/923] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:10:54 2026] PUT /v2.0/ports/d1d2dc1d-4358-4b83-936a-52fbc3acce1c => generated 1239 bytes in 413 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: 453/924] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:54 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/925] 199.204.45.23 () {34 vars in 1059 bytes} [Wed Jul 1 12:10:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e5a523a4-b13c-478d-88d3-9ad0c66f60a1 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/926] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:10:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=54ac2182-ceb3-47d4-91c8-b62f2020e263 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:54.978 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91bc5772-87f6-49b0-9641-977f8bda9c1b'] response: {'name': 'network-changed', 'server_uuid': '0540e53f-9942-42e3-9c2f-5cb22c137ed3', 'tag': 'd1d2dc1d-4358-4b83-936a-52fbc3acce1c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 473/927] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:54 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&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: 474/928] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/subnets?id=50e58b88-13ff-4011-ac39-df67b7fe6007 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/929] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/subnets?id=d3c125a5-c205-4032-900c-49c409f23d7b => generated 702 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/930] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/ports?network_id=cb51ce4f-d69d-45df-8bcf-c096e3dce148&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/931] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/ports?network_id=ab8ad57a-5470-480b-a306-ac9014a9f4bb&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: 478/932] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/networks/cb51ce4f-d69d-45df-8bcf-c096e3dce148?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: 479/933] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?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: 480/934] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/935] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:10:55.286 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc5b64d5-0c00-49e3-8482-5ae0242f3a7c 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] TaaS: Handle Delete Port: c96958e7-876e-4465-a675-e4c3c3d69bd8 2026-07-01 12:10:55.289 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc5b64d5-0c00-49e3-8482-5ae0242f3a7c 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Tap Mirror: Handle Delete Port: c96958e7-876e-4465-a675-e4c3c3d69bd8 [pid: 8|app: 0|req: 482/936] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/networks/cb51ce4f-d69d-45df-8bcf-c096e3dce148?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/937] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb?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: 484/938] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&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: 485/939] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/security-groups?id=d408c9ce-58e3-4ebf-a77b-4d3f282fa70c&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/940] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/ports?tenant_id=22f839f3ffa04473b50bf58616642ae0&device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/941] 199.204.45.23 () {34 vars in 1017 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/networks?tenant_id=22f839f3ffa04473b50bf58616642ae0&shared=False => generated 772 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/942] 199.204.45.23 () {34 vars in 929 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/943] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:10:54 2026] PUT /v2.0/routers/0ce70efa-32e8-4ece-a1a4-93b3ac9ea223/remove_router_interface => generated 309 bytes in 761 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/944] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:10:55 2026] GET /v2.0/ports?device_id=0ce70efa-32e8-4ece-a1a4-93b3ac9ea223 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:55.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-33aa370d-e747-4d34-a2e7-e4898aac52e4 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] TaaS: Handle Delete Port: bc7df68c-b301-4699-a938-335af815a556 2026-07-01 12:10:55.946 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33aa370d-e747-4d34-a2e7-e4898aac52e4 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Tap Mirror: Handle Delete Port: bc7df68c-b301-4699-a938-335af815a556 [pid: 8|app: 0|req: 490/945] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:56 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/946] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:10:56 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/947] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:56 2026] GET /v2.0/security-groups?id=cab1daa5-9e34-4810-9556-9f9a57391354&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-07-01 12:10:56.264 7 INFO neutron.services.segments.plugin [-] Segment 67cd88e1-87ae-428a-97ab-2858e0627964 resource provider aggregate not found 2026-07-01 12:10:56.273 7 INFO neutron.services.segments.plugin [-] Segment 67cd88e1-87ae-428a-97ab-2858e0627964 resource provider aggregate not found 2026-07-01 12:10:56.282 8 INFO neutron_taas.services.taas.taas_plugin [req-64e85611-2d98-4372-97a9-17d7c2a64861 req-b5f29f16-9145-4169-9b63-d37bd8f50a5e a717349fd9fc42a0a2c29acd1695363f 731fb41e3bdf426f890c7205f6033426 - - default default] TaaS: Handle Delete Port: 54ac2182-ceb3-47d4-91c8-b62f2020e263 2026-07-01 12:10:56.286 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-64e85611-2d98-4372-97a9-17d7c2a64861 req-b5f29f16-9145-4169-9b63-d37bd8f50a5e a717349fd9fc42a0a2c29acd1695363f 731fb41e3bdf426f890c7205f6033426 - - default default] Tap Mirror: Handle Delete Port: 54ac2182-ceb3-47d4-91c8-b62f2020e263 2026-07-01 12:10:56.287 7 INFO neutron.services.segments.plugin [-] Segment 67cd88e1-87ae-428a-97ab-2858e0627964 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67cd88e1-87ae-428a-97ab-2858e0627964 found for delete ", "request_id": "req-29da1370-fec8-4d3e-8c40-8d40d1e81a60"}]} 2026-07-01 12:10:56.288 7 INFO neutron.services.segments.plugin [-] Segment 67cd88e1-87ae-428a-97ab-2858e0627964 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67cd88e1-87ae-428a-97ab-2858e0627964 found for delete ", "request_id": "req-72b230d0-c9a6-4264-b665-1cc2b05d2111"}]} 2026-07-01 12:10:56.292 7 INFO neutron.db.l3_hamode_db [None req-33aa370d-e747-4d34-a2e7-e4898aac52e4 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] HA network f457d434-eb3f-4634-8dd2-7c423d94b0d0 was deleted as no HA routers are present in tenant 2725ff83a0214dbd8950a45d66d44bff. [pid: 7|app: 0|req: 456/948] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:55 2026] DELETE /v2.0/routers/0ce70efa-32e8-4ece-a1a4-93b3ac9ea223 => generated 0 bytes in 541 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:10:56.442 8 INFO neutron.db.l3_db [req-64e85611-2d98-4372-97a9-17d7c2a64861 req-b5f29f16-9145-4169-9b63-d37bd8f50a5e a717349fd9fc42a0a2c29acd1695363f 731fb41e3bdf426f890c7205f6033426 - - default default] Floating IP b16dff2b-ac7d-4594-a8de-10e864e2df27 disassociated. External IP: 10.96.250.217, port: 54ac2182-ceb3-47d4-91c8-b62f2020e263. [pid: 7|app: 0|req: 457/949] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:56 2026] DELETE /v2.0/subnets/58be3747-4f48-470e-8e84-542f2350cbd9 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/950] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:56 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/951] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:10:56 2026] DELETE /v2.0/networks/a7a88b71-424e-4478-8901-400aeda00e7c => 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: 460/952] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:56 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/953] 199.204.45.23 () {36 vars in 996 bytes} [Wed Jul 1 12:10:56 2026] DELETE /v2.0/ports/54ac2182-ceb3-47d4-91c8-b62f2020e263 => generated 0 bytes in 584 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/954] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:56 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/955] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:10:56 2026] GET /v2.0/ports?tenant_id=22f839f3ffa04473b50bf58616642ae0&device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:10:56.812 7 INFO neutron.db.segments_db [None req-c51cb71b-fc10-46bc-a2df-6d3684bdbec9 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Added segment 30bc2c9c-a5e7-4b9b-a395-8c82c884a9f9 of type vxlan for network fcb92440-57de-46d1-b625-5120cafbc95b [pid: 8|app: 0|req: 495/956] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:56 2026] GET /v2.0/security-groups?id=d408c9ce-58e3-4ebf-a77b-4d3f282fa70c&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: 8|app: 0|req: 496/957] 199.204.45.23 () {34 vars in 1059 bytes} [Wed Jul 1 12:10:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d1d2dc1d-4358-4b83-936a-52fbc3acce1c => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/958] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:10:56 2026] GET /v2.0/subnets?id=dfb2685c-8f5a-405d-a178-85d36cdfec55 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/959] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:10:56 2026] GET /v2.0/ports?network_id=341e1966-43ed-443b-a444-e99adb740272&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: 499/960] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:10:56 2026] GET /v2.0/networks/341e1966-43ed-443b-a444-e99adb740272?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:57.015 7 INFO neutron.db.l3_hamode_db [None req-c51cb71b-fc10-46bc-a2df-6d3684bdbec9 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:10:57.015 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6cb36672-b0ee-451d-9561-2402cca35080'] response: {'server_uuid': '2fe7ac71-5bcc-4e64-a83f-16d0e596e60b', 'name': 'network-vif-deleted', 'tag': '54ac2182-ceb3-47d4-91c8-b62f2020e263', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 500/961] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:10:56 2026] GET /v2.0/networks/341e1966-43ed-443b-a444-e99adb740272?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/962] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:57 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:57.713 7 INFO neutron.db.l3_hamode_db [None req-c51cb71b-fc10-46bc-a2df-6d3684bdbec9 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 502/963] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:57 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/964] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:57 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/965] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:57 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/966] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:57 2026] GET /v2.0/security-groups?id=d408c9ce-58e3-4ebf-a77b-4d3f282fa70c&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:58.314 7 INFO neutron.services.segments.plugin [-] Segment 99f89074-a3e1-425a-b0c8-43500649d1c0 resource provider aggregate not found 2026-07-01 12:10:58.327 7 INFO neutron.services.segments.plugin [-] Segment 99f89074-a3e1-425a-b0c8-43500649d1c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99f89074-a3e1-425a-b0c8-43500649d1c0 found for delete ", "request_id": "req-c98ab8cd-c23a-4536-8cbe-004baff27530"}]} 2026-07-01 12:10:58.329 7 INFO neutron.services.segments.plugin [-] Segment 99f89074-a3e1-425a-b0c8-43500649d1c0 resource provider aggregate not found 2026-07-01 12:10:58.345 7 INFO neutron.services.segments.plugin [-] Segment 99f89074-a3e1-425a-b0c8-43500649d1c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99f89074-a3e1-425a-b0c8-43500649d1c0 found for delete ", "request_id": "req-6283d2e4-1a48-4606-8eca-4994b1a35a9d"}]} [pid: 8|app: 0|req: 506/967] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:58 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => 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: 462/968] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:10:56 2026] POST /v2.0/routers => generated 687 bytes in 1868 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/969] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:10:58 2026] GET /v2.0/routers/8d01e6a6-7ab5-423a-8c46-b1224170d4cf => generated 693 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/970] 10.0.0.94 () {32 vars in 646 bytes} [Wed Jul 1 12:10:58 2026] GET /v2.0/routers => generated 696 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/971] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:58 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => 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: 465/972] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:59 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/973] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:59 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/974] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:10:59 2026] GET /v2.0/security-groups?id=d408c9ce-58e3-4ebf-a77b-4d3f282fa70c&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/975] 10.0.0.94 () {34 vars in 740 bytes} [Wed Jul 1 12:10:58 2026] PUT /v2.0/routers/8d01e6a6-7ab5-423a-8c46-b1224170d4cf => generated 700 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/976] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:10:59 2026] GET /v2.0/routers/8d01e6a6-7ab5-423a-8c46-b1224170d4cf => generated 700 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/977] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:10:59 2026] GET /v2.0/ports?device_id=8d01e6a6-7ab5-423a-8c46-b1224170d4cf => 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: 510/978] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:10:59 2026] GET /v2.0/ports?device_id=2fe7ac71-5bcc-4e64-a83f-16d0e596e60b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:10:59.649 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b32ecc2-09af-4962-8ef3-3ecd3b2499e8 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] TaaS: Handle Delete Port: 026ff95d-e725-499a-8f75-a05fa49f775a 2026-07-01 12:10:59.652 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b32ecc2-09af-4962-8ef3-3ecd3b2499e8 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Tap Mirror: Handle Delete Port: 026ff95d-e725-499a-8f75-a05fa49f775a 2026-07-01 12:10:59.922 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b32ecc2-09af-4962-8ef3-3ecd3b2499e8 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] TaaS: Handle Delete Port: e49016e2-7b3c-4b87-a628-30d15dc21cb4 2026-07-01 12:10:59.925 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b32ecc2-09af-4962-8ef3-3ecd3b2499e8 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] Tap Mirror: Handle Delete Port: e49016e2-7b3c-4b87-a628-30d15dc21cb4 [pid: 8|app: 0|req: 513/981] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:00 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/982] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:00 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/983] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:00 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:00.340 7 INFO neutron.db.l3_hamode_db [None req-2b32ecc2-09af-4962-8ef3-3ecd3b2499e8 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] HA network fcb92440-57de-46d1-b625-5120cafbc95b was deleted as no HA routers are present in tenant 2725ff83a0214dbd8950a45d66d44bff. [pid: 8|app: 0|req: 516/984] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:00 2026] GET /v2.0/security-groups?id=d408c9ce-58e3-4ebf-a77b-4d3f282fa70c&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/985] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:10:59 2026] DELETE /v2.0/routers/8d01e6a6-7ab5-423a-8c46-b1224170d4cf => generated 0 bytes in 926 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:11:00.355 7 INFO neutron.services.segments.plugin [-] Segment 30bc2c9c-a5e7-4b9b-a395-8c82c884a9f9 resource provider aggregate not found [pid: 8|app: 0|req: 517/986] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:11:00 2026] GET /v2.0/ports?device_id=8d01e6a6-7ab5-423a-8c46-b1224170d4cf => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:11:00.379 7 INFO neutron.services.segments.plugin [-] Segment 30bc2c9c-a5e7-4b9b-a395-8c82c884a9f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30bc2c9c-a5e7-4b9b-a395-8c82c884a9f9 found for delete ", "request_id": "req-057515ea-407d-4819-9f22-62f05cb4c7c5"}]} 2026-07-01 12:11:00.390 7 INFO neutron.services.segments.plugin [-] Segment 30bc2c9c-a5e7-4b9b-a395-8c82c884a9f9 resource provider aggregate not found 2026-07-01 12:11:00.408 7 INFO neutron.api.v2.resource [None req-0cf92fa4-5031-49cd-8a50-c1d837e82d3c 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 470/987] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:00 2026] DELETE /v2.0/routers/8d01e6a6-7ab5-423a-8c46-b1224170d4cf => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:11:00.423 7 INFO neutron.services.segments.plugin [-] Segment 30bc2c9c-a5e7-4b9b-a395-8c82c884a9f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30bc2c9c-a5e7-4b9b-a395-8c82c884a9f9 found for delete ", "request_id": "req-59c8baf0-d749-47a0-a37b-4faa0a436b91"}]} [pid: 8|app: 0|req: 518/988] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:11:00 2026] GET /v2.0/ports?device_id=0ce70efa-32e8-4ece-a1a4-93b3ac9ea223 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:11:00.461 7 INFO neutron.api.v2.resource [None req-9b578784-21bc-434c-aada-8986136c6788 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 471/989] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:00 2026] DELETE /v2.0/routers/0ce70efa-32e8-4ece-a1a4-93b3ac9ea223 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:11:00.485 8 INFO neutron.pecan_wsgi.hooks.translation [None req-af7ccdd6-3f42-4ab8-951d-2815ae420106 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 519/990] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:00 2026] DELETE /v2.0/subnets/58be3747-4f48-470e-8e84-542f2350cbd9 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/991] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:11:00 2026] GET /v2.0/ports?device_id=65af85c2-d1a1-4947-9c5f-1c022e5294bb => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:11:00.543 8 INFO neutron.api.v2.resource [None req-04cd0b03-e1ac-4b1d-9b33-d99db2425073 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 520/992] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:00 2026] DELETE /v2.0/routers/65af85c2-d1a1-4947-9c5f-1c022e5294bb => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:11:00.566 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ff5e5160-c6b1-4769-8bc1-1d44f77dbeb0 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 473/993] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:00 2026] DELETE /v2.0/subnets/b887a529-7f25-45b3-a35f-595a310f5293 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/994] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:11:00 2026] GET /v2.0/ports?device_id=f0d2f8cf-a6e0-4ee1-ba3f-3736f52a8a26 => 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: 475/995] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:00 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:00.665 7 INFO neutron.api.v2.resource [None req-eb3c8685-1585-4787-82da-f301fe96dcb3 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 476/996] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:00 2026] DELETE /v2.0/routers/f0d2f8cf-a6e0-4ee1-ba3f-3736f52a8a26 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/997] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:00 2026] DELETE /v2.0/security-groups/cab1daa5-9e34-4810-9556-9f9a57391354 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:11:00.687 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a03dc58-a727-4d6c-82e1-feba61dd1405 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 522/998] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:00 2026] DELETE /v2.0/subnets/9c32874e-0b3b-4c8b-b49b-a7c69a9f5cc2 => 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: 477/999] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:00 2026] GET /v2.0/security-groups?id=d408c9ce-58e3-4ebf-a77b-4d3f282fa70c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:11:00.702 8 INFO neutron.api.v2.resource [None req-8935bf21-bea4-4a18-a028-76f4f0e2bef8 a717349fd9fc42a0a2c29acd1695363f 731fb41e3bdf426f890c7205f6033426 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 523/1000] 10.0.0.94 () {32 vars in 736 bytes} [Wed Jul 1 12:11:00 2026] GET /v2.0/security-groups/cab1daa5-9e34-4810-9556-9f9a57391354 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:11:00.715 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3529e7a5-9dfa-4a62-bf9a-82bd1673bb6e 55caea1bbaa84b67813f4f1109dd41a3 2725ff83a0214dbd8950a45d66d44bff - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 478/1001] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:00 2026] DELETE /v2.0/subnets/c1796527-cd9e-4170-ac88-201106605ea0 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:11:00.791 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0006790-28e4-4656-819d-367f3cf2e1c9 a717349fd9fc42a0a2c29acd1695363f 731fb41e3bdf426f890c7205f6033426 - - default default] TaaS: Handle Delete Port: d7a68ca6-5c67-42fd-bda2-2efe8e510d80 2026-07-01 12:11:00.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0006790-28e4-4656-819d-367f3cf2e1c9 a717349fd9fc42a0a2c29acd1695363f 731fb41e3bdf426f890c7205f6033426 - - default default] Tap Mirror: Handle Delete Port: d7a68ca6-5c67-42fd-bda2-2efe8e510d80 [pid: 8|app: 0|req: 524/1002] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:11:00 2026] DELETE /v2.0/floatingips/b16dff2b-ac7d-4594-a8de-10e864e2df27 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1003] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:01 2026] GET /v2.0/security-groups?tenant_id=2725ff83a0214dbd8950a45d66d44bff&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: 526/1004] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:01 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:01.506 7 INFO neutron_taas.services.taas.taas_plugin [None req-1441b8a5-8af6-46dd-826f-0fafb4b1e6dd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: eef734f8-e11b-4222-b3ac-4f087787c616 2026-07-01 12:11:01.509 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1441b8a5-8af6-46dd-826f-0fafb4b1e6dd 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: eef734f8-e11b-4222-b3ac-4f087787c616 [pid: 8|app: 0|req: 527/1005] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:01 2026] DELETE /v2.0/security-groups/2ecc9d6b-5f6c-4538-bfdb-955ed945c9e9 => 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: 528/1006] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:01 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1007] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:01 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1008] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:01 2026] GET /v2.0/security-groups?id=d408c9ce-58e3-4ebf-a77b-4d3f282fa70c&fields=id&fields=name => generated 88 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1009] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:11:01 2026] PUT /v2.0/routers/588ace6e-d238-4275-b8b2-e6f81df368a9/remove_router_interface => generated 309 bytes in 1056 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:02.334 8 INFO neutron_taas.services.taas.taas_plugin [None req-2aaa48de-67d6-46b5-afa3-8b077f30379c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 87241349-e0d5-43e0-b121-e29b77023f13 2026-07-01 12:11:02.339 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2aaa48de-67d6-46b5-afa3-8b077f30379c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 87241349-e0d5-43e0-b121-e29b77023f13 2026-07-01 12:11:02.660 8 INFO neutron_taas.services.taas.taas_plugin [None req-2aaa48de-67d6-46b5-afa3-8b077f30379c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 92be11b3-c706-466c-a9f9-c80dbd8e232c 2026-07-01 12:11:02.663 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2aaa48de-67d6-46b5-afa3-8b077f30379c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 92be11b3-c706-466c-a9f9-c80dbd8e232c [pid: 7|app: 0|req: 480/1010] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:02 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => 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: 481/1011] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:02 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1012] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:02 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/1013] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:02 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:03.086 8 INFO neutron.services.segments.plugin [-] Segment b761ee86-f607-46ab-819e-eec9a1dc2cc2 resource provider aggregate not found 2026-07-01 12:11:03.090 8 INFO neutron.services.segments.plugin [-] Segment b761ee86-f607-46ab-819e-eec9a1dc2cc2 resource provider aggregate not found 2026-07-01 12:11:03.106 8 INFO neutron.services.segments.plugin [-] Segment b761ee86-f607-46ab-819e-eec9a1dc2cc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b761ee86-f607-46ab-819e-eec9a1dc2cc2 found for delete ", "request_id": "req-15fdf828-5f8d-42b3-abf1-9778746da36a"}]} 2026-07-01 12:11:03.108 8 INFO neutron.services.segments.plugin [-] Segment b761ee86-f607-46ab-819e-eec9a1dc2cc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b761ee86-f607-46ab-819e-eec9a1dc2cc2 found for delete ", "request_id": "req-042b2a21-4e15-49dc-9eeb-15da09f1d82c"}]} 2026-07-01 12:11:03.117 8 INFO neutron.db.l3_hamode_db [None req-2aaa48de-67d6-46b5-afa3-8b077f30379c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] HA network f699e636-041e-484e-8d5e-a7650d7248c8 was deleted as no HA routers are present in tenant 731fb41e3bdf426f890c7205f6033426. [pid: 8|app: 0|req: 531/1014] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:02 2026] DELETE /v2.0/routers/588ace6e-d238-4275-b8b2-e6f81df368a9 => generated 0 bytes in 977 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1015] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:11:03 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => generated 975 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1016] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:03 2026] GET /v2.0/security-groups?id=d408c9ce-58e3-4ebf-a77b-4d3f282fa70c&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:11:03.381 7 INFO neutron.db.l3_db [None req-b53b82a5-f956-486b-bc7a-6e4fc95a877c 1679943040e34de6a2e063af302cf6a0 22f839f3ffa04473b50bf58616642ae0 - - default default] Floating IP 9dee469e-5219-4324-a16d-51db5fe6d6fc associated. External IP: 10.96.250.208, port: d1d2dc1d-4358-4b83-936a-52fbc3acce1c. [pid: 8|app: 0|req: 534/1017] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:03 2026] DELETE /v2.0/subnets/d3c125a5-c205-4032-900c-49c409f23d7b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:11:03.495 8 INFO neutron_taas.services.taas.taas_plugin [req-f06f1c15-58d9-4999-8a20-16bf8993e408 req-ec751ef6-a09a-4b7f-92c2-824610dbe474 b9ca8dbd6b4c45b196bb25b3f4d69e60 1fad9b6eda2548dba03cb9dcff921659 - - default default] TaaS: Handle Delete Port: e5a523a4-b13c-478d-88d3-9ad0c66f60a1 2026-07-01 12:11:03.498 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f06f1c15-58d9-4999-8a20-16bf8993e408 req-ec751ef6-a09a-4b7f-92c2-824610dbe474 b9ca8dbd6b4c45b196bb25b3f4d69e60 1fad9b6eda2548dba03cb9dcff921659 - - default default] Tap Mirror: Handle Delete Port: e5a523a4-b13c-478d-88d3-9ad0c66f60a1 [pid: 8|app: 0|req: 535/1018] 199.204.45.23 () {36 vars in 996 bytes} [Wed Jul 1 12:11:03 2026] DELETE /v2.0/ports/e5a523a4-b13c-478d-88d3-9ad0c66f60a1 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1019] 10.0.0.94 () {32 vars in 622 bytes} [Wed Jul 1 12:11:03 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-07-01 12:11:03.717 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d542d648-0231-4b7c-9ae4-b40b5766583b'] response: {'server_uuid': '23bfff2f-1df9-4948-85c5-75aaf0d7f76f', 'name': 'network-vif-deleted', 'tag': 'e5a523a4-b13c-478d-88d3-9ad0c66f60a1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 484/1020] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:11:03 2026] PUT /v2.0/floatingips/9dee469e-5219-4324-a16d-51db5fe6d6fc => generated 856 bytes in 701 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:03.802 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bea493dc-ddcf-4835-91f8-d076249b0cdc'] response: {'name': 'network-changed', 'server_uuid': '0540e53f-9942-42e3-9c2f-5cb22c137ed3', 'tag': 'd1d2dc1d-4358-4b83-936a-52fbc3acce1c', 'status': 'completed', 'code': 200} 2026-07-01 12:11:03.808 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c639faa-eb4c-4902-bbfd-5d39cfb71a87 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 40e70cd1-a8d7-48de-ad58-7d3495cb6d11 2026-07-01 12:11:03.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c639faa-eb4c-4902-bbfd-5d39cfb71a87 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 40e70cd1-a8d7-48de-ad58-7d3495cb6d11 [pid: 7|app: 0|req: 485/1021] 10.0.0.94 () {32 vars in 632 bytes} [Wed Jul 1 12:11:03 2026] GET /v2.0/ => generated 632 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1022] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:11:03 2026] DELETE /v2.0/networks/ab8ad57a-5470-480b-a306-ac9014a9f4bb => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1023] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:04 2026] GET /v2.0/security-groups?tenant_id=731fb41e3bdf426f890c7205f6033426&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1024] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:11:04 2026] GET /v2.0/ports?tenant_id=22f839f3ffa04473b50bf58616642ae0&device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => 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: 538/1025] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:04 2026] DELETE /v2.0/security-groups/5c6b0477-7331-4047-b89f-fa813affdfcc => 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: 488/1026] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:04 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => 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: 539/1027] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:11:04 2026] GET /v2.0/networks?id=341e1966-43ed-443b-a444-e99adb740272 => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1028] 199.204.45.23 () {34 vars in 1059 bytes} [Wed Jul 1 12:11:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d1d2dc1d-4358-4b83-936a-52fbc3acce1c => generated 859 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1029] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:11:04 2026] GET /v2.0/subnets?id=dfb2685c-8f5a-405d-a178-85d36cdfec55 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1030] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:11:04 2026] GET /v2.0/ports?network_id=341e1966-43ed-443b-a444-e99adb740272&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: 541/1031] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:11:04 2026] GET /v2.0/networks/341e1966-43ed-443b-a444-e99adb740272?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: 542/1032] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:11:04 2026] GET /v2.0/networks/341e1966-43ed-443b-a444-e99adb740272?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: 491/1033] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:04 2026] GET /v2.0/security-groups?tenant_id=d7a28140ff0f491194463d93f140a597&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1034] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:04 2026] DELETE /v2.0/security-groups/0ce7d5a4-8c67-41f8-89ce-5bacce509fce => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:11:05.130 8 INFO neutron.services.segments.plugin [-] Segment 6cc90e75-ca8c-49bc-bc01-c70de1b7af92 resource provider aggregate not found 2026-07-01 12:11:05.139 8 INFO neutron.services.segments.plugin [-] Segment 6cc90e75-ca8c-49bc-bc01-c70de1b7af92 resource provider aggregate not found 2026-07-01 12:11:05.146 8 INFO neutron.services.segments.plugin [-] Segment 6cc90e75-ca8c-49bc-bc01-c70de1b7af92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cc90e75-ca8c-49bc-bc01-c70de1b7af92 found for delete ", "request_id": "req-344dc407-e15e-43ab-b6fa-520e781b1b7e"}]} 2026-07-01 12:11:05.159 8 INFO neutron.services.segments.plugin [-] Segment 6cc90e75-ca8c-49bc-bc01-c70de1b7af92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6cc90e75-ca8c-49bc-bc01-c70de1b7af92 found for delete ", "request_id": "req-ae99f5c0-f727-46af-bcde-b4ece4242974"}]} [pid: 7|app: 0|req: 492/1035] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:05 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:11:06.422 8 INFO neutron.db.segments_db [None req-6f959bac-0fbb-4b90-9699-24e2c11f12ea 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment c02055a4-db01-408d-9bbf-76fce84f237c of type vxlan for network ff1dd162-affe-44ef-a06a-d0e29029c33a [pid: 8|app: 0|req: 544/1036] 10.0.0.94 () {34 vars in 670 bytes} [Wed Jul 1 12:11:06 2026] POST /v2.0/networks => generated 743 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1037] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:06 2026] GET /v2.0/ports?device_id=23bfff2f-1df9-4948-85c5-75aaf0d7f76f => 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: 493/1038] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:11:06 2026] POST /v2.0/subnets => generated 691 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:11:06.763 8 INFO neutron.db.segments_db [None req-afcd81b9-ca91-48bf-9c1b-6bb2338ddaf0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 04fba014-1b27-4750-b485-9d1cac5bb5cc of type vxlan for network d2665e25-2d83-47db-8473-128e5687ed1d 2026-07-01 12:11:06.959 8 INFO neutron.db.l3_hamode_db [None req-afcd81b9-ca91-48bf-9c1b-6bb2338ddaf0 61cbf4d44b624a44ab935bfe7f4f17e8 35089794025d4b2081a253d9e5f05f76 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:11:07.773 8 INFO neutron.db.l3_hamode_db [None req-afcd81b9-ca91-48bf-9c1b-6bb2338ddaf0 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:11:08.012 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef80f4f9-38a0-4f78-a365-2635927fcc9e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: bdab9f09-4094-4e30-a1e2-49ed51097d37 2026-07-01 12:11:08.014 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef80f4f9-38a0-4f78-a365-2635927fcc9e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: bdab9f09-4094-4e30-a1e2-49ed51097d37 [pid: 7|app: 0|req: 494/1039] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:11:07 2026] PUT /v2.0/routers/d67641ea-f4b5-4b0a-a2d9-6ce5b203ec64/remove_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1040] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:11:06 2026] POST /v2.0/routers => generated 731 bytes in 2023 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:11:08.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-3609b4cf-e02c-443b-81ce-cc7160c76aa5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 27adc25e-dd3a-4f27-9807-fdc103495dbb 2026-07-01 12:11:08.854 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3609b4cf-e02c-443b-81ce-cc7160c76aa5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 27adc25e-dd3a-4f27-9807-fdc103495dbb 2026-07-01 12:11:09.193 7 INFO neutron_taas.services.taas.taas_plugin [None req-3609b4cf-e02c-443b-81ce-cc7160c76aa5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: c8b5befb-553c-47d9-92cd-b5670165cc6d 2026-07-01 12:11:09.195 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3609b4cf-e02c-443b-81ce-cc7160c76aa5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: c8b5befb-553c-47d9-92cd-b5670165cc6d 2026-07-01 12:11:09.550 7 INFO neutron.services.segments.plugin [-] Segment 0c98d106-4229-48d0-8ace-56df9972c4e5 resource provider aggregate not found 2026-07-01 12:11:09.557 7 INFO neutron.services.segments.plugin [-] Segment 0c98d106-4229-48d0-8ace-56df9972c4e5 resource provider aggregate not found 2026-07-01 12:11:09.575 7 INFO neutron.services.segments.plugin [-] Segment 0c98d106-4229-48d0-8ace-56df9972c4e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c98d106-4229-48d0-8ace-56df9972c4e5 found for delete ", "request_id": "req-64f861c1-d3de-49da-a859-12f04e27c570"}]} 2026-07-01 12:11:09.579 7 INFO neutron.services.segments.plugin [-] Segment 0c98d106-4229-48d0-8ace-56df9972c4e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c98d106-4229-48d0-8ace-56df9972c4e5 found for delete ", "request_id": "req-d1190922-a3c4-4838-8c87-28c49aaf0c8e"}]} 2026-07-01 12:11:09.585 7 INFO neutron.db.l3_hamode_db [None req-3609b4cf-e02c-443b-81ce-cc7160c76aa5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] HA network 61e37d57-1f3c-41db-a26e-9a8ef54fad87 was deleted as no HA routers are present in tenant 1fad9b6eda2548dba03cb9dcff921659. [pid: 7|app: 0|req: 495/1041] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:08 2026] DELETE /v2.0/routers/d67641ea-f4b5-4b0a-a2d9-6ce5b203ec64 => generated 0 bytes in 966 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1042] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:09 2026] DELETE /v2.0/subnets/50e58b88-13ff-4011-ac39-df67b7fe6007 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:11:09.866 7 INFO neutron_taas.services.taas.taas_plugin [None req-c892f2aa-3f66-44c8-be7b-4a5d5c09dd33 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: b2b3aff2-671e-4145-92d8-9ecf14f205c0 2026-07-01 12:11:09.869 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c892f2aa-3f66-44c8-be7b-4a5d5c09dd33 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: b2b3aff2-671e-4145-92d8-9ecf14f205c0 [pid: 8|app: 0|req: 547/1043] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:11:08 2026] PUT /v2.0/routers/b753d7ed-0227-4265-969e-a814eedcb987/add_router_interface => generated 309 bytes in 1265 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1044] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:11:09 2026] DELETE /v2.0/networks/cb51ce4f-d69d-45df-8bcf-c096e3dce148 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1045] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:10 2026] GET /v2.0/security-groups?tenant_id=1fad9b6eda2548dba03cb9dcff921659&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1046] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:10 2026] DELETE /v2.0/security-groups/d408c9ce-58e3-4ebf-a77b-4d3f282fa70c => 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: 548/1047] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:10 2026] GET /v2.0/security-groups?tenant_id=66d2803d059947ec916caf9b1cd2a11f&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: 500/1048] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:10 2026] DELETE /v2.0/security-groups/a1baf127-5090-40c7-8553-38810c2f65bb => 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: 549/1049] 10.0.0.94 () {34 vars in 684 bytes} [Wed Jul 1 12:11:10 2026] POST /v2.0/security-groups => generated 1659 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1050] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:11:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1051] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:10 2026] GET /v2.0/security-groups?tenant_id=48bcbed5781a4aadbd0485bd18dc2a35&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1052] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:11:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1053] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:10 2026] DELETE /v2.0/security-groups/640aa171-022f-430e-b3c9-de6ba656ac4e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:11:11.602 7 INFO neutron.services.segments.plugin [-] Segment 4715d890-9bd1-48dc-a53f-b5733267bed8 resource provider aggregate not found 2026-07-01 12:11:11.603 7 INFO neutron.services.segments.plugin [-] Segment 4715d890-9bd1-48dc-a53f-b5733267bed8 resource provider aggregate not found 2026-07-01 12:11:11.633 7 INFO neutron.services.segments.plugin [-] Segment 4715d890-9bd1-48dc-a53f-b5733267bed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4715d890-9bd1-48dc-a53f-b5733267bed8 found for delete ", "request_id": "req-6fa40272-f310-4efe-a93c-756bb17f2e37"}]} 2026-07-01 12:11:11.636 7 INFO neutron.services.segments.plugin [-] Segment 4715d890-9bd1-48dc-a53f-b5733267bed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4715d890-9bd1-48dc-a53f-b5733267bed8 found for delete ", "request_id": "req-b2e64bbe-faca-4ab2-a5ef-1a314fc9cc3e"}]} [pid: 7|app: 0|req: 503/1054] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:11:11 2026] POST /v2.0/floatingips => generated 552 bytes in 851 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1055] 10.0.0.185 () {34 vars in 1098 bytes} [Wed Jul 1 12:11:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--288423548&fields=id&tenant_id=35089794025d4b2081a253d9e5f05f76 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1056] 10.0.0.185 () {34 vars in 982 bytes} [Wed Jul 1 12:11:12 2026] GET /v2.0/networks?id=ff1dd162-affe-44ef-a06a-d0e29029c33a => generated 676 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1057] 10.0.0.185 () {34 vars in 965 bytes} [Wed Jul 1 12:11:12 2026] GET /v2.0/quotas/35089794025d4b2081a253d9e5f05f76 => generated 292 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1058] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:11:12 2026] GET /v2.0/ports?tenant_id=35089794025d4b2081a253d9e5f05f76&fields=id => generated 103 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1059] 10.0.0.185 () {34 vars in 1008 bytes} [Wed Jul 1 12:11:12 2026] GET /v2.0/networks/ff1dd162-affe-44ef-a06a-d0e29029c33a?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: 506/1060] 10.0.0.185 () {34 vars in 1108 bytes} [Wed Jul 1 12:11:12 2026] GET /v2.0/networks/ff1dd162-affe-44ef-a06a-d0e29029c33a?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: 555/1061] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:12 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => 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: 507/1062] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:13 2026] GET /v2.0/security-groups?tenant_id=ce5d4788241846b1b0ce86a40263096e&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1063] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:13 2026] DELETE /v2.0/security-groups/c0b68bca-19b4-44eb-85be-00e5dd692b9b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1064] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:13 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1067] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:14 2026] GET /v2.0/security-groups?tenant_id=f67bd015b50047b4a7eae081ea140bf7&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1068] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:14 2026] DELETE /v2.0/security-groups/05f501d3-63a1-4a1a-838f-b884383a691c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1069] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:15 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => 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: 512/1070] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:16 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1071] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:11:17 2026] GET /v2.0/networks?id=ff1dd162-affe-44ef-a06a-d0e29029c33a => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1072] 199.204.45.23 () {34 vars in 1049 bytes} [Wed Jul 1 12:11:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=35089794025d4b2081a253d9e5f05f76 => 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: 514/1073] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:17 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => 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: 560/1074] 199.204.45.23 () {38 vars in 954 bytes} [Wed Jul 1 12:11:17 2026] POST /v2.0/ports => generated 954 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1075] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:11:17 2026] PUT /v2.0/ports/1ee1a244-0d31-49ca-af8e-d753b2e902eb => generated 1235 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:11:18.079 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a58ab4d-484b-4189-8311-ede4fc82bb4c'] response: {'name': 'network-changed', 'server_uuid': '4ebf1be3-cda2-4df3-b164-078823128aa8', 'tag': '1ee1a244-0d31-49ca-af8e-d753b2e902eb', '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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 516/1076] 10.0.0.31 () {34 vars in 989 bytes} [Wed Jul 1 12:11:18 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 1244 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1077] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:18 2026] GET /v2.0/security-groups?tenant_id=d85cc9d671cc4bb2be3b2de49089398a&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1078] 10.0.0.31 () {34 vars in 1039 bytes} [Wed Jul 1 12:11:18 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1079] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:18 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1080] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:18 2026] GET /v2.0/security-groups?id=25b650da-4c63-4717-bfe1-3ea1f23fa571&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1081] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:18 2026] DELETE /v2.0/security-groups/1da2bb9e-101b-40ae-a5e8-ba2de3fd8fda => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1082] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:11:18 2026] GET /v2.0/ports?tenant_id=35089794025d4b2081a253d9e5f05f76&device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1083] 199.204.45.23 () {34 vars in 1017 bytes} [Wed Jul 1 12:11:18 2026] GET /v2.0/networks?tenant_id=35089794025d4b2081a253d9e5f05f76&shared=False => generated 771 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1084] 199.204.45.23 () {34 vars in 929 bytes} [Wed Jul 1 12:11:18 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1085] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:19 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => 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: 522/1086] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:19 2026] GET /v2.0/security-groups?id=25b650da-4c63-4717-bfe1-3ea1f23fa571&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1087] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:19 2026] GET /v2.0/security-groups?tenant_id=7e0129ca2f5f4fe789bc11b1d22c531f&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1088] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:11:19 2026] GET /v2.0/ports?tenant_id=35089794025d4b2081a253d9e5f05f76&device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1089] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:11:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1ee1a244-0d31-49ca-af8e-d753b2e902eb => 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: 525/1090] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:11:19 2026] GET /v2.0/subnets?id=93e206c6-7f21-4755-b97a-687fe19dda2d => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1091] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:19 2026] DELETE /v2.0/security-groups/35010541-e883-4a38-816e-5382ffd8dcb7 => 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: 526/1092] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:11:19 2026] GET /v2.0/ports?network_id=ff1dd162-affe-44ef-a06a-d0e29029c33a&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: 567/1093] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:11:19 2026] GET /v2.0/networks/ff1dd162-affe-44ef-a06a-d0e29029c33a?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: 568/1094] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:11:19 2026] GET /v2.0/networks/ff1dd162-affe-44ef-a06a-d0e29029c33a?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: 527/1095] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:19 2026] GET /v2.0/security-groups?tenant_id=c5cb9d00ada94f6cacbc63dd2a370d0c&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: 569/1096] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:20 2026] DELETE /v2.0/security-groups/1fda27d0-7869-4c21-84c6-cbaf15dfcb32 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1097] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:20 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1098] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:20 2026] GET /v2.0/security-groups?id=25b650da-4c63-4717-bfe1-3ea1f23fa571&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: 529/1099] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:21 2026] GET /v2.0/security-groups?tenant_id=9cde43936b3d4f46aaf6f669241e050f&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: 571/1100] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:21 2026] DELETE /v2.0/security-groups/ed16fca1-d932-4700-8178-dde2c2370e5b => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1101] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:21 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1102] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:21 2026] GET /v2.0/security-groups?id=25b650da-4c63-4717-bfe1-3ea1f23fa571&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1103] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:22 2026] GET /v2.0/security-groups?tenant_id=0171acc846ba47b280ac1ac1a4e66a1a&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1104] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:22 2026] DELETE /v2.0/security-groups/f7721619-3f8f-4fdd-8380-a827b42cb5ef => 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: 574/1105] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:23 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1106] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:23 2026] GET /v2.0/security-groups?id=25b650da-4c63-4717-bfe1-3ea1f23fa571&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:23.435 7 INFO neutron.db.segments_db [None req-9a545b52-5e26-4757-8697-d9d2a2a0c898 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 7bab6bbc-20d2-4529-a926-5c72ceb21eec of type vxlan for network 46c66acd-6d14-4a50-8bb0-4acc4c9ee22e [pid: 7|app: 0|req: 532/1107] 10.0.0.94 () {34 vars in 670 bytes} [Wed Jul 1 12:11:22 2026] POST /v2.0/networks => generated 741 bytes in 560 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1108] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:11:23 2026] POST /v2.0/subnets => generated 688 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:11:23.867 7 INFO neutron.db.segments_db [None req-aa063935-4370-4513-a56b-aef3118dea01 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 04723d04-de01-4342-88fd-08e6df3b9cd0 of type vxlan for network a3fe1667-8f8e-42a7-b36a-2982b91ce243 2026-07-01 12:11:24.131 7 INFO neutron.db.l3_hamode_db [None req-aa063935-4370-4513-a56b-aef3118dea01 61cbf4d44b624a44ab935bfe7f4f17e8 11eaad8c919448ffbe37cfa5dd4887e2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 577/1109] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:24 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => 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: 578/1110] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:24 2026] GET /v2.0/security-groups?id=25b650da-4c63-4717-bfe1-3ea1f23fa571&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1111] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:24 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:24.975 8 INFO neutron.db.l3_db [None req-37085582-c83a-4b98-8747-4935a93e23af b60ad3a85c43499e9119738a97512af3 35089794025d4b2081a253d9e5f05f76 - - default default] Floating IP 8e29a2a1-2951-4eab-82ee-b3f84a27a310 associated. External IP: 10.96.250.204, port: 1ee1a244-0d31-49ca-af8e-d753b2e902eb. 2026-07-01 12:11:25.128 7 INFO neutron.db.l3_hamode_db [None req-aa063935-4370-4513-a56b-aef3118dea01 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 580/1112] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:11:24 2026] PUT /v2.0/floatingips/8e29a2a1-2951-4eab-82ee-b3f84a27a310 => generated 855 bytes in 930 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:25.464 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-47b615ce-3388-4a20-a6b5-4a9f2417c3ef'] response: {'name': 'network-changed', 'server_uuid': '4ebf1be3-cda2-4df3-b164-078823128aa8', 'tag': '1ee1a244-0d31-49ca-af8e-d753b2e902eb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 581/1113] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:25 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1114] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:25 2026] GET /v2.0/security-groups?id=25b650da-4c63-4717-bfe1-3ea1f23fa571&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1115] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:25 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => 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: 584/1116] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:25 2026] GET /v2.0/security-groups?id=25b650da-4c63-4717-bfe1-3ea1f23fa571&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1117] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:11:25 2026] GET /v2.0/ports?tenant_id=35089794025d4b2081a253d9e5f05f76&device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1118] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:11:26 2026] GET /v2.0/networks?id=ff1dd162-affe-44ef-a06a-d0e29029c33a => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1119] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:11:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=1ee1a244-0d31-49ca-af8e-d753b2e902eb => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1120] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:11:26 2026] GET /v2.0/subnets?id=93e206c6-7f21-4755-b97a-687fe19dda2d => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1121] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:11:26 2026] GET /v2.0/ports?network_id=ff1dd162-affe-44ef-a06a-d0e29029c33a&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1122] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:11:23 2026] POST /v2.0/routers => generated 728 bytes in 2434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1123] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:11:26 2026] GET /v2.0/networks/ff1dd162-affe-44ef-a06a-d0e29029c33a?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1124] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:11:26 2026] GET /v2.0/networks/ff1dd162-affe-44ef-a06a-d0e29029c33a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1125] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:26 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => 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: 593/1126] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:26 2026] GET /v2.0/security-groups?id=25b650da-4c63-4717-bfe1-3ea1f23fa571&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: 534/1127] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:11:26 2026] PUT /v2.0/routers/76b1c303-bb82-4ceb-8eee-60ea44b75cad/add_router_interface => generated 309 bytes in 1371 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1128] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:28 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1129] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:28 2026] GET /v2.0/security-groups?id=25b650da-4c63-4717-bfe1-3ea1f23fa571&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: 536/1130] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:11:28 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:28.482 7 INFO neutron_taas.services.taas.taas_plugin [req-833b2315-4c6c-46f4-9c75-83f9aa487575 req-b052eab0-7050-40b0-ad15-d35d831afa07 b60ad3a85c43499e9119738a97512af3 35089794025d4b2081a253d9e5f05f76 - - default default] TaaS: Handle Delete Port: 1ee1a244-0d31-49ca-af8e-d753b2e902eb 2026-07-01 12:11:28.485 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-833b2315-4c6c-46f4-9c75-83f9aa487575 req-b052eab0-7050-40b0-ad15-d35d831afa07 b60ad3a85c43499e9119738a97512af3 35089794025d4b2081a253d9e5f05f76 - - default default] Tap Mirror: Handle Delete Port: 1ee1a244-0d31-49ca-af8e-d753b2e902eb [pid: 8|app: 0|req: 595/1131] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:28 2026] GET /v2.0/security-groups?tenant_id=346fd675c3ca46359e8164543e0f5509&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:11:28.652 7 INFO neutron.db.l3_db [req-833b2315-4c6c-46f4-9c75-83f9aa487575 req-b052eab0-7050-40b0-ad15-d35d831afa07 b60ad3a85c43499e9119738a97512af3 35089794025d4b2081a253d9e5f05f76 - - default default] Floating IP 8e29a2a1-2951-4eab-82ee-b3f84a27a310 disassociated. External IP: 10.96.250.204, port: 1ee1a244-0d31-49ca-af8e-d753b2e902eb. [pid: 8|app: 0|req: 596/1132] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:28 2026] DELETE /v2.0/security-groups/6cec2aa9-4fcc-43f5-9198-667f688bc13d => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:11:28.928 8 INFO neutron.db.segments_db [None req-25bca38d-d857-4324-b851-0f65c541ae6f 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment d9273da8-f0d2-42c7-89a9-a1fb1b31002c of type vxlan for network 85719ca1-fe18-4b8f-9121-fdf0608f9de1 [pid: 8|app: 0|req: 597/1133] 10.0.0.94 () {34 vars in 670 bytes} [Wed Jul 1 12:11:28 2026] POST /v2.0/networks => generated 740 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1134] 199.204.45.23 () {36 vars in 996 bytes} [Wed Jul 1 12:11:28 2026] DELETE /v2.0/ports/1ee1a244-0d31-49ca-af8e-d753b2e902eb => generated 0 bytes in 694 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:11:29.107 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-10ef4059-f824-4a7c-a108-395ed0959529'] response: {'server_uuid': '4ebf1be3-cda2-4df3-b164-078823128aa8', 'name': 'network-vif-deleted', 'tag': '1ee1a244-0d31-49ca-af8e-d753b2e902eb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 598/1135] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:11:29 2026] POST /v2.0/subnets => generated 687 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:11:29.240 7 INFO neutron.db.segments_db [None req-a1ea2964-fef4-4242-b328-b10049c99c09 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 2b8bd381-dc29-436c-a83c-8ce406d255db of type vxlan for network 5712ecfc-7b82-4dfc-b7cf-508809ef6bc1 [pid: 8|app: 0|req: 599/1136] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:29 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:11:29.507 7 INFO neutron.db.l3_hamode_db [None req-a1ea2964-fef4-4242-b328-b10049c99c09 61cbf4d44b624a44ab935bfe7f4f17e8 8b6782486bb54ed5857532dabb307ab9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:11:30.334 7 INFO neutron.db.l3_hamode_db [None req-a1ea2964-fef4-4242-b328-b10049c99c09 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 602/1139] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => 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: 603/1140] 10.0.0.94 () {32 vars in 652 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions => generated 21537 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1141] 10.0.0.94 () {32 vars in 680 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1142] 10.0.0.94 () {32 vars in 680 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1143] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1144] 10.0.0.94 () {32 vars in 664 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1145] 10.0.0.94 () {32 vars in 698 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1146] 10.0.0.94 () {32 vars in 696 bytes} [Wed Jul 1 12:11:30 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: 610/1147] 10.0.0.94 () {32 vars in 700 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/auto-allocated-topology => 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: 611/1148] 10.0.0.94 () {32 vars in 688 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1149] 10.0.0.94 () {32 vars in 702 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1150] 10.0.0.94 () {32 vars in 692 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1151] 10.0.0.94 () {32 vars in 694 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1152] 10.0.0.94 () {32 vars in 684 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1153] 10.0.0.94 () {32 vars in 686 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1154] 10.0.0.94 () {32 vars in 660 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/dvr => 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: 618/1155] 10.0.0.94 () {32 vars in 698 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1156] 10.0.0.94 () {32 vars in 678 bytes} [Wed Jul 1 12:11:30 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1157] 10.0.0.94 () {32 vars in 682 bytes} [Wed Jul 1 12:11:30 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: 8|app: 0|req: 621/1158] 10.0.0.94 () {32 vars in 674 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1159] 10.0.0.94 () {32 vars in 688 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1160] 10.0.0.94 () {32 vars in 722 bytes} [Wed Jul 1 12:11:31 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: 624/1161] 10.0.0.94 () {32 vars in 686 bytes} [Wed Jul 1 12:11:31 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: 625/1162] 10.0.0.94 () {32 vars in 668 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1163] 10.0.0.94 () {32 vars in 686 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1164] 10.0.0.94 () {32 vars in 680 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1165] 10.0.0.94 () {32 vars in 698 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1166] 10.0.0.94 () {32 vars in 678 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1167] 10.0.0.94 () {32 vars in 666 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/router => generated 256 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1168] 10.0.0.94 () {32 vars in 676 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1169] 10.0.0.94 () {32 vars in 664 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1170] 10.0.0.94 () {32 vars in 674 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1171] 10.0.0.94 () {32 vars in 712 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1172] 10.0.0.94 () {32 vars in 690 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1173] 10.0.0.94 () {32 vars in 682 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1174] 10.0.0.94 () {32 vars in 668 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1175] 10.0.0.94 () {32 vars in 686 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1176] 10.0.0.94 () {32 vars in 704 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1177] 10.0.0.94 () {32 vars in 674 bytes} [Wed Jul 1 12:11:31 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: 8|app: 0|req: 641/1178] 10.0.0.94 () {32 vars in 700 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1179] 10.0.0.94 () {32 vars in 674 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1180] 10.0.0.94 () {32 vars in 692 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1181] 10.0.0.94 () {32 vars in 688 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1182] 10.0.0.94 () {32 vars in 708 bytes} [Wed Jul 1 12:11:31 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: 538/1183] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:11:29 2026] POST /v2.0/routers => generated 727 bytes in 2012 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1184] 10.0.0.94 () {32 vars in 704 bytes} [Wed Jul 1 12:11:31 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: 647/1185] 10.0.0.94 () {32 vars in 718 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1186] 10.0.0.94 () {32 vars in 696 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1187] 10.0.0.94 () {32 vars in 710 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1188] 10.0.0.94 () {32 vars in 668 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1189] 10.0.0.94 () {32 vars in 686 bytes} [Wed Jul 1 12:11:31 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: 8|app: 0|req: 652/1190] 10.0.0.94 () {32 vars in 680 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1191] 10.0.0.94 () {32 vars in 674 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1192] 10.0.0.94 () {32 vars in 670 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/provider => generated 191 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1193] 10.0.0.94 () {32 vars in 660 bytes} [Wed Jul 1 12:11:31 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: 656/1194] 10.0.0.94 () {32 vars in 698 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1195] 10.0.0.94 () {32 vars in 698 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1196] 10.0.0.94 () {32 vars in 676 bytes} [Wed Jul 1 12:11:31 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: 659/1197] 10.0.0.94 () {32 vars in 668 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1198] 10.0.0.94 () {32 vars in 682 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1199] 10.0.0.94 () {32 vars in 700 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1200] 10.0.0.94 () {32 vars in 684 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1201] 10.0.0.94 () {32 vars in 706 bytes} [Wed Jul 1 12:11:31 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: 664/1202] 10.0.0.94 () {32 vars in 668 bytes} [Wed Jul 1 12:11:31 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: 665/1203] 10.0.0.94 () {32 vars in 696 bytes} [Wed Jul 1 12:11:31 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: 8|app: 0|req: 666/1204] 10.0.0.94 () {32 vars in 694 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1205] 10.0.0.94 () {32 vars in 684 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1206] 10.0.0.94 () {32 vars in 688 bytes} [Wed Jul 1 12:11:31 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: 669/1207] 10.0.0.94 () {32 vars in 704 bytes} [Wed Jul 1 12:11:31 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: 670/1208] 10.0.0.94 () {32 vars in 666 bytes} [Wed Jul 1 12:11:31 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: 671/1209] 10.0.0.94 () {32 vars in 680 bytes} [Wed Jul 1 12:11:31 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: 672/1210] 10.0.0.94 () {32 vars in 680 bytes} [Wed Jul 1 12:11:31 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: 673/1211] 10.0.0.94 () {32 vars in 690 bytes} [Wed Jul 1 12:11:31 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: 674/1212] 10.0.0.94 () {32 vars in 690 bytes} [Wed Jul 1 12:11:31 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: 675/1213] 10.0.0.94 () {32 vars in 694 bytes} [Wed Jul 1 12:11:31 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: 676/1214] 10.0.0.94 () {32 vars in 684 bytes} [Wed Jul 1 12:11:31 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: 677/1215] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => 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: 678/1216] 10.0.0.94 () {32 vars in 688 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1217] 10.0.0.94 () {32 vars in 700 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1218] 10.0.0.94 () {32 vars in 702 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1219] 10.0.0.94 () {32 vars in 712 bytes} [Wed Jul 1 12:11:31 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: 8|app: 0|req: 682/1220] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1221] 10.0.0.94 () {32 vars in 714 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1222] 10.0.0.94 () {32 vars in 726 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1223] 10.0.0.94 () {32 vars in 740 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1224] 10.0.0.94 () {32 vars in 718 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1225] 10.0.0.94 () {32 vars in 682 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1226] 10.0.0.94 () {32 vars in 668 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1227] 10.0.0.94 () {32 vars in 718 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1228] 10.0.0.94 () {32 vars in 678 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1229] 10.0.0.94 () {32 vars in 668 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1230] 10.0.0.94 () {32 vars in 696 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1231] 10.0.0.94 () {32 vars in 704 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1232] 10.0.0.94 () {32 vars in 700 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1233] 10.0.0.94 () {32 vars in 700 bytes} [Wed Jul 1 12:11:31 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: 8|app: 0|req: 696/1234] 10.0.0.94 () {32 vars in 682 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1235] 10.0.0.94 () {32 vars in 704 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1236] 10.0.0.94 () {32 vars in 694 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1237] 10.0.0.94 () {32 vars in 688 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1238] 10.0.0.94 () {32 vars in 696 bytes} [Wed Jul 1 12:11:31 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: 701/1239] 10.0.0.94 () {32 vars in 678 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1240] 10.0.0.94 () {32 vars in 688 bytes} [Wed Jul 1 12:11:31 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: 703/1241] 10.0.0.94 () {32 vars in 700 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1242] 10.0.0.94 () {32 vars in 664 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1243] 10.0.0.94 () {32 vars in 680 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1244] 10.0.0.94 () {32 vars in 676 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1245] 10.0.0.94 () {32 vars in 692 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1246] 10.0.0.94 () {32 vars in 676 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1247] 10.0.0.94 () {32 vars in 666 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1248] 10.0.0.94 () {32 vars in 662 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1249] 10.0.0.94 () {32 vars in 674 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1250] 10.0.0.94 () {32 vars in 686 bytes} [Wed Jul 1 12:11:31 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1251] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:11:31 2026] PUT /v2.0/routers/50942d75-6c4d-48e5-be78-5344267c1997/add_router_interface => generated 309 bytes in 1139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1252] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:32 2026] GET /v2.0/security-groups?tenant_id=9293d4e0d7cc44de8f9bc147eff279f8&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1253] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:32 2026] GET /v2.0/ports?device_id=4ebf1be3-cda2-4df3-b164-078823128aa8 => 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: 540/1254] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:32 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => 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: 541/1255] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:32 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1256] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:32 2026] DELETE /v2.0/security-groups/ba4ceef8-d768-4bb8-abcb-589528d7812c => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1257] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:32 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1258] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:32 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&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: 543/1259] 10.0.0.94 () {34 vars in 684 bytes} [Wed Jul 1 12:11:33 2026] POST /v2.0/security-groups => generated 1673 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1260] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:33 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => 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: 718/1261] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:33 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1262] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:11:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1263] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:11:33 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: 7|app: 0|req: 545/1264] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:11:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1265] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:11:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:11:33.749 8 INFO neutron.db.securitygroups_db [None req-34ca5e51-78fd-49d7-8d44-c64d52564c89 b57c59e83084462f81747bba8e3640d6 11eaad8c919448ffbe37cfa5dd4887e2 - - default default] Project 11eaad8c919448ffbe37cfa5dd4887e2 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: 546/1266] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:33 2026] DELETE /v2.0/security-groups/25b650da-4c63-4717-bfe1-3ea1f23fa571 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:11:33.805 7 INFO neutron.api.v2.resource [None req-ebca252b-24a4-49df-abee-41ed83d2dc64 b60ad3a85c43499e9119738a97512af3 35089794025d4b2081a253d9e5f05f76 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 547/1267] 10.0.0.94 () {32 vars in 736 bytes} [Wed Jul 1 12:11:33 2026] GET /v2.0/security-groups/25b650da-4c63-4717-bfe1-3ea1f23fa571 => 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: 721/1268] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:11:33 2026] POST /v2.0/security-group-rules => generated 607 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:11:33.869 8 INFO neutron.db.securitygroups_db [None req-e042bb29-6914-4601-9b10-2be645733963 b57c59e83084462f81747bba8e3640d6 11eaad8c919448ffbe37cfa5dd4887e2 - - default default] Project 11eaad8c919448ffbe37cfa5dd4887e2 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-01 12:11:33.926 7 INFO neutron_taas.services.taas.taas_plugin [None req-67369e4c-c373-4d1b-a81b-b95749d57cbe b60ad3a85c43499e9119738a97512af3 35089794025d4b2081a253d9e5f05f76 - - default default] TaaS: Handle Delete Port: ad8c3cf5-1104-403e-a048-f04f1e168600 2026-07-01 12:11:33.929 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67369e4c-c373-4d1b-a81b-b95749d57cbe b60ad3a85c43499e9119738a97512af3 35089794025d4b2081a253d9e5f05f76 - - default default] Tap Mirror: Handle Delete Port: ad8c3cf5-1104-403e-a048-f04f1e168600 [pid: 8|app: 0|req: 722/1269] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:11:33 2026] POST /v2.0/security-group-rules => generated 606 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1270] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:11:33 2026] DELETE /v2.0/floatingips/8e29a2a1-2951-4eab-82ee-b3f84a27a310 => generated 0 bytes in 377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1271] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:34 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1272] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:34 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1273] 10.0.0.94 () {34 vars in 684 bytes} [Wed Jul 1 12:11:34 2026] POST /v2.0/security-groups => generated 1659 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 12:11:34.674 8 INFO neutron_taas.services.taas.taas_plugin [None req-d30e2a31-3e5f-4204-85c4-c1fffbede4a2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: cfa782c5-d66d-4800-a243-6530e4ab1548 2026-07-01 12:11:34.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d30e2a31-3e5f-4204-85c4-c1fffbede4a2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: cfa782c5-d66d-4800-a243-6530e4ab1548 2026-07-01 12:11:34.975 7 INFO neutron.db.segments_db [None req-a752787f-b1df-4bf7-bd9d-c5f509b9f742 57d1488ff70d4b129e45e5ea5c77440c da4666d026cc4a2283bf7aafbfc71bde - - default default] Added segment 5779f2eb-e01d-4d40-82bd-9c84ad4708ce of type vxlan for network c192ddfb-7b0b-4363-a517-4889f705f030 2026-07-01 12:11:35.045 7 INFO neutron.db.segments_db [None req-a752787f-b1df-4bf7-bd9d-c5f509b9f742 57d1488ff70d4b129e45e5ea5c77440c da4666d026cc4a2283bf7aafbfc71bde - - default default] Added segment 5a70180c-a5ec-4a78-b7c6-a7b618c9bc2e of type vxlan for network f00c3ca5-099f-48db-80f0-7bda89cc4f1b [pid: 7|app: 0|req: 552/1274] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:11:34 2026] POST /v2.0/networks => generated 1244 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1275] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:11:35 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: 8|app: 0|req: 723/1276] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:11:34 2026] PUT /v2.0/routers/b753d7ed-0227-4265-969e-a814eedcb987/remove_router_interface => generated 309 bytes in 1102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1277] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:11:35 2026] GET /v2.0/ports?tenant_id=22f839f3ffa04473b50bf58616642ae0&device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => 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: 724/1278] 10.0.0.94 () {32 vars in 648 bytes} [Wed Jul 1 12:11:35 2026] GET /v2.0/networks => generated 1843 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1279] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:11:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1280] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:11:35 2026] GET /v2.0/networks?id=341e1966-43ed-443b-a444-e99adb740272 => generated 772 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:35.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-0feb2a55-059b-4113-bcdc-7678cfcacdf1 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 23b81a48-4d36-43c9-851e-da1c3dcf9fab 2026-07-01 12:11:35.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0feb2a55-059b-4113-bcdc-7678cfcacdf1 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 23b81a48-4d36-43c9-851e-da1c3dcf9fab 2026-07-01 12:11:35.583 7 INFO neutron.services.segments.plugin [-] Segment 5779f2eb-e01d-4d40-82bd-9c84ad4708ce resource provider aggregate not found 2026-07-01 12:11:35.589 7 INFO neutron.services.segments.plugin [-] Segment 5779f2eb-e01d-4d40-82bd-9c84ad4708ce resource provider aggregate not found 2026-07-01 12:11:35.608 7 INFO neutron.services.segments.plugin [-] Segment 5779f2eb-e01d-4d40-82bd-9c84ad4708ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5779f2eb-e01d-4d40-82bd-9c84ad4708ce found for delete ", "request_id": "req-0bd05ebf-fb05-4a89-9f56-5d0ee4353698"}]} [pid: 7|app: 0|req: 557/1281] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:11:35 2026] DELETE /v2.0/networks/c192ddfb-7b0b-4363-a517-4889f705f030 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:11:35.612 7 INFO neutron.services.segments.plugin [-] Segment 5779f2eb-e01d-4d40-82bd-9c84ad4708ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5779f2eb-e01d-4d40-82bd-9c84ad4708ce found for delete ", "request_id": "req-68dcd83c-f5ee-4257-9dd9-3dc888e8bf59"}]} 2026-07-01 12:11:35.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-0feb2a55-059b-4113-bcdc-7678cfcacdf1 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 08c1a588-74c2-41d9-809c-4c876f6e12ec 2026-07-01 12:11:35.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0feb2a55-059b-4113-bcdc-7678cfcacdf1 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 08c1a588-74c2-41d9-809c-4c876f6e12ec [pid: 7|app: 0|req: 558/1282] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:11:35 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: 559/1283] 199.204.45.23 () {34 vars in 1059 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d1d2dc1d-4358-4b83-936a-52fbc3acce1c => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1284] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:36.249 8 INFO neutron.services.segments.plugin [-] Segment 04fba014-1b27-4750-b485-9d1cac5bb5cc resource provider aggregate not found 2026-07-01 12:11:36.255 8 INFO neutron.services.segments.plugin [-] Segment 04fba014-1b27-4750-b485-9d1cac5bb5cc resource provider aggregate not found [pid: 7|app: 0|req: 561/1285] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:11:36 2026] DELETE /v2.0/networks/f00c3ca5-099f-48db-80f0-7bda89cc4f1b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:11:36.280 8 INFO neutron.services.segments.plugin [-] Segment 04fba014-1b27-4750-b485-9d1cac5bb5cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04fba014-1b27-4750-b485-9d1cac5bb5cc found for delete ", "request_id": "req-48d63079-45c3-469d-9a84-862f8ec94224"}]} 2026-07-01 12:11:36.280 8 INFO neutron.services.segments.plugin [-] Segment 04fba014-1b27-4750-b485-9d1cac5bb5cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04fba014-1b27-4750-b485-9d1cac5bb5cc found for delete ", "request_id": "req-5e4e3577-767b-49c4-b1cb-1d4c4d30a68e"}]} 2026-07-01 12:11:36.288 8 INFO neutron.db.l3_hamode_db [None req-0feb2a55-059b-4113-bcdc-7678cfcacdf1 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] HA network d2665e25-2d83-47db-8473-128e5687ed1d was deleted as no HA routers are present in tenant 35089794025d4b2081a253d9e5f05f76. [pid: 7|app: 0|req: 562/1286] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/subnets?id=dfb2685c-8f5a-405d-a178-85d36cdfec55 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1287] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:35 2026] DELETE /v2.0/routers/b753d7ed-0227-4265-969e-a814eedcb987 => generated 0 bytes in 931 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1288] 10.0.0.185 () {34 vars in 1098 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-691103883&fields=id&tenant_id=11eaad8c919448ffbe37cfa5dd4887e2 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1289] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1290] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/ports?network_id=341e1966-43ed-443b-a444-e99adb740272&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1291] 10.0.0.94 () {32 vars in 648 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/networks => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1292] 10.0.0.185 () {34 vars in 1096 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--93012108&fields=id&tenant_id=11eaad8c919448ffbe37cfa5dd4887e2 => 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/1293] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/networks/341e1966-43ed-443b-a444-e99adb740272?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:11:36.484 7 INFO neutron.db.segments_db [None req-5764e617-f26d-49a1-8b8f-fb34ca558e62 57d1488ff70d4b129e45e5ea5c77440c da4666d026cc4a2283bf7aafbfc71bde - - default default] Added segment f4f773e8-2657-4bf2-9190-69d6d8a37b50 of type vxlan for network 64720d4f-6eab-47fa-824a-d4d4e1d6c1c9 [pid: 8|app: 0|req: 728/1294] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:36 2026] DELETE /v2.0/subnets/93e206c6-7f21-4755-b97a-687fe19dda2d => 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: 729/1295] 10.0.0.185 () {34 vars in 982 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/networks?id=46c66acd-6d14-4a50-8bb0-4acc4c9ee22e => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1296] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:11:36 2026] POST /v2.0/networks => generated 650 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1297] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/networks/341e1966-43ed-443b-a444-e99adb740272?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1298] 10.0.0.185 () {34 vars in 965 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/quotas/11eaad8c919448ffbe37cfa5dd4887e2 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:36.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-695ab641-8440-45c0-b7c1-06cd40c591fb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 14d8fbc5-ca36-4600-b25c-63eaf6135e2c 2026-07-01 12:11:36.671 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-695ab641-8440-45c0-b7c1-06cd40c591fb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 14d8fbc5-ca36-4600-b25c-63eaf6135e2c 2026-07-01 12:11:36.683 8 INFO neutron.db.segments_db [None req-4c470ba3-9a10-4def-b924-b8cbef9a6129 57d1488ff70d4b129e45e5ea5c77440c da4666d026cc4a2283bf7aafbfc71bde - - default default] Added segment 63d0fc12-56e9-441a-bc9c-7fba2022d995 of type vxlan for network c7b7e550-de8e-4630-8097-7210144b4ca2 [pid: 8|app: 0|req: 732/1299] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:11:36 2026] POST /v2.0/networks => generated 650 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1300] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/ports?tenant_id=11eaad8c919448ffbe37cfa5dd4887e2&fields=id => generated 103 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1301] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:11:36 2026] DELETE /v2.0/networks/ff1dd162-affe-44ef-a06a-d0e29029c33a => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1302] 10.0.0.185 () {34 vars in 1008 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/networks/46c66acd-6d14-4a50-8bb0-4acc4c9ee22e?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: 570/1303] 10.0.0.185 () {34 vars in 1108 bytes} [Wed Jul 1 12:11:36 2026] GET /v2.0/networks/46c66acd-6d14-4a50-8bb0-4acc4c9ee22e?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: 571/1304] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:37 2026] GET /v2.0/security-groups?tenant_id=35089794025d4b2081a253d9e5f05f76&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1305] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:37 2026] DELETE /v2.0/security-groups/6d654cb4-9166-4d88-846a-b2e192d973f0 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1306] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:37 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => 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: 574/1307] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:37 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => 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: 575/1308] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:37 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1309] 10.0.0.94 () {34 vars in 664 bytes} [Wed Jul 1 12:11:36 2026] POST /v2.0/ports => generated 1505 bytes in 754 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-07-01 12:11:37.659 7 INFO neutron.services.segments.plugin [-] Segment 5a70180c-a5ec-4a78-b7c6-a7b618c9bc2e resource provider aggregate not found 2026-07-01 12:11:37.663 7 INFO neutron.services.segments.plugin [-] Segment 5a70180c-a5ec-4a78-b7c6-a7b618c9bc2e resource provider aggregate not found 2026-07-01 12:11:37.693 7 INFO neutron.services.segments.plugin [-] Segment 5a70180c-a5ec-4a78-b7c6-a7b618c9bc2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a70180c-a5ec-4a78-b7c6-a7b618c9bc2e found for delete ", "request_id": "req-0d06f6a1-3972-4de3-989a-90651358da5d"}]} 2026-07-01 12:11:37.703 7 INFO neutron.services.segments.plugin [-] Segment 5a70180c-a5ec-4a78-b7c6-a7b618c9bc2e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a70180c-a5ec-4a78-b7c6-a7b618c9bc2e found for delete ", "request_id": "req-1b928a73-6cc1-4fd0-8ce5-9310501359f8"}]} 2026-07-01 12:11:37.717 7 INFO neutron.services.segments.plugin [-] Segment c02055a4-db01-408d-9bbf-76fce84f237c resource provider aggregate not found 2026-07-01 12:11:37.729 7 INFO neutron.services.segments.plugin [-] Segment c02055a4-db01-408d-9bbf-76fce84f237c resource provider aggregate not found 2026-07-01 12:11:37.741 7 INFO neutron.services.segments.plugin [-] Segment c02055a4-db01-408d-9bbf-76fce84f237c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c02055a4-db01-408d-9bbf-76fce84f237c found for delete ", "request_id": "req-543fc90d-e711-48b2-b935-c69a686417e6"}]} 2026-07-01 12:11:37.753 7 INFO neutron.services.segments.plugin [-] Segment c02055a4-db01-408d-9bbf-76fce84f237c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c02055a4-db01-408d-9bbf-76fce84f237c found for delete ", "request_id": "req-21ece5a0-540b-4fed-a4ad-e6b304363c07"}]} [pid: 7|app: 0|req: 576/1310] 10.0.0.94 () {32 vars in 642 bytes} [Wed Jul 1 12:11:37 2026] GET /v2.0/ports => generated 1505 bytes in 207 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-07-01 12:11:37.911 8 INFO neutron_taas.services.taas.taas_plugin [None req-02fe8be3-fb18-4ab7-89ae-5b856646d9a5 57d1488ff70d4b129e45e5ea5c77440c da4666d026cc4a2283bf7aafbfc71bde - - default default] TaaS: Handle Delete Port: ff053e4e-f627-4b06-b852-6300dd255f10 2026-07-01 12:11:37.914 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02fe8be3-fb18-4ab7-89ae-5b856646d9a5 57d1488ff70d4b129e45e5ea5c77440c da4666d026cc4a2283bf7aafbfc71bde - - default default] Tap Mirror: Handle Delete Port: ff053e4e-f627-4b06-b852-6300dd255f10 [pid: 8|app: 0|req: 735/1311] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:11:37 2026] DELETE /v2.0/ports/ff053e4e-f627-4b06-b852-6300dd255f10 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:11:38.142 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c6e8878-5d64-4737-940a-673da37d919f 57d1488ff70d4b129e45e5ea5c77440c da4666d026cc4a2283bf7aafbfc71bde - - default default] TaaS: Handle Delete Port: 4a452728-6809-4665-a179-3b3664b6d3de 2026-07-01 12:11:38.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c6e8878-5d64-4737-940a-673da37d919f 57d1488ff70d4b129e45e5ea5c77440c da4666d026cc4a2283bf7aafbfc71bde - - default default] Tap Mirror: Handle Delete Port: 4a452728-6809-4665-a179-3b3664b6d3de [pid: 7|app: 0|req: 577/1312] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:11:38 2026] DELETE /v2.0/ports/4a452728-6809-4665-a179-3b3664b6d3de => 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: 736/1313] 10.0.0.94 () {32 vars in 642 bytes} [Wed Jul 1 12:11:38 2026] GET /v2.0/ports => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:11:38.358 7 INFO neutron.db.segments_db [None req-a5924326-51a8-4fc0-ba17-adf4f2f608f7 57d1488ff70d4b129e45e5ea5c77440c da4666d026cc4a2283bf7aafbfc71bde - - default default] Added segment 8aa49848-7533-46eb-a640-72dd74b1bc85 of type vxlan for network 229a22c5-0559-4c59-a626-c61a6bbf8d18 [pid: 8|app: 0|req: 737/1314] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:38 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => 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: 578/1315] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:11:38 2026] POST /v2.0/networks => generated 650 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:11:38.517 8 INFO neutron.db.segments_db [None req-45da5376-fe68-421f-b0c4-5c2e75f48b95 57d1488ff70d4b129e45e5ea5c77440c da4666d026cc4a2283bf7aafbfc71bde - - default default] Added segment 79202eb7-c8f5-48c6-bd49-90f0192845a0 of type vxlan for network 3f3dd7a2-7211-4f31-84ce-4d04824aeef4 [pid: 8|app: 0|req: 738/1316] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:11:38 2026] POST /v2.0/networks => generated 650 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1317] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:38 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1318] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:38 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1319] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:11:38 2026] POST /v2.0/subnets => generated 1273 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1320] 10.0.0.94 () {32 vars in 646 bytes} [Wed Jul 1 12:11:39 2026] GET /v2.0/subnets => generated 1909 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1321] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:39 2026] DELETE /v2.0/subnets/d172f5d2-710b-418b-a803-27985443e8e8 => 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: 582/1322] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:39 2026] DELETE /v2.0/subnets/84583ec9-9c32-44ef-9eaf-62029aaf0a0b => 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: 583/1323] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:39 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => 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: 741/1324] 10.0.0.94 () {32 vars in 646 bytes} [Wed Jul 1 12:11:39 2026] GET /v2.0/subnets => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1325] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:11:39 2026] DELETE /v2.0/networks/3f3dd7a2-7211-4f31-84ce-4d04824aeef4 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:11:39.761 8 INFO neutron.services.segments.plugin [-] Segment 8aa49848-7533-46eb-a640-72dd74b1bc85 resource provider aggregate not found 2026-07-01 12:11:39.772 7 INFO neutron.services.segments.plugin [-] Segment 79202eb7-c8f5-48c6-bd49-90f0192845a0 resource provider aggregate not found 2026-07-01 12:11:39.772 8 INFO neutron.services.segments.plugin [-] Segment 8aa49848-7533-46eb-a640-72dd74b1bc85 resource provider aggregate not found 2026-07-01 12:11:39.778 7 INFO neutron.services.segments.plugin [-] Segment 79202eb7-c8f5-48c6-bd49-90f0192845a0 resource provider aggregate not found 2026-07-01 12:11:39.791 7 INFO neutron.services.segments.plugin [-] Segment 79202eb7-c8f5-48c6-bd49-90f0192845a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79202eb7-c8f5-48c6-bd49-90f0192845a0 found for delete ", "request_id": "req-6e3c3d53-e131-4d40-b945-c022f8921fba"}]} [pid: 8|app: 0|req: 742/1326] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:11:39 2026] DELETE /v2.0/networks/229a22c5-0559-4c59-a626-c61a6bbf8d18 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:11:39.795 8 INFO neutron.services.segments.plugin [-] Segment 8aa49848-7533-46eb-a640-72dd74b1bc85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8aa49848-7533-46eb-a640-72dd74b1bc85 found for delete ", "request_id": "req-1d94694f-6b28-4156-acdd-322dc426d857"}]} 2026-07-01 12:11:39.799 7 INFO neutron.services.segments.plugin [-] Segment 79202eb7-c8f5-48c6-bd49-90f0192845a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79202eb7-c8f5-48c6-bd49-90f0192845a0 found for delete ", "request_id": "req-7783def9-bcd1-4f99-8ed6-64e4e47ae645"}]} 2026-07-01 12:11:39.806 8 INFO neutron.services.segments.plugin [-] Segment 8aa49848-7533-46eb-a640-72dd74b1bc85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8aa49848-7533-46eb-a640-72dd74b1bc85 found for delete ", "request_id": "req-27858a1f-16a7-4a08-b3aa-e69e5c5a54f5"}]} [pid: 7|app: 0|req: 585/1327] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:39 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1328] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:39 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&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: 743/1329] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:11:39 2026] DELETE /v2.0/networks/c7b7e550-de8e-4630-8097-7210144b4ca2 => 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: 587/1330] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:11:39 2026] DELETE /v2.0/networks/64720d4f-6eab-47fa-824a-d4d4e1d6c1c9 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1331] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:40 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => 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: 588/1332] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:40 2026] GET /v2.0/security-groups?tenant_id=da4666d026cc4a2283bf7aafbfc71bde&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1333] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:40 2026] DELETE /v2.0/security-groups/b1b8dbd4-4d28-4c0e-9aa0-0bca864ed96d => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1334] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:40 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1335] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:40 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1336] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:11:41 2026] GET /v2.0/networks?id=46c66acd-6d14-4a50-8bb0-4acc4c9ee22e => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1337] 199.204.45.23 () {34 vars in 1049 bytes} [Wed Jul 1 12:11:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=11eaad8c919448ffbe37cfa5dd4887e2 => generated 271 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1338] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:41 2026] GET /v2.0/security-groups?tenant_id=3b3cb1938edb40d6980f50504bf68da9&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1339] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:41 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => 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: 592/1340] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:41 2026] DELETE /v2.0/security-groups/28620218-33eb-4833-9d6f-dd00e2677534 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:11:41.815 7 INFO neutron.services.segments.plugin [-] Segment f4f773e8-2657-4bf2-9190-69d6d8a37b50 resource provider aggregate not found 2026-07-01 12:11:41.819 7 INFO neutron.services.segments.plugin [-] Segment f4f773e8-2657-4bf2-9190-69d6d8a37b50 resource provider aggregate not found 2026-07-01 12:11:41.826 8 INFO neutron.services.segments.plugin [-] Segment 63d0fc12-56e9-441a-bc9c-7fba2022d995 resource provider aggregate not found 2026-07-01 12:11:41.831 8 INFO neutron.services.segments.plugin [-] Segment 63d0fc12-56e9-441a-bc9c-7fba2022d995 resource provider aggregate not found 2026-07-01 12:11:41.832 7 INFO neutron.services.segments.plugin [-] Segment f4f773e8-2657-4bf2-9190-69d6d8a37b50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4f773e8-2657-4bf2-9190-69d6d8a37b50 found for delete ", "request_id": "req-461309c5-7e05-4f79-93d1-b777362234d3"}]} 2026-07-01 12:11:41.842 7 INFO neutron.services.segments.plugin [-] Segment f4f773e8-2657-4bf2-9190-69d6d8a37b50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4f773e8-2657-4bf2-9190-69d6d8a37b50 found for delete ", "request_id": "req-681c1d75-9fd8-4565-8bdc-6a3d4db538e9"}]} 2026-07-01 12:11:41.849 8 INFO neutron.services.segments.plugin [-] Segment 63d0fc12-56e9-441a-bc9c-7fba2022d995 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63d0fc12-56e9-441a-bc9c-7fba2022d995 found for delete ", "request_id": "req-18da87b1-ed35-421f-940a-72b49ce038b3"}]} 2026-07-01 12:11:41.855 8 INFO neutron.services.segments.plugin [-] Segment 63d0fc12-56e9-441a-bc9c-7fba2022d995 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63d0fc12-56e9-441a-bc9c-7fba2022d995 found for delete ", "request_id": "req-6b9c2b4e-f5b3-457e-8a1e-43987dea30c4"}]} [pid: 8|app: 0|req: 749/1341] 199.204.45.23 () {38 vars in 954 bytes} [Wed Jul 1 12:11:41 2026] POST /v2.0/ports => generated 993 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 593/1342] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:41 2026] GET /v2.0/security-groups?tenant_id=7acedfd283ed42e68d64bb964ad9f8b4&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1343] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:41 2026] DELETE /v2.0/security-groups/86237351-00d0-487b-99af-e56476cedc42 => 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: 595/1344] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:42 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1345] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:42 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1346] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:11:41 2026] PUT /v2.0/ports/aa5956bf-6962-45d6-ac3f-36f3f6087070 => generated 1274 bytes in 435 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:11:42.437 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef48062f-33dd-4221-9605-c4ea531c615f'] response: {'name': 'network-changed', 'server_uuid': '06e3e939-f3cf-4d75-9e5e-c08178fad086', 'tag': 'aa5956bf-6962-45d6-ac3f-36f3f6087070', '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: 751/1347] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:42 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1008 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1348] 10.0.0.185 () {34 vars in 1120 bytes} [Wed Jul 1 12:11:42 2026] GET /v2.0/security-groups?id=a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6&id=87aa7b09-962f-42f7-9f39-2fafcfd13e38&fields=id&fields=name => generated 204 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:42.903 7 INFO neutron.db.segments_db [None req-49ebf048-7b73-4719-a21c-223e0f69210c bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] Added segment fbba46df-0d6a-4856-8449-7690fdf3d865 of type vxlan for network 0df15d79-725c-413d-a23c-fc8ed33c3c88 [pid: 7|app: 0|req: 597/1349] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:11:42 2026] POST /v2.0/networks => generated 644 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1350] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:11:42 2026] GET /v2.0/ports?tenant_id=11eaad8c919448ffbe37cfa5dd4887e2&device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1277 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1351] 199.204.45.23 () {34 vars in 1017 bytes} [Wed Jul 1 12:11:42 2026] GET /v2.0/networks?tenant_id=11eaad8c919448ffbe37cfa5dd4887e2&shared=False => generated 769 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1352] 199.204.45.23 () {34 vars in 929 bytes} [Wed Jul 1 12:11:43 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) [pid: 7|app: 0|req: 598/1353] 10.0.0.94 () {34 vars in 664 bytes} [Wed Jul 1 12:11:42 2026] POST /v2.0/ports => generated 774 bytes in 313 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: 756/1354] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:43 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1355] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:43 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:43.354 7 INFO neutron.db.segments_db [None req-5a12e439-308f-4030-a758-e1ef6b37f913 bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] Added segment bf91b685-ce43-4b8c-8819-9918cdc8c3f4 of type vxlan for network fedefca0-035a-48b8-a6e7-59bf2dcf074f [pid: 7|app: 0|req: 599/1356] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:11:43 2026] POST /v2.0/networks => generated 631 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1357] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:11:43 2026] POST /v2.0/subnets => generated 626 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1358] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:43 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1359] 10.0.0.185 () {34 vars in 1120 bytes} [Wed Jul 1 12:11:43 2026] GET /v2.0/security-groups?id=a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6&id=87aa7b09-962f-42f7-9f39-2fafcfd13e38&fields=id&fields=name => generated 204 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1360] 10.0.0.94 () {34 vars in 664 bytes} [Wed Jul 1 12:11:43 2026] POST /v2.0/ports => generated 948 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 601/1361] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:11:44 2026] GET /v2.0/ports?tenant_id=11eaad8c919448ffbe37cfa5dd4887e2&device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1277 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1362] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:11:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=aa5956bf-6962-45d6-ac3f-36f3f6087070 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:11:44.164 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1ed9ff1-09c9-433f-a5d1-3a4fd858433a bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] TaaS: Handle Delete Port: 92e02ef1-8034-45e2-91bb-8fcdf2239b76 2026-07-01 12:11:44.166 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1ed9ff1-09c9-433f-a5d1-3a4fd858433a bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] Tap Mirror: Handle Delete Port: 92e02ef1-8034-45e2-91bb-8fcdf2239b76 [pid: 7|app: 0|req: 603/1363] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:11:44 2026] GET /v2.0/subnets?id=3a1b49ca-8c4c-4df0-a327-598cc72ef052 => generated 691 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1364] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:11:44 2026] GET /v2.0/ports?network_id=46c66acd-6d14-4a50-8bb0-4acc4c9ee22e&device_owner=network%3Adhcp => generated 1244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1365] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:11:44 2026] GET /v2.0/networks/46c66acd-6d14-4a50-8bb0-4acc4c9ee22e?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: 606/1366] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:11:44 2026] GET /v2.0/networks/46c66acd-6d14-4a50-8bb0-4acc4c9ee22e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1367] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:44 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1368] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:11:44 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1371] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:11:44 2026] DELETE /v2.0/ports/92e02ef1-8034-45e2-91bb-8fcdf2239b76 => generated 0 bytes in 671 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:11:44.720 7 INFO neutron.pecan_wsgi.hooks.translation [None req-08cf2fb3-ddaa-45e4-a09d-f4dd0dd70f2e bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 611/1372] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:11:44 2026] DELETE /v2.0/ports/92e02ef1-8034-45e2-91bb-8fcdf2239b76 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:11:44.775 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57011918-9d23-424b-a228-b7662f21b6b9 bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 762/1373] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:11:44 2026] GET /v2.0/ports/92e02ef1-8034-45e2-91bb-8fcdf2239b76 => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1374] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:44 2026] DELETE /v2.0/subnets/984f7249-33a8-48d3-94d1-cfebc909739c => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:11:45.068 8 INFO neutron.services.segments.plugin [-] Segment bf91b685-ce43-4b8c-8819-9918cdc8c3f4 resource provider aggregate not found 2026-07-01 12:11:45.071 8 INFO neutron.services.segments.plugin [-] Segment bf91b685-ce43-4b8c-8819-9918cdc8c3f4 resource provider aggregate not found 2026-07-01 12:11:45.087 8 INFO neutron.services.segments.plugin [-] Segment bf91b685-ce43-4b8c-8819-9918cdc8c3f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf91b685-ce43-4b8c-8819-9918cdc8c3f4 found for delete ", "request_id": "req-82c82aab-7f59-4068-ba50-5e2849ad9c2c"}]} 2026-07-01 12:11:45.090 8 INFO neutron.services.segments.plugin [-] Segment bf91b685-ce43-4b8c-8819-9918cdc8c3f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf91b685-ce43-4b8c-8819-9918cdc8c3f4 found for delete ", "request_id": "req-a7bf9c91-6ab3-472d-bd87-18f2a03c7044"}]} [pid: 7|app: 0|req: 613/1375] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:45 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1008 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1376] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:11:44 2026] DELETE /v2.0/networks/fedefca0-035a-48b8-a6e7-59bf2dcf074f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1377] 10.0.0.185 () {34 vars in 1120 bytes} [Wed Jul 1 12:11:45 2026] GET /v2.0/security-groups?id=a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6&id=87aa7b09-962f-42f7-9f39-2fafcfd13e38&fields=id&fields=name => generated 204 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:45.181 8 INFO neutron.db.segments_db [None req-df43e31b-9365-4073-a373-1366066b7ef4 bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] Added segment 7de207e0-5fcb-4bf7-9e4b-c132d0997edb of type vxlan for network bddc0dd6-827f-41c3-981b-74f280083f72 [pid: 8|app: 0|req: 764/1378] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:11:45 2026] POST /v2.0/networks => generated 631 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1379] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:11:45 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1380] 10.0.0.94 () {34 vars in 664 bytes} [Wed Jul 1 12:11:45 2026] POST /v2.0/ports => generated 912 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:11:45.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-3271b81f-9e13-4dae-aef1-13ecc1ba7f86 bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] TaaS: Handle Delete Port: cdfb3c00-e5e5-4f42-94e8-6466e3ea3d71 2026-07-01 12:11:45.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3271b81f-9e13-4dae-aef1-13ecc1ba7f86 bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] Tap Mirror: Handle Delete Port: cdfb3c00-e5e5-4f42-94e8-6466e3ea3d71 [pid: 7|app: 0|req: 616/1381] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:11:45 2026] DELETE /v2.0/ports/cdfb3c00-e5e5-4f42-94e8-6466e3ea3d71 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:11:46.202 8 INFO neutron.pecan_wsgi.hooks.translation [None req-27fb6303-fb82-4f36-a4cd-9b25b8b62893 bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 766/1382] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:11:46 2026] GET /v2.0/ports/cdfb3c00-e5e5-4f42-94e8-6466e3ea3d71 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1383] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:46 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1008 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1384] 10.0.0.185 () {34 vars in 1120 bytes} [Wed Jul 1 12:11:46 2026] GET /v2.0/security-groups?id=a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6&id=87aa7b09-962f-42f7-9f39-2fafcfd13e38&fields=id&fields=name => generated 204 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1385] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:46 2026] DELETE /v2.0/subnets/2763676e-54e2-4773-8257-6732a9709bae => 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: 769/1386] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:11:46 2026] DELETE /v2.0/networks/bddc0dd6-827f-41c3-981b-74f280083f72 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1387] 10.0.0.94 () {34 vars in 664 bytes} [Wed Jul 1 12:11:46 2026] POST /v2.0/ports => generated 775 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1388] 10.0.0.94 () {34 vars in 736 bytes} [Wed Jul 1 12:11:46 2026] PUT /v2.0/ports/52c2eafc-93ea-4153-b20e-1c0f1dcc1047 => 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, ' 2026-07-01 12:11:46.935 7 INFO neutron_taas.services.taas.taas_plugin [None req-4c1c3cca-b56c-4959-9d93-279c85b20c17 bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] TaaS: Handle Delete Port: 52c2eafc-93ea-4153-b20e-1c0f1dcc1047 2026-07-01 12:11:46.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c1c3cca-b56c-4959-9d93-279c85b20c17 bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] Tap Mirror: Handle Delete Port: 52c2eafc-93ea-4153-b20e-1c0f1dcc1047 [pid: 7|app: 0|req: 619/1389] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:11:46 2026] DELETE /v2.0/ports/52c2eafc-93ea-4153-b20e-1c0f1dcc1047 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 771/1390] 10.0.0.94 () {32 vars in 642 bytes} [Wed Jul 1 12:11:47 2026] GET /v2.0/ports => generated 777 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:47.106 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6caf8c0c-1091-404b-812d-873e56308f08 bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] GET failed (client error): The resource could not be found. 2026-07-01 12:11:47.108 8 INFO neutron.services.segments.plugin [-] Segment 7de207e0-5fcb-4bf7-9e4b-c132d0997edb resource provider aggregate not found [pid: 7|app: 0|req: 620/1391] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:11:47 2026] GET /v2.0/ports/52c2eafc-93ea-4153-b20e-1c0f1dcc1047 => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:11:47.114 8 INFO neutron.services.segments.plugin [-] Segment 7de207e0-5fcb-4bf7-9e4b-c132d0997edb resource provider aggregate not found 2026-07-01 12:11:47.133 8 INFO neutron.services.segments.plugin [-] Segment 7de207e0-5fcb-4bf7-9e4b-c132d0997edb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7de207e0-5fcb-4bf7-9e4b-c132d0997edb found for delete ", "request_id": "req-a8a20cac-2117-4465-9c27-4ee756271b8c"}]} 2026-07-01 12:11:47.142 8 INFO neutron.services.segments.plugin [-] Segment 7de207e0-5fcb-4bf7-9e4b-c132d0997edb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7de207e0-5fcb-4bf7-9e4b-c132d0997edb found for delete ", "request_id": "req-6d5980b3-1c8c-4346-89cb-fd66e02b2417"}]} [pid: 8|app: 0|req: 772/1392] 10.0.0.94 () {32 vars in 642 bytes} [Wed Jul 1 12:11:47 2026] GET /v2.0/ports => generated 777 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1393] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:11:47 2026] GET /v2.0/ports/8b7dc0c1-c4f1-44be-950d-ea8fec8caf6b => generated 774 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:47.224 8 INFO neutron.pecan_wsgi.hooks.translation [None req-edd1fe74-9b9e-4edf-9f59-8e0e5096c1d4 bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 773/1394] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:11:47 2026] DELETE /v2.0/ports/cdfb3c00-e5e5-4f42-94e8-6466e3ea3d71 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:11:47.251 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ec699e7d-1e2a-47b4-95a3-083ebee55ad1 bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 622/1395] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:47 2026] DELETE /v2.0/subnets/2763676e-54e2-4773-8257-6732a9709bae => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:11:47.270 8 INFO neutron.pecan_wsgi.hooks.translation [None req-797609bc-ac7b-4fa1-9660-6ab470bf0e66 bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 774/1396] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:47 2026] DELETE /v2.0/subnets/984f7249-33a8-48d3-94d1-cfebc909739c => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:11:47.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1c39685-71f4-465e-a864-eebb29494149 bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] TaaS: Handle Delete Port: 8b7dc0c1-c4f1-44be-950d-ea8fec8caf6b 2026-07-01 12:11:47.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1c39685-71f4-465e-a864-eebb29494149 bafc770301624c63ab7dca7054959603 37fe5f70d567442bbf62ccc43b08cf23 - - default default] Tap Mirror: Handle Delete Port: 8b7dc0c1-c4f1-44be-950d-ea8fec8caf6b [pid: 8|app: 0|req: 775/1397] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:47 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1008 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1398] 10.0.0.185 () {34 vars in 1120 bytes} [Wed Jul 1 12:11:47 2026] GET /v2.0/security-groups?id=a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6&id=87aa7b09-962f-42f7-9f39-2fafcfd13e38&fields=id&fields=name => generated 204 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1399] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:11:47 2026] DELETE /v2.0/ports/8b7dc0c1-c4f1-44be-950d-ea8fec8caf6b => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1400] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:11:47 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1401] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:11:47 2026] DELETE /v2.0/networks/0df15d79-725c-413d-a23c-fc8ed33c3c88 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1402] 199.204.45.23 () {34 vars in 1123 bytes} [Wed Jul 1 12:11:47 2026] GET /v2.0/security-groups?id=a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6&id=87aa7b09-962f-42f7-9f39-2fafcfd13e38&fields=id&fields=name => generated 204 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1403] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:47 2026] GET /v2.0/security-groups?tenant_id=772bd3eafd7946279fe9380942f5d87a&name=default => generated 2925 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1404] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:47 2026] DELETE /v2.0/security-groups/ace45026-55c8-42f8-ab48-1f4df22bb06a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1405] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:48 2026] GET /v2.0/security-groups?tenant_id=2dc81bfe980e45cebb53e9d1ca9081c7&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: 779/1406] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:48 2026] GET /v2.0/security-groups?tenant_id=37fe5f70d567442bbf62ccc43b08cf23&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1407] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:48 2026] DELETE /v2.0/security-groups/59dce82f-4e09-495b-8f73-db4f4c71617b => 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: 780/1408] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:48 2026] DELETE /v2.0/security-groups/4980dd3f-f4c9-43da-9862-21aff1f7431f => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1409] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:48 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1010 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1410] 10.0.0.185 () {34 vars in 1120 bytes} [Wed Jul 1 12:11:48 2026] GET /v2.0/security-groups?id=a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6&id=87aa7b09-962f-42f7-9f39-2fafcfd13e38&fields=id&fields=name => generated 204 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:49.158 8 INFO neutron.services.segments.plugin [-] Segment fbba46df-0d6a-4856-8449-7690fdf3d865 resource provider aggregate not found 2026-07-01 12:11:49.161 8 INFO neutron.services.segments.plugin [-] Segment fbba46df-0d6a-4856-8449-7690fdf3d865 resource provider aggregate not found 2026-07-01 12:11:49.176 8 INFO neutron.services.segments.plugin [-] Segment fbba46df-0d6a-4856-8449-7690fdf3d865 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbba46df-0d6a-4856-8449-7690fdf3d865 found for delete ", "request_id": "req-edda988b-0be7-474a-9a7c-468801ec7e60"}]} 2026-07-01 12:11:49.177 8 INFO neutron.services.segments.plugin [-] Segment fbba46df-0d6a-4856-8449-7690fdf3d865 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbba46df-0d6a-4856-8449-7690fdf3d865 found for delete ", "request_id": "req-ba10c06a-8b12-464d-a0d1-eaef5033eabe"}]} [pid: 7|app: 0|req: 630/1411] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:49 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1010 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1412] 10.0.0.185 () {34 vars in 1120 bytes} [Wed Jul 1 12:11:49 2026] GET /v2.0/security-groups?id=a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6&id=87aa7b09-962f-42f7-9f39-2fafcfd13e38&fields=id&fields=name => generated 204 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:50.733 7 INFO neutron.db.segments_db [None req-d9a1ecee-ccfb-4090-b0f1-88a139ba3f2e f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Added segment 0a45e69f-756a-4b64-8299-ef74ed3ec200 of type vxlan for network 00d72348-73e3-44f5-a772-8d48ff894e2d [pid: 7|app: 0|req: 631/1413] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:11:50 2026] POST /v2.0/networks => generated 633 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1414] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:50 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1010 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:11:50.888 7 INFO neutron.db.segments_db [None req-3b6335c1-8689-4c87-9df5-01849f035c85 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Added segment ea838a0d-23b1-4f23-8435-10672120c9eb of type vxlan for network 63b2dfab-5290-4218-8754-dc625e00683d [pid: 8|app: 0|req: 784/1415] 10.0.0.185 () {34 vars in 1120 bytes} [Wed Jul 1 12:11:50 2026] GET /v2.0/security-groups?id=a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6&id=87aa7b09-962f-42f7-9f39-2fafcfd13e38&fields=id&fields=name => generated 204 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1416] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:11:50 2026] POST /v2.0/networks => generated 634 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1417] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:50 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1418] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:11:50 2026] POST /v2.0/subnets => generated 646 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:11:51.391 8 INFO neutron.db.l3_db [None req-c511f7a3-066b-4c70-b58e-2e658a7c4380 b57c59e83084462f81747bba8e3640d6 11eaad8c919448ffbe37cfa5dd4887e2 - - default default] Floating IP f37be50b-0935-422d-9fe4-ef0e3a2a9147 associated. External IP: 10.96.250.215, port: aa5956bf-6962-45d6-ac3f-36f3f6087070. [pid: 7|app: 0|req: 634/1419] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:11:51 2026] POST /v2.0/subnets => generated 655 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:11:51.477 7 INFO neutron.db.segments_db [None req-1514ef31-33c1-4027-a2a9-80f9e870fa47 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Added segment 47689cf6-ac6b-41fa-807b-b3df1c8af30c of type vxlan for network 68af6231-178e-44cb-b639-c02d8ae228b9 [pid: 8|app: 0|req: 786/1420] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:11:51 2026] PUT /v2.0/floatingips/f37be50b-0935-422d-9fe4-ef0e3a2a9147 => generated 855 bytes in 707 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:51.752 7 INFO neutron.db.l3_hamode_db [None req-1514ef31-33c1-4027-a2a9-80f9e870fa47 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:11:51.766 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-16f5bc4e-b2ed-4f52-a630-24025c0762d3'] response: {'name': 'network-changed', 'server_uuid': '06e3e939-f3cf-4d75-9e5e-c08178fad086', 'tag': 'aa5956bf-6962-45d6-ac3f-36f3f6087070', 'status': 'completed', 'code': 200} 2026-07-01 12:11:51.875 7 INFO neutron.db.l3_hamode_db [None req-1514ef31-33c1-4027-a2a9-80f9e870fa47 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 787/1421] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:11:52 2026] GET /v2.0/ports?tenant_id=11eaad8c919448ffbe37cfa5dd4887e2&device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1279 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1422] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:11:52 2026] GET /v2.0/networks?id=46c66acd-6d14-4a50-8bb0-4acc4c9ee22e => generated 769 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1423] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:11:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=aa5956bf-6962-45d6-ac3f-36f3f6087070 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1424] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:11:51 2026] POST /v2.0/routers => generated 510 bytes in 1031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1425] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:11:52 2026] GET /v2.0/subnets?id=3a1b49ca-8c4c-4df0-a327-598cc72ef052 => generated 691 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1426] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:11:52 2026] GET /v2.0/ports?network_id=46c66acd-6d14-4a50-8bb0-4acc4c9ee22e&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: 792/1427] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:11:52 2026] GET /v2.0/networks/46c66acd-6d14-4a50-8bb0-4acc4c9ee22e?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: 793/1428] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:11:52 2026] GET /v2.0/networks/46c66acd-6d14-4a50-8bb0-4acc4c9ee22e?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: 794/1429] 10.0.0.31 () {34 vars in 989 bytes} [Wed Jul 1 12:11:53 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1430] 10.0.0.31 () {34 vars in 1039 bytes} [Wed Jul 1 12:11:53 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1431] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:11:52 2026] PUT /v2.0/routers/88fb0bd1-00bc-42df-b37d-772358f17834/add_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1432] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:11:53 2026] GET /v2.0/ports/7db4eff2-fbc6-4ad3-990e-1ddb5b5cb0ae => generated 959 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1433] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:11:53 2026] PUT /v2.0/routers/88fb0bd1-00bc-42df-b37d-772358f17834/add_router_interface => generated 309 bytes in 1529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1434] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:11:55 2026] GET /v2.0/ports/cafd89e2-8e8a-409d-bea0-ac56813141f8 => generated 967 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1435] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:55 2026] GET /v2.0/security-groups?tenant_id=63c544246efd44858c86742b29e56d0f&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1436] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:55 2026] DELETE /v2.0/security-groups/838f7377-067b-4de1-9138-ff47fb98cc47 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:11:55.708 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc3a9ccf-7b5e-4716-bb46-ace83f2b1b27 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] TaaS: Handle Delete Port: cafd89e2-8e8a-409d-bea0-ac56813141f8 2026-07-01 12:11:55.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc3a9ccf-7b5e-4716-bb46-ace83f2b1b27 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Tap Mirror: Handle Delete Port: cafd89e2-8e8a-409d-bea0-ac56813141f8 [pid: 8|app: 0|req: 799/1437] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:55 2026] GET /v2.0/security-groups?tenant_id=d99c634232b14b0ca50784318f467d67&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1438] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:55 2026] DELETE /v2.0/security-groups/01e95d5e-edf9-4f6c-b860-943a94960026 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1439] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:11:55 2026] PUT /v2.0/routers/88fb0bd1-00bc-42df-b37d-772358f17834/remove_router_interface => generated 309 bytes in 776 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:11:56.473 8 INFO neutron_taas.services.taas.taas_plugin [None req-20000b40-e033-4cad-861d-04a26aa9dc76 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] TaaS: Handle Delete Port: 7db4eff2-fbc6-4ad3-990e-1ddb5b5cb0ae 2026-07-01 12:11:56.475 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20000b40-e033-4cad-861d-04a26aa9dc76 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Tap Mirror: Handle Delete Port: 7db4eff2-fbc6-4ad3-990e-1ddb5b5cb0ae [pid: 8|app: 0|req: 801/1440] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:11:56 2026] PUT /v2.0/routers/88fb0bd1-00bc-42df-b37d-772358f17834/remove_router_interface => generated 309 bytes in 660 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1441] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:11:56 2026] GET /v2.0/ports?device_id=88fb0bd1-00bc-42df-b37d-772358f17834 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:11:57.006 8 INFO neutron_taas.services.taas.taas_plugin [None req-7dffef02-0656-4e55-b40a-03c30d5adc48 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] TaaS: Handle Delete Port: 23a36b76-7e8b-4681-bb4b-cce8fae78108 2026-07-01 12:11:57.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dffef02-0656-4e55-b40a-03c30d5adc48 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Tap Mirror: Handle Delete Port: 23a36b76-7e8b-4681-bb4b-cce8fae78108 2026-07-01 12:11:57.376 8 INFO neutron.services.segments.plugin [-] Segment 47689cf6-ac6b-41fa-807b-b3df1c8af30c resource provider aggregate not found 2026-07-01 12:11:57.377 8 INFO neutron.services.segments.plugin [-] Segment 47689cf6-ac6b-41fa-807b-b3df1c8af30c resource provider aggregate not found 2026-07-01 12:11:57.394 8 INFO neutron.db.l3_hamode_db [None req-7dffef02-0656-4e55-b40a-03c30d5adc48 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] HA network 68af6231-178e-44cb-b639-c02d8ae228b9 was deleted as no HA routers are present in tenant 74b4646b315a4a5bb094bbd6b5ac53dd. [pid: 8|app: 0|req: 802/1442] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:56 2026] DELETE /v2.0/routers/88fb0bd1-00bc-42df-b37d-772358f17834 => generated 0 bytes in 555 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:11:57.404 8 INFO neutron.services.segments.plugin [-] Segment 47689cf6-ac6b-41fa-807b-b3df1c8af30c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47689cf6-ac6b-41fa-807b-b3df1c8af30c found for delete ", "request_id": "req-786f6d24-b558-4a55-8b08-21a14ff71039"}]} 2026-07-01 12:11:57.411 8 INFO neutron.services.segments.plugin [-] Segment 47689cf6-ac6b-41fa-807b-b3df1c8af30c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47689cf6-ac6b-41fa-807b-b3df1c8af30c found for delete ", "request_id": "req-b03ee9ef-b61f-474a-a206-80d960e01f37"}]} [pid: 7|app: 0|req: 641/1443] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:57 2026] DELETE /v2.0/subnets/0f954482-ab80-4ef5-a636-45fe1280308d => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1444] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:11:57 2026] DELETE /v2.0/subnets/593384ee-746e-4076-aee2-402ad05f3c22 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:11:57.862 7 INFO neutron_taas.services.taas.taas_plugin [None req-27a48d55-f533-4b64-904d-e39043f44465 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] TaaS: Handle Delete Port: 21a38651-0122-40ac-859f-0d63e45bb2d5 2026-07-01 12:11:57.865 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27a48d55-f533-4b64-904d-e39043f44465 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Tap Mirror: Handle Delete Port: 21a38651-0122-40ac-859f-0d63e45bb2d5 2026-07-01 12:11:58.093 7 INFO neutron.services.segments.plugin [-] Segment ea838a0d-23b1-4f23-8435-10672120c9eb resource provider aggregate not found 2026-07-01 12:11:58.105 7 INFO neutron.services.segments.plugin [-] Segment ea838a0d-23b1-4f23-8435-10672120c9eb resource provider aggregate not found 2026-07-01 12:11:58.122 7 INFO neutron.services.segments.plugin [-] Segment ea838a0d-23b1-4f23-8435-10672120c9eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea838a0d-23b1-4f23-8435-10672120c9eb found for delete ", "request_id": "req-d26aa87a-4b65-48f7-9f12-45809b1e7bc8"}]} 2026-07-01 12:11:58.128 7 INFO neutron.services.segments.plugin [-] Segment ea838a0d-23b1-4f23-8435-10672120c9eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea838a0d-23b1-4f23-8435-10672120c9eb found for delete ", "request_id": "req-f36dbd30-7c95-4bbb-afda-ec4bc048bb26"}]} [pid: 7|app: 0|req: 642/1445] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:11:57 2026] DELETE /v2.0/networks/63b2dfab-5290-4218-8754-dc625e00683d => generated 0 bytes in 379 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:11:58.220 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee8df72d-e179-4d7a-819d-af65421faa40 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] TaaS: Handle Delete Port: 391ca4ec-db41-4edc-aed4-b22e5f21845b 2026-07-01 12:11:58.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee8df72d-e179-4d7a-819d-af65421faa40 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Tap Mirror: Handle Delete Port: 391ca4ec-db41-4edc-aed4-b22e5f21845b [pid: 8|app: 0|req: 804/1446] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:11:58 2026] DELETE /v2.0/networks/00d72348-73e3-44f5-a772-8d48ff894e2d => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1447] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:11:58 2026] GET /v2.0/security-groups?tenant_id=b658cf2266734af198ce56c74086ee1b&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:11:58.468 8 INFO neutron.db.segments_db [None req-b010b22c-261f-445c-8a34-3fcbff044b3f f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Added segment 589dbb67-b3ed-4261-8e2e-16008eac408d of type vxlan for network d964d434-bf6a-4098-b64e-822697fbec39 [pid: 7|app: 0|req: 644/1448] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:11:58 2026] DELETE /v2.0/security-groups/873287b4-5198-40ed-b299-73b74bdfa129 => 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: 805/1449] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:11:58 2026] POST /v2.0/networks => generated 634 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1450] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:11:58 2026] POST /v2.0/subnets => generated 646 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:11:58.825 8 INFO neutron.db.segments_db [None req-cbbc4a75-5932-42c2-ae99-6226bbabaac1 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Added segment 94158d7e-6400-4483-9d3e-57179167aa21 of type vxlan for network 3869ed35-6592-44df-a198-9e3ac89a876d 2026-07-01 12:11:59.083 8 INFO neutron.db.l3_hamode_db [None req-cbbc4a75-5932-42c2-ae99-6226bbabaac1 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:11:59.223 8 INFO neutron.db.l3_hamode_db [None req-cbbc4a75-5932-42c2-ae99-6226bbabaac1 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:11:59.429 8 INFO neutron.services.segments.plugin [-] Segment 0a45e69f-756a-4b64-8299-ef74ed3ec200 resource provider aggregate not found 2026-07-01 12:11:59.435 8 INFO neutron.services.segments.plugin [-] Segment 0a45e69f-756a-4b64-8299-ef74ed3ec200 resource provider aggregate not found 2026-07-01 12:11:59.449 8 INFO neutron.services.segments.plugin [-] Segment 0a45e69f-756a-4b64-8299-ef74ed3ec200 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a45e69f-756a-4b64-8299-ef74ed3ec200 found for delete ", "request_id": "req-d12f2a0a-d01d-4cc2-a01f-b9b0eeed95f6"}]} 2026-07-01 12:11:59.451 8 INFO neutron.services.segments.plugin [-] Segment 0a45e69f-756a-4b64-8299-ef74ed3ec200 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a45e69f-756a-4b64-8299-ef74ed3ec200 found for delete ", "request_id": "req-728046d2-46cc-42ea-a62f-95a6462bb028"}]} [pid: 7|app: 0|req: 648/1453] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:11:59 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1010 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1454] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:11:58 2026] POST /v2.0/routers => generated 511 bytes in 1003 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1455] 10.0.0.185 () {34 vars in 1120 bytes} [Wed Jul 1 12:11:59 2026] GET /v2.0/security-groups?id=a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6&id=87aa7b09-962f-42f7-9f39-2fafcfd13e38&fields=id&fields=name => generated 204 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1456] 10.0.0.94 () {34 vars in 664 bytes} [Wed Jul 1 12:11:59 2026] POST /v2.0/ports => generated 963 bytes in 281 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: 650/1457] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:11:59 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1279 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1458] 10.0.0.94 () {32 vars in 857 bytes} [Wed Jul 1 12:12:00 2026] GET /v2.0/floatingips?floating_network_id=8551412b-218d-4c18-8aa9-960e8066bd01&port_id=aa5956bf-6962-45d6-ac3f-36f3f6087070 => generated 860 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:00.427 7 INFO neutron.db.segments_db [None req-44fe6d06-02bc-4452-9981-2bc3964d5ebc 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] Added segment 4cc44037-11f1-4e1a-afde-ce9facd93964 of type vxlan for network fbe99f48-a081-4e1b-bda3-5b91ef9c4122 [pid: 7|app: 0|req: 652/1459] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:00 2026] POST /v2.0/networks => generated 648 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1460] 10.0.0.94 () {34 vars in 664 bytes} [Wed Jul 1 12:12:00 2026] POST /v2.0/ports => generated 779 bytes in 300 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-07-01 12:12:00.926 7 INFO neutron.db.segments_db [None req-4b4018f4-3d02-47a3-9202-34656a805870 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] Added segment 95de8c0a-83f1-4718-8a5e-d3d97dc63905 of type vxlan for network 60bbe319-5fc9-44dc-85fc-c7dcb6d8b8dc [pid: 7|app: 0|req: 654/1461] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:00 2026] POST /v2.0/networks => generated 635 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1462] 10.0.0.31 () {34 vars in 989 bytes} [Wed Jul 1 12:12:01 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1279 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1463] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:12:00 2026] PUT /v2.0/routers/34c4b48b-d824-47cd-b5f5-270604da1f66/add_router_interface => generated 309 bytes in 1045 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: 809/1464] 10.0.0.31 () {34 vars in 1119 bytes} [Wed Jul 1 12:12:01 2026] GET /v2.0/security-groups?id=87aa7b09-962f-42f7-9f39-2fafcfd13e38&id=a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6&fields=id&fields=name => generated 204 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1465] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:12:01 2026] GET /v2.0/ports/62e3e85e-d824-4d97-978e-b69c0ced2df3 => generated 1037 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1466] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:01 2026] POST /v2.0/subnets => generated 646 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:01.518 8 INFO neutron_taas.services.taas.taas_plugin [None req-915e66ef-57b1-4eea-b6bd-439dccd5ee4f f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] TaaS: Handle Delete Port: 62e3e85e-d824-4d97-978e-b69c0ced2df3 2026-07-01 12:12:01.521 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-915e66ef-57b1-4eea-b6bd-439dccd5ee4f f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Tap Mirror: Handle Delete Port: 62e3e85e-d824-4d97-978e-b69c0ced2df3 [pid: 7|app: 0|req: 657/1467] 10.0.0.94 () {34 vars in 664 bytes} [Wed Jul 1 12:12:01 2026] POST /v2.0/ports => generated 961 bytes in 258 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-07-01 12:12:01.703 7 INFO neutron_taas.services.taas.taas_plugin [None req-3be6f221-2eb6-46cc-9fd8-fbbcfa7d5940 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] TaaS: Handle Delete Port: fb24b692-43eb-4d7e-bf8b-6565f244a63c 2026-07-01 12:12:01.706 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3be6f221-2eb6-46cc-9fd8-fbbcfa7d5940 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] Tap Mirror: Handle Delete Port: fb24b692-43eb-4d7e-bf8b-6565f244a63c [pid: 7|app: 0|req: 658/1468] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:12:01 2026] DELETE /v2.0/ports/fb24b692-43eb-4d7e-bf8b-6565f244a63c => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:01.813 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bea8a553-6486-4f9b-b041-794acfea5276 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 659/1469] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:12:01 2026] DELETE /v2.0/ports/fb24b692-43eb-4d7e-bf8b-6565f244a63c => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:01.839 7 INFO neutron.pecan_wsgi.hooks.translation [None req-64ee54dd-9024-4b6c-a583-af1cf23f2a3e 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 660/1470] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:12:01 2026] GET /v2.0/ports/fb24b692-43eb-4d7e-bf8b-6565f244a63c => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1471] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:12:01 2026] PUT /v2.0/routers/34c4b48b-d824-47cd-b5f5-270604da1f66/remove_router_interface => generated 309 bytes in 716 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: 661/1472] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:01 2026] DELETE /v2.0/subnets/d4f52140-28c5-4a3e-9c2a-f8f74e797953 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:02.021 8 INFO neutron.api.v2.resource [None req-100e9e1e-b480-4786-a5d9-89d702ebfd05 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 812/1473] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:12:01 2026] PUT /v2.0/routers/34c4b48b-d824-47cd-b5f5-270604da1f66/remove_router_interface => generated 197 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1474] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:12:02 2026] GET /v2.0/ports?device_id=34c4b48b-d824-47cd-b5f5-270604da1f66 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:12:02.077 7 INFO neutron.services.segments.plugin [-] Segment 95de8c0a-83f1-4718-8a5e-d3d97dc63905 resource provider aggregate not found 2026-07-01 12:12:02.082 7 INFO neutron.services.segments.plugin [-] Segment 95de8c0a-83f1-4718-8a5e-d3d97dc63905 resource provider aggregate not found 2026-07-01 12:12:02.100 7 INFO neutron.services.segments.plugin [-] Segment 95de8c0a-83f1-4718-8a5e-d3d97dc63905 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95de8c0a-83f1-4718-8a5e-d3d97dc63905 found for delete ", "request_id": "req-cd176c26-47bd-4511-9976-c4f1e5a0f304"}]} 2026-07-01 12:12:02.101 7 INFO neutron.services.segments.plugin [-] Segment 95de8c0a-83f1-4718-8a5e-d3d97dc63905 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95de8c0a-83f1-4718-8a5e-d3d97dc63905 found for delete ", "request_id": "req-5cb0afe2-aec6-4799-93cf-fc1ff967ed28"}]} [pid: 7|app: 0|req: 662/1475] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:01 2026] DELETE /v2.0/networks/60bbe319-5fc9-44dc-85fc-c7dcb6d8b8dc => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:02.168 7 INFO neutron.db.segments_db [None req-58e15446-bb3d-49cc-a665-a19a95952452 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] Added segment d64eb68b-2cda-4d56-85cc-278f7de75682 of type vxlan for network fe28651a-81f4-4192-9dd0-0e590eb8ff84 [pid: 7|app: 0|req: 663/1476] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:02 2026] POST /v2.0/networks => generated 635 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:02.258 8 INFO neutron_taas.services.taas.taas_plugin [None req-8148cd58-e134-4146-866f-d860bbb22a80 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] TaaS: Handle Delete Port: 6d87ef95-0a34-489b-924d-d4a98688f087 2026-07-01 12:12:02.263 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8148cd58-e134-4146-866f-d860bbb22a80 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Tap Mirror: Handle Delete Port: 6d87ef95-0a34-489b-924d-d4a98688f087 [pid: 7|app: 0|req: 664/1477] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:02 2026] POST /v2.0/subnets => generated 646 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:02.552 8 INFO neutron.services.segments.plugin [-] Segment 94158d7e-6400-4483-9d3e-57179167aa21 resource provider aggregate not found 2026-07-01 12:12:02.561 8 INFO neutron.services.segments.plugin [-] Segment 94158d7e-6400-4483-9d3e-57179167aa21 resource provider aggregate not found [pid: 7|app: 0|req: 665/1478] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:02 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:02.572 8 INFO neutron.services.segments.plugin [-] Segment 94158d7e-6400-4483-9d3e-57179167aa21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94158d7e-6400-4483-9d3e-57179167aa21 found for delete ", "request_id": "req-1934a691-d992-4574-a300-7f53b45380f5"}]} 2026-07-01 12:12:02.574 8 INFO neutron.services.segments.plugin [-] Segment 94158d7e-6400-4483-9d3e-57179167aa21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94158d7e-6400-4483-9d3e-57179167aa21 found for delete ", "request_id": "req-aa9ecc5a-1c4e-4715-af2f-2349c6d32089"}]} 2026-07-01 12:12:02.593 8 INFO neutron.db.l3_hamode_db [None req-8148cd58-e134-4146-866f-d860bbb22a80 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] HA network 3869ed35-6592-44df-a198-9e3ac89a876d was deleted as no HA routers are present in tenant 74b4646b315a4a5bb094bbd6b5ac53dd. [pid: 8|app: 0|req: 814/1479] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:02 2026] DELETE /v2.0/routers/34c4b48b-d824-47cd-b5f5-270604da1f66 => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1480] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:02 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1481] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:02 2026] DELETE /v2.0/subnets/a274bf8c-067b-48ef-bf8c-c0c840da8001 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1482] 10.0.0.94 () {34 vars in 664 bytes} [Wed Jul 1 12:12:02 2026] POST /v2.0/ports => generated 924 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1483] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:02 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:02.932 7 INFO neutron_taas.services.taas.taas_plugin [None req-1401d5d1-1bc0-46c6-a88b-190760e7e85e f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] TaaS: Handle Delete Port: a94e38b9-7481-473b-b029-a1f428f8cd2a 2026-07-01 12:12:02.935 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1401d5d1-1bc0-46c6-a88b-190760e7e85e f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Tap Mirror: Handle Delete Port: a94e38b9-7481-473b-b029-a1f428f8cd2a 2026-07-01 12:12:03.007 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ee7463f-08f6-47fa-b342-b99e28373e30 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] TaaS: Handle Delete Port: 8061408d-218b-4001-a00a-5015c729dce0 2026-07-01 12:12:03.010 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ee7463f-08f6-47fa-b342-b99e28373e30 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] Tap Mirror: Handle Delete Port: 8061408d-218b-4001-a00a-5015c729dce0 [pid: 7|app: 0|req: 667/1484] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:02 2026] DELETE /v2.0/networks/d964d434-bf6a-4098-b64e-822697fbec39 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1485] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:12:02 2026] DELETE /v2.0/ports/8061408d-218b-4001-a00a-5015c729dce0 => 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: 668/1486] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:03 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:03.209 7 INFO neutron.pecan_wsgi.hooks.translation [None req-470d3992-33ee-4ae5-9d93-d2b29d4e94a0 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 669/1487] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:12:03 2026] GET /v2.0/ports/8061408d-218b-4001-a00a-5015c729dce0 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:03.228 8 INFO neutron.db.segments_db [None req-10751dca-242d-4fb0-ba0c-5ee94091a33e f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Added segment d392a40f-4287-431b-a0df-123155fec214 of type vxlan for network 4acecedb-39c3-4046-92c9-1ee744733916 [pid: 8|app: 0|req: 819/1488] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:03 2026] POST /v2.0/networks => generated 634 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1489] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:03 2026] DELETE /v2.0/subnets/8bc8758e-ae0b-4f6a-b14d-176e9502060e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1490] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:03 2026] DELETE /v2.0/networks/fe28651a-81f4-4192-9dd0-0e590eb8ff84 => 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: 820/1491] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:03 2026] POST /v2.0/subnets => generated 646 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:03.599 8 INFO neutron.db.segments_db [None req-d1f74c1a-6b04-45b2-90fc-2375022d7e56 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Added segment bdea9c40-92b3-4dab-aded-8b1dcfb2c046 of type vxlan for network 044ffbab-7a50-446a-91f5-676d5855ed6d [pid: 7|app: 0|req: 672/1492] 10.0.0.94 () {34 vars in 664 bytes} [Wed Jul 1 12:12:03 2026] POST /v2.0/ports => generated 778 bytes in 252 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: 673/1493] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:03 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1010 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:12:03.837 8 INFO neutron.db.l3_hamode_db [None req-d1f74c1a-6b04-45b2-90fc-2375022d7e56 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 674/1494] 10.0.0.94 () {34 vars in 736 bytes} [Wed Jul 1 12:12:03 2026] PUT /v2.0/ports/45701edd-e9fd-4832-bf72-512db31086ca => generated 752 bytes in 183 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-07-01 12:12:03.978 8 INFO neutron.db.l3_hamode_db [None req-d1f74c1a-6b04-45b2-90fc-2375022d7e56 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 675/1495] 10.0.0.185 () {34 vars in 1120 bytes} [Wed Jul 1 12:12:03 2026] GET /v2.0/security-groups?id=a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6&id=87aa7b09-962f-42f7-9f39-2fafcfd13e38&fields=id&fields=name => generated 204 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:04.103 7 INFO neutron_taas.services.taas.taas_plugin [None req-c4b4db4a-ab5c-44ee-a585-22256ea73e99 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] TaaS: Handle Delete Port: 45701edd-e9fd-4832-bf72-512db31086ca 2026-07-01 12:12:04.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4b4db4a-ab5c-44ee-a585-22256ea73e99 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] Tap Mirror: Handle Delete Port: 45701edd-e9fd-4832-bf72-512db31086ca 2026-07-01 12:12:04.125 7 INFO neutron.services.segments.plugin [-] Segment 589dbb67-b3ed-4261-8e2e-16008eac408d resource provider aggregate not found 2026-07-01 12:12:04.128 7 INFO neutron.services.segments.plugin [-] Segment 589dbb67-b3ed-4261-8e2e-16008eac408d resource provider aggregate not found 2026-07-01 12:12:04.143 7 INFO neutron.services.segments.plugin [-] Segment 589dbb67-b3ed-4261-8e2e-16008eac408d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 589dbb67-b3ed-4261-8e2e-16008eac408d found for delete ", "request_id": "req-ec5f3b3d-c0cc-44ce-be98-011f735d6988"}]} 2026-07-01 12:12:04.156 7 INFO neutron.services.segments.plugin [-] Segment 589dbb67-b3ed-4261-8e2e-16008eac408d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 589dbb67-b3ed-4261-8e2e-16008eac408d found for delete ", "request_id": "req-fbf345aa-c8cf-4335-8595-3ef3c7e2f775"}]} 2026-07-01 12:12:04.167 7 INFO neutron.services.segments.plugin [-] Segment d64eb68b-2cda-4d56-85cc-278f7de75682 resource provider aggregate not found 2026-07-01 12:12:04.181 7 INFO neutron.services.segments.plugin [-] Segment d64eb68b-2cda-4d56-85cc-278f7de75682 resource provider aggregate not found 2026-07-01 12:12:04.191 7 INFO neutron.services.segments.plugin [-] Segment d64eb68b-2cda-4d56-85cc-278f7de75682 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d64eb68b-2cda-4d56-85cc-278f7de75682 found for delete ", "request_id": "req-32994703-e8f4-4de2-a2e9-8ad1ab34b709"}]} 2026-07-01 12:12:04.197 7 INFO neutron.services.segments.plugin [-] Segment d64eb68b-2cda-4d56-85cc-278f7de75682 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d64eb68b-2cda-4d56-85cc-278f7de75682 found for delete ", "request_id": "req-559a1b8f-6234-46c2-b0c2-7e01c4637319"}]} [pid: 7|app: 0|req: 676/1496] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:12:03 2026] DELETE /v2.0/ports/45701edd-e9fd-4832-bf72-512db31086ca => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1497] 10.0.0.94 () {32 vars in 642 bytes} [Wed Jul 1 12:12:04 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: 7|app: 0|req: 678/1498] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:04 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:04.340 7 INFO neutron.pecan_wsgi.hooks.translation [None req-76c66915-2a58-4b08-b69b-1348725816fe 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 679/1499] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:12:04 2026] GET /v2.0/ports/45701edd-e9fd-4832-bf72-512db31086ca => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1500] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:04 2026] GET /v2.0/security-groups?id=0e46982b-6449-42fb-8240-b58321bf2158&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: 681/1501] 10.0.0.94 () {32 vars in 642 bytes} [Wed Jul 1 12:12:04 2026] GET /v2.0/ports => generated 782 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1502] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:12:04 2026] GET /v2.0/ports/b431a6a5-5eaa-4aa4-bf61-82db7b512de9 => generated 779 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:04.454 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3dae2ec8-c509-4ae2-957d-4ad2ca23bf8a 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 683/1503] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:12:04 2026] DELETE /v2.0/ports/8061408d-218b-4001-a00a-5015c729dce0 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:04.473 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c91c9c28-66be-408a-9b53-bb4f8c912f40 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 684/1504] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:04 2026] DELETE /v2.0/subnets/8bc8758e-ae0b-4f6a-b14d-176e9502060e => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:04.490 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e713434a-8002-403d-acb1-c064eb89fbbb 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 685/1505] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:04 2026] DELETE /v2.0/subnets/d4f52140-28c5-4a3e-9c2a-f8f74e797953 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:04.579 7 INFO neutron_taas.services.taas.taas_plugin [None req-66e550b8-700b-4c2e-91a7-c582ddd0f13d 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] TaaS: Handle Delete Port: b431a6a5-5eaa-4aa4-bf61-82db7b512de9 2026-07-01 12:12:04.581 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66e550b8-700b-4c2e-91a7-c582ddd0f13d 7f8c5f67ec0948379921608dafc7f04d f7086ff5e36b4a579e0a6b1dc736445c - - default default] Tap Mirror: Handle Delete Port: b431a6a5-5eaa-4aa4-bf61-82db7b512de9 [pid: 8|app: 0|req: 821/1506] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:03 2026] POST /v2.0/routers => generated 511 bytes in 1033 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1507] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:12:04 2026] DELETE /v2.0/ports/b431a6a5-5eaa-4aa4-bf61-82db7b512de9 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1508] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:04 2026] DELETE /v2.0/networks/fbe99f48-a081-4e1b-bda3-5b91ef9c4122 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1509] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:05 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1010 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1510] 10.0.0.185 () {34 vars in 1120 bytes} [Wed Jul 1 12:12:05 2026] GET /v2.0/security-groups?id=a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6&id=87aa7b09-962f-42f7-9f39-2fafcfd13e38&fields=id&fields=name => generated 204 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1511] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:12:05 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:05.350 7 INFO neutron_taas.services.taas.taas_plugin [req-c0a7a173-a5ae-49c0-bccf-a143db7743fc req-bf085e9e-ee18-411f-8ea5-7e6a696e326e 1679943040e34de6a2e063af302cf6a0 22f839f3ffa04473b50bf58616642ae0 - - default default] TaaS: Handle Delete Port: d1d2dc1d-4358-4b83-936a-52fbc3acce1c 2026-07-01 12:12:05.352 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c0a7a173-a5ae-49c0-bccf-a143db7743fc req-bf085e9e-ee18-411f-8ea5-7e6a696e326e 1679943040e34de6a2e063af302cf6a0 22f839f3ffa04473b50bf58616642ae0 - - default default] Tap Mirror: Handle Delete Port: d1d2dc1d-4358-4b83-936a-52fbc3acce1c 2026-07-01 12:12:05.441 7 INFO neutron.db.l3_db [req-c0a7a173-a5ae-49c0-bccf-a143db7743fc req-bf085e9e-ee18-411f-8ea5-7e6a696e326e 1679943040e34de6a2e063af302cf6a0 22f839f3ffa04473b50bf58616642ae0 - - default default] Floating IP 9dee469e-5219-4324-a16d-51db5fe6d6fc disassociated. External IP: 10.96.250.208, port: d1d2dc1d-4358-4b83-936a-52fbc3acce1c. [pid: 8|app: 0|req: 822/1512] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:12:04 2026] PUT /v2.0/routers/8ef8f1ac-767a-42e1-8c38-0d9a76427167/add_router_interface => generated 309 bytes in 1066 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1513] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:05 2026] GET /v2.0/security-groups?tenant_id=f7086ff5e36b4a579e0a6b1dc736445c&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: 824/1514] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:05 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => 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: 691/1515] 199.204.45.23 () {36 vars in 996 bytes} [Wed Jul 1 12:12:05 2026] DELETE /v2.0/ports/d1d2dc1d-4358-4b83-936a-52fbc3acce1c => generated 0 bytes in 531 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1516] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:12:05 2026] GET /v2.0/ports/22ab3d23-03ed-425a-961d-07b75ce151ac => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:05.841 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-838f94d8-d166-445e-90a9-77c147426926'] response: {'server_uuid': '0540e53f-9942-42e3-9c2f-5cb22c137ed3', 'name': 'network-vif-deleted', 'tag': 'd1d2dc1d-4358-4b83-936a-52fbc3acce1c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 692/1517] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:05 2026] DELETE /v2.0/security-groups/0186c055-4ef4-47ac-b7e0-acfac90b7bf0 => 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: 693/1518] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:12:06 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:12:06.185 8 INFO neutron_taas.services.taas.taas_plugin [None req-95b77a06-1d58-43bb-904e-aca0785105fb f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] TaaS: Handle Delete Port: 22ab3d23-03ed-425a-961d-07b75ce151ac 2026-07-01 12:12:06.189 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95b77a06-1d58-43bb-904e-aca0785105fb f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Tap Mirror: Handle Delete Port: 22ab3d23-03ed-425a-961d-07b75ce151ac 2026-07-01 12:12:06.215 7 INFO neutron.services.segments.plugin [-] Segment 4cc44037-11f1-4e1a-afde-ce9facd93964 resource provider aggregate not found 2026-07-01 12:12:06.221 7 INFO neutron.services.segments.plugin [-] Segment 4cc44037-11f1-4e1a-afde-ce9facd93964 resource provider aggregate not found 2026-07-01 12:12:06.227 7 INFO neutron.services.segments.plugin [-] Segment 4cc44037-11f1-4e1a-afde-ce9facd93964 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cc44037-11f1-4e1a-afde-ce9facd93964 found for delete ", "request_id": "req-7aaa7785-227a-4943-b472-be394415da7a"}]} 2026-07-01 12:12:06.241 7 INFO neutron_taas.services.taas.taas_plugin [req-974f6f5e-41f6-427e-8ab2-0a7ea599b88e req-2a3f7213-b94c-4dc6-bab8-54474f415fe4 b57c59e83084462f81747bba8e3640d6 11eaad8c919448ffbe37cfa5dd4887e2 - - default default] TaaS: Handle Delete Port: aa5956bf-6962-45d6-ac3f-36f3f6087070 2026-07-01 12:12:06.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-974f6f5e-41f6-427e-8ab2-0a7ea599b88e req-2a3f7213-b94c-4dc6-bab8-54474f415fe4 b57c59e83084462f81747bba8e3640d6 11eaad8c919448ffbe37cfa5dd4887e2 - - default default] Tap Mirror: Handle Delete Port: aa5956bf-6962-45d6-ac3f-36f3f6087070 2026-07-01 12:12:06.247 7 INFO neutron.services.segments.plugin [-] Segment 4cc44037-11f1-4e1a-afde-ce9facd93964 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cc44037-11f1-4e1a-afde-ce9facd93964 found for delete ", "request_id": "req-895e507b-e00f-46fe-9bee-d8d6f5001e6b"}]} 2026-07-01 12:12:06.355 7 INFO neutron.db.l3_db [req-974f6f5e-41f6-427e-8ab2-0a7ea599b88e req-2a3f7213-b94c-4dc6-bab8-54474f415fe4 b57c59e83084462f81747bba8e3640d6 11eaad8c919448ffbe37cfa5dd4887e2 - - default default] Floating IP f37be50b-0935-422d-9fe4-ef0e3a2a9147 disassociated. External IP: 10.96.250.215, port: aa5956bf-6962-45d6-ac3f-36f3f6087070. [pid: 8|app: 0|req: 826/1519] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:12:05 2026] PUT /v2.0/routers/8ef8f1ac-767a-42e1-8c38-0d9a76427167/remove_router_interface => generated 309 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1520] 199.204.45.23 () {36 vars in 996 bytes} [Wed Jul 1 12:12:06 2026] DELETE /v2.0/ports/aa5956bf-6962-45d6-ac3f-36f3f6087070 => generated 0 bytes in 555 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1521] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:06 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => 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: 695/1522] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:12:06 2026] GET /v2.0/ports?device_id=8ef8f1ac-767a-42e1-8c38-0d9a76427167 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:12:06.866 8 INFO neutron_taas.services.taas.taas_plugin [None req-81f53336-6ebc-45b3-8f36-11f97fb8a97e f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] TaaS: Handle Delete Port: 265e5342-5f73-4c2f-a7a7-6e45137181a0 2026-07-01 12:12:06.872 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81f53336-6ebc-45b3-8f36-11f97fb8a97e f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Tap Mirror: Handle Delete Port: 265e5342-5f73-4c2f-a7a7-6e45137181a0 [pid: 7|app: 0|req: 696/1523] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:06 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:12:07.270 8 INFO neutron.services.segments.plugin [-] Segment bdea9c40-92b3-4dab-aded-8b1dcfb2c046 resource provider aggregate not found 2026-07-01 12:12:07.280 8 INFO neutron.services.segments.plugin [-] Segment bdea9c40-92b3-4dab-aded-8b1dcfb2c046 resource provider aggregate not found 2026-07-01 12:12:07.289 8 INFO neutron.services.segments.plugin [-] Segment bdea9c40-92b3-4dab-aded-8b1dcfb2c046 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdea9c40-92b3-4dab-aded-8b1dcfb2c046 found for delete ", "request_id": "req-23bc278c-6bb5-498d-b270-dc8d41018f01"}]} 2026-07-01 12:12:07.300 8 INFO neutron.services.segments.plugin [-] Segment bdea9c40-92b3-4dab-aded-8b1dcfb2c046 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdea9c40-92b3-4dab-aded-8b1dcfb2c046 found for delete ", "request_id": "req-9cfced00-7302-4227-b708-d4b68230d15f"}]} 2026-07-01 12:12:07.306 8 INFO neutron.db.l3_hamode_db [None req-81f53336-6ebc-45b3-8f36-11f97fb8a97e f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] HA network 044ffbab-7a50-446a-91f5-676d5855ed6d was deleted as no HA routers are present in tenant 74b4646b315a4a5bb094bbd6b5ac53dd. [pid: 8|app: 0|req: 828/1524] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:06 2026] DELETE /v2.0/routers/8ef8f1ac-767a-42e1-8c38-0d9a76427167 => generated 0 bytes in 615 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1525] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:07 2026] DELETE /v2.0/subnets/516b3b21-5002-4c23-aeed-4084752b3da5 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1526] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:07 2026] DELETE /v2.0/networks/4acecedb-39c3-4046-92c9-1ee744733916 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:07.653 8 INFO neutron.db.segments_db [None req-12409744-31e7-428f-b0a6-18424a26d949 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Added segment 5102d7f8-b2cc-4141-b031-04fca0cf9a06 of type vxlan for network bb85c832-9725-4669-841f-20ca169ef1e1 2026-07-01 12:12:07.883 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b201331-c7fb-4480-aaaa-8a245d558817'] response: {'server_uuid': '06e3e939-f3cf-4d75-9e5e-c08178fad086', 'name': 'network-vif-deleted', 'tag': 'aa5956bf-6962-45d6-ac3f-36f3f6087070', 'status': 'completed', 'code': 200} 2026-07-01 12:12:07.922 8 INFO neutron.db.l3_hamode_db [None req-12409744-31e7-428f-b0a6-18424a26d949 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 698/1527] 10.0.0.94 () {34 vars in 683 bytes} [Wed Jul 1 12:12:07 2026] POST /v2.0/security-groups => generated 1624 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1528] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:07 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => 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: 700/1529] 10.0.0.94 () {32 vars in 662 bytes} [Wed Jul 1 12:12:07 2026] GET /v2.0/security-groups => generated 4529 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1530] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:08 2026] GET /v2.0/ports?device_id=0540e53f-9942-42e3-9c2f-5cb22c137ed3 => 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: 702/1531] 10.0.0.94 () {34 vars in 757 bytes} [Wed Jul 1 12:12:08 2026] PUT /v2.0/security-groups/395b5092-780c-4347-8282-4c42855b5c5b => generated 1662 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1532] 10.0.0.94 () {32 vars in 736 bytes} [Wed Jul 1 12:12:08 2026] GET /v2.0/security-groups/395b5092-780c-4347-8282-4c42855b5c5b => generated 1662 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1533] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:08 2026] DELETE /v2.0/security-groups/395b5092-780c-4347-8282-4c42855b5c5b => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1534] 10.0.0.94 () {32 vars in 662 bytes} [Wed Jul 1 12:12:08 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:12:08.324 7 INFO neutron.api.v2.resource [None req-943b6d40-3e4a-4bdc-b7f7-654a711b995f 0001ce03398f4129bfc17b85a40520cd 082f059187ca4d749b5b23fd14d71849 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 706/1535] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:08 2026] DELETE /v2.0/security-groups/395b5092-780c-4347-8282-4c42855b5c5b => 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: 707/1536] 10.0.0.94 () {34 vars in 683 bytes} [Wed Jul 1 12:12:08 2026] POST /v2.0/security-groups => generated 1625 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1537] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:08 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1538] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:12:08 2026] GET /v2.0/security-group-rules/3d81cae7-0ff0-4653-8817-0bb51416298f => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1539] 10.0.0.94 () {32 vars in 672 bytes} [Wed Jul 1 12:12:08 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1540] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:12:08 2026] DELETE /v2.0/security-group-rules/3d81cae7-0ff0-4653-8817-0bb51416298f => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:08.789 8 INFO neutron.db.l3_hamode_db [None req-12409744-31e7-428f-b0a6-18424a26d949 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 712/1541] 10.0.0.94 () {32 vars in 672 bytes} [Wed Jul 1 12:12:08 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1542] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:08 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: 714/1543] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:12:08 2026] GET /v2.0/security-group-rules/1915a336-3545-4670-a11f-3cd787fd4ada => generated 601 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1544] 10.0.0.94 () {32 vars in 672 bytes} [Wed Jul 1 12:12:08 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1545] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:12:09 2026] DELETE /v2.0/security-group-rules/1915a336-3545-4670-a11f-3cd787fd4ada => 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: 717/1546] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:09 2026] GET /v2.0/ports?device_id=06e3e939-f3cf-4d75-9e5e-c08178fad086 => 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: 718/1547] 10.0.0.94 () {32 vars in 672 bytes} [Wed Jul 1 12:12:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1548] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:09 2026] DELETE /v2.0/security-groups/0e46982b-6449-42fb-8240-b58321bf2158 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:09.306 8 INFO neutron.services.segments.plugin [-] Segment d392a40f-4287-431b-a0df-123155fec214 resource provider aggregate not found 2026-07-01 12:12:09.326 8 INFO neutron.services.segments.plugin [-] Segment d392a40f-4287-431b-a0df-123155fec214 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d392a40f-4287-431b-a0df-123155fec214 found for delete ", "request_id": "req-d2c6c7c2-9d51-485b-8e6d-48dbff814c33"}]} 2026-07-01 12:12:09.326 8 INFO neutron.services.segments.plugin [-] Segment d392a40f-4287-431b-a0df-123155fec214 resource provider aggregate not found 2026-07-01 12:12:09.346 8 INFO neutron.services.segments.plugin [-] Segment d392a40f-4287-431b-a0df-123155fec214 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d392a40f-4287-431b-a0df-123155fec214 found for delete ", "request_id": "req-6de40559-85c6-4063-aea9-a404071558db"}]} [pid: 7|app: 0|req: 720/1549] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:09 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:09.366 7 INFO neutron.api.v2.resource [None req-23d562a6-9b83-47b9-9b18-52574e8eb779 1679943040e34de6a2e063af302cf6a0 22f839f3ffa04473b50bf58616642ae0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 721/1550] 10.0.0.94 () {32 vars in 736 bytes} [Wed Jul 1 12:12:09 2026] GET /v2.0/security-groups/0e46982b-6449-42fb-8240-b58321bf2158 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1551] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:12:09 2026] GET /v2.0/security-group-rules/95e6dafb-1cb4-4fa3-a9e8-d7394e75c9c0 => generated 602 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:09.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-a22da9b6-fcce-403e-beeb-0643b70e4b0d 1679943040e34de6a2e063af302cf6a0 22f839f3ffa04473b50bf58616642ae0 - - default default] TaaS: Handle Delete Port: 3bb44643-c918-4e7c-8c3e-26bab600d333 2026-07-01 12:12:09.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a22da9b6-fcce-403e-beeb-0643b70e4b0d 1679943040e34de6a2e063af302cf6a0 22f839f3ffa04473b50bf58616642ae0 - - default default] Tap Mirror: Handle Delete Port: 3bb44643-c918-4e7c-8c3e-26bab600d333 [pid: 8|app: 0|req: 830/1552] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:07 2026] POST /v2.0/routers => generated 691 bytes in 1999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1553] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:12:09 2026] DELETE /v2.0/floatingips/9dee469e-5219-4324-a16d-51db5fe6d6fc => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1554] 10.0.0.94 () {32 vars in 672 bytes} [Wed Jul 1 12:12:09 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1555] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:12:09 2026] GET /v2.0/routers/141885dc-acba-4f05-92d0-f85fa8d5cd2d => generated 697 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1556] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:12:09 2026] DELETE /v2.0/security-group-rules/95e6dafb-1cb4-4fa3-a9e8-d7394e75c9c0 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1557] 10.0.0.94 () {32 vars in 646 bytes} [Wed Jul 1 12:12:09 2026] GET /v2.0/routers => generated 700 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1558] 10.0.0.94 () {32 vars in 672 bytes} [Wed Jul 1 12:12:09 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:12:09.996 8 INFO neutron_taas.services.taas.taas_plugin [None req-432e9e1e-62a7-41e3-a761-85f2352ac05e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 455a0c1f-59c6-4cf5-a8d7-a44e38b7f164 2026-07-01 12:12:09.998 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-432e9e1e-62a7-41e3-a761-85f2352ac05e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 455a0c1f-59c6-4cf5-a8d7-a44e38b7f164 [pid: 7|app: 0|req: 728/1559] 10.0.0.94 () {34 vars in 740 bytes} [Wed Jul 1 12:12:09 2026] PUT /v2.0/routers/141885dc-acba-4f05-92d0-f85fa8d5cd2d => generated 704 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1560] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:10 2026] DELETE /v2.0/security-groups/d51782ae-4561-41fa-ae3c-0663c132c295 => 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: 730/1561] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:10 2026] DELETE /v2.0/security-groups/a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6 => 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: 731/1562] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:12:10 2026] GET /v2.0/routers/141885dc-acba-4f05-92d0-f85fa8d5cd2d => generated 704 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1563] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:12:09 2026] PUT /v2.0/routers/b68568a5-f067-41e8-a20f-08714fc232c9/remove_router_interface => generated 309 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1564] 10.0.0.94 () {32 vars in 662 bytes} [Wed Jul 1 12:12:10 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) 2026-07-01 12:12:10.526 8 INFO neutron.api.v2.resource [None req-ab31d54b-e612-405e-aa20-695ade22caaf b57c59e83084462f81747bba8e3640d6 11eaad8c919448ffbe37cfa5dd4887e2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1565] 10.0.0.94 () {32 vars in 736 bytes} [Wed Jul 1 12:12:10 2026] GET /v2.0/security-groups/a64838fc-f5b5-40c7-b2e6-21f1dff0f1f6 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1566] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:12:10 2026] GET /v2.0/ports?device_id=141885dc-acba-4f05-92d0-f85fa8d5cd2d => 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: 734/1567] 10.0.0.94 () {32 vars in 662 bytes} [Wed Jul 1 12:12:10 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:12:10.661 7 INFO neutron_taas.services.taas.taas_plugin [None req-9eceaf8c-348c-4a41-8606-e43deaa41547 b57c59e83084462f81747bba8e3640d6 11eaad8c919448ffbe37cfa5dd4887e2 - - default default] TaaS: Handle Delete Port: f99204eb-c372-41db-9419-da9998c0593c 2026-07-01 12:12:10.663 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9eceaf8c-348c-4a41-8606-e43deaa41547 b57c59e83084462f81747bba8e3640d6 11eaad8c919448ffbe37cfa5dd4887e2 - - default default] Tap Mirror: Handle Delete Port: f99204eb-c372-41db-9419-da9998c0593c 2026-07-01 12:12:10.723 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0459848-77e4-4db1-ab84-ba05063592bb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 1426348d-261b-4ed8-a6db-3b4ffae42e30 2026-07-01 12:12:10.726 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0459848-77e4-4db1-ab84-ba05063592bb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 1426348d-261b-4ed8-a6db-3b4ffae42e30 [pid: 7|app: 0|req: 735/1568] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:12:10 2026] DELETE /v2.0/floatingips/f37be50b-0935-422d-9fe4-ef0e3a2a9147 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:10.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-3aa1230e-7fb5-4e26-b299-26495a6cd597 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] TaaS: Handle Delete Port: d56c1f0c-b303-4d5b-b3f6-c55a5948d295 2026-07-01 12:12:10.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3aa1230e-7fb5-4e26-b299-26495a6cd597 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Tap Mirror: Handle Delete Port: d56c1f0c-b303-4d5b-b3f6-c55a5948d295 2026-07-01 12:12:10.990 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0459848-77e4-4db1-ab84-ba05063592bb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 0181990f-0283-4a5d-97c5-598043c644b4 2026-07-01 12:12:10.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0459848-77e4-4db1-ab84-ba05063592bb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 0181990f-0283-4a5d-97c5-598043c644b4 2026-07-01 12:12:11.228 7 INFO neutron_taas.services.taas.taas_plugin [None req-3aa1230e-7fb5-4e26-b299-26495a6cd597 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] TaaS: Handle Delete Port: 4a940388-8147-4c19-8453-a2bfcbb0e2b4 2026-07-01 12:12:11.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3aa1230e-7fb5-4e26-b299-26495a6cd597 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] Tap Mirror: Handle Delete Port: 4a940388-8147-4c19-8453-a2bfcbb0e2b4 2026-07-01 12:12:11.343 8 INFO neutron.db.l3_hamode_db [None req-a0459848-77e4-4db1-ab84-ba05063592bb 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] HA network eac8f3b2-5bda-481c-8314-873e60137c05 was deleted as no HA routers are present in tenant 22f839f3ffa04473b50bf58616642ae0. 2026-07-01 12:12:11.354 8 INFO neutron.services.segments.plugin [-] Segment 5311206a-b15e-48af-b5cf-46033f5a3e8f resource provider aggregate not found [pid: 8|app: 0|req: 834/1569] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:10 2026] DELETE /v2.0/routers/b68568a5-f067-41e8-a20f-08714fc232c9 => generated 0 bytes in 828 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:11.373 8 INFO neutron.services.segments.plugin [-] Segment 5311206a-b15e-48af-b5cf-46033f5a3e8f resource provider aggregate not found 2026-07-01 12:12:11.378 8 INFO neutron.services.segments.plugin [-] Segment 5311206a-b15e-48af-b5cf-46033f5a3e8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5311206a-b15e-48af-b5cf-46033f5a3e8f found for delete ", "request_id": "req-962e0884-5fe9-4d0a-ac19-2753593fce54"}]} 2026-07-01 12:12:11.397 8 INFO neutron.services.segments.plugin [-] Segment 5311206a-b15e-48af-b5cf-46033f5a3e8f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5311206a-b15e-48af-b5cf-46033f5a3e8f found for delete ", "request_id": "req-940367b7-ce19-4c91-b94b-61a42773f84e"}]} [pid: 8|app: 0|req: 835/1570] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:11 2026] DELETE /v2.0/security-groups/87aa7b09-962f-42f7-9f39-2fafcfd13e38 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:11.580 7 INFO neutron.services.segments.plugin [-] Segment 5102d7f8-b2cc-4141-b031-04fca0cf9a06 resource provider aggregate not found 2026-07-01 12:12:11.588 7 INFO neutron.services.segments.plugin [-] Segment 5102d7f8-b2cc-4141-b031-04fca0cf9a06 resource provider aggregate not found 2026-07-01 12:12:11.594 7 INFO neutron.services.segments.plugin [-] Segment 5102d7f8-b2cc-4141-b031-04fca0cf9a06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5102d7f8-b2cc-4141-b031-04fca0cf9a06 found for delete ", "request_id": "req-e75d2dc9-3a3e-4837-9ec4-d4af5776d9b8"}]} 2026-07-01 12:12:11.604 7 INFO neutron.services.segments.plugin [-] Segment 5102d7f8-b2cc-4141-b031-04fca0cf9a06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5102d7f8-b2cc-4141-b031-04fca0cf9a06 found for delete ", "request_id": "req-e6c838eb-670a-47f9-b233-64b97398c627"}]} 2026-07-01 12:12:11.613 7 INFO neutron.db.l3_hamode_db [None req-3aa1230e-7fb5-4e26-b299-26495a6cd597 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] HA network bb85c832-9725-4669-841f-20ca169ef1e1 was deleted as no HA routers are present in tenant 74b4646b315a4a5bb094bbd6b5ac53dd. [pid: 7|app: 0|req: 736/1571] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:10 2026] DELETE /v2.0/routers/141885dc-acba-4f05-92d0-f85fa8d5cd2d => generated 0 bytes in 821 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1572] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:11 2026] GET /v2.0/security-groups?tenant_id=082f059187ca4d749b5b23fd14d71849&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1573] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:11 2026] DELETE /v2.0/subnets/dfb2685c-8f5a-405d-a178-85d36cdfec55 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1574] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:12:11 2026] GET /v2.0/ports?device_id=141885dc-acba-4f05-92d0-f85fa8d5cd2d => 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: 739/1575] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:11 2026] DELETE /v2.0/security-groups/9f7dd7dd-6995-4185-b97f-a79742969a57 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:11.954 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e2b62ab-7d6c-475c-9cc2-afb86502f79b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 5ebaf266-4f16-420e-8c69-cf2af9f0088d 2026-07-01 12:12:11.957 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e2b62ab-7d6c-475c-9cc2-afb86502f79b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 5ebaf266-4f16-420e-8c69-cf2af9f0088d [pid: 7|app: 0|req: 740/1576] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:11 2026] DELETE /v2.0/networks/341e1966-43ed-443b-a444-e99adb740272 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:12.157 7 INFO neutron.api.v2.resource [None req-6dfd70c2-4107-476e-8f54-15d949b609b6 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 741/1577] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:12 2026] DELETE /v2.0/routers/141885dc-acba-4f05-92d0-f85fa8d5cd2d => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1578] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:12:12 2026] GET /v2.0/ports?device_id=8ef8f1ac-767a-42e1-8c38-0d9a76427167 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:12:12.206 7 INFO neutron.api.v2.resource [None req-1861f251-f30a-4122-a8da-833c673f0476 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 743/1579] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:12 2026] DELETE /v2.0/routers/8ef8f1ac-767a-42e1-8c38-0d9a76427167 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:12.230 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9f380bda-8aa4-4dcc-aad5-6b8cc2cd4c2b f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 744/1580] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:12 2026] DELETE /v2.0/subnets/516b3b21-5002-4c23-aeed-4084752b3da5 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1581] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:12:12 2026] GET /v2.0/ports?device_id=34c4b48b-d824-47cd-b5f5-270604da1f66 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:12:12.293 7 INFO neutron.api.v2.resource [None req-fa2e6daf-e6b0-4f16-8999-c95668fc8f17 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 746/1582] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:12 2026] DELETE /v2.0/routers/34c4b48b-d824-47cd-b5f5-270604da1f66 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:12.308 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc29cb57-e2c5-4c91-bb72-7c2305968d4e f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 747/1583] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:12 2026] DELETE /v2.0/subnets/a274bf8c-067b-48ef-bf8c-c0c840da8001 => 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: 748/1584] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:12 2026] GET /v2.0/security-groups?tenant_id=22f839f3ffa04473b50bf58616642ae0&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: 749/1585] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:12:12 2026] GET /v2.0/ports?device_id=88fb0bd1-00bc-42df-b37d-772358f17834 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:12:12.394 8 INFO neutron_taas.services.taas.taas_plugin [None req-7eada8bc-b3a6-43f6-b40c-77bd10985a08 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: fc381979-e4b9-497c-8ba0-7940059c7d76 2026-07-01 12:12:12.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7eada8bc-b3a6-43f6-b40c-77bd10985a08 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: fc381979-e4b9-497c-8ba0-7940059c7d76 [pid: 7|app: 0|req: 750/1586] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:12 2026] DELETE /v2.0/security-groups/850962f5-80c3-4bb8-a16b-9874b4d9b05e => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:12.466 7 INFO neutron.api.v2.resource [None req-9b4be645-0a8f-4f9f-8c46-f3e75e459d4e f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 751/1587] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:12 2026] DELETE /v2.0/routers/88fb0bd1-00bc-42df-b37d-772358f17834 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:12.480 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6afa1c7d-e691-4c70-b169-3fda59520ae1 f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 752/1588] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:12 2026] DELETE /v2.0/subnets/0f954482-ab80-4ef5-a636-45fe1280308d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:12.497 7 INFO neutron.pecan_wsgi.hooks.translation [None req-05362ceb-19e6-4de9-8ee2-204da719cf1f f224a16bf0734102b093ece6acbed8ca 74b4646b315a4a5bb094bbd6b5ac53dd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 753/1589] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:12 2026] DELETE /v2.0/subnets/593384ee-746e-4076-aee2-402ad05f3c22 => 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: 837/1590] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:12:11 2026] PUT /v2.0/routers/76b1c303-bb82-4ceb-8eee-60ea44b75cad/remove_router_interface => generated 309 bytes in 1334 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1591] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:12 2026] GET /v2.0/security-groups?tenant_id=74b4646b315a4a5bb094bbd6b5ac53dd&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1592] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:13 2026] DELETE /v2.0/security-groups/f25d753a-b027-49d5-afc0-be777f9b0379 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:13.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-5961eadf-c614-4193-bbd1-0f750076b316 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 19ca6473-6be6-46e8-ae31-1b1e79f94c33 2026-07-01 12:12:13.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5961eadf-c614-4193-bbd1-0f750076b316 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 19ca6473-6be6-46e8-ae31-1b1e79f94c33 2026-07-01 12:12:13.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-5961eadf-c614-4193-bbd1-0f750076b316 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 5ad7daca-dd0a-4adb-8d2f-ff35c1f5b58e 2026-07-01 12:12:13.565 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5961eadf-c614-4193-bbd1-0f750076b316 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 5ad7daca-dd0a-4adb-8d2f-ff35c1f5b58e 2026-07-01 12:12:13.619 7 INFO neutron.services.segments.plugin [-] Segment 4167c6b1-63fe-4376-99c0-7e55b78277cb resource provider aggregate not found 2026-07-01 12:12:13.626 7 INFO neutron.services.segments.plugin [-] Segment 4167c6b1-63fe-4376-99c0-7e55b78277cb resource provider aggregate not found 2026-07-01 12:12:13.633 7 INFO neutron.services.segments.plugin [-] Segment 4167c6b1-63fe-4376-99c0-7e55b78277cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4167c6b1-63fe-4376-99c0-7e55b78277cb found for delete ", "request_id": "req-848fdd5b-c543-461b-b77f-d77733633820"}]} 2026-07-01 12:12:13.643 7 INFO neutron.services.segments.plugin [-] Segment 4167c6b1-63fe-4376-99c0-7e55b78277cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4167c6b1-63fe-4376-99c0-7e55b78277cb found for delete ", "request_id": "req-9fa761a1-a2a6-40a6-9b1c-f0927fd6e2ef"}]} 2026-07-01 12:12:13.903 8 INFO neutron.services.segments.plugin [-] Segment 04723d04-de01-4342-88fd-08e6df3b9cd0 resource provider aggregate not found 2026-07-01 12:12:13.904 8 INFO neutron.services.segments.plugin [-] Segment 04723d04-de01-4342-88fd-08e6df3b9cd0 resource provider aggregate not found 2026-07-01 12:12:13.920 8 INFO neutron.services.segments.plugin [-] Segment 04723d04-de01-4342-88fd-08e6df3b9cd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04723d04-de01-4342-88fd-08e6df3b9cd0 found for delete ", "request_id": "req-4043ce6d-cc59-40a0-a9b6-e3e1797fa834"}]} 2026-07-01 12:12:13.924 8 INFO neutron.services.segments.plugin [-] Segment 04723d04-de01-4342-88fd-08e6df3b9cd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04723d04-de01-4342-88fd-08e6df3b9cd0 found for delete ", "request_id": "req-9dd9e42c-16b0-4460-beda-1fc5d4ea9930"}]} 2026-07-01 12:12:13.925 8 INFO neutron.db.l3_hamode_db [None req-5961eadf-c614-4193-bbd1-0f750076b316 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] HA network a3fe1667-8f8e-42a7-b36a-2982b91ce243 was deleted as no HA routers are present in tenant 11eaad8c919448ffbe37cfa5dd4887e2. [pid: 8|app: 0|req: 838/1593] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:12 2026] DELETE /v2.0/routers/76b1c303-bb82-4ceb-8eee-60ea44b75cad => generated 0 bytes in 955 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1594] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:12:13 2026] POST /v2.0/subnetpools => generated 548 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1595] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:12:13 2026] GET /v2.0/subnetpools/b3369c0e-9e04-4e3a-8950-3252236eed52 => generated 548 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1596] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:12:13 2026] PUT /v2.0/subnetpools/b3369c0e-9e04-4e3a-8950-3252236eed52 => generated 500 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1597] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:13 2026] DELETE /v2.0/subnets/3a1b49ca-8c4c-4df0-a327-598cc72ef052 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1598] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:12:14 2026] DELETE /v2.0/subnetpools/b3369c0e-9e04-4e3a-8950-3252236eed52 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:14.135 7 INFO neutron.api.v2.resource [None req-cbe61efa-1524-4752-b050-10ad14ccd1c0 258b5dacb6b1434b8fee3ff24589f454 4a9fc3c325e5464aad1a1d4a8de6dddd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 760/1599] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:12:14 2026] GET /v2.0/subnetpools/b3369c0e-9e04-4e3a-8950-3252236eed52 => generated 145 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:14.148 7 INFO neutron.api.v2.resource [None req-369ff58c-c32f-4d1e-b414-c3a88c7c8f16 258b5dacb6b1434b8fee3ff24589f454 4a9fc3c325e5464aad1a1d4a8de6dddd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 761/1600] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:12:14 2026] DELETE /v2.0/subnetpools/b3369c0e-9e04-4e3a-8950-3252236eed52 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:14.171 8 INFO neutron_taas.services.taas.taas_plugin [None req-a7ed6f4b-f591-46fc-8b36-9022f84fe222 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 7c739e52-e007-4967-9230-0f2a50cdfe7f 2026-07-01 12:12:14.174 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7ed6f4b-f591-46fc-8b36-9022f84fe222 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 7c739e52-e007-4967-9230-0f2a50cdfe7f [pid: 8|app: 0|req: 840/1601] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:14 2026] DELETE /v2.0/networks/46c66acd-6d14-4a50-8bb0-4acc4c9ee22e => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:14.717 7 INFO neutron_taas.services.taas.taas_plugin [None req-069909ed-e905-49c1-9cb4-964a5625806a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 3506263f-b2fb-4687-9d01-954efcf88bae 2026-07-01 12:12:14.720 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-069909ed-e905-49c1-9cb4-964a5625806a 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 3506263f-b2fb-4687-9d01-954efcf88bae [pid: 8|app: 0|req: 841/1602] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:14 2026] GET /v2.0/security-groups?tenant_id=4a9fc3c325e5464aad1a1d4a8de6dddd&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1605] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:14 2026] DELETE /v2.0/security-groups/288fdf1f-a22a-4e4e-b740-ebba95b62bd6 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1606] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:12:14 2026] PUT /v2.0/routers/50942d75-6c4d-48e5-be78-5344267c1997/remove_router_interface => generated 309 bytes in 966 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:15.521 8 INFO neutron_taas.services.taas.taas_plugin [None req-32011f34-f677-4914-859c-c8a19b83756e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 6869e66a-535e-48d5-834a-4f5fa00335ea 2026-07-01 12:12:15.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32011f34-f677-4914-859c-c8a19b83756e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 6869e66a-535e-48d5-834a-4f5fa00335ea 2026-07-01 12:12:15.744 8 INFO neutron_taas.services.taas.taas_plugin [None req-32011f34-f677-4914-859c-c8a19b83756e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: ee0d212c-ead1-4dd3-bec4-af69b701a4e5 2026-07-01 12:12:15.748 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32011f34-f677-4914-859c-c8a19b83756e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: ee0d212c-ead1-4dd3-bec4-af69b701a4e5 2026-07-01 12:12:15.962 8 INFO neutron.services.segments.plugin [-] Segment 7bab6bbc-20d2-4529-a926-5c72ceb21eec resource provider aggregate not found 2026-07-01 12:12:15.967 8 INFO neutron.services.segments.plugin [-] Segment 7bab6bbc-20d2-4529-a926-5c72ceb21eec resource provider aggregate not found 2026-07-01 12:12:15.984 8 INFO neutron.services.segments.plugin [-] Segment 7bab6bbc-20d2-4529-a926-5c72ceb21eec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bab6bbc-20d2-4529-a926-5c72ceb21eec found for delete ", "request_id": "req-4b1a8c8e-eaa8-45ce-a22e-dafb7cba8fcd"}]} 2026-07-01 12:12:15.998 8 INFO neutron.services.segments.plugin [-] Segment 7bab6bbc-20d2-4529-a926-5c72ceb21eec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bab6bbc-20d2-4529-a926-5c72ceb21eec found for delete ", "request_id": "req-b807d35b-9b29-481f-9a72-676882772f21"}]} 2026-07-01 12:12:16.208 8 INFO neutron.db.l3_hamode_db [None req-32011f34-f677-4914-859c-c8a19b83756e 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] HA network 5712ecfc-7b82-4dfc-b7cf-508809ef6bc1 was deleted as no HA routers are present in tenant 8b6782486bb54ed5857532dabb307ab9. [pid: 8|app: 0|req: 845/1607] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:15 2026] DELETE /v2.0/routers/50942d75-6c4d-48e5-be78-5344267c1997 => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1608] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:16 2026] DELETE /v2.0/subnets/9ecb469a-4574-4957-8fdb-292ad70ddd7d => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:16.469 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d8210d7-1878-4ec2-8612-5c643493b8e9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 692fe459-a44e-4814-86fc-2a38a204c9fc 2026-07-01 12:12:16.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d8210d7-1878-4ec2-8612-5c643493b8e9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 692fe459-a44e-4814-86fc-2a38a204c9fc [pid: 8|app: 0|req: 846/1609] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:16 2026] DELETE /v2.0/networks/85719ca1-fe18-4b8f-9121-fdf0608f9de1 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1610] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:16 2026] GET /v2.0/security-groups?tenant_id=11eaad8c919448ffbe37cfa5dd4887e2&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: 848/1611] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:17 2026] DELETE /v2.0/security-groups/12a28bdb-f1dd-40fd-8879-cc3c600c3cb9 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1612] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:16 2026] GET /v2.0/security-groups?tenant_id=c7dcbeb288a94afaad81c17d34f60456&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1613] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:17 2026] GET /v2.0/security-groups?tenant_id=8b6782486bb54ed5857532dabb307ab9&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1614] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:17 2026] DELETE /v2.0/security-groups/9412f45d-9f5c-48c1-a49f-124410ba3954 => 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: 850/1615] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:17 2026] DELETE /v2.0/security-groups/e41f114e-ea9d-47b9-bfa5-4789d8fac38a => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:18.004 8 INFO neutron.services.segments.plugin [-] Segment 2b8bd381-dc29-436c-a83c-8ce406d255db resource provider aggregate not found 2026-07-01 12:12:18.018 8 INFO neutron.services.segments.plugin [-] Segment 2b8bd381-dc29-436c-a83c-8ce406d255db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b8bd381-dc29-436c-a83c-8ce406d255db found for delete ", "request_id": "req-ffb3006a-a26f-41ca-b9bc-97ce73cb2a12"}]} 2026-07-01 12:12:18.027 8 INFO neutron.services.segments.plugin [-] Segment 2b8bd381-dc29-436c-a83c-8ce406d255db resource provider aggregate not found 2026-07-01 12:12:18.033 8 INFO neutron.services.segments.plugin [-] Segment d9273da8-f0d2-42c7-89a9-a1fb1b31002c resource provider aggregate not found 2026-07-01 12:12:18.045 8 INFO neutron.services.segments.plugin [-] Segment d9273da8-f0d2-42c7-89a9-a1fb1b31002c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9273da8-f0d2-42c7-89a9-a1fb1b31002c found for delete ", "request_id": "req-5372ca31-e8ca-43a6-92d1-762f93e2f6d5"}]} 2026-07-01 12:12:18.055 8 INFO neutron.services.segments.plugin [-] Segment 2b8bd381-dc29-436c-a83c-8ce406d255db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2b8bd381-dc29-436c-a83c-8ce406d255db found for delete ", "request_id": "req-bfad51e1-4447-4b34-87f8-34fbcbd3864c"}]} 2026-07-01 12:12:18.074 8 INFO neutron.services.segments.plugin [-] Segment d9273da8-f0d2-42c7-89a9-a1fb1b31002c resource provider aggregate not found 2026-07-01 12:12:18.092 8 INFO neutron.services.segments.plugin [-] Segment d9273da8-f0d2-42c7-89a9-a1fb1b31002c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9273da8-f0d2-42c7-89a9-a1fb1b31002c found for delete ", "request_id": "req-a48d00e6-5e45-41ee-bec7-d9f212f692fb"}]} [pid: 7|app: 0|req: 766/1616] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:17 2026] GET /v2.0/security-groups?tenant_id=a284f01427784d23b1001ffe7b9bb7ad&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1617] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:18 2026] DELETE /v2.0/security-groups/1ecb9097-a6cf-4b43-8deb-9b8bca7b47f3 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1618] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:18 2026] GET /v2.0/security-groups?tenant_id=e28eee4b1d1249d58efb8b08192a83a3&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: 852/1619] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:18 2026] DELETE /v2.0/security-groups/349a66fe-2984-478b-85ff-8f4a8f7c1538 => 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: 768/1620] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:20 2026] GET /v2.0/security-groups?tenant_id=d30e17f8dd9b47d6b694356b4fe5b99a&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1621] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:20 2026] DELETE /v2.0/security-groups/4669b4ca-7113-428c-847b-4773b5a95e5b => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1622] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:20 2026] GET /v2.0/security-groups?tenant_id=07d684135b8c42e7be302383a1e61cbf&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1623] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:20 2026] DELETE /v2.0/security-groups/f972802c-3965-4cfd-983b-85646bded50b => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:22.375 7 INFO neutron.db.segments_db [None req-878e702c-02e5-4fa1-929a-72783dc7ef19 31bdd00acbbb46c0924c6bf3697146a0 d949037f8eff488c81d179687e8ef0f7 - - default default] Added segment 82902038-953f-4569-918e-8e58f5c10b14 of type vxlan for network c6ba1eff-3988-4608-9894-167b18334356 [pid: 7|app: 0|req: 770/1624] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:21 2026] POST /v2.0/networks => generated 726 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1625] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:22 2026] POST /v2.0/subnets => generated 644 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:22.712 8 WARNING neutron.api.v2.base [None req-f5ec18a1-1381-48fa-8490-9b48e17b1571 31bdd00acbbb46c0924c6bf3697146a0 d949037f8eff488c81d179687e8ef0f7 - - 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-07-01 12:12:22.712 8 INFO neutron.api.v2.resource [None req-f5ec18a1-1381-48fa-8490-9b48e17b1571 31bdd00acbbb46c0924c6bf3697146a0 d949037f8eff488c81d179687e8ef0f7 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 856/1626] 10.0.0.94 () {34 vars in 680 bytes} [Wed Jul 1 12:12:22 2026] POST /v2.0/rbac-policies => generated 143 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-07-01 12:12:22.907 8 INFO neutron.services.segments.plugin [-] Segment 82902038-953f-4569-918e-8e58f5c10b14 resource provider aggregate not found 2026-07-01 12:12:22.916 8 INFO neutron.services.segments.plugin [-] Segment 82902038-953f-4569-918e-8e58f5c10b14 resource provider aggregate not found 2026-07-01 12:12:22.927 8 INFO neutron.services.segments.plugin [-] Segment 82902038-953f-4569-918e-8e58f5c10b14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82902038-953f-4569-918e-8e58f5c10b14 found for delete ", "request_id": "req-661c2425-0f13-40e1-a4b4-f104119bda8b"}]} [pid: 8|app: 0|req: 857/1627] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:22 2026] DELETE /v2.0/networks/c6ba1eff-3988-4608-9894-167b18334356 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:22.941 8 INFO neutron.services.segments.plugin [-] Segment 82902038-953f-4569-918e-8e58f5c10b14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82902038-953f-4569-918e-8e58f5c10b14 found for delete ", "request_id": "req-f467dcac-079e-4843-9aa1-c117274a9e9d"}]} [pid: 7|app: 0|req: 771/1628] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:22 2026] GET /v2.0/security-groups?tenant_id=7fdf4442b6e54c57b18e08278b940cf2&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:12:23.002 8 INFO neutron.db.segments_db [None req-16b2e459-d91c-4419-8c78-f3ea2c8f4c3c 31bdd00acbbb46c0924c6bf3697146a0 d949037f8eff488c81d179687e8ef0f7 - - default default] Added segment 380c1f24-ec1c-4d66-9c4b-3335394aca94 of type vxlan for network 0849bfd1-6651-4a7d-a34a-4d27fa76a4d3 [pid: 7|app: 0|req: 772/1629] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:22 2026] DELETE /v2.0/security-groups/80a73ecf-71e0-4003-900e-0f80ba7f8f4b => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1630] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:22 2026] POST /v2.0/networks => generated 726 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1631] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:23 2026] POST /v2.0/subnets => generated 647 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:23.336 7 WARNING neutron.api.v2.base [None req-486cc778-ab53-40b6-b1e0-7d6a86f632d6 31bdd00acbbb46c0924c6bf3697146a0 d949037f8eff488c81d179687e8ef0f7 - - 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-07-01 12:12:23.337 7 INFO neutron.api.v2.resource [None req-486cc778-ab53-40b6-b1e0-7d6a86f632d6 31bdd00acbbb46c0924c6bf3697146a0 d949037f8eff488c81d179687e8ef0f7 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 774/1632] 10.0.0.94 () {34 vars in 680 bytes} [Wed Jul 1 12:12:23 2026] POST /v2.0/rbac-policies => generated 547 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1633] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:23 2026] GET /v2.0/security-groups?tenant_id=4e61cd40bd1e40f5bb112abe47e92afb&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1634] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:23 2026] DELETE /v2.0/security-groups/629d984d-d62d-4696-93fd-b980637980a7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:23.632 7 INFO neutron.services.segments.plugin [-] Segment 380c1f24-ec1c-4d66-9c4b-3335394aca94 resource provider aggregate not found 2026-07-01 12:12:23.635 7 INFO neutron.services.segments.plugin [-] Segment 380c1f24-ec1c-4d66-9c4b-3335394aca94 resource provider aggregate not found 2026-07-01 12:12:23.654 7 INFO neutron.services.segments.plugin [-] Segment 380c1f24-ec1c-4d66-9c4b-3335394aca94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 380c1f24-ec1c-4d66-9c4b-3335394aca94 found for delete ", "request_id": "req-81b2b4c8-04b3-43c6-b1b0-7b7a9190506d"}]} 2026-07-01 12:12:23.662 7 INFO neutron.services.segments.plugin [-] Segment 380c1f24-ec1c-4d66-9c4b-3335394aca94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 380c1f24-ec1c-4d66-9c4b-3335394aca94 found for delete ", "request_id": "req-fbc6009c-c95f-4ae0-a3f2-3ccd918859df"}]} [pid: 7|app: 0|req: 775/1635] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:23 2026] DELETE /v2.0/networks/0849bfd1-6651-4a7d-a34a-4d27fa76a4d3 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:23.741 8 INFO neutron.db.segments_db [None req-e7175a16-464d-41c9-b1c8-67da83997e39 31bdd00acbbb46c0924c6bf3697146a0 d949037f8eff488c81d179687e8ef0f7 - - default default] Added segment b9c6ed39-608b-42d9-9f45-58ac579be551 of type vxlan for network 346f4d4a-9c7d-47d7-a379-ceb5a788fe0a [pid: 8|app: 0|req: 861/1636] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:23 2026] POST /v2.0/networks => generated 726 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1637] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:23 2026] POST /v2.0/subnets => generated 647 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1638] 10.0.0.94 () {34 vars in 680 bytes} [Wed Jul 1 12:12:24 2026] POST /v2.0/rbac-policies => generated 324 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:24.746 7 INFO neutron.db.segments_db [None req-2e6f085b-c1ac-40cd-8b71-c71dd4ed1020 d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Added segment cf6ca303-a230-4320-80bc-0464e51e823a of type vxlan for network dfbf074c-cbff-452b-9eb6-a648b5594e95 [pid: 7|app: 0|req: 777/1639] 10.0.0.94 () {34 vars in 670 bytes} [Wed Jul 1 12:12:24 2026] POST /v2.0/networks => generated 633 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1640] 10.0.0.94 () {32 vars in 722 bytes} [Wed Jul 1 12:12:24 2026] GET /v2.0/networks/346f4d4a-9c7d-47d7-a379-ceb5a788fe0a => generated 655 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:24.936 7 INFO neutron.db.segments_db [None req-dfa09fb5-7c05-41fa-984c-9d085d8d48cc d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Added segment b9d045cc-2187-4b70-a4ae-3172a35e81c4 of type vxlan for network b4acb734-8b4c-42dc-bdca-9f6d9908f743 2026-07-01 12:12:25.229 7 INFO neutron.db.l3_hamode_db [None req-dfa09fb5-7c05-41fa-984c-9d085d8d48cc d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:12:25.351 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f9ed7437-4d2a-47c0-b366-8ce475c3316d 321059a3d9df410c809321bd473f0b1a 0ba90f164c8645fdbad0093f73f1608b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 864/1641] 10.0.0.94 () {32 vars in 722 bytes} [Wed Jul 1 12:12:25 2026] GET /v2.0/networks/346f4d4a-9c7d-47d7-a379-ceb5a788fe0a => generated 138 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:25.554 8 INFO neutron.services.segments.plugin [-] Segment b9c6ed39-608b-42d9-9f45-58ac579be551 resource provider aggregate not found 2026-07-01 12:12:25.566 8 INFO neutron.services.segments.plugin [-] Segment b9c6ed39-608b-42d9-9f45-58ac579be551 resource provider aggregate not found 2026-07-01 12:12:25.571 8 INFO neutron.services.segments.plugin [-] Segment b9c6ed39-608b-42d9-9f45-58ac579be551 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9c6ed39-608b-42d9-9f45-58ac579be551 found for delete ", "request_id": "req-daa0b233-6f8e-4834-af36-d60defb6bf80"}]} 2026-07-01 12:12:25.583 8 INFO neutron.services.segments.plugin [-] Segment b9c6ed39-608b-42d9-9f45-58ac579be551 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9c6ed39-608b-42d9-9f45-58ac579be551 found for delete ", "request_id": "req-d3c9dbae-56eb-46eb-9096-c9d14c6feb93"}]} [pid: 8|app: 0|req: 865/1642] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:25 2026] DELETE /v2.0/networks/346f4d4a-9c7d-47d7-a379-ceb5a788fe0a => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:25.613 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7fe39a81-bf71-4d20-bb85-226e73247adc 31bdd00acbbb46c0924c6bf3697146a0 d949037f8eff488c81d179687e8ef0f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 866/1643] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:25 2026] DELETE /v2.0/subnets/2bebe76f-d0cf-4e29-9c42-2ef5f60bde13 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:25.635 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19816560-4fa8-4422-ac12-a80522a36a0a 31bdd00acbbb46c0924c6bf3697146a0 d949037f8eff488c81d179687e8ef0f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 867/1644] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:25 2026] DELETE /v2.0/subnets/7b70fb6a-ff5a-4717-abd6-da5dc7a339c3 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:25.652 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3fd1df5-3d45-4d53-8f4d-fb9e9381ff04 31bdd00acbbb46c0924c6bf3697146a0 d949037f8eff488c81d179687e8ef0f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 868/1645] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:25 2026] DELETE /v2.0/subnets/8c44ae14-2cf1-446c-a756-15242df71206 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:26.084 7 INFO neutron.db.l3_hamode_db [None req-dfa09fb5-7c05-41fa-984c-9d085d8d48cc d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 869/1646] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:26 2026] GET /v2.0/security-groups?tenant_id=fb26b45d6c21446e991ee99718c3c41d&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1647] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:26 2026] DELETE /v2.0/security-groups/3a80daeb-0b7e-4add-81e5-2df9a4f39ec0 => 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: 778/1648] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:24 2026] POST /v2.0/routers => generated 695 bytes in 2047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1649] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:26 2026] GET /v2.0/security-groups?tenant_id=0ba90f164c8645fdbad0093f73f1608b&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1650] 10.0.0.94 () {32 vars in 775 bytes} [Wed Jul 1 12:12:26 2026] GET /v2.0/subnets?project_id=3d9085d7a8024304b768c6526270f6e4&cidr=10.100.0.0%2F28 => generated 14 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1651] 10.0.0.94 () {32 vars in 693 bytes} [Wed Jul 1 12:12:27 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1652] 10.0.0.94 () {32 vars in 783 bytes} [Wed Jul 1 12:12:27 2026] GET /v2.0/subnets?network_id=8551412b-218d-4c18-8aa9-960e8066bd01&cidr=10.100.0.0%2F28 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1653] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:27 2026] DELETE /v2.0/security-groups/bb44f6ee-7a50-4f9e-ab3a-e9ed79ee7d5c => 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: 781/1655] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:27 2026] GET /v2.0/security-groups?tenant_id=d949037f8eff488c81d179687e8ef0f7&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1655] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:27 2026] POST /v2.0/subnets => generated 656 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1656] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:27 2026] DELETE /v2.0/security-groups/8236fad7-d251-4af8-8c0f-9173fa40f0a7 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1657] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:27 2026] GET /v2.0/security-groups?tenant_id=064e1fc742d249529b3cfeb47694b9ae&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:12:28.368 8 INFO neutron.db.segments_db [None req-10b6036d-7057-4f54-aaff-05be7758e1e4 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Added segment ef8515e0-a751-49c5-9357-c2c09743b195 of type vxlan for network 86c569b2-9203-4cfb-8e34-22c9d77d190c [pid: 8|app: 0|req: 877/1658] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:28 2026] POST /v2.0/networks => generated 640 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1659] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:28 2026] DELETE /v2.0/security-groups/7ec57295-555c-4571-965b-e2702b735ac6 => 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: 879/1660] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:28 2026] POST /v2.0/subnets => generated 658 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1661] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:12:27 2026] PUT /v2.0/routers/96d083c0-6a73-43bb-afe9-144898184445/add_router_interface => generated 309 bytes in 1392 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1662] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:28 2026] GET /v2.0/security-groups?tenant_id=8aca1a0cd534459cbf7bbab2122df809&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1663] 10.0.0.94 () {32 vars in 648 bytes} [Wed Jul 1 12:12:28 2026] GET /v2.0/networks => generated 4357 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1664] 10.0.0.94 () {32 vars in 721 bytes} [Wed Jul 1 12:12:28 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1665] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:28 2026] DELETE /v2.0/security-groups/9c03dcb3-d8b5-4a95-bcff-9329dccb5564 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1666] 10.0.0.94 () {32 vars in 646 bytes} [Wed Jul 1 12:12:29 2026] GET /v2.0/subnets => generated 3260 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1667] 10.0.0.94 () {32 vars in 646 bytes} [Wed Jul 1 12:12:29 2026] GET /v2.0/routers => generated 738 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1668] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:29 2026] POST /v2.0/subnets => generated 731 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:29.425 8 INFO neutron.db.segments_db [None req-d009acfb-6c99-4fcf-be0d-a83cbacb7806 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Added segment dbffbc4c-d1d8-4764-9828-b97a58d5d732 of type vxlan for network 309ab617-8d62-48d9-89b3-689da69e49af [pid: 7|app: 0|req: 786/1669] 10.0.0.94 () {34 vars in 684 bytes} [Wed Jul 1 12:12:29 2026] POST /v2.0/security-groups => generated 1673 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1670] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:29 2026] POST /v2.0/networks => generated 637 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1671] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1672] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:29 2026] POST /v2.0/security-group-rules => generated 596 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1676] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:29 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: 885/1676] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:29 2026] POST /v2.0/subnets => generated 655 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1677] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:29 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:29.963 8 INFO neutron.db.securitygroups_db [None req-6fdd7599-9680-408f-849d-9f58d6ffcb3c d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Project 3d9085d7a8024304b768c6526270f6e4 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: 887/1678] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:29 2026] POST /v2.0/security-group-rules => generated 607 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1679] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:29 2026] POST /v2.0/subnets => generated 725 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:30.110 8 INFO neutron.db.securitygroups_db [None req-972c7cb0-3ac0-4e80-9601-d565d9b63612 d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Project 3d9085d7a8024304b768c6526270f6e4 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-07-01 12:12:30.133 7 INFO neutron.db.segments_db [None req-540aac41-5e2b-463a-806e-9c584383d218 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Added segment fb781b22-5569-4b68-92eb-3ddba7a7d2a0 of type vxlan for network 15a7fba1-c54a-47e5-909e-6a131e62b75b [pid: 8|app: 0|req: 888/1680] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:30 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: 7|app: 0|req: 793/1681] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:30 2026] POST /v2.0/networks => generated 638 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1682] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:30 2026] POST /v2.0/subnets => generated 656 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1683] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:30 2026] POST /v2.0/subnets => generated 730 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:30.784 7 INFO neutron.db.segments_db [None req-c2b6310f-b3e4-449d-8ca8-52b9b27f9865 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Added segment 52921931-da0b-43f1-ad5e-d96fdaec8567 of type vxlan for network c47b1645-8ec3-4242-b32d-e2ed2f0c8252 [pid: 8|app: 0|req: 890/1684] 10.0.0.94 () {32 vars in 648 bytes} [Wed Jul 1 12:12:30 2026] GET /v2.0/networks => generated 1298 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1685] 10.0.0.185 () {34 vars in 1098 bytes} [Wed Jul 1 12:12:30 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-131743067&fields=id&tenant_id=3d9085d7a8024304b768c6526270f6e4 => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1686] 10.0.0.185 () {34 vars in 982 bytes} [Wed Jul 1 12:12:30 2026] GET /v2.0/networks?id=dfbf074c-cbff-452b-9eb6-a648b5594e95 => generated 661 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1687] 10.0.0.185 () {34 vars in 965 bytes} [Wed Jul 1 12:12:31 2026] GET /v2.0/quotas/3d9085d7a8024304b768c6526270f6e4 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:31.027 7 INFO neutron.db.l3_hamode_db [None req-c2b6310f-b3e4-449d-8ca8-52b9b27f9865 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 894/1688] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:12:31 2026] GET /v2.0/ports?tenant_id=3d9085d7a8024304b768c6526270f6e4&fields=id => generated 103 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1689] 10.0.0.185 () {34 vars in 1008 bytes} [Wed Jul 1 12:12:31 2026] GET /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95?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: 896/1690] 10.0.0.185 () {34 vars in 1108 bytes} [Wed Jul 1 12:12:31 2026] GET /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1691] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:31 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:12:31.782 7 INFO neutron.db.l3_hamode_db [None req-c2b6310f-b3e4-449d-8ca8-52b9b27f9865 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 795/1692] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:30 2026] POST /v2.0/routers => generated 684 bytes in 2006 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1693] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:32 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1694] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:12:32 2026] POST /v2.0/floatingips => generated 552 bytes in 754 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1695] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:12:32 2026] POST /v2.0/floatingips => generated 552 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1696] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:12:33 2026] POST /v2.0/floatingips => generated 552 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1697] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:34 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => 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: 797/1698] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:12:32 2026] PUT /v2.0/routers/7a222440-54c0-4bc8-a7d2-259fd612b51c/add_router_interface => generated 309 bytes in 1576 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1699] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:12:34 2026] POST /v2.0/floatingips => generated 552 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1700] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:12:34 2026] POST /v2.0/floatingips => generated 552 bytes in 622 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1701] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:35 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => 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: 905/1702] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:35 2026] GET /v2.0/security-groups?tenant_id=f074a5b95da0464f95c1093c88454494&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1703] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:12:34 2026] PUT /v2.0/routers/7a222440-54c0-4bc8-a7d2-259fd612b51c/add_router_interface => generated 309 bytes in 1327 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1704] 10.0.0.94 () {34 vars in 758 bytes} [Wed Jul 1 12:12:35 2026] PUT /v2.0/floatingips/85412885-f92f-4d22-aee3-b4121897ebc5/tags => generated 17 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1705] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:12:35 2026] GET /v2.0/networks?id=dfbf074c-cbff-452b-9eb6-a648b5594e95 => generated 661 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1706] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:35 2026] DELETE /v2.0/security-groups/4e474684-48a1-4562-ab2b-3895ebeff51c => 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: 908/1707] 10.0.0.94 () {34 vars in 758 bytes} [Wed Jul 1 12:12:35 2026] PUT /v2.0/floatingips/6a3cbf6e-1b45-42ad-9b5a-536e7b0ea048/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1708] 199.204.45.23 () {34 vars in 1049 bytes} [Wed Jul 1 12:12:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3d9085d7a8024304b768c6526270f6e4 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1709] 10.0.0.94 () {34 vars in 758 bytes} [Wed Jul 1 12:12:35 2026] PUT /v2.0/floatingips/b548df1e-19be-47df-b582-056873a24ae3/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1710] 199.204.45.23 () {38 vars in 954 bytes} [Wed Jul 1 12:12:35 2026] POST /v2.0/ports => generated 958 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 912/1711] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:36 2026] GET /v2.0/security-groups?tenant_id=f6ebd1fd63c14e008a7af3b07fed2a4c&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1712] 10.0.0.94 () {34 vars in 758 bytes} [Wed Jul 1 12:12:36 2026] PUT /v2.0/floatingips/4a24b9f4-fcb9-4a04-87fd-2af4c170751c/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1713] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:12:36 2026] PUT /v2.0/ports/3f00de15-2b7f-4331-a0d0-a70ec3a3068d => generated 1239 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:12:36.941 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4c64aff0-2f75-4484-99cc-42ff6cfdd2fd'] response: {'name': 'network-changed', 'server_uuid': 'b9ff7a92-155c-4dcf-973b-ae589f3f7a95', 'tag': '3f00de15-2b7f-4331-a0d0-a70ec3a3068d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 915/1714] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:36 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1715] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:12:35 2026] PUT /v2.0/routers/7a222440-54c0-4bc8-a7d2-259fd612b51c/add_router_interface => generated 309 bytes in 1341 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1716] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:36 2026] DELETE /v2.0/security-groups/b3c11a23-d32d-4bb8-8983-e2db8d23dc44 => 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: 917/1717] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:37 2026] GET /v2.0/security-groups?id=0ffebd5f-c323-42d5-874f-cdb659f0afa9&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: 801/1718] 10.0.0.94 () {32 vars in 671 bytes} [Wed Jul 1 12:12:37 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1719] 10.0.0.94 () {32 vars in 685 bytes} [Wed Jul 1 12:12:37 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1720] 10.0.0.94 () {32 vars in 681 bytes} [Wed Jul 1 12:12:37 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1721] 10.0.0.94 () {32 vars in 693 bytes} [Wed Jul 1 12:12:37 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1722] 10.0.0.94 () {34 vars in 683 bytes} [Wed Jul 1 12:12:37 2026] POST /v2.0/security-groups => generated 1627 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1723] 10.0.0.94 () {32 vars in 679 bytes} [Wed Jul 1 12:12:37 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1724] 10.0.0.94 () {32 vars in 693 bytes} [Wed Jul 1 12:12:37 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1725] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:12:37 2026] GET /v2.0/ports?tenant_id=3d9085d7a8024304b768c6526270f6e4&device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1726] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:37 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: 924/1727] 10.0.0.94 () {32 vars in 689 bytes} [Wed Jul 1 12:12:37 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1728] 199.204.45.23 () {34 vars in 1017 bytes} [Wed Jul 1 12:12:37 2026] GET /v2.0/networks?tenant_id=3d9085d7a8024304b768c6526270f6e4&shared=False => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1729] 10.0.0.94 () {32 vars in 701 bytes} [Wed Jul 1 12:12:37 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1730] 199.204.45.23 () {34 vars in 929 bytes} [Wed Jul 1 12:12:37 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: 925/1731] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:37.760 7 INFO neutron_taas.services.taas.taas_plugin [None req-7374a8c7-c0dc-4d43-9460-9fbcedfb4649 773f607eb5974f3e82f3f2a553889ddf 8bbdf7b5efe640a689f9b630bc4cdbb9 - - default default] TaaS: Handle Delete Port: 3f9092e4-c1d0-411a-8a14-710a67f36570 2026-07-01 12:12:37.770 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7374a8c7-c0dc-4d43-9460-9fbcedfb4649 773f607eb5974f3e82f3f2a553889ddf 8bbdf7b5efe640a689f9b630bc4cdbb9 - - default default] Tap Mirror: Handle Delete Port: 3f9092e4-c1d0-411a-8a14-710a67f36570 [pid: 8|app: 0|req: 926/1732] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:37 2026] POST /v2.0/security-group-rules => generated 599 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1733] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1734] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:12:37 2026] DELETE /v2.0/floatingips/85412885-f92f-4d22-aee3-b4121897ebc5 => generated 0 bytes in 360 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1735] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:38.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-1da5d5af-c1ab-49ea-8776-71faab5b1b9a 773f607eb5974f3e82f3f2a553889ddf 8bbdf7b5efe640a689f9b630bc4cdbb9 - - default default] TaaS: Handle Delete Port: 89747f39-df18-4b1c-80e2-6dd88b437bfa 2026-07-01 12:12:38.160 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1da5d5af-c1ab-49ea-8776-71faab5b1b9a 773f607eb5974f3e82f3f2a553889ddf 8bbdf7b5efe640a689f9b630bc4cdbb9 - - default default] Tap Mirror: Handle Delete Port: 89747f39-df18-4b1c-80e2-6dd88b437bfa [pid: 8|app: 0|req: 929/1736] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1737] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:38 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1738] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:12:38 2026] DELETE /v2.0/floatingips/6a3cbf6e-1b45-42ad-9b5a-536e7b0ea048 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1739] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:38 2026] GET /v2.0/security-groups?id=0ffebd5f-c323-42d5-874f-cdb659f0afa9&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1740] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:38.460 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1648dcd-4183-4996-872a-d721d504711b 773f607eb5974f3e82f3f2a553889ddf 8bbdf7b5efe640a689f9b630bc4cdbb9 - - default default] TaaS: Handle Delete Port: f8e72917-1a66-479a-90c5-a9ecd4f2958b 2026-07-01 12:12:38.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1648dcd-4183-4996-872a-d721d504711b 773f607eb5974f3e82f3f2a553889ddf 8bbdf7b5efe640a689f9b630bc4cdbb9 - - default default] Tap Mirror: Handle Delete Port: f8e72917-1a66-479a-90c5-a9ecd4f2958b [pid: 8|app: 0|req: 932/1741] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1742] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:12:38 2026] DELETE /v2.0/floatingips/b548df1e-19be-47df-b582-056873a24ae3 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:38.744 7 INFO neutron_taas.services.taas.taas_plugin [None req-44baafff-28a5-4eda-8d34-ce23bb9a5f72 773f607eb5974f3e82f3f2a553889ddf 8bbdf7b5efe640a689f9b630bc4cdbb9 - - default default] TaaS: Handle Delete Port: 3d726c0a-442d-475b-a01b-4c6450783a50 2026-07-01 12:12:38.746 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44baafff-28a5-4eda-8d34-ce23bb9a5f72 773f607eb5974f3e82f3f2a553889ddf 8bbdf7b5efe640a689f9b630bc4cdbb9 - - default default] Tap Mirror: Handle Delete Port: 3d726c0a-442d-475b-a01b-4c6450783a50 [pid: 8|app: 0|req: 933/1743] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:38 2026] POST /v2.0/security-group-rules => generated 599 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1744] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:12:38 2026] GET /v2.0/ports?tenant_id=3d9085d7a8024304b768c6526270f6e4&device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1745] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1746] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:12:38 2026] DELETE /v2.0/floatingips/4a24b9f4-fcb9-4a04-87fd-2af4c170751c => generated 0 bytes in 303 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1747] 199.204.45.23 () {34 vars in 1059 bytes} [Wed Jul 1 12:12:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3f00de15-2b7f-4331-a0d0-a70ec3a3068d => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:12:39.054 8 INFO neutron_taas.services.taas.taas_plugin [None req-41f4300f-bf90-45ed-a506-ab6686d1ad25 773f607eb5974f3e82f3f2a553889ddf 8bbdf7b5efe640a689f9b630bc4cdbb9 - - default default] TaaS: Handle Delete Port: f533e7c3-39c6-405d-a9b9-f7035c839ca4 2026-07-01 12:12:39.057 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41f4300f-bf90-45ed-a506-ab6686d1ad25 773f607eb5974f3e82f3f2a553889ddf 8bbdf7b5efe640a689f9b630bc4cdbb9 - - default default] Tap Mirror: Handle Delete Port: f533e7c3-39c6-405d-a9b9-f7035c839ca4 [pid: 7|app: 0|req: 812/1748] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1749] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:12:39 2026] GET /v2.0/subnets?id=30753407-685a-439a-894e-d988f7daa271 => 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: 814/1750] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:12:39 2026] GET /v2.0/ports?network_id=dfbf074c-cbff-452b-9eb6-a648b5594e95&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1751] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:12:38 2026] DELETE /v2.0/floatingips/13d399d2-c6f4-43f8-b09a-e0d71f87880d => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1752] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:12:39 2026] GET /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1753] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:12:39 2026] GET /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95?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: 940/1754] 10.0.0.185 () {34 vars in 1094 bytes} [Wed Jul 1 12:12:39 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-502143740&fields=id&tenant_id=ff1faa71242e4ec09afda19d3f4f604f => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1755] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:39 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1756] 10.0.0.185 () {34 vars in 982 bytes} [Wed Jul 1 12:12:39 2026] GET /v2.0/networks?id=309ab617-8d62-48d9-89b3-689da69e49af => generated 704 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:39.577 7 INFO neutron.db.segments_db [None req-156d7151-0ad7-4c65-9806-c00921edc55b 3b396f608c614cbe9731b3fb9dc77e51 7db78e8081024d25a5eaa9c32611e097 - - default default] Added segment 465c6724-df6d-4520-9173-6e74d3b04644 of type vxlan for network e3c6b917-d05c-4953-875e-f980b2a8f189 [pid: 8|app: 0|req: 943/1757] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:39 2026] GET /v2.0/security-groups?id=0ffebd5f-c323-42d5-874f-cdb659f0afa9&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1758] 10.0.0.185 () {34 vars in 965 bytes} [Wed Jul 1 12:12:39 2026] GET /v2.0/quotas/ff1faa71242e4ec09afda19d3f4f604f => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:39.675 7 INFO neutron.db.segments_db [None req-156d7151-0ad7-4c65-9806-c00921edc55b 3b396f608c614cbe9731b3fb9dc77e51 7db78e8081024d25a5eaa9c32611e097 - - default default] Added segment 5dfda5e9-8fb9-47ee-b4da-cf3dfb32c763 of type vxlan for network 4ff63171-d3f6-4d71-8fd6-4da8cca3c975 [pid: 8|app: 0|req: 945/1759] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:12:39 2026] GET /v2.0/ports?tenant_id=ff1faa71242e4ec09afda19d3f4f604f&fields=id => generated 241 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1760] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:39 2026] POST /v2.0/networks => generated 1245 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1761] 10.0.0.185 () {34 vars in 1008 bytes} [Wed Jul 1 12:12:39 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?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: 946/1762] 10.0.0.94 () {32 vars in 648 bytes} [Wed Jul 1 12:12:39 2026] GET /v2.0/networks => generated 1844 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1763] 10.0.0.185 () {34 vars in 1108 bytes} [Wed Jul 1 12:12:39 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?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-07-01 12:12:39.972 8 INFO neutron.services.segments.plugin [-] Segment 465c6724-df6d-4520-9173-6e74d3b04644 resource provider aggregate not found 2026-07-01 12:12:39.981 8 INFO neutron.services.segments.plugin [-] Segment 465c6724-df6d-4520-9173-6e74d3b04644 resource provider aggregate not found [pid: 8|app: 0|req: 947/1764] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:39 2026] DELETE /v2.0/networks/e3c6b917-d05c-4953-875e-f980b2a8f189 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:40.006 8 INFO neutron.services.segments.plugin [-] Segment 465c6724-df6d-4520-9173-6e74d3b04644 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 465c6724-df6d-4520-9173-6e74d3b04644 found for delete ", "request_id": "req-2aa4db74-e74d-490e-8611-1fb0e79f260b"}]} 2026-07-01 12:12:40.007 8 INFO neutron.services.segments.plugin [-] Segment 465c6724-df6d-4520-9173-6e74d3b04644 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 465c6724-df6d-4520-9173-6e74d3b04644 found for delete ", "request_id": "req-ff530d62-e8ef-403b-83a2-5ef57280a640"}]} [pid: 8|app: 0|req: 948/1765] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:40 2026] GET /v2.0/ports?device_id=587ba048-4ded-468a-b7ec-339dd179a85d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:12:40.116 7 INFO neutron.services.segments.plugin [-] Segment 5dfda5e9-8fb9-47ee-b4da-cf3dfb32c763 resource provider aggregate not found 2026-07-01 12:12:40.121 7 INFO neutron.services.segments.plugin [-] Segment 5dfda5e9-8fb9-47ee-b4da-cf3dfb32c763 resource provider aggregate not found 2026-07-01 12:12:40.133 7 INFO neutron.services.segments.plugin [-] Segment 5dfda5e9-8fb9-47ee-b4da-cf3dfb32c763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dfda5e9-8fb9-47ee-b4da-cf3dfb32c763 found for delete ", "request_id": "req-341e6d6a-8552-4173-80d8-74fe5bc773bd"}]} [pid: 7|app: 0|req: 818/1766] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:40 2026] DELETE /v2.0/networks/4ff63171-d3f6-4d71-8fd6-4da8cca3c975 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:40.145 7 INFO neutron.services.segments.plugin [-] Segment 5dfda5e9-8fb9-47ee-b4da-cf3dfb32c763 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dfda5e9-8fb9-47ee-b4da-cf3dfb32c763 found for delete ", "request_id": "req-cbd53409-50a1-4e2e-80eb-95e71b0c3373"}]} [pid: 8|app: 0|req: 949/1767] 10.0.0.94 () {32 vars in 648 bytes} [Wed Jul 1 12:12:40 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:40.255 7 INFO neutron.db.segments_db [None req-b5dd41a2-5967-43ce-9eb0-5d80a880f11b 3b396f608c614cbe9731b3fb9dc77e51 7db78e8081024d25a5eaa9c32611e097 - - default default] Added segment 01d032ed-98f3-4626-9607-5e15486e13da of type vxlan for network 12501b46-5c68-4668-ac69-7734646aeebd [pid: 7|app: 0|req: 819/1768] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:40 2026] POST /v2.0/networks => generated 654 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:40.396 7 INFO neutron.db.segments_db [None req-f249618e-8b4a-477f-8aa6-2a50e9a4f6bf 3b396f608c614cbe9731b3fb9dc77e51 7db78e8081024d25a5eaa9c32611e097 - - default default] Added segment 9cc43e8f-9356-4d4a-bee4-784952aff0a6 of type vxlan for network 64f74fdb-3bd7-4f42-bad0-1708ed188f6f [pid: 8|app: 0|req: 950/1769] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:40 2026] GET /v2.0/security-groups?tenant_id=8bbdf7b5efe640a689f9b630bc4cdbb9&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: 820/1770] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:40 2026] POST /v2.0/networks => generated 654 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1771] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:40 2026] DELETE /v2.0/security-groups/847fcd01-cd5b-4299-bc14-f8737699c521 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1772] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:40 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1773] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:40 2026] GET /v2.0/security-groups?id=0ffebd5f-c323-42d5-874f-cdb659f0afa9&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1774] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:40 2026] GET /v2.0/security-groups?tenant_id=3b16cc34ba5747219483d7cf8c726430&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1775] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:40 2026] DELETE /v2.0/security-groups/fd53ff3b-9628-4be7-931d-b013378f5038 => 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: 821/1776] 10.0.0.94 () {34 vars in 664 bytes} [Wed Jul 1 12:12:40 2026] POST /v2.0/ports => generated 1506 bytes in 608 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: 956/1777] 10.0.0.94 () {32 vars in 642 bytes} [Wed Jul 1 12:12:41 2026] GET /v2.0/ports => generated 1506 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1778] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:41 2026] GET /v2.0/security-groups?tenant_id=7dbbf888a2a54f088a7ba8acbcd3ec13&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:12:41.287 8 INFO neutron_taas.services.taas.taas_plugin [None req-c413ccf0-1323-4151-8339-76875bde2dc6 3b396f608c614cbe9731b3fb9dc77e51 7db78e8081024d25a5eaa9c32611e097 - - default default] TaaS: Handle Delete Port: 6a0a2641-37d2-44a9-85f6-43ac850ddc56 2026-07-01 12:12:41.290 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c413ccf0-1323-4151-8339-76875bde2dc6 3b396f608c614cbe9731b3fb9dc77e51 7db78e8081024d25a5eaa9c32611e097 - - default default] Tap Mirror: Handle Delete Port: 6a0a2641-37d2-44a9-85f6-43ac850ddc56 [pid: 8|app: 0|req: 957/1779] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:12:41 2026] DELETE /v2.0/ports/6a0a2641-37d2-44a9-85f6-43ac850ddc56 => 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: 823/1780] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:41 2026] DELETE /v2.0/security-groups/bd2a325b-9753-46d4-9512-b508c064444e => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:41.449 8 INFO neutron_taas.services.taas.taas_plugin [None req-87f174b1-6700-4c7b-9562-02587d9473f3 3b396f608c614cbe9731b3fb9dc77e51 7db78e8081024d25a5eaa9c32611e097 - - default default] TaaS: Handle Delete Port: f225fba0-1a18-4cc1-ae95-ba41d23396c2 2026-07-01 12:12:41.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87f174b1-6700-4c7b-9562-02587d9473f3 3b396f608c614cbe9731b3fb9dc77e51 7db78e8081024d25a5eaa9c32611e097 - - default default] Tap Mirror: Handle Delete Port: f225fba0-1a18-4cc1-ae95-ba41d23396c2 [pid: 8|app: 0|req: 958/1781] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:12:41 2026] DELETE /v2.0/ports/f225fba0-1a18-4cc1-ae95-ba41d23396c2 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1782] 10.0.0.94 () {32 vars in 642 bytes} [Wed Jul 1 12:12:41 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:12:41.626 8 INFO neutron.db.segments_db [None req-1a365938-765f-41fa-952e-2b58a0ef25b4 3b396f608c614cbe9731b3fb9dc77e51 7db78e8081024d25a5eaa9c32611e097 - - default default] Added segment 3a41c3bb-d89d-4877-8a89-ef34fd9093f5 of type vxlan for network a9cfd1b2-a5cb-4388-b2ef-1e727b27d0ab [pid: 8|app: 0|req: 959/1783] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:41 2026] POST /v2.0/networks => generated 654 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:41.775 7 INFO neutron.db.segments_db [None req-c910dfff-1f72-435b-9ab8-8504fc9c281b 3b396f608c614cbe9731b3fb9dc77e51 7db78e8081024d25a5eaa9c32611e097 - - default default] Added segment 039d5f3d-723b-4e83-9a0d-65b5431afb13 of type vxlan for network e52186e8-357e-41df-9029-fe7bd520ff7f [pid: 7|app: 0|req: 825/1784] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:41 2026] POST /v2.0/networks => generated 653 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1785] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:41 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1786] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:41 2026] GET /v2.0/security-groups?id=0ffebd5f-c323-42d5-874f-cdb659f0afa9&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1787] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:42 2026] POST /v2.0/subnets => generated 1323 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1788] 10.0.0.94 () {32 vars in 646 bytes} [Wed Jul 1 12:12:42 2026] GET /v2.0/subnets => generated 1959 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1789] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:42 2026] DELETE /v2.0/subnets/0ff755ca-adf6-4767-9dc7-68d600023b4f => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1790] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:43 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1791] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:43 2026] GET /v2.0/security-groups?id=0ffebd5f-c323-42d5-874f-cdb659f0afa9&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1792] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:43 2026] DELETE /v2.0/subnets/b526ccc7-4bc8-40a4-ba31-600fcc298ed0 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1793] 10.0.0.94 () {32 vars in 646 bytes} [Wed Jul 1 12:12:43 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:43.358 8 INFO neutron.services.segments.plugin [-] Segment 039d5f3d-723b-4e83-9a0d-65b5431afb13 resource provider aggregate not found 2026-07-01 12:12:43.362 8 INFO neutron.services.segments.plugin [-] Segment 039d5f3d-723b-4e83-9a0d-65b5431afb13 resource provider aggregate not found 2026-07-01 12:12:43.383 8 INFO neutron.services.segments.plugin [-] Segment 039d5f3d-723b-4e83-9a0d-65b5431afb13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 039d5f3d-723b-4e83-9a0d-65b5431afb13 found for delete ", "request_id": "req-6478d6d7-859a-41cf-95b1-b06a4c570ef5"}]} 2026-07-01 12:12:43.384 8 INFO neutron.services.segments.plugin [-] Segment 039d5f3d-723b-4e83-9a0d-65b5431afb13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 039d5f3d-723b-4e83-9a0d-65b5431afb13 found for delete ", "request_id": "req-2e3a45d9-4e34-458a-865a-b8a0f9c62093"}]} [pid: 8|app: 0|req: 964/1794] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:43 2026] DELETE /v2.0/networks/e52186e8-357e-41df-9029-fe7bd520ff7f => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:43.522 7 INFO neutron.services.segments.plugin [-] Segment 3a41c3bb-d89d-4877-8a89-ef34fd9093f5 resource provider aggregate not found 2026-07-01 12:12:43.542 7 INFO neutron.services.segments.plugin [-] Segment 3a41c3bb-d89d-4877-8a89-ef34fd9093f5 resource provider aggregate not found 2026-07-01 12:12:43.547 7 INFO neutron.services.segments.plugin [-] Segment 3a41c3bb-d89d-4877-8a89-ef34fd9093f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a41c3bb-d89d-4877-8a89-ef34fd9093f5 found for delete ", "request_id": "req-c81785a3-b3fb-4751-a143-225f4add12fb"}]} 2026-07-01 12:12:43.566 7 INFO neutron.services.segments.plugin [-] Segment 3a41c3bb-d89d-4877-8a89-ef34fd9093f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a41c3bb-d89d-4877-8a89-ef34fd9093f5 found for delete ", "request_id": "req-6985517f-9a1c-4109-bc3f-dcc3d5accdec"}]} [pid: 7|app: 0|req: 831/1795] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:43 2026] DELETE /v2.0/networks/a9cfd1b2-a5cb-4388-b2ef-1e727b27d0ab => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1796] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:43 2026] DELETE /v2.0/networks/64f74fdb-3bd7-4f42-bad0-1708ed188f6f => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1797] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:43 2026] DELETE /v2.0/networks/12501b46-5c68-4668-ac69-7734646aeebd => 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: 966/1798] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:44 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1799] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:12:44 2026] GET /v2.0/networks?id=309ab617-8d62-48d9-89b3-689da69e49af => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1800] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:44 2026] GET /v2.0/security-groups?id=0ffebd5f-c323-42d5-874f-cdb659f0afa9&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1801] 199.204.45.23 () {34 vars in 1049 bytes} [Wed Jul 1 12:12:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ff1faa71242e4ec09afda19d3f4f604f => generated 178 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1802] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:44 2026] GET /v2.0/security-groups?tenant_id=7db78e8081024d25a5eaa9c32611e097&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1803] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:44 2026] DELETE /v2.0/security-groups/d8bc4785-ef91-403f-a1c6-658629d5b101 => 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: 835/1806] 199.204.45.23 () {38 vars in 954 bytes} [Wed Jul 1 12:12:44 2026] POST /v2.0/ports => generated 1183 bytes in 445 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: 836/1807] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:45 2026] GET /v2.0/ports?device_id=587ba048-4ded-468a-b7ec-339dd179a85d => generated 1198 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1808] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:45 2026] GET /v2.0/security-groups?id=46d5cfe6-11ef-4585-9061-096032d69e62&fields=id&fields=name => generated 111 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1809] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:12:44 2026] PUT /v2.0/ports/6371217d-329d-44d6-a8b7-05ba3c2bab66 => generated 1464 bytes in 528 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:12:45.380 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c8b9cae-7fd3-4202-8658-67c6d3ff7710'] response: {'name': 'network-changed', 'server_uuid': '587ba048-4ded-468a-b7ec-339dd179a85d', 'tag': '6371217d-329d-44d6-a8b7-05ba3c2bab66', 'status': 'completed', 'code': 200} 2026-07-01 12:12:45.405 8 INFO neutron.services.segments.plugin [-] Segment 9cc43e8f-9356-4d4a-bee4-784952aff0a6 resource provider aggregate not found 2026-07-01 12:12:45.409 8 INFO neutron.services.segments.plugin [-] Segment 9cc43e8f-9356-4d4a-bee4-784952aff0a6 resource provider aggregate not found 2026-07-01 12:12:45.428 8 INFO neutron.services.segments.plugin [-] Segment 9cc43e8f-9356-4d4a-bee4-784952aff0a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cc43e8f-9356-4d4a-bee4-784952aff0a6 found for delete ", "request_id": "req-6f4f236b-9d1e-4df2-96af-147fb8105c98"}]} 2026-07-01 12:12:45.430 8 INFO neutron.services.segments.plugin [-] Segment 9cc43e8f-9356-4d4a-bee4-784952aff0a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cc43e8f-9356-4d4a-bee4-784952aff0a6 found for delete ", "request_id": "req-1c733b4e-e998-4a8f-a6b8-02ecd91e05fd"}]} [pid: 7|app: 0|req: 838/1810] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:45 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 975 bytes in 38 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: 973/1811] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:45 2026] GET /v2.0/security-groups?id=0ffebd5f-c323-42d5-874f-cdb659f0afa9&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-07-01 12:12:45.569 7 INFO neutron.services.segments.plugin [-] Segment 01d032ed-98f3-4626-9607-5e15486e13da resource provider aggregate not found 2026-07-01 12:12:45.594 7 INFO neutron.services.segments.plugin [-] Segment 01d032ed-98f3-4626-9607-5e15486e13da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01d032ed-98f3-4626-9607-5e15486e13da found for delete ", "request_id": "req-43324107-0feb-481c-8b07-e3a789c85ea4"}]} 2026-07-01 12:12:45.602 7 INFO neutron.services.segments.plugin [-] Segment 01d032ed-98f3-4626-9607-5e15486e13da resource provider aggregate not found [pid: 7|app: 0|req: 839/1812] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:45 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:45.633 7 INFO neutron.services.segments.plugin [-] Segment 01d032ed-98f3-4626-9607-5e15486e13da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01d032ed-98f3-4626-9607-5e15486e13da found for delete ", "request_id": "req-3bfd2b40-a862-4f07-9002-c2ee1ce13ad7"}]} [pid: 7|app: 0|req: 840/1813] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:45 2026] GET /v2.0/security-groups?id=0ffebd5f-c323-42d5-874f-cdb659f0afa9&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1814] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:12:45 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1815] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:12:45 2026] POST /v2.0/subnetpools => generated 516 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1816] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:12:45 2026] GET /v2.0/ports?tenant_id=ff1faa71242e4ec09afda19d3f4f604f&device_id=587ba048-4ded-468a-b7ec-339dd179a85d => generated 1467 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1817] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:12:45 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1818] 199.204.45.23 () {34 vars in 1017 bytes} [Wed Jul 1 12:12:46 2026] GET /v2.0/networks?tenant_id=ff1faa71242e4ec09afda19d3f4f604f&shared=False => generated 2376 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1819] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:12:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1820] 199.204.45.23 () {34 vars in 929 bytes} [Wed Jul 1 12:12:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1821] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:12:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1822] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:12:46 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:46.450 7 INFO neutron.db.l3_db [None req-7dd1b87f-a93d-43f0-8f3c-acc97908c34e d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Floating IP af68d040-e238-4528-bc73-48e9f42b00e4 associated. External IP: 10.96.250.215, port: 3f00de15-2b7f-4331-a0d0-a70ec3a3068d. 2026-07-01 12:12:46.581 8 INFO neutron.db.segments_db [None req-86d86bdc-262b-424a-8e4e-5333680da2ef 37678ef183574d1aba48649b3cf819d1 e37a3495883e40cfb4b633fb4f84970c - - default default] Added segment 0f2bf93a-51c1-4172-a9eb-dc5ea7d23f1b of type vxlan for network 12656dca-701a-44f7-8607-3c3d50576d89 [pid: 8|app: 0|req: 982/1823] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:46 2026] POST /v2.0/networks => generated 643 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1824] 10.0.0.94 () {34 vars in 676 bytes} [Wed Jul 1 12:12:45 2026] POST /v2.0/floatingips => generated 856 bytes in 946 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1825] 10.0.0.94 () {34 vars in 758 bytes} [Wed Jul 1 12:12:46 2026] PUT /v2.0/subnetpools/d7f7cc6c-5b8d-408a-b994-35ff2be88b05/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:12:46.737 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0fc8ef4-d7c8-4baf-91ad-38229357eb40'] response: {'name': 'network-changed', 'server_uuid': 'b9ff7a92-155c-4dcf-973b-ae589f3f7a95', 'tag': '3f00de15-2b7f-4331-a0d0-a70ec3a3068d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 984/1826] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:12:46 2026] GET /v2.0/floatingips/af68d040-e238-4528-bc73-48e9f42b00e4 => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1827] 10.0.0.94 () {34 vars in 758 bytes} [Wed Jul 1 12:12:46 2026] PUT /v2.0/subnetpools/bc9295c7-03fb-4ad5-8d93-0d1394ae5da8/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1828] 10.0.0.94 () {34 vars in 758 bytes} [Wed Jul 1 12:12:46 2026] PUT /v2.0/subnetpools/3394e16e-f115-4bad-9b1d-52e0ddb25e59/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1829] 10.0.0.94 () {34 vars in 758 bytes} [Wed Jul 1 12:12:46 2026] PUT /v2.0/subnetpools/c717c705-483a-45e9-b330-729c8a3bb815/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: 988/1830] 10.0.0.94 () {32 vars in 671 bytes} [Wed Jul 1 12:12:46 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1831] 10.0.0.94 () {32 vars in 685 bytes} [Wed Jul 1 12:12:46 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1832] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:46 2026] POST /v2.0/subnets => generated 641 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1833] 10.0.0.94 () {32 vars in 681 bytes} [Wed Jul 1 12:12:46 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1834] 10.0.0.94 () {32 vars in 693 bytes} [Wed Jul 1 12:12:46 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:12:46.999 7 INFO neutron.db.segments_db [None req-a7946a5a-e8f3-46d7-9371-5bacbbefdbe2 37678ef183574d1aba48649b3cf819d1 e37a3495883e40cfb4b633fb4f84970c - - default default] Added segment 2ee69353-d07f-45d0-a8d9-a24f477d2a0b of type vxlan for network c876d819-cd5c-4dc0-b248-92703916bcad [pid: 8|app: 0|req: 992/1835] 10.0.0.94 () {32 vars in 679 bytes} [Wed Jul 1 12:12:46 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1836] 10.0.0.94 () {32 vars in 693 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1837] 10.0.0.94 () {32 vars in 689 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1838] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:46 2026] POST /v2.0/networks => generated 644 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1839] 10.0.0.94 () {32 vars in 701 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1840] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:12:47 2026] DELETE /v2.0/subnetpools/d7f7cc6c-5b8d-408a-b994-35ff2be88b05 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1841] 10.0.0.94 () {34 vars in 742 bytes} [Wed Jul 1 12:12:47 2026] PUT /v2.0/networks/c876d819-cd5c-4dc0-b248-92703916bcad => generated 592 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1842] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:12:47 2026] DELETE /v2.0/subnetpools/bc9295c7-03fb-4ad5-8d93-0d1394ae5da8 => 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: 998/1843] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:12:47 2026] DELETE /v2.0/subnetpools/3394e16e-f115-4bad-9b1d-52e0ddb25e59 => 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: 999/1844] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/ports?tenant_id=ff1faa71242e4ec09afda19d3f4f604f&device_id=587ba048-4ded-468a-b7ec-339dd179a85d => generated 1467 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1845] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/ports?tenant_id=3d9085d7a8024304b768c6526270f6e4&device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => 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: 1001/1846] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:12:47 2026] DELETE /v2.0/subnetpools/c717c705-483a-45e9-b330-729c8a3bb815 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1847] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.224&port_id=6371217d-329d-44d6-a8b7-05ba3c2bab66 => 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: 846/1848] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:47 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1849] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/networks?id=dfbf074c-cbff-452b-9eb6-a648b5594e95 => generated 757 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1850] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:12:47 2026] DELETE /v2.0/subnetpools/44553616-b7ff-4b15-8e56-e4595be21457 => 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: 1004/1851] 199.204.45.23 () {34 vars in 1103 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f6&port_id=6371217d-329d-44d6-a8b7-05ba3c2bab66 => 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: 1005/1852] 199.204.45.23 () {34 vars in 1059 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3f00de15-2b7f-4331-a0d0-a70ec3a3068d => 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: 1006/1853] 199.204.45.23 () {34 vars in 1063 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/subnets?id=68a39471-e9c5-460f-8ce1-d11011351eb4&id=9ea7432e-08c1-4365-af77-188c891acec1 => generated 1409 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1854] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/subnets?id=30753407-685a-439a-894e-d988f7daa271 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1855] 10.0.0.94 () {34 vars in 740 bytes} [Wed Jul 1 12:12:47 2026] PUT /v2.0/subnets/581ac197-45c7-4c59-935a-bc642c1239ed => generated 636 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1856] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/ports?network_id=dfbf074c-cbff-452b-9eb6-a648b5594e95&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1857] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1858] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95?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: 1010/1859] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1860] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1861] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:12:47.813 7 INFO neutron.services.segments.plugin [-] Segment 2ee69353-d07f-45d0-a8d9-a24f477d2a0b resource provider aggregate not found 2026-07-01 12:12:47.816 7 INFO neutron.services.segments.plugin [-] Segment 2ee69353-d07f-45d0-a8d9-a24f477d2a0b resource provider aggregate not found 2026-07-01 12:12:47.829 7 INFO neutron.services.segments.plugin [-] Segment 2ee69353-d07f-45d0-a8d9-a24f477d2a0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ee69353-d07f-45d0-a8d9-a24f477d2a0b found for delete ", "request_id": "req-6b9410e2-e93e-4443-bfa9-c7813d3abeb2"}]} [pid: 7|app: 0|req: 850/1862] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:47 2026] DELETE /v2.0/networks/c876d819-cd5c-4dc0-b248-92703916bcad => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:47.835 7 INFO neutron.services.segments.plugin [-] Segment 2ee69353-d07f-45d0-a8d9-a24f477d2a0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ee69353-d07f-45d0-a8d9-a24f477d2a0b found for delete ", "request_id": "req-01c999cc-c97c-4009-b92d-0b8691ec6a62"}]} [pid: 8|app: 0|req: 1013/1863] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/floatingips/af68d040-e238-4528-bc73-48e9f42b00e4 => generated 856 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:47.849 8 INFO neutron.pecan_wsgi.hooks.translation [None req-061c0fff-a3e4-44f9-ac3b-b0139b507f74 37678ef183574d1aba48649b3cf819d1 e37a3495883e40cfb4b633fb4f84970c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1014/1864] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:47 2026] DELETE /v2.0/networks/c876d819-cd5c-4dc0-b248-92703916bcad => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1865] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1866] 10.0.0.94 () {32 vars in 693 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1867] 10.0.0.94 () {32 vars in 741 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/subnets?network_id=8551412b-218d-4c18-8aa9-960e8066bd01 => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1868] 10.0.0.94 () {32 vars in 652 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1869] 10.0.0.94 () {32 vars in 648 bytes} [Wed Jul 1 12:12:47 2026] GET /v2.0/networks => generated 1308 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1870] 10.0.0.94 () {32 vars in 646 bytes} [Wed Jul 1 12:12:48 2026] GET /v2.0/subnets => generated 1280 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1871] 10.0.0.94 () {32 vars in 722 bytes} [Wed Jul 1 12:12:48 2026] GET /v2.0/networks/12656dca-701a-44f7-8607-3c3d50576d89 => generated 668 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1872] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:12:48 2026] GET /v2.0/subnets/dd6c6da7-428e-4532-8330-62137b972776 => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:48.203 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e9c482ec-6db6-4eb6-ad7a-84bdf0a819ff 37678ef183574d1aba48649b3cf819d1 e37a3495883e40cfb4b633fb4f84970c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 855/1873] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:48 2026] DELETE /v2.0/subnets/581ac197-45c7-4c59-935a-bc642c1239ed => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:12:48.220 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d88148da-186f-489d-8ccd-3001e702529b 37678ef183574d1aba48649b3cf819d1 e37a3495883e40cfb4b633fb4f84970c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1019/1874] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:48 2026] DELETE /v2.0/networks/c876d819-cd5c-4dc0-b248-92703916bcad => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1875] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:12:48 2026] DELETE /v2.0/subnets/dd6c6da7-428e-4532-8330-62137b972776 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:12:48.468 8 INFO neutron.services.segments.plugin [-] Segment 0f2bf93a-51c1-4172-a9eb-dc5ea7d23f1b resource provider aggregate not found 2026-07-01 12:12:48.472 8 INFO neutron.services.segments.plugin [-] Segment 0f2bf93a-51c1-4172-a9eb-dc5ea7d23f1b resource provider aggregate not found 2026-07-01 12:12:48.489 8 INFO neutron.services.segments.plugin [-] Segment 0f2bf93a-51c1-4172-a9eb-dc5ea7d23f1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f2bf93a-51c1-4172-a9eb-dc5ea7d23f1b found for delete ", "request_id": "req-4d38cf05-fc29-42fe-beca-f0bcd301f81b"}]} 2026-07-01 12:12:48.492 8 INFO neutron.services.segments.plugin [-] Segment 0f2bf93a-51c1-4172-a9eb-dc5ea7d23f1b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f2bf93a-51c1-4172-a9eb-dc5ea7d23f1b found for delete ", "request_id": "req-2f15d133-4d24-418a-aec7-9f1a776966f6"}]} [pid: 8|app: 0|req: 1020/1876] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:12:48 2026] DELETE /v2.0/networks/12656dca-701a-44f7-8607-3c3d50576d89 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1877] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:48 2026] GET /v2.0/security-groups?tenant_id=34f76482baee4429b9bfb7b70060eb87&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1878] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:48 2026] DELETE /v2.0/security-groups/d8cf38f2-f1f7-455c-bb48-92274a27ae0d => 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: 858/1879] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:12:48 2026] GET /v2.0/floatingips/af68d040-e238-4528-bc73-48e9f42b00e4 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1880] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:48 2026] GET /v2.0/security-groups?tenant_id=49ccd7d02cd64a38a4c3aa2497a87a96&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1881] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:48 2026] GET /v2.0/security-groups?tenant_id=e37a3495883e40cfb4b633fb4f84970c&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1882] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:49 2026] DELETE /v2.0/security-groups/392f7bee-c3f4-4bdb-bbe4-f420e8071974 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1883] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:49 2026] DELETE /v2.0/security-groups/87a262d5-b351-4da0-ad10-18c220180e07 => 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: 1024/1884] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:49 2026] GET /v2.0/security-groups?tenant_id=6b4ab634923448ce8b231080a56b3565&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1885] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:49 2026] DELETE /v2.0/security-groups/c799c9a2-5c63-4503-b49b-c5695e955bde => 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: 1025/1886] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:50 2026] GET /v2.0/ports?device_id=587ba048-4ded-468a-b7ec-339dd179a85d => generated 1198 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1887] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:50 2026] GET /v2.0/security-groups?id=46d5cfe6-11ef-4585-9061-096032d69e62&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1888] 10.0.0.94 () {34 vars in 683 bytes} [Wed Jul 1 12:12:50 2026] POST /v2.0/security-groups => generated 1625 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1889] 10.0.0.94 () {32 vars in 662 bytes} [Wed Jul 1 12:12:51 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: 1027/1890] 10.0.0.94 () {34 vars in 757 bytes} [Wed Jul 1 12:12:51 2026] PUT /v2.0/security-groups/fe68e605-dc13-4b06-b951-bddc9133dbf0 => generated 1664 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1891] 10.0.0.94 () {32 vars in 736 bytes} [Wed Jul 1 12:12:51 2026] GET /v2.0/security-groups/fe68e605-dc13-4b06-b951-bddc9133dbf0 => generated 1664 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/1892] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:51 2026] DELETE /v2.0/security-groups/fe68e605-dc13-4b06-b951-bddc9133dbf0 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1893] 10.0.0.94 () {32 vars in 662 bytes} [Wed Jul 1 12:12:51 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:12:51.645 8 INFO neutron.api.v2.resource [None req-baaa5a49-387d-4550-ae95-ed8314f273cd bdac7bbc81d540748cfcb5927ebed2fd 0c0b1021509242aab918b87600381409 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1029/1894] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:51 2026] DELETE /v2.0/security-groups/fe68e605-dc13-4b06-b951-bddc9133dbf0 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1895] 10.0.0.94 () {34 vars in 683 bytes} [Wed Jul 1 12:12:51 2026] POST /v2.0/security-groups => generated 1625 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1896] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1897] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:12:51 2026] GET /v2.0/security-group-rules/5afce147-2fa9-4e91-9efb-88574319397d => generated 601 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1898] 10.0.0.94 () {32 vars in 672 bytes} [Wed Jul 1 12:12:51 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1899] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:12:52 2026] DELETE /v2.0/security-group-rules/5afce147-2fa9-4e91-9efb-88574319397d => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1900] 10.0.0.94 () {32 vars in 672 bytes} [Wed Jul 1 12:12:52 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1901] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1902] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:12:52 2026] GET /v2.0/security-group-rules/4d9a53df-2c70-4312-a66c-c969500b0114 => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1903] 10.0.0.94 () {32 vars in 672 bytes} [Wed Jul 1 12:12:52 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1904] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:12:52 2026] DELETE /v2.0/security-group-rules/4d9a53df-2c70-4312-a66c-c969500b0114 => 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: 871/1905] 10.0.0.94 () {32 vars in 672 bytes} [Wed Jul 1 12:12:52 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:12:52.528 8 INFO neutron.db.securitygroups_db [None req-0a1be58f-c27e-4101-a34d-4f51a73af23e bdac7bbc81d540748cfcb5927ebed2fd 0c0b1021509242aab918b87600381409 - - default default] Project 0c0b1021509242aab918b87600381409 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: 1035/1906] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:12:52 2026] POST /v2.0/security-group-rules => generated 607 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1907] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:12:52 2026] GET /v2.0/security-group-rules/c18daddd-6324-4623-b3f5-6ae6311ef60d => generated 607 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1908] 10.0.0.94 () {32 vars in 672 bytes} [Wed Jul 1 12:12:52 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1909] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:12:52 2026] DELETE /v2.0/security-group-rules/c18daddd-6324-4623-b3f5-6ae6311ef60d => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1910] 10.0.0.94 () {32 vars in 672 bytes} [Wed Jul 1 12:12:52 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1911] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:52 2026] DELETE /v2.0/security-groups/d6e51dc9-4f98-4995-9821-1d7c2a974d67 => 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: 1038/1912] 10.0.0.94 () {32 vars in 662 bytes} [Wed Jul 1 12:12:52 2026] GET /v2.0/security-groups => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1913] 10.0.0.94 () {32 vars in 662 bytes} [Wed Jul 1 12:12:53 2026] GET /v2.0/security-groups => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1914] 10.0.0.31 () {34 vars in 989 bytes} [Wed Jul 1 12:12:53 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1915] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:12:53 2026] GET /v2.0/security-groups?tenant_id=0c0b1021509242aab918b87600381409&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1916] 10.0.0.31 () {34 vars in 1039 bytes} [Wed Jul 1 12:12:53 2026] GET /v2.0/security-groups?id=0ffebd5f-c323-42d5-874f-cdb659f0afa9&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1917] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:12:53 2026] DELETE /v2.0/security-groups/26058e79-79f4-431e-9f79-8c321c88501c => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:12:53.957 7 INFO neutron.db.segments_db [None req-297c4593-0738-4290-92f2-eccc2e078e01 edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] Added segment abeff403-1e50-40c3-9912-23109d774206 of type vxlan for network a0d2205e-dcc9-4dc3-ac36-7dd38c49e695 [pid: 7|app: 0|req: 877/1918] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:53 2026] POST /v2.0/networks => generated 631 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1919] 10.0.0.94 () {34 vars in 663 bytes} [Wed Jul 1 12:12:54 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1920] 10.0.0.94 () {34 vars in 665 bytes} [Wed Jul 1 12:12:54 2026] POST /v2.0/trunks => generated 407 bytes in 226 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-07-01 12:12:54.696 8 INFO neutron.db.segments_db [None req-a170ce4c-2b6a-4c08-a2d6-79c3fa839a77 edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] Added segment 11469116-974c-462f-98b3-3e5570a75a08 of type vxlan for network 9af6e25c-3da3-40b2-bf26-9ae80a339207 [pid: 8|app: 0|req: 1043/1921] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:54 2026] POST /v2.0/networks => generated 630 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1922] 10.0.0.94 () {34 vars in 663 bytes} [Wed Jul 1 12:12:54 2026] POST /v2.0/ports => generated 743 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1923] 10.0.0.94 () {34 vars in 665 bytes} [Wed Jul 1 12:12:55 2026] POST /v2.0/trunks => generated 407 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:12:55.438 7 INFO neutron.db.segments_db [None req-e29c6506-f384-48ad-83d9-64824c43b916 edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] Added segment 62dc0413-c935-4a4f-a5e0-967bc365afaf of type vxlan for network f4188ea9-4ab0-47f9-8c8c-3016e66f4cf2 [pid: 8|app: 0|req: 1045/1924] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:55 2026] GET /v2.0/ports?device_id=587ba048-4ded-468a-b7ec-339dd179a85d => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1925] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:55 2026] POST /v2.0/networks => generated 632 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1926] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:12:55 2026] GET /v2.0/security-groups?id=46d5cfe6-11ef-4585-9061-096032d69e62&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1927] 10.0.0.94 () {34 vars in 663 bytes} [Wed Jul 1 12:12:55 2026] POST /v2.0/ports => generated 743 bytes in 256 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: 1047/1928] 10.0.0.94 () {32 vars in 817 bytes} [Wed Jul 1 12:12:55 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&mac_address=fa%3A16%3A3e%3A40%3A8a%3A4b => generated 1200 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:12:55.841 7 INFO neutron.db.segments_db [None req-808d3797-b921-49ad-921d-32bff3acb3ce 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment e9f80744-5b4d-49e5-ac02-6b2f34ee2961 of type vxlan for network 20a4069e-69aa-4661-a684-d49701d083a5 [pid: 7|app: 0|req: 882/1929] 10.0.0.94 () {34 vars in 670 bytes} [Wed Jul 1 12:12:55 2026] POST /v2.0/networks => generated 739 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1930] 10.0.0.94 () {34 vars in 665 bytes} [Wed Jul 1 12:12:55 2026] POST /v2.0/trunks => generated 407 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/1931] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:56 2026] POST /v2.0/subnets => generated 686 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:56.227 8 INFO neutron.db.segments_db [None req-a101f067-d9b5-47da-9426-210bf1c9f551 edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] Added segment c116decd-f62b-4243-821c-c5a08b5b3bfe of type vxlan for network 6f761157-1e91-494d-a66c-a6eed7545fbb [pid: 8|app: 0|req: 1050/1932] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:56 2026] POST /v2.0/networks => generated 631 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:56.346 8 INFO neutron.db.segments_db [None req-1d86d56e-f98a-4d4e-9a04-8d992eb2ce38 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Added segment 65a6f695-58d8-40a6-8f8e-51227dfdb480 of type vxlan for network e258a35b-703f-48ef-a6c1-fb378c69cc15 2026-07-01 12:12:56.571 8 INFO neutron.db.l3_hamode_db [None req-1d86d56e-f98a-4d4e-9a04-8d992eb2ce38 61cbf4d44b624a44ab935bfe7f4f17e8 18a4926d025a4a1da04031b2b0359b37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:12:56.706 7 INFO neutron.db.l3_db [None req-401c550d-8838-4841-876f-9471e580dce4 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Floating IP 5292810f-ba0a-4e26-9ad0-3cc43b42df8f associated. External IP: 10.96.250.206, port: 6371217d-329d-44d6-a8b7-05ba3c2bab66. [pid: 7|app: 0|req: 883/1933] 10.0.0.94 () {34 vars in 676 bytes} [Wed Jul 1 12:12:55 2026] POST /v2.0/floatingips => generated 855 bytes in 1077 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:12:57.087 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e21d4e16-0e07-404e-915f-7e3f97e85e0c'] response: {'name': 'network-changed', 'server_uuid': '587ba048-4ded-468a-b7ec-339dd179a85d', 'tag': '6371217d-329d-44d6-a8b7-05ba3c2bab66', 'status': 'completed', 'code': 200} 2026-07-01 12:12:57.224 8 INFO neutron.db.l3_hamode_db [None req-1d86d56e-f98a-4d4e-9a04-8d992eb2ce38 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 884/1934] 10.0.0.94 () {34 vars in 663 bytes} [Wed Jul 1 12:12:57 2026] POST /v2.0/ports => generated 743 bytes in 331 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: 885/1935] 10.0.0.185 () {34 vars in 1094 bytes} [Wed Jul 1 12:12:57 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-502143740&fields=id&tenant_id=ff1faa71242e4ec09afda19d3f4f604f => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1936] 10.0.0.94 () {34 vars in 665 bytes} [Wed Jul 1 12:12:57 2026] POST /v2.0/trunks => generated 407 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1937] 10.0.0.185 () {34 vars in 982 bytes} [Wed Jul 1 12:12:57 2026] GET /v2.0/networks?id=15a7fba1-c54a-47e5-909e-6a131e62b75b => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:12:57.674 7 INFO neutron.db.segments_db [None req-c711ab25-53f3-4668-ac50-d2a167270368 edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] Added segment d3f3d2a3-9288-4191-835e-ad2fcca0f623 of type vxlan for network 31c05642-e082-4f54-8987-f688172aa7ed [pid: 7|app: 0|req: 888/1938] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:12:57 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: 7|app: 0|req: 889/1939] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:12:57 2026] GET /v2.0/ports?tenant_id=ff1faa71242e4ec09afda19d3f4f604f&device_id=587ba048-4ded-468a-b7ec-339dd179a85d => generated 1469 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1940] 10.0.0.185 () {34 vars in 965 bytes} [Wed Jul 1 12:12:57 2026] GET /v2.0/quotas/ff1faa71242e4ec09afda19d3f4f604f => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1941] 10.0.0.94 () {34 vars in 663 bytes} [Wed Jul 1 12:12:57 2026] POST /v2.0/ports => generated 743 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1051/1942] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:12:56 2026] POST /v2.0/routers => generated 726 bytes in 1869 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1943] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:12:58 2026] GET /v2.0/networks?id=309ab617-8d62-48d9-89b3-689da69e49af => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1944] 10.0.0.94 () {34 vars in 665 bytes} [Wed Jul 1 12:12:58 2026] POST /v2.0/trunks => generated 407 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/1945] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:12:58 2026] GET /v2.0/ports?tenant_id=ff1faa71242e4ec09afda19d3f4f604f&fields=id => generated 333 bytes in 487 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1946] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:12:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.224&port_id=6371217d-329d-44d6-a8b7-05ba3c2bab66 => generated 860 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1947] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:12:58 2026] PUT /v2.0/trunks/64359d49-580f-4803-8889-965bf766333d/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: 1055/1948] 10.0.0.185 () {34 vars in 1008 bytes} [Wed Jul 1 12:12:58 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?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: 1056/1949] 199.204.45.23 () {34 vars in 1103 bytes} [Wed Jul 1 12:12:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f6&port_id=6371217d-329d-44d6-a8b7-05ba3c2bab66 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1950] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:12:58 2026] PUT /v2.0/trunks/fa399204-5139-458f-b5fc-31003a5a3281/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1951] 10.0.0.185 () {34 vars in 1108 bytes} [Wed Jul 1 12:12:58 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1952] 199.204.45.23 () {34 vars in 1063 bytes} [Wed Jul 1 12:12:58 2026] GET /v2.0/subnets?id=68a39471-e9c5-460f-8ce1-d11011351eb4&id=9ea7432e-08c1-4365-af77-188c891acec1 => generated 1409 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1953] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:12:58 2026] PUT /v2.0/trunks/a34e2da6-322c-48a8-ba40-2b9c29c93590/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/1954] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:12:58 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&device_owner=network%3Adhcp => generated 1457 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/1955] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:12:58 2026] PUT /v2.0/trunks/e2b17fe5-e911-4272-bdd1-b917253b7a6f/tags => 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: 1063/1956] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:12:58 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/1957] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:12:58 2026] GET /v2.0/ports?device_id=b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1 => 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: 1065/1958] 10.0.0.94 () {32 vars in 661 bytes} [Wed Jul 1 12:12:58 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/1959] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?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: 1067/1960] 10.0.0.94 () {32 vars in 675 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/1961] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/1962] 10.0.0.94 () {32 vars in 671 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/1963] 10.0.0.94 () {32 vars in 683 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/1964] 10.0.0.94 () {32 vars in 669 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/1965] 10.0.0.94 () {32 vars in 683 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/1966] 10.0.0.94 () {32 vars in 679 bytes} [Wed Jul 1 12:12:59 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: 1074/1967] 10.0.0.94 () {32 vars in 691 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/1968] 10.0.0.94 () {32 vars in 718 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/trunks/64359d49-580f-4803-8889-965bf766333d => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/1969] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/ports/049be950-2734-45ef-848a-51923ed7715e => generated 826 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/1970] 10.0.0.94 () {32 vars in 721 bytes} [Wed Jul 1 12:12:59 2026] DELETE /v2.0/trunks/64359d49-580f-4803-8889-965bf766333d => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/1971] 10.0.0.94 () {32 vars in 718 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/trunks/fa399204-5139-458f-b5fc-31003a5a3281 => generated 420 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/1972] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/ports/9aa95816-1121-45f6-943a-81304a55e1a0 => generated 826 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1973] 10.0.0.94 () {34 vars in 782 bytes} [Wed Jul 1 12:12:58 2026] PUT /v2.0/routers/9569eb2a-80bc-45ba-b3c0-7c35de78e2e2/add_router_interface => generated 309 bytes in 1180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/1974] 10.0.0.94 () {32 vars in 721 bytes} [Wed Jul 1 12:12:59 2026] DELETE /v2.0/trunks/fa399204-5139-458f-b5fc-31003a5a3281 => 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: 895/1975] 10.0.0.94 () {32 vars in 718 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/trunks/a34e2da6-322c-48a8-ba40-2b9c29c93590 => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/1978] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/ports/90a21620-2330-4f1e-8c4c-684fb8f344a2 => generated 826 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1979] 10.0.0.94 () {32 vars in 721 bytes} [Wed Jul 1 12:12:59 2026] DELETE /v2.0/trunks/a34e2da6-322c-48a8-ba40-2b9c29c93590 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/1980] 10.0.0.94 () {32 vars in 718 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/trunks/e2b17fe5-e911-4272-bdd1-b917253b7a6f => generated 414 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1981] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/ports/481e0502-41e7-4488-b3f8-e930e10b761f => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/1982] 10.0.0.94 () {32 vars in 721 bytes} [Wed Jul 1 12:12:59 2026] DELETE /v2.0/trunks/e2b17fe5-e911-4272-bdd1-b917253b7a6f => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1983] 10.0.0.94 () {32 vars in 718 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/trunks/2107fd21-52a8-45c8-ba0b-a6deaddda1c1 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/1984] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:12:59 2026] GET /v2.0/ports/b806c4dd-7fc1-4bee-87fa-a9180de1a30f => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1985] 10.0.0.94 () {32 vars in 721 bytes} [Wed Jul 1 12:12:59 2026] DELETE /v2.0/trunks/2107fd21-52a8-45c8-ba0b-a6deaddda1c1 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:13:00.221 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2d270ab-f36c-4d8d-9b42-5a78d6a36f0b edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] TaaS: Handle Delete Port: 049be950-2734-45ef-848a-51923ed7715e 2026-07-01 12:13:00.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2d270ab-f36c-4d8d-9b42-5a78d6a36f0b edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] Tap Mirror: Handle Delete Port: 049be950-2734-45ef-848a-51923ed7715e [pid: 8|app: 0|req: 1085/1986] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:13:00 2026] DELETE /v2.0/ports/049be950-2734-45ef-848a-51923ed7715e => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:13:00.446 7 INFO neutron_taas.services.taas.taas_plugin [None req-555903d6-7db8-4c18-886e-043b84f5cd14 edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] TaaS: Handle Delete Port: 9aa95816-1121-45f6-943a-81304a55e1a0 2026-07-01 12:13:00.449 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-555903d6-7db8-4c18-886e-043b84f5cd14 edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] Tap Mirror: Handle Delete Port: 9aa95816-1121-45f6-943a-81304a55e1a0 [pid: 7|app: 0|req: 902/1987] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:13:00 2026] DELETE /v2.0/ports/9aa95816-1121-45f6-943a-81304a55e1a0 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:13:00.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-c266522e-bae2-4b51-86fc-6d21adc58142 edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] TaaS: Handle Delete Port: 90a21620-2330-4f1e-8c4c-684fb8f344a2 2026-07-01 12:13:00.668 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c266522e-bae2-4b51-86fc-6d21adc58142 edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] Tap Mirror: Handle Delete Port: 90a21620-2330-4f1e-8c4c-684fb8f344a2 [pid: 8|app: 0|req: 1086/1988] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:13:00 2026] DELETE /v2.0/ports/90a21620-2330-4f1e-8c4c-684fb8f344a2 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:13:00.853 7 INFO neutron_taas.services.taas.taas_plugin [None req-92543028-03ce-4921-bbf9-5d35b7c6890d edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] TaaS: Handle Delete Port: 481e0502-41e7-4488-b3f8-e930e10b761f 2026-07-01 12:13:00.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-92543028-03ce-4921-bbf9-5d35b7c6890d edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] Tap Mirror: Handle Delete Port: 481e0502-41e7-4488-b3f8-e930e10b761f [pid: 7|app: 0|req: 903/1989] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:13:00 2026] DELETE /v2.0/ports/481e0502-41e7-4488-b3f8-e930e10b761f => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:13:01.047 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ce90aeb-5247-4950-918a-e668f4453049 edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] TaaS: Handle Delete Port: b806c4dd-7fc1-4bee-87fa-a9180de1a30f 2026-07-01 12:13:01.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ce90aeb-5247-4950-918a-e668f4453049 edd392407a9c441592d8d900308336b8 9ae32edf68a34d39a4f2705b39f1b5e9 - - default default] Tap Mirror: Handle Delete Port: b806c4dd-7fc1-4bee-87fa-a9180de1a30f [pid: 8|app: 0|req: 1087/1990] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:13:00 2026] DELETE /v2.0/ports/b806c4dd-7fc1-4bee-87fa-a9180de1a30f => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:13:01.275 7 INFO neutron.services.segments.plugin [-] Segment abeff403-1e50-40c3-9912-23109d774206 resource provider aggregate not found 2026-07-01 12:13:01.283 7 INFO neutron.services.segments.plugin [-] Segment abeff403-1e50-40c3-9912-23109d774206 resource provider aggregate not found 2026-07-01 12:13:01.288 7 INFO neutron.services.segments.plugin [-] Segment abeff403-1e50-40c3-9912-23109d774206 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abeff403-1e50-40c3-9912-23109d774206 found for delete ", "request_id": "req-34a5f4cb-6dbb-4fa1-84f5-bac939b47032"}]} [pid: 7|app: 0|req: 904/1991] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:13:01 2026] DELETE /v2.0/networks/a0d2205e-dcc9-4dc3-ac36-7dd38c49e695 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:13:01.318 7 INFO neutron.services.segments.plugin [-] Segment abeff403-1e50-40c3-9912-23109d774206 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abeff403-1e50-40c3-9912-23109d774206 found for delete ", "request_id": "req-4104e74e-e012-446c-b0f2-4cd257de02cf"}]} 2026-07-01 12:13:01.444 8 INFO neutron.services.segments.plugin [-] Segment 11469116-974c-462f-98b3-3e5570a75a08 resource provider aggregate not found 2026-07-01 12:13:01.452 8 INFO neutron.services.segments.plugin [-] Segment 11469116-974c-462f-98b3-3e5570a75a08 resource provider aggregate not found 2026-07-01 12:13:01.460 8 INFO neutron.services.segments.plugin [-] Segment 11469116-974c-462f-98b3-3e5570a75a08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11469116-974c-462f-98b3-3e5570a75a08 found for delete ", "request_id": "req-8c77e819-38f2-4b4e-a4f9-b49461d1b8c5"}]} 2026-07-01 12:13:01.468 8 INFO neutron.services.segments.plugin [-] Segment 11469116-974c-462f-98b3-3e5570a75a08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 11469116-974c-462f-98b3-3e5570a75a08 found for delete ", "request_id": "req-ebf1eaa2-b5be-4a2c-8eb7-6763766ef993"}]} [pid: 8|app: 0|req: 1088/1992] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:13:01 2026] DELETE /v2.0/networks/9af6e25c-3da3-40b2-bf26-9ae80a339207 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1993] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:13:01 2026] DELETE /v2.0/networks/f4188ea9-4ab0-47f9-8c8c-3016e66f4cf2 => 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: 1089/1994] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:13:01 2026] DELETE /v2.0/networks/6f761157-1e91-494d-a66c-a6eed7545fbb => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1995] 10.0.0.185 () {34 vars in 982 bytes} [Wed Jul 1 12:13:01 2026] GET /v2.0/networks?id=20a4069e-69aa-4661-a684-d49701d083a5 => generated 671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1996] 10.0.0.185 () {34 vars in 965 bytes} [Wed Jul 1 12:13:01 2026] GET /v2.0/quotas/18a4926d025a4a1da04031b2b0359b37 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1997] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:13:01 2026] GET /v2.0/ports?tenant_id=18a4926d025a4a1da04031b2b0359b37&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/1998] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:13:01 2026] DELETE /v2.0/networks/31c05642-e082-4f54-8987-f688172aa7ed => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1999] 10.0.0.185 () {34 vars in 1008 bytes} [Wed Jul 1 12:13:01 2026] GET /v2.0/networks/20a4069e-69aa-4661-a684-d49701d083a5?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: 1091/2000] 10.0.0.185 () {34 vars in 1108 bytes} [Wed Jul 1 12:13:01 2026] GET /v2.0/networks/20a4069e-69aa-4661-a684-d49701d083a5?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: 910/2001] 10.0.0.94 () {32 vars in 825 bytes} [Wed Jul 1 12:13:02 2026] GET /v2.0/ports?project_id=3d9085d7a8024304b768c6526270f6e4&network_id=dfbf074c-cbff-452b-9eb6-a648b5594e95 => generated 3695 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2002] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:02 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => 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: 911/2003] 10.0.0.31 () {34 vars in 989 bytes} [Wed Jul 1 12:13:02 2026] GET /v2.0/ports?device_id=587ba048-4ded-468a-b7ec-339dd179a85d => generated 1469 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2004] 10.0.0.31 () {34 vars in 1039 bytes} [Wed Jul 1 12:13:02 2026] GET /v2.0/security-groups?id=46d5cfe6-11ef-4585-9061-096032d69e62&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/2005] 10.0.0.94 () {32 vars in 741 bytes} [Wed Jul 1 12:13:02 2026] GET /v2.0/subnets?network_id=8551412b-218d-4c18-8aa9-960e8066bd01 => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:13:02.841 8 INFO neutron.db.l3_db [None req-657def33-a8e3-4598-bd95-69eceebf6460 d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Floating IP af68d040-e238-4528-bc73-48e9f42b00e4 disassociated. External IP: 10.96.250.215, port: 3f00de15-2b7f-4331-a0d0-a70ec3a3068d. [pid: 7|app: 0|req: 913/2006] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:13:02 2026] GET /v2.0/security-groups?tenant_id=9ae32edf68a34d39a4f2705b39f1b5e9&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/2007] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:13:03 2026] DELETE /v2.0/security-groups/d6a2d7fb-15f8-4dca-a5b1-89d8c0f7f255 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/2008] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:03 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2009] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:13:02 2026] PUT /v2.0/floatingips/af68d040-e238-4528-bc73-48e9f42b00e4 => generated 554 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2010] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:13:03 2026] GET /v2.0/floatingips/af68d040-e238-4528-bc73-48e9f42b00e4 => 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: 916/2011] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:13:03 2026] GET /v2.0/networks?id=15a7fba1-c54a-47e5-909e-6a131e62b75b => generated 705 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:13:03.306 7 INFO neutron.services.segments.plugin [-] Segment 62dc0413-c935-4a4f-a5e0-967bc365afaf resource provider aggregate not found 2026-07-01 12:13:03.308 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a8f651e4-add8-4a49-9cb8-e8d53ce00909'] response: {'name': 'network-changed', 'server_uuid': 'b9ff7a92-155c-4dcf-973b-ae589f3f7a95', 'tag': '3f00de15-2b7f-4331-a0d0-a70ec3a3068d', 'status': 'completed', 'code': 200} 2026-07-01 12:13:03.327 7 INFO neutron.services.segments.plugin [-] Segment 62dc0413-c935-4a4f-a5e0-967bc365afaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62dc0413-c935-4a4f-a5e0-967bc365afaf found for delete ", "request_id": "req-7d8a953a-e9e7-4f79-a17f-6d89c9549dc0"}]} 2026-07-01 12:13:03.338 7 INFO neutron.services.segments.plugin [-] Segment 62dc0413-c935-4a4f-a5e0-967bc365afaf resource provider aggregate not found 2026-07-01 12:13:03.356 7 INFO neutron.services.segments.plugin [-] Segment 62dc0413-c935-4a4f-a5e0-967bc365afaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62dc0413-c935-4a4f-a5e0-967bc365afaf found for delete ", "request_id": "req-2fbebeb2-bef9-484f-b6de-1c98e8e2cfcd"}]} [pid: 7|app: 0|req: 917/2012] 199.204.45.23 () {34 vars in 1049 bytes} [Wed Jul 1 12:13:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ff1faa71242e4ec09afda19d3f4f604f => generated 178 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2013] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:13:03 2026] GET /v2.0/security-groups?tenant_id=7b1309bbd68c4b06a7e191aa4f03c884&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:13:03.494 8 INFO neutron.services.segments.plugin [-] Segment c116decd-f62b-4243-821c-c5a08b5b3bfe resource provider aggregate not found 2026-07-01 12:13:03.508 8 INFO neutron.services.segments.plugin [-] Segment c116decd-f62b-4243-821c-c5a08b5b3bfe resource provider aggregate not found 2026-07-01 12:13:03.524 8 INFO neutron.services.segments.plugin [-] Segment c116decd-f62b-4243-821c-c5a08b5b3bfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c116decd-f62b-4243-821c-c5a08b5b3bfe found for delete ", "request_id": "req-87e1b4f1-4c5b-4a07-bc7b-3e11d92f5f40"}]} 2026-07-01 12:13:03.529 8 INFO neutron.services.segments.plugin [-] Segment c116decd-f62b-4243-821c-c5a08b5b3bfe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c116decd-f62b-4243-821c-c5a08b5b3bfe found for delete ", "request_id": "req-f6ca2c2a-92bb-4df0-9d45-e17367d022fc"}]} 2026-07-01 12:13:03.547 8 INFO neutron.services.segments.plugin [-] Segment d3f3d2a3-9288-4191-835e-ad2fcca0f623 resource provider aggregate not found 2026-07-01 12:13:03.552 8 INFO neutron.services.segments.plugin [-] Segment d3f3d2a3-9288-4191-835e-ad2fcca0f623 resource provider aggregate not found 2026-07-01 12:13:03.570 8 INFO neutron.services.segments.plugin [-] Segment d3f3d2a3-9288-4191-835e-ad2fcca0f623 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3f3d2a3-9288-4191-835e-ad2fcca0f623 found for delete ", "request_id": "req-8df29400-4b0a-41c8-936b-22c393b152fe"}]} 2026-07-01 12:13:03.570 8 INFO neutron.services.segments.plugin [-] Segment d3f3d2a3-9288-4191-835e-ad2fcca0f623 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3f3d2a3-9288-4191-835e-ad2fcca0f623 found for delete ", "request_id": "req-06bda5b5-b941-497f-9760-6941c574d7ad"}]} [pid: 8|app: 0|req: 1097/2014] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:13:03 2026] DELETE /v2.0/security-groups/7da632dc-6df5-4131-af8a-925c4559eadb => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/2015] 199.204.45.23 () {38 vars in 954 bytes} [Wed Jul 1 12:13:03 2026] POST /v2.0/ports => generated 1187 bytes in 428 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: 1098/2016] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:13:03 2026] GET /v2.0/security-groups?tenant_id=671a341e853446e9948ff8bbe93651fa&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2017] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:13:03 2026] GET /v2.0/ports?tenant_id=3d9085d7a8024304b768c6526270f6e4&device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => 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: 1100/2018] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:13:03 2026] DELETE /v2.0/security-groups/41e02425-68b9-403e-bcc4-35184610d778 => 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: 1101/2019] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:13:04 2026] GET /v2.0/networks?id=dfbf074c-cbff-452b-9eb6-a648b5594e95 => generated 757 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2020] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:04 2026] GET /v2.0/ports?device_id=b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1 => generated 1202 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2021] 199.204.45.23 () {34 vars in 1059 bytes} [Wed Jul 1 12:13:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=3f00de15-2b7f-4331-a0d0-a70ec3a3068d => 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: 1104/2022] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:04 2026] GET /v2.0/security-groups?id=46d5cfe6-11ef-4585-9061-096032d69e62&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2023] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:13:04 2026] GET /v2.0/subnets?id=30753407-685a-439a-894e-d988f7daa271 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2024] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:13:04 2026] GET /v2.0/ports?network_id=dfbf074c-cbff-452b-9eb6-a648b5594e95&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: 919/2025] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:13:03 2026] PUT /v2.0/ports/e1149fc1-8a1f-4510-944f-e8b312f58e11 => generated 1468 bytes in 484 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-07-01 12:13:04.324 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8478e03a-4099-4428-a667-ef5e7c5d922f'] response: {'name': 'network-changed', 'server_uuid': 'b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1', 'tag': 'e1149fc1-8a1f-4510-944f-e8b312f58e11', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 920/2026] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:13:04 2026] GET /v2.0/floatingips/af68d040-e238-4528-bc73-48e9f42b00e4 => generated 554 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2027] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:13:04 2026] GET /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95?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: 921/2028] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:04 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => 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: 1108/2029] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:13:04 2026] GET /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95?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: 922/2030] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:13:04 2026] GET /v2.0/ports?tenant_id=ff1faa71242e4ec09afda19d3f4f604f&device_id=b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1 => generated 1471 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2031] 199.204.45.23 () {34 vars in 1017 bytes} [Wed Jul 1 12:13:04 2026] GET /v2.0/networks?tenant_id=ff1faa71242e4ec09afda19d3f4f604f&shared=False => generated 2376 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/2032] 199.204.45.23 () {34 vars in 929 bytes} [Wed Jul 1 12:13:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2033] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:13:05 2026] GET /v2.0/floatingips/af68d040-e238-4528-bc73-48e9f42b00e4 => generated 552 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/2034] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:05 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2035] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:13:06 2026] GET /v2.0/ports?tenant_id=ff1faa71242e4ec09afda19d3f4f604f&device_id=b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1 => generated 1471 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/2036] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:13:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.172&port_id=e1149fc1-8a1f-4510-944f-e8b312f58e11 => 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: 1112/2037] 199.204.45.23 () {34 vars in 1105 bytes} [Wed Jul 1 12:13:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A25f&port_id=e1149fc1-8a1f-4510-944f-e8b312f58e11 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/2038] 199.204.45.23 () {34 vars in 1063 bytes} [Wed Jul 1 12:13:06 2026] GET /v2.0/subnets?id=2ba8902c-251c-4012-a19f-44b3f54ffb1a&id=5272afc2-2e72-4190-bea1-18902a928ccf => generated 1415 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2039] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:13:06 2026] GET /v2.0/ports?network_id=15a7fba1-c54a-47e5-909e-6a131e62b75b&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/2040] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:13:06 2026] GET /v2.0/ports?network_id=15a7fba1-c54a-47e5-909e-6a131e62b75b&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2041] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:13:06 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?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: 928/2042] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:13:06 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/2043] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:13:06 2026] GET /v2.0/networks?id=20a4069e-69aa-4661-a684-d49701d083a5 => generated 671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/2044] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:06 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => 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: 1115/2045] 10.0.0.94 () {34 vars in 684 bytes} [Wed Jul 1 12:13:06 2026] POST /v2.0/security-groups => generated 1673 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2046] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:13:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2047] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:13:06 2026] POST /v2.0/security-group-rules => generated 596 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/2048] 199.204.45.23 () {38 vars in 954 bytes} [Wed Jul 1 12:13:06 2026] POST /v2.0/ports => generated 954 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1118/2049] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:13:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2050] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:13:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:13:07.090 8 INFO neutron.db.securitygroups_db [None req-a3bab9d7-c4f4-4516-9cae-76876fe5203a d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Project 3d9085d7a8024304b768c6526270f6e4 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: 1120/2051] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:13:07 2026] POST /v2.0/security-group-rules => generated 607 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:13:07.220 8 INFO neutron.db.securitygroups_db [None req-61cfffc9-5327-49d9-8281-6782f99d0a50 d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Project 3d9085d7a8024304b768c6526270f6e4 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: 1121/2052] 10.0.0.94 () {34 vars in 694 bytes} [Wed Jul 1 12:13:07 2026] POST /v2.0/security-group-rules => generated 606 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/2053] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:13:06 2026] PUT /v2.0/ports/513508a4-df57-4b01-aa78-7575eca6590f => generated 1235 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:13:07.379 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-618d3528-2bc9-42e2-b9ca-7070e5534fd7'] response: {'name': 'network-changed', 'server_uuid': '83fbdb29-5e03-49ab-91d9-f1d67e37b46c', 'tag': '513508a4-df57-4b01-aa78-7575eca6590f', 'status': 'completed', 'code': 200} 2026-07-01 12:13:07.546 8 INFO neutron.db.segments_db [None req-3418d265-4ef8-42ab-a324-c5a4fea05065 8a759a671d1245ff9055577189409736 7ad99e1aa2594526b42c1c60a538cfcd - - default default] Added segment c303a08f-fe0a-4618-9c41-ee7fb5d0d01c of type vxlan for network 89a75db0-8f1c-4e7d-9e1d-499804ea6b12 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 933/2054] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:07 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => 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: 934/2055] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:07 2026] GET /v2.0/security-groups?id=e13f076a-1af5-40a0-ad28-05f1cb180435&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:13:07.799 8 INFO neutron.db.l3_hamode_db [None req-3418d265-4ef8-42ab-a324-c5a4fea05065 8a759a671d1245ff9055577189409736 7ad99e1aa2594526b42c1c60a538cfcd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 935/2056] 10.0.0.94 () {32 vars in 648 bytes} [Wed Jul 1 12:13:07 2026] GET /v2.0/networks => generated 1298 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/2057] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:13:07 2026] GET /v2.0/ports?tenant_id=18a4926d025a4a1da04031b2b0359b37&device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:13:07.942 8 INFO neutron.db.l3_hamode_db [None req-3418d265-4ef8-42ab-a324-c5a4fea05065 8a759a671d1245ff9055577189409736 7ad99e1aa2594526b42c1c60a538cfcd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 937/2058] 10.0.0.185 () {34 vars in 1098 bytes} [Wed Jul 1 12:13:07 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-401133989&fields=id&tenant_id=3d9085d7a8024304b768c6526270f6e4 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/2059] 199.204.45.23 () {34 vars in 1017 bytes} [Wed Jul 1 12:13:07 2026] GET /v2.0/networks?tenant_id=18a4926d025a4a1da04031b2b0359b37&shared=False => generated 767 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/2060] 10.0.0.185 () {34 vars in 982 bytes} [Wed Jul 1 12:13:07 2026] GET /v2.0/networks?id=dfbf074c-cbff-452b-9eb6-a648b5594e95 => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/2061] 199.204.45.23 () {34 vars in 929 bytes} [Wed Jul 1 12:13:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/2062] 10.0.0.185 () {34 vars in 965 bytes} [Wed Jul 1 12:13:08 2026] GET /v2.0/quotas/3d9085d7a8024304b768c6526270f6e4 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2063] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:13:08 2026] GET /v2.0/ports?tenant_id=3d9085d7a8024304b768c6526270f6e4&fields=id => generated 149 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2064] 10.0.0.185 () {34 vars in 1008 bytes} [Wed Jul 1 12:13:08 2026] GET /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95?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: 944/2065] 10.0.0.185 () {34 vars in 1108 bytes} [Wed Jul 1 12:13:08 2026] GET /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95?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: 945/2066] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:08 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => 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: 1122/2067] 10.0.0.94 () {34 vars in 667 bytes} [Wed Jul 1 12:13:07 2026] POST /v2.0/routers => generated 474 bytes in 1295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2068] 10.0.0.94 () {34 vars in 750 bytes} [Wed Jul 1 12:13:08 2026] PUT /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags => generated 25 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/2069] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:08 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2070] 10.0.0.94 () {32 vars in 730 bytes} [Wed Jul 1 12:13:08 2026] GET /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2071] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:08 2026] GET /v2.0/security-groups?id=e13f076a-1af5-40a0-ad28-05f1cb180435&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2072] 10.0.0.94 () {34 vars in 761 bytes} [Wed Jul 1 12:13:08 2026] PUT /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags/green => generated 4 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2073] 10.0.0.94 () {32 vars in 730 bytes} [Wed Jul 1 12:13:08 2026] GET /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags => generated 34 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2074] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:13:09 2026] GET /v2.0/ports?tenant_id=18a4926d025a4a1da04031b2b0359b37&device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2075] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:13:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=513508a4-df57-4b01-aa78-7575eca6590f => 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: 952/2076] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:13:09 2026] GET /v2.0/subnets?id=34ae8a66-086b-41ab-a2eb-9a40bc324817 => generated 689 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2077] 10.0.0.94 () {34 vars in 757 bytes} [Wed Jul 1 12:13:09 2026] PUT /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags/red => generated 4 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/2078] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:13:09 2026] GET /v2.0/ports?network_id=20a4069e-69aa-4661-a684-d49701d083a5&device_owner=network%3Adhcp => 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: 954/2079] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:13:09 2026] GET /v2.0/networks/20a4069e-69aa-4661-a684-d49701d083a5?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: 1126/2080] 10.0.0.94 () {32 vars in 730 bytes} [Wed Jul 1 12:13:09 2026] GET /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags => generated 34 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2081] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:09 2026] GET /v2.0/ports?device_id=b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1 => generated 1204 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2082] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:13:09 2026] GET /v2.0/networks/20a4069e-69aa-4661-a684-d49701d083a5?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: 1128/2083] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:09 2026] GET /v2.0/security-groups?id=46d5cfe6-11ef-4585-9061-096032d69e62&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2084] 10.0.0.94 () {34 vars in 779 bytes} [Wed Jul 1 12:13:09 2026] PUT /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags/black.or.white => generated 4 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2085] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:09 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => 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: 1129/2086] 10.0.0.94 () {32 vars in 730 bytes} [Wed Jul 1 12:13:09 2026] GET /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags => generated 52 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2087] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:09 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2088] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:10 2026] GET /v2.0/security-groups?id=e13f076a-1af5-40a0-ad28-05f1cb180435&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2089] 10.0.0.94 () {34 vars in 750 bytes} [Wed Jul 1 12:13:09 2026] PUT /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags => generated 37 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2090] 10.0.0.94 () {32 vars in 730 bytes} [Wed Jul 1 12:13:10 2026] GET /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags => generated 37 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2091] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:13:10 2026] GET /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags/red => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:13:10.364 8 INFO neutron.api.v2.resource [None req-0fa9c58f-6407-433b-ab88-4056757b5413 8a759a671d1245ff9055577189409736 7ad99e1aa2594526b42c1c60a538cfcd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1133/2092] 10.0.0.94 () {32 vars in 742 bytes} [Wed Jul 1 12:13:10 2026] GET /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags/green => generated 99 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2093] 10.0.0.94 () {32 vars in 741 bytes} [Wed Jul 1 12:13:10 2026] DELETE /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags/red => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2094] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:10 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => 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: 1134/2095] 10.0.0.94 () {32 vars in 730 bytes} [Wed Jul 1 12:13:10 2026] GET /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags => generated 30 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:13:10.694 7 INFO neutron.api.v2.resource [None req-cbf1299b-7882-41d2-af79-bb1b01130f15 8a759a671d1245ff9055577189409736 7ad99e1aa2594526b42c1c60a538cfcd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 962/2096] 10.0.0.94 () {32 vars in 745 bytes} [Wed Jul 1 12:13:10 2026] DELETE /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags/green => generated 99 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2097] 10.0.0.94 () {32 vars in 733 bytes} [Wed Jul 1 12:13:10 2026] DELETE /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags => 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: 963/2098] 10.0.0.94 () {32 vars in 730 bytes} [Wed Jul 1 12:13:10 2026] GET /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366/tags => generated 12 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2099] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:13:10 2026] GET /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366 => generated 480 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2100] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:11 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2101] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:11 2026] GET /v2.0/security-groups?id=e13f076a-1af5-40a0-ad28-05f1cb180435&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: 964/2102] 10.0.0.94 () {34 vars in 741 bytes} [Wed Jul 1 12:13:10 2026] PUT /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366 => generated 480 bytes in 613 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2103] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:13:11 2026] GET /v2.0/ports?device_id=25f42adf-793e-411a-89fb-fcc8e9edd366 => 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: 1140/2104] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:11 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:13:11.810 7 INFO neutron_taas.services.taas.taas_plugin [None req-7992974d-4901-48d5-9ac0-b5bd493471e9 8a759a671d1245ff9055577189409736 7ad99e1aa2594526b42c1c60a538cfcd - - default default] TaaS: Handle Delete Port: 6fc55636-a777-4f9d-922f-223d9fc07d4f 2026-07-01 12:13:11.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7992974d-4901-48d5-9ac0-b5bd493471e9 8a759a671d1245ff9055577189409736 7ad99e1aa2594526b42c1c60a538cfcd - - default default] Tap Mirror: Handle Delete Port: 6fc55636-a777-4f9d-922f-223d9fc07d4f 2026-07-01 12:13:12.215 7 INFO neutron.services.segments.plugin [-] Segment c303a08f-fe0a-4618-9c41-ee7fb5d0d01c resource provider aggregate not found 2026-07-01 12:13:12.232 7 INFO neutron.services.segments.plugin [-] Segment c303a08f-fe0a-4618-9c41-ee7fb5d0d01c resource provider aggregate not found 2026-07-01 12:13:12.239 7 INFO neutron.services.segments.plugin [-] Segment c303a08f-fe0a-4618-9c41-ee7fb5d0d01c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c303a08f-fe0a-4618-9c41-ee7fb5d0d01c found for delete ", "request_id": "req-f121e0c7-8c9a-4221-b5cc-2af70c66d12f"}]} 2026-07-01 12:13:12.255 7 INFO neutron.db.l3_hamode_db [None req-7992974d-4901-48d5-9ac0-b5bd493471e9 8a759a671d1245ff9055577189409736 7ad99e1aa2594526b42c1c60a538cfcd - - default default] HA network 89a75db0-8f1c-4e7d-9e1d-499804ea6b12 was deleted as no HA routers are present in tenant 7ad99e1aa2594526b42c1c60a538cfcd. [pid: 7|app: 0|req: 965/2105] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:13:11 2026] DELETE /v2.0/routers/25f42adf-793e-411a-89fb-fcc8e9edd366 => generated 0 bytes in 690 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:13:12.269 7 INFO neutron.services.segments.plugin [-] Segment c303a08f-fe0a-4618-9c41-ee7fb5d0d01c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c303a08f-fe0a-4618-9c41-ee7fb5d0d01c found for delete ", "request_id": "req-e0b08717-0861-4e9f-a0bd-0dfd1b49d8fc"}]} [pid: 8|app: 0|req: 1141/2106] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:12 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2107] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:12 2026] GET /v2.0/security-groups?id=e13f076a-1af5-40a0-ad28-05f1cb180435&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2108] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:13:12 2026] GET /v2.0/networks?id=dfbf074c-cbff-452b-9eb6-a648b5594e95 => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2109] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:12 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => 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: 1143/2110] 199.204.45.23 () {34 vars in 1049 bytes} [Wed Jul 1 12:13:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3d9085d7a8024304b768c6526270f6e4 => generated 272 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2111] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:13:12 2026] GET /v2.0/security-groups?tenant_id=7ad99e1aa2594526b42c1c60a538cfcd&name=default => generated 2925 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2112] 199.204.45.23 () {38 vars in 954 bytes} [Wed Jul 1 12:13:12 2026] POST /v2.0/ports => generated 954 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2113] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:13:13 2026] DELETE /v2.0/security-groups/f85c808b-63c4-4bfc-9853-9f878de3c293 => generated 0 bytes in 91 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: 1146/2114] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:13:13 2026] GET /v2.0/security-groups?tenant_id=a4ae9625b59d411aa93b83e6ba9233b2&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2115] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:13 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2116] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:13:13 2026] DELETE /v2.0/security-groups/9753160b-97aa-4d54-aa52-058d7849d42a => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2117] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:13 2026] GET /v2.0/security-groups?id=e13f076a-1af5-40a0-ad28-05f1cb180435&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2118] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:13:13 2026] PUT /v2.0/ports/3e7fabe2-ebbb-4c80-9170-ad7286c7887d => generated 1235 bytes in 492 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2119] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:13 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 969 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, ' 2026-07-01 12:13:13.981 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70199fb8-a1a1-4a71-bec0-4f9640293896'] response: {'name': 'network-changed', 'server_uuid': '8394e985-ad04-4331-9f41-b399a9051b85', 'tag': '3e7fabe2-ebbb-4c80-9170-ad7286c7887d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 970/2120] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:13 2026] GET /v2.0/security-groups?id=cd2bff53-5fda-471b-81d4-a04612f59fd3&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2121] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:13:14 2026] GET /v2.0/ports?tenant_id=3d9085d7a8024304b768c6526270f6e4&device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2122] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:14 2026] GET /v2.0/ports?device_id=b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1 => generated 1204 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2123] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:14 2026] GET /v2.0/security-groups?id=46d5cfe6-11ef-4585-9061-096032d69e62&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2124] 199.204.45.23 () {34 vars in 1017 bytes} [Wed Jul 1 12:13:14 2026] GET /v2.0/networks?tenant_id=3d9085d7a8024304b768c6526270f6e4&shared=False => generated 757 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2125] 10.0.0.94 () {32 vars in 817 bytes} [Wed Jul 1 12:13:14 2026] GET /v2.0/ports?network_id=15a7fba1-c54a-47e5-909e-6a131e62b75b&mac_address=fa%3A16%3A3e%3A70%3A3f%3A43 => generated 1204 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2128] 199.204.45.23 () {34 vars in 929 bytes} [Wed Jul 1 12:13:14 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: 974/2129] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:14 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2130] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:14 2026] GET /v2.0/security-groups?id=e13f076a-1af5-40a0-ad28-05f1cb180435&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: 976/2131] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:15 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2132] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:15 2026] GET /v2.0/security-groups?id=cd2bff53-5fda-471b-81d4-a04612f59fd3&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:13:15.422 8 INFO neutron.db.l3_db [None req-1c06f95c-b960-4b3a-b90e-791d3a3fc5eb 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Floating IP 7d938fad-bb00-4cb6-87e4-2bc417b3442c associated. External IP: 10.96.250.205, port: e1149fc1-8a1f-4510-944f-e8b312f58e11. [pid: 8|app: 0|req: 1156/2133] 10.0.0.94 () {34 vars in 676 bytes} [Wed Jul 1 12:13:14 2026] POST /v2.0/floatingips => generated 855 bytes in 1026 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2134] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:13:15 2026] GET /v2.0/ports?tenant_id=3d9085d7a8024304b768c6526270f6e4&device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:13:15.747 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-046bae83-1ac8-46b5-9b18-e323e30d959a'] response: {'name': 'network-changed', 'server_uuid': 'b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1', 'tag': 'e1149fc1-8a1f-4510-944f-e8b312f58e11', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1157/2135] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:13:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=3e7fabe2-ebbb-4c80-9170-ad7286c7887d => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2136] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:13:15 2026] GET /v2.0/subnets?id=30753407-685a-439a-894e-d988f7daa271 => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2137] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:13:15 2026] GET /v2.0/ports?network_id=dfbf074c-cbff-452b-9eb6-a648b5594e95&device_owner=network%3Adhcp => generated 1244 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2138] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:13:15 2026] GET /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95?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: 1159/2139] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:13:15 2026] GET /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95?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: 981/2140] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:16 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2141] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:16 2026] GET /v2.0/security-groups?id=e13f076a-1af5-40a0-ad28-05f1cb180435&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2142] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:13:16 2026] GET /v2.0/ports?tenant_id=ff1faa71242e4ec09afda19d3f4f604f&device_id=b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1 => generated 1473 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2143] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:16 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => 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: 1161/2144] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:13:16 2026] GET /v2.0/networks?id=15a7fba1-c54a-47e5-909e-6a131e62b75b => generated 801 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2145] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:16 2026] GET /v2.0/security-groups?id=cd2bff53-5fda-471b-81d4-a04612f59fd3&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: 1162/2146] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:13:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.172&port_id=e1149fc1-8a1f-4510-944f-e8b312f58e11 => generated 858 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2147] 199.204.45.23 () {34 vars in 1105 bytes} [Wed Jul 1 12:13:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A25f&port_id=e1149fc1-8a1f-4510-944f-e8b312f58e11 => 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: 1163/2148] 199.204.45.23 () {34 vars in 1063 bytes} [Wed Jul 1 12:13:16 2026] GET /v2.0/subnets?id=2ba8902c-251c-4012-a19f-44b3f54ffb1a&id=5272afc2-2e72-4190-bea1-18902a928ccf => generated 1415 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2149] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:13:16 2026] GET /v2.0/ports?network_id=15a7fba1-c54a-47e5-909e-6a131e62b75b&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2150] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:13:16 2026] GET /v2.0/ports?network_id=15a7fba1-c54a-47e5-909e-6a131e62b75b&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: 987/2151] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:13:16 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?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: 1165/2152] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:13:16 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?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: 1166/2153] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:17 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2154] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:17 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2155] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:17 2026] GET /v2.0/security-groups?id=cd2bff53-5fda-471b-81d4-a04612f59fd3&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2156] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:17 2026] GET /v2.0/security-groups?id=e13f076a-1af5-40a0-ad28-05f1cb180435&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:13:17.732 7 INFO neutron.db.segments_db [None req-988a186c-d9fb-4b06-8845-bc2f20e85667 6431af16348143e5a1ffffb51c73ef1a 6ec729df417741b9995de9b9aa7dd1cc - - default default] Added segment 82af09c0-7947-45e4-bbe1-2b4ed15759d8 of type vxlan for network eb6d1658-1dfb-4702-b0d6-9791185ea078 [pid: 7|app: 0|req: 988/2157] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:13:17 2026] POST /v2.0/networks => generated 631 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:13:17.910 8 INFO neutron.db.segments_db [None req-5a6b13aa-8eaa-4fc0-bdec-1cc656f6eaf8 6431af16348143e5a1ffffb51c73ef1a 6ec729df417741b9995de9b9aa7dd1cc - - default default] Added segment 8567b578-7c28-4399-8f35-f012bcd1d7ea of type vxlan for network 1f3e410a-4d62-46cc-8234-14b00803ad92 [pid: 8|app: 0|req: 1170/2158] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:13:17 2026] POST /v2.0/networks => generated 631 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2159] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:13:18 2026] PUT /v2.0/networks/eb6d1658-1dfb-4702-b0d6-9791185ea078/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2160] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:13:18 2026] GET /v2.0/networks/eb6d1658-1dfb-4702-b0d6-9791185ea078/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2161] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:13:18 2026] PUT /v2.0/networks/1f3e410a-4d62-46cc-8234-14b00803ad92/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2162] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:13:18 2026] GET /v2.0/networks/1f3e410a-4d62-46cc-8234-14b00803ad92/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2163] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:13:18 2026] PUT /v2.0/networks/1f3e410a-4d62-46cc-8234-14b00803ad92/tags => generated 12 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2164] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:13:18 2026] GET /v2.0/networks/1f3e410a-4d62-46cc-8234-14b00803ad92/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2165] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:13:18 2026] GET /v2.0/networks/eb6d1658-1dfb-4702-b0d6-9791185ea078/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:13:18.569 8 INFO neutron.services.segments.plugin [-] Segment 82af09c0-7947-45e4-bbe1-2b4ed15759d8 resource provider aggregate not found 2026-07-01 12:13:18.574 8 INFO neutron.services.segments.plugin [-] Segment 82af09c0-7947-45e4-bbe1-2b4ed15759d8 resource provider aggregate not found 2026-07-01 12:13:18.598 8 INFO neutron.services.segments.plugin [-] Segment 82af09c0-7947-45e4-bbe1-2b4ed15759d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82af09c0-7947-45e4-bbe1-2b4ed15759d8 found for delete ", "request_id": "req-a4608e59-19bb-4bb1-b27d-e56a95fa8dd5"}]} 2026-07-01 12:13:18.600 8 INFO neutron.services.segments.plugin [-] Segment 82af09c0-7947-45e4-bbe1-2b4ed15759d8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82af09c0-7947-45e4-bbe1-2b4ed15759d8 found for delete ", "request_id": "req-122ebad1-acef-47e0-8ef0-1964b5c4e336"}]} [pid: 8|app: 0|req: 1174/2166] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:13:18 2026] DELETE /v2.0/networks/eb6d1658-1dfb-4702-b0d6-9791185ea078 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:13:18.725 7 INFO neutron.services.segments.plugin [-] Segment 8567b578-7c28-4399-8f35-f012bcd1d7ea resource provider aggregate not found 2026-07-01 12:13:18.729 7 INFO neutron.services.segments.plugin [-] Segment 8567b578-7c28-4399-8f35-f012bcd1d7ea resource provider aggregate not found [pid: 8|app: 0|req: 1175/2167] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:18 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:13:18.748 7 INFO neutron.services.segments.plugin [-] Segment 8567b578-7c28-4399-8f35-f012bcd1d7ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8567b578-7c28-4399-8f35-f012bcd1d7ea found for delete ", "request_id": "req-ba19d5c3-80f1-4d2e-a53c-fc11514d7f3c"}]} 2026-07-01 12:13:18.750 7 INFO neutron.services.segments.plugin [-] Segment 8567b578-7c28-4399-8f35-f012bcd1d7ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8567b578-7c28-4399-8f35-f012bcd1d7ea found for delete ", "request_id": "req-31f94832-deaa-43a8-a55c-c50134cf271a"}]} [pid: 8|app: 0|req: 1176/2168] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:18 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => 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: 993/2169] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:13:18 2026] DELETE /v2.0/networks/1f3e410a-4d62-46cc-8234-14b00803ad92 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2170] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:18 2026] GET /v2.0/security-groups?id=e13f076a-1af5-40a0-ad28-05f1cb180435&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2171] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:18 2026] GET /v2.0/security-groups?id=cd2bff53-5fda-471b-81d4-a04612f59fd3&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2172] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:13:19 2026] GET /v2.0/security-groups?tenant_id=c81ea0af80c548e795f62af4cc1a4c1b&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2173] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:13:19 2026] DELETE /v2.0/security-groups/0e052474-d39e-4763-97b6-ed704ce11e41 => 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: 1179/2174] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:19 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => 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: 1180/2175] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:13:19 2026] GET /v2.0/security-groups?tenant_id=6ec729df417741b9995de9b9aa7dd1cc&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: 996/2176] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:19 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => 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: 1181/2177] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:13:19 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2178] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:19 2026] GET /v2.0/security-groups?id=e13f076a-1af5-40a0-ad28-05f1cb180435&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2179] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:19 2026] GET /v2.0/security-groups?id=cd2bff53-5fda-471b-81d4-a04612f59fd3&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2180] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:13:19 2026] DELETE /v2.0/security-groups/5faff348-73ba-4149-971e-9ff9be86518f => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:13:20.181 7 INFO neutron_taas.services.taas.taas_plugin [req-e9751966-3b7e-4403-a890-efd7842b6eff req-1ad7e38e-733e-4a2b-af73-fe3354ab1615 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] TaaS: Handle Delete Port: 513508a4-df57-4b01-aa78-7575eca6590f 2026-07-01 12:13:20.185 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e9751966-3b7e-4403-a890-efd7842b6eff req-1ad7e38e-733e-4a2b-af73-fe3354ab1615 8e4e1b3c928c4f219ea0356edb7b1c84 18a4926d025a4a1da04031b2b0359b37 - - default default] Tap Mirror: Handle Delete Port: 513508a4-df57-4b01-aa78-7575eca6590f [pid: 7|app: 0|req: 999/2181] 199.204.45.23 () {36 vars in 996 bytes} [Wed Jul 1 12:13:20 2026] DELETE /v2.0/ports/513508a4-df57-4b01-aa78-7575eca6590f => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:13:20.355 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0827b799-69d4-4f50-b512-9906a07b79c9'] response: {'server_uuid': '83fbdb29-5e03-49ab-91d9-f1d67e37b46c', 'name': 'network-vif-deleted', 'tag': '513508a4-df57-4b01-aa78-7575eca6590f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1183/2182] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:21 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => 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: 1000/2183] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:21 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2184] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:21 2026] GET /v2.0/security-groups?id=cd2bff53-5fda-471b-81d4-a04612f59fd3&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: 1001/2185] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:21 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2186] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:21 2026] GET /v2.0/security-groups?id=cd2bff53-5fda-471b-81d4-a04612f59fd3&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2187] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:13:21 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:13:21.697 8 INFO neutron.db.l3_db [None req-8728bd31-1d45-4ed7-928d-22b90657ebdb d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Floating IP af68d040-e238-4528-bc73-48e9f42b00e4 associated. External IP: 10.96.250.215, port: 3e7fabe2-ebbb-4c80-9170-ad7286c7887d. [pid: 8|app: 0|req: 1186/2188] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:13:21 2026] PUT /v2.0/floatingips/af68d040-e238-4528-bc73-48e9f42b00e4 => generated 855 bytes in 600 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:13:22.013 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec35a5aa-3c1b-45be-99b9-ef200306af6d'] response: {'name': 'network-changed', 'server_uuid': '8394e985-ad04-4331-9f41-b399a9051b85', 'tag': '3e7fabe2-ebbb-4c80-9170-ad7286c7887d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1003/2189] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:13:21 2026] GET /v2.0/floatingips/af68d040-e238-4528-bc73-48e9f42b00e4 => generated 855 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2190] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:22 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => 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: 1004/2191] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:13:22 2026] GET /v2.0/ports?tenant_id=3d9085d7a8024304b768c6526270f6e4&device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 1240 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2192] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:13:22 2026] GET /v2.0/networks?id=dfbf074c-cbff-452b-9eb6-a648b5594e95 => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2193] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:13:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=3e7fabe2-ebbb-4c80-9170-ad7286c7887d => generated 858 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2194] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:13:22 2026] GET /v2.0/subnets?id=30753407-685a-439a-894e-d988f7daa271 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2195] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:13:22 2026] GET /v2.0/ports?network_id=dfbf074c-cbff-452b-9eb6-a648b5594e95&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: 1190/2196] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:13:22 2026] GET /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2197] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:13:22 2026] GET /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95?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: 1191/2198] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:13:23 2026] GET /v2.0/floatingips/af68d040-e238-4528-bc73-48e9f42b00e4 => generated 855 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2199] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:23 2026] GET /v2.0/ports?device_id=83fbdb29-5e03-49ab-91d9-f1d67e37b46c => 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: 1192/2200] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:13:24 2026] GET /v2.0/floatingips/af68d040-e238-4528-bc73-48e9f42b00e4 => generated 857 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:13:25.937 7 INFO neutron_taas.services.taas.taas_plugin [None req-1f2e6233-b5d5-46f8-beee-f756e1479417 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: b1927ddb-7c37-477e-b2de-d39861fb1907 2026-07-01 12:13:25.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f2e6233-b5d5-46f8-beee-f756e1479417 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: b1927ddb-7c37-477e-b2de-d39861fb1907 [pid: 7|app: 0|req: 1009/2201] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:13:25 2026] PUT /v2.0/routers/9569eb2a-80bc-45ba-b3c0-7c35de78e2e2/remove_router_interface => generated 309 bytes in 1015 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:13:26.749 8 INFO neutron_taas.services.taas.taas_plugin [None req-98faab26-5641-4c9e-bf61-93cdabbc882c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 900b9223-84aa-4a5b-877d-807ac0ad08f2 2026-07-01 12:13:26.753 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98faab26-5641-4c9e-bf61-93cdabbc882c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 900b9223-84aa-4a5b-877d-807ac0ad08f2 2026-07-01 12:13:27.010 8 INFO neutron_taas.services.taas.taas_plugin [None req-98faab26-5641-4c9e-bf61-93cdabbc882c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: c8a93efd-6491-43d9-a09b-fb2f256beba7 2026-07-01 12:13:27.013 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98faab26-5641-4c9e-bf61-93cdabbc882c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: c8a93efd-6491-43d9-a09b-fb2f256beba7 2026-07-01 12:13:27.405 8 INFO neutron.services.segments.plugin [-] Segment 65a6f695-58d8-40a6-8f8e-51227dfdb480 resource provider aggregate not found 2026-07-01 12:13:27.405 8 INFO neutron.services.segments.plugin [-] Segment 65a6f695-58d8-40a6-8f8e-51227dfdb480 resource provider aggregate not found 2026-07-01 12:13:27.426 8 INFO neutron.services.segments.plugin [-] Segment 65a6f695-58d8-40a6-8f8e-51227dfdb480 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65a6f695-58d8-40a6-8f8e-51227dfdb480 found for delete ", "request_id": "req-267f5fe8-227b-4ccc-bdc9-c9fe07ad38d4"}]} 2026-07-01 12:13:27.428 8 INFO neutron.services.segments.plugin [-] Segment 65a6f695-58d8-40a6-8f8e-51227dfdb480 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65a6f695-58d8-40a6-8f8e-51227dfdb480 found for delete ", "request_id": "req-d110c889-9954-40b2-92e0-1958e2dff8f3"}]} 2026-07-01 12:13:27.431 8 INFO neutron.db.l3_hamode_db [None req-98faab26-5641-4c9e-bf61-93cdabbc882c 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] HA network e258a35b-703f-48ef-a6c1-fb378c69cc15 was deleted as no HA routers are present in tenant 18a4926d025a4a1da04031b2b0359b37. [pid: 8|app: 0|req: 1193/2202] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:13:26 2026] DELETE /v2.0/routers/9569eb2a-80bc-45ba-b3c0-7c35de78e2e2 => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2203] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:13:27 2026] DELETE /v2.0/subnets/34ae8a66-086b-41ab-a2eb-9a40bc324817 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:13:27.683 8 INFO neutron_taas.services.taas.taas_plugin [None req-561fdf57-4a3f-4b0b-95f9-d30989db06ab 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: f9726f85-229b-4006-a6cf-d32760371bcc 2026-07-01 12:13:27.686 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-561fdf57-4a3f-4b0b-95f9-d30989db06ab 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: f9726f85-229b-4006-a6cf-d32760371bcc [pid: 8|app: 0|req: 1194/2204] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:13:27 2026] DELETE /v2.0/networks/20a4069e-69aa-4661-a684-d49701d083a5 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2205] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:13:27 2026] GET /v2.0/security-groups?tenant_id=18a4926d025a4a1da04031b2b0359b37&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2206] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:13:28 2026] DELETE /v2.0/security-groups/e13f076a-1af5-40a0-ad28-05f1cb180435 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:13:29.446 8 INFO neutron.services.segments.plugin [-] Segment e9f80744-5b4d-49e5-ac02-6b2f34ee2961 resource provider aggregate not found 2026-07-01 12:13:29.450 8 INFO neutron.services.segments.plugin [-] Segment e9f80744-5b4d-49e5-ac02-6b2f34ee2961 resource provider aggregate not found 2026-07-01 12:13:29.466 8 INFO neutron.services.segments.plugin [-] Segment e9f80744-5b4d-49e5-ac02-6b2f34ee2961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9f80744-5b4d-49e5-ac02-6b2f34ee2961 found for delete ", "request_id": "req-78563a55-eb9d-46e8-b1e3-8382a2f1bfbf"}]} 2026-07-01 12:13:29.470 8 INFO neutron.services.segments.plugin [-] Segment e9f80744-5b4d-49e5-ac02-6b2f34ee2961 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9f80744-5b4d-49e5-ac02-6b2f34ee2961 found for delete ", "request_id": "req-0179cf05-eb4a-4929-aecc-b06f10f785ef"}]} [pid: 8|app: 0|req: 1197/2209] 10.0.0.31 () {34 vars in 989 bytes} [Wed Jul 1 12:13:36 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2210] 10.0.0.31 () {34 vars in 1039 bytes} [Wed Jul 1 12:13:36 2026] GET /v2.0/security-groups?id=cd2bff53-5fda-471b-81d4-a04612f59fd3&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2211] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:13:40 2026] GET /v2.0/security-groups?tenant_id=1df3b3b2ded74fbca2a188dd2ef8b125&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2212] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:13:41 2026] DELETE /v2.0/security-groups/98bdc2d6-ffd2-48b4-958c-0969b2e0b4b1 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2215] 10.0.0.31 () {34 vars in 989 bytes} [Wed Jul 1 12:13:45 2026] GET /v2.0/ports?device_id=b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1 => generated 1473 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2216] 10.0.0.31 () {34 vars in 1039 bytes} [Wed Jul 1 12:13:45 2026] GET /v2.0/security-groups?id=46d5cfe6-11ef-4585-9061-096032d69e62&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2217] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:45 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2218] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:45 2026] GET /v2.0/security-groups?id=cd2bff53-5fda-471b-81d4-a04612f59fd3&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2219] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:47 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2220] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:47 2026] GET /v2.0/security-groups?id=cd2bff53-5fda-471b-81d4-a04612f59fd3&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: 1019/2221] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:48 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => 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: 1203/2222] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:48 2026] GET /v2.0/security-groups?id=cd2bff53-5fda-471b-81d4-a04612f59fd3&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2223] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:13:48 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:13:48.546 8 INFO neutron_taas.services.taas.taas_plugin [req-b6fbe520-af13-485d-9f3b-14e2015813a7 req-a1dd28ff-224b-4e67-b35e-69b00c1cf9c3 d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] TaaS: Handle Delete Port: 3e7fabe2-ebbb-4c80-9170-ad7286c7887d 2026-07-01 12:13:48.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b6fbe520-af13-485d-9f3b-14e2015813a7 req-a1dd28ff-224b-4e67-b35e-69b00c1cf9c3 d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Tap Mirror: Handle Delete Port: 3e7fabe2-ebbb-4c80-9170-ad7286c7887d 2026-07-01 12:13:48.667 8 INFO neutron.db.l3_db [req-b6fbe520-af13-485d-9f3b-14e2015813a7 req-a1dd28ff-224b-4e67-b35e-69b00c1cf9c3 d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Floating IP af68d040-e238-4528-bc73-48e9f42b00e4 disassociated. External IP: 10.96.250.215, port: 3e7fabe2-ebbb-4c80-9170-ad7286c7887d. [pid: 8|app: 0|req: 1204/2224] 199.204.45.23 () {36 vars in 996 bytes} [Wed Jul 1 12:13:48 2026] DELETE /v2.0/ports/3e7fabe2-ebbb-4c80-9170-ad7286c7887d => generated 0 bytes in 657 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:13:49.072 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e04b0f8d-f64b-4ff0-b244-885ee08b669e'] response: {'server_uuid': '8394e985-ad04-4331-9f41-b399a9051b85', 'name': 'network-vif-deleted', 'tag': '3e7fabe2-ebbb-4c80-9170-ad7286c7887d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1021/2225] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:49 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => 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: 1205/2226] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:50 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2227] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:51 2026] GET /v2.0/ports?device_id=8394e985-ad04-4331-9f41-b399a9051b85 => 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: 1022/2228] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:13:51 2026] GET /v2.0/security-groups?tenant_id=ad274800de564c87a202711135e44121&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2229] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:13:51 2026] DELETE /v2.0/security-groups/d1ca5faf-c437-48a8-a848-8830438fee5f => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2230] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:13:52 2026] DELETE /v2.0/security-groups/cd2bff53-5fda-471b-81d4-a04612f59fd3 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:13:52.957 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2fe8372-6f62-4146-826a-7d4e5d2ba8ba d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] TaaS: Handle Delete Port: bbbbf681-5d35-4dfb-92ee-4a1d4d787cec 2026-07-01 12:13:52.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2fe8372-6f62-4146-826a-7d4e5d2ba8ba d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Tap Mirror: Handle Delete Port: bbbbf681-5d35-4dfb-92ee-4a1d4d787cec [pid: 8|app: 0|req: 1208/2231] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:13:52 2026] DELETE /v2.0/floatingips/af68d040-e238-4528-bc73-48e9f42b00e4 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2232] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:53 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 975 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2233] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:53 2026] GET /v2.0/security-groups?id=0ffebd5f-c323-42d5-874f-cdb659f0afa9&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2234] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:54 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2235] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:54 2026] GET /v2.0/security-groups?id=0ffebd5f-c323-42d5-874f-cdb659f0afa9&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: 1026/2236] 10.0.0.240 () {30 vars in 650 bytes} [Wed Jul 1 12:13:54 2026] GET /v2.0/extensions => generated 21537 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2237] 10.0.0.240 () {30 vars in 724 bytes} [Wed Jul 1 12:13:54 2026] GET /v2.0/quotas/42a6c82c6fa74eca907cd8fc6dc91d70/details => generated 847 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2238] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:55 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2239] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:13:55 2026] GET /v2.0/security-groups?id=0ffebd5f-c323-42d5-874f-cdb659f0afa9&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2240] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:13:55 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:13:55.917 7 INFO neutron_taas.services.taas.taas_plugin [req-0aa0ad7e-c73d-430b-aff0-b17054a8b112 req-830a8808-e86e-4378-9423-f7a8cad873e8 d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] TaaS: Handle Delete Port: 3f00de15-2b7f-4331-a0d0-a70ec3a3068d 2026-07-01 12:13:55.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0aa0ad7e-c73d-430b-aff0-b17054a8b112 req-830a8808-e86e-4378-9423-f7a8cad873e8 d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Tap Mirror: Handle Delete Port: 3f00de15-2b7f-4331-a0d0-a70ec3a3068d [pid: 7|app: 0|req: 1029/2241] 199.204.45.23 () {36 vars in 996 bytes} [Wed Jul 1 12:13:55 2026] DELETE /v2.0/ports/3f00de15-2b7f-4331-a0d0-a70ec3a3068d => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:13:56.100 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a628c6f8-6036-4b26-885a-ff82061bb10e'] response: {'server_uuid': 'b9ff7a92-155c-4dcf-973b-ae589f3f7a95', 'name': 'network-vif-deleted', 'tag': '3f00de15-2b7f-4331-a0d0-a70ec3a3068d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1213/2242] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:56 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => 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: 1030/2243] 10.0.0.240 () {30 vars in 650 bytes} [Wed Jul 1 12:13:56 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2244] 10.0.0.240 () {30 vars in 724 bytes} [Wed Jul 1 12:13:56 2026] GET /v2.0/quotas/42a6c82c6fa74eca907cd8fc6dc91d70/details => generated 847 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2245] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:57 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => 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: 1215/2246] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:13:58 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => 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: 1032/2247] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:13:59 2026] GET /v2.0/ports?device_id=b9ff7a92-155c-4dcf-973b-ae589f3f7a95 => 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: 1216/2248] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:13:59 2026] GET /v2.0/security-groups?tenant_id=42a6c82c6fa74eca907cd8fc6dc91d70&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2249] 10.0.0.37 () {30 vars in 689 bytes} [Wed Jul 1 12:13:59 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2250] 10.0.0.37 () {30 vars in 691 bytes} [Wed Jul 1 12:13:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2251] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:13:59 2026] DELETE /v2.0/security-groups/7b3f7195-e278-47e3-bbcf-6add0aa00781 => 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: 1219/2252] 10.0.0.37 () {30 vars in 667 bytes} [Wed Jul 1 12:13:59 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: 1034/2253] 10.0.0.37 () {30 vars in 703 bytes} [Wed Jul 1 12:13:59 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2256] 10.0.0.37 () {28 vars in 438 bytes} [Wed Jul 1 12:13:59 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2257] 10.0.0.37 () {30 vars in 727 bytes} [Wed Jul 1 12:13:59 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 658 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2258] 10.0.0.37 () {30 vars in 689 bytes} [Wed Jul 1 12:14:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2259] 10.0.0.37 () {30 vars in 691 bytes} [Wed Jul 1 12:14:00 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: 1223/2260] 10.0.0.37 () {30 vars in 667 bytes} [Wed Jul 1 12:14:00 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: 1038/2261] 10.0.0.37 () {30 vars in 703 bytes} [Wed Jul 1 12:14:00 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: 1039/2262] 10.0.0.37 () {30 vars in 727 bytes} [Wed Jul 1 12:14:00 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2263] 10.0.0.37 () {30 vars in 689 bytes} [Wed Jul 1 12:14:00 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: 1224/2264] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:00 2026] DELETE /v2.0/security-groups/0ffebd5f-c323-42d5-874f-cdb659f0afa9 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2265] 10.0.0.37 () {30 vars in 691 bytes} [Wed Jul 1 12:14:00 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: 1225/2266] 10.0.0.37 () {30 vars in 667 bytes} [Wed Jul 1 12:14:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2267] 10.0.0.37 () {30 vars in 703 bytes} [Wed Jul 1 12:14:00 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: 1043/2268] 10.0.0.37 () {30 vars in 729 bytes} [Wed Jul 1 12:14:00 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2269] 10.0.0.37 () {30 vars in 681 bytes} [Wed Jul 1 12:14:00 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:14:00.708 8 INFO neutron_taas.services.taas.taas_plugin [None req-e29229ca-0794-4e75-8641-f06d0babe5b6 d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] TaaS: Handle Delete Port: 864a0a92-020c-4682-afc4-bf64e696ba93 2026-07-01 12:14:00.712 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e29229ca-0794-4e75-8641-f06d0babe5b6 d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Tap Mirror: Handle Delete Port: 864a0a92-020c-4682-afc4-bf64e696ba93 [pid: 7|app: 0|req: 1045/2270] 10.0.0.37 () {34 vars in 703 bytes} [Wed Jul 1 12:14:00 2026] POST /v2.0/ports => generated 1132 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2271] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:14:00 2026] PUT /v2.0/routers/96d083c0-6a73-43bb-afe9-144898184445/remove_router_interface => generated 309 bytes in 1026 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: 1046/2272] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:14:01 2026] DELETE /v2.0/subnets/30753407-685a-439a-894e-d988f7daa271 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:14:01.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-a49e758a-ab6d-45a0-9edf-9334adc349af d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] TaaS: Handle Delete Port: f64c8c79-47c3-4f04-b63e-249755fcec31 2026-07-01 12:14:01.780 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a49e758a-ab6d-45a0-9edf-9334adc349af d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Tap Mirror: Handle Delete Port: f64c8c79-47c3-4f04-b63e-249755fcec31 2026-07-01 12:14:02.083 8 INFO neutron_taas.services.taas.taas_plugin [None req-a49e758a-ab6d-45a0-9edf-9334adc349af d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] TaaS: Handle Delete Port: 73566f0e-9198-4aa9-a210-1f69b28c2e6a 2026-07-01 12:14:02.087 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a49e758a-ab6d-45a0-9edf-9334adc349af d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Tap Mirror: Handle Delete Port: 73566f0e-9198-4aa9-a210-1f69b28c2e6a 2026-07-01 12:14:02.513 8 INFO neutron.services.segments.plugin [-] Segment b9d045cc-2187-4b70-a4ae-3172a35e81c4 resource provider aggregate not found 2026-07-01 12:14:02.520 8 INFO neutron.services.segments.plugin [-] Segment b9d045cc-2187-4b70-a4ae-3172a35e81c4 resource provider aggregate not found 2026-07-01 12:14:02.534 8 INFO neutron.services.segments.plugin [-] Segment b9d045cc-2187-4b70-a4ae-3172a35e81c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9d045cc-2187-4b70-a4ae-3172a35e81c4 found for delete ", "request_id": "req-e0682c66-e768-4d07-8f55-a4955a78f196"}]} 2026-07-01 12:14:02.543 8 INFO neutron.services.segments.plugin [-] Segment b9d045cc-2187-4b70-a4ae-3172a35e81c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b9d045cc-2187-4b70-a4ae-3172a35e81c4 found for delete ", "request_id": "req-9a30e0d4-9e69-4eb4-9ada-26b963bb9429"}]} 2026-07-01 12:14:02.543 8 INFO neutron.db.l3_hamode_db [None req-a49e758a-ab6d-45a0-9edf-9334adc349af d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] HA network b4acb734-8b4c-42dc-bdca-9f6d9908f743 was deleted as no HA routers are present in tenant 3d9085d7a8024304b768c6526270f6e4. [pid: 8|app: 0|req: 1227/2273] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:14:01 2026] DELETE /v2.0/routers/96d083c0-6a73-43bb-afe9-144898184445 => generated 0 bytes in 994 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:14:02.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-07ab8426-c364-4c22-b201-ec89033b326b d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] TaaS: Handle Delete Port: 1b3a6a2d-1b9a-4bba-a155-80ac0d655a92 2026-07-01 12:14:02.676 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07ab8426-c364-4c22-b201-ec89033b326b d47c4286aada4115b37c78a22558e465 3d9085d7a8024304b768c6526270f6e4 - - default default] Tap Mirror: Handle Delete Port: 1b3a6a2d-1b9a-4bba-a155-80ac0d655a92 2026-07-01 12:14:02.864 7 INFO neutron.services.segments.plugin [-] Segment cf6ca303-a230-4320-80bc-0464e51e823a resource provider aggregate not found 2026-07-01 12:14:02.870 7 INFO neutron.services.segments.plugin [-] Segment cf6ca303-a230-4320-80bc-0464e51e823a resource provider aggregate not found 2026-07-01 12:14:02.888 7 INFO neutron.services.segments.plugin [-] Segment cf6ca303-a230-4320-80bc-0464e51e823a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf6ca303-a230-4320-80bc-0464e51e823a found for delete ", "request_id": "req-31ed8022-f6ef-4173-bb7f-87bc9f8beae6"}]} 2026-07-01 12:14:02.892 7 INFO neutron.services.segments.plugin [-] Segment cf6ca303-a230-4320-80bc-0464e51e823a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf6ca303-a230-4320-80bc-0464e51e823a found for delete ", "request_id": "req-e5d8e7d5-d07d-4e00-a395-c721781b856b"}]} [pid: 7|app: 0|req: 1047/2274] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:14:02 2026] DELETE /v2.0/networks/dfbf074c-cbff-452b-9eb6-a648b5594e95 => generated 0 bytes in 339 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2275] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:14:03 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2276] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:14:03 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: 1229/2277] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:14:03 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: 1049/2278] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:14:03 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: 1230/2279] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:14:03 2026] GET /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2280] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:04 2026] GET /v2.0/security-groups?tenant_id=353114bf9f3c42b8ae75b6f28ed32a48&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2281] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:14:04 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: 1052/2282] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:04 2026] DELETE /v2.0/security-groups/94c9c7a1-59f5-48af-af36-4f3af78f4030 => 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: 1053/2283] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:14:04 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: 1054/2284] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:14:04 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: 1231/2285] 10.0.0.94 () {34 vars in 683 bytes} [Wed Jul 1 12:14:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2286] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:14:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:14:04.425 7 INFO neutron.api.v2.resource [None req-a7bc83bb-2ab4-47dd-88bc-93105822f4d5 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1056/2287] 199.204.45.23 () {30 vars in 762 bytes} [Wed Jul 1 12:14:04 2026] GET /v2.0/security-groups/lb-59bca61a-a079-41a3-ad04-cd9edecc1de7 => 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: 1057/2288] 199.204.45.23 () {30 vars in 784 bytes} [Wed Jul 1 12:14:04 2026] GET /v2.0/security-groups?name=lb-59bca61a-a079-41a3-ad04-cd9edecc1de7 => generated 23 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2289] 10.0.0.94 () {34 vars in 683 bytes} [Wed Jul 1 12:14:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2290] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:04 2026] GET /v2.0/security-groups?tenant_id=3d9085d7a8024304b768c6526270f6e4&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: 1058/2291] 199.204.45.23 () {34 vars in 735 bytes} [Wed Jul 1 12:14:04 2026] POST /v2.0/security-groups => generated 1636 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2292] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:04 2026] DELETE /v2.0/security-groups/59d62df1-ee03-4729-9363-09fa021df410 => 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: 1234/2293] 10.0.0.94 () {34 vars in 683 bytes} [Wed Jul 1 12:14:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2294] 199.204.45.23 () {30 vars in 814 bytes} [Wed Jul 1 12:14:04 2026] GET /v2.0/security-group-rules?security_group_id=bd38a31f-d6c1-419b-b9b1-b5e7062b6dec => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2295] 10.0.0.94 () {34 vars in 683 bytes} [Wed Jul 1 12:14:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2296] 10.0.0.94 () {34 vars in 683 bytes} [Wed Jul 1 12:14:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2297] 199.204.45.23 () {34 vars in 788 bytes} [Wed Jul 1 12:14:04 2026] PUT /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1132 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2298] 10.0.0.94 () {34 vars in 766 bytes} [Wed Jul 1 12:14:04 2026] PUT /v2.0/security-groups/fcfd62b7-c7ab-4c5b-8830-8412c8739e55/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1238/2299] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:14:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2300] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:14:05 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: 1240/2301] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:14:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2302] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:14:05 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: 1062/2303] 10.0.0.94 () {34 vars in 766 bytes} [Wed Jul 1 12:14:05 2026] PUT /v2.0/security-groups/f8de4c4a-b1e5-4826-9f34-55075598b54c/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2304] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:14:05 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2305] 10.0.0.94 () {34 vars in 766 bytes} [Wed Jul 1 12:14:05 2026] PUT /v2.0/security-groups/6d1bf0e3-5081-4a31-b9fd-437e91adc7d7/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: 1243/2306] 10.0.0.94 () {34 vars in 766 bytes} [Wed Jul 1 12:14:05 2026] PUT /v2.0/security-groups/45fc5000-36b1-41e9-9c3e-ce32bd2cc960/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2307] 10.0.0.94 () {32 vars in 679 bytes} [Wed Jul 1 12:14:05 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2308] 10.0.0.94 () {32 vars in 693 bytes} [Wed Jul 1 12:14:05 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2309] 10.0.0.94 () {32 vars in 689 bytes} [Wed Jul 1 12:14:05 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2310] 10.0.0.94 () {32 vars in 701 bytes} [Wed Jul 1 12:14:05 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2311] 10.0.0.94 () {32 vars in 687 bytes} [Wed Jul 1 12:14:05 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2312] 10.0.0.94 () {32 vars in 701 bytes} [Wed Jul 1 12:14:05 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2313] 10.0.0.94 () {32 vars in 697 bytes} [Wed Jul 1 12:14:05 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2314] 10.0.0.94 () {32 vars in 709 bytes} [Wed Jul 1 12:14:05 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2315] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:05 2026] DELETE /v2.0/security-groups/fcfd62b7-c7ab-4c5b-8830-8412c8739e55 => 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: 1248/2316] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:05 2026] DELETE /v2.0/security-groups/f8de4c4a-b1e5-4826-9f34-55075598b54c => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2317] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:05 2026] DELETE /v2.0/security-groups/6d1bf0e3-5081-4a31-b9fd-437e91adc7d7 => 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: 1249/2318] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:05 2026] DELETE /v2.0/security-groups/45fc5000-36b1-41e9-9c3e-ce32bd2cc960 => 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: 1070/2319] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:05 2026] DELETE /v2.0/security-groups/e40bda46-3391-42a7-b63c-d53d5ecb23a1 => 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: 1250/2320] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:06 2026] GET /v2.0/security-groups?tenant_id=0179e314a5b24b829afaaf11978a49b3&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2321] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:06 2026] DELETE /v2.0/security-groups/e625b061-2cf9-4798-aaf0-c33af6939992 => 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: 1251/2322] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:07 2026] GET /v2.0/security-groups?tenant_id=7cf4138b707047d6b423810a54936395&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2323] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:07 2026] DELETE /v2.0/security-groups/876e9c93-a5d8-4664-a026-d641ffb3d453 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2324] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:07 2026] GET /v2.0/security-groups?tenant_id=b9a2529e304d4484ba474e90f98cabe4&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2325] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:07 2026] DELETE /v2.0/security-groups/c4af149a-9b48-4973-b7ef-3499e0d2b8c3 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:14:09.561 8 INFO neutron.db.segments_db [None req-a98c0968-9c3c-4898-bd46-864d704b6910 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] Added segment 7c3053a4-5b40-4e5d-b78e-b2424b80c92a of type vxlan for network 70a1d38d-42ae-44c8-85ec-56b1ae1b4fc9 [pid: 8|app: 0|req: 1253/2326] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:14:09 2026] POST /v2.0/networks => generated 632 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2327] 10.0.0.94 () {34 vars in 663 bytes} [Wed Jul 1 12:14:09 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) 2026-07-01 12:14:10.021 8 INFO neutron.db.segments_db [None req-3d4a421b-936d-4d20-bc09-57ce3bc6d2f8 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] Added segment 66d26985-bd90-44d1-a1e1-aa9dcb21f08d of type vxlan for network 0b9e5893-c6fa-4a2e-a5f7-dd3b8d269a54 [pid: 8|app: 0|req: 1254/2328] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:14:09 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1075/2329] 10.0.0.94 () {34 vars in 663 bytes} [Wed Jul 1 12:14:10 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:14:10.516 8 INFO neutron.db.segments_db [None req-d19362f9-ffa2-4c46-8ce5-611288f8c1dc 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] Added segment 790c3133-0d7c-42e3-a8ae-a1ca0156806f of type vxlan for network 9e795827-fdf6-4f4c-8a96-fc1e8b1583e2 [pid: 8|app: 0|req: 1255/2330] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:14:10 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1076/2331] 10.0.0.94 () {34 vars in 663 bytes} [Wed Jul 1 12:14:10 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:14:10.984 8 INFO neutron.db.segments_db [None req-b9d5b1cd-83b0-4d69-b4f4-738ecb97b0e3 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] Added segment 5c3dc9bd-03f3-4cba-b5ef-a34e33359405 of type vxlan for network a4747531-51b5-46ba-859f-f90827279a1e [pid: 8|app: 0|req: 1256/2332] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:14:10 2026] POST /v2.0/networks => generated 631 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1077/2333] 10.0.0.94 () {34 vars in 663 bytes} [Wed Jul 1 12:14:11 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) 2026-07-01 12:14:11.430 8 INFO neutron.db.segments_db [None req-fcf66cfe-d4df-4ea3-9e6a-01bb0836c1a9 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] Added segment 667f166c-030c-424b-8f67-4bc05eed581b of type vxlan for network eb7a5726-27c2-471c-b855-66ac0623c9b6 [pid: 8|app: 0|req: 1257/2334] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:14:11 2026] POST /v2.0/networks => generated 631 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1078/2335] 10.0.0.94 () {34 vars in 663 bytes} [Wed Jul 1 12:14:11 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2336] 10.0.0.94 () {34 vars in 746 bytes} [Wed Jul 1 12:14:11 2026] PUT /v2.0/ports/0667ce0d-3539-4af3-b95c-b4235fe0f53e/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: 1079/2337] 10.0.0.94 () {34 vars in 746 bytes} [Wed Jul 1 12:14:11 2026] PUT /v2.0/ports/77d5e38f-1f86-498b-8b9c-4b82b5ae6540/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1259/2338] 10.0.0.94 () {34 vars in 746 bytes} [Wed Jul 1 12:14:11 2026] PUT /v2.0/ports/d32736c7-b711-42ca-94f4-f974c9da6778/tags => generated 34 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1080/2339] 10.0.0.94 () {34 vars in 746 bytes} [Wed Jul 1 12:14:12 2026] PUT /v2.0/ports/a5805073-383a-49a7-964d-23c08867aadb/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1081/2340] 10.0.0.94 () {32 vars in 659 bytes} [Wed Jul 1 12:14:12 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 71 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: 1082/2341] 10.0.0.94 () {32 vars in 673 bytes} [Wed Jul 1 12:14:12 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2342] 10.0.0.94 () {32 vars in 669 bytes} [Wed Jul 1 12:14:12 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:14:12.358 8 INFO neutron.db.segments_db [None req-f62f5876-da0d-4eff-9d92-17f4273015b7 7b740db03b904eddbd5fd2acc1fb280a bee5037024c14ff6899baa9e3fd5136e - - default default] Added segment cde2de52-514e-4c0a-900a-a2d84342f0a1 of type vxlan for network d677b1bc-b4b3-4633-9bff-e2a6dd3014d0 [pid: 7|app: 0|req: 1084/2343] 10.0.0.94 () {32 vars in 681 bytes} [Wed Jul 1 12:14:12 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2344] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:14:12 2026] POST /v2.0/networks => generated 632 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2345] 10.0.0.94 () {32 vars in 667 bytes} [Wed Jul 1 12:14:12 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2346] 10.0.0.94 () {32 vars in 681 bytes} [Wed Jul 1 12:14:12 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2347] 10.0.0.94 () {32 vars in 677 bytes} [Wed Jul 1 12:14:12 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2348] 10.0.0.94 () {32 vars in 689 bytes} [Wed Jul 1 12:14:12 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2349] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:14:12 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-07-01 12:14:12.702 7 INFO neutron_taas.services.taas.taas_plugin [None req-93146410-c2e6-4b8f-9586-e948b084ef6f 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] TaaS: Handle Delete Port: 0667ce0d-3539-4af3-b95c-b4235fe0f53e 2026-07-01 12:14:12.706 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93146410-c2e6-4b8f-9586-e948b084ef6f 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] Tap Mirror: Handle Delete Port: 0667ce0d-3539-4af3-b95c-b4235fe0f53e 2026-07-01 12:14:12.726 8 INFO neutron.db.segments_db [None req-2bdac98c-f1a5-40a6-a6a3-c4abe50f0ca1 7b740db03b904eddbd5fd2acc1fb280a bee5037024c14ff6899baa9e3fd5136e - - default default] Added segment 78a6bcb8-13e3-4f83-b03a-aa92692e5ad5 of type vxlan for network 0aa48ca6-3ad2-4945-b4ea-ef3f5752c3d6 [pid: 7|app: 0|req: 1089/2350] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:14:12 2026] DELETE /v2.0/ports/0667ce0d-3539-4af3-b95c-b4235fe0f53e => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2351] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:14:12 2026] POST /v2.0/networks => generated 632 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:14:12.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-825d851b-07cd-431f-a94b-a54ec6709c0c 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] TaaS: Handle Delete Port: 77d5e38f-1f86-498b-8b9c-4b82b5ae6540 2026-07-01 12:14:12.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-825d851b-07cd-431f-a94b-a54ec6709c0c 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] Tap Mirror: Handle Delete Port: 77d5e38f-1f86-498b-8b9c-4b82b5ae6540 [pid: 7|app: 0|req: 1090/2352] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:14:12 2026] DELETE /v2.0/ports/77d5e38f-1f86-498b-8b9c-4b82b5ae6540 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2353] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:14:12 2026] POST /v2.0/subnets => generated 629 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:14:13.078 7 INFO neutron_taas.services.taas.taas_plugin [None req-792afb9b-8c39-4b85-ba6c-1e38b93da0c7 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] TaaS: Handle Delete Port: d32736c7-b711-42ca-94f4-f974c9da6778 2026-07-01 12:14:13.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-792afb9b-8c39-4b85-ba6c-1e38b93da0c7 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] Tap Mirror: Handle Delete Port: d32736c7-b711-42ca-94f4-f974c9da6778 2026-07-01 12:14:13.123 8 INFO neutron.db.segments_db [None req-41a99f9e-aa93-4de4-bd77-dd6e1f374613 7b740db03b904eddbd5fd2acc1fb280a bee5037024c14ff6899baa9e3fd5136e - - default default] Added segment 2f8457e3-e263-4e0c-ae61-2e234fba7baf of type vxlan for network 7fac0439-dd76-458b-b41d-b1525eb7282f [pid: 7|app: 0|req: 1091/2354] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:14:12 2026] DELETE /v2.0/ports/d32736c7-b711-42ca-94f4-f974c9da6778 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2355] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] POST /v2.0/networks => generated 630 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:14:13.295 7 INFO neutron_taas.services.taas.taas_plugin [None req-c3b735d7-4798-4825-9508-cd443c9108ff 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] TaaS: Handle Delete Port: a5805073-383a-49a7-964d-23c08867aadb 2026-07-01 12:14:13.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3b735d7-4798-4825-9508-cd443c9108ff 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] Tap Mirror: Handle Delete Port: a5805073-383a-49a7-964d-23c08867aadb [pid: 7|app: 0|req: 1092/2356] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:14:13 2026] DELETE /v2.0/ports/a5805073-383a-49a7-964d-23c08867aadb => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2357] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:14:13 2026] POST /v2.0/subnets => generated 629 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:14:13.493 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e33ca23-6b6c-416c-820c-69208e301e68 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] TaaS: Handle Delete Port: 7ab22cce-d7f0-456e-a277-0126110c68a7 2026-07-01 12:14:13.495 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e33ca23-6b6c-416c-820c-69208e301e68 8c0c5da41d6c40ef8620a5e2e537ccc8 96d5d4e419044120aa3fdb7c299cbd16 - - default default] Tap Mirror: Handle Delete Port: 7ab22cce-d7f0-456e-a277-0126110c68a7 2026-07-01 12:14:13.527 8 INFO neutron.db.segments_db [None req-5dd66363-94c4-4b2c-877d-ec33a9493f14 7b740db03b904eddbd5fd2acc1fb280a bee5037024c14ff6899baa9e3fd5136e - - default default] Added segment b309ea21-726a-4bca-b915-7013a327802a of type vxlan for network bb0dfb8a-bd71-4fe3-9304-3e0249eabb78 [pid: 7|app: 0|req: 1093/2358] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:14:13 2026] DELETE /v2.0/ports/7ab22cce-d7f0-456e-a277-0126110c68a7 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2359] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:14:13 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) 2026-07-01 12:14:13.701 7 INFO neutron.services.segments.plugin [-] Segment 7c3053a4-5b40-4e5d-b78e-b2424b80c92a resource provider aggregate not found 2026-07-01 12:14:13.710 7 INFO neutron.services.segments.plugin [-] Segment 7c3053a4-5b40-4e5d-b78e-b2424b80c92a resource provider aggregate not found 2026-07-01 12:14:13.733 7 INFO neutron.services.segments.plugin [-] Segment 7c3053a4-5b40-4e5d-b78e-b2424b80c92a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c3053a4-5b40-4e5d-b78e-b2424b80c92a found for delete ", "request_id": "req-79e80938-6547-49c2-a9e2-0a97de1fd894"}]} 2026-07-01 12:14:13.734 7 INFO neutron.services.segments.plugin [-] Segment 7c3053a4-5b40-4e5d-b78e-b2424b80c92a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c3053a4-5b40-4e5d-b78e-b2424b80c92a found for delete ", "request_id": "req-e7df4871-1cd9-4484-95ac-ff547db9ac7c"}]} [pid: 7|app: 0|req: 1094/2360] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:14:13 2026] DELETE /v2.0/networks/70a1d38d-42ae-44c8-85ec-56b1ae1b4fc9 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2361] 10.0.0.185 () {34 vars in 1016 bytes} [Wed Jul 1 12:14:13 2026] GET /v2.0/security-groups?id=e105154f-6763-4e06-8362-b5c4f1519ab0&fields=id => generated 69 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2362] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:14:13 2026] DELETE /v2.0/networks/0b9e5893-c6fa-4a2e-a5f7-dd3b8d269a54 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2363] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:14:13 2026] POST /v2.0/subnets => generated 629 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2364] 10.0.0.185 () {34 vars in 982 bytes} [Wed Jul 1 12:14:13 2026] GET /v2.0/networks?id=5ba103a2-48ff-4579-a40a-36077ab356a3 => generated 735 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:14:13.952 7 INFO neutron.db.segments_db [None req-78deca72-4328-453d-b67a-27fa5ba2ff47 7b740db03b904eddbd5fd2acc1fb280a bee5037024c14ff6899baa9e3fd5136e - - default default] Added segment 7d77569c-51e2-458b-b370-c1e8a16c5570 of type vxlan for network cc166d6c-f91e-4c34-a64d-14d8774a7e23 2026-07-01 12:14:14.003 8 INFO neutron.services.segments.plugin [-] Segment 790c3133-0d7c-42e3-a8ae-a1ca0156806f resource provider aggregate not found 2026-07-01 12:14:14.003 8 INFO neutron.services.segments.plugin [-] Segment 790c3133-0d7c-42e3-a8ae-a1ca0156806f resource provider aggregate not found 2026-07-01 12:14:14.024 8 INFO neutron.services.segments.plugin [-] Segment 790c3133-0d7c-42e3-a8ae-a1ca0156806f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 790c3133-0d7c-42e3-a8ae-a1ca0156806f found for delete ", "request_id": "req-de6a0cbd-d12d-4fb1-94c1-6958fe108f7f"}]} 2026-07-01 12:14:14.033 8 INFO neutron.services.segments.plugin [-] Segment 790c3133-0d7c-42e3-a8ae-a1ca0156806f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 790c3133-0d7c-42e3-a8ae-a1ca0156806f found for delete ", "request_id": "req-74a38ede-7138-439d-8455-f53206e72dae"}]} [pid: 8|app: 0|req: 1268/2365] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:14:13 2026] DELETE /v2.0/networks/9e795827-fdf6-4f4c-8a96-fc1e8b1583e2 => 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: 1098/2366] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:14:13 2026] POST /v2.0/networks => generated 630 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2367] 10.0.0.185 () {34 vars in 965 bytes} [Wed Jul 1 12:14:14 2026] GET /v2.0/quotas/6d79d5a111ef4c69bb80d28a471025e1 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2368] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:14:14 2026] DELETE /v2.0/networks/a4747531-51b5-46ba-859f-f90827279a1e => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2369] 10.0.0.185 () {34 vars in 1002 bytes} [Wed Jul 1 12:14:14 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&fields=id => generated 149 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2370] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:14:14 2026] POST /v2.0/subnets => generated 629 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2371] 10.0.0.185 () {34 vars in 1008 bytes} [Wed Jul 1 12:14:14 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?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: 1101/2372] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:14:14 2026] DELETE /v2.0/networks/eb7a5726-27c2-471c-b855-66ac0623c9b6 => 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: 1102/2373] 10.0.0.185 () {34 vars in 1108 bytes} [Wed Jul 1 12:14:14 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?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: 1272/2374] 10.0.0.94 () {34 vars in 750 bytes} [Wed Jul 1 12:14:14 2026] PUT /v2.0/subnets/bebfdc23-35ec-4525-b626-786cdb42cd27/tags => generated 17 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2375] 10.0.0.94 () {34 vars in 750 bytes} [Wed Jul 1 12:14:14 2026] PUT /v2.0/subnets/8d5c4d1a-2234-4944-ba53-4b4dfa8a35c3/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2376] 10.0.0.94 () {34 vars in 750 bytes} [Wed Jul 1 12:14:14 2026] PUT /v2.0/subnets/787460fa-7aee-4bc9-909b-19e43dc042c2/tags => generated 34 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2377] 10.0.0.94 () {34 vars in 750 bytes} [Wed Jul 1 12:14:14 2026] PUT /v2.0/subnets/e80269fa-b819-41c7-af38-d6be2ba6d343/tags => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2380] 10.0.0.94 () {32 vars in 663 bytes} [Wed Jul 1 12:14:14 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2381] 10.0.0.94 () {32 vars in 677 bytes} [Wed Jul 1 12:14:14 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2382] 10.0.0.94 () {32 vars in 673 bytes} [Wed Jul 1 12:14:14 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2383] 10.0.0.94 () {32 vars in 685 bytes} [Wed Jul 1 12:14:14 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2384] 10.0.0.94 () {32 vars in 671 bytes} [Wed Jul 1 12:14:14 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2385] 10.0.0.94 () {32 vars in 685 bytes} [Wed Jul 1 12:14:14 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2386] 10.0.0.94 () {32 vars in 681 bytes} [Wed Jul 1 12:14:14 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2387] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:14:14 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => 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: 1110/2388] 10.0.0.94 () {32 vars in 693 bytes} [Wed Jul 1 12:14:14 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2389] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:14:15 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => 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: 1279/2390] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:14:15 2026] DELETE /v2.0/subnets/bebfdc23-35ec-4525-b626-786cdb42cd27 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2391] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:14:15 2026] DELETE /v2.0/subnets/8d5c4d1a-2234-4944-ba53-4b4dfa8a35c3 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2392] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:15 2026] GET /v2.0/security-groups?tenant_id=7c5e595613a14fd2a4e1ad4fa5395190&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2393] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:14:15 2026] DELETE /v2.0/subnets/787460fa-7aee-4bc9-909b-19e43dc042c2 => 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: 1113/2394] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:15 2026] DELETE /v2.0/security-groups/16b6daad-81af-4777-a73b-6b0827ca9f31 => 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: 1282/2395] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:14:15 2026] DELETE /v2.0/subnets/e80269fa-b819-41c7-af38-d6be2ba6d343 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2396] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:15 2026] GET /v2.0/security-groups?tenant_id=96d5d4e419044120aa3fdb7c299cbd16&name=default => generated 2926 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2397] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:14:15 2026] DELETE /v2.0/subnets/f9a1fa40-657c-4f7b-bf55-6751f97c6681 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:14:15.756 7 INFO neutron.services.segments.plugin [-] Segment 66d26985-bd90-44d1-a1e1-aa9dcb21f08d resource provider aggregate not found [pid: 8|app: 0|req: 1284/2398] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:15 2026] DELETE /v2.0/security-groups/63f33f99-4e17-40da-8947-9f3c313f6237 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:14:15.759 7 INFO neutron.services.segments.plugin [-] Segment 66d26985-bd90-44d1-a1e1-aa9dcb21f08d resource provider aggregate not found 2026-07-01 12:14:15.778 7 INFO neutron.services.segments.plugin [-] Segment 66d26985-bd90-44d1-a1e1-aa9dcb21f08d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66d26985-bd90-44d1-a1e1-aa9dcb21f08d found for delete ", "request_id": "req-fd9aa6a3-2f8a-439f-a66c-4512b546ad0a"}]} 2026-07-01 12:14:15.784 7 INFO neutron.services.segments.plugin [-] Segment 66d26985-bd90-44d1-a1e1-aa9dcb21f08d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66d26985-bd90-44d1-a1e1-aa9dcb21f08d found for delete ", "request_id": "req-96dc7ded-367e-4fcf-88bc-420f4cfa846c"}]} 2026-07-01 12:14:15.805 7 INFO neutron.services.segments.plugin [-] Segment 5c3dc9bd-03f3-4cba-b5ef-a34e33359405 resource provider aggregate not found 2026-07-01 12:14:15.813 7 INFO neutron.services.segments.plugin [-] Segment 5c3dc9bd-03f3-4cba-b5ef-a34e33359405 resource provider aggregate not found 2026-07-01 12:14:15.833 7 INFO neutron.services.segments.plugin [-] Segment 5c3dc9bd-03f3-4cba-b5ef-a34e33359405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c3dc9bd-03f3-4cba-b5ef-a34e33359405 found for delete ", "request_id": "req-cf79b51c-d402-4463-9244-7ef7c8718c70"}]} 2026-07-01 12:14:15.836 7 INFO neutron.services.segments.plugin [-] Segment 5c3dc9bd-03f3-4cba-b5ef-a34e33359405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c3dc9bd-03f3-4cba-b5ef-a34e33359405 found for delete ", "request_id": "req-82bda6a4-b576-43f5-80dd-02c04ba05c9e"}]} 2026-07-01 12:14:15.842 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9b6c5fb-626f-4626-b2ea-3a671ea30cd4 7b740db03b904eddbd5fd2acc1fb280a bee5037024c14ff6899baa9e3fd5136e - - default default] TaaS: Handle Delete Port: f66e9362-bedc-460b-9f95-9f250768fd35 2026-07-01 12:14:15.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9b6c5fb-626f-4626-b2ea-3a671ea30cd4 7b740db03b904eddbd5fd2acc1fb280a bee5037024c14ff6899baa9e3fd5136e - - default default] Tap Mirror: Handle Delete Port: f66e9362-bedc-460b-9f95-9f250768fd35 2026-07-01 12:14:15.851 7 INFO neutron.services.segments.plugin [-] Segment 667f166c-030c-424b-8f67-4bc05eed581b resource provider aggregate not found 2026-07-01 12:14:15.857 7 INFO neutron.services.segments.plugin [-] Segment 667f166c-030c-424b-8f67-4bc05eed581b resource provider aggregate not found 2026-07-01 12:14:15.871 7 INFO neutron.services.segments.plugin [-] Segment 667f166c-030c-424b-8f67-4bc05eed581b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 667f166c-030c-424b-8f67-4bc05eed581b found for delete ", "request_id": "req-c8074609-2841-4312-85cc-b0a75b63154c"}]} 2026-07-01 12:14:15.873 7 INFO neutron.services.segments.plugin [-] Segment 667f166c-030c-424b-8f67-4bc05eed581b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 667f166c-030c-424b-8f67-4bc05eed581b found for delete ", "request_id": "req-d4b8202c-74f9-4a4e-b891-14f9c37390d8"}]} [pid: 8|app: 0|req: 1285/2399] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:15 2026] GET /v2.0/security-groups?tenant_id=6172d29672c1478da7eacf983e36bace&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2400] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:14:15 2026] DELETE /v2.0/networks/d677b1bc-b4b3-4633-9bff-e2a6dd3014d0 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2401] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:16 2026] DELETE /v2.0/security-groups/bdf8b9dd-80fd-449f-8603-98be6a76a699 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2402] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:14:16 2026] DELETE /v2.0/networks/0aa48ca6-3ad2-4945-b4ea-ef3f5752c3d6 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:14:16.310 8 INFO neutron.services.segments.plugin [-] Segment 2f8457e3-e263-4e0c-ae61-2e234fba7baf resource provider aggregate not found 2026-07-01 12:14:16.315 8 INFO neutron.services.segments.plugin [-] Segment 2f8457e3-e263-4e0c-ae61-2e234fba7baf resource provider aggregate not found 2026-07-01 12:14:16.329 8 INFO neutron.services.segments.plugin [-] Segment 2f8457e3-e263-4e0c-ae61-2e234fba7baf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f8457e3-e263-4e0c-ae61-2e234fba7baf found for delete ", "request_id": "req-28869c26-e27b-4bbf-8856-6119be2c9968"}]} 2026-07-01 12:14:16.335 8 INFO neutron.services.segments.plugin [-] Segment 2f8457e3-e263-4e0c-ae61-2e234fba7baf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f8457e3-e263-4e0c-ae61-2e234fba7baf found for delete ", "request_id": "req-c1d19796-30a8-4e9f-8d76-101eab74a7f1"}]} [pid: 8|app: 0|req: 1287/2403] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:14:16 2026] DELETE /v2.0/networks/7fac0439-dd76-458b-b41d-b1525eb7282f => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2404] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:14:16 2026] DELETE /v2.0/networks/bb0dfb8a-bd71-4fe3-9304-3e0249eabb78 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2405] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:14:16 2026] DELETE /v2.0/networks/cc166d6c-f91e-4c34-a64d-14d8774a7e23 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2406] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:17 2026] GET /v2.0/security-groups?tenant_id=bee5037024c14ff6899baa9e3fd5136e&name=default => generated 2929 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2407] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:14:17 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:14:17.894 7 INFO neutron.services.segments.plugin [-] Segment cde2de52-514e-4c0a-900a-a2d84342f0a1 resource provider aggregate not found [pid: 7|app: 0|req: 1120/2408] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:14:17 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:14:17.904 7 INFO neutron.services.segments.plugin [-] Segment cde2de52-514e-4c0a-900a-a2d84342f0a1 resource provider aggregate not found 2026-07-01 12:14:17.917 7 INFO neutron.services.segments.plugin [-] Segment cde2de52-514e-4c0a-900a-a2d84342f0a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cde2de52-514e-4c0a-900a-a2d84342f0a1 found for delete ", "request_id": "req-24545a45-4e18-40d0-baa2-5c79392b88cc"}]} 2026-07-01 12:14:17.932 7 INFO neutron.services.segments.plugin [-] Segment cde2de52-514e-4c0a-900a-a2d84342f0a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cde2de52-514e-4c0a-900a-a2d84342f0a1 found for delete ", "request_id": "req-5e884495-51f7-4437-9c99-181cd9ac1968"}]} 2026-07-01 12:14:17.936 7 INFO neutron.services.segments.plugin [-] Segment 78a6bcb8-13e3-4f83-b03a-aa92692e5ad5 resource provider aggregate not found 2026-07-01 12:14:17.958 7 INFO neutron.services.segments.plugin [-] Segment 78a6bcb8-13e3-4f83-b03a-aa92692e5ad5 resource provider aggregate not found 2026-07-01 12:14:17.961 7 INFO neutron.services.segments.plugin [-] Segment 78a6bcb8-13e3-4f83-b03a-aa92692e5ad5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78a6bcb8-13e3-4f83-b03a-aa92692e5ad5 found for delete ", "request_id": "req-366801f4-479b-475f-8eba-7ba334df0c9a"}]} 2026-07-01 12:14:17.977 7 INFO neutron.services.segments.plugin [-] Segment b309ea21-726a-4bca-b915-7013a327802a resource provider aggregate not found 2026-07-01 12:14:17.982 7 INFO neutron.services.segments.plugin [-] Segment 78a6bcb8-13e3-4f83-b03a-aa92692e5ad5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78a6bcb8-13e3-4f83-b03a-aa92692e5ad5 found for delete ", "request_id": "req-4fce1d5b-7f3d-4c52-9ef3-01ed6a2ef28c"}]} 2026-07-01 12:14:17.997 7 INFO neutron.services.segments.plugin [-] Segment b309ea21-726a-4bca-b915-7013a327802a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b309ea21-726a-4bca-b915-7013a327802a found for delete ", "request_id": "req-9d6d81d1-36ca-4b38-bfdc-ff6288cca2df"}]} 2026-07-01 12:14:18.002 7 INFO neutron.services.segments.plugin [-] Segment b309ea21-726a-4bca-b915-7013a327802a resource provider aggregate not found 2026-07-01 12:14:18.029 7 INFO neutron.services.segments.plugin [-] Segment b309ea21-726a-4bca-b915-7013a327802a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b309ea21-726a-4bca-b915-7013a327802a found for delete ", "request_id": "req-6da87fe0-5520-491f-a1f6-82852eeb00b9"}]} [pid: 8|app: 0|req: 1289/2409] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:17 2026] DELETE /v2.0/security-groups/a67b9edc-b083-4cc4-b2f2-d5c66a06592a => generated 0 bytes in 558 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:14:18.346 8 INFO neutron.services.segments.plugin [-] Segment 7d77569c-51e2-458b-b370-c1e8a16c5570 resource provider aggregate not found 2026-07-01 12:14:18.347 8 INFO neutron.services.segments.plugin [-] Segment 7d77569c-51e2-458b-b370-c1e8a16c5570 resource provider aggregate not found 2026-07-01 12:14:18.359 8 INFO neutron.services.segments.plugin [-] Segment 7d77569c-51e2-458b-b370-c1e8a16c5570 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d77569c-51e2-458b-b370-c1e8a16c5570 found for delete ", "request_id": "req-7d8e365d-47f1-43ba-9c0b-5b28392f3de9"}]} [pid: 7|app: 0|req: 1121/2410] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:18 2026] GET /v2.0/security-groups?tenant_id=b0960e21a46344acb00f10fec8091164&name=default => generated 2929 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:14:18.365 8 INFO neutron.services.segments.plugin [-] Segment 7d77569c-51e2-458b-b370-c1e8a16c5570 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d77569c-51e2-458b-b370-c1e8a16c5570 found for delete ", "request_id": "req-eb75ca79-c675-4e82-bf9b-359d4939dc1e"}]} [pid: 8|app: 0|req: 1290/2411] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:18 2026] DELETE /v2.0/security-groups/0b5c9b3c-a85a-4d44-b0fa-ca9b2843e303 => 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: 1122/2412] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:18 2026] GET /v2.0/security-groups?tenant_id=b11504555dfd49519c2bf466fb23fad7&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2413] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:18 2026] DELETE /v2.0/security-groups/1504817d-5191-43d4-9b81-b5a1d663ec0c => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2414] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:14:18 2026] GET /v2.0/networks?id=5ba103a2-48ff-4579-a40a-36077ab356a3 => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2415] 199.204.45.23 () {34 vars in 1049 bytes} [Wed Jul 1 12:14:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6d79d5a111ef4c69bb80d28a471025e1 => generated 343 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2416] 199.204.45.23 () {38 vars in 954 bytes} [Wed Jul 1 12:14:19 2026] POST /v2.0/ports => generated 1082 bytes in 276 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: 1293/2417] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:14:19 2026] PUT /v2.0/ports/f4ce9cb0-1b9c-40a0-a22b-3f8d64f10b14 => generated 1243 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:14:19.773 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-94c0e8d5-e192-4ae2-bdc9-007cfb83ebbd'] response: {'name': 'network-changed', 'server_uuid': 'a5d7738f-564d-45a5-ad27-e63b4a6948eb', 'tag': 'f4ce9cb0-1b9c-40a0-a22b-3f8d64f10b14', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1125/2418] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:14:19 2026] POST /v2.0/floatingips => generated 552 bytes in 565 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: 1294/2419] 10.0.0.94 () {34 vars in 758 bytes} [Wed Jul 1 12:14:20 2026] PUT /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2420] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2421] 10.0.0.94 () {34 vars in 769 bytes} [Wed Jul 1 12:14:20 2026] PUT /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2422] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/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: 1128/2423] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2424] 10.0.0.94 () {34 vars in 765 bytes} [Wed Jul 1 12:14:20 2026] PUT /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/tags/red => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2425] 199.204.45.23 () {34 vars in 1017 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/networks?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&shared=False => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2426] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/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: 1130/2427] 199.204.45.23 () {34 vars in 929 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2428] 10.0.0.94 () {34 vars in 787 bytes} [Wed Jul 1 12:14:20 2026] PUT /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2429] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2430] 10.0.0.94 () {34 vars in 758 bytes} [Wed Jul 1 12:14:20 2026] PUT /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2431] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2432] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:14:20.736 7 INFO neutron.api.v2.resource [None req-987fb269-fd1a-40c4-8793-8586225a9e27 b5000391badb469e8d365142e267022d 539772b78d4e40ca914910dc82e0d84d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1133/2433] 10.0.0.94 () {32 vars in 750 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/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: 1301/2434] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:14:20 2026] DELETE /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/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: 1134/2435] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2436] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:14:20.866 7 INFO neutron.api.v2.resource [None req-202903e9-17f4-4c80-9910-e43c120b4a80 b5000391badb469e8d365142e267022d 539772b78d4e40ca914910dc82e0d84d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1135/2437] 10.0.0.94 () {32 vars in 753 bytes} [Wed Jul 1 12:14:20 2026] DELETE /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2438] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/security-groups?id=e105154f-6763-4e06-8362-b5c4f1519ab0&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: 7|app: 0|req: 1136/2439] 10.0.0.94 () {32 vars in 741 bytes} [Wed Jul 1 12:14:20 2026] DELETE /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/tags => 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: 1137/2440] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2441] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:20 2026] GET /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:14:21.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-30f7bc5f-c7aa-461d-8197-8a26ead7e5a6 b5000391badb469e8d365142e267022d 539772b78d4e40ca914910dc82e0d84d - - default default] TaaS: Handle Delete Port: 085a8e22-53bb-4e97-ae5b-7a51c47fb2c2 2026-07-01 12:14:21.096 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30f7bc5f-c7aa-461d-8197-8a26ead7e5a6 b5000391badb469e8d365142e267022d 539772b78d4e40ca914910dc82e0d84d - - default default] Tap Mirror: Handle Delete Port: 085a8e22-53bb-4e97-ae5b-7a51c47fb2c2 [pid: 7|app: 0|req: 1138/2442] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:14:20 2026] DELETE /v2.0/floatingips/d3be5388-3589-41f5-90e5-87fe43bb8e80 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2443] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:14:21 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2444] 199.204.45.23 () {34 vars in 1061 bytes} [Wed Jul 1 12:14:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.236&port_id=f4ce9cb0-1b9c-40a0-a22b-3f8d64f10b14 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2445] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:14:21 2026] GET /v2.0/subnets?id=f5b7d2d9-d576-40ea-9fda-8309715cfc00 => 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: 1140/2446] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:14:21 2026] GET /v2.0/ports?network_id=5ba103a2-48ff-4579-a40a-36077ab356a3&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: 1307/2447] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:14:21 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?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: 1141/2448] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:14:21 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?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: 1308/2449] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:21 2026] GET /v2.0/security-groups?tenant_id=75c2fe8e1c684259b3f01a3c42df27f1&name=default => generated 2929 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2450] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:22 2026] DELETE /v2.0/security-groups/13f73f56-54b2-4225-b1b8-3992afa35321 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:14:22.222 7 INFO neutron.db.segments_db [None req-601c9de3-56cf-4f8c-881a-4fe9efd5a10c 76efa698684d49f58297f7f598e715ba a35e0cc72a60493498dc4387f9ecff77 - - default default] Added segment a83ddd80-07b0-4c4c-96fc-11115d771194 of type vxlan for network 399c9bc0-c0ad-47bb-b7a9-88d356099878 [pid: 7|app: 0|req: 1142/2451] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:14:22 2026] POST /v2.0/networks => generated 631 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2452] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:14:22 2026] PUT /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/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: 1310/2453] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:22 2026] GET /v2.0/security-groups?tenant_id=539772b78d4e40ca914910dc82e0d84d&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: 1144/2454] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:14:22 2026] GET /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/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: 1311/2455] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:22 2026] DELETE /v2.0/security-groups/005df5ac-a59b-4ed4-99cb-61e1eb87e7e8 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2456] 10.0.0.94 () {34 vars in 763 bytes} [Wed Jul 1 12:14:22 2026] PUT /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2457] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:14:22 2026] GET /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2458] 10.0.0.94 () {34 vars in 759 bytes} [Wed Jul 1 12:14:22 2026] PUT /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2459] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:14:22 2026] GET /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/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: 1147/2460] 10.0.0.94 () {34 vars in 781 bytes} [Wed Jul 1 12:14:22 2026] PUT /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/tags/black.or.white => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2461] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:14:22 2026] GET /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2462] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:14:22 2026] PUT /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/tags => generated 37 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2463] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:14:22 2026] GET /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2464] 10.0.0.94 () {32 vars in 740 bytes} [Wed Jul 1 12:14:22 2026] GET /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:14:22.998 8 INFO neutron.api.v2.resource [None req-14e467f4-abdf-452a-ae67-9c97ee5dd71c 76efa698684d49f58297f7f598e715ba a35e0cc72a60493498dc4387f9ecff77 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1316/2465] 10.0.0.94 () {32 vars in 744 bytes} [Wed Jul 1 12:14:22 2026] GET /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2466] 10.0.0.94 () {32 vars in 743 bytes} [Wed Jul 1 12:14:23 2026] DELETE /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/tags/red => 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: 1317/2467] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:14:23 2026] GET /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:14:23.233 7 INFO neutron.api.v2.resource [None req-adc37074-4ea3-432d-a43e-894ebc438948 76efa698684d49f58297f7f598e715ba a35e0cc72a60493498dc4387f9ecff77 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1151/2468] 10.0.0.94 () {32 vars in 747 bytes} [Wed Jul 1 12:14:23 2026] DELETE /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/tags/green => generated 99 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2469] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:14:23 2026] DELETE /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/tags => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2470] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:14:23 2026] GET /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:14:23.504 8 INFO neutron.services.segments.plugin [-] Segment a83ddd80-07b0-4c4c-96fc-11115d771194 resource provider aggregate not found 2026-07-01 12:14:23.509 8 INFO neutron.services.segments.plugin [-] Segment a83ddd80-07b0-4c4c-96fc-11115d771194 resource provider aggregate not found 2026-07-01 12:14:23.521 8 INFO neutron.services.segments.plugin [-] Segment a83ddd80-07b0-4c4c-96fc-11115d771194 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a83ddd80-07b0-4c4c-96fc-11115d771194 found for delete ", "request_id": "req-bcc4a2c5-0215-46d5-acc9-790213190788"}]} 2026-07-01 12:14:23.531 8 INFO neutron.services.segments.plugin [-] Segment a83ddd80-07b0-4c4c-96fc-11115d771194 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a83ddd80-07b0-4c4c-96fc-11115d771194 found for delete ", "request_id": "req-20612cc4-a576-41d0-a391-c75a55f6cbea"}]} [pid: 8|app: 0|req: 1319/2471] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:14:23 2026] DELETE /v2.0/networks/399c9bc0-c0ad-47bb-b7a9-88d356099878 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2472] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:14:23 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 1246 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2473] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:14:23 2026] GET /v2.0/security-groups?id=e105154f-6763-4e06-8362-b5c4f1519ab0&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: 7|app: 0|req: 1154/2474] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:14:23 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => 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: 1321/2475] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:24 2026] GET /v2.0/security-groups?tenant_id=eb12db4bfef8460fb7d09321240ff303&name=default => generated 2929 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2476] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:24 2026] DELETE /v2.0/security-groups/89abb555-f213-45d3-a8ec-db056bf4b9af => 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: 1322/2477] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:24 2026] GET /v2.0/security-groups?tenant_id=a35e0cc72a60493498dc4387f9ecff77&name=default => generated 2929 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2478] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:24 2026] DELETE /v2.0/security-groups/0827b1db-4f8b-4039-8710-b9e50316d9b0 => 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: 1323/2479] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:14:25 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2480] 199.204.45.23 () {34 vars in 1043 bytes} [Wed Jul 1 12:14:25 2026] GET /v2.0/security-groups?id=e105154f-6763-4e06-8362-b5c4f1519ab0&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:14:26.049 8 INFO neutron.db.segments_db [None req-9a66f878-7e99-40c1-8dbb-51e4279af8b3 a0db1758584e43389713ec0c44a1d1bd 0a3bb98899364b13af88b2a6ad7d1a1a - - default default] Added segment 0b164fbb-d610-4f44-b07b-fa81d06ebcee of type vxlan for network 00ad3ec0-3505-4f54-bd66-5f694dcec5a6 [pid: 8|app: 0|req: 1324/2481] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:14:25 2026] POST /v2.0/networks => generated 631 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2482] 10.0.0.94 () {34 vars in 663 bytes} [Wed Jul 1 12:14:26 2026] POST /v2.0/ports => generated 743 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2483] 10.0.0.94 () {34 vars in 746 bytes} [Wed Jul 1 12:14:26 2026] PUT /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags => generated 25 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1159/2484] 10.0.0.94 () {32 vars in 726 bytes} [Wed Jul 1 12:14:26 2026] GET /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1326/2485] 10.0.0.94 () {34 vars in 757 bytes} [Wed Jul 1 12:14:26 2026] PUT /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags/green => generated 4 bytes in 105 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: 1160/2486] 10.0.0.94 () {32 vars in 726 bytes} [Wed Jul 1 12:14:26 2026] GET /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1327/2487] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:14:26 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 1248 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2488] 10.0.0.94 () {34 vars in 753 bytes} [Wed Jul 1 12:14:26 2026] PUT /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1328/2489] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:14:26 2026] GET /v2.0/security-groups?id=e105154f-6763-4e06-8362-b5c4f1519ab0&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: 7|app: 0|req: 1162/2490] 10.0.0.94 () {32 vars in 726 bytes} [Wed Jul 1 12:14:26 2026] GET /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1329/2491] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:14:26 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2492] 10.0.0.94 () {34 vars in 775 bytes} [Wed Jul 1 12:14:26 2026] PUT /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags/black.or.white => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2493] 10.0.0.94 () {32 vars in 726 bytes} [Wed Jul 1 12:14:27 2026] GET /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags => generated 52 bytes in 107 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: 1164/2494] 10.0.0.94 () {34 vars in 746 bytes} [Wed Jul 1 12:14:27 2026] PUT /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags => generated 37 bytes in 73 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: 1331/2495] 10.0.0.94 () {32 vars in 726 bytes} [Wed Jul 1 12:14:27 2026] GET /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1165/2496] 10.0.0.94 () {32 vars in 734 bytes} [Wed Jul 1 12:14:27 2026] GET /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags/red => generated 0 bytes in 51 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-07-01 12:14:27.448 8 INFO neutron.api.v2.resource [None req-0d6c887f-04fd-42d5-bde5-152e130df7c2 a0db1758584e43389713ec0c44a1d1bd 0a3bb98899364b13af88b2a6ad7d1a1a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1332/2497] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:27 2026] GET /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1166/2498] 10.0.0.94 () {32 vars in 737 bytes} [Wed Jul 1 12:14:27 2026] DELETE /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1333/2499] 10.0.0.94 () {32 vars in 726 bytes} [Wed Jul 1 12:14:27 2026] GET /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags => generated 30 bytes in 70 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-07-01 12:14:27.662 7 INFO neutron.api.v2.resource [None req-dd4cce61-d4e1-4453-8ae8-4e12bc44f79b a0db1758584e43389713ec0c44a1d1bd 0a3bb98899364b13af88b2a6ad7d1a1a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1167/2500] 10.0.0.94 () {32 vars in 741 bytes} [Wed Jul 1 12:14:27 2026] DELETE /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags/green => generated 99 bytes in 70 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: 1334/2501] 10.0.0.94 () {32 vars in 729 bytes} [Wed Jul 1 12:14:27 2026] DELETE /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1168/2502] 10.0.0.94 () {32 vars in 726 bytes} [Wed Jul 1 12:14:27 2026] GET /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:14:27.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-4722bb60-4a07-4b37-a616-d5c64c302ced a0db1758584e43389713ec0c44a1d1bd 0a3bb98899364b13af88b2a6ad7d1a1a - - default default] TaaS: Handle Delete Port: 18c12726-575d-42f3-b1d8-b14f34ba2fb3 2026-07-01 12:14:27.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4722bb60-4a07-4b37-a616-d5c64c302ced a0db1758584e43389713ec0c44a1d1bd 0a3bb98899364b13af88b2a6ad7d1a1a - - default default] Tap Mirror: Handle Delete Port: 18c12726-575d-42f3-b1d8-b14f34ba2fb3 [pid: 8|app: 0|req: 1335/2503] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:14:27 2026] DELETE /v2.0/ports/18c12726-575d-42f3-b1d8-b14f34ba2fb3 => generated 0 bytes in 213 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-07-01 12:14:28.154 7 INFO neutron.services.segments.plugin [-] Segment 0b164fbb-d610-4f44-b07b-fa81d06ebcee resource provider aggregate not found 2026-07-01 12:14:28.159 7 INFO neutron.services.segments.plugin [-] Segment 0b164fbb-d610-4f44-b07b-fa81d06ebcee resource provider aggregate not found 2026-07-01 12:14:28.176 7 INFO neutron.services.segments.plugin [-] Segment 0b164fbb-d610-4f44-b07b-fa81d06ebcee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b164fbb-d610-4f44-b07b-fa81d06ebcee found for delete ", "request_id": "req-46d7324e-3cd1-4735-8eef-b118b8b5b16b"}]} 2026-07-01 12:14:28.177 7 INFO neutron.services.segments.plugin [-] Segment 0b164fbb-d610-4f44-b07b-fa81d06ebcee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0b164fbb-d610-4f44-b07b-fa81d06ebcee found for delete ", "request_id": "req-91d5262c-9a13-4d2a-a182-fa754731984a"}]} [pid: 7|app: 0|req: 1169/2504] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:14:28 2026] DELETE /v2.0/networks/00ad3ec0-3505-4f54-bd66-5f694dcec5a6 => 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: 1336/2505] 10.0.0.94 () {34 vars in 675 bytes} [Wed Jul 1 12:14:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2506] 10.0.0.94 () {34 vars in 758 bytes} [Wed Jul 1 12:14:28 2026] PUT /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2507] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:28 2026] GET /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/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: 1171/2508] 10.0.0.94 () {34 vars in 769 bytes} [Wed Jul 1 12:14:28 2026] PUT /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2509] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:28 2026] GET /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/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: 1172/2510] 10.0.0.94 () {34 vars in 765 bytes} [Wed Jul 1 12:14:28 2026] PUT /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2511] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:28 2026] GET /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2512] 10.0.0.94 () {34 vars in 787 bytes} [Wed Jul 1 12:14:28 2026] PUT /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2513] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:28 2026] GET /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2514] 10.0.0.94 () {34 vars in 758 bytes} [Wed Jul 1 12:14:28 2026] PUT /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2515] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:28 2026] GET /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2516] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:14:28 2026] GET /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:14:28.869 8 INFO neutron.api.v2.resource [None req-15ab0797-dc49-4d7f-95ff-a5e6c9e3daa6 f50ce4bda4364470bdb08f61bc3a7195 53ad663ee0b845c49fdd6c0f7a53e79c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1342/2517] 10.0.0.94 () {32 vars in 750 bytes} [Wed Jul 1 12:14:28 2026] GET /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2518] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:14:28 2026] DELETE /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/tags/red => 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: 1344/2519] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:28 2026] GET /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:14:29.005 8 INFO neutron.api.v2.resource [None req-29b39651-a38a-46f6-9176-a80ec6ca7c90 f50ce4bda4364470bdb08f61bc3a7195 53ad663ee0b845c49fdd6c0f7a53e79c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1345/2520] 10.0.0.94 () {32 vars in 753 bytes} [Wed Jul 1 12:14:28 2026] DELETE /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2521] 10.0.0.94 () {32 vars in 741 bytes} [Wed Jul 1 12:14:29 2026] DELETE /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/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: 1176/2522] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:28 2026] GET /v2.0/security-groups?tenant_id=b4ee2b15035145328614a5372c42a1dd&name=default => generated 2929 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2523] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:29 2026] GET /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271/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: 1348/2524] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:14:29 2026] DELETE /v2.0/subnetpools/81a1bdd1-3a70-4433-b9a4-db5556654271 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2525] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:29 2026] DELETE /v2.0/security-groups/abf02222-67e8-431d-a1e1-fc621cf26edf => 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: 1349/2526] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:29 2026] GET /v2.0/security-groups?tenant_id=0a3bb98899364b13af88b2a6ad7d1a1a&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2527] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:29 2026] DELETE /v2.0/security-groups/816951ed-dbd4-42c2-a695-9c788bd5ba24 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2530] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:14:29 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2531] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:14:29 2026] GET /v2.0/security-groups?id=e105154f-6763-4e06-8362-b5c4f1519ab0&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: 7|app: 0|req: 1182/2532] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:14:29 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => 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: 1351/2533] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:29 2026] GET /v2.0/security-groups?tenant_id=53ad663ee0b845c49fdd6c0f7a53e79c&name=default => generated 2929 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2534] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:30 2026] DELETE /v2.0/security-groups/ff21102a-662b-4781-8c24-0259231f3ed9 => 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: 1352/2535] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:30 2026] GET /v2.0/security-groups?tenant_id=684805eee4be4e1983d73c39b8986d0b&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2536] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:30 2026] DELETE /v2.0/security-groups/25dbd7bc-10df-4283-a369-e938595b5b5e => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2537] 10.0.0.94 () {34 vars in 683 bytes} [Wed Jul 1 12:14:32 2026] POST /v2.0/security-groups => generated 1603 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2538] 10.0.0.94 () {34 vars in 766 bytes} [Wed Jul 1 12:14:32 2026] PUT /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2539] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:14:33 2026] GET /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2540] 10.0.0.94 () {34 vars in 777 bytes} [Wed Jul 1 12:14:33 2026] PUT /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags/green => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2541] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:14:33 2026] GET /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2542] 10.0.0.94 () {34 vars in 773 bytes} [Wed Jul 1 12:14:33 2026] PUT /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags/red => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2543] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:14:33 2026] GET /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2544] 10.0.0.94 () {34 vars in 795 bytes} [Wed Jul 1 12:14:33 2026] PUT /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags/black.or.white => 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: 1357/2545] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:14:33 2026] GET /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/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: 1189/2546] 10.0.0.94 () {34 vars in 766 bytes} [Wed Jul 1 12:14:33 2026] PUT /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2547] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:14:33 2026] GET /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/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: 1190/2548] 10.0.0.94 () {32 vars in 754 bytes} [Wed Jul 1 12:14:33 2026] GET /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:14:33.694 8 INFO neutron.api.v2.resource [None req-8de970ff-d268-4d1d-80e2-54cb89e14454 9f922b3c4b934028954a9ffcb55e2b18 ccc31d6d147547dba7223e6a435bc486 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1359/2549] 10.0.0.94 () {32 vars in 758 bytes} [Wed Jul 1 12:14:33 2026] GET /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2550] 10.0.0.94 () {32 vars in 757 bytes} [Wed Jul 1 12:14:33 2026] DELETE /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2551] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:14:33 2026] GET /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:14:33.856 7 INFO neutron.api.v2.resource [None req-0f4cfdea-cabf-4c3a-b85d-be80c1c530cb 9f922b3c4b934028954a9ffcb55e2b18 ccc31d6d147547dba7223e6a435bc486 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1192/2552] 10.0.0.94 () {32 vars in 761 bytes} [Wed Jul 1 12:14:33 2026] DELETE /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2553] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:14:33 2026] DELETE /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags => 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: 1193/2554] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:14:33 2026] GET /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2555] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:33 2026] DELETE /v2.0/security-groups/b7a839ca-ad50-467e-be11-33e5117f4236 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2556] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:34 2026] GET /v2.0/security-groups?tenant_id=2fcf39d3489c469cb0ea90cd09fcbe75&name=default => generated 2929 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2557] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:34 2026] DELETE /v2.0/security-groups/bb8dcdf8-49b5-4754-a1e4-e850621c0b10 => 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: 1364/2558] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:34 2026] GET /v2.0/security-groups?tenant_id=370d9c99afab4433834413b11d7129b9&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: 1195/2559] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:34 2026] GET /v2.0/security-groups?tenant_id=ccc31d6d147547dba7223e6a435bc486&name=default => generated 2929 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2560] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:34 2026] DELETE /v2.0/security-groups/d7cf2fc2-3cb2-4364-bcba-5ed9fa5c1764 => 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: 1196/2561] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:35 2026] DELETE /v2.0/security-groups/0753fea6-f45b-46f6-9344-483cdd10c361 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2562] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:35 2026] GET /v2.0/security-groups?tenant_id=5d4cde87f3d74828b5e158397684a35e&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: 1197/2563] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:35 2026] DELETE /v2.0/security-groups/f20e7e52-0f0e-4afc-b902-663b87687135 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:14:39.245 8 INFO neutron.db.segments_db [None req-58406787-b5b1-4c11-b6de-8e11c254e383 9304c9a8c63346c886e07814b752744b bcb3a65170524eae994f623e9ce9cf93 - - default default] Added segment 28b37d31-1f41-4730-ae7b-0a602c9df467 of type vxlan for network 9e69e111-5f2e-4308-bb58-8fadc25d7f3a [pid: 8|app: 0|req: 1367/2564] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:14:38 2026] POST /v2.0/networks => generated 631 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2565] 10.0.0.94 () {34 vars in 668 bytes} [Wed Jul 1 12:14:39 2026] POST /v2.0/subnets => generated 626 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2566] 10.0.0.94 () {34 vars in 750 bytes} [Wed Jul 1 12:14:39 2026] PUT /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2567] 10.0.0.94 () {32 vars in 730 bytes} [Wed Jul 1 12:14:39 2026] GET /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2568] 10.0.0.94 () {34 vars in 761 bytes} [Wed Jul 1 12:14:39 2026] PUT /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags/green => generated 4 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2569] 10.0.0.94 () {32 vars in 730 bytes} [Wed Jul 1 12:14:39 2026] GET /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2570] 10.0.0.94 () {34 vars in 757 bytes} [Wed Jul 1 12:14:39 2026] PUT /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags/red => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2571] 10.0.0.94 () {32 vars in 730 bytes} [Wed Jul 1 12:14:39 2026] GET /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/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: 1371/2572] 10.0.0.94 () {34 vars in 779 bytes} [Wed Jul 1 12:14:39 2026] PUT /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags/black.or.white => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2573] 10.0.0.94 () {32 vars in 730 bytes} [Wed Jul 1 12:14:40 2026] GET /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2574] 10.0.0.94 () {34 vars in 750 bytes} [Wed Jul 1 12:14:40 2026] PUT /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2575] 10.0.0.94 () {32 vars in 730 bytes} [Wed Jul 1 12:14:40 2026] GET /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2576] 10.0.0.94 () {32 vars in 738 bytes} [Wed Jul 1 12:14:40 2026] GET /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:14:40.332 7 INFO neutron.api.v2.resource [None req-9561dedd-b1ff-41bc-a722-ef0b9c9fb7d3 9304c9a8c63346c886e07814b752744b bcb3a65170524eae994f623e9ce9cf93 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1204/2577] 10.0.0.94 () {32 vars in 742 bytes} [Wed Jul 1 12:14:40 2026] GET /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2578] 10.0.0.94 () {32 vars in 741 bytes} [Wed Jul 1 12:14:40 2026] DELETE /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2579] 10.0.0.94 () {32 vars in 730 bytes} [Wed Jul 1 12:14:40 2026] GET /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:14:40.484 8 INFO neutron.api.v2.resource [None req-fa34182a-63ef-43b4-88f8-4d28ab172f1f 9304c9a8c63346c886e07814b752744b bcb3a65170524eae994f623e9ce9cf93 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1375/2580] 10.0.0.94 () {32 vars in 745 bytes} [Wed Jul 1 12:14:40 2026] DELETE /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2581] 10.0.0.94 () {32 vars in 733 bytes} [Wed Jul 1 12:14:40 2026] DELETE /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2582] 10.0.0.94 () {32 vars in 730 bytes} [Wed Jul 1 12:14:40 2026] GET /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2583] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:14:40 2026] DELETE /v2.0/subnets/80bc5d09-3af3-4401-86c9-1bc6c9d3b979 => generated 0 bytes in 574 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:14:41.273 8 INFO neutron_taas.services.taas.taas_plugin [None req-d10a9e8b-71a4-44a4-9148-78bf844b18cd 9304c9a8c63346c886e07814b752744b bcb3a65170524eae994f623e9ce9cf93 - - default default] TaaS: Handle Delete Port: 748da6df-a8fe-4b50-9c74-a7df78b0eea2 2026-07-01 12:14:41.276 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d10a9e8b-71a4-44a4-9148-78bf844b18cd 9304c9a8c63346c886e07814b752744b bcb3a65170524eae994f623e9ce9cf93 - - default default] Tap Mirror: Handle Delete Port: 748da6df-a8fe-4b50-9c74-a7df78b0eea2 2026-07-01 12:14:41.456 8 INFO neutron.services.segments.plugin [-] Segment 28b37d31-1f41-4730-ae7b-0a602c9df467 resource provider aggregate not found 2026-07-01 12:14:41.462 8 INFO neutron.services.segments.plugin [-] Segment 28b37d31-1f41-4730-ae7b-0a602c9df467 resource provider aggregate not found 2026-07-01 12:14:41.481 8 INFO neutron.services.segments.plugin [-] Segment 28b37d31-1f41-4730-ae7b-0a602c9df467 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28b37d31-1f41-4730-ae7b-0a602c9df467 found for delete ", "request_id": "req-a61616c3-2b8b-423e-bd39-4ed7dbc5e92a"}]} 2026-07-01 12:14:41.487 8 INFO neutron.services.segments.plugin [-] Segment 28b37d31-1f41-4730-ae7b-0a602c9df467 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28b37d31-1f41-4730-ae7b-0a602c9df467 found for delete ", "request_id": "req-71472f33-95c4-453e-a2f2-111a5d4e5858"}]} [pid: 8|app: 0|req: 1377/2584] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:14:41 2026] DELETE /v2.0/networks/9e69e111-5f2e-4308-bb58-8fadc25d7f3a => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2585] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:42 2026] GET /v2.0/security-groups?tenant_id=c2ef5d5273e344e7ab6993bb6d0291cc&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2586] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:42 2026] DELETE /v2.0/security-groups/c1bb70db-f2a9-4777-bc4a-21688f4b72c0 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2587] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:14:42 2026] GET /v2.0/security-groups?tenant_id=bcb3a65170524eae994f623e9ce9cf93&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2588] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:14:42 2026] DELETE /v2.0/security-groups/5bf16f88-2ffe-4db3-b02f-54877954d40a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2593] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:15:04 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: 1212/2594] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:15:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2595] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:15:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2596] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:15:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2597] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:15:05 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2598] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:15:05 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2599] 199.204.45.23 () {34 vars in 716 bytes} [Wed Jul 1 12:15:05 2026] POST /v2.0/ports => generated 1059 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2600] 10.0.0.185 () {34 vars in 971 bytes} [Wed Jul 1 12:15:05 2026] GET /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1059 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2601] 10.0.0.185 () {34 vars in 907 bytes} [Wed Jul 1 12:15:05 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2602] 199.204.45.23 () {34 vars in 1261 bytes} [Wed Jul 1 12:15:06 2026] GET /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2603] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:15:06 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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: 1217/2604] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:15:06 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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: 1388/2605] 199.204.45.23 () {34 vars in 974 bytes} [Wed Jul 1 12:15:07 2026] GET /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2606] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:15:07 2026] GET /v2.0/networks?id=86c569b2-9203-4cfb-8e34-22c9d77d190c => generated 803 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2607] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:15:07 2026] PUT /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1249 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:15:08.014 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff1ad9bc-69d8-45b1-933b-5051e9b6c82e'] response: {'name': 'network-changed', 'server_uuid': 'a5d7738f-564d-45a5-ad27-e63b4a6948eb', 'tag': 'c92676a9-9377-41e9-959d-f83822d3b631', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1219/2608] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:15:08 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 2489 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2609] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:15:08 2026] GET /v2.0/networks?id=86c569b2-9203-4cfb-8e34-22c9d77d190c => generated 803 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2610] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:15:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.243&port_id=c92676a9-9377-41e9-959d-f83822d3b631 => 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: 1391/2611] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:15:08 2026] GET /v2.0/subnets?id=e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2612] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:15:08 2026] GET /v2.0/ports?network_id=86c569b2-9203-4cfb-8e34-22c9d77d190c&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2613] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:15:08 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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: 1222/2614] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:15:08 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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: 1393/2615] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:15:09 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 2489 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2616] 199.204.45.23 () {34 vars in 1061 bytes} [Wed Jul 1 12:15:09 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.236&port_id=f4ce9cb0-1b9c-40a0-a22b-3f8d64f10b14 => 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: 1394/2617] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:15:09 2026] GET /v2.0/subnets?id=f5b7d2d9-d576-40ea-9fda-8309715cfc00 => generated 654 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2618] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:15:10 2026] GET /v2.0/ports?network_id=5ba103a2-48ff-4579-a40a-36077ab356a3&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2619] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:15:10 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?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: 1225/2620] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:15:10 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?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: 1396/2621] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:15:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.243&port_id=c92676a9-9377-41e9-959d-f83822d3b631 => 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: 1226/2622] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:15:10 2026] GET /v2.0/subnets?id=e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2623] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:15:10 2026] GET /v2.0/ports?network_id=86c569b2-9203-4cfb-8e34-22c9d77d190c&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: 1227/2624] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:15:10 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2625] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:15:10 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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: 1228/2626] 10.0.0.185 () {34 vars in 971 bytes} [Wed Jul 1 12:15:14 2026] GET /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1251 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2629] 199.204.45.23 () {34 vars in 788 bytes} [Wed Jul 1 12:15:14 2026] PUT /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1276 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:15:14.660 7 INFO neutron.api.v2.resource [None req-803f10be-85c7-4f80-97f1-9f9d012f7d21 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1231/2630] 199.204.45.23 () {30 vars in 762 bytes} [Wed Jul 1 12:15:14 2026] GET /v2.0/security-groups/lb-59bca61a-a079-41a3-ad04-cd9edecc1de7 => 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: 1400/2631] 199.204.45.23 () {30 vars in 784 bytes} [Wed Jul 1 12:15:14 2026] GET /v2.0/security-groups?name=lb-59bca61a-a079-41a3-ad04-cd9edecc1de7 => generated 1637 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:15:14.726 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-45e122c7-5526-48fa-bd2b-2be2e7bdb8af'] response: {'name': 'network-changed', 'server_uuid': 'a5d7738f-564d-45a5-ad27-e63b4a6948eb', 'tag': 'c92676a9-9377-41e9-959d-f83822d3b631', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1232/2632] 199.204.45.23 () {34 vars in 788 bytes} [Wed Jul 1 12:15:14 2026] PUT /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1314 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:15:14.996 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e3154ca-2fbc-4033-8c26-bf248fbea23c'] response: {'name': 'network-changed', 'server_uuid': 'a5d7738f-564d-45a5-ad27-e63b4a6948eb', 'tag': 'c92676a9-9377-41e9-959d-f83822d3b631', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1401/2633] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:15:15 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: 1233/2634] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2635] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:15:15 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: 1234/2636] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2637] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2638] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2639] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2640] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2641] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 2590 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2642] 199.204.45.23 () {30 vars in 742 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2643] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/networks?id=86c569b2-9203-4cfb-8e34-22c9d77d190c => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2644] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.243&port_id=c92676a9-9377-41e9-959d-f83822d3b631 => 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: 1408/2645] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2646] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/subnets?id=e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2647] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2648] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/ports?network_id=86c569b2-9203-4cfb-8e34-22c9d77d190c&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: 1410/2649] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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: 1240/2650] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:15:15 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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: 1411/2651] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:15:16 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 2590 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2652] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:15:16 2026] GET /v2.0/networks?id=86c569b2-9203-4cfb-8e34-22c9d77d190c => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2653] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:15:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.243&port_id=c92676a9-9377-41e9-959d-f83822d3b631 => 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: 1242/2654] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:15:16 2026] GET /v2.0/subnets?id=e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2655] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:15:16 2026] GET /v2.0/ports?network_id=86c569b2-9203-4cfb-8e34-22c9d77d190c&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: 1243/2656] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:15:16 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2657] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:15:16 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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) 2026-07-01 12:15:21.966 7 INFO neutron.db.l3_db [None req-54ffdbc4-7c42-4471-ad81-a7b484297d02 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Floating IP 53c36a3f-81fb-4150-9a87-2842dce5df51 associated. External IP: 10.96.250.210, port: fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0. [pid: 7|app: 0|req: 1244/2658] 10.0.0.94 () {34 vars in 676 bytes} [Wed Jul 1 12:15:21 2026] POST /v2.0/floatingips => generated 899 bytes in 1098 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2659] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:15:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2660] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:15:26 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: 1416/2661] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:15:26 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: 1246/2662] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:15:26 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-07-01 12:15:26.930 8 INFO neutron.api.v2.resource [None req-442f97bf-8f83-485f-ae69-17fb243e0299 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1417/2663] 199.204.45.23 () {30 vars in 762 bytes} [Wed Jul 1 12:15:26 2026] GET /v2.0/security-groups/lb-59bca61a-a079-41a3-ad04-cd9edecc1de7 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2664] 199.204.45.23 () {30 vars in 784 bytes} [Wed Jul 1 12:15:26 2026] GET /v2.0/security-groups?name=lb-59bca61a-a079-41a3-ad04-cd9edecc1de7 => generated 1637 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2665] 199.204.45.23 () {30 vars in 814 bytes} [Wed Jul 1 12:15:26 2026] GET /v2.0/security-group-rules?security_group_id=bd38a31f-d6c1-419b-b9b1-b5e7062b6dec => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2666] 199.204.45.23 () {34 vars in 746 bytes} [Wed Jul 1 12:15:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2667] 199.204.45.23 () {34 vars in 746 bytes} [Wed Jul 1 12:15:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2670] 10.0.0.37 () {30 vars in 689 bytes} [Wed Jul 1 12:15:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2671] 10.0.0.37 () {30 vars in 691 bytes} [Wed Jul 1 12:15:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2672] 10.0.0.37 () {30 vars in 667 bytes} [Wed Jul 1 12:15:34 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: 1251/2673] 10.0.0.37 () {30 vars in 703 bytes} [Wed Jul 1 12:15:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2674] 10.0.0.37 () {28 vars in 438 bytes} [Wed Jul 1 12:15:34 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: 1252/2675] 10.0.0.37 () {30 vars in 727 bytes} [Wed Jul 1 12:15:34 2026] GET /v2.0/subnets/9ea7432e-08c1-4365-af77-188c891acec1 => generated 655 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2676] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:15:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2677] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:15: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: 1425/2678] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:15:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2679] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:15:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2680] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:15:35 2026] GET /v2.0/subnets/9ea7432e-08c1-4365-af77-188c891acec1 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2681] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:15:35 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2682] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:15:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2683] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:15:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2684] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:15:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2685] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:15:36 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: 1429/2686] 199.204.45.23 () {34 vars in 716 bytes} [Wed Jul 1 12:15:36 2026] POST /v2.0/ports => generated 1328 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2687] 10.0.0.185 () {34 vars in 971 bytes} [Wed Jul 1 12:15:36 2026] GET /v2.0/ports/8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => generated 1328 bytes in 71 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: 1430/2688] 10.0.0.185 () {34 vars in 907 bytes} [Wed Jul 1 12:15:36 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2689] 199.204.45.23 () {34 vars in 1261 bytes} [Wed Jul 1 12:15:37 2026] GET /v2.0/ports/8fc899a5-f6f1-4868-84ca-10d3a565e2e5?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2690] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:15:37 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?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: 1260/2691] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:15:37 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?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: 1432/2692] 199.204.45.23 () {34 vars in 974 bytes} [Wed Jul 1 12:15:38 2026] GET /v2.0/ports/8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => generated 1328 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2693] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:15:38 2026] GET /v2.0/networks?id=309ab617-8d62-48d9-89b3-689da69e49af => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2694] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:15:38 2026] PUT /v2.0/ports/8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => generated 1518 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:15:38.797 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9d19460-002d-4974-8943-e34eef64dddc'] response: {'name': 'network-changed', 'server_uuid': 'a5d7738f-564d-45a5-ad27-e63b4a6948eb', 'tag': '8fc899a5-f6f1-4868-84ca-10d3a565e2e5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1262/2695] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:15:39 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 4100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1434/2696] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:15:39 2026] GET /v2.0/networks?id=309ab617-8d62-48d9-89b3-689da69e49af => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2697] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:15:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.247&port_id=8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => 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: 1435/2698] 199.204.45.23 () {34 vars in 1103 bytes} [Wed Jul 1 12:15:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2de&port_id=8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => 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: 1264/2699] 199.204.45.23 () {34 vars in 1063 bytes} [Wed Jul 1 12:15:39 2026] GET /v2.0/subnets?id=68a39471-e9c5-460f-8ce1-d11011351eb4&id=9ea7432e-08c1-4365-af77-188c891acec1 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2700] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:15:39 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2701] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:15:39 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2702] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:15:39 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?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: 1266/2703] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:15:39 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2704] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:15:40 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 4100 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2705] 199.204.45.23 () {34 vars in 1061 bytes} [Wed Jul 1 12:15:40 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.236&port_id=f4ce9cb0-1b9c-40a0-a22b-3f8d64f10b14 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2706] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:15:40 2026] GET /v2.0/subnets?id=f5b7d2d9-d576-40ea-9fda-8309715cfc00 => generated 654 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2707] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:15:40 2026] GET /v2.0/ports?network_id=5ba103a2-48ff-4579-a40a-36077ab356a3&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2708] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:15:40 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?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: 1269/2709] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:15:40 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?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: 1441/2710] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:15:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.243&port_id=c92676a9-9377-41e9-959d-f83822d3b631 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2711] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:15:41 2026] GET /v2.0/subnets?id=e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2712] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:15:41 2026] GET /v2.0/ports?network_id=86c569b2-9203-4cfb-8e34-22c9d77d190c&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2713] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:15:41 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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: 1443/2714] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:15:41 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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: 1272/2715] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:15:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.247&port_id=8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2716] 199.204.45.23 () {34 vars in 1103 bytes} [Wed Jul 1 12:15:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2de&port_id=8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => 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: 1273/2717] 199.204.45.23 () {34 vars in 1063 bytes} [Wed Jul 1 12:15:41 2026] GET /v2.0/subnets?id=68a39471-e9c5-460f-8ce1-d11011351eb4&id=9ea7432e-08c1-4365-af77-188c891acec1 => generated 1409 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2718] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:15:41 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&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: 1274/2719] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:15:41 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&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: 1446/2720] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:15:41 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?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: 1275/2721] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:15:41 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?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: 1448/2724] 10.0.0.185 () {34 vars in 971 bytes} [Wed Jul 1 12:15:45 2026] GET /v2.0/ports/8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => generated 1520 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2725] 199.204.45.23 () {30 vars in 742 bytes} [Wed Jul 1 12:15:45 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af => generated 797 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2726] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:15:45 2026] GET /v2.0/subnets/9ea7432e-08c1-4365-af77-188c891acec1 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2727] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:15:45 2026] GET /v2.0/subnets/68a39471-e9c5-460f-8ce1-d11011351eb4 => generated 743 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2728] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:15:45 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: 1279/2729] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:15: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: 1451/2730] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:15:45 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2731] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:15: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: 1452/2732] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:15:45 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2733] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:15:45 2026] GET /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2734] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:15:46 2026] GET /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2735] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:15:46 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2736] 199.204.45.23 () {30 vars in 742 bytes} [Wed Jul 1 12:15:46 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c => generated 800 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2737] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:15:46 2026] GET /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2738] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:15:46 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2739] 10.0.0.37 () {30 vars in 689 bytes} [Wed Jul 1 12:15:55 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: 1456/2740] 10.0.0.37 () {30 vars in 691 bytes} [Wed Jul 1 12:15:55 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: 1285/2741] 10.0.0.37 () {30 vars in 667 bytes} [Wed Jul 1 12:15:55 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: 1457/2742] 10.0.0.37 () {30 vars in 703 bytes} [Wed Jul 1 12:15:55 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: 1286/2743] 10.0.0.37 () {28 vars in 438 bytes} [Wed Jul 1 12:15: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: 1458/2744] 10.0.0.37 () {30 vars in 727 bytes} [Wed Jul 1 12:15:55 2026] GET /v2.0/subnets/2ba8902c-251c-4012-a19f-44b3f54ffb1a => generated 656 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2745] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:15:56 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: 1459/2746] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:15: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: 1288/2747] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:15:56 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: 1460/2748] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:15: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: 7|app: 0|req: 1289/2749] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:15:56 2026] GET /v2.0/subnets/9ea7432e-08c1-4365-af77-188c891acec1 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2750] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:15:56 2026] GET /v2.0/subnets/2ba8902c-251c-4012-a19f-44b3f54ffb1a => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2751] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:15:56 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 4102 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2752] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:15:56 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: 1291/2753] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:15: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: 8|app: 0|req: 1463/2754] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:15: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: 7|app: 0|req: 1292/2755] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:15:56 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: 1464/2756] 199.204.45.23 () {34 vars in 716 bytes} [Wed Jul 1 12:15:56 2026] POST /v2.0/ports => generated 1328 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2757] 10.0.0.185 () {34 vars in 971 bytes} [Wed Jul 1 12:15:57 2026] GET /v2.0/ports/5214e060-cd3c-47a3-ba38-f0722a498abb => generated 1328 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1465/2758] 199.204.45.23 () {34 vars in 1261 bytes} [Wed Jul 1 12:15:58 2026] GET /v2.0/ports/5214e060-cd3c-47a3-ba38-f0722a498abb?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2759] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:15:58 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?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: 1466/2760] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:15:58 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?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: 1295/2761] 199.204.45.23 () {34 vars in 974 bytes} [Wed Jul 1 12:15:59 2026] GET /v2.0/ports/5214e060-cd3c-47a3-ba38-f0722a498abb => generated 1328 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2762] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:15:59 2026] GET /v2.0/networks?id=15a7fba1-c54a-47e5-909e-6a131e62b75b => generated 801 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2765] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:15:59 2026] PUT /v2.0/ports/5214e060-cd3c-47a3-ba38-f0722a498abb => generated 1518 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:16:00.057 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a30d4a6-30a8-4ea0-b92c-9ea2ca0f51fb'] response: {'name': 'network-changed', 'server_uuid': 'a5d7738f-564d-45a5-ad27-e63b4a6948eb', 'tag': '5214e060-cd3c-47a3-ba38-f0722a498abb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1470/2766] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:16:00 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 5612 bytes in 69 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: 1297/2767] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:16:00 2026] GET /v2.0/networks?id=15a7fba1-c54a-47e5-909e-6a131e62b75b => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2768] 199.204.45.23 () {34 vars in 1055 bytes} [Wed Jul 1 12:16:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.32&port_id=5214e060-cd3c-47a3-ba38-f0722a498abb => 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: 1298/2769] 199.204.45.23 () {34 vars in 1105 bytes} [Wed Jul 1 12:16:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A267&port_id=5214e060-cd3c-47a3-ba38-f0722a498abb => 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: 1472/2770] 199.204.45.23 () {34 vars in 1063 bytes} [Wed Jul 1 12:16:00 2026] GET /v2.0/subnets?id=2ba8902c-251c-4012-a19f-44b3f54ffb1a&id=5272afc2-2e72-4190-bea1-18902a928ccf => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2771] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:00 2026] GET /v2.0/ports?network_id=15a7fba1-c54a-47e5-909e-6a131e62b75b&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2772] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:00 2026] GET /v2.0/ports?network_id=15a7fba1-c54a-47e5-909e-6a131e62b75b&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: 1300/2773] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:00 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2774] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:00 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?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: 1301/2775] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 5612 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2776] 199.204.45.23 () {34 vars in 1061 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.236&port_id=f4ce9cb0-1b9c-40a0-a22b-3f8d64f10b14 => 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: 1302/2777] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/subnets?id=f5b7d2d9-d576-40ea-9fda-8309715cfc00 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2778] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/ports?network_id=5ba103a2-48ff-4579-a40a-36077ab356a3&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2779] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?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: 1477/2780] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2781] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.243&port_id=c92676a9-9377-41e9-959d-f83822d3b631 => 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: 1478/2782] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/subnets?id=e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2783] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/ports?network_id=86c569b2-9203-4cfb-8e34-22c9d77d190c&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: 1479/2784] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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: 1306/2785] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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: 1480/2786] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.247&port_id=8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => 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: 1307/2787] 199.204.45.23 () {34 vars in 1103 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2de&port_id=8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => 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: 1481/2788] 199.204.45.23 () {34 vars in 1063 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/subnets?id=68a39471-e9c5-460f-8ce1-d11011351eb4&id=9ea7432e-08c1-4365-af77-188c891acec1 => generated 1409 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2789] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&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: 1482/2790] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&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: 1309/2791] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2792] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?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: 1310/2793] 199.204.45.23 () {34 vars in 1055 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.32&port_id=5214e060-cd3c-47a3-ba38-f0722a498abb => 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: 1484/2794] 199.204.45.23 () {34 vars in 1105 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A267&port_id=5214e060-cd3c-47a3-ba38-f0722a498abb => 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: 1311/2795] 199.204.45.23 () {34 vars in 1063 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/subnets?id=2ba8902c-251c-4012-a19f-44b3f54ffb1a&id=5272afc2-2e72-4190-bea1-18902a928ccf => generated 1415 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2796] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/ports?network_id=15a7fba1-c54a-47e5-909e-6a131e62b75b&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: 1312/2797] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/ports?network_id=15a7fba1-c54a-47e5-909e-6a131e62b75b&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: 1486/2798] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:02 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2799] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:03 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2800] 10.0.0.185 () {34 vars in 971 bytes} [Wed Jul 1 12:16:07 2026] GET /v2.0/ports/5214e060-cd3c-47a3-ba38-f0722a498abb => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2801] 199.204.45.23 () {30 vars in 742 bytes} [Wed Jul 1 12:16:07 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b => generated 798 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2802] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:07 2026] GET /v2.0/subnets/2ba8902c-251c-4012-a19f-44b3f54ffb1a => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2803] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:07 2026] GET /v2.0/subnets/5272afc2-2e72-4190-bea1-18902a928ccf => generated 748 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2804] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:07 2026] GET /v2.0/ports/8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => generated 1520 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2805] 199.204.45.23 () {34 vars in 789 bytes} [Wed Jul 1 12:16:07 2026] PUT /v2.0/ports/8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => generated 1255 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:16:07.940 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e77a8a7-3575-499e-b6ad-da55ca22d016'] response: {'name': 'network-changed', 'server_uuid': 'a5d7738f-564d-45a5-ad27-e63b4a6948eb', 'tag': '8fc899a5-f6f1-4868-84ca-10d3a565e2e5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1490/2806] 199.204.45.23 () {30 vars in 742 bytes} [Wed Jul 1 12:16:07 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af => generated 797 bytes in 56 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: 1317/2807] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:07 2026] GET /v2.0/subnets/9ea7432e-08c1-4365-af77-188c891acec1 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2808] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:16:08 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: 1318/2809] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2810] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:16: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: 7|app: 0|req: 1319/2811] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:16: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) [pid: 8|app: 0|req: 1493/2812] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2813] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2814] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2815] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2816] 199.204.45.23 () {30 vars in 742 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2817] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2818] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2819] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 5385 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2820] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/networks?id=309ab617-8d62-48d9-89b3-689da69e49af => generated 800 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2821] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.247&port_id=8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => 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: 1498/2822] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/subnets?id=9ea7432e-08c1-4365-af77-188c891acec1 => 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: 1325/2823] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2824] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?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: 1326/2825] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:08 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2828] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:16: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: 1328/2829] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:16:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2830] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:16:20 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: 1329/2831] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:16:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2832] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:20 2026] GET /v2.0/subnets/9ea7432e-08c1-4365-af77-188c891acec1 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2833] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:20 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 5385 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2834] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:16: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: 1331/2835] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:16:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2836] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:16:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2837] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:16:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2838] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:20 2026] GET /v2.0/ports/5214e060-cd3c-47a3-ba38-f0722a498abb => generated 1520 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2839] 199.204.45.23 () {34 vars in 789 bytes} [Wed Jul 1 12:16:20 2026] PUT /v2.0/ports/5214e060-cd3c-47a3-ba38-f0722a498abb => generated 1311 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:16:21.115 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cac15935-fb46-4f1e-992a-fd3df2f27a41'] response: {'name': 'network-changed', 'server_uuid': 'a5d7738f-564d-45a5-ad27-e63b4a6948eb', 'tag': '5214e060-cd3c-47a3-ba38-f0722a498abb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1507/2840] 199.204.45.23 () {30 vars in 742 bytes} [Wed Jul 1 12:16:21 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b => generated 798 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1334/2841] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:21 2026] GET /v2.0/subnets/5272afc2-2e72-4190-bea1-18902a928ccf => generated 748 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2842] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:21 2026] GET /v2.0/ports/5214e060-cd3c-47a3-ba38-f0722a498abb => generated 1347 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2843] 199.204.45.23 () {34 vars in 788 bytes} [Wed Jul 1 12:16:21 2026] PUT /v2.0/ports/5214e060-cd3c-47a3-ba38-f0722a498abb => generated 1080 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2844] 199.204.45.23 () {30 vars in 742 bytes} [Wed Jul 1 12:16:21 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1336/2845] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:21 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 4981 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2846] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:16:21 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 4981 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2847] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:16:21 2026] GET /v2.0/networks?id=15a7fba1-c54a-47e5-909e-6a131e62b75b => generated 801 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2848] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:21 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?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: 1338/2849] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:21 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 4981 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2850] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:21 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?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: 1339/2851] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:22 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 4981 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:16:23.164 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-931b6f6a-42b8-4494-98e2-1197472cf658'] response: {'name': 'network-changed', 'server_uuid': 'a5d7738f-564d-45a5-ad27-e63b4a6948eb', 'tag': '5214e060-cd3c-47a3-ba38-f0722a498abb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1513/2852] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:16:23 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 4981 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2853] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:16:23 2026] GET /v2.0/networks?id=15a7fba1-c54a-47e5-909e-6a131e62b75b => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2854] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:23 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?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: 1341/2855] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:23 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/2856] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:23 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 4981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2857] 199.204.45.23 () {34 vars in 974 bytes} [Wed Jul 1 12:16:24 2026] GET /v2.0/ports/5214e060-cd3c-47a3-ba38-f0722a498abb => generated 1116 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2858] 199.204.45.23 () {34 vars in 1059 bytes} [Wed Jul 1 12:16:24 2026] GET /v2.0/ports/5214e060-cd3c-47a3-ba38-f0722a498abb?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2859] 199.204.45.23 () {34 vars in 1015 bytes} [Wed Jul 1 12:16:24 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2860] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:16:24 2026] PUT /v2.0/ports/5214e060-cd3c-47a3-ba38-f0722a498abb => generated 917 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2861] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:24 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 3873 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:16:25.145 8 INFO neutron_taas.services.taas.taas_plugin [None req-486648c1-eeb8-4ccb-84bb-bb037dcb0dab 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 5214e060-cd3c-47a3-ba38-f0722a498abb 2026-07-01 12:16:25.152 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-486648c1-eeb8-4ccb-84bb-bb037dcb0dab 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 5214e060-cd3c-47a3-ba38-f0722a498abb [pid: 8|app: 0|req: 1518/2862] 199.204.45.23 () {32 vars in 758 bytes} [Wed Jul 1 12:16:25 2026] DELETE /v2.0/ports/5214e060-cd3c-47a3-ba38-f0722a498abb => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2863] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:16:25 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: 1519/2864] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:16:25 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: 1346/2865] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:16:25 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: 1520/2866] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:16: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: 7|app: 0|req: 1347/2867] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:25 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2868] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:25 2026] GET /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2869] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:25 2026] GET /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2870] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:25 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2871] 199.204.45.23 () {30 vars in 742 bytes} [Wed Jul 1 12:16:25 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2872] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:25 2026] GET /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2873] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:25 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2874] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:16:25 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 3873 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2875] 199.204.45.23 () {34 vars in 1225 bytes} [Wed Jul 1 12:16:25 2026] GET /v2.0/networks?id=5ba103a2-48ff-4579-a40a-36077ab356a3&id=86c569b2-9203-4cfb-8e34-22c9d77d190c&id=309ab617-8d62-48d9-89b3-689da69e49af&id=15a7fba1-c54a-47e5-909e-6a131e62b75b => generated 3097 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2876] 199.204.45.23 () {34 vars in 1061 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.236&port_id=f4ce9cb0-1b9c-40a0-a22b-3f8d64f10b14 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2877] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/subnets?id=f5b7d2d9-d576-40ea-9fda-8309715cfc00 => 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: 1526/2878] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/ports?network_id=5ba103a2-48ff-4579-a40a-36077ab356a3&device_owner=network%3Adhcp => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2879] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?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: 1527/2880] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?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: 1354/2881] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.243&port_id=c92676a9-9377-41e9-959d-f83822d3b631 => 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: 1528/2882] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/subnets?id=e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2883] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/ports?network_id=86c569b2-9203-4cfb-8e34-22c9d77d190c&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2884] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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: 1356/2885] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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: 1530/2886] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.247&port_id=8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => 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: 1357/2887] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/subnets?id=9ea7432e-08c1-4365-af77-188c891acec1 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2888] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&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: 1358/2889] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?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: 1532/2890] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:26 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?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: 1534/2893] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:16:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2894] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:16:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2895] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:16:30 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: 1361/2896] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:16:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2897] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:30 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 3873 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2898] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:16:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2899] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:16:31 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: 1363/2900] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:16:31 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: 1538/2901] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:16:31 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: 1364/2902] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:31 2026] GET /v2.0/ports/8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => generated 1291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2903] 199.204.45.23 () {34 vars in 788 bytes} [Wed Jul 1 12:16:31 2026] PUT /v2.0/ports/8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => generated 1080 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:16:31.633 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d915f86b-c9a6-4d6e-8bc8-23b4d7cee285'] response: {'name': 'network-changed', 'server_uuid': 'a5d7738f-564d-45a5-ad27-e63b4a6948eb', 'tag': '8fc899a5-f6f1-4868-84ca-10d3a565e2e5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1365/2904] 199.204.45.23 () {30 vars in 742 bytes} [Wed Jul 1 12:16:31 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1540/2905] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:31 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2906] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:31 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 3698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2907] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:16:32 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 3698 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2908] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:16:32 2026] GET /v2.0/networks?id=309ab617-8d62-48d9-89b3-689da69e49af => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2909] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:32 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?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: 1368/2910] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:32 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2911] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:32 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2912] 199.204.45.23 () {34 vars in 974 bytes} [Wed Jul 1 12:16:33 2026] GET /v2.0/ports/8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2913] 199.204.45.23 () {34 vars in 1059 bytes} [Wed Jul 1 12:16:33 2026] GET /v2.0/ports/8fc899a5-f6f1-4868-84ca-10d3a565e2e5?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2914] 199.204.45.23 () {34 vars in 1015 bytes} [Wed Jul 1 12:16:33 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2915] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:33 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 3698 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2916] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:16:33 2026] PUT /v2.0/ports/8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => generated 917 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2917] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:34 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 2590 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-07-01 12:16:35.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-21dc55df-0c6d-4ed5-9d9d-39101c98b24b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: 8fc899a5-f6f1-4868-84ca-10d3a565e2e5 2026-07-01 12:16:35.138 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21dc55df-0c6d-4ed5-9d9d-39101c98b24b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: 8fc899a5-f6f1-4868-84ca-10d3a565e2e5 [pid: 8|app: 0|req: 1547/2918] 199.204.45.23 () {32 vars in 758 bytes} [Wed Jul 1 12:16:35 2026] DELETE /v2.0/ports/8fc899a5-f6f1-4868-84ca-10d3a565e2e5 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2919] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:16: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) [pid: 8|app: 0|req: 1548/2920] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2921] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2922] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2923] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2924] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2925] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1350 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2926] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2927] 199.204.45.23 () {30 vars in 742 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2928] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2929] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2930] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2931] 199.204.45.23 () {34 vars in 1145 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/networks?id=5ba103a2-48ff-4579-a40a-36077ab356a3&id=86c569b2-9203-4cfb-8e34-22c9d77d190c&id=309ab617-8d62-48d9-89b3-689da69e49af => generated 2310 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2932] 199.204.45.23 () {34 vars in 1061 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.236&port_id=f4ce9cb0-1b9c-40a0-a22b-3f8d64f10b14 => 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: 1379/2933] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/subnets?id=f5b7d2d9-d576-40ea-9fda-8309715cfc00 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2934] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/ports?network_id=5ba103a2-48ff-4579-a40a-36077ab356a3&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: 1380/2935] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:35 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2936] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:36 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?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: 1381/2937] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:16:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.243&port_id=c92676a9-9377-41e9-959d-f83822d3b631 => 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: 1557/2938] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:16:36 2026] GET /v2.0/subnets?id=e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2939] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:36 2026] GET /v2.0/ports?network_id=86c569b2-9203-4cfb-8e34-22c9d77d190c&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2940] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:36 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?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: 1383/2941] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:36 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2944] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:16:46 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: 1560/2945] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:16:46 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: 1386/2946] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:16:46 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: 1561/2947] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:16:46 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-07-01 12:16:47.011 7 INFO neutron.api.v2.resource [None req-ca5f386b-582d-4138-9be7-35e91fd39a2b 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1387/2948] 199.204.45.23 () {30 vars in 762 bytes} [Wed Jul 1 12:16:46 2026] GET /v2.0/security-groups/lb-59bca61a-a079-41a3-ad04-cd9edecc1de7 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2949] 199.204.45.23 () {30 vars in 784 bytes} [Wed Jul 1 12:16:47 2026] GET /v2.0/security-groups?name=lb-59bca61a-a079-41a3-ad04-cd9edecc1de7 => generated 2863 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2950] 199.204.45.23 () {30 vars in 814 bytes} [Wed Jul 1 12:16:47 2026] GET /v2.0/security-group-rules?security_group_id=bd38a31f-d6c1-419b-b9b1-b5e7062b6dec => generated 2334 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/2951] 199.204.45.23 () {32 vars in 788 bytes} [Wed Jul 1 12:16:47 2026] DELETE /v2.0/security-group-rules/3e57d2c5-b543-40fd-8742-b6412b3903ba => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2952] 199.204.45.23 () {32 vars in 788 bytes} [Wed Jul 1 12:16:47 2026] DELETE /v2.0/security-group-rules/ef2898a9-2b38-4625-8e87-62b3ea56f195 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:16:50.946 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9d2a47e-73b7-4c8f-b430-a64094f21c72 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] TaaS: Handle Delete Port: 400a514a-fd86-4817-89ea-8ec514987f31 2026-07-01 12:16:50.949 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9d2a47e-73b7-4c8f-b430-a64094f21c72 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Tap Mirror: Handle Delete Port: 400a514a-fd86-4817-89ea-8ec514987f31 2026-07-01 12:16:51.167 8 INFO neutron.db.l3_db [None req-c9d2a47e-73b7-4c8f-b430-a64094f21c72 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Floating IP 53c36a3f-81fb-4150-9a87-2842dce5df51 disassociated (deleted). External IP: 10.96.250.210, port: fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0. [pid: 8|app: 0|req: 1564/2953] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:16:50 2026] DELETE /v2.0/floatingips/53c36a3f-81fb-4150-9a87-2842dce5df51 => generated 0 bytes in 585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:16:51.440 7 INFO neutron.api.v2.resource [None req-13190205-04de-4e74-bb45-fa5cb75857df 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1390/2954] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:16:51 2026] GET /v2.0/floatingips/53c36a3f-81fb-4150-9a87-2842dce5df51 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/2955] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:16:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2956] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:16:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/2957] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:16:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2958] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:16:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:16:52.670 8 INFO neutron.api.v2.resource [None req-e03ca285-27c5-44ca-99ac-c9c3bb404681 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1567/2959] 199.204.45.23 () {30 vars in 762 bytes} [Wed Jul 1 12:16:52 2026] GET /v2.0/security-groups/lb-59bca61a-a079-41a3-ad04-cd9edecc1de7 => generated 149 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2960] 199.204.45.23 () {30 vars in 784 bytes} [Wed Jul 1 12:16:52 2026] GET /v2.0/security-groups?name=lb-59bca61a-a079-41a3-ad04-cd9edecc1de7 => generated 1637 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/2961] 199.204.45.23 () {30 vars in 814 bytes} [Wed Jul 1 12:16:52 2026] GET /v2.0/security-group-rules?security_group_id=bd38a31f-d6c1-419b-b9b1-b5e7062b6dec => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2962] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:16: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: 1569/2963] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:16:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2964] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:16:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/2965] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:16:52 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: 1396/2966] 199.204.45.23 () {30 vars in 740 bytes} [Wed Jul 1 12:16:52 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/2967] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:52 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2968] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:52 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 2590 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/2969] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:53 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2970] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:54 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/2971] 199.204.45.23 () {34 vars in 974 bytes} [Wed Jul 1 12:16:55 2026] GET /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2972] 199.204.45.23 () {34 vars in 1059 bytes} [Wed Jul 1 12:16:55 2026] GET /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2973] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:55 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 2590 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/2974] 199.204.45.23 () {34 vars in 1015 bytes} [Wed Jul 1 12:16:55 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c?fields=dns_domain => generated 29 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2975] 199.204.45.23 () {38 vars in 1027 bytes} [Wed Jul 1 12:16:55 2026] PUT /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1151 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/2976] 199.204.45.23 () {30 vars in 768 bytes} [Wed Jul 1 12:16:56 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1402/2977] 199.204.45.23 () {34 vars in 788 bytes} [Wed Jul 1 12:16:56 2026] PUT /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1090 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/2978] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:56 2026] GET /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 1090 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-07-01 12:16:56.682 7 INFO neutron_taas.services.taas.taas_plugin [None req-987cfbaf-aa7a-44b7-a2e9-e546133f1ce9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: c92676a9-9377-41e9-959d-f83822d3b631 2026-07-01 12:16:56.685 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-987cfbaf-aa7a-44b7-a2e9-e546133f1ce9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: c92676a9-9377-41e9-959d-f83822d3b631 [pid: 7|app: 0|req: 1403/2979] 199.204.45.23 () {32 vars in 758 bytes} [Wed Jul 1 12:16:56 2026] DELETE /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => 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: 1577/2980] 199.204.45.23 () {30 vars in 702 bytes} [Wed Jul 1 12:16:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2981] 199.204.45.23 () {30 vars in 704 bytes} [Wed Jul 1 12:16: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: 1578/2982] 199.204.45.23 () {30 vars in 680 bytes} [Wed Jul 1 12:16:56 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: 1405/2983] 199.204.45.23 () {30 vars in 716 bytes} [Wed Jul 1 12:16: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) 2026-07-01 12:16:56.976 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f1ae6936-184c-4fd2-a5f6-8ab725490bf2 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1579/2984] 199.204.45.23 () {32 vars in 758 bytes} [Wed Jul 1 12:16:56 2026] DELETE /v2.0/ports/c92676a9-9377-41e9-959d-f83822d3b631 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2985] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:56 2026] GET /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:16:57.050 8 INFO neutron.api.v2.resource [None req-7ac9bf8c-8863-41f9-b4d4-7374ed0440b9 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/2986] 199.204.45.23 () {30 vars in 762 bytes} [Wed Jul 1 12:16:57 2026] GET /v2.0/security-groups/lb-59bca61a-a079-41a3-ad04-cd9edecc1de7 => generated 149 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/2987] 199.204.45.23 () {30 vars in 784 bytes} [Wed Jul 1 12:16:57 2026] GET /v2.0/security-groups?name=lb-59bca61a-a079-41a3-ad04-cd9edecc1de7 => generated 1637 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2988] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:16:57 2026] GET /v2.0/ports?tenant_id=6d79d5a111ef4c69bb80d28a471025e1&device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 1248 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/2989] 199.204.45.23 () {30 vars in 736 bytes} [Wed Jul 1 12:16:57 2026] GET /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2990] 199.204.45.23 () {34 vars in 1065 bytes} [Wed Jul 1 12:16:57 2026] GET /v2.0/networks?id=5ba103a2-48ff-4579-a40a-36077ab356a3&id=86c569b2-9203-4cfb-8e34-22c9d77d190c => generated 1524 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2991] 199.204.45.23 () {34 vars in 1061 bytes} [Wed Jul 1 12:16:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.236&port_id=f4ce9cb0-1b9c-40a0-a22b-3f8d64f10b14 => 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: 1410/2992] 199.204.45.23 () {34 vars in 983 bytes} [Wed Jul 1 12:16:57 2026] GET /v2.0/subnets?id=f5b7d2d9-d576-40ea-9fda-8309715cfc00 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2993] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:16:57 2026] GET /v2.0/ports?network_id=5ba103a2-48ff-4579-a40a-36077ab356a3&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2994] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:16:57 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?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: 1583/2995] 199.204.45.23 () {34 vars in 788 bytes} [Wed Jul 1 12:16:57 2026] PUT /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 1094 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2996] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:16:57 2026] GET /v2.0/networks/5ba103a2-48ff-4579-a40a-36077ab356a3?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: 1584/2997] 199.204.45.23 () {32 vars in 778 bytes} [Wed Jul 1 12:16:57 2026] DELETE /v2.0/security-groups/bd38a31f-d6c1-419b-b9b1-b5e7062b6dec => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:16:57.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c18bac8-f66d-4bb4-bc15-5746ad3c5202 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 2026-07-01 12:16:57.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c18bac8-f66d-4bb4-bc15-5746ad3c5202 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 [pid: 7|app: 0|req: 1414/2998] 199.204.45.23 () {32 vars in 758 bytes} [Wed Jul 1 12:16:57 2026] DELETE /v2.0/ports/fbf36bb1-aef5-402c-9ada-2f9d7b9fe4c0 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3001] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:17:00 2026] GET /v2.0/ports?device_id=a5d7738f-564d-45a5-ad27-e63b4a6948eb => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:17:00.651 7 INFO neutron_taas.services.taas.taas_plugin [req-02384fc9-d46e-4ff9-b8bd-3c404f766043 req-228c66dc-2d46-4ef2-9242-5be3b995b3b7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] TaaS: Handle Delete Port: f4ce9cb0-1b9c-40a0-a22b-3f8d64f10b14 2026-07-01 12:17:00.654 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-02384fc9-d46e-4ff9-b8bd-3c404f766043 req-228c66dc-2d46-4ef2-9242-5be3b995b3b7 61cbf4d44b624a44ab935bfe7f4f17e8 6d79d5a111ef4c69bb80d28a471025e1 - - default default] Tap Mirror: Handle Delete Port: f4ce9cb0-1b9c-40a0-a22b-3f8d64f10b14 [pid: 7|app: 0|req: 1416/3002] 199.204.45.23 () {36 vars in 996 bytes} [Wed Jul 1 12:17:00 2026] DELETE /v2.0/ports/f4ce9cb0-1b9c-40a0-a22b-3f8d64f10b14 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:17:00.844 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4ebee98-bfea-4b7c-8909-84b5050cf385'] response: {'server_uuid': 'a5d7738f-564d-45a5-ad27-e63b4a6948eb', 'name': 'network-vif-deleted', 'tag': 'f4ce9cb0-1b9c-40a0-a22b-3f8d64f10b14', 'status': 'completed', 'code': 200} 2026-07-01 12:17:01.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-03192299-873a-49c1-9a70-286501bc467b 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] TaaS: Handle Delete Port: 3ba2c5b9-6a2d-4cd5-9df6-f7d7bf8577e0 2026-07-01 12:17:01.826 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03192299-873a-49c1-9a70-286501bc467b 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Tap Mirror: Handle Delete Port: 3ba2c5b9-6a2d-4cd5-9df6-f7d7bf8577e0 2026-07-01 12:17:02.002 8 INFO neutron.db.l3_db [None req-03192299-873a-49c1-9a70-286501bc467b 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Floating IP 7d938fad-bb00-4cb6-87e4-2bc417b3442c disassociated (deleted). External IP: 10.96.250.205, port: e1149fc1-8a1f-4510-944f-e8b312f58e11. [pid: 8|app: 0|req: 1587/3003] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:17:01 2026] DELETE /v2.0/floatingips/7d938fad-bb00-4cb6-87e4-2bc417b3442c => generated 0 bytes in 652 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:02.342 7 INFO neutron.api.v2.resource [None req-1b0c5ac8-5040-44f3-8edc-96e3644b8344 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1417/3004] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:17:02 2026] GET /v2.0/floatingips/7d938fad-bb00-4cb6-87e4-2bc417b3442c => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:17:02.350 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba94c542-3f15-4a3a-ba5e-f831cede102b'] response: {'name': 'network-changed', 'server_uuid': 'b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1', 'tag': 'e1149fc1-8a1f-4510-944f-e8b312f58e11', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1588/3005] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:17:02 2026] GET /v2.0/ports?device_id=b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1 => generated 1204 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/3006] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:17:02 2026] GET /v2.0/security-groups?id=46d5cfe6-11ef-4585-9061-096032d69e62&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3007] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:17:02 2026] GET /v2.0/ports?tenant_id=ff1faa71242e4ec09afda19d3f4f604f&device_id=b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1 => generated 1473 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/3008] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:17:02 2026] GET /v2.0/networks?id=15a7fba1-c54a-47e5-909e-6a131e62b75b => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3009] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:17:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.172&port_id=e1149fc1-8a1f-4510-944f-e8b312f58e11 => 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: 1420/3010] 199.204.45.23 () {34 vars in 1105 bytes} [Wed Jul 1 12:17:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A25f&port_id=e1149fc1-8a1f-4510-944f-e8b312f58e11 => 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: 1591/3011] 199.204.45.23 () {34 vars in 1063 bytes} [Wed Jul 1 12:17:03 2026] GET /v2.0/subnets?id=2ba8902c-251c-4012-a19f-44b3f54ffb1a&id=5272afc2-2e72-4190-bea1-18902a928ccf => generated 1415 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/3012] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:17:03 2026] GET /v2.0/ports?network_id=15a7fba1-c54a-47e5-909e-6a131e62b75b&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3013] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:17:03 2026] GET /v2.0/ports?network_id=15a7fba1-c54a-47e5-909e-6a131e62b75b&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/3014] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:17:03 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?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: 1593/3015] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:17:03 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b?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: 1423/3016] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:17:04 2026] GET /v2.0/ports?device_id=b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1 => generated 1202 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:17:05.109 8 INFO neutron_taas.services.taas.taas_plugin [req-1b0eb44b-8413-462c-93f2-87fbd11f5057 req-2509a7cd-4dd1-4f1d-963d-582c703c6de6 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] TaaS: Handle Delete Port: e1149fc1-8a1f-4510-944f-e8b312f58e11 2026-07-01 12:17:05.113 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1b0eb44b-8413-462c-93f2-87fbd11f5057 req-2509a7cd-4dd1-4f1d-963d-582c703c6de6 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Tap Mirror: Handle Delete Port: e1149fc1-8a1f-4510-944f-e8b312f58e11 [pid: 8|app: 0|req: 1594/3017] 199.204.45.23 () {36 vars in 996 bytes} [Wed Jul 1 12:17:04 2026] DELETE /v2.0/ports/e1149fc1-8a1f-4510-944f-e8b312f58e11 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:17:05.331 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8df0fd1-66bd-4023-a5a2-f55e55ea5ae4'] response: {'server_uuid': 'b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1', 'name': 'network-vif-deleted', 'tag': 'e1149fc1-8a1f-4510-944f-e8b312f58e11', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1424/3018] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:17:07 2026] GET /v2.0/ports?device_id=b0ea7cc5-856f-475d-b1cd-e32ffe8b5af1 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:17:12.864 8 INFO neutron_taas.services.taas.taas_plugin [None req-8760712f-a82c-4a66-9043-d4f8818ef79b 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] TaaS: Handle Delete Port: 0c572b8f-7d99-4cb2-9c49-d73e484181f9 2026-07-01 12:17:12.867 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8760712f-a82c-4a66-9043-d4f8818ef79b 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Tap Mirror: Handle Delete Port: 0c572b8f-7d99-4cb2-9c49-d73e484181f9 2026-07-01 12:17:13.038 8 INFO neutron.db.l3_db [None req-8760712f-a82c-4a66-9043-d4f8818ef79b 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Floating IP 5292810f-ba0a-4e26-9ad0-3cc43b42df8f disassociated (deleted). External IP: 10.96.250.206, port: 6371217d-329d-44d6-a8b7-05ba3c2bab66. [pid: 8|app: 0|req: 1595/3019] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:17:12 2026] DELETE /v2.0/floatingips/5292810f-ba0a-4e26-9ad0-3cc43b42df8f => generated 0 bytes in 620 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:13.384 7 INFO neutron.api.v2.resource [None req-2e73ccf0-61ef-48cb-b95a-423be8aebbe4 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1425/3020] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:17:13 2026] GET /v2.0/floatingips/5292810f-ba0a-4e26-9ad0-3cc43b42df8f => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:17:13.389 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d24f71d3-c9b6-4b18-8bfe-2d0c7b1780f3'] response: {'name': 'network-changed', 'server_uuid': '587ba048-4ded-468a-b7ec-339dd179a85d', 'tag': '6371217d-329d-44d6-a8b7-05ba3c2bab66', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1596/3021] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:17:13 2026] GET /v2.0/ports?device_id=587ba048-4ded-468a-b7ec-339dd179a85d => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/3022] 10.0.0.185 () {34 vars in 1040 bytes} [Wed Jul 1 12:17:13 2026] GET /v2.0/security-groups?id=46d5cfe6-11ef-4585-9061-096032d69e62&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3023] 199.204.45.23 () {34 vars in 1079 bytes} [Wed Jul 1 12:17:13 2026] GET /v2.0/ports?tenant_id=ff1faa71242e4ec09afda19d3f4f604f&device_id=587ba048-4ded-468a-b7ec-339dd179a85d => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/3024] 199.204.45.23 () {34 vars in 985 bytes} [Wed Jul 1 12:17:13 2026] GET /v2.0/networks?id=309ab617-8d62-48d9-89b3-689da69e49af => generated 800 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3025] 199.204.45.23 () {34 vars in 1057 bytes} [Wed Jul 1 12:17:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.224&port_id=6371217d-329d-44d6-a8b7-05ba3c2bab66 => 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: 1428/3026] 199.204.45.23 () {34 vars in 1103 bytes} [Wed Jul 1 12:17:14 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1f6&port_id=6371217d-329d-44d6-a8b7-05ba3c2bab66 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3027] 199.204.45.23 () {34 vars in 1063 bytes} [Wed Jul 1 12:17:14 2026] GET /v2.0/subnets?id=68a39471-e9c5-460f-8ce1-d11011351eb4&id=9ea7432e-08c1-4365-af77-188c891acec1 => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/3028] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:17:14 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3029] 199.204.45.23 () {34 vars in 1051 bytes} [Wed Jul 1 12:17:14 2026] GET /v2.0/ports?network_id=309ab617-8d62-48d9-89b3-689da69e49af&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/3030] 199.204.45.23 () {34 vars in 1011 bytes} [Wed Jul 1 12:17:14 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?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: 1601/3031] 199.204.45.23 () {34 vars in 1111 bytes} [Wed Jul 1 12:17:14 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3034] 199.204.45.23 () {34 vars in 993 bytes} [Wed Jul 1 12:17:15 2026] GET /v2.0/ports?device_id=587ba048-4ded-468a-b7ec-339dd179a85d => generated 1200 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:17:16.100 7 INFO neutron_taas.services.taas.taas_plugin [req-fb6a93d4-fe9d-4f3f-b3f8-37508b058567 req-fa0b848d-e959-4f41-b251-0c1da5dab039 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] TaaS: Handle Delete Port: 6371217d-329d-44d6-a8b7-05ba3c2bab66 2026-07-01 12:17:16.106 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fb6a93d4-fe9d-4f3f-b3f8-37508b058567 req-fa0b848d-e959-4f41-b251-0c1da5dab039 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Tap Mirror: Handle Delete Port: 6371217d-329d-44d6-a8b7-05ba3c2bab66 [pid: 7|app: 0|req: 1432/3035] 199.204.45.23 () {36 vars in 996 bytes} [Wed Jul 1 12:17:15 2026] DELETE /v2.0/ports/6371217d-329d-44d6-a8b7-05ba3c2bab66 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:17:16.304 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0add457-a9ff-432d-b882-8fd07ecb1b53'] response: {'server_uuid': '587ba048-4ded-468a-b7ec-339dd179a85d', 'name': 'network-vif-deleted', 'tag': '6371217d-329d-44d6-a8b7-05ba3c2bab66', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1604/3036] 10.0.0.185 () {34 vars in 990 bytes} [Wed Jul 1 12:17:18 2026] GET /v2.0/ports?device_id=587ba048-4ded-468a-b7ec-339dd179a85d => 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: 1433/3037] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:17:23 2026] DELETE /v2.0/security-group-rules/3feec69f-6f71-43c2-a52f-653b53ab46ea => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:23.871 8 INFO neutron.api.v2.resource [None req-346285ac-c415-48aa-8e70-e3b33746b700 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3038] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:17:23 2026] GET /v2.0/security-group-rules/3feec69f-6f71-43c2-a52f-653b53ab46ea => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/3039] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:17:23 2026] DELETE /v2.0/security-group-rules/8b7bcc74-2f49-482f-a705-0d1f84dbd6ed => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:23.952 8 INFO neutron.api.v2.resource [None req-5791ba09-42c9-4bcc-a508-52492a69ced7 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1606/3040] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:17:23 2026] GET /v2.0/security-group-rules/8b7bcc74-2f49-482f-a705-0d1f84dbd6ed => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/3041] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:17:23 2026] DELETE /v2.0/security-group-rules/fee38b1c-48cf-4b61-92b1-9cdbab0212e8 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:24.038 8 INFO neutron.api.v2.resource [None req-4bc21631-4896-49fd-9c78-eb3db094fdfc 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1607/3042] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:17:24 2026] GET /v2.0/security-group-rules/fee38b1c-48cf-4b61-92b1-9cdbab0212e8 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3043] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:17:24 2026] DELETE /v2.0/security-group-rules/71aab74e-a3bc-46f1-a247-053b782177dd => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:24.131 8 INFO neutron.api.v2.resource [None req-18ef506b-95e5-43e5-bf57-682a7aa1216c 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1608/3044] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:17:24 2026] GET /v2.0/security-group-rules/71aab74e-a3bc-46f1-a247-053b782177dd => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/3045] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:17:24 2026] DELETE /v2.0/security-group-rules/373b30eb-c8a9-4fa7-a8bc-44d2564ecea3 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:24.215 8 INFO neutron.api.v2.resource [None req-e3f5494f-de20-477d-9c70-a2b5cda08206 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3046] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:17:24 2026] GET /v2.0/security-group-rules/373b30eb-c8a9-4fa7-a8bc-44d2564ecea3 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/3047] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:17:24 2026] DELETE /v2.0/security-group-rules/b2690a28-7b27-4c2e-8645-91ffe7ff4017 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:24.302 8 INFO neutron.api.v2.resource [None req-3b06d2a8-81df-4a26-aad6-e064c17d899d 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1610/3048] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:17:24 2026] GET /v2.0/security-group-rules/b2690a28-7b27-4c2e-8645-91ffe7ff4017 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3049] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:17:24 2026] DELETE /v2.0/security-group-rules/3914d52f-13bf-4940-90b3-4b85426c22a4 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:24.383 8 INFO neutron.api.v2.resource [None req-489daa32-861b-47ba-a085-b43bbd078343 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3050] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:17:24 2026] GET /v2.0/security-group-rules/3914d52f-13bf-4940-90b3-4b85426c22a4 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/3051] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:17:24 2026] DELETE /v2.0/security-group-rules/df176d11-e287-48de-97fe-893f36f520ab => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:24.467 8 INFO neutron.api.v2.resource [None req-482b85a3-ffd9-4798-9a85-395c9eb18c10 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1612/3052] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:17:24 2026] GET /v2.0/security-group-rules/df176d11-e287-48de-97fe-893f36f520ab => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/3053] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:17:24 2026] DELETE /v2.0/security-group-rules/6a69e494-6870-4330-bc81-71214eabbb53 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:24.545 8 INFO neutron.api.v2.resource [None req-383661d3-9bed-483e-b640-d4aa8f457c55 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1613/3054] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:17:24 2026] GET /v2.0/security-group-rules/6a69e494-6870-4330-bc81-71214eabbb53 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3055] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:17:24 2026] DELETE /v2.0/security-group-rules/4f28612f-d7f2-40ad-bfa3-a97f6a041260 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:24.624 8 INFO neutron.api.v2.resource [None req-13992226-0bed-4922-949e-965608a9435d 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1614/3056] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:17:24 2026] GET /v2.0/security-group-rules/4f28612f-d7f2-40ad-bfa3-a97f6a041260 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3057] 10.0.0.94 () {32 vars in 749 bytes} [Wed Jul 1 12:17:24 2026] DELETE /v2.0/security-group-rules/9e9741ce-e212-4d2e-9869-9345b57a9eb0 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:24.700 8 INFO neutron.api.v2.resource [None req-8728751c-07cf-4a55-8e36-90bf0a19b296 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1615/3058] 10.0.0.94 () {32 vars in 746 bytes} [Wed Jul 1 12:17:24 2026] GET /v2.0/security-group-rules/9e9741ce-e212-4d2e-9869-9345b57a9eb0 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3059] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:17:24 2026] DELETE /v2.0/security-groups/46d5cfe6-11ef-4585-9061-096032d69e62 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:24.795 8 INFO neutron.api.v2.resource [None req-a7a458e0-5d35-4156-ab66-83de0f884363 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1616/3060] 10.0.0.94 () {32 vars in 736 bytes} [Wed Jul 1 12:17:24 2026] GET /v2.0/security-groups/46d5cfe6-11ef-4585-9061-096032d69e62 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:17:25.231 7 INFO neutron_taas.services.taas.taas_plugin [None req-a28d6833-d340-4ef4-b08d-c878a005a98c 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] TaaS: Handle Delete Port: 0aa4e1ba-4a2e-4359-9634-e6624d454364 2026-07-01 12:17:25.233 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a28d6833-d340-4ef4-b08d-c878a005a98c 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Tap Mirror: Handle Delete Port: 0aa4e1ba-4a2e-4359-9634-e6624d454364 [pid: 7|app: 0|req: 1445/3061] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:17:24 2026] PUT /v2.0/routers/7a222440-54c0-4bc8-a7d2-259fd612b51c/remove_router_interface => generated 309 bytes in 845 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:17:25.842 8 INFO neutron.api.v2.resource [None req-5963b5f9-2913-49c0-bb94-b6e28d4bb00a 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3062] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:17:25 2026] PUT /v2.0/routers/7a222440-54c0-4bc8-a7d2-259fd612b51c/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:17:26.193 7 INFO neutron_taas.services.taas.taas_plugin [None req-26a5bb28-10da-452c-8cb1-f4cf4cca281d 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] TaaS: Handle Delete Port: 5ab0dbc7-2915-4df3-9ba5-c0ee2b1493dc 2026-07-01 12:17:26.196 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26a5bb28-10da-452c-8cb1-f4cf4cca281d 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Tap Mirror: Handle Delete Port: 5ab0dbc7-2915-4df3-9ba5-c0ee2b1493dc [pid: 7|app: 0|req: 1446/3063] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:17:25 2026] PUT /v2.0/routers/7a222440-54c0-4bc8-a7d2-259fd612b51c/remove_router_interface => generated 309 bytes in 884 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:17:26.992 8 INFO neutron.api.v2.resource [None req-bdb8b9b5-ed8b-40cc-8ca6-260187e8f330 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1618/3064] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:17:26 2026] PUT /v2.0/routers/7a222440-54c0-4bc8-a7d2-259fd612b51c/remove_router_interface => generated 198 bytes in 257 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:17:27.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-48e80b3b-a7e8-4aca-93fa-5dad53fed9d8 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] TaaS: Handle Delete Port: df053a5d-1cfc-49ab-8e0d-d3cf3c2f0b53 2026-07-01 12:17:27.375 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48e80b3b-a7e8-4aca-93fa-5dad53fed9d8 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Tap Mirror: Handle Delete Port: df053a5d-1cfc-49ab-8e0d-d3cf3c2f0b53 [pid: 7|app: 0|req: 1447/3065] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:17:27 2026] PUT /v2.0/routers/7a222440-54c0-4bc8-a7d2-259fd612b51c/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-07-01 12:17:28.017 8 INFO neutron.api.v2.resource [None req-870ade2b-9685-428b-83d7-7bb7a9f75a34 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1619/3066] 10.0.0.94 () {34 vars in 788 bytes} [Wed Jul 1 12:17:27 2026] PUT /v2.0/routers/7a222440-54c0-4bc8-a7d2-259fd612b51c/remove_router_interface => generated 198 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:17:28.230 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b60b699-ae36-4979-b2d1-97227990213b 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] TaaS: Handle Delete Port: 2b8fd656-a5a2-4f5e-b147-0cb87ea86f67 2026-07-01 12:17:28.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b60b699-ae36-4979-b2d1-97227990213b 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Tap Mirror: Handle Delete Port: 2b8fd656-a5a2-4f5e-b147-0cb87ea86f67 2026-07-01 12:17:28.450 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b60b699-ae36-4979-b2d1-97227990213b 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] TaaS: Handle Delete Port: be9d9a2d-9a6a-49e2-ac72-98debbd06b61 2026-07-01 12:17:28.452 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b60b699-ae36-4979-b2d1-97227990213b 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Tap Mirror: Handle Delete Port: be9d9a2d-9a6a-49e2-ac72-98debbd06b61 2026-07-01 12:17:28.817 7 INFO neutron.db.l3_hamode_db [None req-8b60b699-ae36-4979-b2d1-97227990213b 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] HA network c47b1645-8ec3-4242-b32d-e2ed2f0c8252 was deleted as no HA routers are present in tenant ff1faa71242e4ec09afda19d3f4f604f. [pid: 7|app: 0|req: 1448/3067] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:17:28 2026] DELETE /v2.0/routers/7a222440-54c0-4bc8-a7d2-259fd612b51c => generated 0 bytes in 788 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:28.846 8 INFO neutron.api.v2.resource [None req-56449c9c-52db-491a-b9d2-687dbd4b4f45 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1620/3068] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:17:28 2026] GET /v2.0/routers/7a222440-54c0-4bc8-a7d2-259fd612b51c => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:17:28.889 7 INFO neutron.services.segments.plugin [-] Segment 52921931-da0b-43f1-ad5e-d96fdaec8567 resource provider aggregate not found 2026-07-01 12:17:28.890 7 INFO neutron.services.segments.plugin [-] Segment 52921931-da0b-43f1-ad5e-d96fdaec8567 resource provider aggregate not found 2026-07-01 12:17:28.909 7 INFO neutron.services.segments.plugin [-] Segment 52921931-da0b-43f1-ad5e-d96fdaec8567 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52921931-da0b-43f1-ad5e-d96fdaec8567 found for delete ", "request_id": "req-2362eadf-2d28-4d5b-a328-2c10c02a12eb"}]} 2026-07-01 12:17:28.915 7 INFO neutron.services.segments.plugin [-] Segment 52921931-da0b-43f1-ad5e-d96fdaec8567 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52921931-da0b-43f1-ad5e-d96fdaec8567 found for delete ", "request_id": "req-c9dd6af5-3915-4b06-ac19-e5c862859954"}]} [pid: 7|app: 0|req: 1449/3069] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:17:28 2026] DELETE /v2.0/subnets/5272afc2-2e72-4190-bea1-18902a928ccf => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:17:29.029 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f1087cb6-9f25-402d-8c42-7d55d33047b2 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3070] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:17:29 2026] GET /v2.0/subnets/5272afc2-2e72-4190-bea1-18902a928ccf => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3071] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:17:29 2026] DELETE /v2.0/subnets/2ba8902c-251c-4012-a19f-44b3f54ffb1a => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:17:29.218 8 INFO neutron.pecan_wsgi.hooks.translation [None req-303377fa-d049-48e2-868b-26e49e6b5565 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1622/3072] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:17:29 2026] GET /v2.0/subnets/2ba8902c-251c-4012-a19f-44b3f54ffb1a => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:17:29.316 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c14d342-de18-4a0a-8595-ec79f63faceb 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] TaaS: Handle Delete Port: bcaa57a2-d0d0-4d94-ad5b-fe386b269b08 2026-07-01 12:17:29.319 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c14d342-de18-4a0a-8595-ec79f63faceb 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Tap Mirror: Handle Delete Port: bcaa57a2-d0d0-4d94-ad5b-fe386b269b08 [pid: 7|app: 0|req: 1451/3073] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:17:29 2026] DELETE /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:17:29.540 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c29afd7-a277-4f17-8a12-a627497b84cd 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1623/3074] 10.0.0.94 () {32 vars in 722 bytes} [Wed Jul 1 12:17:29 2026] GET /v2.0/networks/15a7fba1-c54a-47e5-909e-6a131e62b75b => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3077] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:17:29 2026] DELETE /v2.0/subnets/68a39471-e9c5-460f-8ce1-d11011351eb4 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:17:29.732 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cc761f5e-6c36-4222-82aa-a0ed30db937d 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1626/3078] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:17:29 2026] GET /v2.0/subnets/68a39471-e9c5-460f-8ce1-d11011351eb4 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3079] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:17:29 2026] DELETE /v2.0/subnets/9ea7432e-08c1-4365-af77-188c891acec1 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:17:29.897 8 INFO neutron.pecan_wsgi.hooks.translation [None req-44b00342-790f-4faa-995a-bb8f7189ac6d 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1627/3080] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:17:29 2026] GET /v2.0/subnets/9ea7432e-08c1-4365-af77-188c891acec1 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:17:29.995 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbabff7c-76e5-4576-b2f5-6efae7d6ed42 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] TaaS: Handle Delete Port: cc8d3877-a00e-427f-b4e2-a6fba5fc01dc 2026-07-01 12:17:29.998 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbabff7c-76e5-4576-b2f5-6efae7d6ed42 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Tap Mirror: Handle Delete Port: cc8d3877-a00e-427f-b4e2-a6fba5fc01dc [pid: 7|app: 0|req: 1454/3081] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:17:29 2026] DELETE /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:17:30.234 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e1852ee-33ac-422d-944f-2c2ecec091f4 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1628/3082] 10.0.0.94 () {32 vars in 722 bytes} [Wed Jul 1 12:17:30 2026] GET /v2.0/networks/309ab617-8d62-48d9-89b3-689da69e49af => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3083] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:17:30 2026] DELETE /v2.0/subnets/e431c1f9-fbdd-4c95-814e-2bbba2886045 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:17:30.416 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ea92f61-8787-4be4-a3ce-4826d455357a 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1629/3084] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:17:30 2026] GET /v2.0/subnets/e431c1f9-fbdd-4c95-814e-2bbba2886045 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3085] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:17:30 2026] DELETE /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:17:30.616 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fa76cc71-c885-4b3c-af70-9a195d6b524e 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1630/3086] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:17:30 2026] GET /v2.0/subnets/e7e01ab7-c2dc-43bc-916a-83e9ff331223 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:17:30.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-4229c2a4-05aa-456d-be86-7131fc925437 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] TaaS: Handle Delete Port: db0e8d54-989c-4009-8e4c-a03ff5d2f254 2026-07-01 12:17:30.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4229c2a4-05aa-456d-be86-7131fc925437 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] Tap Mirror: Handle Delete Port: db0e8d54-989c-4009-8e4c-a03ff5d2f254 [pid: 7|app: 0|req: 1457/3087] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:17:30 2026] DELETE /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:17:30.872 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fdd9072a-dccd-4863-8fa0-9053452d378a 1c8ad7100c674ed791906a78378ede15 ff1faa71242e4ec09afda19d3f4f604f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3088] 10.0.0.94 () {32 vars in 722 bytes} [Wed Jul 1 12:17:30 2026] GET /v2.0/networks/86c569b2-9203-4cfb-8e34-22c9d77d190c => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-07-01 12:17:30.929 7 INFO neutron.services.segments.plugin [-] Segment fb781b22-5569-4b68-92eb-3ddba7a7d2a0 resource provider aggregate not found 2026-07-01 12:17:30.933 7 INFO neutron.services.segments.plugin [-] Segment fb781b22-5569-4b68-92eb-3ddba7a7d2a0 resource provider aggregate not found 2026-07-01 12:17:30.944 7 INFO neutron.services.segments.plugin [-] Segment fb781b22-5569-4b68-92eb-3ddba7a7d2a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb781b22-5569-4b68-92eb-3ddba7a7d2a0 found for delete ", "request_id": "req-99f5654b-fda3-4ea4-8acd-07dc73d4af1e"}]} 2026-07-01 12:17:30.949 7 INFO neutron.services.segments.plugin [-] Segment fb781b22-5569-4b68-92eb-3ddba7a7d2a0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb781b22-5569-4b68-92eb-3ddba7a7d2a0 found for delete ", "request_id": "req-432de93c-fee2-4ec9-a0f4-2b8d730a87b1"}]} 2026-07-01 12:17:30.966 7 INFO neutron.services.segments.plugin [-] Segment dbffbc4c-d1d8-4764-9828-b97a58d5d732 resource provider aggregate not found 2026-07-01 12:17:30.971 7 INFO neutron.services.segments.plugin [-] Segment dbffbc4c-d1d8-4764-9828-b97a58d5d732 resource provider aggregate not found 2026-07-01 12:17:30.984 7 INFO neutron.services.segments.plugin [-] Segment dbffbc4c-d1d8-4764-9828-b97a58d5d732 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbffbc4c-d1d8-4764-9828-b97a58d5d732 found for delete ", "request_id": "req-307c01d1-19c1-4b6b-bf18-18b1553796bb"}]} 2026-07-01 12:17:30.990 7 INFO neutron.services.segments.plugin [-] Segment dbffbc4c-d1d8-4764-9828-b97a58d5d732 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbffbc4c-d1d8-4764-9828-b97a58d5d732 found for delete ", "request_id": "req-1d90788b-588b-491b-89f8-62d65e266a4e"}]} 2026-07-01 12:17:30.997 7 INFO neutron.services.segments.plugin [-] Segment ef8515e0-a751-49c5-9357-c2c09743b195 resource provider aggregate not found 2026-07-01 12:17:31.010 7 INFO neutron.services.segments.plugin [-] Segment ef8515e0-a751-49c5-9357-c2c09743b195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef8515e0-a751-49c5-9357-c2c09743b195 found for delete ", "request_id": "req-d472b5d3-c5ea-4d56-858c-b45d33c416d0"}]} 2026-07-01 12:17:31.012 7 INFO neutron.services.segments.plugin [-] Segment ef8515e0-a751-49c5-9357-c2c09743b195 resource provider aggregate not found 2026-07-01 12:17:31.035 7 INFO neutron.services.segments.plugin [-] Segment ef8515e0-a751-49c5-9357-c2c09743b195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef8515e0-a751-49c5-9357-c2c09743b195 found for delete ", "request_id": "req-d4237ab5-1bac-4400-8587-f1b9c4d3bed7"}]} [pid: 7|app: 0|req: 1458/3089] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:17:32 2026] GET /v2.0/security-groups?tenant_id=baf60903014040bd8d0111410aec56ee&name=default => generated 2929 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3090] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:17:33 2026] DELETE /v2.0/security-groups/1f040c22-d489-4a2a-a8fa-b2f60a11920e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3091] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:17:33 2026] GET /v2.0/security-groups?tenant_id=5e5877ee10bb401abe6d3711e283aeb2&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3092] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:17:33 2026] DELETE /v2.0/security-groups/cab5b6aa-89f2-4ece-9de6-c33fecf8ddb4 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3093] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:17:33 2026] GET /v2.0/security-groups?tenant_id=845532c54a4541fd942b2de379f04f3f&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3094] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:17:33 2026] DELETE /v2.0/security-groups/9d0ca4bd-f67e-4452-8806-73f9cc157439 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3095] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:17:33 2026] GET /v2.0/security-groups?tenant_id=233e83db1fe44353bde0ed1132e7ad07&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3096] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:17:34 2026] DELETE /v2.0/security-groups/d0394c7d-b30e-4282-8cb3-c494541fd5ee => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3097] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:17:34 2026] GET /v2.0/security-groups?tenant_id=ff1faa71242e4ec09afda19d3f4f604f&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3098] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:17:34 2026] DELETE /v2.0/security-groups/c49812f6-83d4-4c38-9e33-453d7b287508 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3099] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:17:34 2026] GET /v2.0/security-groups?tenant_id=6873496063524a36bbcaa05c596f12c9&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3100] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:17:34 2026] DELETE /v2.0/security-groups/ccaf3dce-c089-45fb-9949-237e5ec1d832 => 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: 1464/3101] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:17:34 2026] GET /v2.0/security-groups?tenant_id=89e6bb9cc7384d8eb980f9d69b5b4b7f&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3102] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:17:35 2026] DELETE /v2.0/security-groups/17a35ec8-ebcd-4053-8153-8898d4df3895 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:39.428 7 INFO neutron.db.segments_db [None req-f5e98ba3-0202-4df0-addd-c358e000b956 ee0aaa45f2fc4a5a9015f1c71197f9c8 fd8362b4fedc464ab37f3dd64183a8a6 - - default default] Added segment e65345d8-3284-41d0-84e3-76ec79bc7662 of type vxlan for network 234a3334-2728-412e-aa3d-3a27c1019b87 [pid: 7|app: 0|req: 1465/3103] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:17:39 2026] POST /v2.0/networks => generated 631 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:17:39.588 8 INFO neutron.db.segments_db [None req-c4062f72-64e3-475e-b3d6-d9cd50d8a71d ee0aaa45f2fc4a5a9015f1c71197f9c8 fd8362b4fedc464ab37f3dd64183a8a6 - - default default] Added segment e2dc918f-decf-4aeb-84fd-e6e9e79fbdf3 of type vxlan for network 5290c277-d792-4540-a292-8b07cd75c9dc [pid: 8|app: 0|req: 1639/3104] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:17:39 2026] POST /v2.0/networks => generated 629 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:17:39.752 7 INFO neutron.db.segments_db [None req-225c04bb-8430-4bef-a945-2724b92c9cc7 ee0aaa45f2fc4a5a9015f1c71197f9c8 fd8362b4fedc464ab37f3dd64183a8a6 - - default default] Added segment ba9a849f-e97b-4bb8-8319-3498fb50494d of type vxlan for network 658e0f36-9237-488d-85ed-f1c99dbf3aae [pid: 7|app: 0|req: 1466/3105] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:17:39 2026] POST /v2.0/networks => generated 632 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:17:39.900 8 INFO neutron.db.segments_db [None req-5fdaa57f-3ecd-44bd-8273-4207cf2623ba ee0aaa45f2fc4a5a9015f1c71197f9c8 fd8362b4fedc464ab37f3dd64183a8a6 - - default default] Added segment cdd04d09-80eb-4912-94fd-e7dbae4a3877 of type vxlan for network 0fc67473-db2e-4450-a88b-09a1f49917f9 [pid: 8|app: 0|req: 1640/3106] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:17:39 2026] POST /v2.0/networks => generated 632 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:17:40.025 7 INFO neutron.db.segments_db [None req-70cd5475-116e-4664-89c0-84a5c89821f4 ee0aaa45f2fc4a5a9015f1c71197f9c8 fd8362b4fedc464ab37f3dd64183a8a6 - - default default] Added segment 39ee55af-dd85-44b8-bf82-cb1110829f32 of type vxlan for network caf162ac-01c6-48bb-8fb0-ca84ea7e083d [pid: 7|app: 0|req: 1467/3107] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:17:39 2026] POST /v2.0/networks => generated 631 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3108] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:17:40 2026] PUT /v2.0/networks/234a3334-2728-412e-aa3d-3a27c1019b87/tags => generated 17 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3109] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:17:40 2026] PUT /v2.0/networks/5290c277-d792-4540-a292-8b07cd75c9dc/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3110] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:17:40 2026] PUT /v2.0/networks/658e0f36-9237-488d-85ed-f1c99dbf3aae/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3111] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:17:40 2026] PUT /v2.0/networks/0fc67473-db2e-4450-a88b-09a1f49917f9/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3112] 10.0.0.94 () {32 vars in 665 bytes} [Wed Jul 1 12:17:40 2026] GET /v2.0/networks?tags=red => generated 1853 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3113] 10.0.0.94 () {32 vars in 679 bytes} [Wed Jul 1 12:17:40 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1247 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3114] 10.0.0.94 () {32 vars in 675 bytes} [Wed Jul 1 12:17:40 2026] GET /v2.0/networks?tags-any=blue => generated 1247 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3115] 10.0.0.94 () {32 vars in 687 bytes} [Wed Jul 1 12:17:40 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1853 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3116] 10.0.0.94 () {32 vars in 673 bytes} [Wed Jul 1 12:17:40 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3117] 10.0.0.94 () {32 vars in 687 bytes} [Wed Jul 1 12:17:40 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3118] 10.0.0.94 () {32 vars in 683 bytes} [Wed Jul 1 12:17:40 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3119] 10.0.0.94 () {32 vars in 695 bytes} [Wed Jul 1 12:17:40 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3120] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:17:40 2026] DELETE /v2.0/networks/234a3334-2728-412e-aa3d-3a27c1019b87 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:17:41.061 8 INFO neutron.services.segments.plugin [-] Segment e65345d8-3284-41d0-84e3-76ec79bc7662 resource provider aggregate not found 2026-07-01 12:17:41.067 8 INFO neutron.services.segments.plugin [-] Segment e65345d8-3284-41d0-84e3-76ec79bc7662 resource provider aggregate not found 2026-07-01 12:17:41.084 8 INFO neutron.services.segments.plugin [-] Segment e65345d8-3284-41d0-84e3-76ec79bc7662 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e65345d8-3284-41d0-84e3-76ec79bc7662 found for delete ", "request_id": "req-88857f7c-8d54-4025-81cc-845767911a2f"}]} 2026-07-01 12:17:41.089 8 INFO neutron.services.segments.plugin [-] Segment e65345d8-3284-41d0-84e3-76ec79bc7662 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e65345d8-3284-41d0-84e3-76ec79bc7662 found for delete ", "request_id": "req-072a8c5f-c03b-414a-a896-9d3757905d0d"}]} 2026-07-01 12:17:41.126 7 INFO neutron.services.segments.plugin [-] Segment e2dc918f-decf-4aeb-84fd-e6e9e79fbdf3 resource provider aggregate not found 2026-07-01 12:17:41.132 7 INFO neutron.services.segments.plugin [-] Segment e2dc918f-decf-4aeb-84fd-e6e9e79fbdf3 resource provider aggregate not found [pid: 7|app: 0|req: 1474/3121] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:17:40 2026] DELETE /v2.0/networks/5290c277-d792-4540-a292-8b07cd75c9dc => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:17:41.152 7 INFO neutron.services.segments.plugin [-] Segment e2dc918f-decf-4aeb-84fd-e6e9e79fbdf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2dc918f-decf-4aeb-84fd-e6e9e79fbdf3 found for delete ", "request_id": "req-6d843513-eec5-4047-8c44-31908bd59758"}]} 2026-07-01 12:17:41.153 7 INFO neutron.services.segments.plugin [-] Segment e2dc918f-decf-4aeb-84fd-e6e9e79fbdf3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2dc918f-decf-4aeb-84fd-e6e9e79fbdf3 found for delete ", "request_id": "req-7f386de4-4a69-4ecb-87e3-0df4f815975f"}]} [pid: 8|app: 0|req: 1648/3122] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:17:41 2026] DELETE /v2.0/networks/658e0f36-9237-488d-85ed-f1c99dbf3aae => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3123] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:17:41 2026] DELETE /v2.0/networks/0fc67473-db2e-4450-a88b-09a1f49917f9 => 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: 1649/3124] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:17:41 2026] DELETE /v2.0/networks/caf162ac-01c6-48bb-8fb0-ca84ea7e083d => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3125] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:17:42 2026] GET /v2.0/security-groups?tenant_id=544841f16d24479db9a6afebd6e1b669&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3126] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:17:42 2026] DELETE /v2.0/security-groups/03d9fbe1-4f62-41b8-affd-4b22a8cb2a62 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3127] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:17:42 2026] GET /v2.0/security-groups?tenant_id=c8f9dea8e669478cb74d87ccb583689e&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3128] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:17:42 2026] DELETE /v2.0/security-groups/d30cb79f-6b04-422e-a56c-cce0bd73e774 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:43.109 8 INFO neutron.services.segments.plugin [-] Segment ba9a849f-e97b-4bb8-8319-3498fb50494d resource provider aggregate not found 2026-07-01 12:17:43.109 8 INFO neutron.services.segments.plugin [-] Segment ba9a849f-e97b-4bb8-8319-3498fb50494d resource provider aggregate not found [pid: 7|app: 0|req: 1478/3129] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:17:43 2026] GET /v2.0/security-groups?tenant_id=fd8362b4fedc464ab37f3dd64183a8a6&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-07-01 12:17:43.134 8 INFO neutron.services.segments.plugin [-] Segment ba9a849f-e97b-4bb8-8319-3498fb50494d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba9a849f-e97b-4bb8-8319-3498fb50494d found for delete ", "request_id": "req-66d305d8-9120-4eb0-abd6-ecb41ae7a8ed"}]} 2026-07-01 12:17:43.138 8 INFO neutron.services.segments.plugin [-] Segment ba9a849f-e97b-4bb8-8319-3498fb50494d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba9a849f-e97b-4bb8-8319-3498fb50494d found for delete ", "request_id": "req-9845fc04-4687-4fc9-bf68-ddbdf62b1a7b"}]} 2026-07-01 12:17:43.160 8 INFO neutron.services.segments.plugin [-] Segment 39ee55af-dd85-44b8-bf82-cb1110829f32 resource provider aggregate not found 2026-07-01 12:17:43.165 8 INFO neutron.services.segments.plugin [-] Segment 39ee55af-dd85-44b8-bf82-cb1110829f32 resource provider aggregate not found 2026-07-01 12:17:43.173 7 INFO neutron.services.segments.plugin [-] Segment cdd04d09-80eb-4912-94fd-e7dbae4a3877 resource provider aggregate not found 2026-07-01 12:17:43.178 7 INFO neutron.services.segments.plugin [-] Segment cdd04d09-80eb-4912-94fd-e7dbae4a3877 resource provider aggregate not found 2026-07-01 12:17:43.184 8 INFO neutron.services.segments.plugin [-] Segment 39ee55af-dd85-44b8-bf82-cb1110829f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39ee55af-dd85-44b8-bf82-cb1110829f32 found for delete ", "request_id": "req-b312708d-ef56-45b5-af99-863805025243"}]} 2026-07-01 12:17:43.184 8 INFO neutron.services.segments.plugin [-] Segment 39ee55af-dd85-44b8-bf82-cb1110829f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39ee55af-dd85-44b8-bf82-cb1110829f32 found for delete ", "request_id": "req-6fc331e8-ad6d-4376-8c11-e0bf92dde6a9"}]} 2026-07-01 12:17:43.193 7 INFO neutron.services.segments.plugin [-] Segment cdd04d09-80eb-4912-94fd-e7dbae4a3877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdd04d09-80eb-4912-94fd-e7dbae4a3877 found for delete ", "request_id": "req-09afb845-9d84-4d29-ba0b-bf97ddf4889f"}]} 2026-07-01 12:17:43.193 7 INFO neutron.services.segments.plugin [-] Segment cdd04d09-80eb-4912-94fd-e7dbae4a3877 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdd04d09-80eb-4912-94fd-e7dbae4a3877 found for delete ", "request_id": "req-610828e5-75bb-4544-be32-41d434fd412a"}]} [pid: 8|app: 0|req: 1652/3130] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:17:43 2026] DELETE /v2.0/security-groups/528e2bdd-779b-41a2-8984-a2d9076b4756 => 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: 1654/3133] 10.0.0.94 () {34 vars in 677 bytes} [Wed Jul 1 12:17:46 2026] POST /v2.0/qos/policies => generated 359 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3134] 10.0.0.94 () {34 vars in 677 bytes} [Wed Jul 1 12:17:47 2026] POST /v2.0/qos/policies => generated 359 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3135] 10.0.0.94 () {34 vars in 677 bytes} [Wed Jul 1 12:17:47 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3136] 10.0.0.94 () {34 vars in 677 bytes} [Wed Jul 1 12:17:47 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3137] 10.0.0.94 () {34 vars in 677 bytes} [Wed Jul 1 12:17:47 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3138] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:17:47 2026] PUT /v2.0/policies/45c3b79e-9569-42dd-a67f-f6df0f44cc4f/tags => generated 17 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3139] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:17:47 2026] PUT /v2.0/policies/f6255c1a-a5ef-47aa-aaca-c3edab74faa1/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3140] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:17:47 2026] PUT /v2.0/policies/e00a1e74-1a88-4de6-8af2-3c015dacf0ef/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3141] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:17:47 2026] PUT /v2.0/policies/a8b98ed3-7a3f-49db-99ac-9ae6680c1ed8/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3142] 10.0.0.94 () {32 vars in 673 bytes} [Wed Jul 1 12:17:47 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3143] 10.0.0.94 () {32 vars in 687 bytes} [Wed Jul 1 12:17:47 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3144] 10.0.0.94 () {32 vars in 683 bytes} [Wed Jul 1 12:17:48 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3145] 10.0.0.94 () {32 vars in 695 bytes} [Wed Jul 1 12:17:48 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3146] 10.0.0.94 () {32 vars in 681 bytes} [Wed Jul 1 12:17:48 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3147] 10.0.0.94 () {32 vars in 695 bytes} [Wed Jul 1 12:17:48 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3148] 10.0.0.94 () {32 vars in 691 bytes} [Wed Jul 1 12:17:48 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3149] 10.0.0.94 () {32 vars in 703 bytes} [Wed Jul 1 12:17:48 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3150] 10.0.0.94 () {32 vars in 733 bytes} [Wed Jul 1 12:17:48 2026] DELETE /v2.0/qos/policies/45c3b79e-9569-42dd-a67f-f6df0f44cc4f => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3151] 10.0.0.94 () {32 vars in 733 bytes} [Wed Jul 1 12:17:48 2026] DELETE /v2.0/qos/policies/f6255c1a-a5ef-47aa-aaca-c3edab74faa1 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3152] 10.0.0.94 () {32 vars in 733 bytes} [Wed Jul 1 12:17:48 2026] DELETE /v2.0/qos/policies/e00a1e74-1a88-4de6-8af2-3c015dacf0ef => 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: 1664/3153] 10.0.0.94 () {32 vars in 733 bytes} [Wed Jul 1 12:17:48 2026] DELETE /v2.0/qos/policies/a8b98ed3-7a3f-49db-99ac-9ae6680c1ed8 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3154] 10.0.0.94 () {32 vars in 733 bytes} [Wed Jul 1 12:17:48 2026] DELETE /v2.0/qos/policies/9e585e08-93a1-41b6-8b3a-d5fa52700d1b => 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: 1665/3155] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:17:49 2026] GET /v2.0/security-groups?tenant_id=8d0d61d0a298476db88b1f175dc93050&name=default => generated 2929 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3156] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:17:49 2026] DELETE /v2.0/security-groups/4c6df542-c39b-4766-93ac-d072b9abf789 => 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: 1666/3157] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:17:49 2026] GET /v2.0/security-groups?tenant_id=d0c0f189f4d1471ebd3711e9a3ba5a7f&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: 1492/3158] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:17:50 2026] DELETE /v2.0/security-groups/1244d130-3283-40ff-b21d-fdd9fc2e5bb6 => 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: 1667/3159] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:17:50 2026] GET /v2.0/security-groups?tenant_id=7cc2304cef9d45c4a2e5543c92097ec4&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3160] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:17:50 2026] DELETE /v2.0/security-groups/fd1ffba8-d76c-4294-abe6-1a079956d91e => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:17:54.706 8 INFO neutron.db.segments_db [None req-b2bc0f7a-4191-4cec-81df-817e8796f46f 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Added segment cc9e1a68-f79f-424c-bf24-5346fffc71b4 of type vxlan for network 48c1bceb-d00f-41ea-b238-36e96b2a990e 2026-07-01 12:17:54.950 8 INFO neutron.db.l3_hamode_db [None req-b2bc0f7a-4191-4cec-81df-817e8796f46f 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:17:55.082 8 INFO neutron.db.l3_hamode_db [None req-b2bc0f7a-4191-4cec-81df-817e8796f46f 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1668/3161] 10.0.0.94 () {34 vars in 667 bytes} [Wed Jul 1 12:17:54 2026] POST /v2.0/routers => generated 474 bytes in 1126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:17:55.694 7 INFO neutron.db.l3_hamode_db [None req-1d293684-5857-4d2f-af79-a680bea290d7 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:17:55.806 7 INFO neutron.db.l3_hamode_db [None req-1d293684-5857-4d2f-af79-a680bea290d7 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1494/3162] 10.0.0.94 () {34 vars in 667 bytes} [Wed Jul 1 12:17:55 2026] POST /v2.0/routers => generated 474 bytes in 742 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:17:56.441 8 INFO neutron.db.l3_hamode_db [None req-0b2ef920-2660-448d-ba6f-ee0e3f43843a 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:17:56.554 8 INFO neutron.db.l3_hamode_db [None req-0b2ef920-2660-448d-ba6f-ee0e3f43843a 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1669/3163] 10.0.0.94 () {34 vars in 667 bytes} [Wed Jul 1 12:17:56 2026] POST /v2.0/routers => generated 474 bytes in 710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:17:57.156 7 INFO neutron.db.l3_hamode_db [None req-b4edd608-371b-4145-96c8-556acea6a449 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:17:57.285 7 INFO neutron.db.l3_hamode_db [None req-b4edd608-371b-4145-96c8-556acea6a449 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1495/3164] 10.0.0.94 () {34 vars in 667 bytes} [Wed Jul 1 12:17:57 2026] POST /v2.0/routers => generated 474 bytes in 691 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-07-01 12:17:57.863 8 INFO neutron.db.l3_hamode_db [None req-c11d5c55-12e6-48c1-a236-10abe74a9a3c 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-07-01 12:17:57.971 8 INFO neutron.db.l3_hamode_db [None req-c11d5c55-12e6-48c1-a236-10abe74a9a3c 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1670/3165] 10.0.0.94 () {34 vars in 667 bytes} [Wed Jul 1 12:17:57 2026] POST /v2.0/routers => generated 474 bytes in 706 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3166] 10.0.0.94 () {34 vars in 750 bytes} [Wed Jul 1 12:17:58 2026] PUT /v2.0/routers/3e7e01e3-4179-46a5-9c22-861be3d74482/tags => generated 17 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3167] 10.0.0.94 () {34 vars in 750 bytes} [Wed Jul 1 12:17:58 2026] PUT /v2.0/routers/a185c160-6c26-4a6b-9999-d368ae1952f2/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3168] 10.0.0.94 () {34 vars in 750 bytes} [Wed Jul 1 12:17:58 2026] PUT /v2.0/routers/73d168e7-d8b9-4455-8461-335187f29257/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3169] 10.0.0.94 () {34 vars in 750 bytes} [Wed Jul 1 12:17:58 2026] PUT /v2.0/routers/f79a22ef-c135-4c8e-8682-db530216090b/tags => generated 19 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3170] 10.0.0.94 () {32 vars in 663 bytes} [Wed Jul 1 12:17:58 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3171] 10.0.0.94 () {32 vars in 677 bytes} [Wed Jul 1 12:17:59 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3172] 10.0.0.94 () {32 vars in 673 bytes} [Wed Jul 1 12:17:59 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3173] 10.0.0.94 () {32 vars in 685 bytes} [Wed Jul 1 12:17:59 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3174] 10.0.0.94 () {32 vars in 671 bytes} [Wed Jul 1 12:17:59 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3175] 10.0.0.94 () {32 vars in 685 bytes} [Wed Jul 1 12:17:59 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3176] 10.0.0.94 () {32 vars in 681 bytes} [Wed Jul 1 12:17:59 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3179] 10.0.0.94 () {32 vars in 693 bytes} [Wed Jul 1 12:17:59 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 529 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3180] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:18:00 2026] GET /v2.0/routers/3e7e01e3-4179-46a5-9c22-861be3d74482 => generated 485 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3181] 10.0.0.94 () {34 vars in 741 bytes} [Wed Jul 1 12:18:00 2026] PUT /v2.0/routers/3e7e01e3-4179-46a5-9c22-861be3d74482 => generated 485 bytes in 522 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3182] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:18:00 2026] GET /v2.0/ports?device_id=3e7e01e3-4179-46a5-9c22-861be3d74482 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:18:00.893 8 INFO neutron_taas.services.taas.taas_plugin [None req-1f0e7506-38ca-4bdc-95b7-b290bfca62ca 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] TaaS: Handle Delete Port: c42bcacf-6b14-4b50-b3cf-adf1d21a3849 2026-07-01 12:18:00.896 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1f0e7506-38ca-4bdc-95b7-b290bfca62ca 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Tap Mirror: Handle Delete Port: c42bcacf-6b14-4b50-b3cf-adf1d21a3849 [pid: 8|app: 0|req: 1678/3183] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:18:00 2026] DELETE /v2.0/routers/3e7e01e3-4179-46a5-9c22-861be3d74482 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3184] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:18:01 2026] GET /v2.0/routers/a185c160-6c26-4a6b-9999-d368ae1952f2 => generated 493 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3185] 10.0.0.94 () {34 vars in 741 bytes} [Wed Jul 1 12:18:01 2026] PUT /v2.0/routers/a185c160-6c26-4a6b-9999-d368ae1952f2 => generated 493 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3186] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:18:01 2026] GET /v2.0/ports?device_id=a185c160-6c26-4a6b-9999-d368ae1952f2 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:18:01.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-75c8c43d-67d1-4638-81b2-100e5c5b4ded 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] TaaS: Handle Delete Port: 130e1deb-d0eb-42de-8f56-cc48435e24fb 2026-07-01 12:18:01.826 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75c8c43d-67d1-4638-81b2-100e5c5b4ded 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Tap Mirror: Handle Delete Port: 130e1deb-d0eb-42de-8f56-cc48435e24fb [pid: 8|app: 0|req: 1680/3187] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:18:01 2026] DELETE /v2.0/routers/a185c160-6c26-4a6b-9999-d368ae1952f2 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3188] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:18:02 2026] GET /v2.0/routers/73d168e7-d8b9-4455-8461-335187f29257 => generated 502 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3189] 10.0.0.94 () {34 vars in 741 bytes} [Wed Jul 1 12:18:02 2026] PUT /v2.0/routers/73d168e7-d8b9-4455-8461-335187f29257 => generated 502 bytes in 488 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3190] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:18:02 2026] GET /v2.0/ports?device_id=73d168e7-d8b9-4455-8461-335187f29257 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:18:02.758 8 INFO neutron_taas.services.taas.taas_plugin [None req-dce30361-7ab1-424c-b842-08834d2ac927 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] TaaS: Handle Delete Port: 515dd9f9-4089-4c91-b7f6-dc2f20fb4f33 2026-07-01 12:18:02.761 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dce30361-7ab1-424c-b842-08834d2ac927 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Tap Mirror: Handle Delete Port: 515dd9f9-4089-4c91-b7f6-dc2f20fb4f33 [pid: 8|app: 0|req: 1682/3191] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:18:02 2026] DELETE /v2.0/routers/73d168e7-d8b9-4455-8461-335187f29257 => generated 0 bytes in 358 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3192] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:18:02 2026] GET /v2.0/routers/f79a22ef-c135-4c8e-8682-db530216090b => generated 487 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3193] 10.0.0.94 () {34 vars in 741 bytes} [Wed Jul 1 12:18:03 2026] PUT /v2.0/routers/f79a22ef-c135-4c8e-8682-db530216090b => generated 487 bytes in 499 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3194] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:18:03 2026] GET /v2.0/ports?device_id=f79a22ef-c135-4c8e-8682-db530216090b => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:18:03.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2926cf5-7141-4fe0-b0da-30134dd6aec5 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] TaaS: Handle Delete Port: 322bdd0b-bc4f-4476-bcf6-6c70be9e222c 2026-07-01 12:18:03.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2926cf5-7141-4fe0-b0da-30134dd6aec5 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Tap Mirror: Handle Delete Port: 322bdd0b-bc4f-4476-bcf6-6c70be9e222c [pid: 8|app: 0|req: 1684/3195] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:18:03 2026] DELETE /v2.0/routers/f79a22ef-c135-4c8e-8682-db530216090b => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3196] 10.0.0.94 () {32 vars in 720 bytes} [Wed Jul 1 12:18:03 2026] GET /v2.0/routers/95f8562c-f107-46a7-8755-bf7124dbe87f => generated 480 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3197] 10.0.0.94 () {34 vars in 741 bytes} [Wed Jul 1 12:18:03 2026] PUT /v2.0/routers/95f8562c-f107-46a7-8755-bf7124dbe87f => generated 480 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3198] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:18:04 2026] GET /v2.0/ports?device_id=95f8562c-f107-46a7-8755-bf7124dbe87f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:18:04.668 8 INFO neutron_taas.services.taas.taas_plugin [None req-254e804f-3e8b-42f3-83b0-099913624228 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] TaaS: Handle Delete Port: daf9026a-8f44-44f0-850c-37d9070b58b6 2026-07-01 12:18:04.670 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-254e804f-3e8b-42f3-83b0-099913624228 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] Tap Mirror: Handle Delete Port: daf9026a-8f44-44f0-850c-37d9070b58b6 2026-07-01 12:18:04.987 8 INFO neutron.services.segments.plugin [-] Segment cc9e1a68-f79f-424c-bf24-5346fffc71b4 resource provider aggregate not found 2026-07-01 12:18:04.990 8 INFO neutron.services.segments.plugin [-] Segment cc9e1a68-f79f-424c-bf24-5346fffc71b4 resource provider aggregate not found 2026-07-01 12:18:05.006 8 INFO neutron.services.segments.plugin [-] Segment cc9e1a68-f79f-424c-bf24-5346fffc71b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc9e1a68-f79f-424c-bf24-5346fffc71b4 found for delete ", "request_id": "req-f40062d7-47a3-43a8-9fd3-2ff84c44d409"}]} 2026-07-01 12:18:05.007 8 INFO neutron.services.segments.plugin [-] Segment cc9e1a68-f79f-424c-bf24-5346fffc71b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc9e1a68-f79f-424c-bf24-5346fffc71b4 found for delete ", "request_id": "req-d7749436-1ac1-424b-b3a0-6e12d791e9cd"}]} 2026-07-01 12:18:05.023 8 INFO neutron.db.l3_hamode_db [None req-254e804f-3e8b-42f3-83b0-099913624228 83b0582c51a74f8aa06a81abab3c3330 48dd21de871a4e89a2064b3e892f5ba6 - - default default] HA network 48c1bceb-d00f-41ea-b238-36e96b2a990e was deleted as no HA routers are present in tenant 48dd21de871a4e89a2064b3e892f5ba6. [pid: 8|app: 0|req: 1686/3199] 10.0.0.94 () {32 vars in 723 bytes} [Wed Jul 1 12:18:04 2026] DELETE /v2.0/routers/95f8562c-f107-46a7-8755-bf7124dbe87f => generated 0 bytes in 528 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3200] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:18:05 2026] GET /v2.0/security-groups?tenant_id=48dd21de871a4e89a2064b3e892f5ba6&name=default => generated 2929 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3201] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:18:06 2026] DELETE /v2.0/security-groups/1a047c09-56c1-4c4f-9619-701a406e29bb => 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: 1515/3202] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:18:06 2026] GET /v2.0/security-groups?tenant_id=832fd64e80f84636a031ebedc248b5a4&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3203] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:18:06 2026] DELETE /v2.0/security-groups/a83cd411-8c0c-4cdf-90ad-1fec48798b6c => 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: 1516/3204] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:18:06 2026] GET /v2.0/security-groups?tenant_id=9114df16a4c14283afa6a6e8f8e97ac0&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: 1689/3205] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:18:06 2026] DELETE /v2.0/security-groups/7042ce89-750c-4ced-8d56-8eb776e369df => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3206] 10.0.0.94 () {34 vars in 677 bytes} [Wed Jul 1 12:18:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3207] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:18:10 2026] PUT /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3208] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:18:10 2026] GET /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3209] 10.0.0.94 () {34 vars in 763 bytes} [Wed Jul 1 12:18:10 2026] PUT /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3210] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:18:10 2026] GET /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3211] 10.0.0.94 () {34 vars in 759 bytes} [Wed Jul 1 12:18:10 2026] PUT /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3212] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:18:10 2026] GET /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3213] 10.0.0.94 () {34 vars in 781 bytes} [Wed Jul 1 12:18:10 2026] PUT /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/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: 1521/3214] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:18:10 2026] GET /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/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: 1694/3215] 10.0.0.94 () {34 vars in 752 bytes} [Wed Jul 1 12:18:10 2026] PUT /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3216] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:18:10 2026] GET /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1695/3217] 10.0.0.94 () {32 vars in 740 bytes} [Wed Jul 1 12:18:10 2026] GET /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:18:10.685 7 INFO neutron.api.v2.resource [None req-87c7cef0-264e-460b-865c-20f18b12097b 3c538634d92f4b35b6ef1bbf9a58a8df 4ba4dadc5419495a9996df58c0aff8fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1523/3218] 10.0.0.94 () {32 vars in 744 bytes} [Wed Jul 1 12:18:10 2026] GET /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/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: 1696/3219] 10.0.0.94 () {32 vars in 743 bytes} [Wed Jul 1 12:18:10 2026] DELETE /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3220] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:18:10 2026] GET /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:18:10.816 8 INFO neutron.api.v2.resource [None req-a9d82fbe-0002-471d-a6f5-e880d6ceabbd 3c538634d92f4b35b6ef1bbf9a58a8df 4ba4dadc5419495a9996df58c0aff8fa - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1697/3221] 10.0.0.94 () {32 vars in 747 bytes} [Wed Jul 1 12:18:10 2026] DELETE /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3222] 10.0.0.94 () {32 vars in 735 bytes} [Wed Jul 1 12:18:10 2026] DELETE /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3223] 10.0.0.94 () {32 vars in 732 bytes} [Wed Jul 1 12:18:10 2026] GET /v2.0/policies/d40699ba-dff0-483e-bcf0-283a3db86585/tags => 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: 1526/3224] 10.0.0.94 () {32 vars in 733 bytes} [Wed Jul 1 12:18:10 2026] DELETE /v2.0/qos/policies/d40699ba-dff0-483e-bcf0-283a3db86585 => 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: 1699/3225] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:18:11 2026] GET /v2.0/security-groups?tenant_id=4ba4dadc5419495a9996df58c0aff8fa&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3226] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:18:11 2026] DELETE /v2.0/security-groups/a6abaff5-11a9-4c42-b2b8-2f478264e6d7 => 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: 1700/3227] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:18:11 2026] GET /v2.0/security-groups?tenant_id=1ba0161b97a64244a5d2ed5f944fb8ca&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: 1528/3228] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:18:12 2026] DELETE /v2.0/security-groups/494907c0-d0c8-4af9-9863-861bedec61a6 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:18:15.482 8 INFO neutron.db.segments_db [None req-7f88b38d-eaf8-49b8-8bb7-535127ac7d28 a78a6dd91ed54b85bda0aa9ff80ef7c7 544d5d2c83404b17bce09ca79d73de5c - - default default] Added segment f6041afd-bc28-4c15-863b-491ff83fab99 of type vxlan for network a906c5e4-321b-4525-83c0-5cd998c28d5a [pid: 8|app: 0|req: 1702/3231] 10.0.0.94 () {34 vars in 669 bytes} [Wed Jul 1 12:18:15 2026] POST /v2.0/networks => generated 631 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3232] 10.0.0.94 () {34 vars in 663 bytes} [Wed Jul 1 12:18:15 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) [pid: 8|app: 0|req: 1703/3233] 10.0.0.94 () {34 vars in 665 bytes} [Wed Jul 1 12:18:15 2026] POST /v2.0/trunks => generated 407 bytes in 136 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: 1531/3234] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:18:16 2026] PUT /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1704/3235] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:18:16 2026] GET /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3236] 10.0.0.94 () {34 vars in 759 bytes} [Wed Jul 1 12:18:16 2026] PUT /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3237] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:18:16 2026] GET /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3238] 10.0.0.94 () {34 vars in 755 bytes} [Wed Jul 1 12:18:16 2026] PUT /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3239] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:18:16 2026] GET /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags => generated 34 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3240] 10.0.0.94 () {34 vars in 777 bytes} [Wed Jul 1 12:18:16 2026] PUT /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3241] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:18:16 2026] GET /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3242] 10.0.0.94 () {34 vars in 748 bytes} [Wed Jul 1 12:18:16 2026] PUT /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1708/3243] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:18:16 2026] GET /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3244] 10.0.0.94 () {32 vars in 736 bytes} [Wed Jul 1 12:18:16 2026] GET /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:18:16.377 8 INFO neutron.api.v2.resource [None req-965c222e-ef77-4fd3-b0d3-92efe5cba9fc a78a6dd91ed54b85bda0aa9ff80ef7c7 544d5d2c83404b17bce09ca79d73de5c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1709/3245] 10.0.0.94 () {32 vars in 740 bytes} [Wed Jul 1 12:18:16 2026] GET /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/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: 1537/3246] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:18:16 2026] DELETE /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3247] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:18:16 2026] GET /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-07-01 12:18:16.466 7 INFO neutron.api.v2.resource [None req-8b987a32-0f8b-4a13-9395-04d2e06a6924 a78a6dd91ed54b85bda0aa9ff80ef7c7 544d5d2c83404b17bce09ca79d73de5c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1538/3248] 10.0.0.94 () {32 vars in 743 bytes} [Wed Jul 1 12:18:16 2026] DELETE /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3249] 10.0.0.94 () {32 vars in 731 bytes} [Wed Jul 1 12:18:16 2026] DELETE /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3250] 10.0.0.94 () {32 vars in 728 bytes} [Wed Jul 1 12:18:16 2026] GET /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3/tags => 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: 1712/3251] 10.0.0.94 () {32 vars in 718 bytes} [Wed Jul 1 12:18:16 2026] GET /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3 => 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: 1540/3252] 10.0.0.94 () {32 vars in 716 bytes} [Wed Jul 1 12:18:16 2026] GET /v2.0/ports/069e7364-4672-438e-99cf-bfe567775625 => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3253] 10.0.0.94 () {32 vars in 721 bytes} [Wed Jul 1 12:18:16 2026] DELETE /v2.0/trunks/ac2c2830-002b-4561-b267-71df08d567e3 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-07-01 12:18:16.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-27e4eb0d-8d5f-49db-963a-0dbc189deea3 a78a6dd91ed54b85bda0aa9ff80ef7c7 544d5d2c83404b17bce09ca79d73de5c - - default default] TaaS: Handle Delete Port: 069e7364-4672-438e-99cf-bfe567775625 2026-07-01 12:18:16.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27e4eb0d-8d5f-49db-963a-0dbc189deea3 a78a6dd91ed54b85bda0aa9ff80ef7c7 544d5d2c83404b17bce09ca79d73de5c - - default default] Tap Mirror: Handle Delete Port: 069e7364-4672-438e-99cf-bfe567775625 [pid: 7|app: 0|req: 1541/3254] 10.0.0.94 () {32 vars in 719 bytes} [Wed Jul 1 12:18:16 2026] DELETE /v2.0/ports/069e7364-4672-438e-99cf-bfe567775625 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-07-01 12:18:16.944 8 INFO neutron.services.segments.plugin [-] Segment f6041afd-bc28-4c15-863b-491ff83fab99 resource provider aggregate not found 2026-07-01 12:18:16.947 8 INFO neutron.services.segments.plugin [-] Segment f6041afd-bc28-4c15-863b-491ff83fab99 resource provider aggregate not found 2026-07-01 12:18:16.958 8 INFO neutron.services.segments.plugin [-] Segment f6041afd-bc28-4c15-863b-491ff83fab99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6041afd-bc28-4c15-863b-491ff83fab99 found for delete ", "request_id": "req-5e6eb9f1-9c1c-456d-a52a-21b2bda6fa01"}]} 2026-07-01 12:18:16.962 8 INFO neutron.services.segments.plugin [-] Segment f6041afd-bc28-4c15-863b-491ff83fab99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f6041afd-bc28-4c15-863b-491ff83fab99 found for delete ", "request_id": "req-a01fc590-63e7-42b0-83b3-322ad1760be4"}]} [pid: 8|app: 0|req: 1714/3255] 10.0.0.94 () {32 vars in 725 bytes} [Wed Jul 1 12:18:16 2026] DELETE /v2.0/networks/a906c5e4-321b-4525-83c0-5cd998c28d5a => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3256] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:18:17 2026] GET /v2.0/security-groups?tenant_id=c527662e08004b7e8c163b4b3f931112&name=default => generated 2929 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3257] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:18:17 2026] DELETE /v2.0/security-groups/c63b74e3-b590-4c3b-b895-92e792a8bbb6 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3258] 10.0.0.94 () {32 vars in 773 bytes} [Wed Jul 1 12:18:17 2026] GET /v2.0/security-groups?tenant_id=544d5d2c83404b17bce09ca79d73de5c&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: 1716/3259] 10.0.0.94 () {32 vars in 739 bytes} [Wed Jul 1 12:18:18 2026] DELETE /v2.0/security-groups/610463ab-5878-479f-8228-b01be6c62e0a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3260] 10.0.0.94 () {32 vars in 648 bytes} [Wed Jul 1 12:18:20 2026] GET /v2.0/networks => generated 2168 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3261] 10.0.0.94 () {32 vars in 654 bytes} [Wed Jul 1 12:18:21 2026] GET /v2.0/floatingips => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3262] 10.0.0.94 () {32 vars in 646 bytes} [Wed Jul 1 12:18:21 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1718/3263] 10.0.0.94 () {32 vars in 642 bytes} [Wed Jul 1 12:18:21 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3264] 10.0.0.94 () {32 vars in 646 bytes} [Wed Jul 1 12:18:21 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3265] 10.0.0.94 () {32 vars in 648 bytes} [Wed Jul 1 12:18:21 2026] GET /v2.0/networks => generated 2168 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3266] 10.0.0.94 () {32 vars in 662 bytes} [Wed Jul 1 12:18:21 2026] GET /v2.0/security-groups => generated 17397 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1720/3267] 10.0.0.94 () {32 vars in 654 bytes} [Wed Jul 1 12:18:22 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)