+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Jun 9 23:00:29 2026] *** compiled with version: 13.3.0 on 02 June 2026 01:53:39 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-7964686788-gd88m 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 0x7f43daf4f668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/core.py:320: SyntaxWarning: invalid escape sequence '\*' ''' /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route /var/lib/openstack/lib/python3.12/site-packages/pecan/routing.py:48: SyntaxWarning: invalid escape sequence '\(' '^[0-9a-zA-Z-_$\(\)\.~!,;:*+@=]+$', route 2026-06-09 23:00:33.573 7 INFO neutron.common.config [-] Logging enabled! 2026-06-09 23:00:33.573 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev25 2026-06-09 23:00:33.705 8 INFO neutron.common.config [-] Logging enabled! 2026-06-09 23:00:33.705 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev25 2026-06-09 23:00:34.652 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-09 23:00:34.765 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-09 23:00:36.127 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-09 23:00:36.130 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-09 23:00:36.133 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-09 23:00:36.134 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-09 23:00:36.134 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-09 23:00:36.135 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-09 23:00:36.135 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 23:00:36.143 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 23:00:36.143 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 23:00:36.143 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-09 23:00:36.166 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-09 23:00:36.167 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-09 23:00:36.167 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-09 23:00:36.181 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-09 23:00:36.184 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-09 23:00:36.188 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-09 23:00:36.189 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-09 23:00:36.190 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-09 23:00:36.190 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-09 23:00:36.190 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 23:00:36.200 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 23:00:36.200 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 23:00:36.200 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-09 23:00:36.216 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-09 23:00:36.217 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-09 23:00:36.217 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-09 23:00:36.217 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-09 23:00:36.222 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-09 23:00:36.223 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-09 23:00:36.223 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-09 23:00:36.273 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-09 23:00:36.274 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-09 23:00:36.274 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-09 23:00:36.274 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-09 23:00:36.516 7 INFO neutron.plugins.ml2.managers [None req-73a08d12-2e87-4c4a-ae75-7a5a07962ca2 - - - - - -] Initializing driver for type 'vlan' 2026-06-09 23:00:36.557 8 INFO neutron.plugins.ml2.managers [None req-2395c197-db71-4ba2-a60c-b286789885eb - - - - - -] Initializing driver for type 'vlan' 2026-06-09 23:00:36.809 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-73a08d12-2e87-4c4a-ae75-7a5a07962ca2 - - - - - -] VlanTypeDriver initialization complete 2026-06-09 23:00:36.810 7 INFO neutron.plugins.ml2.managers [None req-73a08d12-2e87-4c4a-ae75-7a5a07962ca2 - - - - - -] Initializing driver for type 'vxlan' 2026-06-09 23:00:36.810 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-73a08d12-2e87-4c4a-ae75-7a5a07962ca2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-09 23:00:36.823 7 INFO neutron.plugins.ml2.managers [None req-73a08d12-2e87-4c4a-ae75-7a5a07962ca2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-09 23:00:36.823 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-73a08d12-2e87-4c4a-ae75-7a5a07962ca2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-09 23:00:36.823 7 INFO neutron.plugins.ml2.managers [None req-73a08d12-2e87-4c4a-ae75-7a5a07962ca2 - - - - - -] Initializing extension driver 'port_security' 2026-06-09 23:00:36.823 7 INFO neutron.plugins.ml2.extensions.port_security [None req-73a08d12-2e87-4c4a-ae75-7a5a07962ca2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-09 23:00:36.823 7 INFO neutron.plugins.ml2.managers [None req-73a08d12-2e87-4c4a-ae75-7a5a07962ca2 - - - - - -] Initializing extension driver 'qos' 2026-06-09 23:00:36.823 7 INFO neutron.plugins.ml2.managers [None req-73a08d12-2e87-4c4a-ae75-7a5a07962ca2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-09 23:00:36.823 7 INFO neutron.plugins.ml2.managers [None req-73a08d12-2e87-4c4a-ae75-7a5a07962ca2 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-09 23:00:36.837 7 INFO neutron.quota [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded quota_driver: . 2026-06-09 23:00:36.838 7 INFO neutron.plugins.ml2.plugin [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Modular L2 Plugin initialization complete 2026-06-09 23:00:36.838 7 INFO neutron.plugins.ml2.managers [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-09 23:00:36.838 7 INFO neutron.plugins.ml2.managers [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-09 23:00:36.838 7 INFO neutron.plugins.ml2.managers [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-09 23:00:36.838 7 INFO neutron.extensions.vlantransparent [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Disabled vlantransparent extension. 2026-06-09 23:00:36.838 7 INFO neutron.extensions.qinq [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Disabled VLAN QinQ extension. 2026-06-09 23:00:36.838 7 INFO neutron.manager [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loading Plugin: qos 2026-06-09 23:00:36.851 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-2395c197-db71-4ba2-a60c-b286789885eb - - - - - -] VlanTypeDriver initialization complete 2026-06-09 23:00:36.851 8 INFO neutron.plugins.ml2.managers [None req-2395c197-db71-4ba2-a60c-b286789885eb - - - - - -] Initializing driver for type 'vxlan' 2026-06-09 23:00:36.851 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-2395c197-db71-4ba2-a60c-b286789885eb - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-09 23:00:36.851 7 INFO neutron.manager [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loading Plugin: router 2026-06-09 23:00:36.864 8 INFO neutron.plugins.ml2.managers [None req-2395c197-db71-4ba2-a60c-b286789885eb - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-09 23:00:36.864 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-2395c197-db71-4ba2-a60c-b286789885eb - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-09 23:00:36.864 8 INFO neutron.plugins.ml2.managers [None req-2395c197-db71-4ba2-a60c-b286789885eb - - - - - -] Initializing extension driver 'port_security' 2026-06-09 23:00:36.865 8 INFO neutron.plugins.ml2.extensions.port_security [None req-2395c197-db71-4ba2-a60c-b286789885eb - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-09 23:00:36.865 8 INFO neutron.plugins.ml2.managers [None req-2395c197-db71-4ba2-a60c-b286789885eb - - - - - -] Initializing extension driver 'qos' 2026-06-09 23:00:36.865 8 INFO neutron.plugins.ml2.managers [None req-2395c197-db71-4ba2-a60c-b286789885eb - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-09 23:00:36.865 8 INFO neutron.plugins.ml2.managers [None req-2395c197-db71-4ba2-a60c-b286789885eb - - - - - -] Initializing mechanism driver 'l2population' 2026-06-09 23:00:36.879 8 INFO neutron.quota [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded quota_driver: . 2026-06-09 23:00:36.880 8 INFO neutron.plugins.ml2.plugin [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Modular L2 Plugin initialization complete 2026-06-09 23:00:36.880 8 INFO neutron.plugins.ml2.managers [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-09 23:00:36.880 8 INFO neutron.plugins.ml2.managers [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-09 23:00:36.880 8 INFO neutron.plugins.ml2.managers [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-09 23:00:36.880 8 INFO neutron.extensions.vlantransparent [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Disabled vlantransparent extension. 2026-06-09 23:00:36.881 8 INFO neutron.extensions.qinq [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Disabled VLAN QinQ extension. 2026-06-09 23:00:36.881 8 INFO neutron.manager [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loading Plugin: qos 2026-06-09 23:00:36.893 8 INFO neutron.manager [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loading Plugin: router 2026-06-09 23:00:36.898 7 INFO neutron.services.service_base [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-09 23:00:36.899 7 INFO neutron.manager [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loading Plugin: segments 2026-06-09 23:00:36.940 8 INFO neutron.services.service_base [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-09 23:00:36.940 8 INFO neutron.manager [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loading Plugin: segments 2026-06-09 23:00:36.999 7 INFO neutron.manager [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loading Plugin: trunk 2026-06-09 23:00:37.014 7 INFO neutron.manager [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loading Plugin: vpnaas 2026-06-09 23:00:37.051 8 INFO neutron.manager [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loading Plugin: trunk 2026-06-09 23:00:37.053 7 WARNING stevedore.named [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-09 23:00:37.054 7 WARNING stevedore.named [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-09 23:00:37.066 8 INFO neutron.manager [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loading Plugin: vpnaas 2026-06-09 23:00:37.108 8 WARNING stevedore.named [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-09 23:00:37.108 8 WARNING stevedore.named [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-09 23:00:37.137 7 INFO neutron_vpnaas.services.vpn.plugin [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-09 23:00:37.138 7 INFO neutron.common.utils [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-09 23:00:37.138 7 INFO neutron.manager [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loading Plugin: taas 2026-06-09 23:00:37.166 7 WARNING stevedore.named [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-09 23:00:37.181 8 INFO neutron_vpnaas.services.vpn.plugin [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-09 23:00:37.182 8 INFO neutron.common.utils [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-09 23:00:37.182 8 INFO neutron.manager [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loading Plugin: taas 2026-06-09 23:00:37.192 7 INFO neutron_taas.services.taas.taas_plugin [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-09 23:00:37.192 7 INFO neutron.manager [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loading Plugin: tapmirror 2026-06-09 23:00:37.206 7 WARNING stevedore.named [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-09 23:00:37.210 8 WARNING stevedore.named [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-09 23:00:37.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-09 23:00:37.224 7 INFO neutron.manager [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loading Plugin: auto_allocate 2026-06-09 23:00:37.233 7 INFO neutron.manager [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loading Plugin: tag 2026-06-09 23:00:37.241 7 INFO neutron.manager [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loading Plugin: timestamp 2026-06-09 23:00:37.245 7 INFO neutron.manager [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loading Plugin: network_ip_availability 2026-06-09 23:00:37.249 7 INFO neutron.manager [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loading Plugin: flavors 2026-06-09 23:00:37.252 7 INFO neutron.manager [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loading Plugin: revisions 2026-06-09 23:00:37.256 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Initializing extension manager. 2026-06-09 23:00:37.257 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: address-group 2026-06-09 23:00:37.258 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: address-scope 2026-06-09 23:00:37.258 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-09 23:00:37.259 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: agent 2026-06-09 23:00:37.260 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: agent-resources-synced 2026-06-09 23:00:37.261 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-09 23:00:37.262 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-09 23:00:37.263 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: availability_zone 2026-06-09 23:00:37.264 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: availability_zone_filter 2026-06-09 23:00:37.264 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-09 23:00:37.265 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: default-subnetpools 2026-06-09 23:00:37.266 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-09 23:00:37.267 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: dns-integration 2026-06-09 23:00:37.267 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: dns-domain-ports 2026-06-09 23:00:37.268 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-09 23:00:37.268 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: dvr 2026-06-09 23:00:37.269 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-09 23:00:37.270 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: empty-string-filtering 2026-06-09 23:00:37.270 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-09 23:00:37.271 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-09 23:00:37.271 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: external-net 2026-06-09 23:00:37.272 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-09 23:00:37.272 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: extraroute 2026-06-09 23:00:37.273 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: extraroute-atomic 2026-06-09 23:00:37.274 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-09 23:00:37.274 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-09 23:00:37.275 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-09 23:00:37.276 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-09 23:00:37.276 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: fip-port-details 2026-06-09 23:00:37.277 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: flavors 2026-06-09 23:00:37.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-09 23:00:37.278 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-09 23:00:37.278 8 INFO neutron.manager [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loading Plugin: tapmirror 2026-06-09 23:00:37.279 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: floatingip-pools 2026-06-09 23:00:37.280 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: ip_allocation 2026-06-09 23:00:37.280 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-09 23:00:37.281 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: l2_adjacency 2026-06-09 23:00:37.282 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: router 2026-06-09 23:00:37.283 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-09 23:00:37.284 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-09 23:00:37.285 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-09 23:00:37.285 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: ext-gw-mode 2026-06-09 23:00:37.286 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: l3-ha 2026-06-09 23:00:37.286 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-09 23:00:37.287 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-09 23:00:37.287 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: l3-flavors 2026-06-09 23:00:37.288 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-09 23:00:37.289 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-09 23:00:37.291 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-09 23:00:37.292 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-09 23:00:37.293 8 WARNING stevedore.named [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-09 23:00:37.293 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-09 23:00:37.295 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-09 23:00:37.295 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-09 23:00:37.296 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: multi-provider 2026-06-09 23:00:37.296 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: net-mtu 2026-06-09 23:00:37.297 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: net-mtu-writable 2026-06-09 23:00:37.297 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: network_availability_zone 2026-06-09 23:00:37.298 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: network_ha 2026-06-09 23:00:37.299 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: network-ip-availability 2026-06-09 23:00:37.300 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-09 23:00:37.300 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: pagination 2026-06-09 23:00:37.301 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: port-device-profile 2026-06-09 23:00:37.301 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-09 23:00:37.302 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-09 23:00:37.303 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-09 23:00:37.303 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: port-mac-override 2026-06-09 23:00:37.304 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-09 23:00:37.304 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-09 23:00:37.305 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-09 23:00:37.305 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: port-resource-request 2026-06-09 23:00:37.306 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-09 23:00:37.306 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-09 23:00:37.307 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: binding 2026-06-09 23:00:37.308 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: binding-extended 2026-06-09 23:00:37.308 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: port-security 2026-06-09 23:00:37.308 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: project-id 2026-06-09 23:00:37.309 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: provider 2026-06-09 23:00:37.310 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-09 23:00:37.312 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: qos 2026-06-09 23:00:37.313 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-09 23:00:37.313 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-09 23:00:37.314 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: qos-default 2026-06-09 23:00:37.314 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: qos-fip 2026-06-09 23:00:37.315 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-09 23:00:37.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-09 23:00:37.315 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-09 23:00:37.315 8 INFO neutron.manager [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loading Plugin: auto_allocate 2026-06-09 23:00:37.316 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-09 23:00:37.316 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-09 23:00:37.317 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-09 23:00:37.318 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: qos-pps 2026-06-09 23:00:37.318 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-09 23:00:37.319 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-09 23:00:37.319 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: qos-rules-alias 2026-06-09 23:00:37.320 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: quota-check-limit 2026-06-09 23:00:37.321 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-09 23:00:37.323 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: quotas 2026-06-09 23:00:37.324 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: quota_details 2026-06-09 23:00:37.324 8 INFO neutron.manager [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loading Plugin: tag 2026-06-09 23:00:37.325 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: rbac-policies 2026-06-09 23:00:37.326 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: rbac-address-group 2026-06-09 23:00:37.326 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: rbac-address-scope 2026-06-09 23:00:37.327 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: rbac-security-groups 2026-06-09 23:00:37.327 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-09 23:00:37.328 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: revision-if-match 2026-06-09 23:00:37.328 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-09 23:00:37.329 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: router_availability_zone 2026-06-09 23:00:37.329 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-09 23:00:37.331 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-09 23:00:37.332 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-09 23:00:37.332 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-09 23:00:37.332 8 INFO neutron.manager [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loading Plugin: timestamp 2026-06-09 23:00:37.333 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-09 23:00:37.333 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-09 23:00:37.334 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-09 23:00:37.336 8 INFO neutron.manager [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loading Plugin: network_ip_availability 2026-06-09 23:00:37.338 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: security-group 2026-06-09 23:00:37.339 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: segment 2026-06-09 23:00:37.340 8 INFO neutron.manager [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loading Plugin: flavors 2026-06-09 23:00:37.341 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-09 23:00:37.341 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: service-type 2026-06-09 23:00:37.342 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: sorting 2026-06-09 23:00:37.342 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: standard-attr-segment 2026-06-09 23:00:37.343 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: standard-attr-description 2026-06-09 23:00:37.343 8 INFO neutron.manager [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loading Plugin: revisions 2026-06-09 23:00:37.344 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: stateful-security-group 2026-06-09 23:00:37.344 7 WARNING neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-09 23:00:37.344 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-09 23:00:37.345 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: subnet-external-network 2026-06-09 23:00:37.346 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: subnet_onboard 2026-06-09 23:00:37.346 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-09 23:00:37.347 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: subnet-service-types 2026-06-09 23:00:37.347 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: subnet_allocation 2026-06-09 23:00:37.347 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Initializing extension manager. 2026-06-09 23:00:37.349 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: address-group 2026-06-09 23:00:37.349 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-09 23:00:37.350 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: address-scope 2026-06-09 23:00:37.350 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: tag-creation 2026-06-09 23:00:37.351 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-09 23:00:37.351 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-09 23:00:37.352 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: agent 2026-06-09 23:00:37.352 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: agent-resources-synced 2026-06-09 23:00:37.354 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-09 23:00:37.355 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: standard-attr-tag 2026-06-09 23:00:37.355 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-09 23:00:37.355 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-09 23:00:37.356 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: trunk 2026-06-09 23:00:37.356 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: availability_zone 2026-06-09 23:00:37.356 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: trunk-details 2026-06-09 23:00:37.357 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: availability_zone_filter 2026-06-09 23:00:37.357 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-09 23:00:37.357 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-09 23:00:37.358 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-09 23:00:37.358 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: default-subnetpools 2026-06-09 23:00:37.358 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-09 23:00:37.359 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-09 23:00:37.359 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-09 23:00:37.360 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: dns-integration 2026-06-09 23:00:37.361 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-09 23:00:37.361 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: dns-domain-ports 2026-06-09 23:00:37.361 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-09 23:00:37.361 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-09 23:00:37.362 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: vpn-flavors 2026-06-09 23:00:37.362 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: dvr 2026-06-09 23:00:37.363 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-09 23:00:37.363 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: empty-string-filtering 2026-06-09 23:00:37.364 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-09 23:00:37.364 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: vpnaas 2026-06-09 23:00:37.364 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-09 23:00:37.365 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: external-net 2026-06-09 23:00:37.365 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: taas 2026-06-09 23:00:37.365 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-09 23:00:37.366 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: extraroute 2026-06-09 23:00:37.366 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: tap-mirror 2026-06-09 23:00:37.366 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: extraroute-atomic 2026-06-09 23:00:37.367 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-09 23:00:37.367 7 INFO neutron.api.extensions [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-09 23:00:37.367 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-09 23:00:37.368 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-09 23:00:37.368 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-09 23:00:37.369 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: fip-port-details 2026-06-09 23:00:37.370 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: flavors 2026-06-09 23:00:37.370 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-09 23:00:37.370 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-09 23:00:37.370 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 23:00:37.370 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-09 23:00:37.371 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-09 23:00:37.372 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: floatingip-pools 2026-06-09 23:00:37.372 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: ip_allocation 2026-06-09 23:00:37.373 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-09 23:00:37.373 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: l2_adjacency 2026-06-09 23:00:37.374 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-09 23:00:37.374 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-09 23:00:37.374 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: router 2026-06-09 23:00:37.376 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-09 23:00:37.377 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-09 23:00:37.377 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-09 23:00:37.378 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: ext-gw-mode 2026-06-09 23:00:37.379 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: l3-ha 2026-06-09 23:00:37.379 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-09 23:00:37.379 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-09 23:00:37.380 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-09 23:00:37.380 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-09 23:00:37.380 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: l3-flavors 2026-06-09 23:00:37.380 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-09 23:00:37.381 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-09 23:00:37.382 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 23:00:37.382 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-09 23:00:37.382 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] subnetpool is already registered 2026-06-09 23:00:37.382 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 23:00:37.382 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] subnetpool is already registered 2026-06-09 23:00:37.383 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-09 23:00:37.383 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 23:00:37.384 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 23:00:37.384 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-09 23:00:37.384 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-09 23:00:37.384 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-09 23:00:37.385 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-09 23:00:37.385 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-09 23:00:37.385 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 23:00:37.385 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] ipsecpolicy is already registered 2026-06-09 23:00:37.386 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 23:00:37.386 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] ikepolicy is already registered 2026-06-09 23:00:37.386 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-09 23:00:37.387 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-09 23:00:37.388 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-09 23:00:37.389 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: multi-provider 2026-06-09 23:00:37.389 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: net-mtu 2026-06-09 23:00:37.390 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: net-mtu-writable 2026-06-09 23:00:37.390 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: network_availability_zone 2026-06-09 23:00:37.391 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: network_ha 2026-06-09 23:00:37.391 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-09 23:00:37.391 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: network-ip-availability 2026-06-09 23:00:37.391 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] router is already registered 2026-06-09 23:00:37.392 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-09 23:00:37.392 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] floatingip is already registered 2026-06-09 23:00:37.392 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-09 23:00:37.394 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: pagination 2026-06-09 23:00:37.394 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: port-device-profile 2026-06-09 23:00:37.395 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-09 23:00:37.395 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-09 23:00:37.396 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-09 23:00:37.396 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-09 23:00:37.396 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] rbac_policy is already registered 2026-06-09 23:00:37.396 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: port-mac-override 2026-06-09 23:00:37.397 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-09 23:00:37.397 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] security_group is already registered 2026-06-09 23:00:37.397 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-09 23:00:37.397 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-09 23:00:37.397 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] security_group_rule is already registered 2026-06-09 23:00:37.397 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-09 23:00:37.398 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-09 23:00:37.398 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 23:00:37.399 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: port-resource-request 2026-06-09 23:00:37.399 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] subnetpool is already registered 2026-06-09 23:00:37.399 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 23:00:37.399 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-09 23:00:37.399 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] subnetpool is already registered 2026-06-09 23:00:37.400 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-09 23:00:37.400 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-09 23:00:37.400 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] trunk is already registered 2026-06-09 23:00:37.400 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: binding 2026-06-09 23:00:37.400 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 23:00:37.401 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] ikepolicy is already registered 2026-06-09 23:00:37.401 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: binding-extended 2026-06-09 23:00:37.401 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 23:00:37.401 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] ipsecpolicy is already registered 2026-06-09 23:00:37.401 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: port-security 2026-06-09 23:00:37.402 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-09 23:00:37.402 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: project-id 2026-06-09 23:00:37.402 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] endpoint_group is already registered 2026-06-09 23:00:37.402 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: provider 2026-06-09 23:00:37.403 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-09 23:00:37.403 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] vpnservice is already registered 2026-06-09 23:00:37.403 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-09 23:00:37.403 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-09 23:00:37.403 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] ipsec_site_connection is already registered 2026-06-09 23:00:37.404 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 23:00:37.404 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] ipsecpolicy is already registered 2026-06-09 23:00:37.404 7 INFO neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 23:00:37.404 7 WARNING neutron.quota.resource_registry [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] ikepolicy is already registered 2026-06-09 23:00:37.405 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: qos 2026-06-09 23:00:37.406 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-09 23:00:37.407 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-09 23:00:37.407 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: qos-default 2026-06-09 23:00:37.408 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: qos-fip 2026-06-09 23:00:37.408 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-09 23:00:37.409 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-09 23:00:37.409 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-09 23:00:37.410 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-09 23:00:37.410 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-09 23:00:37.411 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: qos-pps 2026-06-09 23:00:37.412 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-09 23:00:37.412 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-09 23:00:37.413 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: qos-rules-alias 2026-06-09 23:00:37.413 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: quota-check-limit 2026-06-09 23:00:37.414 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-09 23:00:37.416 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: quotas 2026-06-09 23:00:37.417 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: quota_details 2026-06-09 23:00:37.419 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: rbac-policies 2026-06-09 23:00:37.420 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: rbac-address-group 2026-06-09 23:00:37.420 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: rbac-address-scope 2026-06-09 23:00:37.421 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: rbac-security-groups 2026-06-09 23:00:37.422 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-09 23:00:37.422 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: revision-if-match 2026-06-09 23:00:37.423 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-09 23:00:37.424 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: router_availability_zone 2026-06-09 23:00:37.424 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-09 23:00:37.426 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-09 23:00:37.426 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-09 23:00:37.427 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-09 23:00:37.427 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-09 23:00:37.428 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-09 23:00:37.428 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-09 23:00:37.435 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: security-group 2026-06-09 23:00:37.436 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: segment 2026-06-09 23:00:37.437 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-09 23:00:37.438 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: service-type 2026-06-09 23:00:37.438 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: sorting 2026-06-09 23:00:37.439 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: standard-attr-segment 2026-06-09 23:00:37.440 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: standard-attr-description 2026-06-09 23:00:37.441 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: stateful-security-group 2026-06-09 23:00:37.442 8 WARNING neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-09 23:00:37.442 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-09 23:00:37.443 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: subnet-external-network 2026-06-09 23:00:37.444 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: subnet_onboard 2026-06-09 23:00:37.444 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-09 23:00:37.445 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: subnet-service-types 2026-06-09 23:00:37.445 7 WARNING keystonemiddleware._common.config [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-09 23:00:37.446 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: subnet_allocation 2026-06-09 23:00:37.447 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-09 23:00:37.447 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: tag-creation 2026-06-09 23:00:37.448 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-09 23:00:37.453 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: standard-attr-tag 2026-06-09 23:00:37.454 7 WARNING oslo_config.cfg [None req-082bfaad-f577-46da-820e-adb76032c813 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-06-09 23:00:37.454 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-09 23:00:37.455 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: trunk 2026-06-09 23:00:37.455 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: trunk-details WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f43daf4f668 pid: 7 (default app) 2026-06-09 23:00:37.456 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-09 23:00:37.457 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-09 23:00:37.457 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-09 23:00:37.458 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-09 23:00:37.461 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-09 23:00:37.463 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-09 23:00:37.463 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: vpn-flavors 2026-06-09 23:00:37.465 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: vpnaas 2026-06-09 23:00:37.467 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: taas 2026-06-09 23:00:37.468 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: tap-mirror 2026-06-09 23:00:37.469 8 INFO neutron.api.extensions [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-09 23:00:37.472 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-09 23:00:37.473 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-09 23:00:37.473 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 23:00:37.473 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-09 23:00:37.477 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-09 23:00:37.478 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-09 23:00:37.484 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-09 23:00:37.485 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-09 23:00:37.486 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-09 23:00:37.487 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 23:00:37.487 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] subnetpool is already registered 2026-06-09 23:00:37.488 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 23:00:37.488 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] subnetpool is already registered 2026-06-09 23:00:37.488 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-09 23:00:37.489 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 23:00:37.490 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 23:00:37.490 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-09 23:00:37.491 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-09 23:00:37.491 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-09 23:00:37.492 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 23:00:37.492 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] ipsecpolicy is already registered 2026-06-09 23:00:37.493 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 23:00:37.493 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] ikepolicy is already registered 2026-06-09 23:00:37.500 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-09 23:00:37.500 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] router is already registered 2026-06-09 23:00:37.501 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-09 23:00:37.501 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] floatingip is already registered 2026-06-09 23:00:37.507 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-09 23:00:37.507 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] rbac_policy is already registered 2026-06-09 23:00:37.508 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-09 23:00:37.508 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] security_group is already registered 2026-06-09 23:00:37.508 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-09 23:00:37.509 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] security_group_rule is already registered 2026-06-09 23:00:37.509 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 23:00:37.510 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] subnetpool is already registered 2026-06-09 23:00:37.510 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 23:00:37.510 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] subnetpool is already registered 2026-06-09 23:00:37.511 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-09 23:00:37.511 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] trunk is already registered 2026-06-09 23:00:37.511 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 23:00:37.511 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] ikepolicy is already registered 2026-06-09 23:00:37.512 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 23:00:37.512 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] ipsecpolicy is already registered 2026-06-09 23:00:37.512 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-09 23:00:37.512 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] endpoint_group is already registered 2026-06-09 23:00:37.513 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-09 23:00:37.513 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] vpnservice is already registered 2026-06-09 23:00:37.513 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-09 23:00:37.513 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] ipsec_site_connection is already registered 2026-06-09 23:00:37.514 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 23:00:37.514 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] ipsecpolicy is already registered 2026-06-09 23:00:37.514 8 INFO neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 23:00:37.514 8 WARNING neutron.quota.resource_registry [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] ikepolicy is already registered 2026-06-09 23:00:37.555 8 WARNING keystonemiddleware._common.config [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-09 23:00:37.562 8 WARNING oslo_config.cfg [None req-3eb7551c-00e7-495c-a43f-ff01cf549a18 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f43daf4f668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:00:42.057 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7880856c-06e0-4439-9802-1749a779bc14 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.95 () {44 vars in 923 bytes} [Tue Jun 9 23:00:41 2026] GET /v2.0/networks/public => generated 108 bytes in 883 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.95 () {44 vars in 945 bytes} [Tue Jun 9 23:00:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:00:42.814 7 WARNING neutron.services.revisions.revision_plugin [None req-aaf0d125-a92a-4e16-a696-8da0a0df241c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Could not find related network for resource to bump revision. 2026-06-09 23:00:42.843 7 INFO neutron.db.segments_db [None req-aaf0d125-a92a-4e16-a696-8da0a0df241c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 9fbde85a-9818-4440-88fd-2d98e950693b of type flat for network 6b1ca1d5-3fa7-400b-9465-11b1c5940ee6 2026-06-09 23:00:42.887 7 INFO neutron.pecan_wsgi.hooks.translation [None req-aaf0d125-a92a-4e16-a696-8da0a0df241c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.95 () {48 vars in 963 bytes} [Tue Jun 9 23:00:42 2026] POST /v2.0/networks => generated 124 bytes in 431 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:00:48.761 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9926c58c-df4d-4ec1-b087-c1debf64c8eb bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.95 () {44 vars in 923 bytes} [Tue Jun 9 23:00:48 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: 3/8] 199.204.45.95 () {44 vars in 945 bytes} [Tue Jun 9 23:00: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-06-09 23:00:48.838 7 WARNING neutron.services.revisions.revision_plugin [None req-1736e8e2-5e4d-40d6-a1a1-f95797c0e870 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Could not find related network for resource to bump revision. 2026-06-09 23:00:48.851 7 INFO neutron.db.segments_db [None req-1736e8e2-5e4d-40d6-a1a1-f95797c0e870 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 64d72581-cfac-43a1-b69f-75f450f88cc7 of type flat for network ff6658cc-5bad-4122-a6d9-d101a5734e21 2026-06-09 23:00:48.870 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1736e8e2-5e4d-40d6-a1a1-f95797c0e870 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.95 () {48 vars in 963 bytes} [Tue Jun 9 23:00:48 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-06-09 23:00:55.082 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c93f5605-4e66-48a4-8066-6c5f9f1f9f80 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.95 () {44 vars in 923 bytes} [Tue Jun 9 23:00:54 2026] GET /v2.0/networks/public => generated 108 bytes in 400 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.95 () {44 vars in 945 bytes} [Tue Jun 9 23:00:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:00:55.365 8 WARNING neutron.services.revisions.revision_plugin [None req-f65c1528-3c40-4458-97cb-6c1a85c449d6 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Could not find related network for resource to bump revision. 2026-06-09 23:00:55.397 8 INFO neutron.db.segments_db [None req-f65c1528-3c40-4458-97cb-6c1a85c449d6 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 661d7655-b213-40de-bafc-d3ae7ee0586d of type flat for network 0cdcb634-0d56-48f9-b898-adaaa345c9e5 2026-06-09 23:00:55.452 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f65c1528-3c40-4458-97cb-6c1a85c449d6 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.95 () {48 vars in 963 bytes} [Tue Jun 9 23:00:55 2026] POST /v2.0/networks => generated 124 bytes in 358 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:01:01.331 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d42c9591-a571-4929-9add-5b17ab11a8df bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.95 () {44 vars in 923 bytes} [Tue Jun 9 23:01:01 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.95 () {44 vars in 945 bytes} [Tue Jun 9 23:01:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:01:01.404 8 WARNING neutron.services.revisions.revision_plugin [None req-e5100703-9ee7-45f0-bdf6-1a40cfc0ed47 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Could not find related network for resource to bump revision. 2026-06-09 23:01:01.424 8 INFO neutron.db.segments_db [None req-e5100703-9ee7-45f0-bdf6-1a40cfc0ed47 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment d26aeb66-5aae-48a0-8158-cbacef5f1880 of type flat for network 3a38e1ed-c13b-4465-b2ce-6d8b8a2e7a96 2026-06-09 23:01:01.451 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e5100703-9ee7-45f0-bdf6-1a40cfc0ed47 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.95 () {48 vars in 963 bytes} [Tue Jun 9 23:01:01 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:01:07.309 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f99a0f6f-2d68-4a45-baf5-20f36c26a3d1 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.95 () {44 vars in 923 bytes} [Tue Jun 9 23:01:07 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.95 () {44 vars in 945 bytes} [Tue Jun 9 23:01:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:01:07.392 7 WARNING neutron.services.revisions.revision_plugin [None req-270309db-f2c1-482b-a09c-7c03618a0bfd bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Could not find related network for resource to bump revision. 2026-06-09 23:01:07.413 7 INFO neutron.db.segments_db [None req-270309db-f2c1-482b-a09c-7c03618a0bfd bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 636a82bf-1458-49d6-95fc-6321fa87ac7d of type flat for network a8d689f5-692c-4f6e-b877-b4d9967157c8 2026-06-09 23:01:07.461 7 INFO neutron.pecan_wsgi.hooks.translation [None req-270309db-f2c1-482b-a09c-7c03618a0bfd bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.95 () {48 vars in 963 bytes} [Tue Jun 9 23:01:07 2026] POST /v2.0/networks => generated 124 bytes in 139 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:01:13.330 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d560a27-0a95-470f-a930-5492284e3a19 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.95 () {44 vars in 923 bytes} [Tue Jun 9 23:01:13 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.95 () {44 vars in 945 bytes} [Tue Jun 9 23:01:13 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:01:13.408 8 WARNING neutron.services.revisions.revision_plugin [None req-8172af39-45f5-4f8f-ad5b-df171f69fd38 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Could not find related network for resource to bump revision. 2026-06-09 23:01:13.426 8 INFO neutron.db.segments_db [None req-8172af39-45f5-4f8f-ad5b-df171f69fd38 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 2021e095-1e71-4fc6-b943-c54b0cef5837 of type flat for network 699e0304-f2bd-48eb-a660-7b714b5d3d6b 2026-06-09 23:01:13.474 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8172af39-45f5-4f8f-ad5b-df171f69fd38 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.95 () {48 vars in 963 bytes} [Tue Jun 9 23:01:13 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-06-09 23:01:19.350 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ab3b3ee8-a341-4c6a-938e-fa0c7b9bc439 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.95 () {44 vars in 923 bytes} [Tue Jun 9 23:01:19 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/25] 199.204.45.95 () {44 vars in 945 bytes} [Tue Jun 9 23:01:19 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:01:19.416 8 WARNING neutron.services.revisions.revision_plugin [None req-63a7889a-c5cd-4da5-9bcb-2dde8a82c363 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Could not find related network for resource to bump revision. 2026-06-09 23:01:19.437 8 INFO neutron.db.segments_db [None req-63a7889a-c5cd-4da5-9bcb-2dde8a82c363 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment f46aacf5-1a60-42bb-8394-acbf39b97aea of type flat for network 9ef42ce3-fc29-4877-9ddc-797b2588319a [pid: 8|app: 0|req: 12/26] 199.204.45.95 () {48 vars in 963 bytes} [Tue Jun 9 23:01:19 2026] POST /v2.0/networks => generated 706 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:01:20.852 7 INFO neutron.pecan_wsgi.hooks.translation [None req-efe15988-6bd9-4b1b-9dd6-e4e8749f65a4 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.95 () {44 vars in 923 bytes} [Tue Jun 9 23:01:20 2026] GET /v2.0/networks/public => generated 108 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.95 () {44 vars in 945 bytes} [Tue Jun 9 23:01:20 2026] GET /v2.0/networks?name=public => generated 709 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:01:20.933 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3a2aadb-9141-461f-a60c-fb8dfe140c40 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.95 () {44 vars in 1030 bytes} [Tue Jun 9 23:01:20 2026] GET /v2.0/subnets/public-subnet?network_id=9ef42ce3-fc29-4877-9ddc-797b2588319a => generated 113 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/30] 199.204.45.95 () {44 vars in 1053 bytes} [Tue Jun 9 23:01:20 2026] GET /v2.0/subnets?name=public-subnet&network_id=9ef42ce3-fc29-4877-9ddc-797b2588319a => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/31] 199.204.45.95 () {48 vars in 961 bytes} [Tue Jun 9 23:01:20 2026] POST /v2.0/subnets => generated 664 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:06:08.134 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50bc3b6d-5e5d-4937-bbbe-470687042e95 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/70] 199.204.45.95 () {44 vars in 933 bytes} [Tue Jun 9 23:06:08 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/71] 199.204.45.95 () {44 vars in 955 bytes} [Tue Jun 9 23:06:08 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:06:08.215 7 INFO neutron.db.segments_db [None req-10782a4f-1047-4e24-9d7f-f0bd1dc1618f bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment e7dfad0d-5e8d-4bfa-b887-d6d910d73805 of type vxlan for network 503b79e8-4051-41ff-a464-19ced417c09a [pid: 7|app: 0|req: 38/72] 199.204.45.95 () {48 vars in 962 bytes} [Tue Jun 9 23:06:08 2026] POST /v2.0/networks => generated 706 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:06:09.304 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7b2eb205-9a26-4fff-9142-219bddac3f3e bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/73] 199.204.45.95 () {44 vars in 933 bytes} [Tue Jun 9 23:06:09 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.95 () {44 vars in 955 bytes} [Tue Jun 9 23:06:09 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:06:09.375 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce6b475f-6f95-4741-8840-71b1fe79072a bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/75] 199.204.45.95 () {44 vars in 1032 bytes} [Tue Jun 9 23:06:09 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=503b79e8-4051-41ff-a464-19ced417c09a => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.95 () {44 vars in 1055 bytes} [Tue Jun 9 23:06:09 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=503b79e8-4051-41ff-a464-19ced417c09a => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.95 () {48 vars in 961 bytes} [Tue Jun 9 23:06:09 2026] POST /v2.0/subnets => generated 651 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:06:10.762 7 INFO neutron.api.v2.resource [None req-48ba4c3a-1c7a-4ac0-aba5-17293329f3f7 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 41/78] 199.204.45.95 () {44 vars in 967 bytes} [Tue Jun 9 23:06:10 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.95 () {44 vars in 989 bytes} [Tue Jun 9 23:06:10 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.204.45.95 () {48 vars in 976 bytes} [Tue Jun 9 23:06:10 2026] POST /v2.0/security-groups => generated 1616 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:12 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 1616 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:12 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:12 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.204.45.95 () {48 vars in 987 bytes} [Tue Jun 9 23:06:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:13 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:13 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 2230 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:13 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.204.45.95 () {48 vars in 987 bytes} [Tue Jun 9 23:06:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:14 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:14 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:14 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 2846 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.204.45.95 () {48 vars in 987 bytes} [Tue Jun 9 23:06:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:15 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 3462 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:15 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:15 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 3462 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.204.45.95 () {48 vars in 987 bytes} [Tue Jun 9 23:06:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/99] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:16 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4078 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/100] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:16 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/101] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:16 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4078 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/102] 199.204.45.95 () {48 vars in 987 bytes} [Tue Jun 9 23:06:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/103] 199.204.45.95 () {44 vars in 983 bytes} [Tue Jun 9 23:06:17 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a => generated 731 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:06:17.934 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e157ed7e-77c8-49c1-83c9-0bc3ecd72924 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/104] 199.204.45.95 () {44 vars in 1072 bytes} [Tue Jun 9 23:06:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=503b79e8-4051-41ff-a464-19ced417c09a => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/105] 199.204.45.95 () {44 vars in 1095 bytes} [Tue Jun 9 23:06:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=503b79e8-4051-41ff-a464-19ced417c09a => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/106] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:18 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/107] 199.204.45.95 () {48 vars in 957 bytes} [Tue Jun 9 23:06:18 2026] POST /v2.0/ports => generated 1096 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-09 23:06:25.783 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e20b53ad-f3e7-4dde-9c37-001abafb2f46 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/108] 199.204.45.95 () {44 vars in 975 bytes} [Tue Jun 9 23:06:25 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 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: 57/109] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:25 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/110] 199.204.45.95 () {48 vars in 1027 bytes} [Tue Jun 9 23:06:25 2026] PUT /v2.0/ports/a4c12a1b-eb3c-482b-862a-bb172edfc219 => generated 1245 bytes in 731 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/111] 199.204.45.95 () {44 vars in 916 bytes} [Tue Jun 9 23:06:28 2026] GET /v2.0/ports => generated 3726 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:06:29.661 8 INFO neutron.api.v2.resource [None req-d2b151d2-9fe7-42ad-9093-9b18143da808 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 54/112] 199.204.45.95 () {44 vars in 955 bytes} [Tue Jun 9 23:06:29 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) [pid: 7|app: 0|req: 59/113] 199.204.45.95 () {44 vars in 977 bytes} [Tue Jun 9 23:06:29 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/114] 199.204.45.95 () {48 vars in 976 bytes} [Tue Jun 9 23:06:29 2026] POST /v2.0/security-groups => generated 1610 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/115] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:30 2026] GET /v2.0/security-groups/1d1ebe82-cbbc-4410-9c71-919c00c7b8e0 => generated 1610 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/116] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:30 2026] GET /v2.0/security-groups/1d1ebe82-cbbc-4410-9c71-919c00c7b8e0 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/117] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:30 2026] GET /v2.0/security-groups/1d1ebe82-cbbc-4410-9c71-919c00c7b8e0 => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/118] 199.204.45.95 () {48 vars in 987 bytes} [Tue Jun 9 23:06:30 2026] POST /v2.0/security-group-rules => generated 621 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/121] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:31 2026] GET /v2.0/security-groups/1d1ebe82-cbbc-4410-9c71-919c00c7b8e0 => generated 2244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/122] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:31 2026] GET /v2.0/security-groups/1d1ebe82-cbbc-4410-9c71-919c00c7b8e0 => generated 2244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/123] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:06:31 2026] GET /v2.0/security-groups/1d1ebe82-cbbc-4410-9c71-919c00c7b8e0 => generated 2244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/124] 199.204.45.95 () {48 vars in 987 bytes} [Tue Jun 9 23:06:31 2026] POST /v2.0/security-group-rules => generated 625 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/133] 199.204.45.95 () {44 vars in 971 bytes} [Tue Jun 9 23:07:39 2026] GET /v2.0/quotas/735d8643bcee4075a12010933d86d493 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/134] 199.204.45.95 () {48 vars in 1023 bytes} [Tue Jun 9 23:07:39 2026] PUT /v2.0/quotas/735d8643bcee4075a12010933d86d493 => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:10:00.139 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72d28b29-8c11-4eec-9575-151b830bb301 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/153] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:09:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 172 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 79/154] 199.204.45.95 () {30 vars in 762 bytes} [Tue Jun 9 23:10:00 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:10:01.961 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9459d538-c479-4615-bdfa-786dd947aad0 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/157] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:10:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 81/158] 199.204.45.95 () {30 vars in 762 bytes} [Tue Jun 9 23:10:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:16:16.318 8 INFO neutron.api.v2.resource [None req-2c437b35-ea20-4cc2-847e-24eb8bd9a9a9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/209] 199.204.45.95 () {44 vars in 1070 bytes} [Tue Jun 9 23:16:16 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ea5da3c8c6a24309a878ec2fedd39a1b => generated 139 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/210] 199.204.45.95 () {44 vars in 1093 bytes} [Tue Jun 9 23:16:16 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ea5da3c8c6a24309a878ec2fedd39a1b => generated 23 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/211] 199.204.45.95 () {48 vars in 977 bytes} [Tue Jun 9 23:16:16 2026] POST /v2.0/security-groups => generated 1624 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/212] 199.204.45.95 () {44 vars in 1084 bytes} [Tue Jun 9 23:16:17 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67?project_id=ea5da3c8c6a24309a878ec2fedd39a1b => generated 1624 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/213] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:16:17 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/214] 199.204.45.95 () {44 vars in 1084 bytes} [Tue Jun 9 23:16:17 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67?project_id=ea5da3c8c6a24309a878ec2fedd39a1b => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/215] 199.204.45.95 () {48 vars in 987 bytes} [Tue Jun 9 23:16:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/216] 199.204.45.95 () {44 vars in 1084 bytes} [Tue Jun 9 23:16:18 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67?project_id=ea5da3c8c6a24309a878ec2fedd39a1b => generated 2234 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/217] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:16:18 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67 => generated 2234 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/218] 199.204.45.95 () {44 vars in 1084 bytes} [Tue Jun 9 23:16:19 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67?project_id=ea5da3c8c6a24309a878ec2fedd39a1b => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/219] 199.204.45.95 () {48 vars in 987 bytes} [Tue Jun 9 23:16:19 2026] POST /v2.0/security-group-rules => generated 599 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/220] 199.204.45.95 () {44 vars in 1084 bytes} [Tue Jun 9 23:16:20 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67?project_id=ea5da3c8c6a24309a878ec2fedd39a1b => generated 2846 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/221] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:16:20 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67 => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/222] 199.204.45.95 () {44 vars in 1084 bytes} [Tue Jun 9 23:16:20 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67?project_id=ea5da3c8c6a24309a878ec2fedd39a1b => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/223] 199.204.45.95 () {48 vars in 987 bytes} [Tue Jun 9 23:16:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/224] 199.204.45.95 () {44 vars in 1084 bytes} [Tue Jun 9 23:16:21 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67?project_id=ea5da3c8c6a24309a878ec2fedd39a1b => generated 3460 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/225] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:16:21 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67 => generated 3460 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/226] 199.204.45.95 () {44 vars in 1084 bytes} [Tue Jun 9 23:16:21 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67?project_id=ea5da3c8c6a24309a878ec2fedd39a1b => 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: 112/227] 199.204.45.95 () {48 vars in 987 bytes} [Tue Jun 9 23:16:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/246] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 23:18:34 2026] GET /v2.0/networks?tenant_id=ea5da3c8c6a24309a878ec2fedd39a1b&shared=False => generated 15 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:18:35.171 8 INFO neutron.db.segments_db [None req-ecec248e-87da-4992-9b70-5e4cc65cb3c8 f5d6ecdb01c54c4283bea3aa06628154 ea5da3c8c6a24309a878ec2fedd39a1b - - 47d9bd21fe2a4b4b8bcef0e2d1005d7e 47d9bd21fe2a4b4b8bcef0e2d1005d7e] Added segment aebf9ead-7755-4105-b16f-010ecf8dec9e of type vxlan for network 6400c103-469a-4787-a49b-dedebfd0b4d8 [pid: 8|app: 0|req: 122/247] 199.204.45.95 () {34 vars in 681 bytes} [Tue Jun 9 23:18:35 2026] POST /v2.0/networks => generated 718 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/248] 199.204.45.95 () {30 vars in 721 bytes} [Tue Jun 9 23:18:35 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 123/249] 199.204.45.95 () {30 vars in 632 bytes} [Tue Jun 9 23:18:35 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: 127/250] 199.204.45.95 () {34 vars in 676 bytes} [Tue Jun 9 23:18:35 2026] POST /v2.0/ports => generated 999 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/251] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:18:35 2026] GET /v2.0/networks/6400c103-469a-4787-a49b-dedebfd0b4d8 => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/252] 199.204.45.95 () {30 vars in 721 bytes} [Tue Jun 9 23:18:37 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/253] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:18:37 2026] GET /v2.0/networks/6400c103-469a-4787-a49b-dedebfd0b4d8 => generated 705 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/256] 199.204.45.95 () {44 vars in 971 bytes} [Tue Jun 9 23:18:55 2026] GET /v2.0/quotas/ea5da3c8c6a24309a878ec2fedd39a1b => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/257] 199.204.45.95 () {48 vars in 1023 bytes} [Tue Jun 9 23:18:56 2026] PUT /v2.0/quotas/ea5da3c8c6a24309a878ec2fedd39a1b => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:30:53.031 7 INFO neutron.pecan_wsgi.hooks.translation [None req-10072476-afad-44a1-9204-053f3e4c0466 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/354] 199.204.45.95 () {44 vars in 923 bytes} [Tue Jun 9 23:30:52 2026] GET /v2.0/networks/public => generated 108 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/355] 199.204.45.95 () {44 vars in 945 bytes} [Tue Jun 9 23:30:53 2026] GET /v2.0/networks?name=public => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:30:54.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d736653d-e2dd-482c-a558-2635348a7b41 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/356] 199.204.45.95 () {44 vars in 923 bytes} [Tue Jun 9 23:30: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: 177/357] 199.204.45.95 () {44 vars in 945 bytes} [Tue Jun 9 23:30:54 2026] GET /v2.0/networks?name=public => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:30:54.250 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94cf27e1-61ea-47ab-8c06-3e11fa066e43 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 181/358] 199.204.45.95 () {44 vars in 1030 bytes} [Tue Jun 9 23:30:54 2026] GET /v2.0/subnets/public-subnet?network_id=9ef42ce3-fc29-4877-9ddc-797b2588319a => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/359] 199.204.45.95 () {44 vars in 1053 bytes} [Tue Jun 9 23:30:54 2026] GET /v2.0/subnets?name=public-subnet&network_id=9ef42ce3-fc29-4877-9ddc-797b2588319a => generated 667 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:31:24.389 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c346166f-21f1-4b5e-ae6b-f04b0c2e0d71 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/364] 199.204.45.95 () {44 vars in 933 bytes} [Tue Jun 9 23:31:24 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/365] 199.204.45.95 () {44 vars in 955 bytes} [Tue Jun 9 23:31:24 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:31:25.369 7 INFO neutron.pecan_wsgi.hooks.translation [None req-393fcb1c-bcbb-4a6f-af4c-2c1b1e79bac6 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/366] 199.204.45.95 () {44 vars in 933 bytes} [Tue Jun 9 23:31:25 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/367] 199.204.45.95 () {44 vars in 955 bytes} [Tue Jun 9 23:31:25 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:31:25.429 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f09d568-bd08-4a70-ae04-00215dc924a1 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/368] 199.204.45.95 () {44 vars in 1032 bytes} [Tue Jun 9 23:31:25 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=503b79e8-4051-41ff-a464-19ced417c09a => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/369] 199.204.45.95 () {44 vars in 1055 bytes} [Tue Jun 9 23:31:25 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=503b79e8-4051-41ff-a464-19ced417c09a => generated 654 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:31:26.624 7 INFO neutron.api.v2.resource [None req-b0abd0ec-4983-459f-9f41-cdc0786b7677 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 187/370] 199.204.45.95 () {44 vars in 967 bytes} [Tue Jun 9 23:31:26 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/371] 199.204.45.95 () {44 vars in 989 bytes} [Tue Jun 9 23:31:26 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/372] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:27 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4694 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/373] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:27 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/374] 199.204.45.95 () {44 vars in 1007 bytes} [Tue Jun 9 23:31:27 2026] GET /v2.0/security-group-rules/8ff01009-d631-405b-92f2-8e84e9d1e5bc => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/375] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:28 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/376] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:28 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/377] 199.204.45.95 () {44 vars in 1007 bytes} [Tue Jun 9 23:31:28 2026] GET /v2.0/security-group-rules/b7a0a7aa-f6fe-4c0f-b5d0-b8db85650536 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/378] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:29 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/379] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:29 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/380] 199.204.45.95 () {44 vars in 1007 bytes} [Tue Jun 9 23:31:29 2026] GET /v2.0/security-group-rules/f8365810-9e18-4948-8586-8ca00379312f => 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/381] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:30 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/382] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:30 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/383] 199.204.45.95 () {44 vars in 1007 bytes} [Tue Jun 9 23:31:30 2026] GET /v2.0/security-group-rules/f1a2ac53-d9fc-4f0f-b752-05e9f60cc786 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/386] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:31 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/387] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:31 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4694 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/388] 199.204.45.95 () {44 vars in 1007 bytes} [Tue Jun 9 23:31:31 2026] GET /v2.0/security-group-rules/3d877d3f-f1f1-4b3c-901a-3fb810febd17 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/389] 199.204.45.95 () {44 vars in 983 bytes} [Tue Jun 9 23:31:33 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a => generated 731 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:31:33.258 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c87e4a87-0ffd-4e41-9bde-fd7bcc671969 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/390] 199.204.45.95 () {44 vars in 1072 bytes} [Tue Jun 9 23:31:33 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=503b79e8-4051-41ff-a464-19ced417c09a => generated 132 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/391] 199.204.45.95 () {44 vars in 1095 bytes} [Tue Jun 9 23:31:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=503b79e8-4051-41ff-a464-19ced417c09a => generated 1250 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/392] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:33 2026] GET /v2.0/security-groups/1f2b6d35-e532-44a5-be8e-6404542c3aaf => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:31:41.225 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34d01b88-4ce1-4318-853b-d6d0c48efd45 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/393] 199.204.45.95 () {44 vars in 975 bytes} [Tue Jun 9 23:31:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/394] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/395] 199.204.45.95 () {44 vars in 916 bytes} [Tue Jun 9 23:31:42 2026] GET /v2.0/ports => generated 4721 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:31:43.969 7 INFO neutron.api.v2.resource [None req-972f4407-1921-41d9-857c-106fd624a4ac bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 200/396] 199.204.45.95 () {44 vars in 955 bytes} [Tue Jun 9 23:31:43 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/397] 199.204.45.95 () {44 vars in 977 bytes} [Tue Jun 9 23:31:43 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/398] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:44 2026] GET /v2.0/security-groups/1d1ebe82-cbbc-4410-9c71-919c00c7b8e0 => generated 2882 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/399] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:44 2026] GET /v2.0/security-groups/1d1ebe82-cbbc-4410-9c71-919c00c7b8e0 => generated 2882 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/400] 199.204.45.95 () {44 vars in 1007 bytes} [Tue Jun 9 23:31:45 2026] GET /v2.0/security-group-rules/307a56cd-f603-4b78-8bc3-42756ecc1300 => generated 621 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/401] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:45 2026] GET /v2.0/security-groups/1d1ebe82-cbbc-4410-9c71-919c00c7b8e0 => generated 2882 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/402] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:31:45 2026] GET /v2.0/security-groups/1d1ebe82-cbbc-4410-9c71-919c00c7b8e0 => generated 2882 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/403] 199.204.45.95 () {44 vars in 1007 bytes} [Tue Jun 9 23:31:45 2026] GET /v2.0/security-group-rules/e347fd98-86fa-4e8a-92b5-0c19ca8081eb => generated 625 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/406] 199.204.45.95 () {44 vars in 971 bytes} [Tue Jun 9 23:31:58 2026] GET /v2.0/quotas/735d8643bcee4075a12010933d86d493 => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:32:54.289 7 INFO neutron.api.v2.resource [None req-f10cb243-1ec7-49d1-8b11-f338cc0250e7 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 209/415] 199.204.45.95 () {44 vars in 1070 bytes} [Tue Jun 9 23:32:54 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ea5da3c8c6a24309a878ec2fedd39a1b => generated 139 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/416] 199.204.45.95 () {44 vars in 1093 bytes} [Tue Jun 9 23:32:54 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ea5da3c8c6a24309a878ec2fedd39a1b => generated 4072 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/417] 199.204.45.95 () {44 vars in 1084 bytes} [Tue Jun 9 23:32:55 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67?project_id=ea5da3c8c6a24309a878ec2fedd39a1b => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/418] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:32:55 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/419] 199.204.45.95 () {44 vars in 1007 bytes} [Tue Jun 9 23:32:55 2026] GET /v2.0/security-group-rules/d4aca24d-6fc9-4efd-9f42-7b128bc6e032 => generated 597 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/420] 199.204.45.95 () {44 vars in 1084 bytes} [Tue Jun 9 23:32:56 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67?project_id=ea5da3c8c6a24309a878ec2fedd39a1b => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/421] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:32:56 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/422] 199.204.45.95 () {44 vars in 1007 bytes} [Tue Jun 9 23:32:56 2026] GET /v2.0/security-group-rules/10226891-0c67-44a5-8db6-fdff5e6c0d54 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/423] 199.204.45.95 () {44 vars in 1084 bytes} [Tue Jun 9 23:32:57 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67?project_id=ea5da3c8c6a24309a878ec2fedd39a1b => 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/424] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:32:57 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67 => 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: 214/425] 199.204.45.95 () {44 vars in 1007 bytes} [Tue Jun 9 23:32:57 2026] GET /v2.0/security-group-rules/da6022ef-3852-4232-8207-89329a6e31d3 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/426] 199.204.45.95 () {44 vars in 1084 bytes} [Tue Jun 9 23:32:58 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67?project_id=ea5da3c8c6a24309a878ec2fedd39a1b => generated 4075 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/427] 199.204.45.95 () {44 vars in 997 bytes} [Tue Jun 9 23:32:58 2026] GET /v2.0/security-groups/bdb126da-914a-456c-96c6-bd3656ce5b67 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/428] 199.204.45.95 () {44 vars in 1007 bytes} [Tue Jun 9 23:32:58 2026] GET /v2.0/security-group-rules/2d1c488a-544f-4ed7-aec5-3844fca29fdb => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/431] 199.204.45.95 () {44 vars in 971 bytes} [Tue Jun 9 23:33:06 2026] GET /v2.0/quotas/ea5da3c8c6a24309a878ec2fedd39a1b => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/438] 199.204.45.95 () {44 vars in 945 bytes} [Tue Jun 9 23:33:58 2026] GET /v2.0/networks?name=public => generated 753 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/445] 10.0.0.212 () {32 vars in 649 bytes} [Tue Jun 9 23:34:39 2026] GET /v2.0/networks => generated 2167 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/446] 10.0.0.212 () {32 vars in 655 bytes} [Tue Jun 9 23:34:40 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/447] 10.0.0.212 () {32 vars in 647 bytes} [Tue Jun 9 23:34:40 2026] GET /v2.0/routers => generated 15 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/448] 10.0.0.212 () {32 vars in 643 bytes} [Tue Jun 9 23:34:40 2026] GET /v2.0/ports => generated 4721 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/449] 10.0.0.212 () {32 vars in 647 bytes} [Tue Jun 9 23:34:40 2026] GET /v2.0/subnets => generated 1308 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/450] 10.0.0.212 () {32 vars in 649 bytes} [Tue Jun 9 23:34:40 2026] GET /v2.0/networks => generated 2167 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/451] 10.0.0.212 () {32 vars in 663 bytes} [Tue Jun 9 23:34:40 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/452] 10.0.0.212 () {32 vars in 655 bytes} [Tue Jun 9 23:34:40 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:34:51.808 8 INFO neutron.db.segments_db [None req-f5a3d42d-a3d1-43d3-8429-f8c54290bdf1 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 65b999d3-6a58-4efa-b240-183a8ac02035 of type vxlan for network f82fa14f-c7a0-44ac-a96d-0c7e3866f190 2026-06-09 23:34:51.821 7 INFO neutron.db.segments_db [None req-3080cff6-e6f2-4567-921c-668978cd7387 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 1b49e2f9-561a-42dd-ab36-29167c6ff1d7 of type vxlan for network f91ebeb1-9174-4b6c-bbba-c17705aac88f [pid: 7|app: 0|req: 230/455] 10.0.0.212 () {34 vars in 671 bytes} [Tue Jun 9 23:34:51 2026] POST /v2.0/networks => generated 749 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/456] 10.0.0.212 () {34 vars in 671 bytes} [Tue Jun 9 23:34:51 2026] POST /v2.0/networks => generated 737 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/457] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:34:51 2026] POST /v2.0/subnets => generated 696 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/458] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:34:51 2026] POST /v2.0/subnets => generated 684 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:34:52.103 7 INFO neutron.db.segments_db [None req-01471560-3706-4a96-b713-af2921e8ff39 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 34dddae5-795b-4822-80d6-c9c9bc4057a5 of type vxlan for network aa8caf7c-712c-40ec-ab32-a9dba7ae351e 2026-06-09 23:34:52.122 8 INFO neutron.db.segments_db [None req-141d3e5c-0208-4654-9712-8247ad75286a bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 07732a0f-1ccf-4aa9-8a7e-c2f5b47aba46 of type vxlan for network 191707a7-64f2-495d-afd5-b3a8bc381c4e 2026-06-09 23:34:52.283 7 INFO neutron.db.l3_hamode_db [None req-01471560-3706-4a96-b713-af2921e8ff39 bed75c4ff6124af48c5d72a19832f6ab 91d54a939f834cf585b23163506c494b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:34:52.343 8 INFO neutron.db.l3_hamode_db [None req-141d3e5c-0208-4654-9712-8247ad75286a bed75c4ff6124af48c5d72a19832f6ab f1fa9add87604165b723e014151c6f63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:34:52.950 7 INFO neutron.db.l3_hamode_db [None req-01471560-3706-4a96-b713-af2921e8ff39 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:34:53.161 8 INFO neutron.db.l3_hamode_db [None req-141d3e5c-0208-4654-9712-8247ad75286a bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 232/459] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:34:52 2026] POST /v2.0/routers => generated 736 bytes in 2187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/460] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:34:54 2026] GET /v2.0/security-groups?tenant_id=e2f238cfd33047d88c63e9fa9ed9d12d&name=default => generated 2921 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/461] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:34:52 2026] POST /v2.0/routers => generated 724 bytes in 2476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/462] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:34:54 2026] GET /v2.0/security-groups?tenant_id=2034ca0e4c2647bf8535411da02f3be4&name=default => generated 2921 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/463] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:34:54 2026] DELETE /v2.0/security-groups/1e480bf3-2005-427a-9721-28d7b50a7f61 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/464] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:34:54 2026] PUT /v2.0/routers/c960d16f-b38d-4df9-b7a8-d224a94a3505/add_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/465] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:34:55 2026] DELETE /v2.0/security-groups/94c32f9b-e0f0-4bfc-bd02-622e6a0af859 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/466] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:34:56 2026] GET /v2.0/security-groups?tenant_id=8d729be65c07498db19c0b71ce53191a&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/467] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:34:56 2026] DELETE /v2.0/security-groups/9c5018bc-ebb8-45ee-901a-7bb28d54fc59 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/468] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:34:54 2026] PUT /v2.0/routers/bb6ded33-28f2-4acd-9dc1-af893e3cafe9/add_router_interface => generated 309 bytes in 1332 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/469] 10.0.0.250 () {38 vars in 971 bytes} [Tue Jun 9 23:34:56 2026] POST /v2.0/security-groups => generated 1685 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-09 23:34:57.157 8 INFO neutron.db.segments_db [None req-6926f8a6-28ba-46c8-86d7-a639dcf554e0 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment cd393486-8a2c-4d94-9ca4-204188ef2cc2 of type vxlan for network 26bf413d-c37f-4ffd-8a48-a0680cbd6a90 [pid: 7|app: 0|req: 239/470] 10.0.0.212 () {34 vars in 685 bytes} [Tue Jun 9 23:34:57 2026] POST /v2.0/security-groups => generated 1660 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/471] 10.0.0.212 () {34 vars in 671 bytes} [Tue Jun 9 23:34:56 2026] POST /v2.0/networks => generated 745 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/472] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:34:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/473] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:34:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/474] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:34:57 2026] POST /v2.0/subnets => generated 692 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:34:57.511 8 INFO neutron.db.segments_db [None req-9d27e0c2-c777-4087-a3fd-e6442648d18f bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 3dddceaf-19e7-4281-9b64-a1342ab97476 of type vxlan for network 2a60734a-e50b-4929-8bc0-e7194d9c0695 2026-06-09 23:34:57.753 8 INFO neutron.db.l3_hamode_db [None req-9d27e0c2-c777-4087-a3fd-e6442648d18f bed75c4ff6124af48c5d72a19832f6ab afc2ae4fab2e42f39c780f13d0913c0e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 242/475] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:34:57 2026] POST /v2.0/floatingips => generated 552 bytes in 699 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:34:58.421 8 INFO neutron.db.l3_hamode_db [None req-9d27e0c2-c777-4087-a3fd-e6442648d18f bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 243/476] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:34:58 2026] GET /v2.0/security-groups/4c4fd174-7122-4e68-9576-7db43ab9888c => generated 1685 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/477] 10.0.0.250 () {38 vars in 981 bytes} [Tue Jun 9 23:34:58 2026] POST /v2.0/security-group-rules => generated 614 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/478] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:34:58 2026] GET /v2.0/security-groups?tenant_id=4f33f6fa6c6240f3a8a6e5155fc29b0d&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/479] 10.0.0.250 () {34 vars in 1100 bytes} [Tue Jun 9 23:34:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1413510675&fields=id&tenant_id=f1fa9add87604165b723e014151c6f63 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/480] 10.0.0.250 () {38 vars in 971 bytes} [Tue Jun 9 23:34:58 2026] POST /v2.0/security-groups => generated 1685 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/481] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:34:58 2026] DELETE /v2.0/security-groups/c62391f5-35b8-4f4f-ba2a-ab8d925f7f6e => 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: 249/482] 10.0.0.250 () {34 vars in 982 bytes} [Tue Jun 9 23:34:59 2026] GET /v2.0/networks?id=f82fa14f-c7a0-44ac-a96d-0c7e3866f190 => generated 669 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/483] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:34:59 2026] GET /v2.0/security-groups/4b773671-bc45-4f4b-9964-9f85b85a54ec => generated 1685 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/484] 10.0.0.250 () {34 vars in 965 bytes} [Tue Jun 9 23:34:59 2026] GET /v2.0/quotas/f1fa9add87604165b723e014151c6f63 => 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: 252/485] 10.0.0.250 () {38 vars in 981 bytes} [Tue Jun 9 23:34:59 2026] POST /v2.0/security-group-rules => generated 614 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/486] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:34:59 2026] GET /v2.0/ports?tenant_id=f1fa9add87604165b723e014151c6f63&fields=id => generated 103 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/487] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:34:59 2026] GET /v2.0/security-groups/4b773671-bc45-4f4b-9964-9f85b85a54ec => generated 2310 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/488] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:34:57 2026] POST /v2.0/routers => generated 732 bytes in 1951 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/489] 10.0.0.250 () {38 vars in 981 bytes} [Tue Jun 9 23:34:59 2026] POST /v2.0/security-group-rules => generated 619 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/490] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:34:59 2026] GET /v2.0/security-groups/4b773671-bc45-4f4b-9964-9f85b85a54ec => generated 2940 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/491] 10.0.0.250 () {34 vars in 1001 bytes} [Tue Jun 9 23:34:59 2026] GET /v2.0/security-group-rules/e24bffc6-98c7-4519-a991-f599dabd7864 => generated 616 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/492] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:34:59 2026] GET /v2.0/security-groups/4b773671-bc45-4f4b-9964-9f85b85a54ec => generated 2940 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/493] 10.0.0.250 () {36 vars in 1023 bytes} [Tue Jun 9 23:34:59 2026] DELETE /v2.0/security-group-rules/e24bffc6-98c7-4519-a991-f599dabd7864 => 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: 260/494] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:34:59 2026] GET /v2.0/security-groups/4b773671-bc45-4f4b-9964-9f85b85a54ec => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/495] 10.0.0.250 () {36 vars in 1013 bytes} [Tue Jun 9 23:34:59 2026] DELETE /v2.0/security-groups/4b773671-bc45-4f4b-9964-9f85b85a54ec => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/496] 10.0.0.250 () {34 vars in 907 bytes} [Tue Jun 9 23:34:59 2026] GET /v2.0/extensions => generated 21537 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/497] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:34:59 2026] GET /v2.0/security-groups/4c4fd174-7122-4e68-9576-7db43ab9888c => generated 2310 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/498] 10.0.0.250 () {34 vars in 1008 bytes} [Tue Jun 9 23:34:59 2026] GET /v2.0/networks/f82fa14f-c7a0-44ac-a96d-0c7e3866f190?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: 265/499] 10.0.0.250 () {36 vars in 1013 bytes} [Tue Jun 9 23:34:59 2026] DELETE /v2.0/security-groups/4c4fd174-7122-4e68-9576-7db43ab9888c => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/500] 10.0.0.250 () {34 vars in 1108 bytes} [Tue Jun 9 23:35:00 2026] GET /v2.0/networks/f82fa14f-c7a0-44ac-a96d-0c7e3866f190?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) 2026-06-09 23:35:00.549 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a20542d-7be5-4e4a-b517-9632f2a378f9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: c91d34ce-cd9c-465b-8da9-ffcf1b8bf37c 2026-06-09 23:35:00.557 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a20542d-7be5-4e4a-b517-9632f2a378f9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: c91d34ce-cd9c-465b-8da9-ffcf1b8bf37c [pid: 8|app: 0|req: 235/501] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:34:59 2026] PUT /v2.0/routers/ad1818ed-3d66-493c-a1f7-d59f126fd408/add_router_interface => generated 309 bytes in 1261 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/502] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:00 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:35:01.307 8 INFO neutron.db.segments_db [None req-27aa0d9e-17e8-4753-8eb4-14aef0190454 607129387f1d418a98e84f84b04ce62c c14348f518cf431fb3f9c24351a07a02 - - default default] Added segment a3382b72-f832-4b09-907a-6d60d1abc89f of type vxlan for network 8ef3f5a3-78e3-4dbf-bcbd-11aa57de8bdf 2026-06-09 23:35:01.366 8 INFO neutron.db.segments_db [None req-27aa0d9e-17e8-4753-8eb4-14aef0190454 607129387f1d418a98e84f84b04ce62c c14348f518cf431fb3f9c24351a07a02 - - default default] Added segment 7025ea01-dcfd-4e15-8d36-707a7cf095de of type vxlan for network 0f76a82a-7b1d-4ec7-b105-a45e95c53801 [pid: 7|app: 0|req: 267/503] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:35:00 2026] PUT /v2.0/routers/c960d16f-b38d-4df9-b7a8-d224a94a3505/remove_router_interface => generated 309 bytes in 1280 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/506] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:35:01 2026] POST /v2.0/networks => generated 1244 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/507] 10.0.0.250 () {38 vars in 971 bytes} [Tue Jun 9 23:35:01 2026] POST /v2.0/security-groups => generated 1680 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/508] 10.0.0.212 () {32 vars in 649 bytes} [Tue Jun 9 23:35:01 2026] GET /v2.0/networks => generated 1843 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:01.631 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c8f234b-06ec-459b-a83d-850dd3fa53d2 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 98e3007e-2f25-4765-bb76-9c316974423c 2026-06-09 23:35:01.638 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c8f234b-06ec-459b-a83d-850dd3fa53d2 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 98e3007e-2f25-4765-bb76-9c316974423c [pid: 7|app: 0|req: 272/509] 10.0.0.250 () {38 vars in 971 bytes} [Tue Jun 9 23:35:01 2026] POST /v2.0/security-groups => generated 1679 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/510] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:35:01 2026] DELETE /v2.0/networks/8ef3f5a3-78e3-4dbf-bcbd-11aa57de8bdf => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/511] 10.0.0.250 () {38 vars in 971 bytes} [Tue Jun 9 23:35:01 2026] POST /v2.0/security-groups => generated 1680 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/512] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:35:01 2026] DELETE /v2.0/networks/0f76a82a-7b1d-4ec7-b105-a45e95c53801 => 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: 276/513] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:02 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:35:02.205 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c8f234b-06ec-459b-a83d-850dd3fa53d2 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 3315a830-5b59-48a8-8a9b-1abcdf9a5837 2026-06-09 23:35:02.207 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c8f234b-06ec-459b-a83d-850dd3fa53d2 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 3315a830-5b59-48a8-8a9b-1abcdf9a5837 [pid: 7|app: 0|req: 277/514] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:35:02 2026] GET /v2.0/security-groups?tenant_id=afc2ae4fab2e42f39c780f13d0913c0e => generated 7904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:02.243 7 INFO neutron.services.segments.plugin [-] Segment a3382b72-f832-4b09-907a-6d60d1abc89f resource provider aggregate not found 2026-06-09 23:35:02.268 7 INFO neutron.services.segments.plugin [-] Segment a3382b72-f832-4b09-907a-6d60d1abc89f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3382b72-f832-4b09-907a-6d60d1abc89f found for delete ", "request_id": "req-4070fe3b-274b-40e4-b59f-1f81aee20665"}]} 2026-06-09 23:35:02.269 7 INFO neutron.services.segments.plugin [-] Segment a3382b72-f832-4b09-907a-6d60d1abc89f resource provider aggregate not found [pid: 7|app: 0|req: 278/515] 10.0.0.212 () {32 vars in 649 bytes} [Tue Jun 9 23:35:02 2026] GET /v2.0/networks => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:02.297 7 INFO neutron.services.segments.plugin [-] Segment a3382b72-f832-4b09-907a-6d60d1abc89f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3382b72-f832-4b09-907a-6d60d1abc89f found for delete ", "request_id": "req-a4687219-368a-4f68-b605-1693ef0ef5c7"}]} 2026-06-09 23:35:02.302 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-8c8f234b-06ec-459b-a83d-850dd3fa53d2 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - 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: 7|app: 0|req: 279/516] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:35:02 2026] GET /v2.0/security-groups/11dd73b2-5e3d-4b2c-93d9-b1118a1ebceb => generated 2922 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:02.355 7 INFO neutron.db.segments_db [None req-5dec2305-eaaa-4fd9-accf-036297e061a5 607129387f1d418a98e84f84b04ce62c c14348f518cf431fb3f9c24351a07a02 - - default default] Added segment 89d82969-106a-45f8-b0b5-418411d73679 of type vxlan for network 1c02441b-cbe5-4d18-9367-0cfdec9cb1c8 [pid: 7|app: 0|req: 280/517] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:35:02 2026] POST /v2.0/networks => generated 653 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/518] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:35:02 2026] GET /v2.0/security-groups/11dd73b2-5e3d-4b2c-93d9-b1118a1ebceb => generated 2922 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:02.510 7 INFO neutron.db.segments_db [None req-a9fa7d78-75d4-4898-8858-fa10e806064a 607129387f1d418a98e84f84b04ce62c c14348f518cf431fb3f9c24351a07a02 - - default default] Added segment 0305139e-1ca4-4c49-8347-74c296fe8ff1 of type vxlan for network 5f9428af-c11a-4c7d-823e-b61d05b88c8e [pid: 7|app: 0|req: 282/519] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:35:02 2026] POST /v2.0/networks => generated 654 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/520] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:35:02 2026] GET /v2.0/security-groups/555d2536-101d-4dba-b3e5-1f961d68e3c3 => generated 1680 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:02.746 8 INFO neutron.db.l3_hamode_db [None req-8c8f234b-06ec-459b-a83d-850dd3fa53d2 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] HA network aa8caf7c-712c-40ec-ab32-a9dba7ae351e was deleted as no HA routers are present in tenant 91d54a939f834cf585b23163506c494b. [pid: 8|app: 0|req: 238/521] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:35:01 2026] DELETE /v2.0/routers/c960d16f-b38d-4df9-b7a8-d224a94a3505 => generated 0 bytes in 1276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/522] 10.0.0.250 () {36 vars in 1013 bytes} [Tue Jun 9 23:35:02 2026] DELETE /v2.0/security-groups/555d2536-101d-4dba-b3e5-1f961d68e3c3 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:35:03.091 8 INFO neutron.services.segments.plugin [-] Segment 34dddae5-795b-4822-80d6-c9c9bc4057a5 resource provider aggregate not found 2026-06-09 23:35:03.095 8 INFO neutron.services.segments.plugin [-] Segment 34dddae5-795b-4822-80d6-c9c9bc4057a5 resource provider aggregate not found 2026-06-09 23:35:03.113 8 INFO neutron.services.segments.plugin [-] Segment 34dddae5-795b-4822-80d6-c9c9bc4057a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34dddae5-795b-4822-80d6-c9c9bc4057a5 found for delete ", "request_id": "req-bbe477bb-8e7d-4bdb-925b-38b7cd9aa730"}]} 2026-06-09 23:35:03.117 8 INFO neutron.services.segments.plugin [-] Segment 34dddae5-795b-4822-80d6-c9c9bc4057a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34dddae5-795b-4822-80d6-c9c9bc4057a5 found for delete ", "request_id": "req-9616d794-a141-48e4-b13b-1f37ab18ec60"}]} [pid: 8|app: 0|req: 240/523] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:35:02 2026] DELETE /v2.0/subnets/4885271a-f309-4400-9d07-8a002494fa61 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:35:03.132 8 INFO neutron.api.v2.resource [req-4434f475-2067-4fc3-a0f8-b6617e8c271d req-b17dd4da-e3fe-4ba2-943a-b1c60c3b64e7 90d94d612e3b4e73886070f060987c9d afc2ae4fab2e42f39c780f13d0913c0e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 241/524] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:35:03 2026] GET /v2.0/security-groups/555d2536-101d-4dba-b3e5-1f961d68e3c3 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:35:03.216 8 INFO neutron_taas.services.taas.taas_plugin [None req-3cf51d33-893e-40b7-94e0-d8a45a789415 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 5b93dbc2-2d94-4b76-8c5d-5c30a3e693e8 2026-06-09 23:35:03.219 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3cf51d33-893e-40b7-94e0-d8a45a789415 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 5b93dbc2-2d94-4b76-8c5d-5c30a3e693e8 [pid: 7|app: 0|req: 284/525] 10.0.0.212 () {34 vars in 665 bytes} [Tue Jun 9 23:35:02 2026] POST /v2.0/ports => generated 1506 bytes in 676 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: 285/526] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:35:03 2026] GET /v2.0/security-groups/a656e759-a483-48a5-8b20-9f4d687463ca => generated 1679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/527] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:03 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => 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: 287/528] 10.0.0.212 () {32 vars in 643 bytes} [Tue Jun 9 23:35:03 2026] GET /v2.0/ports => generated 1506 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/529] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:35:03 2026] DELETE /v2.0/networks/f91ebeb1-9174-4b6c-bbba-c17705aac88f => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/530] 10.0.0.250 () {36 vars in 1013 bytes} [Tue Jun 9 23:35:03 2026] DELETE /v2.0/security-groups/a656e759-a483-48a5-8b20-9f4d687463ca => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:35:03.557 7 INFO neutron.api.v2.resource [req-e31ab3fe-33ec-4543-b23a-c42908854e33 req-e76286d7-e723-415c-9f71-4836a60d8f03 90d94d612e3b4e73886070f060987c9d afc2ae4fab2e42f39c780f13d0913c0e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 289/531] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:35:03 2026] GET /v2.0/security-groups/a656e759-a483-48a5-8b20-9f4d687463ca => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/532] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:35:03 2026] GET /v2.0/security-groups/bbf9607f-cd27-4476-814e-ffb5456aec06 => generated 1680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:03.699 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef5cd707-7115-4379-b56a-7a1ed66f7bdf 607129387f1d418a98e84f84b04ce62c c14348f518cf431fb3f9c24351a07a02 - - default default] TaaS: Handle Delete Port: dec9ff3f-b53a-4a55-9a70-aa22c065c5df 2026-06-09 23:35:03.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef5cd707-7115-4379-b56a-7a1ed66f7bdf 607129387f1d418a98e84f84b04ce62c c14348f518cf431fb3f9c24351a07a02 - - default default] Tap Mirror: Handle Delete Port: dec9ff3f-b53a-4a55-9a70-aa22c065c5df [pid: 7|app: 0|req: 291/533] 10.0.0.250 () {36 vars in 1013 bytes} [Tue Jun 9 23:35:03 2026] DELETE /v2.0/security-groups/bbf9607f-cd27-4476-814e-ffb5456aec06 => 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: 292/534] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:35:03 2026] GET /v2.0/security-groups?tenant_id=91d54a939f834cf585b23163506c494b&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:03.780 7 INFO neutron.api.v2.resource [req-b95896e0-175b-43dc-afd0-c2c9ec35f4ff req-60ef12d2-b016-4a30-afb5-ac483976af6c 90d94d612e3b4e73886070f060987c9d afc2ae4fab2e42f39c780f13d0913c0e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 293/535] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:35:03 2026] GET /v2.0/security-groups/bbf9607f-cd27-4476-814e-ffb5456aec06 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/536] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:35:03 2026] DELETE /v2.0/ports/dec9ff3f-b53a-4a55-9a70-aa22c065c5df => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/537] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:35:03 2026] GET /v2.0/security-groups?tenant_id=afc2ae4fab2e42f39c780f13d0913c0e => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/538] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:03 2026] DELETE /v2.0/security-groups/0a1b51fd-b4ff-4e46-add7-c589b8147dbb => 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: 295/539] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:35:03 2026] GET /v2.0/security-groups/11dd73b2-5e3d-4b2c-93d9-b1118a1ebceb => generated 2922 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:04.034 8 INFO neutron_taas.services.taas.taas_plugin [None req-ff65a014-3427-4c05-ba35-633fe7498989 607129387f1d418a98e84f84b04ce62c c14348f518cf431fb3f9c24351a07a02 - - default default] TaaS: Handle Delete Port: d6d343d4-90b1-4d6f-b212-d5d78d4292c2 2026-06-09 23:35:04.038 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff65a014-3427-4c05-ba35-633fe7498989 607129387f1d418a98e84f84b04ce62c c14348f518cf431fb3f9c24351a07a02 - - default default] Tap Mirror: Handle Delete Port: d6d343d4-90b1-4d6f-b212-d5d78d4292c2 [pid: 7|app: 0|req: 296/540] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:35:04 2026] GET /v2.0/security-groups/11dd73b2-5e3d-4b2c-93d9-b1118a1ebceb => generated 2922 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:04.117 7 INFO neutron.api.v2.resource [req-d3a3c79a-14a5-4077-bfc7-04c1d7c54560 req-5ee1d6d7-23c7-4d63-b90c-2a829d39dd43 90d94d612e3b4e73886070f060987c9d afc2ae4fab2e42f39c780f13d0913c0e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 297/541] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:35:04 2026] GET /v2.0/security-groups/bbf9607f-cd27-4476-814e-ffb5456aec06 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/542] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:35:03 2026] DELETE /v2.0/ports/d6d343d4-90b1-4d6f-b212-d5d78d4292c2 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:35:04.156 7 INFO neutron.api.v2.resource [req-b310baca-d2be-4041-8513-bcdd86dd0ce0 req-c2cad4a6-1597-4291-a64f-07b03d6b9876 90d94d612e3b4e73886070f060987c9d afc2ae4fab2e42f39c780f13d0913c0e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 298/543] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:35:04 2026] GET /v2.0/security-groups/a656e759-a483-48a5-8b20-9f4d687463ca => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/544] 10.0.0.212 () {32 vars in 643 bytes} [Tue Jun 9 23:35:04 2026] GET /v2.0/ports => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:35:04.206 7 INFO neutron.api.v2.resource [req-53f73d9d-c603-4148-a50d-491df2e4c08d req-585bed04-04cc-45bc-aa5f-1c4b882a75a6 90d94d612e3b4e73886070f060987c9d afc2ae4fab2e42f39c780f13d0913c0e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 299/545] 10.0.0.250 () {34 vars in 991 bytes} [Tue Jun 9 23:35:04 2026] GET /v2.0/security-groups/555d2536-101d-4dba-b3e5-1f961d68e3c3 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:35:04.269 8 INFO neutron.db.segments_db [None req-4654e172-cefc-49b4-915d-d9f6588145ff 607129387f1d418a98e84f84b04ce62c c14348f518cf431fb3f9c24351a07a02 - - default default] Added segment 937297c0-5e8a-474d-9e66-d35446e1016e of type vxlan for network c3945298-a797-4763-bcfa-889ebe89a16b 2026-06-09 23:35:04.298 7 INFO neutron.services.segments.plugin [-] Segment 7025ea01-dcfd-4e15-8d36-707a7cf095de resource provider aggregate not found 2026-06-09 23:35:04.328 7 INFO neutron.services.segments.plugin [-] Segment 7025ea01-dcfd-4e15-8d36-707a7cf095de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7025ea01-dcfd-4e15-8d36-707a7cf095de found for delete ", "request_id": "req-0b2c20c9-72f8-44b9-9cee-653b684804e8"}]} 2026-06-09 23:35:04.330 7 INFO neutron.services.segments.plugin [-] Segment 7025ea01-dcfd-4e15-8d36-707a7cf095de resource provider aggregate not found 2026-06-09 23:35:04.362 7 INFO neutron.services.segments.plugin [-] Segment 7025ea01-dcfd-4e15-8d36-707a7cf095de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7025ea01-dcfd-4e15-8d36-707a7cf095de found for delete ", "request_id": "req-1dbb586e-e4d9-4f05-bebb-847ba408df81"}]} [pid: 8|app: 0|req: 247/546] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:35:04 2026] POST /v2.0/networks => generated 654 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:35:04.429 8 INFO neutron.db.segments_db [None req-8899adc3-20f9-4813-8d9f-ae348da19467 607129387f1d418a98e84f84b04ce62c c14348f518cf431fb3f9c24351a07a02 - - default default] Added segment d80520ba-24de-4331-9e06-62acf562bcf2 of type vxlan for network d4facb7d-566a-4b85-a783-472de2d9290e [pid: 8|app: 0|req: 248/547] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:35:04 2026] POST /v2.0/networks => generated 653 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/548] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:04 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:35:04.639 7 INFO neutron_taas.services.taas.taas_plugin [None req-862161ca-0965-4dd9-8260-ceae127c92d7 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: a9c3ac97-2db7-46b5-81ba-b2620815317c 2026-06-09 23:35:04.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-862161ca-0965-4dd9-8260-ceae127c92d7 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: a9c3ac97-2db7-46b5-81ba-b2620815317c [pid: 7|app: 0|req: 300/549] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:35:04 2026] PUT /v2.0/routers/ad1818ed-3d66-493c-a1f7-d59f126fd408/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:05.149 8 INFO neutron.services.segments.plugin [-] Segment 1b49e2f9-561a-42dd-ab36-29167c6ff1d7 resource provider aggregate not found 2026-06-09 23:35:05.151 8 INFO neutron.services.segments.plugin [-] Segment 1b49e2f9-561a-42dd-ab36-29167c6ff1d7 resource provider aggregate not found 2026-06-09 23:35:05.180 8 INFO neutron.services.segments.plugin [-] Segment 1b49e2f9-561a-42dd-ab36-29167c6ff1d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b49e2f9-561a-42dd-ab36-29167c6ff1d7 found for delete ", "request_id": "req-da7fea6c-6d1c-48d7-b56c-00398f5b4fde"}]} 2026-06-09 23:35:05.183 8 INFO neutron.services.segments.plugin [-] Segment 1b49e2f9-561a-42dd-ab36-29167c6ff1d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b49e2f9-561a-42dd-ab36-29167c6ff1d7 found for delete ", "request_id": "req-42fe6ea5-424e-449c-a291-6b6a190d0a6a"}]} 2026-06-09 23:35:05.381 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8ed2a50-ef22-4566-ae51-52b5c47aaef9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 8ec2ef90-0401-46a5-81de-93057736022f 2026-06-09 23:35:05.386 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8ed2a50-ef22-4566-ae51-52b5c47aaef9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 8ec2ef90-0401-46a5-81de-93057736022f [pid: 8|app: 0|req: 250/550] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:35:05 2026] POST /v2.0/subnets => generated 1323 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-09 23:35:05.676 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8ed2a50-ef22-4566-ae51-52b5c47aaef9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 2e17669a-5a98-4844-bf69-c4638b2a863b 2026-06-09 23:35:05.680 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8ed2a50-ef22-4566-ae51-52b5c47aaef9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 2e17669a-5a98-4844-bf69-c4638b2a863b 2026-06-09 23:35:05.767 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-d8ed2a50-ef22-4566-ae51-52b5c47aaef9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - 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: 251/551] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:35:05 2026] GET /v2.0/networks?id=f82fa14f-c7a0-44ac-a96d-0c7e3866f190 => generated 669 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/552] 10.0.0.212 () {32 vars in 647 bytes} [Tue Jun 9 23:35:05 2026] GET /v2.0/subnets => generated 1959 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/553] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:05 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => 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: 254/554] 199.204.45.95 () {34 vars in 910 bytes} [Tue Jun 9 23:35:05 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: 255/555] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:35:05 2026] DELETE /v2.0/subnets/4d6a1611-31c2-4a7e-8863-9d425a81b94b => 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: 256/556] 199.204.45.95 () {34 vars in 1049 bytes} [Tue Jun 9 23:35:05 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f1fa9add87604165b723e014151c6f63 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:06.146 7 INFO neutron.db.l3_hamode_db [None req-d8ed2a50-ef22-4566-ae51-52b5c47aaef9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] HA network 2a60734a-e50b-4929-8bc0-e7194d9c0695 was deleted as no HA routers are present in tenant afc2ae4fab2e42f39c780f13d0913c0e. [pid: 7|app: 0|req: 301/557] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:35:05 2026] DELETE /v2.0/routers/ad1818ed-3d66-493c-a1f7-d59f126fd408 => generated 0 bytes in 1024 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:35:06.182 8 INFO neutron.db.segments_db [None req-bc7e165f-93e4-49ac-88c1-d8ff0722f23b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment ed655d98-736c-4fcc-9f56-c231d6b07288 of type vxlan for network 6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6 [pid: 8|app: 0|req: 257/558] 10.0.0.212 () {34 vars in 671 bytes} [Tue Jun 9 23:35:06 2026] POST /v2.0/networks => generated 752 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/559] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:35:06 2026] DELETE /v2.0/subnets/a60f096c-bf56-4dd0-afff-161ee779f0c9 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:35:06.357 7 INFO neutron.services.segments.plugin [-] Segment 3dddceaf-19e7-4281-9b64-a1342ab97476 resource provider aggregate not found 2026-06-09 23:35:06.394 7 INFO neutron.services.segments.plugin [-] Segment 3dddceaf-19e7-4281-9b64-a1342ab97476 resource provider aggregate not found 2026-06-09 23:35:06.408 7 INFO neutron.services.segments.plugin [-] Segment 3dddceaf-19e7-4281-9b64-a1342ab97476 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dddceaf-19e7-4281-9b64-a1342ab97476 found for delete ", "request_id": "req-dd54a49e-4994-4205-9aad-e6678b5cfe1b"}]} 2026-06-09 23:35:06.436 7 INFO neutron.services.segments.plugin [-] Segment 3dddceaf-19e7-4281-9b64-a1342ab97476 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dddceaf-19e7-4281-9b64-a1342ab97476 found for delete ", "request_id": "req-365f7709-82de-4510-bcd3-aa65215d4195"}]} [pid: 7|app: 0|req: 303/560] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:35:06 2026] DELETE /v2.0/subnets/ca63e541-84ba-4205-a35a-361f8057ed92 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/561] 199.204.45.95 () {38 vars in 954 bytes} [Tue Jun 9 23:35:06 2026] POST /v2.0/ports => generated 958 bytes in 423 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: 259/562] 10.0.0.212 () {32 vars in 647 bytes} [Tue Jun 9 23:35:06 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/563] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:35:06 2026] POST /v2.0/subnets => generated 699 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:35:06.787 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bd7bda3-1a3a-40a4-b173-53572a15b848 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 0116e784-204e-4a9c-aa8e-07f59346833c 2026-06-09 23:35:06.789 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bd7bda3-1a3a-40a4-b173-53572a15b848 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 0116e784-204e-4a9c-aa8e-07f59346833c [pid: 7|app: 0|req: 305/564] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:35:06 2026] DELETE /v2.0/networks/d4facb7d-566a-4b85-a783-472de2d9290e => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:35:06.916 7 INFO neutron.db.segments_db [None req-e1615844-77e8-4707-a561-8cf76d31d3c9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 341bf4b8-bb59-469f-800f-46cb18efc24b of type vxlan for network f320a924-00a1-4ed3-8df9-08236217bb38 [pid: 8|app: 0|req: 260/565] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:35:06 2026] DELETE /v2.0/networks/26bf413d-c37f-4ffd-8a48-a0680cbd6a90 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/566] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:35:07 2026] DELETE /v2.0/networks/c3945298-a797-4763-bcfa-889ebe89a16b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/567] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:07 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 961 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:07.211 8 INFO neutron.services.segments.plugin [-] Segment cd393486-8a2c-4d94-9ca4-204188ef2cc2 resource provider aggregate not found 2026-06-09 23:35:07.220 7 INFO neutron.db.l3_hamode_db [None req-e1615844-77e8-4707-a561-8cf76d31d3c9 bed75c4ff6124af48c5d72a19832f6ab 1d3924fb2aaf44f88a21176acc6eb09c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:35:07.221 8 INFO neutron.services.segments.plugin [-] Segment cd393486-8a2c-4d94-9ca4-204188ef2cc2 resource provider aggregate not found 2026-06-09 23:35:07.235 8 INFO neutron.services.segments.plugin [-] Segment cd393486-8a2c-4d94-9ca4-204188ef2cc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd393486-8a2c-4d94-9ca4-204188ef2cc2 found for delete ", "request_id": "req-e6984661-3f5c-487f-8249-f1199d992feb"}]} 2026-06-09 23:35:07.240 8 INFO neutron.services.segments.plugin [-] Segment cd393486-8a2c-4d94-9ca4-204188ef2cc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cd393486-8a2c-4d94-9ca4-204188ef2cc2 found for delete ", "request_id": "req-2600dae8-3937-43e1-aef2-9c9ca1b04994"}]} 2026-06-09 23:35:07.253 8 INFO neutron.services.segments.plugin [-] Segment 937297c0-5e8a-474d-9e66-d35446e1016e resource provider aggregate not found 2026-06-09 23:35:07.257 8 INFO neutron.services.segments.plugin [-] Segment 937297c0-5e8a-474d-9e66-d35446e1016e resource provider aggregate not found 2026-06-09 23:35:07.269 8 INFO neutron.services.segments.plugin [-] Segment 937297c0-5e8a-474d-9e66-d35446e1016e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 937297c0-5e8a-474d-9e66-d35446e1016e found for delete ", "request_id": "req-69ce5fd3-6501-4c02-a5fc-0c7a8cddecc7"}]} 2026-06-09 23:35:07.271 8 INFO neutron.services.segments.plugin [-] Segment 937297c0-5e8a-474d-9e66-d35446e1016e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 937297c0-5e8a-474d-9e66-d35446e1016e found for delete ", "request_id": "req-3805b441-8297-4a6c-a285-4b2a2afdd8f9"}]} [pid: 8|app: 0|req: 263/568] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:35:07 2026] PUT /v2.0/ports/e10a8269-dc80-4fed-a8d3-e57dca52c5d6 => generated 1239 bytes in 556 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: 264/569] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:35:07 2026] GET /v2.0/security-groups?tenant_id=afc2ae4fab2e42f39c780f13d0913c0e&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/570] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:35:07 2026] DELETE /v2.0/networks/5f9428af-c11a-4c7d-823e-b61d05b88c8e => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/571] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:08 2026] GET /v2.0/security-groups?id=41c8b158-85bc-41d1-af0f-2206da2b5bc9&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:08.092 7 INFO neutron.db.l3_hamode_db [None req-e1615844-77e8-4707-a561-8cf76d31d3c9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 267/572] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:08 2026] DELETE /v2.0/security-groups/11dd73b2-5e3d-4b2c-93d9-b1118a1ebceb => generated 0 bytes in 260 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:35:08.326 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-35e0886d-8a66-4f94-8476-5851aab90509'] response: {'name': 'network-changed', 'server_uuid': '4db9c0e0-364f-4995-98de-88c5bfdda8a7', 'tag': 'e10a8269-dc80-4fed-a8d3-e57dca52c5d6', 'status': 'completed', 'code': 200} 2026-06-09 23:35:08.428 7 INFO neutron.services.segments.plugin [-] Segment d80520ba-24de-4331-9e06-62acf562bcf2 resource provider aggregate not found 2026-06-09 23:35:08.454 7 INFO neutron.services.segments.plugin [-] Segment d80520ba-24de-4331-9e06-62acf562bcf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d80520ba-24de-4331-9e06-62acf562bcf2 found for delete ", "request_id": "req-4a1ae9cf-c212-48fb-96dd-0763da5f7266"}]} [pid: 8|app: 0|req: 268/573] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:35:08 2026] DELETE /v2.0/networks/1c02441b-cbe5-4d18-9367-0cfdec9cb1c8 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:35:08.461 7 INFO neutron.services.segments.plugin [-] Segment d80520ba-24de-4331-9e06-62acf562bcf2 resource provider aggregate not found 2026-06-09 23:35:08.490 7 INFO neutron.services.segments.plugin [-] Segment d80520ba-24de-4331-9e06-62acf562bcf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d80520ba-24de-4331-9e06-62acf562bcf2 found for delete ", "request_id": "req-9485c228-6eca-4f70-ad70-e98816780a15"}]} [pid: 8|app: 0|req: 269/574] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:08 2026] GET /v2.0/ports?tenant_id=f1fa9add87604165b723e014151c6f63&device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 1242 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/575] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:35:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e10a8269-dc80-4fed-a8d3-e57dca52c5d6 => 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: 271/576] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:35:08 2026] GET /v2.0/subnets?id=31a4e954-0ae9-48e0-8a8a-b41478fe4bde => generated 687 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/577] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:35:08 2026] GET /v2.0/ports?network_id=f82fa14f-c7a0-44ac-a96d-0c7e3866f190&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/578] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:35:09 2026] GET /v2.0/security-groups?tenant_id=c14348f518cf431fb3f9c24351a07a02&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: 306/579] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:35:06 2026] POST /v2.0/routers => generated 739 bytes in 2287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/580] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:35:09 2026] GET /v2.0/networks/f82fa14f-c7a0-44ac-a96d-0c7e3866f190?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/581] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:09 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:09.293 8 INFO neutron.services.segments.plugin [-] Segment 0305139e-1ca4-4c49-8347-74c296fe8ff1 resource provider aggregate not found 2026-06-09 23:35:09.311 8 INFO neutron.services.segments.plugin [-] Segment 0305139e-1ca4-4c49-8347-74c296fe8ff1 resource provider aggregate not found 2026-06-09 23:35:09.326 8 INFO neutron.services.segments.plugin [-] Segment 0305139e-1ca4-4c49-8347-74c296fe8ff1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0305139e-1ca4-4c49-8347-74c296fe8ff1 found for delete ", "request_id": "req-69faecc2-12d5-4b10-a594-707e2800b1ed"}]} 2026-06-09 23:35:09.338 8 INFO neutron.services.segments.plugin [-] Segment 0305139e-1ca4-4c49-8347-74c296fe8ff1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0305139e-1ca4-4c49-8347-74c296fe8ff1 found for delete ", "request_id": "req-6618e17b-846d-43eb-9f33-419534df604a"}]} 2026-06-09 23:35:09.346 8 INFO neutron.services.segments.plugin [-] Segment 89d82969-106a-45f8-b0b5-418411d73679 resource provider aggregate not found [pid: 8|app: 0|req: 275/582] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:09 2026] DELETE /v2.0/security-groups/3af24a83-c511-48a2-8cd7-1ff85fe145cb => generated 0 bytes in 173 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:35:09.367 8 INFO neutron.services.segments.plugin [-] Segment 89d82969-106a-45f8-b0b5-418411d73679 resource provider aggregate not found 2026-06-09 23:35:09.372 8 INFO neutron.services.segments.plugin [-] Segment 89d82969-106a-45f8-b0b5-418411d73679 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89d82969-106a-45f8-b0b5-418411d73679 found for delete ", "request_id": "req-38cfc7e9-1b72-421f-9e18-ac6b9fc24687"}]} 2026-06-09 23:35:09.398 8 INFO neutron.services.segments.plugin [-] Segment 89d82969-106a-45f8-b0b5-418411d73679 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89d82969-106a-45f8-b0b5-418411d73679 found for delete ", "request_id": "req-45f26d1f-20a5-46a4-b5ea-e1127038d1a4"}]} [pid: 8|app: 0|req: 276/583] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:35:09 2026] GET /v2.0/networks/f82fa14f-c7a0-44ac-a96d-0c7e3866f190?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: 277/584] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:09 2026] GET /v2.0/security-groups?id=41c8b158-85bc-41d1-af0f-2206da2b5bc9&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: 308/585] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:35:09 2026] PUT /v2.0/routers/602ddc4b-af5c-4d87-9582-c063f008f8ff/add_router_interface => generated 309 bytes in 1039 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/586] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:10 2026] GET /v2.0/ports?tenant_id=f1fa9add87604165b723e014151c6f63&device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 1242 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/587] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:35:10 2026] GET /v2.0/networks?id=f82fa14f-c7a0-44ac-a96d-0c7e3866f190 => generated 765 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/588] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:10 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:10.636 8 INFO neutron.db.segments_db [None req-1e8bb7c1-1eca-4333-bc23-82fde01cf09d bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment ab3b4658-7dd5-4288-9b5a-89324e6d9304 of type vxlan for network 51e1fda8-e344-4998-a02c-62a536703fc5 [pid: 7|app: 0|req: 312/589] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:35:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e10a8269-dc80-4fed-a8d3-e57dca52c5d6 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/590] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:10 2026] GET /v2.0/security-groups?id=41c8b158-85bc-41d1-af0f-2206da2b5bc9&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/591] 10.0.0.212 () {34 vars in 671 bytes} [Tue Jun 9 23:35:10 2026] POST /v2.0/networks => generated 747 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/592] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:35:10 2026] GET /v2.0/subnets?id=31a4e954-0ae9-48e0-8a8a-b41478fe4bde => generated 687 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/593] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:35:10 2026] POST /v2.0/subnets => generated 694 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:35:11.007 8 INFO neutron.db.segments_db [None req-6a51927b-8d54-4731-8e3d-3d92bd1a361e bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 39d8660b-5824-4bb3-8f03-8eebe5c68016 of type vxlan for network 7b1a6bd7-593c-4ca5-9a39-21bf0885d09d [pid: 7|app: 0|req: 315/594] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:35:10 2026] GET /v2.0/ports?network_id=f82fa14f-c7a0-44ac-a96d-0c7e3866f190&device_owner=network%3Adhcp => generated 1244 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:11.274 8 INFO neutron.db.l3_hamode_db [None req-6a51927b-8d54-4731-8e3d-3d92bd1a361e bed75c4ff6124af48c5d72a19832f6ab 08ab53b75ac54bc88364b87c31fe9065 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 316/595] 10.0.0.212 () {34 vars in 685 bytes} [Tue Jun 9 23:35:11 2026] POST /v2.0/security-groups => generated 1661 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/596] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:35:11 2026] GET /v2.0/networks/f82fa14f-c7a0-44ac-a96d-0c7e3866f190?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:35:11.601 7 INFO neutron.db.segments_db [None req-431b097c-b437-4615-b08a-10dd5fc7b68e c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] Added segment e2206734-dffd-4413-ad3b-bda956082ffc of type vxlan for network 187eca50-f67f-43fa-8dd1-5dd79c7e35f5 [pid: 7|app: 0|req: 318/597] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:35:11 2026] POST /v2.0/networks => generated 648 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/598] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:35:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/599] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:35:11 2026] GET /v2.0/networks/f82fa14f-c7a0-44ac-a96d-0c7e3866f190?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-06-09 23:35:12.011 8 INFO neutron.db.l3_hamode_db [None req-6a51927b-8d54-4731-8e3d-3d92bd1a361e bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 321/600] 10.0.0.212 () {34 vars in 665 bytes} [Tue Jun 9 23:35:11 2026] POST /v2.0/ports => generated 779 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: 7|app: 0|req: 322/601] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:12 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/602] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:35:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:35:12.501 7 INFO neutron.db.segments_db [None req-60b4d8ab-0ceb-4caf-a8bb-ad5b042d4476 c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] Added segment 5b99ef49-4edb-4d1c-9ee4-5356ae636d74 of type vxlan for network beb10923-d741-417d-b1a9-55477a068c8a [pid: 7|app: 0|req: 324/603] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:35:12 2026] POST /v2.0/networks => generated 636 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/604] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:12 2026] GET /v2.0/security-groups?id=41c8b158-85bc-41d1-af0f-2206da2b5bc9&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/605] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:35:10 2026] POST /v2.0/routers => generated 734 bytes in 1982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/606] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:35:12 2026] POST /v2.0/subnets => generated 646 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/607] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:35:12 2026] POST /v2.0/floatingips => generated 552 bytes in 618 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/608] 10.0.0.212 () {34 vars in 665 bytes} [Tue Jun 9 23:35:13 2026] POST /v2.0/ports => generated 966 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:35:13.862 7 INFO neutron_taas.services.taas.taas_plugin [None req-1483e5af-180e-42e5-bb99-9bff6fed0a31 c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] TaaS: Handle Delete Port: f818de90-6f91-4e2f-9b29-10fe5d7cba74 2026-06-09 23:35:13.868 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1483e5af-180e-42e5-bb99-9bff6fed0a31 c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] Tap Mirror: Handle Delete Port: f818de90-6f91-4e2f-9b29-10fe5d7cba74 [pid: 7|app: 0|req: 328/609] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:35:13 2026] DELETE /v2.0/ports/f818de90-6f91-4e2f-9b29-10fe5d7cba74 => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/610] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:14 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => 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: 330/611] 10.0.0.250 () {34 vars in 1100 bytes} [Tue Jun 9 23:35:14 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1951070208&fields=id&tenant_id=1d3924fb2aaf44f88a21176acc6eb09c => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:35:14.138 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9d94711-d13f-4e9b-a713-1286a19a6e61 c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 331/612] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:35:14 2026] DELETE /v2.0/ports/f818de90-6f91-4e2f-9b29-10fe5d7cba74 => generated 132 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/613] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:14 2026] GET /v2.0/security-groups?id=41c8b158-85bc-41d1-af0f-2206da2b5bc9&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: 333/614] 10.0.0.250 () {34 vars in 982 bytes} [Tue Jun 9 23:35:14 2026] GET /v2.0/networks?id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6 => generated 684 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:14.232 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e7aaecfc-0937-42b8-a64a-540d7f1fa691 c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 334/615] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:35:14 2026] GET /v2.0/ports/f818de90-6f91-4e2f-9b29-10fe5d7cba74 => 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: 335/616] 10.0.0.250 () {34 vars in 965 bytes} [Tue Jun 9 23:35:14 2026] GET /v2.0/quotas/1d3924fb2aaf44f88a21176acc6eb09c => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/617] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:35:14 2026] DELETE /v2.0/subnets/a17c53b4-293b-4faa-ae0f-f75c0ecd5ff2 => 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: 337/618] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:35:14 2026] GET /v2.0/ports?tenant_id=1d3924fb2aaf44f88a21176acc6eb09c&fields=id => generated 57 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/619] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:35:13 2026] PUT /v2.0/routers/39872f7f-01f3-402b-a280-95eb951e636d/add_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/620] 10.0.0.250 () {34 vars in 1008 bytes} [Tue Jun 9 23:35:14 2026] GET /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:35:14.526 7 INFO neutron.services.segments.plugin [-] Segment 5b99ef49-4edb-4d1c-9ee4-5356ae636d74 resource provider aggregate not found 2026-06-09 23:35:14.533 7 INFO neutron.services.segments.plugin [-] Segment 5b99ef49-4edb-4d1c-9ee4-5356ae636d74 resource provider aggregate not found [pid: 8|app: 0|req: 284/621] 10.0.0.250 () {34 vars in 1108 bytes} [Tue Jun 9 23:35:14 2026] GET /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6?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-06-09 23:35:14.553 7 INFO neutron.services.segments.plugin [-] Segment 5b99ef49-4edb-4d1c-9ee4-5356ae636d74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b99ef49-4edb-4d1c-9ee4-5356ae636d74 found for delete ", "request_id": "req-64c1bb4d-81df-464e-be36-129075ac9b14"}]} [pid: 7|app: 0|req: 338/622] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:35:14 2026] DELETE /v2.0/networks/beb10923-d741-417d-b1a9-55477a068c8a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:35:14.564 7 INFO neutron.services.segments.plugin [-] Segment 5b99ef49-4edb-4d1c-9ee4-5356ae636d74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b99ef49-4edb-4d1c-9ee4-5356ae636d74 found for delete ", "request_id": "req-55cabb6c-51dc-4d9c-b9e8-371743c9897c"}]} 2026-06-09 23:35:14.611 8 INFO neutron.db.segments_db [None req-9cec8eeb-0aec-40d3-bcdf-45c287eda5f1 c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] Added segment 75cabe77-8892-42f2-a9ad-cae539ed9706 of type vxlan for network 861884e6-a3f2-434b-ab05-e464c6a64d74 [pid: 8|app: 0|req: 285/623] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:35:14 2026] POST /v2.0/networks => generated 636 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/624] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:14 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/625] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:35:14 2026] POST /v2.0/subnets => generated 646 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/626] 10.0.0.212 () {34 vars in 685 bytes} [Tue Jun 9 23:35:15 2026] POST /v2.0/security-groups => generated 1660 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/627] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:15 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 975 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/628] 10.0.0.212 () {34 vars in 665 bytes} [Tue Jun 9 23:35:15 2026] POST /v2.0/ports => generated 928 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/629] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:35:15 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) [pid: 8|app: 0|req: 288/630] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:15 2026] GET /v2.0/security-groups?id=41c8b158-85bc-41d1-af0f-2206da2b5bc9&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-06-09 23:35:15.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-25f7d4fa-9041-4377-b4fc-7b88a812ddca c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] TaaS: Handle Delete Port: f493b98d-b606-4a09-a4b7-374d66ba679f 2026-06-09 23:35:15.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25f7d4fa-9041-4377-b4fc-7b88a812ddca c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] Tap Mirror: Handle Delete Port: f493b98d-b606-4a09-a4b7-374d66ba679f [pid: 8|app: 0|req: 289/631] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:35:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/632] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:35:15 2026] DELETE /v2.0/ports/f493b98d-b606-4a09-a4b7-374d66ba679f => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:35:15.781 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3cf5d6cd-e886-48f9-aae6-fdd4da3254b7 c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 344/633] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:35:15 2026] GET /v2.0/ports/f493b98d-b606-4a09-a4b7-374d66ba679f => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/634] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:35:15 2026] DELETE /v2.0/subnets/4bd9e2bb-cc6c-42ae-9093-5461621d7dcc => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/635] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:15 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => 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: 347/636] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:35:15 2026] DELETE /v2.0/networks/861884e6-a3f2-434b-ab05-e464c6a64d74 => 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: 348/637] 10.0.0.212 () {34 vars in 665 bytes} [Tue Jun 9 23:35:16 2026] POST /v2.0/ports => generated 779 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:35:16.581 7 INFO neutron.services.segments.plugin [-] Segment 75cabe77-8892-42f2-a9ad-cae539ed9706 resource provider aggregate not found 2026-06-09 23:35:16.594 7 INFO neutron.services.segments.plugin [-] Segment 75cabe77-8892-42f2-a9ad-cae539ed9706 resource provider aggregate not found 2026-06-09 23:35:16.612 7 INFO neutron.services.segments.plugin [-] Segment 75cabe77-8892-42f2-a9ad-cae539ed9706 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75cabe77-8892-42f2-a9ad-cae539ed9706 found for delete ", "request_id": "req-eb846f8b-5072-47a6-a1ec-6877400a7070"}]} 2026-06-09 23:35:16.616 7 INFO neutron.services.segments.plugin [-] Segment 75cabe77-8892-42f2-a9ad-cae539ed9706 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75cabe77-8892-42f2-a9ad-cae539ed9706 found for delete ", "request_id": "req-7c4b77ef-c8f4-4527-9792-2c03f829329e"}]} [pid: 8|app: 0|req: 290/640] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:35:15 2026] POST /v2.0/floatingips => generated 552 bytes in 993 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/641] 10.0.0.212 () {34 vars in 737 bytes} [Tue Jun 9 23:35:16 2026] PUT /v2.0/ports/856731d2-2b89-4a21-b2e1-e40fd5897704 => generated 752 bytes in 227 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: 291/642] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:16 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:16.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-71563e5e-a71b-424a-b7d2-8bb3c7d8220f c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] TaaS: Handle Delete Port: 856731d2-2b89-4a21-b2e1-e40fd5897704 2026-06-09 23:35:16.756 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71563e5e-a71b-424a-b7d2-8bb3c7d8220f c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] Tap Mirror: Handle Delete Port: 856731d2-2b89-4a21-b2e1-e40fd5897704 [pid: 8|app: 0|req: 292/643] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:16 2026] GET /v2.0/security-groups?id=41c8b158-85bc-41d1-af0f-2206da2b5bc9&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: 352/644] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:35:16 2026] DELETE /v2.0/ports/856731d2-2b89-4a21-b2e1-e40fd5897704 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/645] 10.0.0.212 () {32 vars in 643 bytes} [Tue Jun 9 23:35:16 2026] GET /v2.0/ports => generated 782 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:16.978 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3da6a691-6033-4087-b915-6c32b130f312 c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 353/646] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:35:16 2026] GET /v2.0/ports/856731d2-2b89-4a21-b2e1-e40fd5897704 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/647] 10.0.0.212 () {32 vars in 643 bytes} [Tue Jun 9 23:35:16 2026] GET /v2.0/ports => generated 782 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/648] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:35:17 2026] GET /v2.0/ports/a1e84340-0571-4557-aac7-468828b59619 => generated 779 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/649] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:17 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:35:17.091 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c4f6151a-6555-498d-b99a-80d5d50b4ca3 c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 355/650] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:35:17 2026] DELETE /v2.0/ports/f493b98d-b606-4a09-a4b7-374d66ba679f => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:35:17.127 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6f8a76bc-93a0-4424-a409-6effc1d4f806 c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 296/651] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:35:17 2026] DELETE /v2.0/subnets/4bd9e2bb-cc6c-42ae-9093-5461621d7dcc => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:35:17.149 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a363e35f-254e-4ef0-bd27-d188745bbb34 c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 356/652] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:35:17 2026] DELETE /v2.0/subnets/a17c53b4-293b-4faa-ae0f-f75c0ecd5ff2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:35:17.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-9759cfe7-d338-43ed-8425-a829559c8afe c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] TaaS: Handle Delete Port: a1e84340-0571-4557-aac7-468828b59619 2026-06-09 23:35:17.294 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9759cfe7-d338-43ed-8425-a829559c8afe c6b2c568c1404fceb37ae7bef5d918e0 0703b4d46ee5450a9a763d8ce1c0d0c5 - - default default] Tap Mirror: Handle Delete Port: a1e84340-0571-4557-aac7-468828b59619 [pid: 8|app: 0|req: 297/653] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:35:17 2026] DELETE /v2.0/ports/a1e84340-0571-4557-aac7-468828b59619 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/654] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:35:17 2026] DELETE /v2.0/networks/187eca50-f67f-43fa-8dd1-5dd79c7e35f5 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/655] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:17 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/656] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:17 2026] GET /v2.0/security-groups?id=41c8b158-85bc-41d1-af0f-2206da2b5bc9&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/657] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:18 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/658] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:18 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/659] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:35:18 2026] GET /v2.0/security-groups?tenant_id=0703b4d46ee5450a9a763d8ce1c0d0c5&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/660] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:18 2026] DELETE /v2.0/security-groups/8fe11c99-fea0-4798-b474-e2cf330cc4a7 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:35:18.646 7 INFO neutron.services.segments.plugin [-] Segment e2206734-dffd-4413-ad3b-bda956082ffc resource provider aggregate not found 2026-06-09 23:35:18.653 7 INFO neutron.services.segments.plugin [-] Segment e2206734-dffd-4413-ad3b-bda956082ffc resource provider aggregate not found 2026-06-09 23:35:18.669 7 INFO neutron.services.segments.plugin [-] Segment e2206734-dffd-4413-ad3b-bda956082ffc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2206734-dffd-4413-ad3b-bda956082ffc found for delete ", "request_id": "req-47b223ae-b998-443f-95f5-a31de445786d"}]} 2026-06-09 23:35:18.674 7 INFO neutron.services.segments.plugin [-] Segment e2206734-dffd-4413-ad3b-bda956082ffc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2206734-dffd-4413-ad3b-bda956082ffc found for delete ", "request_id": "req-264de637-6b6d-4b3d-a628-09cea926e7a2"}]} 2026-06-09 23:35:18.675 7 INFO neutron.db.l3_db [None req-db3893e6-cc09-4cc7-961b-e8c61515df16 fde6a484951843f4a95da211dd9b8075 f1fa9add87604165b723e014151c6f63 - - default default] Floating IP 0a81a43f-e3cc-4b3c-9001-38c8ce94bd2c associated. External IP: 10.96.250.203, port: e10a8269-dc80-4fed-a8d3-e57dca52c5d6. [pid: 7|app: 0|req: 359/661] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:35:18 2026] PUT /v2.0/floatingips/0a81a43f-e3cc-4b3c-9001-38c8ce94bd2c => generated 856 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/662] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:19 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/663] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:19 2026] GET /v2.0/security-groups?id=41c8b158-85bc-41d1-af0f-2206da2b5bc9&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/664] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:35:19 2026] GET /v2.0/networks?id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6 => generated 684 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/665] 199.204.45.95 () {34 vars in 1049 bytes} [Tue Jun 9 23:35:19 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1d3924fb2aaf44f88a21176acc6eb09c => generated 181 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/666] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:19 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:35:19.543 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-496e5f98-fcb9-48ba-9d06-34e705f3d92c'] response: {'name': 'network-changed', 'server_uuid': '4db9c0e0-364f-4995-98de-88c5bfdda8a7', 'tag': 'e10a8269-dc80-4fed-a8d3-e57dca52c5d6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 305/667] 199.204.45.95 () {38 vars in 954 bytes} [Tue Jun 9 23:35:19 2026] POST /v2.0/ports => generated 958 bytes in 375 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: 363/668] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:19 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/669] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:19 2026] GET /v2.0/security-groups?id=41c8b158-85bc-41d1-af0f-2206da2b5bc9&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: 306/670] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:35:19 2026] PUT /v2.0/ports/9bd2a4f4-a34b-4564-8333-93a7b5449b34 => generated 1239 bytes in 444 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:20.072 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-74cd5899-8d85-4bab-91c6-4496aa970171'] response: {'name': 'network-changed', 'server_uuid': 'ac6be4d6-2f30-4d8c-b62a-0a18d9a30199', 'tag': '9bd2a4f4-a34b-4564-8333-93a7b5449b34', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 365/671] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:20 2026] GET /v2.0/ports?tenant_id=f1fa9add87604165b723e014151c6f63&device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 1244 bytes in 64 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: 307/672] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:35:20 2026] GET /v2.0/networks?id=f82fa14f-c7a0-44ac-a96d-0c7e3866f190 => generated 765 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/673] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:35:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e10a8269-dc80-4fed-a8d3-e57dca52c5d6 => generated 859 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/674] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:35:20 2026] GET /v2.0/subnets?id=31a4e954-0ae9-48e0-8a8a-b41478fe4bde => generated 687 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/675] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:35:20 2026] GET /v2.0/ports?network_id=f82fa14f-c7a0-44ac-a96d-0c7e3866f190&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/676] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:20 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/677] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:35:20 2026] GET /v2.0/networks/f82fa14f-c7a0-44ac-a96d-0c7e3866f190?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: 310/678] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:20 2026] GET /v2.0/security-groups?id=e3a3c722-3d79-4155-a211-36cb5f9bb897&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: 369/679] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:35:20 2026] GET /v2.0/networks/f82fa14f-c7a0-44ac-a96d-0c7e3866f190?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/680] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:20 2026] GET /v2.0/ports?tenant_id=1d3924fb2aaf44f88a21176acc6eb09c&device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/681] 199.204.45.95 () {34 vars in 1017 bytes} [Tue Jun 9 23:35:20 2026] GET /v2.0/networks?tenant_id=1d3924fb2aaf44f88a21176acc6eb09c&shared=False => generated 780 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/682] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:20 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => 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: 371/683] 199.204.45.95 () {34 vars in 929 bytes} [Tue Jun 9 23:35:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/684] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:20 2026] GET /v2.0/security-groups?id=41c8b158-85bc-41d1-af0f-2206da2b5bc9&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: 372/685] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:21 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 973 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/686] 10.0.0.250 () {34 vars in 1100 bytes} [Tue Jun 9 23:35:21 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1674390767&fields=id&tenant_id=08ab53b75ac54bc88364b87c31fe9065 => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/687] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:21 2026] GET /v2.0/security-groups?id=e3a3c722-3d79-4155-a211-36cb5f9bb897&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: 315/688] 10.0.0.250 () {34 vars in 982 bytes} [Tue Jun 9 23:35:21 2026] GET /v2.0/networks?id=51e1fda8-e344-4998-a02c-62a536703fc5 => generated 679 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/689] 10.0.0.250 () {34 vars in 965 bytes} [Tue Jun 9 23:35:21 2026] GET /v2.0/quotas/08ab53b75ac54bc88364b87c31fe9065 => 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: 375/690] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:21 2026] GET /v2.0/ports?tenant_id=1d3924fb2aaf44f88a21176acc6eb09c&device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => 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: 316/691] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:35:21 2026] GET /v2.0/ports?tenant_id=08ab53b75ac54bc88364b87c31fe9065&fields=id => generated 103 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/692] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:35:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=9bd2a4f4-a34b-4564-8333-93a7b5449b34 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/694] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:35:21 2026] GET /v2.0/subnets?id=6e82b1be-e5ee-40ee-b003-a5689c07fc78 => generated 702 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/694] 10.0.0.250 () {34 vars in 1008 bytes} [Tue Jun 9 23:35:21 2026] GET /v2.0/networks/51e1fda8-e344-4998-a02c-62a536703fc5?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/695] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:35:21 2026] GET /v2.0/ports?network_id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/696] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:21 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/697] 10.0.0.250 () {34 vars in 1108 bytes} [Tue Jun 9 23:35:21 2026] GET /v2.0/networks/51e1fda8-e344-4998-a02c-62a536703fc5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/698] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:35:22 2026] GET /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6?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: 380/700] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:35:22 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/700] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:22 2026] GET /v2.0/security-groups?id=41c8b158-85bc-41d1-af0f-2206da2b5bc9&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: 381/701] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:35:22 2026] GET /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6?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) 2026-06-09 23:35:22.245 8 INFO neutron_taas.services.taas.taas_plugin [req-221e83f1-230a-40e9-b902-172f8870ca95 req-ecc42328-123a-442e-a51f-d614841fdf92 fde6a484951843f4a95da211dd9b8075 f1fa9add87604165b723e014151c6f63 - - default default] TaaS: Handle Delete Port: e10a8269-dc80-4fed-a8d3-e57dca52c5d6 2026-06-09 23:35:22.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-221e83f1-230a-40e9-b902-172f8870ca95 req-ecc42328-123a-442e-a51f-d614841fdf92 fde6a484951843f4a95da211dd9b8075 f1fa9add87604165b723e014151c6f63 - - default default] Tap Mirror: Handle Delete Port: e10a8269-dc80-4fed-a8d3-e57dca52c5d6 [pid: 7|app: 0|req: 382/702] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:22 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:35:22.490 8 INFO neutron.db.l3_db [req-221e83f1-230a-40e9-b902-172f8870ca95 req-ecc42328-123a-442e-a51f-d614841fdf92 fde6a484951843f4a95da211dd9b8075 f1fa9add87604165b723e014151c6f63 - - default default] Floating IP 0a81a43f-e3cc-4b3c-9001-38c8ce94bd2c disassociated. External IP: 10.96.250.203, port: e10a8269-dc80-4fed-a8d3-e57dca52c5d6. [pid: 7|app: 0|req: 383/703] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:22 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/704] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:22 2026] GET /v2.0/security-groups?id=e3a3c722-3d79-4155-a211-36cb5f9bb897&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/705] 199.204.45.95 () {36 vars in 996 bytes} [Tue Jun 9 23:35:22 2026] DELETE /v2.0/ports/e10a8269-dc80-4fed-a8d3-e57dca52c5d6 => generated 0 bytes in 784 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:35:22.933 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-57415501-aa87-447d-8656-60bbf8a3112a'] response: {'server_uuid': '4db9c0e0-364f-4995-98de-88c5bfdda8a7', 'name': 'network-vif-deleted', 'tag': 'e10a8269-dc80-4fed-a8d3-e57dca52c5d6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 385/706] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:23 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/707] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:23 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => 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: 323/708] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:23 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/709] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:23 2026] GET /v2.0/security-groups?id=e3a3c722-3d79-4155-a211-36cb5f9bb897&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: 386/710] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:35:23 2026] GET /v2.0/security-groups?tenant_id=218f015f0a0440bda25e53fbecc7e36c&name=default => generated 2925 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/711] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:24 2026] DELETE /v2.0/security-groups/49fc311d-12e6-42b1-a91d-84437710ffe4 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/712] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:24 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => 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: 326/713] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:35:24 2026] GET /v2.0/security-groups?tenant_id=d8c9a4ba00f343fd9ebb7b2adcd9c3f2&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/714] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:24 2026] DELETE /v2.0/security-groups/d62d5e68-837e-4ab0-9074-ecec41da895f => 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: 327/715] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:24 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => 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: 389/716] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:25 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/717] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:25 2026] GET /v2.0/security-groups?id=e3a3c722-3d79-4155-a211-36cb5f9bb897&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: 390/718] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:25 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/719] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:25 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => 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: 391/720] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:26 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/721] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:26 2026] GET /v2.0/security-groups?id=e3a3c722-3d79-4155-a211-36cb5f9bb897&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/722] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:26 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/723] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:26 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => 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: 393/724] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:35:26 2026] GET /v2.0/networks?id=51e1fda8-e344-4998-a02c-62a536703fc5 => generated 679 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/725] 199.204.45.95 () {34 vars in 1049 bytes} [Tue Jun 9 23:35:27 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=08ab53b75ac54bc88364b87c31fe9065 => generated 181 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/726] 199.204.45.95 () {38 vars in 954 bytes} [Tue Jun 9 23:35:27 2026] POST /v2.0/ports => generated 958 bytes in 403 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: 333/727] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:27 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/728] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:27 2026] GET /v2.0/security-groups?id=e3a3c722-3d79-4155-a211-36cb5f9bb897&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: 335/729] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:27 2026] GET /v2.0/ports?device_id=4db9c0e0-364f-4995-98de-88c5bfdda8a7 => 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: 336/730] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:27 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/731] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:35:27 2026] PUT /v2.0/ports/115da74c-b068-412c-b70a-8e515c3d0b16 => generated 1239 bytes in 497 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: 396/732] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:27 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:28.009 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4dcb85f-cb3b-463d-83b4-ab390088fa9d'] response: {'name': 'network-changed', 'server_uuid': 'fd70927f-8b43-4877-94fd-95dff70805cf', 'tag': '115da74c-b068-412c-b70a-8e515c3d0b16', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 397/733] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:28 2026] GET /v2.0/security-groups?id=6ab82ae9-c676-4e1f-a823-5b2432475184&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:28.240 8 INFO neutron.db.l3_db [None req-5b523c07-a1b1-47c6-aea6-8b3d772dd686 7f5564a1ef534a14830526413083e3e2 1d3924fb2aaf44f88a21176acc6eb09c - - default default] Floating IP 9d7c00a3-8025-4762-9818-fd70622b8df3 associated. External IP: 10.96.250.213, port: 9bd2a4f4-a34b-4564-8333-93a7b5449b34. [pid: 7|app: 0|req: 398/734] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:28 2026] GET /v2.0/ports?tenant_id=08ab53b75ac54bc88364b87c31fe9065&device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/735] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:35:27 2026] PUT /v2.0/floatingips/9d7c00a3-8025-4762-9818-fd70622b8df3 => generated 856 bytes in 840 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:28.636 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c89ab9e-d89b-4bf8-ac06-21baa4f1d3f2'] response: {'name': 'network-changed', 'server_uuid': 'ac6be4d6-2f30-4d8c-b62a-0a18d9a30199', 'tag': '9bd2a4f4-a34b-4564-8333-93a7b5449b34', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 338/736] 199.204.45.95 () {34 vars in 1017 bytes} [Tue Jun 9 23:35:28 2026] GET /v2.0/networks?tenant_id=08ab53b75ac54bc88364b87c31fe9065&shared=False => generated 775 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/737] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:28 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/738] 199.204.45.95 () {34 vars in 929 bytes} [Tue Jun 9 23:35:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/739] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:28 2026] GET /v2.0/security-groups?id=e3a3c722-3d79-4155-a211-36cb5f9bb897&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: 342/740] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:28 2026] DELETE /v2.0/security-groups/41c8b158-85bc-41d1-af0f-2206da2b5bc9 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:35:28.913 8 INFO neutron.api.v2.resource [None req-a980085f-eb20-490b-bdbb-eda159565251 fde6a484951843f4a95da211dd9b8075 f1fa9add87604165b723e014151c6f63 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 343/741] 10.0.0.212 () {32 vars in 737 bytes} [Tue Jun 9 23:35:28 2026] GET /v2.0/security-groups/41c8b158-85bc-41d1-af0f-2206da2b5bc9 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/742] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:35:28 2026] GET /v2.0/security-groups?tenant_id=b178d37c5a8a4afb967124c7aa77e2ff&name=default => generated 2925 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/743] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:28 2026] DELETE /v2.0/security-groups/6401ba1e-e3d7-49fa-ae16-6c39aa43d69c => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:35:29.035 8 INFO neutron_taas.services.taas.taas_plugin [None req-47544aab-6eb4-4c48-82ae-9be9fcb9d8bc fde6a484951843f4a95da211dd9b8075 f1fa9add87604165b723e014151c6f63 - - default default] TaaS: Handle Delete Port: 95921368-f6af-4c86-b74f-089d55b7aec2 2026-06-09 23:35:29.037 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47544aab-6eb4-4c48-82ae-9be9fcb9d8bc fde6a484951843f4a95da211dd9b8075 f1fa9add87604165b723e014151c6f63 - - default default] Tap Mirror: Handle Delete Port: 95921368-f6af-4c86-b74f-089d55b7aec2 [pid: 7|app: 0|req: 401/744] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/745] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:35:28 2026] DELETE /v2.0/floatingips/0a81a43f-e3cc-4b3c-9001-38c8ce94bd2c => generated 0 bytes in 289 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/746] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/ports?tenant_id=1d3924fb2aaf44f88a21176acc6eb09c&device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/747] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/security-groups?id=6ab82ae9-c676-4e1f-a823-5b2432475184&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/748] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/networks?id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6 => generated 780 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/749] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=9bd2a4f4-a34b-4564-8333-93a7b5449b34 => generated 859 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/750] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/subnets?id=6e82b1be-e5ee-40ee-b003-a5689c07fc78 => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/751] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/ports?network_id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6&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: 350/752] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/753] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:35:29.687 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfc7909f-885d-4704-84b1-aec7fc9d88b7 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: b9a2ab2d-633e-4886-a8e9-b9d5f21dc8f2 2026-06-09 23:35:29.690 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfc7909f-885d-4704-84b1-aec7fc9d88b7 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: b9a2ab2d-633e-4886-a8e9-b9d5f21dc8f2 [pid: 8|app: 0|req: 352/754] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/ports?tenant_id=08ab53b75ac54bc88364b87c31fe9065&device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/755] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=115da74c-b068-412c-b70a-8e515c3d0b16 => 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: 354/756] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/subnets?id=87c9692a-d904-4d92-9a85-eb15b932acf4 => generated 697 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/757] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/ports?network_id=51e1fda8-e344-4998-a02c-62a536703fc5&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: 356/758] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/networks/51e1fda8-e344-4998-a02c-62a536703fc5?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/759] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:35:29 2026] GET /v2.0/networks/51e1fda8-e344-4998-a02c-62a536703fc5?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: 403/760] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:35:29 2026] PUT /v2.0/routers/bb6ded33-28f2-4acd-9dc1-af893e3cafe9/remove_router_interface => generated 309 bytes in 1059 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/761] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:30 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/762] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:30 2026] GET /v2.0/security-groups?id=6ab82ae9-c676-4e1f-a823-5b2432475184&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-06-09 23:35:30.525 8 INFO neutron_taas.services.taas.taas_plugin [None req-9373f164-9dad-4a60-9ed2-2508024f1d6c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 615a1eec-5ecb-4d54-abbd-90b164360b1c 2026-06-09 23:35:30.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9373f164-9dad-4a60-9ed2-2508024f1d6c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 615a1eec-5ecb-4d54-abbd-90b164360b1c 2026-06-09 23:35:30.819 8 INFO neutron_taas.services.taas.taas_plugin [None req-9373f164-9dad-4a60-9ed2-2508024f1d6c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 117e32cf-238b-468c-b0ac-0aa8710f04a0 2026-06-09 23:35:30.822 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9373f164-9dad-4a60-9ed2-2508024f1d6c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 117e32cf-238b-468c-b0ac-0aa8710f04a0 2026-06-09 23:35:31.214 8 INFO neutron.services.segments.plugin [-] Segment 07732a0f-1ccf-4aa9-8a7e-c2f5b47aba46 resource provider aggregate not found 2026-06-09 23:35:31.215 8 INFO neutron.services.segments.plugin [-] Segment 07732a0f-1ccf-4aa9-8a7e-c2f5b47aba46 resource provider aggregate not found 2026-06-09 23:35:31.236 8 INFO neutron.services.segments.plugin [-] Segment 07732a0f-1ccf-4aa9-8a7e-c2f5b47aba46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07732a0f-1ccf-4aa9-8a7e-c2f5b47aba46 found for delete ", "request_id": "req-04b7a1fb-7515-4e85-b559-4c83c681e1c9"}]} 2026-06-09 23:35:31.244 8 INFO neutron.services.segments.plugin [-] Segment 07732a0f-1ccf-4aa9-8a7e-c2f5b47aba46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07732a0f-1ccf-4aa9-8a7e-c2f5b47aba46 found for delete ", "request_id": "req-0a002819-e1e9-4d68-a45e-74c4432499b7"}]} 2026-06-09 23:35:31.244 8 INFO neutron.db.l3_hamode_db [None req-9373f164-9dad-4a60-9ed2-2508024f1d6c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] HA network 191707a7-64f2-495d-afd5-b3a8bc381c4e was deleted as no HA routers are present in tenant f1fa9add87604165b723e014151c6f63. [pid: 8|app: 0|req: 358/765] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:35:30 2026] DELETE /v2.0/routers/bb6ded33-28f2-4acd-9dc1-af893e3cafe9 => generated 0 bytes in 964 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/766] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:35:31 2026] DELETE /v2.0/subnets/31a4e954-0ae9-48e0-8a8a-b41478fe4bde => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/767] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:31 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:31.489 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9352611-7669-49f5-82c8-5c61a28b892a bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: b4392c96-72c5-4c62-8ad0-d1ca919e624f 2026-06-09 23:35:31.492 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9352611-7669-49f5-82c8-5c61a28b892a bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: b4392c96-72c5-4c62-8ad0-d1ca919e624f [pid: 7|app: 0|req: 410/768] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:31 2026] GET /v2.0/security-groups?id=6ab82ae9-c676-4e1f-a823-5b2432475184&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/769] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:35:31 2026] DELETE /v2.0/networks/f82fa14f-c7a0-44ac-a96d-0c7e3866f190 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/770] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:35:31 2026] GET /v2.0/security-groups?tenant_id=f1fa9add87604165b723e014151c6f63&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/771] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:35:31 2026] GET /v2.0/security-groups?tenant_id=9c9da4a33a2c4c24ab4714cf2ad38e0e&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/772] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:31 2026] DELETE /v2.0/security-groups/1435b51c-5fbf-4b32-8726-05e63b6c293d => 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: 412/773] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:31 2026] DELETE /v2.0/security-groups/80d109ab-1c06-46dd-a7ca-6677fc46c460 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/774] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:32 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 973 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/775] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:32 2026] GET /v2.0/security-groups?id=6ab82ae9-c676-4e1f-a823-5b2432475184&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:33.258 8 INFO neutron.services.segments.plugin [-] Segment 65b999d3-6a58-4efa-b240-183a8ac02035 resource provider aggregate not found 2026-06-09 23:35:33.263 8 INFO neutron.services.segments.plugin [-] Segment 65b999d3-6a58-4efa-b240-183a8ac02035 resource provider aggregate not found 2026-06-09 23:35:33.275 8 INFO neutron.services.segments.plugin [-] Segment 65b999d3-6a58-4efa-b240-183a8ac02035 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65b999d3-6a58-4efa-b240-183a8ac02035 found for delete ", "request_id": "req-54caf287-53df-46dd-8b03-aef0e734c9a3"}]} 2026-06-09 23:35:33.285 8 INFO neutron.services.segments.plugin [-] Segment 65b999d3-6a58-4efa-b240-183a8ac02035 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65b999d3-6a58-4efa-b240-183a8ac02035 found for delete ", "request_id": "req-1093a0c2-7db5-4194-abdd-9bfa1b60c69b"}]} [pid: 7|app: 0|req: 414/776] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:33 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 973 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/777] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:33 2026] GET /v2.0/security-groups?id=6ab82ae9-c676-4e1f-a823-5b2432475184&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:34.038 8 INFO neutron.db.segments_db [None req-8b4adcfb-8bc5-435a-b1ba-02c52fbe6a6a bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 5b32f8e6-1381-4c3a-a177-644ed630c8d9 of type vxlan for network cb707867-9c86-44f9-b69f-76117ce86430 [pid: 8|app: 0|req: 363/778] 10.0.0.212 () {34 vars in 671 bytes} [Tue Jun 9 23:35:33 2026] POST /v2.0/networks => generated 743 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/779] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:35:34 2026] POST /v2.0/subnets => generated 690 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:35:34.412 8 INFO neutron.db.segments_db [None req-4eec3fab-ff31-411e-a153-7d4df93d1767 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment bcd9dbe0-f4f5-400f-ae90-9c2cc5a0b108 of type vxlan for network ca305c08-0503-49f7-874e-c9252366895f 2026-06-09 23:35:34.682 8 INFO neutron.db.l3_hamode_db [None req-4eec3fab-ff31-411e-a153-7d4df93d1767 bed75c4ff6124af48c5d72a19832f6ab a003ca9ba5d045af945884ad26324952 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 417/780] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:35 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/781] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:35 2026] GET /v2.0/security-groups?id=6ab82ae9-c676-4e1f-a823-5b2432475184&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:35.491 8 INFO neutron.db.l3_hamode_db [None req-4eec3fab-ff31-411e-a153-7d4df93d1767 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 419/782] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:36 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/783] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:36 2026] GET /v2.0/security-groups?id=6ab82ae9-c676-4e1f-a823-5b2432475184&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/784] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:35:34 2026] POST /v2.0/routers => generated 730 bytes in 2149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/785] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:37 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/786] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:37 2026] GET /v2.0/security-groups?id=6ab82ae9-c676-4e1f-a823-5b2432475184&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/787] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:35:36 2026] PUT /v2.0/routers/82c3d25e-fa45-47c7-b033-8a01b1668dad/add_router_interface => generated 309 bytes in 1336 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/788] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:38 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/789] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:38 2026] GET /v2.0/security-groups?id=6ab82ae9-c676-4e1f-a823-5b2432475184&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: 422/790] 10.0.0.212 () {34 vars in 685 bytes} [Tue Jun 9 23:35:38 2026] POST /v2.0/security-groups => generated 1660 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/791] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:38 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/792] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:35:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/793] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:35:38 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: 7|app: 0|req: 425/794] 10.0.0.92 () {34 vars in 989 bytes} [Tue Jun 9 23:35:39 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 1244 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:39.279 8 INFO neutron.db.l3_db [None req-905ed1d0-14d8-4616-8b88-d1ec82b5bf8f 0c35cf90c83e436493ef620b30fb512a 08ab53b75ac54bc88364b87c31fe9065 - - default default] Floating IP 60d923ab-8791-46f8-a442-cdb17ecc1ad9 associated. External IP: 10.96.250.201, port: 115da74c-b068-412c-b70a-8e515c3d0b16. [pid: 8|app: 0|req: 370/795] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:35:38 2026] PUT /v2.0/floatingips/60d923ab-8791-46f8-a442-cdb17ecc1ad9 => generated 856 bytes in 814 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/796] 10.0.0.92 () {34 vars in 1039 bytes} [Tue Jun 9 23:35:39 2026] GET /v2.0/security-groups?id=e3a3c722-3d79-4155-a211-36cb5f9bb897&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:39.683 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c41691f-be2a-47c2-a6e1-105793bf579c'] response: {'name': 'network-changed', 'server_uuid': 'fd70927f-8b43-4877-94fd-95dff70805cf', 'tag': '115da74c-b068-412c-b70a-8e515c3d0b16', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 372/797] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:39 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/798] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:35:39 2026] POST /v2.0/floatingips => generated 552 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/799] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:39 2026] GET /v2.0/security-groups?id=6ab82ae9-c676-4e1f-a823-5b2432475184&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/800] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/801] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/ports?tenant_id=08ab53b75ac54bc88364b87c31fe9065&device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/802] 10.0.0.250 () {34 vars in 1098 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--476946366&fields=id&tenant_id=a003ca9ba5d045af945884ad26324952 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/803] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/security-groups?id=6ab82ae9-c676-4e1f-a823-5b2432475184&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: 429/804] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/networks?id=51e1fda8-e344-4998-a02c-62a536703fc5 => generated 775 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/805] 10.0.0.250 () {34 vars in 982 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/networks?id=cb707867-9c86-44f9-b69f-76117ce86430 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/806] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=115da74c-b068-412c-b70a-8e515c3d0b16 => 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: 377/807] 10.0.0.250 () {34 vars in 965 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/quotas/a003ca9ba5d045af945884ad26324952 => 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: 431/808] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/subnets?id=87c9692a-d904-4d92-9a85-eb15b932acf4 => generated 697 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/809] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/ports?network_id=51e1fda8-e344-4998-a02c-62a536703fc5&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/810] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/ports?tenant_id=a003ca9ba5d045af945884ad26324952&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/811] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/networks/51e1fda8-e344-4998-a02c-62a536703fc5?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: 379/812] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/networks/51e1fda8-e344-4998-a02c-62a536703fc5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/813] 10.0.0.250 () {34 vars in 907 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/814] 10.0.0.250 () {34 vars in 1008 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/networks/cb707867-9c86-44f9-b69f-76117ce86430?fields=segments => generated 14 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/815] 10.0.0.250 () {34 vars in 1108 bytes} [Tue Jun 9 23:35:40 2026] GET /v2.0/networks/cb707867-9c86-44f9-b69f-76117ce86430?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/816] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:41 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/817] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:41 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/818] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:41 2026] GET /v2.0/security-groups?id=6ab82ae9-c676-4e1f-a823-5b2432475184&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/819] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:42 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => 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: 383/820] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:42 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/821] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:42 2026] GET /v2.0/security-groups?id=6ab82ae9-c676-4e1f-a823-5b2432475184&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: 384/822] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:35:42 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:42.783 7 INFO neutron_taas.services.taas.taas_plugin [req-8d02331c-1d93-431a-a077-e549a07569ce req-6505fc86-a1a5-4230-b731-f58b2873be7c 0c35cf90c83e436493ef620b30fb512a 08ab53b75ac54bc88364b87c31fe9065 - - default default] TaaS: Handle Delete Port: 115da74c-b068-412c-b70a-8e515c3d0b16 2026-06-09 23:35:42.786 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8d02331c-1d93-431a-a077-e549a07569ce req-6505fc86-a1a5-4230-b731-f58b2873be7c 0c35cf90c83e436493ef620b30fb512a 08ab53b75ac54bc88364b87c31fe9065 - - default default] Tap Mirror: Handle Delete Port: 115da74c-b068-412c-b70a-8e515c3d0b16 2026-06-09 23:35:43.041 7 INFO neutron.db.l3_db [req-8d02331c-1d93-431a-a077-e549a07569ce req-6505fc86-a1a5-4230-b731-f58b2873be7c 0c35cf90c83e436493ef620b30fb512a 08ab53b75ac54bc88364b87c31fe9065 - - default default] Floating IP 60d923ab-8791-46f8-a442-cdb17ecc1ad9 disassociated. External IP: 10.96.250.201, port: 115da74c-b068-412c-b70a-8e515c3d0b16. [pid: 8|app: 0|req: 385/823] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:43 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => 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: 439/824] 199.204.45.95 () {36 vars in 996 bytes} [Tue Jun 9 23:35:42 2026] DELETE /v2.0/ports/115da74c-b068-412c-b70a-8e515c3d0b16 => generated 0 bytes in 726 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:35:43.439 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-589550e6-eb73-4504-b46b-85372049bc40'] response: {'server_uuid': 'fd70927f-8b43-4877-94fd-95dff70805cf', 'name': 'network-vif-deleted', 'tag': '115da74c-b068-412c-b70a-8e515c3d0b16', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 386/825] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:43 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => 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: 440/826] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:44 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => 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: 387/827] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:44 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => 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: 388/828] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:35:45 2026] GET /v2.0/networks?id=cb707867-9c86-44f9-b69f-76117ce86430 => generated 675 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/829] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:35:45 2026] GET /v2.0/security-groups?tenant_id=c18560144d4f420b9947fe37c7c08f71&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/830] 199.204.45.95 () {34 vars in 1049 bytes} [Tue Jun 9 23:35:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a003ca9ba5d045af945884ad26324952 => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/831] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:45 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => 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: 442/832] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:45 2026] DELETE /v2.0/security-groups/06459800-c12c-438c-9271-697cb1ef5b43 => 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: 443/833] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:45 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => 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: 391/834] 199.204.45.95 () {38 vars in 954 bytes} [Tue Jun 9 23:35:45 2026] POST /v2.0/ports => generated 958 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/837] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:35:45 2026] PUT /v2.0/ports/d6a971cb-538c-4720-8bf8-dcc285d479fc => generated 1239 bytes in 491 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:46.471 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-759b20ae-ea96-4313-9f82-7c86b460c333'] response: {'name': 'network-changed', 'server_uuid': 'e8cd0572-1a7d-4fbd-aef6-c449f55ffeea', 'tag': 'd6a971cb-538c-4720-8bf8-dcc285d479fc', '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: 394/838] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:46 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 973 bytes in 41 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: 445/839] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:46 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 395/840] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:46 2026] GET /v2.0/ports?device_id=fd70927f-8b43-4877-94fd-95dff70805cf => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/841] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:46 2026] GET /v2.0/ports?tenant_id=a003ca9ba5d045af945884ad26324952&device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/842] 199.204.45.95 () {34 vars in 1017 bytes} [Tue Jun 9 23:35:47 2026] GET /v2.0/networks?tenant_id=a003ca9ba5d045af945884ad26324952&shared=False => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/843] 199.204.45.95 () {34 vars in 929 bytes} [Tue Jun 9 23:35:47 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: 8|app: 0|req: 397/844] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:47 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/845] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:47 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 449/846] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:48 2026] GET /v2.0/ports?tenant_id=a003ca9ba5d045af945884ad26324952&device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/847] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:35:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d6a971cb-538c-4720-8bf8-dcc285d479fc => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/848] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:48 2026] DELETE /v2.0/security-groups/6ab82ae9-c676-4e1f-a823-5b2432475184 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:35:48.259 8 INFO neutron.api.v2.resource [None req-8c25bd32-7952-4bfe-9a59-a6ad1d38acc4 0c35cf90c83e436493ef620b30fb512a 08ab53b75ac54bc88364b87c31fe9065 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 399/849] 10.0.0.212 () {32 vars in 737 bytes} [Tue Jun 9 23:35:48 2026] GET /v2.0/security-groups/6ab82ae9-c676-4e1f-a823-5b2432475184 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/850] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:35:48 2026] GET /v2.0/subnets?id=63dca5f2-2f7a-41ff-bc4e-6089af01d7be => generated 693 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/851] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:35:48 2026] GET /v2.0/ports?network_id=cb707867-9c86-44f9-b69f-76117ce86430&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:48.390 8 INFO neutron_taas.services.taas.taas_plugin [None req-45058f02-72ae-436e-9af9-071c257b6f98 0c35cf90c83e436493ef620b30fb512a 08ab53b75ac54bc88364b87c31fe9065 - - default default] TaaS: Handle Delete Port: 2ba2944b-abd4-4926-b716-6f06dd034346 2026-06-09 23:35:48.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45058f02-72ae-436e-9af9-071c257b6f98 0c35cf90c83e436493ef620b30fb512a 08ab53b75ac54bc88364b87c31fe9065 - - default default] Tap Mirror: Handle Delete Port: 2ba2944b-abd4-4926-b716-6f06dd034346 [pid: 7|app: 0|req: 453/852] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:35:48 2026] GET /v2.0/networks/cb707867-9c86-44f9-b69f-76117ce86430?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/853] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:35:48 2026] GET /v2.0/networks/cb707867-9c86-44f9-b69f-76117ce86430?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: 400/854] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:35:48 2026] DELETE /v2.0/floatingips/60d923ab-8791-46f8-a442-cdb17ecc1ad9 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:35:48.953 7 INFO neutron_taas.services.taas.taas_plugin [None req-aadb3a0a-c5c0-4385-9ccb-b6cd2ef49d4c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 1796699e-f7d5-4d11-bc47-f6c3886771f0 2026-06-09 23:35:48.956 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aadb3a0a-c5c0-4385-9ccb-b6cd2ef49d4c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 1796699e-f7d5-4d11-bc47-f6c3886771f0 [pid: 8|app: 0|req: 401/855] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:48 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 975 bytes in 551 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/856] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:49 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/857] 10.0.0.250 () {34 vars in 971 bytes} [Tue Jun 9 23:35:49 2026] GET /v2.0/ports/9bd2a4f4-a34b-4564-8333-93a7b5449b34 => generated 972 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/858] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:49 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 405/859] 199.204.45.95 () {34 vars in 999 bytes} [Tue Jun 9 23:35:49 2026] GET /v2.0/subnets?network_id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6 => generated 684 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/860] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:35:48 2026] PUT /v2.0/routers/39872f7f-01f3-402b-a280-95eb951e636d/remove_router_interface => generated 309 bytes in 1379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/861] 199.204.45.95 () {34 vars in 1145 bytes} [Tue Jun 9 23:35:49 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199&device_owner=compute%3Anova&network_id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:50.182 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc387b5f-e9a1-4401-877b-b15eeee14336 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 667df2a7-3062-4562-ad5f-eb80269f69b4 2026-06-09 23:35:50.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc387b5f-e9a1-4401-877b-b15eeee14336 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 667df2a7-3062-4562-ad5f-eb80269f69b4 2026-06-09 23:35:50.427 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc387b5f-e9a1-4401-877b-b15eeee14336 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 1edc463c-1bbd-412f-a7c5-f06c74a50c8f 2026-06-09 23:35:50.431 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc387b5f-e9a1-4401-877b-b15eeee14336 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 1edc463c-1bbd-412f-a7c5-f06c74a50c8f [pid: 8|app: 0|req: 407/862] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:35:50 2026] PUT /v2.0/ports/9bd2a4f4-a34b-4564-8333-93a7b5449b34 => generated 1149 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:35:50.585 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0d3e5a6-9248-4a3b-a456-a5a4c51a535e'] response: {'name': 'network-changed', 'server_uuid': 'ac6be4d6-2f30-4d8c-b62a-0a18d9a30199', 'tag': '9bd2a4f4-a34b-4564-8333-93a7b5449b34', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 408/863] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:50 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/864] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:50 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:50.807 7 INFO neutron.services.segments.plugin [-] Segment 39d8660b-5824-4bb3-8f03-8eebe5c68016 resource provider aggregate not found 2026-06-09 23:35:50.819 7 INFO neutron.services.segments.plugin [-] Segment 39d8660b-5824-4bb3-8f03-8eebe5c68016 resource provider aggregate not found 2026-06-09 23:35:50.839 7 INFO neutron.services.segments.plugin [-] Segment 39d8660b-5824-4bb3-8f03-8eebe5c68016 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39d8660b-5824-4bb3-8f03-8eebe5c68016 found for delete ", "request_id": "req-bbaf2749-7097-4ccd-8ed4-d3e6ec4bc9d1"}]} 2026-06-09 23:35:50.851 7 INFO neutron.services.segments.plugin [-] Segment 39d8660b-5824-4bb3-8f03-8eebe5c68016 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39d8660b-5824-4bb3-8f03-8eebe5c68016 found for delete ", "request_id": "req-630f3acd-a0b5-410b-bb78-91fdeeda78bb"}]} 2026-06-09 23:35:50.861 7 INFO neutron.db.l3_hamode_db [None req-fc387b5f-e9a1-4401-877b-b15eeee14336 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] HA network 7b1a6bd7-593c-4ca5-9a39-21bf0885d09d was deleted as no HA routers are present in tenant 08ab53b75ac54bc88364b87c31fe9065. [pid: 7|app: 0|req: 456/865] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:35:49 2026] DELETE /v2.0/routers/39872f7f-01f3-402b-a280-95eb951e636d => generated 0 bytes in 934 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/866] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:35:50 2026] DELETE /v2.0/subnets/87c9692a-d904-4d92-9a85-eb15b932acf4 => 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: 411/867] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:51 2026] GET /v2.0/ports?tenant_id=1d3924fb2aaf44f88a21176acc6eb09c&device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 1421 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/868] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:35:51 2026] GET /v2.0/networks?id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6 => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:51.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8da1ae4-dbbf-4284-8fd4-0a19f277b48f bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 10fc2bf8-d66e-422d-a709-b7ac6498e867 2026-06-09 23:35:51.150 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8da1ae4-dbbf-4284-8fd4-0a19f277b48f bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 10fc2bf8-d66e-422d-a709-b7ac6498e867 [pid: 8|app: 0|req: 413/869] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:35:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=9bd2a4f4-a34b-4564-8333-93a7b5449b34 => generated 861 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/870] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:35:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=9bd2a4f4-a34b-4564-8333-93a7b5449b34 => 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: 415/871] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:35:51 2026] GET /v2.0/subnets?id=6e82b1be-e5ee-40ee-b003-a5689c07fc78 => 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: 416/872] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:35:51 2026] GET /v2.0/ports?network_id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6&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: 417/873] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:35:51 2026] GET /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/874] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:35:51 2026] DELETE /v2.0/networks/51e1fda8-e344-4998-a02c-62a536703fc5 => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/875] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:35:51 2026] GET /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6?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: 458/876] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:35:51 2026] GET /v2.0/security-groups?tenant_id=08ab53b75ac54bc88364b87c31fe9065&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: 419/877] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:51 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 1152 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/878] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:51 2026] GET /v2.0/security-groups?id=e3a3c722-3d79-4155-a211-36cb5f9bb897&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/879] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:51 2026] DELETE /v2.0/security-groups/72737e5c-b0d0-41b7-8bf9-88ffdaec875a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/880] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:51 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/881] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:51 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 422/882] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:52 2026] GET /v2.0/ports?tenant_id=1d3924fb2aaf44f88a21176acc6eb09c&device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 1421 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/883] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:35:52 2026] GET /v2.0/networks?id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6 => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/884] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:35:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=9bd2a4f4-a34b-4564-8333-93a7b5449b34 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/885] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:35:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=9bd2a4f4-a34b-4564-8333-93a7b5449b34 => 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: 424/886] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:35:52 2026] GET /v2.0/subnets?id=6e82b1be-e5ee-40ee-b003-a5689c07fc78 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/887] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:35:52 2026] GET /v2.0/ports?network_id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/888] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:35:52 2026] GET /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6?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: 464/889] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:35:52 2026] GET /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6?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) 2026-06-09 23:35:52.858 7 INFO neutron.services.segments.plugin [-] Segment ab3b4658-7dd5-4288-9b5a-89324e6d9304 resource provider aggregate not found 2026-06-09 23:35:52.875 7 INFO neutron.services.segments.plugin [-] Segment ab3b4658-7dd5-4288-9b5a-89324e6d9304 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab3b4658-7dd5-4288-9b5a-89324e6d9304 found for delete ", "request_id": "req-d48b806e-9e36-4b55-8a1f-23f50822f9b1"}]} 2026-06-09 23:35:52.877 7 INFO neutron.services.segments.plugin [-] Segment ab3b4658-7dd5-4288-9b5a-89324e6d9304 resource provider aggregate not found 2026-06-09 23:35:52.897 7 INFO neutron.services.segments.plugin [-] Segment ab3b4658-7dd5-4288-9b5a-89324e6d9304 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab3b4658-7dd5-4288-9b5a-89324e6d9304 found for delete ", "request_id": "req-889cc5e6-a123-4f6f-88eb-dbdd0f5a5cec"}]} [pid: 8|app: 0|req: 426/890] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:52 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/891] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:52 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 427/892] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:53 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/893] 199.204.45.95 () {34 vars in 1117 bytes} [Tue Jun 9 23:35:53 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1152 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:35:53.479 7 INFO neutron.db.l3_db [None req-1a83e84a-5998-4f29-a075-3aea037fcccf 877781901a114582a66c647f9dc6e67e a003ca9ba5d045af945884ad26324952 - - default default] Floating IP 82e00670-5826-4f68-9a65-0c123eaeddc0 associated. External IP: 10.96.250.215, port: d6a971cb-538c-4720-8bf8-dcc285d479fc. [pid: 7|app: 0|req: 466/894] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:35:53 2026] PUT /v2.0/floatingips/82e00670-5826-4f68-9a65-0c123eaeddc0 => generated 856 bytes in 617 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:53.781 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf7222ef-de9d-4427-a3dd-d84095b0e750'] response: {'name': 'network-changed', 'server_uuid': 'e8cd0572-1a7d-4fbd-aef6-c449f55ffeea', 'tag': 'd6a971cb-538c-4720-8bf8-dcc285d479fc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 429/895] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:35:53 2026] PUT /v2.0/ports/9bd2a4f4-a34b-4564-8333-93a7b5449b34 => generated 972 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:53.847 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ddafd9f7-5da4-4e20-80fd-fa2410f55955'] response: {'name': 'network-changed', 'server_uuid': 'ac6be4d6-2f30-4d8c-b62a-0a18d9a30199', 'tag': '9bd2a4f4-a34b-4564-8333-93a7b5449b34', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 467/896] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:54 2026] GET /v2.0/ports?tenant_id=a003ca9ba5d045af945884ad26324952&device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/897] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:54 2026] GET /v2.0/ports?tenant_id=1d3924fb2aaf44f88a21176acc6eb09c&device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => 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: 468/898] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:35:54 2026] GET /v2.0/networks?id=cb707867-9c86-44f9-b69f-76117ce86430 => generated 771 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/899] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:35:54 2026] GET /v2.0/networks?id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/900] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:35:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d6a971cb-538c-4720-8bf8-dcc285d479fc => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/901] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:35:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=9bd2a4f4-a34b-4564-8333-93a7b5449b34 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/902] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:35:54 2026] GET /v2.0/subnets?id=63dca5f2-2f7a-41ff-bc4e-6089af01d7be => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/903] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:35:54 2026] GET /v2.0/subnets?id=6e82b1be-e5ee-40ee-b003-a5689c07fc78 => generated 702 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/904] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:35:54 2026] GET /v2.0/ports?network_id=cb707867-9c86-44f9-b69f-76117ce86430&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/905] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:35:54 2026] GET /v2.0/ports?network_id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6&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: 472/906] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:35:54 2026] GET /v2.0/networks/cb707867-9c86-44f9-b69f-76117ce86430?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: 435/907] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:35:54 2026] GET /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6?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: 473/908] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:35:54 2026] GET /v2.0/networks/cb707867-9c86-44f9-b69f-76117ce86430?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/909] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:35:54 2026] GET /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/910] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:55 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/911] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:55 2026] GET /v2.0/security-groups?id=e3a3c722-3d79-4155-a211-36cb5f9bb897&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: 438/912] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:35:55 2026] GET /v2.0/ports?tenant_id=1d3924fb2aaf44f88a21176acc6eb09c&device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/913] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:35:55 2026] GET /v2.0/networks?id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6 => generated 780 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/914] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:35:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=9bd2a4f4-a34b-4564-8333-93a7b5449b34 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/915] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:35:55 2026] GET /v2.0/subnets?id=6e82b1be-e5ee-40ee-b003-a5689c07fc78 => generated 702 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/916] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:35:55 2026] GET /v2.0/ports?network_id=6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/917] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:35:56 2026] GET /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/918] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:35:55 2026] GET /v2.0/security-groups?tenant_id=8caef18ba5af4df0958db1ba309f3ada&name=default => generated 2925 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/919] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:35:56 2026] GET /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/920] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:56 2026] DELETE /v2.0/security-groups/d36a0961-3da5-413e-a47c-8560dc00f68e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/921] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:56 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/922] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:56 2026] GET /v2.0/security-groups?id=e3a3c722-3d79-4155-a211-36cb5f9bb897&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: 446/923] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:57 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/924] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:35:57 2026] GET /v2.0/security-groups?id=e3a3c722-3d79-4155-a211-36cb5f9bb897&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: 478/925] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:35:57 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:35:57.592 8 INFO neutron_taas.services.taas.taas_plugin [req-90148830-5a67-4150-a62e-452d8d2d4c87 req-9af10459-08d5-4a3b-8dd4-02519d3d4e8e 7f5564a1ef534a14830526413083e3e2 1d3924fb2aaf44f88a21176acc6eb09c - - default default] TaaS: Handle Delete Port: 9bd2a4f4-a34b-4564-8333-93a7b5449b34 2026-06-09 23:35:57.596 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-90148830-5a67-4150-a62e-452d8d2d4c87 req-9af10459-08d5-4a3b-8dd4-02519d3d4e8e 7f5564a1ef534a14830526413083e3e2 1d3924fb2aaf44f88a21176acc6eb09c - - default default] Tap Mirror: Handle Delete Port: 9bd2a4f4-a34b-4564-8333-93a7b5449b34 2026-06-09 23:35:57.712 8 INFO neutron.db.l3_db [req-90148830-5a67-4150-a62e-452d8d2d4c87 req-9af10459-08d5-4a3b-8dd4-02519d3d4e8e 7f5564a1ef534a14830526413083e3e2 1d3924fb2aaf44f88a21176acc6eb09c - - default default] Floating IP 9d7c00a3-8025-4762-9818-fd70622b8df3 disassociated. External IP: 10.96.250.213, port: 9bd2a4f4-a34b-4564-8333-93a7b5449b34. [pid: 8|app: 0|req: 448/926] 199.204.45.95 () {36 vars in 996 bytes} [Tue Jun 9 23:35:57 2026] DELETE /v2.0/ports/9bd2a4f4-a34b-4564-8333-93a7b5449b34 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:35:58.188 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af4bf280-a085-4285-a5e3-75569cd60349'] response: {'server_uuid': 'ac6be4d6-2f30-4d8c-b62a-0a18d9a30199', 'name': 'network-vif-deleted', 'tag': '9bd2a4f4-a34b-4564-8333-93a7b5449b34', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 449/927] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:58 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => 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: 479/928] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:35:58 2026] GET /v2.0/security-groups?tenant_id=60370e39335542e482c6be03b6150546&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/929] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:58 2026] DELETE /v2.0/security-groups/a09d1c02-38ae-4cce-8d00-52c912fd04ad => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/930] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:35:59 2026] GET /v2.0/security-groups?tenant_id=f75d49c42d4146aab534659574808290&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: 451/931] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:35:59 2026] DELETE /v2.0/security-groups/46d727bd-0d37-4706-bdad-3f06940ae458 => 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: 481/932] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:35:59 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/933] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:00 2026] GET /v2.0/ports?device_id=ac6be4d6-2f30-4d8c-b62a-0a18d9a30199 => 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: 482/936] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:36:00 2026] POST /v2.0/floatingips => generated 552 bytes in 717 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/937] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:01 2026] GET /v2.0/security-groups?tenant_id=d642b8f9db4b480f8ca749ab8635af6c&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/938] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:02 2026] DELETE /v2.0/security-groups/e3a3c722-3d79-4155-a211-36cb5f9bb897 => 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: 455/939] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:36:01 2026] POST /v2.0/floatingips => generated 552 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:02.186 8 INFO neutron.api.v2.resource [None req-c22e40a7-107f-4237-a8ac-e71881ce2939 7f5564a1ef534a14830526413083e3e2 1d3924fb2aaf44f88a21176acc6eb09c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 456/940] 10.0.0.212 () {32 vars in 737 bytes} [Tue Jun 9 23:36:02 2026] GET /v2.0/security-groups/e3a3c722-3d79-4155-a211-36cb5f9bb897 => 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: 485/941] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:02 2026] DELETE /v2.0/security-groups/5a3b036b-90f9-4c5b-91d3-f50959dad2b6 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:02.317 7 INFO neutron_taas.services.taas.taas_plugin [None req-1bdbb28c-a50f-46fe-99eb-f2727bac0579 7f5564a1ef534a14830526413083e3e2 1d3924fb2aaf44f88a21176acc6eb09c - - default default] TaaS: Handle Delete Port: 3043e113-74fe-4189-9874-6a0149e13a45 2026-06-09 23:36:02.320 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bdbb28c-a50f-46fe-99eb-f2727bac0579 7f5564a1ef534a14830526413083e3e2 1d3924fb2aaf44f88a21176acc6eb09c - - default default] Tap Mirror: Handle Delete Port: 3043e113-74fe-4189-9874-6a0149e13a45 [pid: 7|app: 0|req: 486/942] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:36:02 2026] DELETE /v2.0/floatingips/9d7c00a3-8025-4762-9818-fd70622b8df3 => generated 0 bytes in 283 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/943] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:36:02 2026] POST /v2.0/floatingips => generated 552 bytes in 557 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:02.977 7 INFO neutron_taas.services.taas.taas_plugin [None req-3914c946-cbae-40cd-8142-370674ad2d18 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: a2d7c135-b32f-41b1-bc3a-c07ba8eb2ab4 2026-06-09 23:36:02.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3914c946-cbae-40cd-8142-370674ad2d18 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: a2d7c135-b32f-41b1-bc3a-c07ba8eb2ab4 [pid: 8|app: 0|req: 458/944] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:36:02 2026] POST /v2.0/floatingips => generated 552 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/945] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:36:02 2026] PUT /v2.0/routers/602ddc4b-af5c-4d87-9582-c063f008f8ff/remove_router_interface => generated 309 bytes in 1040 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:03.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-7259df01-ab8a-440c-91df-1ed8bbfa12b7 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 12d8e22a-b743-4e61-a6e2-b48e85cc7883 2026-06-09 23:36:03.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7259df01-ab8a-440c-91df-1ed8bbfa12b7 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 12d8e22a-b743-4e61-a6e2-b48e85cc7883 [pid: 8|app: 0|req: 459/946] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:36:03 2026] POST /v2.0/floatingips => generated 552 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/947] 10.0.0.212 () {34 vars in 759 bytes} [Tue Jun 9 23:36:03 2026] PUT /v2.0/floatingips/ba3eabb0-8e9b-4be4-8d0f-f225132fd389/tags => generated 17 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/948] 10.0.0.212 () {34 vars in 759 bytes} [Tue Jun 9 23:36:04 2026] PUT /v2.0/floatingips/eb058a08-4db8-48ea-8b11-7e3a7b903407/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: 462/949] 10.0.0.212 () {34 vars in 759 bytes} [Tue Jun 9 23:36:04 2026] PUT /v2.0/floatingips/00e6ad2c-274e-48dd-8f41-5e1c504ec776/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:04.163 7 INFO neutron_taas.services.taas.taas_plugin [None req-7259df01-ab8a-440c-91df-1ed8bbfa12b7 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 3a277bf5-2f8e-423c-95d8-dcfbb804ff44 2026-06-09 23:36:04.167 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7259df01-ab8a-440c-91df-1ed8bbfa12b7 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 3a277bf5-2f8e-423c-95d8-dcfbb804ff44 [pid: 8|app: 0|req: 463/950] 10.0.0.212 () {34 vars in 759 bytes} [Tue Jun 9 23:36:04 2026] PUT /v2.0/floatingips/cd172bb1-27e5-496d-a1fc-0d0b9fa48d66/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/951] 10.0.0.212 () {32 vars in 672 bytes} [Tue Jun 9 23:36:04 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/952] 10.0.0.212 () {32 vars in 686 bytes} [Tue Jun 9 23:36:04 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/953] 10.0.0.212 () {32 vars in 682 bytes} [Tue Jun 9 23:36:04 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/954] 10.0.0.212 () {32 vars in 694 bytes} [Tue Jun 9 23:36:04 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/955] 10.0.0.212 () {32 vars in 680 bytes} [Tue Jun 9 23:36:04 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/956] 10.0.0.212 () {32 vars in 694 bytes} [Tue Jun 9 23:36:04 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:04.537 7 INFO neutron.services.segments.plugin [-] Segment 341bf4b8-bb59-469f-800f-46cb18efc24b resource provider aggregate not found 2026-06-09 23:36:04.543 7 INFO neutron.services.segments.plugin [-] Segment 341bf4b8-bb59-469f-800f-46cb18efc24b resource provider aggregate not found 2026-06-09 23:36:04.556 7 INFO neutron.services.segments.plugin [-] Segment 341bf4b8-bb59-469f-800f-46cb18efc24b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 341bf4b8-bb59-469f-800f-46cb18efc24b found for delete ", "request_id": "req-3620ef52-bfd8-44e3-9605-a12217ce5ce0"}]} 2026-06-09 23:36:04.560 7 INFO neutron.db.l3_hamode_db [None req-7259df01-ab8a-440c-91df-1ed8bbfa12b7 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] HA network f320a924-00a1-4ed3-8df9-08236217bb38 was deleted as no HA routers are present in tenant 1d3924fb2aaf44f88a21176acc6eb09c. 2026-06-09 23:36:04.565 7 INFO neutron.services.segments.plugin [-] Segment 341bf4b8-bb59-469f-800f-46cb18efc24b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 341bf4b8-bb59-469f-800f-46cb18efc24b found for delete ", "request_id": "req-01bc257b-5691-46c0-98cb-d74336ca948d"}]} [pid: 7|app: 0|req: 488/957] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:03 2026] DELETE /v2.0/routers/602ddc4b-af5c-4d87-9582-c063f008f8ff => 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: 489/958] 10.0.0.212 () {32 vars in 690 bytes} [Tue Jun 9 23:36:04 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/959] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:04 2026] DELETE /v2.0/subnets/6e82b1be-e5ee-40ee-b003-a5689c07fc78 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/960] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:04 2026] GET /v2.0/security-groups?tenant_id=b62569ecdf0742f2b558a4aa2844b2ae&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/961] 10.0.0.212 () {32 vars in 702 bytes} [Tue Jun 9 23:36:04 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:04.891 8 INFO neutron_taas.services.taas.taas_plugin [None req-06c2930c-1f5a-4fe8-85ab-675490ac0064 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 07bfa35e-19dc-41dc-a93d-9d635246fcba 2026-06-09 23:36:04.894 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06c2930c-1f5a-4fe8-85ab-675490ac0064 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 07bfa35e-19dc-41dc-a93d-9d635246fcba [pid: 7|app: 0|req: 492/962] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:04 2026] DELETE /v2.0/security-groups/b9361650-d953-4439-aa09-4f07d2e8706b => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:05.034 7 INFO neutron_taas.services.taas.taas_plugin [None req-291f4236-c1ae-4c88-8117-66fa6a2bec16 dc642fcbc4364cc3b58242bfeffd2cfb e347f0dcc6594e06afe27ef5b7c8a5f7 - - default default] TaaS: Handle Delete Port: 7a046c08-453d-4435-a9e4-18775b57e59c 2026-06-09 23:36:05.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-291f4236-c1ae-4c88-8117-66fa6a2bec16 dc642fcbc4364cc3b58242bfeffd2cfb e347f0dcc6594e06afe27ef5b7c8a5f7 - - default default] Tap Mirror: Handle Delete Port: 7a046c08-453d-4435-a9e4-18775b57e59c 2026-06-09 23:36:05.105 8 INFO neutron.services.segments.plugin [-] Segment ed655d98-736c-4fcc-9f56-c231d6b07288 resource provider aggregate not found 2026-06-09 23:36:05.114 8 INFO neutron.services.segments.plugin [-] Segment ed655d98-736c-4fcc-9f56-c231d6b07288 resource provider aggregate not found 2026-06-09 23:36:05.128 8 INFO neutron.services.segments.plugin [-] Segment ed655d98-736c-4fcc-9f56-c231d6b07288 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed655d98-736c-4fcc-9f56-c231d6b07288 found for delete ", "request_id": "req-7f7d3cf9-c07f-4d86-8325-5c9eaa624079"}]} 2026-06-09 23:36:05.134 8 INFO neutron.services.segments.plugin [-] Segment ed655d98-736c-4fcc-9f56-c231d6b07288 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed655d98-736c-4fcc-9f56-c231d6b07288 found for delete ", "request_id": "req-5f704c07-b825-4847-aeee-bf9d753000b5"}]} [pid: 8|app: 0|req: 471/963] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:04 2026] DELETE /v2.0/networks/6da771aa-b6d1-4f5a-b09e-b903e9f0b9d6 => generated 0 bytes in 369 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/964] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:36:04 2026] DELETE /v2.0/floatingips/ba3eabb0-8e9b-4be4-8d0f-f225132fd389 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:05.335 8 INFO neutron_taas.services.taas.taas_plugin [None req-97e2934d-cbe2-43b2-94ce-105b135e6662 dc642fcbc4364cc3b58242bfeffd2cfb e347f0dcc6594e06afe27ef5b7c8a5f7 - - default default] TaaS: Handle Delete Port: b2ddf3a1-be85-4c86-8dd0-607595762a5e 2026-06-09 23:36:05.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97e2934d-cbe2-43b2-94ce-105b135e6662 dc642fcbc4364cc3b58242bfeffd2cfb e347f0dcc6594e06afe27ef5b7c8a5f7 - - default default] Tap Mirror: Handle Delete Port: b2ddf3a1-be85-4c86-8dd0-607595762a5e [pid: 8|app: 0|req: 472/965] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:36:05 2026] DELETE /v2.0/floatingips/eb058a08-4db8-48ea-8b11-7e3a7b903407 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/966] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:05 2026] GET /v2.0/security-groups?tenant_id=1d3924fb2aaf44f88a21176acc6eb09c&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/967] 10.0.0.92 () {34 vars in 989 bytes} [Tue Jun 9 23:36:05 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 1244 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:05.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-f9e345aa-f332-4d8d-b21f-e2da1128c72d dc642fcbc4364cc3b58242bfeffd2cfb e347f0dcc6594e06afe27ef5b7c8a5f7 - - default default] TaaS: Handle Delete Port: ee32ee24-6b96-482f-b940-353192feb163 2026-06-09 23:36:05.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f9e345aa-f332-4d8d-b21f-e2da1128c72d dc642fcbc4364cc3b58242bfeffd2cfb e347f0dcc6594e06afe27ef5b7c8a5f7 - - default default] Tap Mirror: Handle Delete Port: ee32ee24-6b96-482f-b940-353192feb163 [pid: 7|app: 0|req: 495/968] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:05 2026] DELETE /v2.0/security-groups/9925397a-0c96-4ee7-a573-cc8601df497f => 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: 496/969] 10.0.0.92 () {34 vars in 1039 bytes} [Tue Jun 9 23:36:05 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 474/970] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:36:05 2026] DELETE /v2.0/floatingips/00e6ad2c-274e-48dd-8f41-5e1c504ec776 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:05.931 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d6bfa26-e8f7-40ce-961b-a3d16f17669f dc642fcbc4364cc3b58242bfeffd2cfb e347f0dcc6594e06afe27ef5b7c8a5f7 - - default default] TaaS: Handle Delete Port: 475a373b-2516-4807-bcd0-d97fc3f7822f 2026-06-09 23:36:05.934 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d6bfa26-e8f7-40ce-961b-a3d16f17669f dc642fcbc4364cc3b58242bfeffd2cfb e347f0dcc6594e06afe27ef5b7c8a5f7 - - default default] Tap Mirror: Handle Delete Port: 475a373b-2516-4807-bcd0-d97fc3f7822f [pid: 7|app: 0|req: 497/971] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:36:05 2026] DELETE /v2.0/floatingips/cd172bb1-27e5-496d-a1fc-0d0b9fa48d66 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:06.228 8 INFO neutron_taas.services.taas.taas_plugin [None req-5aa8b3b5-f20b-4390-beea-c82a6d4d0a52 dc642fcbc4364cc3b58242bfeffd2cfb e347f0dcc6594e06afe27ef5b7c8a5f7 - - default default] TaaS: Handle Delete Port: 0bf41e53-9887-42c3-96f9-8b58837f939e 2026-06-09 23:36:06.230 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5aa8b3b5-f20b-4390-beea-c82a6d4d0a52 dc642fcbc4364cc3b58242bfeffd2cfb e347f0dcc6594e06afe27ef5b7c8a5f7 - - default default] Tap Mirror: Handle Delete Port: 0bf41e53-9887-42c3-96f9-8b58837f939e [pid: 8|app: 0|req: 475/972] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:36:06 2026] DELETE /v2.0/floatingips/479651ca-9ce0-47f4-9473-63c007ad93dc => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/973] 10.0.0.212 () {32 vars in 653 bytes} [Tue Jun 9 23:36:06 2026] GET /v2.0/extensions => generated 21537 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/974] 10.0.0.212 () {32 vars in 681 bytes} [Tue Jun 9 23:36:06 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/975] 10.0.0.212 () {32 vars in 681 bytes} [Tue Jun 9 23:36:06 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/976] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:36:06 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/977] 10.0.0.212 () {32 vars in 665 bytes} [Tue Jun 9 23:36:06 2026] GET /v2.0/extensions/agent => generated 153 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/978] 10.0.0.212 () {32 vars in 699 bytes} [Tue Jun 9 23:36:06 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/979] 10.0.0.212 () {32 vars in 697 bytes} [Tue Jun 9 23:36:06 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/980] 10.0.0.212 () {32 vars in 701 bytes} [Tue Jun 9 23:36:06 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/981] 10.0.0.212 () {32 vars in 689 bytes} [Tue Jun 9 23:36:06 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/982] 10.0.0.212 () {32 vars in 703 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/983] 10.0.0.212 () {32 vars in 693 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/984] 10.0.0.212 () {32 vars in 695 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/985] 10.0.0.212 () {32 vars in 685 bytes} [Tue Jun 9 23:36:07 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: 482/986] 10.0.0.212 () {32 vars in 687 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/987] 10.0.0.212 () {32 vars in 661 bytes} [Tue Jun 9 23:36:07 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: 483/988] 10.0.0.212 () {32 vars in 699 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/989] 10.0.0.212 () {32 vars in 679 bytes} [Tue Jun 9 23:36:07 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: 484/990] 10.0.0.212 () {32 vars in 683 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/991] 10.0.0.212 () {32 vars in 675 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/992] 10.0.0.212 () {32 vars in 689 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/993] 10.0.0.212 () {32 vars in 723 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/994] 10.0.0.212 () {32 vars in 687 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/995] 10.0.0.212 () {32 vars in 669 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/996] 10.0.0.212 () {32 vars in 687 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/997] 10.0.0.212 () {32 vars in 681 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/998] 10.0.0.212 () {32 vars in 699 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/999] 10.0.0.212 () {32 vars in 679 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1000] 10.0.0.212 () {32 vars in 667 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/router => generated 256 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1001] 10.0.0.212 () {32 vars in 677 bytes} [Tue Jun 9 23:36:07 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: 490/1002] 10.0.0.212 () {32 vars in 665 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/l3-ha => 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: 513/1003] 10.0.0.212 () {32 vars in 675 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1004] 10.0.0.212 () {32 vars in 713 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1005] 10.0.0.212 () {32 vars in 691 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1006] 10.0.0.212 () {32 vars in 683 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1007] 10.0.0.212 () {32 vars in 669 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1008] 10.0.0.212 () {32 vars in 687 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1009] 10.0.0.212 () {32 vars in 705 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1010] 10.0.0.212 () {32 vars in 675 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1011] 10.0.0.212 () {32 vars in 701 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1012] 10.0.0.212 () {32 vars in 675 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1013] 10.0.0.212 () {32 vars in 693 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1014] 10.0.0.212 () {32 vars in 689 bytes} [Tue Jun 9 23:36:07 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: 7|app: 0|req: 521/1015] 10.0.0.212 () {32 vars in 709 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1016] 10.0.0.212 () {32 vars in 705 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1017] 10.0.0.212 () {32 vars in 719 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1018] 10.0.0.212 () {32 vars in 697 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1019] 10.0.0.212 () {32 vars in 711 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1020] 10.0.0.212 () {32 vars in 669 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1021] 10.0.0.212 () {32 vars in 687 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1022] 10.0.0.212 () {32 vars in 681 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1023] 10.0.0.212 () {32 vars in 675 bytes} [Tue Jun 9 23:36:07 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: 7|app: 0|req: 530/1024] 10.0.0.212 () {32 vars in 671 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/provider => generated 191 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1025] 10.0.0.212 () {32 vars in 661 bytes} [Tue Jun 9 23:36:07 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: 532/1026] 10.0.0.212 () {32 vars in 699 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1027] 10.0.0.212 () {32 vars in 699 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1028] 10.0.0.212 () {32 vars in 677 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1029] 10.0.0.212 () {32 vars in 669 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1030] 10.0.0.212 () {32 vars in 683 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1031] 10.0.0.212 () {32 vars in 701 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1032] 10.0.0.212 () {32 vars in 685 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1033] 10.0.0.212 () {32 vars in 707 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1034] 10.0.0.212 () {32 vars in 669 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1035] 10.0.0.212 () {32 vars in 697 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1036] 10.0.0.212 () {32 vars in 695 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1037] 10.0.0.212 () {32 vars in 685 bytes} [Tue Jun 9 23:36:07 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: 7|app: 0|req: 544/1038] 10.0.0.212 () {32 vars in 689 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1039] 10.0.0.212 () {32 vars in 705 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1040] 10.0.0.212 () {32 vars in 667 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1041] 10.0.0.212 () {32 vars in 681 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1042] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/security-groups?tenant_id=fb28285d795d4d0699588b53965455eb&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1043] 10.0.0.212 () {32 vars in 681 bytes} [Tue Jun 9 23:36:07 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: 497/1044] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:07 2026] DELETE /v2.0/security-groups/b91a591a-f423-47f6-ba26-829f6e546da5 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1045] 10.0.0.212 () {32 vars in 691 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1046] 10.0.0.212 () {32 vars in 691 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:07.844 7 INFO neutron.db.segments_db [None req-9e1fbabf-a068-4258-b3f5-a59adaf389e3 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment f5f91431-df74-4246-80c2-e1efe3767470 of type vxlan for network f22777f8-de3b-4a52-bcdf-68cf9f1448e2 [pid: 8|app: 0|req: 500/1047] 10.0.0.212 () {32 vars in 695 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1048] 10.0.0.212 () {32 vars in 685 bytes} [Tue Jun 9 23:36:07 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: 502/1049] 10.0.0.212 () {32 vars in 689 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1050] 10.0.0.212 () {32 vars in 701 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1051] 10.0.0.212 () {32 vars in 703 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1052] 10.0.0.212 () {32 vars in 713 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1053] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:36:07 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: 507/1054] 10.0.0.212 () {32 vars in 715 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1055] 10.0.0.212 () {32 vars in 727 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1056] 10.0.0.212 () {34 vars in 671 bytes} [Tue Jun 9 23:36:07 2026] POST /v2.0/networks => generated 744 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1057] 10.0.0.212 () {32 vars in 741 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1058] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:07 2026] GET /v2.0/security-groups?tenant_id=2a9a262856f640cb81eb38f5089856a7&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1059] 10.0.0.212 () {32 vars in 719 bytes} [Tue Jun 9 23:36:08 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: 7|app: 0|req: 550/1060] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:07 2026] POST /v2.0/subnets => generated 691 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1061] 10.0.0.212 () {32 vars in 683 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1062] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:08 2026] DELETE /v2.0/security-groups/015489a8-9de0-4db7-a0ec-7b18ef00e939 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1063] 10.0.0.212 () {32 vars in 669 bytes} [Tue Jun 9 23:36:08 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: 513/1064] 10.0.0.212 () {32 vars in 719 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1065] 10.0.0.212 () {32 vars in 679 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1066] 10.0.0.212 () {32 vars in 669 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:08.281 7 INFO neutron.db.segments_db [None req-792be3bb-ab81-42ef-a88e-7d8daba9aebc bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment e960e2ac-1880-4dcb-bec5-b134b0324681 of type vxlan for network 36e2768a-3091-4fa6-9069-8f7adf0fd516 [pid: 8|app: 0|req: 516/1067] 10.0.0.212 () {32 vars in 697 bytes} [Tue Jun 9 23:36:08 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: 517/1068] 10.0.0.212 () {32 vars in 705 bytes} [Tue Jun 9 23:36:08 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: 518/1069] 10.0.0.212 () {32 vars in 701 bytes} [Tue Jun 9 23:36:08 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: 519/1070] 10.0.0.212 () {32 vars in 701 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1071] 10.0.0.212 () {32 vars in 683 bytes} [Tue Jun 9 23:36:08 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: 521/1072] 10.0.0.212 () {32 vars in 705 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1073] 10.0.0.212 () {32 vars in 695 bytes} [Tue Jun 9 23:36:08 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: 523/1074] 10.0.0.212 () {32 vars in 689 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1075] 10.0.0.212 () {32 vars in 697 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1076] 10.0.0.212 () {32 vars in 679 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/tag-creation => 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: 526/1077] 10.0.0.212 () {32 vars in 689 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1078] 10.0.0.212 () {32 vars in 701 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1079] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/security-groups?tenant_id=e347f0dcc6594e06afe27ef5b7c8a5f7&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:08.546 7 INFO neutron.db.l3_hamode_db [None req-792be3bb-ab81-42ef-a88e-7d8daba9aebc bed75c4ff6124af48c5d72a19832f6ab 3f211bceda374adf9c79af8b80f7334a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 529/1080] 10.0.0.212 () {32 vars in 665 bytes} [Tue Jun 9 23:36:08 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: 530/1081] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:08 2026] DELETE /v2.0/security-groups/e0f496a7-f09d-471c-92ec-a573d4deba33 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1082] 10.0.0.212 () {32 vars in 681 bytes} [Tue Jun 9 23:36:08 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: 532/1083] 10.0.0.212 () {32 vars in 677 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1084] 10.0.0.212 () {32 vars in 693 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1085] 10.0.0.212 () {32 vars in 677 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1086] 10.0.0.212 () {32 vars in 667 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1087] 10.0.0.212 () {32 vars in 663 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/taas => generated 175 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1088] 10.0.0.212 () {32 vars in 675 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1089] 10.0.0.212 () {32 vars in 687 bytes} [Tue Jun 9 23:36:08 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:09.417 7 INFO neutron.db.l3_hamode_db [None req-792be3bb-ab81-42ef-a88e-7d8daba9aebc bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 539/1090] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:09 2026] GET /v2.0/security-groups?tenant_id=b9df3133d120458bb8925faa9bf46d6c&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1091] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:09 2026] DELETE /v2.0/security-groups/fd1ab21e-c608-4950-a08c-e551cb231393 => 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: 552/1092] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:08 2026] POST /v2.0/routers => generated 731 bytes in 2107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1093] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:36:10 2026] PUT /v2.0/routers/753cad8a-dc6d-460d-a371-292d8da3419c/add_router_interface => generated 309 bytes in 1218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:11.922 7 INFO neutron.db.segments_db [None req-e55d9fd2-8184-41a6-aea7-44b90377f3af 002072ace84a48f68877d0d1edb4b8c6 703ab3c980a743179db4fe82d6fe4bac - - default default] Added segment 818ebefa-cfce-4de7-be0e-c035393cc88a of type vxlan for network dd42e96e-5750-479e-a73d-9513e0c7757f 2026-06-09 23:36:12.002 7 INFO neutron.db.segments_db [None req-e55d9fd2-8184-41a6-aea7-44b90377f3af 002072ace84a48f68877d0d1edb4b8c6 703ab3c980a743179db4fe82d6fe4bac - - default default] Added segment b986b190-1b03-4b43-bfde-bab846a19a69 of type vxlan for network 824e7265-e3d6-4005-9a79-cbe5b197766c [pid: 7|app: 0|req: 553/1094] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:11 2026] POST /v2.0/networks => generated 1246 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1095] 10.0.0.212 () {32 vars in 649 bytes} [Tue Jun 9 23:36:12 2026] GET /v2.0/networks => generated 1845 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:12.371 7 INFO neutron.services.segments.plugin [-] Segment 818ebefa-cfce-4de7-be0e-c035393cc88a resource provider aggregate not found 2026-06-09 23:36:12.377 7 INFO neutron.services.segments.plugin [-] Segment 818ebefa-cfce-4de7-be0e-c035393cc88a resource provider aggregate not found 2026-06-09 23:36:12.393 7 INFO neutron.services.segments.plugin [-] Segment 818ebefa-cfce-4de7-be0e-c035393cc88a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 818ebefa-cfce-4de7-be0e-c035393cc88a found for delete ", "request_id": "req-923134c9-7fa7-47cd-b28f-d500cd4a7e55"}]} [pid: 7|app: 0|req: 554/1096] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:12 2026] DELETE /v2.0/networks/dd42e96e-5750-479e-a73d-9513e0c7757f => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:12.401 7 INFO neutron.services.segments.plugin [-] Segment 818ebefa-cfce-4de7-be0e-c035393cc88a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 818ebefa-cfce-4de7-be0e-c035393cc88a found for delete ", "request_id": "req-f12ca620-007d-4d46-9b45-7eed3b5024a0"}]} [pid: 8|app: 0|req: 543/1097] 10.0.0.212 () {34 vars in 685 bytes} [Tue Jun 9 23:36:12 2026] POST /v2.0/security-groups => generated 1660 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1098] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:12 2026] DELETE /v2.0/networks/824e7265-e3d6-4005-9a79-cbe5b197766c => 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: 556/1099] 10.0.0.212 () {32 vars in 649 bytes} [Tue Jun 9 23:36:12 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1100] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:36:12 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:12.654 7 INFO neutron.db.segments_db [None req-d5bc9f81-2dc7-4dbb-aa75-c4f7349e7e32 002072ace84a48f68877d0d1edb4b8c6 703ab3c980a743179db4fe82d6fe4bac - - default default] Added segment 3ab71610-0903-4399-837e-3f55f449f6b4 of type vxlan for network e895ef5b-ed33-457b-be69-1cbc97d605d9 [pid: 8|app: 0|req: 545/1101] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:36:12 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: 557/1102] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:12 2026] POST /v2.0/networks => generated 650 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:12.814 7 INFO neutron.db.segments_db [None req-056bcd81-4ee1-42bc-9294-6115838fa7b3 002072ace84a48f68877d0d1edb4b8c6 703ab3c980a743179db4fe82d6fe4bac - - default default] Added segment 03df3822-a4ec-4de3-b8b8-af366e9b55c6 of type vxlan for network 18374440-8d07-4c95-8aee-584a277bf1ea [pid: 7|app: 0|req: 558/1103] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:12 2026] POST /v2.0/networks => generated 649 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:13.156 7 INFO neutron.db.segments_db [None req-41a29a47-eb2d-47ba-81a5-873a1150db19 9f5a61d2ec004ffa8671122c8dcdf204 29c3f13b16fd43db9adf324f40dadb2e - - default default] Added segment abfc35e1-ee91-4823-ba2d-80eeac82f300 of type vxlan for network 47995f4d-c796-4faf-a9d9-c574c9eec342 [pid: 7|app: 0|req: 559/1104] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:12 2026] POST /v2.0/networks => generated 632 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1105] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:36:12 2026] POST /v2.0/floatingips => generated 552 bytes in 527 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:13.356 8 INFO neutron.db.segments_db [None req-593d5495-3770-4898-90a4-505efe760a3b 9f5a61d2ec004ffa8671122c8dcdf204 29c3f13b16fd43db9adf324f40dadb2e - - default default] Added segment d5c1ccd7-2807-40dc-a07a-1dd45810bab7 of type vxlan for network 7adc28bb-5d1c-4033-85ac-94f907354267 [pid: 8|app: 0|req: 547/1106] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:13 2026] POST /v2.0/networks => generated 631 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:13.525 8 INFO neutron.db.segments_db [None req-6b738c78-d44f-4ccb-bd8b-eb8bc314acea 9f5a61d2ec004ffa8671122c8dcdf204 29c3f13b16fd43db9adf324f40dadb2e - - default default] Added segment a14f35c7-30ca-452b-9bed-9b04e1c264a1 of type vxlan for network a4c8e746-ab5e-424f-84bf-79951e4dd496 [pid: 8|app: 0|req: 548/1107] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:13 2026] POST /v2.0/networks => generated 632 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:13.735 8 INFO neutron.db.segments_db [None req-5a38a8a8-4d3a-495e-9609-ffd5807dedd7 9f5a61d2ec004ffa8671122c8dcdf204 29c3f13b16fd43db9adf324f40dadb2e - - default default] Added segment f93e59b5-c129-4d3c-a5a1-83826a8d8a5c of type vxlan for network 9659c42b-c842-41ac-98b8-8b4fd450287f [pid: 8|app: 0|req: 549/1108] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:13 2026] POST /v2.0/networks => generated 632 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1109] 10.0.0.250 () {34 vars in 1098 bytes} [Tue Jun 9 23:36:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--634248238&fields=id&tenant_id=3f211bceda374adf9c79af8b80f7334a => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:13.927 8 INFO neutron.db.segments_db [None req-1bbd680f-6464-420e-a4b4-c6f6b144409f 9f5a61d2ec004ffa8671122c8dcdf204 29c3f13b16fd43db9adf324f40dadb2e - - default default] Added segment a7c4f084-e19d-47ff-8c41-52d661d99acb of type vxlan for network 36b59b7a-2190-4f42-be8c-61f8ba2389ce [pid: 7|app: 0|req: 560/1110] 10.0.0.212 () {34 vars in 665 bytes} [Tue Jun 9 23:36:13 2026] POST /v2.0/ports => generated 1505 bytes in 725 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: 561/1111] 10.0.0.250 () {34 vars in 982 bytes} [Tue Jun 9 23:36:13 2026] GET /v2.0/networks?id=f22777f8-de3b-4a52-bcdf-68cf9f1448e2 => generated 676 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1112] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:13 2026] POST /v2.0/networks => generated 632 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1113] 10.0.0.250 () {34 vars in 965 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/quotas/3f211bceda374adf9c79af8b80f7334a => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1114] 10.0.0.212 () {32 vars in 643 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/ports => generated 1505 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1115] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:36:14 2026] PUT /v2.0/networks/47995f4d-c796-4faf-a9d9-c574c9eec342/tags => generated 17 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1116] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/ports?tenant_id=3f211bceda374adf9c79af8b80f7334a&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1117] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:36:14 2026] PUT /v2.0/networks/7adc28bb-5d1c-4033-85ac-94f907354267/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:14.302 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e5df14c-d5df-4f07-9efd-b16cb9bf995a 002072ace84a48f68877d0d1edb4b8c6 703ab3c980a743179db4fe82d6fe4bac - - default default] TaaS: Handle Delete Port: a4183bcf-6fa2-4e3e-a172-fb85212c46eb 2026-06-09 23:36:14.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e5df14c-d5df-4f07-9efd-b16cb9bf995a 002072ace84a48f68877d0d1edb4b8c6 703ab3c980a743179db4fe82d6fe4bac - - default default] Tap Mirror: Handle Delete Port: a4183bcf-6fa2-4e3e-a172-fb85212c46eb [pid: 7|app: 0|req: 565/1118] 10.0.0.250 () {34 vars in 1008 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/networks/f22777f8-de3b-4a52-bcdf-68cf9f1448e2?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1119] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:36:14 2026] PUT /v2.0/networks/a4c8e746-ab5e-424f-84bf-79951e4dd496/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1120] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:36:14 2026] DELETE /v2.0/ports/a4183bcf-6fa2-4e3e-a172-fb85212c46eb => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1121] 10.0.0.250 () {34 vars in 1108 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/networks/f22777f8-de3b-4a52-bcdf-68cf9f1448e2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:14.423 7 INFO neutron.services.segments.plugin [-] Segment b986b190-1b03-4b43-bfde-bab846a19a69 resource provider aggregate not found 2026-06-09 23:36:14.440 7 INFO neutron.services.segments.plugin [-] Segment b986b190-1b03-4b43-bfde-bab846a19a69 resource provider aggregate not found 2026-06-09 23:36:14.447 7 INFO neutron.services.segments.plugin [-] Segment b986b190-1b03-4b43-bfde-bab846a19a69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b986b190-1b03-4b43-bfde-bab846a19a69 found for delete ", "request_id": "req-5ace2555-6302-4a43-bc32-9111a42d2e87"}]} [pid: 8|app: 0|req: 555/1122] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:36:14 2026] PUT /v2.0/networks/9659c42b-c842-41ac-98b8-8b4fd450287f/tags => generated 19 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:14.462 7 INFO neutron.services.segments.plugin [-] Segment b986b190-1b03-4b43-bfde-bab846a19a69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b986b190-1b03-4b43-bfde-bab846a19a69 found for delete ", "request_id": "req-3f8907c2-f096-4903-8b96-854aa039cba5"}]} [pid: 8|app: 0|req: 556/1123] 10.0.0.212 () {32 vars in 666 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:14.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-2642475e-98ab-4ad6-92cb-c6f368962ae4 002072ace84a48f68877d0d1edb4b8c6 703ab3c980a743179db4fe82d6fe4bac - - default default] TaaS: Handle Delete Port: 38436855-0aae-4d62-ad0e-779e57a84b0d 2026-06-09 23:36:14.543 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2642475e-98ab-4ad6-92cb-c6f368962ae4 002072ace84a48f68877d0d1edb4b8c6 703ab3c980a743179db4fe82d6fe4bac - - default default] Tap Mirror: Handle Delete Port: 38436855-0aae-4d62-ad0e-779e57a84b0d [pid: 8|app: 0|req: 557/1124] 10.0.0.212 () {32 vars in 680 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1125] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:36:14 2026] DELETE /v2.0/ports/38436855-0aae-4d62-ad0e-779e57a84b0d => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1126] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1127] 10.0.0.212 () {32 vars in 643 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/ports => 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: 558/1128] 10.0.0.212 () {32 vars in 676 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1129] 10.0.0.212 () {32 vars in 688 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:14.736 7 INFO neutron.db.segments_db [None req-d974d4c0-71a3-4320-a9bc-8b68de5e19dd 002072ace84a48f68877d0d1edb4b8c6 703ab3c980a743179db4fe82d6fe4bac - - default default] Added segment 9152f2af-2bf2-4c63-b596-03bdf50bab9d of type vxlan for network 00693fc6-baf1-4889-a36f-cb90d2a6f3e6 [pid: 8|app: 0|req: 560/1130] 10.0.0.212 () {32 vars in 674 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1131] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:14 2026] POST /v2.0/networks => generated 649 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:14.875 7 INFO neutron.db.segments_db [None req-046772f7-94b7-4a8d-a046-e64044e7ba30 002072ace84a48f68877d0d1edb4b8c6 703ab3c980a743179db4fe82d6fe4bac - - default default] Added segment 47ecf61d-42af-4a14-a16d-0cbc03ffade3 of type vxlan for network b45a2556-0055-4ca5-9eea-146503cbbce5 [pid: 8|app: 0|req: 561/1132] 10.0.0.212 () {32 vars in 688 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1133] 10.0.0.212 () {32 vars in 684 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1134] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:14 2026] POST /v2.0/networks => generated 649 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1135] 10.0.0.212 () {32 vars in 696 bytes} [Tue Jun 9 23:36:14 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:15.179 8 INFO neutron.services.segments.plugin [-] Segment abfc35e1-ee91-4823-ba2d-80eeac82f300 resource provider aggregate not found 2026-06-09 23:36:15.182 8 INFO neutron.services.segments.plugin [-] Segment abfc35e1-ee91-4823-ba2d-80eeac82f300 resource provider aggregate not found 2026-06-09 23:36:15.197 8 INFO neutron.services.segments.plugin [-] Segment abfc35e1-ee91-4823-ba2d-80eeac82f300 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abfc35e1-ee91-4823-ba2d-80eeac82f300 found for delete ", "request_id": "req-6fc05597-52df-41cc-80ed-a7a490c569d1"}]} [pid: 8|app: 0|req: 564/1136] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:15 2026] DELETE /v2.0/networks/47995f4d-c796-4faf-a9d9-c574c9eec342 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:15.209 8 INFO neutron.services.segments.plugin [-] Segment abfc35e1-ee91-4823-ba2d-80eeac82f300 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abfc35e1-ee91-4823-ba2d-80eeac82f300 found for delete ", "request_id": "req-4d94d110-8a65-4bc3-9cab-b04ecedb9365"}]} [pid: 8|app: 0|req: 565/1137] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:15 2026] DELETE /v2.0/networks/7adc28bb-5d1c-4033-85ac-94f907354267 => 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: 573/1138] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:15 2026] POST /v2.0/subnets => generated 1272 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1139] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:15 2026] DELETE /v2.0/networks/a4c8e746-ab5e-424f-84bf-79951e4dd496 => 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: 574/1140] 10.0.0.212 () {32 vars in 647 bytes} [Tue Jun 9 23:36:15 2026] GET /v2.0/subnets => generated 1908 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1141] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:15 2026] DELETE /v2.0/networks/9659c42b-c842-41ac-98b8-8b4fd450287f => 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: 575/1142] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:15 2026] DELETE /v2.0/subnets/cc6da2a2-b937-428a-a831-f72798ba24cb => 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: 568/1143] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:15 2026] DELETE /v2.0/networks/36b59b7a-2190-4f42-be8c-61f8ba2389ce => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1144] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:15 2026] DELETE /v2.0/subnets/a926767c-9dd3-46c5-beb8-f8ea27634330 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1145] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:15 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => 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: 578/1146] 10.0.0.212 () {32 vars in 647 bytes} [Tue Jun 9 23:36:15 2026] GET /v2.0/subnets => generated 649 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1147] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:15 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1148] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:15 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1149] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:15 2026] DELETE /v2.0/networks/b45a2556-0055-4ca5-9eea-146503cbbce5 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1150] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:16 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1151] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:16 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1154] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:16 2026] DELETE /v2.0/networks/00693fc6-baf1-4889-a36f-cb90d2a6f3e6 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1155] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:16 2026] DELETE /v2.0/networks/18374440-8d07-4c95-8aee-584a277bf1ea => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:16.473 7 INFO neutron.services.segments.plugin [-] Segment 47ecf61d-42af-4a14-a16d-0cbc03ffade3 resource provider aggregate not found 2026-06-09 23:36:16.490 7 INFO neutron.services.segments.plugin [-] Segment 47ecf61d-42af-4a14-a16d-0cbc03ffade3 resource provider aggregate not found 2026-06-09 23:36:16.507 7 INFO neutron.services.segments.plugin [-] Segment 47ecf61d-42af-4a14-a16d-0cbc03ffade3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47ecf61d-42af-4a14-a16d-0cbc03ffade3 found for delete ", "request_id": "req-eba41c0f-bb5e-462b-a869-b69820cb9f12"}]} 2026-06-09 23:36:16.515 7 INFO neutron.services.segments.plugin [-] Segment 47ecf61d-42af-4a14-a16d-0cbc03ffade3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47ecf61d-42af-4a14-a16d-0cbc03ffade3 found for delete ", "request_id": "req-a69bc200-c363-4a15-ad58-ddca1b58c1bc"}]} [pid: 8|app: 0|req: 572/1156] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:16 2026] DELETE /v2.0/networks/e895ef5b-ed33-457b-be69-1cbc97d605d9 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:16.525 7 INFO neutron.services.segments.plugin [-] Segment 03df3822-a4ec-4de3-b8b8-af366e9b55c6 resource provider aggregate not found 2026-06-09 23:36:16.541 7 INFO neutron.services.segments.plugin [-] Segment 03df3822-a4ec-4de3-b8b8-af366e9b55c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03df3822-a4ec-4de3-b8b8-af366e9b55c6 found for delete ", "request_id": "req-76889db8-7550-4e5b-85e5-bf68235437e0"}]} 2026-06-09 23:36:16.543 7 INFO neutron.services.segments.plugin [-] Segment 03df3822-a4ec-4de3-b8b8-af366e9b55c6 resource provider aggregate not found [pid: 7|app: 0|req: 585/1157] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:16 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:16.563 7 INFO neutron.services.segments.plugin [-] Segment 03df3822-a4ec-4de3-b8b8-af366e9b55c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03df3822-a4ec-4de3-b8b8-af366e9b55c6 found for delete ", "request_id": "req-2e7cf4c5-dd51-4e7e-a2a7-eb34bbcf7818"}]} [pid: 8|app: 0|req: 573/1158] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:16 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 574/1159] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:16 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => 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: 586/1160] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:16 2026] GET /v2.0/security-groups?tenant_id=9fa058cdc4a6487191391d5fb95c25ff&name=default => generated 2925 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1161] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:17 2026] GET /v2.0/security-groups?tenant_id=703ab3c980a743179db4fe82d6fe4bac&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:17.224 8 INFO neutron.services.segments.plugin [-] Segment d5c1ccd7-2807-40dc-a07a-1dd45810bab7 resource provider aggregate not found 2026-06-09 23:36:17.236 8 INFO neutron.services.segments.plugin [-] Segment d5c1ccd7-2807-40dc-a07a-1dd45810bab7 resource provider aggregate not found 2026-06-09 23:36:17.255 8 INFO neutron.services.segments.plugin [-] Segment d5c1ccd7-2807-40dc-a07a-1dd45810bab7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5c1ccd7-2807-40dc-a07a-1dd45810bab7 found for delete ", "request_id": "req-ae88a8ee-363a-496a-aaf3-0f9585335c59"}]} [pid: 7|app: 0|req: 587/1162] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:17 2026] DELETE /v2.0/security-groups/218fe16c-9bc5-4d6e-a698-4e5918f5ab75 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:17.270 8 INFO neutron.services.segments.plugin [-] Segment d5c1ccd7-2807-40dc-a07a-1dd45810bab7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5c1ccd7-2807-40dc-a07a-1dd45810bab7 found for delete ", "request_id": "req-00019eac-073b-4f70-9f0e-b0db62b153f0"}]} 2026-06-09 23:36:17.272 8 INFO neutron.services.segments.plugin [-] Segment a14f35c7-30ca-452b-9bed-9b04e1c264a1 resource provider aggregate not found 2026-06-09 23:36:17.287 8 INFO neutron.services.segments.plugin [-] Segment a14f35c7-30ca-452b-9bed-9b04e1c264a1 resource provider aggregate not found 2026-06-09 23:36:17.301 8 INFO neutron.services.segments.plugin [-] Segment a14f35c7-30ca-452b-9bed-9b04e1c264a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a14f35c7-30ca-452b-9bed-9b04e1c264a1 found for delete ", "request_id": "req-8f8bf68d-2367-4560-be70-0440ea514d43"}]} 2026-06-09 23:36:17.309 8 INFO neutron.services.segments.plugin [-] Segment a14f35c7-30ca-452b-9bed-9b04e1c264a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a14f35c7-30ca-452b-9bed-9b04e1c264a1 found for delete ", "request_id": "req-73a06463-7040-4edb-a031-13d273f959f0"}]} 2026-06-09 23:36:17.320 8 INFO neutron.services.segments.plugin [-] Segment f93e59b5-c129-4d3c-a5a1-83826a8d8a5c resource provider aggregate not found 2026-06-09 23:36:17.337 8 INFO neutron.services.segments.plugin [-] Segment f93e59b5-c129-4d3c-a5a1-83826a8d8a5c resource provider aggregate not found 2026-06-09 23:36:17.351 8 INFO neutron.services.segments.plugin [-] Segment f93e59b5-c129-4d3c-a5a1-83826a8d8a5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f93e59b5-c129-4d3c-a5a1-83826a8d8a5c found for delete ", "request_id": "req-84100375-9f16-413a-88bc-f690a07dceaa"}]} 2026-06-09 23:36:17.364 8 INFO neutron.services.segments.plugin [-] Segment f93e59b5-c129-4d3c-a5a1-83826a8d8a5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f93e59b5-c129-4d3c-a5a1-83826a8d8a5c found for delete ", "request_id": "req-d695340f-d549-4052-84cb-7436898b42b8"}]} 2026-06-09 23:36:17.378 8 INFO neutron.services.segments.plugin [-] Segment a7c4f084-e19d-47ff-8c41-52d661d99acb resource provider aggregate not found 2026-06-09 23:36:17.386 8 INFO neutron.services.segments.plugin [-] Segment a7c4f084-e19d-47ff-8c41-52d661d99acb resource provider aggregate not found 2026-06-09 23:36:17.393 8 INFO neutron.services.segments.plugin [-] Segment a7c4f084-e19d-47ff-8c41-52d661d99acb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7c4f084-e19d-47ff-8c41-52d661d99acb found for delete ", "request_id": "req-0fcfd6e5-8e54-465b-b328-ca24f8187922"}]} 2026-06-09 23:36:17.407 8 INFO neutron.services.segments.plugin [-] Segment a7c4f084-e19d-47ff-8c41-52d661d99acb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7c4f084-e19d-47ff-8c41-52d661d99acb found for delete ", "request_id": "req-58641ea5-0119-4243-bb74-d6a979f14ae9"}]} [pid: 8|app: 0|req: 576/1163] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:17 2026] DELETE /v2.0/security-groups/da2e99ce-1766-43e3-8d0f-97ac5e544233 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:17.415 8 INFO neutron.services.segments.plugin [-] Segment 9152f2af-2bf2-4c63-b596-03bdf50bab9d resource provider aggregate not found 2026-06-09 23:36:17.429 8 INFO neutron.services.segments.plugin [-] Segment 9152f2af-2bf2-4c63-b596-03bdf50bab9d resource provider aggregate not found 2026-06-09 23:36:17.431 8 INFO neutron.services.segments.plugin [-] Segment 9152f2af-2bf2-4c63-b596-03bdf50bab9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9152f2af-2bf2-4c63-b596-03bdf50bab9d found for delete ", "request_id": "req-80b64bfe-8085-47a8-93b9-20adea1e0060"}]} 2026-06-09 23:36:17.450 8 INFO neutron.services.segments.plugin [-] Segment 9152f2af-2bf2-4c63-b596-03bdf50bab9d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9152f2af-2bf2-4c63-b596-03bdf50bab9d found for delete ", "request_id": "req-2f60b8a7-c61a-4588-bcaa-cfaaa3f08c25"}]} 2026-06-09 23:36:17.455 8 INFO neutron.services.segments.plugin [-] Segment 3ab71610-0903-4399-837e-3f55f449f6b4 resource provider aggregate not found 2026-06-09 23:36:17.466 8 INFO neutron.services.segments.plugin [-] Segment 3ab71610-0903-4399-837e-3f55f449f6b4 resource provider aggregate not found 2026-06-09 23:36:17.470 8 INFO neutron.services.segments.plugin [-] Segment 3ab71610-0903-4399-837e-3f55f449f6b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ab71610-0903-4399-837e-3f55f449f6b4 found for delete ", "request_id": "req-2b738f18-02a1-481d-a9b8-b287a1a0e50e"}]} 2026-06-09 23:36:17.480 8 INFO neutron.services.segments.plugin [-] Segment 3ab71610-0903-4399-837e-3f55f449f6b4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ab71610-0903-4399-837e-3f55f449f6b4 found for delete ", "request_id": "req-08f2bced-ec00-4902-b134-2c7640251259"}]} [pid: 7|app: 0|req: 588/1164] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:17 2026] GET /v2.0/security-groups?tenant_id=c746dc1d28494ffcad1600b19462ae19&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1165] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:17 2026] DELETE /v2.0/security-groups/95fa4b8b-971c-42ce-ba8f-7976ebef4ab6 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1166] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:17 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1167] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:17 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 590/1168] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:17 2026] GET /v2.0/security-groups?tenant_id=29c3f13b16fd43db9adf324f40dadb2e&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1169] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:17 2026] DELETE /v2.0/security-groups/29a9672b-ccc0-4d91-8c56-2586fd117f0d => 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: 591/1170] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:36:18 2026] GET /v2.0/ports?tenant_id=a003ca9ba5d045af945884ad26324952&device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1171] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:18 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => 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: 592/1172] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:36:18 2026] GET /v2.0/networks?id=cb707867-9c86-44f9-b69f-76117ce86430 => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1173] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:36:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=d6a971cb-538c-4720-8bf8-dcc285d479fc => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1174] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:36:18 2026] GET /v2.0/subnets?id=63dca5f2-2f7a-41ff-bc4e-6089af01d7be => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1175] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:36:18 2026] GET /v2.0/ports?network_id=cb707867-9c86-44f9-b69f-76117ce86430&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1176] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:36:18 2026] GET /v2.0/networks/cb707867-9c86-44f9-b69f-76117ce86430?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: 583/1177] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:36:18 2026] GET /v2.0/networks/cb707867-9c86-44f9-b69f-76117ce86430?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1178] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:18 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1179] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:18 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 596/1180] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:36:18 2026] GET /v2.0/networks?id=f22777f8-de3b-4a52-bcdf-68cf9f1448e2 => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1181] 199.204.45.95 () {34 vars in 1049 bytes} [Tue Jun 9 23:36:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3f211bceda374adf9c79af8b80f7334a => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1182] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:19 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => 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: 597/1183] 199.204.45.95 () {38 vars in 954 bytes} [Tue Jun 9 23:36:19 2026] POST /v2.0/ports => generated 954 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:36:19.602 7 INFO neutron.db.segments_db [None req-31830035-6ee9-40dd-89df-35dc3a50fb30 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Added segment 738ac8e7-0ea4-4ad0-9ade-1cb3d7c85dd7 of type vxlan for network 284dd010-a088-47f5-b414-4076b2efaf73 [pid: 7|app: 0|req: 598/1184] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:19 2026] POST /v2.0/networks => generated 633 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:19.736 7 INFO neutron.db.segments_db [None req-1bb20995-65b8-4373-9605-fb24654b3a04 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Added segment f299a366-aac2-4664-bf87-bdd28aa329b2 of type vxlan for network 52d3613a-bd94-41e7-a847-3a2ec8aa5182 [pid: 8|app: 0|req: 587/1185] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:36:19 2026] PUT /v2.0/ports/9ca2e6bf-14e7-46c2-9934-c49623d130ae => generated 1235 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:19.786 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-68d9ea05-fc25-4ac8-920e-7e4b9d35c374'] response: {'name': 'network-changed', 'server_uuid': '7d7a937a-d2a3-41ca-91c7-b1b059b18b8b', 'tag': '9ca2e6bf-14e7-46c2-9934-c49623d130ae', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 599/1186] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:19 2026] POST /v2.0/networks => generated 634 bytes in 131 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: 600/1187] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:19 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1188] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:20 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 8|app: 0|req: 588/1189] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:19 2026] POST /v2.0/subnets => generated 646 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1190] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:20 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1191] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:36:20 2026] GET /v2.0/ports?tenant_id=3f211bceda374adf9c79af8b80f7334a&device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1192] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:20 2026] GET /v2.0/security-groups?id=cb9b4a9e-9126-4f2b-a030-55224601e1ce&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: 602/1193] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:20 2026] POST /v2.0/subnets => generated 655 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1194] 199.204.45.95 () {34 vars in 1017 bytes} [Tue Jun 9 23:36:20 2026] GET /v2.0/networks?tenant_id=3f211bceda374adf9c79af8b80f7334a&shared=False => generated 772 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:20.439 7 INFO neutron.db.segments_db [None req-86d3575b-6659-4646-9e44-1d779e9f6053 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Added segment ae9e552d-2972-4564-bcfe-5e7587ac84f1 of type vxlan for network 159966b0-72a2-46d4-ad5c-059af5f86fb3 [pid: 8|app: 0|req: 593/1195] 199.204.45.95 () {34 vars in 929 bytes} [Tue Jun 9 23:36:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:20.686 7 INFO neutron.db.l3_hamode_db [None req-86d3575b-6659-4646-9e44-1d779e9f6053 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:36:20.833 7 INFO neutron.db.l3_hamode_db [None req-86d3575b-6659-4646-9e44-1d779e9f6053 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 594/1196] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:21 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1197] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:21 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 603/1198] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:20 2026] POST /v2.0/routers => generated 510 bytes in 1076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1199] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:21 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1200] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:36:21 2026] GET /v2.0/ports?tenant_id=3f211bceda374adf9c79af8b80f7334a&device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1201] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:21 2026] GET /v2.0/security-groups?id=cb9b4a9e-9126-4f2b-a030-55224601e1ce&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: 599/1202] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:36:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=9ca2e6bf-14e7-46c2-9934-c49623d130ae => 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: 600/1203] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:36:21 2026] GET /v2.0/subnets?id=7c1b1f2f-8747-474a-9a73-f86dd0dcd696 => generated 694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1204] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:36:21 2026] GET /v2.0/ports?network_id=f22777f8-de3b-4a52-bcdf-68cf9f1448e2&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1205] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:36:21 2026] GET /v2.0/networks/f22777f8-de3b-4a52-bcdf-68cf9f1448e2?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: 603/1206] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:36:21 2026] GET /v2.0/networks/f22777f8-de3b-4a52-bcdf-68cf9f1448e2?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) 2026-06-09 23:36:22.524 8 INFO neutron.db.segments_db [None req-ff7dd2f6-4efd-4e59-abf1-b467b1c5fbc2 c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] Added segment 02421a70-d8ce-4631-8a28-e13e50973d8e of type vxlan for network 926fe075-6089-4026-a208-944df5086561 [pid: 7|app: 0|req: 604/1207] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:36:21 2026] PUT /v2.0/routers/47d157d7-04c9-4af1-a5d5-e9597740da8c/add_router_interface => generated 309 bytes in 1063 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1208] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:22 2026] POST /v2.0/networks => generated 632 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1209] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:22 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1210] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:36:22 2026] GET /v2.0/ports/15c286ed-a056-468d-b75e-97a9e5ffe458 => generated 959 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1211] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:22 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 607/1212] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:22 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => 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: 606/1213] 10.0.0.212 () {34 vars in 664 bytes} [Tue Jun 9 23:36:22 2026] POST /v2.0/ports => generated 743 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 607/1214] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:22 2026] GET /v2.0/security-groups?id=cb9b4a9e-9126-4f2b-a030-55224601e1ce&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:23.071 7 INFO neutron.db.segments_db [None req-070ad62a-2b96-48b2-92bf-05d3cd7e2859 c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] Added segment da628971-b700-4a13-b7ee-57b776b376d9 of type vxlan for network 9c1f0586-ed91-480c-b4d6-044530b104c3 [pid: 7|app: 0|req: 608/1215] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:22 2026] POST /v2.0/networks => generated 631 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1216] 10.0.0.212 () {34 vars in 664 bytes} [Tue Jun 9 23:36:23 2026] POST /v2.0/ports => generated 743 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:36:23.494 7 INFO neutron.db.segments_db [None req-c093e09b-6a67-4b90-b689-94e485b9c994 c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] Added segment 279e9097-667d-4fca-a529-48ead4bfc344 of type vxlan for network 371cc0fd-3678-4f8b-bdb9-e6f1beb21ad9 [pid: 7|app: 0|req: 610/1217] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:23 2026] POST /v2.0/networks => generated 631 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1218] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:36:22 2026] PUT /v2.0/routers/47d157d7-04c9-4af1-a5d5-e9597740da8c/add_router_interface => generated 309 bytes in 1133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1219] 10.0.0.212 () {34 vars in 664 bytes} [Tue Jun 9 23:36:23 2026] POST /v2.0/ports => generated 743 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: 8|app: 0|req: 609/1220] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:23 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1221] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:36:23 2026] GET /v2.0/ports/5789a8ab-cb1f-4546-9e5f-1de7c7b1cf04 => generated 967 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:23.927 8 INFO neutron.db.segments_db [None req-fc49cf3a-2319-44ab-a278-09d68c7af6d3 c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] Added segment a605681d-6f6e-48a0-82c1-538da509d2d1 of type vxlan for network acb6c34e-d743-49f8-80c5-e43757e14ba0 [pid: 8|app: 0|req: 610/1222] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:23 2026] POST /v2.0/networks => generated 631 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1223] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:24 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:24.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf00bb73-8cd2-4a52-a097-fd3a399aa9a4 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] TaaS: Handle Delete Port: 5789a8ab-cb1f-4546-9e5f-1de7c7b1cf04 2026-06-09 23:36:24.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf00bb73-8cd2-4a52-a097-fd3a399aa9a4 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Tap Mirror: Handle Delete Port: 5789a8ab-cb1f-4546-9e5f-1de7c7b1cf04 [pid: 8|app: 0|req: 612/1224] 10.0.0.212 () {34 vars in 664 bytes} [Tue Jun 9 23:36:24 2026] POST /v2.0/ports => generated 743 bytes in 379 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: 613/1225] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:24 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:24.573 8 INFO neutron.db.segments_db [None req-0b4386a0-fe1d-47b7-ae78-12e341a5cabd c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] Added segment 63c6831a-0b4f-49fc-9559-d7833acfc02c of type vxlan for network 51888b9f-9953-48e0-88d5-59a047315bae [pid: 8|app: 0|req: 614/1226] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:24 2026] POST /v2.0/networks => generated 631 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1227] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:36:23 2026] PUT /v2.0/routers/47d157d7-04c9-4af1-a5d5-e9597740da8c/remove_router_interface => generated 309 bytes in 797 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1228] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:24 2026] GET /v2.0/security-groups?id=cb9b4a9e-9126-4f2b-a030-55224601e1ce&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: 614/1229] 10.0.0.212 () {34 vars in 664 bytes} [Tue Jun 9 23:36:24 2026] POST /v2.0/ports => generated 743 bytes in 333 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: 615/1230] 10.0.0.212 () {34 vars in 747 bytes} [Tue Jun 9 23:36:25 2026] PUT /v2.0/ports/00f66ca2-4196-4459-9e7a-9bec27fa9c8b/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 616/1231] 10.0.0.212 () {34 vars in 747 bytes} [Tue Jun 9 23:36:25 2026] PUT /v2.0/ports/132269d9-63a7-4c4e-920f-778df816a19e/tags => generated 25 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: 7|app: 0|req: 617/1232] 10.0.0.212 () {34 vars in 747 bytes} [Tue Jun 9 23:36:25 2026] PUT /v2.0/ports/d746d54d-5716-4013-acf0-d25b9427fcfa/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 618/1233] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:25 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1234] 10.0.0.212 () {34 vars in 747 bytes} [Tue Jun 9 23:36:25 2026] PUT /v2.0/ports/11dd3d6c-ce50-4a3e-a22e-0a229078b974/tags => generated 19 bytes in 58 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: 620/1235] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:25 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 621/1236] 10.0.0.212 () {32 vars in 660 bytes} [Tue Jun 9 23:36:25 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1237] 10.0.0.212 () {32 vars in 674 bytes} [Tue Jun 9 23:36:25 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1238] 10.0.0.212 () {32 vars in 670 bytes} [Tue Jun 9 23:36:25 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1239] 10.0.0.212 () {32 vars in 682 bytes} [Tue Jun 9 23:36:25 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1240] 10.0.0.212 () {32 vars in 668 bytes} [Tue Jun 9 23:36:25 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:25.754 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc751f54-d83c-45a1-a291-9968387a6819 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] TaaS: Handle Delete Port: 15c286ed-a056-468d-b75e-97a9e5ffe458 2026-06-09 23:36:25.757 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc751f54-d83c-45a1-a291-9968387a6819 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Tap Mirror: Handle Delete Port: 15c286ed-a056-468d-b75e-97a9e5ffe458 [pid: 8|app: 0|req: 616/1241] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:36:24 2026] PUT /v2.0/routers/47d157d7-04c9-4af1-a5d5-e9597740da8c/remove_router_interface => generated 309 bytes in 1496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1242] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:26 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 971 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1243] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:36:26 2026] GET /v2.0/ports?device_id=47d157d7-04c9-4af1-a5d5-e9597740da8c => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1244] 10.0.0.212 () {32 vars in 682 bytes} [Tue Jun 9 23:36:25 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 609 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1245] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:26 2026] GET /v2.0/security-groups?id=cb9b4a9e-9126-4f2b-a030-55224601e1ce&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1246] 10.0.0.212 () {32 vars in 678 bytes} [Tue Jun 9 23:36:26 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:26.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-52e91484-d68e-4acb-bbfd-0167cbacfccd c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] TaaS: Handle Delete Port: ed7a2c60-8045-4984-8dd4-1385afb100cf 2026-06-09 23:36:26.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52e91484-d68e-4acb-bbfd-0167cbacfccd c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Tap Mirror: Handle Delete Port: ed7a2c60-8045-4984-8dd4-1385afb100cf [pid: 8|app: 0|req: 621/1247] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:26 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1248] 10.0.0.212 () {32 vars in 690 bytes} [Tue Jun 9 23:36:26 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1249] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:26 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:26.742 8 INFO neutron_taas.services.taas.taas_plugin [None req-3df50408-6263-4dc9-ae1e-9c0f7309340a c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] TaaS: Handle Delete Port: 00f66ca2-4196-4459-9e7a-9bec27fa9c8b 2026-06-09 23:36:26.745 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3df50408-6263-4dc9-ae1e-9c0f7309340a c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] Tap Mirror: Handle Delete Port: 00f66ca2-4196-4459-9e7a-9bec27fa9c8b [pid: 8|app: 0|req: 624/1250] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:36:26 2026] DELETE /v2.0/ports/00f66ca2-4196-4459-9e7a-9bec27fa9c8b => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:26.903 7 INFO neutron.services.segments.plugin [-] Segment ae9e552d-2972-4564-bcfe-5e7587ac84f1 resource provider aggregate not found 2026-06-09 23:36:26.909 7 INFO neutron.services.segments.plugin [-] Segment ae9e552d-2972-4564-bcfe-5e7587ac84f1 resource provider aggregate not found 2026-06-09 23:36:26.927 7 INFO neutron.services.segments.plugin [-] Segment ae9e552d-2972-4564-bcfe-5e7587ac84f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae9e552d-2972-4564-bcfe-5e7587ac84f1 found for delete ", "request_id": "req-f1321a8c-2202-40b2-a3b5-467e0a0fa0f4"}]} 2026-06-09 23:36:26.945 7 INFO neutron.services.segments.plugin [-] Segment ae9e552d-2972-4564-bcfe-5e7587ac84f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae9e552d-2972-4564-bcfe-5e7587ac84f1 found for delete ", "request_id": "req-2bfee115-726e-4d45-8c00-e1c461edd9fd"}]} 2026-06-09 23:36:26.950 7 INFO neutron.db.l3_hamode_db [None req-52e91484-d68e-4acb-bbfd-0167cbacfccd c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] HA network 159966b0-72a2-46d4-ad5c-059af5f86fb3 was deleted as no HA routers are present in tenant 61c6acca6a4d486cb72650f42ce7ccd6. [pid: 7|app: 0|req: 627/1251] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:26 2026] DELETE /v2.0/routers/47d157d7-04c9-4af1-a5d5-e9597740da8c => generated 0 bytes in 624 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:26.964 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba5d263e-799d-43ee-929b-303eb716159e c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] TaaS: Handle Delete Port: 132269d9-63a7-4c4e-920f-778df816a19e 2026-06-09 23:36:26.969 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba5d263e-799d-43ee-929b-303eb716159e c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] Tap Mirror: Handle Delete Port: 132269d9-63a7-4c4e-920f-778df816a19e [pid: 8|app: 0|req: 625/1252] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:36:26 2026] DELETE /v2.0/ports/132269d9-63a7-4c4e-920f-778df816a19e => 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: 628/1253] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:26 2026] DELETE /v2.0/subnets/0557af67-b27c-4c39-80eb-5421c21aa63c => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:27.222 8 INFO neutron_taas.services.taas.taas_plugin [None req-b68fe7f8-17cd-479d-b994-ff5989408995 c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] TaaS: Handle Delete Port: d746d54d-5716-4013-acf0-d25b9427fcfa 2026-06-09 23:36:27.225 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b68fe7f8-17cd-479d-b994-ff5989408995 c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] Tap Mirror: Handle Delete Port: d746d54d-5716-4013-acf0-d25b9427fcfa [pid: 7|app: 0|req: 629/1254] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:27 2026] DELETE /v2.0/subnets/cc2a42c5-47ad-4ecb-8211-e6349c2a7011 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1255] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:36:27 2026] DELETE /v2.0/ports/d746d54d-5716-4013-acf0-d25b9427fcfa => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:27.439 7 INFO neutron_taas.services.taas.taas_plugin [None req-774e9f9f-5fc9-4632-ba37-4b4fd5c8cc57 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] TaaS: Handle Delete Port: 87848520-3538-4768-839d-e67164daac41 2026-06-09 23:36:27.444 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-774e9f9f-5fc9-4632-ba37-4b4fd5c8cc57 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Tap Mirror: Handle Delete Port: 87848520-3538-4768-839d-e67164daac41 2026-06-09 23:36:27.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2b63a8a-b9b5-4242-8ebd-052c98ea7f6e c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] TaaS: Handle Delete Port: 11dd3d6c-ce50-4a3e-a22e-0a229078b974 2026-06-09 23:36:27.463 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2b63a8a-b9b5-4242-8ebd-052c98ea7f6e c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] Tap Mirror: Handle Delete Port: 11dd3d6c-ce50-4a3e-a22e-0a229078b974 [pid: 8|app: 0|req: 627/1256] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:36:27 2026] DELETE /v2.0/ports/11dd3d6c-ce50-4a3e-a22e-0a229078b974 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1257] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:27 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1258] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:27 2026] DELETE /v2.0/networks/52d3613a-bd94-41e7-a847-3a2ec8aa5182 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1259] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:27 2026] GET /v2.0/security-groups?id=cb9b4a9e-9126-4f2b-a030-55224601e1ce&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:27.689 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac0c549a-72e9-4297-a995-8126803ddc54 c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] TaaS: Handle Delete Port: d07cb5fa-7d7d-4a5e-bbb7-2642d328505b 2026-06-09 23:36:27.692 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac0c549a-72e9-4297-a995-8126803ddc54 c7ccd7fa28eb43a0b67f7f4af9c66c09 d9548bbc46034b05b91cab54eda9b988 - - default default] Tap Mirror: Handle Delete Port: d07cb5fa-7d7d-4a5e-bbb7-2642d328505b 2026-06-09 23:36:27.744 7 INFO neutron_taas.services.taas.taas_plugin [None req-42546a79-ee9c-4062-b4ba-e0f9e13e313e c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] TaaS: Handle Delete Port: e686ace3-b048-48b5-a1b7-a8f510343be1 2026-06-09 23:36:27.747 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42546a79-ee9c-4062-b4ba-e0f9e13e313e c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Tap Mirror: Handle Delete Port: e686ace3-b048-48b5-a1b7-a8f510343be1 [pid: 8|app: 0|req: 629/1260] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:36:27 2026] DELETE /v2.0/ports/d07cb5fa-7d7d-4a5e-bbb7-2642d328505b => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1261] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:27 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1262] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:27 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1263] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:27 2026] DELETE /v2.0/networks/284dd010-a088-47f5-b414-4076b2efaf73 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1264] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:27 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:28.016 8 INFO neutron.services.segments.plugin [-] Segment 02421a70-d8ce-4631-8a28-e13e50973d8e resource provider aggregate not found 2026-06-09 23:36:28.022 8 INFO neutron.services.segments.plugin [-] Segment 02421a70-d8ce-4631-8a28-e13e50973d8e resource provider aggregate not found 2026-06-09 23:36:28.048 8 INFO neutron.services.segments.plugin [-] Segment 02421a70-d8ce-4631-8a28-e13e50973d8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02421a70-d8ce-4631-8a28-e13e50973d8e found for delete ", "request_id": "req-ea3b8411-6adb-4956-ac57-a1de48718164"}]} 2026-06-09 23:36:28.052 8 INFO neutron.services.segments.plugin [-] Segment 02421a70-d8ce-4631-8a28-e13e50973d8e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02421a70-d8ce-4631-8a28-e13e50973d8e found for delete ", "request_id": "req-2adb8ac0-98f9-4e89-9fec-1ff5266012bf"}]} [pid: 8|app: 0|req: 632/1265] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:27 2026] DELETE /v2.0/networks/926fe075-6089-4026-a208-944df5086561 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:28.130 8 INFO neutron.db.segments_db [None req-f5196dc0-9428-45e4-8f6a-afe3d64c4d3f c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Added segment 9da26cd5-60a9-4e35-b938-8d3faee44f6d of type vxlan for network d70525ba-c090-4295-8ded-b6fdead37fe7 [pid: 8|app: 0|req: 633/1266] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:28 2026] POST /v2.0/networks => generated 632 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1267] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:28 2026] DELETE /v2.0/networks/9c1f0586-ed91-480c-b4d6-044530b104c3 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:28.371 7 INFO neutron.db.l3_db [None req-82ec8561-52a1-4240-84b4-81c4143bf395 f022e1848b514085876be9f56f2bba04 3f211bceda374adf9c79af8b80f7334a - - default default] Floating IP 1b855a1d-ffee-4260-b8de-0df150245ba8 associated. External IP: 10.96.250.211, port: 9ca2e6bf-14e7-46c2-9934-c49623d130ae. [pid: 8|app: 0|req: 635/1268] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:28 2026] POST /v2.0/subnets => generated 646 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1269] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:36:27 2026] PUT /v2.0/floatingips/1b855a1d-ffee-4260-b8de-0df150245ba8 => generated 855 bytes in 714 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1270] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:28 2026] DELETE /v2.0/networks/371cc0fd-3678-4f8b-bdb9-e6f1beb21ad9 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:28.747 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-233ea44b-afd8-48e3-b3b7-22e3e850fada'] response: {'name': 'network-changed', 'server_uuid': '7d7a937a-d2a3-41ca-91c7-b1b059b18b8b', 'tag': '9ca2e6bf-14e7-46c2-9934-c49623d130ae', 'status': 'completed', 'code': 200} 2026-06-09 23:36:28.761 7 INFO neutron.db.segments_db [None req-84910b71-d873-47b2-a02f-24d2c388bf91 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Added segment 2024849d-704f-40b6-b00a-882121e4cf59 of type vxlan for network 4fd0505d-80a2-4f35-8200-9798c7d7bc44 [pid: 8|app: 0|req: 637/1271] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:28 2026] DELETE /v2.0/networks/acb6c34e-d743-49f8-80c5-e43757e14ba0 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1272] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:28 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:28.953 7 INFO neutron.services.segments.plugin [-] Segment f299a366-aac2-4664-bf87-bdd28aa329b2 resource provider aggregate not found 2026-06-09 23:36:28.985 7 INFO neutron.services.segments.plugin [-] Segment f299a366-aac2-4664-bf87-bdd28aa329b2 resource provider aggregate not found 2026-06-09 23:36:28.987 7 INFO neutron.services.segments.plugin [-] Segment f299a366-aac2-4664-bf87-bdd28aa329b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f299a366-aac2-4664-bf87-bdd28aa329b2 found for delete ", "request_id": "req-5de2b94b-60d3-4946-b630-048eb77ed75e"}]} 2026-06-09 23:36:29.003 7 INFO neutron.db.l3_hamode_db [None req-84910b71-d873-47b2-a02f-24d2c388bf91 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:36:29.018 7 INFO neutron.services.segments.plugin [-] Segment f299a366-aac2-4664-bf87-bdd28aa329b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f299a366-aac2-4664-bf87-bdd28aa329b2 found for delete ", "request_id": "req-52b18e4d-66dd-4945-863c-f109b077b9b2"}]} 2026-06-09 23:36:29.023 7 INFO neutron.services.segments.plugin [-] Segment 738ac8e7-0ea4-4ad0-9ade-1cb3d7c85dd7 resource provider aggregate not found 2026-06-09 23:36:29.041 7 INFO neutron.services.segments.plugin [-] Segment 738ac8e7-0ea4-4ad0-9ade-1cb3d7c85dd7 resource provider aggregate not found 2026-06-09 23:36:29.052 7 INFO neutron.services.segments.plugin [-] Segment 738ac8e7-0ea4-4ad0-9ade-1cb3d7c85dd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 738ac8e7-0ea4-4ad0-9ade-1cb3d7c85dd7 found for delete ", "request_id": "req-79582c4e-4d21-4d37-90a2-63b33ba581cf"}]} [pid: 8|app: 0|req: 639/1273] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:28 2026] DELETE /v2.0/networks/51888b9f-9953-48e0-88d5-59a047315bae => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:29.064 7 INFO neutron.services.segments.plugin [-] Segment 738ac8e7-0ea4-4ad0-9ade-1cb3d7c85dd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 738ac8e7-0ea4-4ad0-9ade-1cb3d7c85dd7 found for delete ", "request_id": "req-5a9e05a8-2201-491b-88b3-dbfad9092423"}]} [pid: 8|app: 0|req: 640/1274] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:29 2026] GET /v2.0/security-groups?id=cb9b4a9e-9126-4f2b-a030-55224601e1ce&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:29.173 7 INFO neutron.db.l3_hamode_db [None req-84910b71-d873-47b2-a02f-24d2c388bf91 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 641/1275] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:36:29 2026] GET /v2.0/ports?tenant_id=3f211bceda374adf9c79af8b80f7334a&device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1276] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:29 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => 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: 643/1277] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:36:29 2026] GET /v2.0/networks?id=f22777f8-de3b-4a52-bcdf-68cf9f1448e2 => 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: 644/1278] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:29 2026] GET /v2.0/security-groups?id=cb9b4a9e-9126-4f2b-a030-55224601e1ce&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: 645/1279] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:36:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=9ca2e6bf-14e7-46c2-9934-c49623d130ae => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1280] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:36:29 2026] GET /v2.0/subnets?id=7c1b1f2f-8747-474a-9a73-f86dd0dcd696 => generated 694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1281] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:36:29 2026] GET /v2.0/ports?network_id=f22777f8-de3b-4a52-bcdf-68cf9f1448e2&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1282] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:36:29 2026] GET /v2.0/networks/f22777f8-de3b-4a52-bcdf-68cf9f1448e2?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1283] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:36:29 2026] GET /v2.0/networks/f22777f8-de3b-4a52-bcdf-68cf9f1448e2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1284] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:28 2026] POST /v2.0/routers => generated 511 bytes in 1164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:30.073 8 INFO neutron.services.segments.plugin [-] Segment da628971-b700-4a13-b7ee-57b776b376d9 resource provider aggregate not found 2026-06-09 23:36:30.076 8 INFO neutron.services.segments.plugin [-] Segment da628971-b700-4a13-b7ee-57b776b376d9 resource provider aggregate not found 2026-06-09 23:36:30.102 8 INFO neutron.services.segments.plugin [-] Segment da628971-b700-4a13-b7ee-57b776b376d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da628971-b700-4a13-b7ee-57b776b376d9 found for delete ", "request_id": "req-22968088-8f04-42bf-bf22-66166a6ae36b"}]} 2026-06-09 23:36:30.105 8 INFO neutron.services.segments.plugin [-] Segment da628971-b700-4a13-b7ee-57b776b376d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da628971-b700-4a13-b7ee-57b776b376d9 found for delete ", "request_id": "req-3af6303d-5b40-4a34-9de2-86891764d268"}]} 2026-06-09 23:36:30.124 8 INFO neutron.services.segments.plugin [-] Segment 279e9097-667d-4fca-a529-48ead4bfc344 resource provider aggregate not found 2026-06-09 23:36:30.130 8 INFO neutron.services.segments.plugin [-] Segment 279e9097-667d-4fca-a529-48ead4bfc344 resource provider aggregate not found [pid: 8|app: 0|req: 650/1285] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:29 2026] GET /v2.0/security-groups?tenant_id=d9548bbc46034b05b91cab54eda9b988&name=default => generated 2925 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:30.141 8 INFO neutron.services.segments.plugin [-] Segment 279e9097-667d-4fca-a529-48ead4bfc344 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 279e9097-667d-4fca-a529-48ead4bfc344 found for delete ", "request_id": "req-a1e2859a-8a37-48f8-a911-74f814705922"}]} 2026-06-09 23:36:30.144 8 INFO neutron.services.segments.plugin [-] Segment 279e9097-667d-4fca-a529-48ead4bfc344 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 279e9097-667d-4fca-a529-48ead4bfc344 found for delete ", "request_id": "req-ac6ae8c9-1fdb-4e9a-8642-06f1f731cc3a"}]} 2026-06-09 23:36:30.156 8 INFO neutron.services.segments.plugin [-] Segment a605681d-6f6e-48a0-82c1-538da509d2d1 resource provider aggregate not found 2026-06-09 23:36:30.165 8 INFO neutron.services.segments.plugin [-] Segment a605681d-6f6e-48a0-82c1-538da509d2d1 resource provider aggregate not found 2026-06-09 23:36:30.179 8 INFO neutron.services.segments.plugin [-] Segment a605681d-6f6e-48a0-82c1-538da509d2d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a605681d-6f6e-48a0-82c1-538da509d2d1 found for delete ", "request_id": "req-d9e07188-fe6e-436f-9a24-bf466e782928"}]} 2026-06-09 23:36:30.187 8 INFO neutron.services.segments.plugin [-] Segment a605681d-6f6e-48a0-82c1-538da509d2d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a605681d-6f6e-48a0-82c1-538da509d2d1 found for delete ", "request_id": "req-d889a622-0e82-4666-9d1a-944e534927b7"}]} 2026-06-09 23:36:30.206 8 INFO neutron.services.segments.plugin [-] Segment 63c6831a-0b4f-49fc-9559-d7833acfc02c resource provider aggregate not found 2026-06-09 23:36:30.211 8 INFO neutron.services.segments.plugin [-] Segment 63c6831a-0b4f-49fc-9559-d7833acfc02c resource provider aggregate not found 2026-06-09 23:36:30.232 8 INFO neutron.services.segments.plugin [-] Segment 63c6831a-0b4f-49fc-9559-d7833acfc02c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63c6831a-0b4f-49fc-9559-d7833acfc02c found for delete ", "request_id": "req-c7749ac6-7183-43b1-9a80-9f3d831eeeae"}]} 2026-06-09 23:36:30.235 8 INFO neutron.services.segments.plugin [-] Segment 63c6831a-0b4f-49fc-9559-d7833acfc02c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63c6831a-0b4f-49fc-9559-d7833acfc02c found for delete ", "request_id": "req-f2bec368-71ce-4218-926f-8a310c63bcf1"}]} [pid: 7|app: 0|req: 636/1286] 10.0.0.212 () {34 vars in 665 bytes} [Tue Jun 9 23:36:29 2026] POST /v2.0/ports => generated 964 bytes in 377 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: 651/1287] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:30 2026] DELETE /v2.0/security-groups/87610565-4227-4477-af97-1175b5a0a798 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1288] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:30 2026] GET /v2.0/security-groups?tenant_id=a425a8379107493682ed5333d29cc4ba&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: 653/1289] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:30 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1290] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:30 2026] DELETE /v2.0/security-groups/f162a2c4-7ab1-43a0-a173-485d4d406e1c => 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: 655/1291] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:30 2026] GET /v2.0/security-groups?id=cb9b4a9e-9126-4f2b-a030-55224601e1ce&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: 656/1292] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:30 2026] GET /v2.0/security-groups?tenant_id=ac797b3b2a624a8d8afaade222872e49&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: 657/1293] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:30 2026] DELETE /v2.0/security-groups/a9774c37-583c-4065-a3ea-d5eb1bec3f69 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1296] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:36:30 2026] PUT /v2.0/routers/3251de89-51e6-4e8b-9385-f65ca40ecd11/add_router_interface => generated 309 bytes in 1022 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1297] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:36:31 2026] GET /v2.0/ports/2249dcec-e2b8-4b18-a569-46634035f0a8 => generated 1038 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:36:31.608 7 INFO neutron_taas.services.taas.taas_plugin [None req-1277cf5a-4ce0-42cd-8143-5a6dcbe629f9 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] TaaS: Handle Delete Port: 2249dcec-e2b8-4b18-a569-46634035f0a8 2026-06-09 23:36:31.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1277cf5a-4ce0-42cd-8143-5a6dcbe629f9 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Tap Mirror: Handle Delete Port: 2249dcec-e2b8-4b18-a569-46634035f0a8 [pid: 8|app: 0|req: 661/1298] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:31 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1299] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:36:31 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1300] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:31 2026] GET /v2.0/security-groups?id=cb9b4a9e-9126-4f2b-a030-55224601e1ce&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-06-09 23:36:31.994 8 INFO neutron_taas.services.taas.taas_plugin [req-4948cbc8-fb99-4399-b626-bf0a4818373d req-0c3861ab-778a-4a72-9ad9-fbff70372fcb f022e1848b514085876be9f56f2bba04 3f211bceda374adf9c79af8b80f7334a - - default default] TaaS: Handle Delete Port: 9ca2e6bf-14e7-46c2-9934-c49623d130ae 2026-06-09 23:36:31.997 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4948cbc8-fb99-4399-b626-bf0a4818373d req-0c3861ab-778a-4a72-9ad9-fbff70372fcb f022e1848b514085876be9f56f2bba04 3f211bceda374adf9c79af8b80f7334a - - default default] Tap Mirror: Handle Delete Port: 9ca2e6bf-14e7-46c2-9934-c49623d130ae [pid: 7|app: 0|req: 638/1301] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:36:31 2026] PUT /v2.0/routers/3251de89-51e6-4e8b-9385-f65ca40ecd11/remove_router_interface => generated 309 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:36:32.128 8 INFO neutron.db.l3_db [req-4948cbc8-fb99-4399-b626-bf0a4818373d req-0c3861ab-778a-4a72-9ad9-fbff70372fcb f022e1848b514085876be9f56f2bba04 3f211bceda374adf9c79af8b80f7334a - - default default] Floating IP 1b855a1d-ffee-4260-b8de-0df150245ba8 disassociated. External IP: 10.96.250.211, port: 9ca2e6bf-14e7-46c2-9934-c49623d130ae. 2026-06-09 23:36:32.175 7 INFO neutron.api.v2.resource [None req-248a8c65-3be1-436e-bdbc-097bf1ee1bd2 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 639/1302] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:36:32 2026] PUT /v2.0/routers/3251de89-51e6-4e8b-9385-f65ca40ecd11/remove_router_interface => generated 197 bytes in 106 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1303] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:36:32 2026] GET /v2.0/ports?device_id=3251de89-51e6-4e8b-9385-f65ca40ecd11 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:32.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-adc326a6-93de-485b-b073-50fc157f247d c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] TaaS: Handle Delete Port: 5d097e64-ff86-4826-a6a6-e72ab7b40aaa 2026-06-09 23:36:32.397 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-adc326a6-93de-485b-b073-50fc157f247d c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Tap Mirror: Handle Delete Port: 5d097e64-ff86-4826-a6a6-e72ab7b40aaa [pid: 8|app: 0|req: 664/1304] 199.204.45.95 () {36 vars in 996 bytes} [Tue Jun 9 23:36:31 2026] DELETE /v2.0/ports/9ca2e6bf-14e7-46c2-9934-c49623d130ae => generated 0 bytes in 609 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:32.536 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3c8d97c-3a24-45be-9c06-fe52d703ca88'] response: {'server_uuid': '7d7a937a-d2a3-41ca-91c7-b1b059b18b8b', 'name': 'network-vif-deleted', 'tag': '9ca2e6bf-14e7-46c2-9934-c49623d130ae', 'status': 'completed', 'code': 200} 2026-06-09 23:36:32.721 7 INFO neutron.services.segments.plugin [-] Segment 2024849d-704f-40b6-b00a-882121e4cf59 resource provider aggregate not found 2026-06-09 23:36:32.726 7 INFO neutron.services.segments.plugin [-] Segment 2024849d-704f-40b6-b00a-882121e4cf59 resource provider aggregate not found 2026-06-09 23:36:32.749 7 INFO neutron.services.segments.plugin [-] Segment 2024849d-704f-40b6-b00a-882121e4cf59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2024849d-704f-40b6-b00a-882121e4cf59 found for delete ", "request_id": "req-a4e5fe45-dce9-4a1e-bf81-bb8c581e51e4"}]} 2026-06-09 23:36:32.750 7 INFO neutron.services.segments.plugin [-] Segment 2024849d-704f-40b6-b00a-882121e4cf59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2024849d-704f-40b6-b00a-882121e4cf59 found for delete ", "request_id": "req-dbf89b37-0722-40f5-8e10-19fb31196422"}]} 2026-06-09 23:36:32.752 7 INFO neutron.db.l3_hamode_db [None req-adc326a6-93de-485b-b073-50fc157f247d c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] HA network 4fd0505d-80a2-4f35-8200-9798c7d7bc44 was deleted as no HA routers are present in tenant 61c6acca6a4d486cb72650f42ce7ccd6. [pid: 7|app: 0|req: 641/1305] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:32 2026] DELETE /v2.0/routers/3251de89-51e6-4e8b-9385-f65ca40ecd11 => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1306] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:32 2026] DELETE /v2.0/subnets/d5896fec-6301-4b2e-89fc-48e6864e1234 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1307] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:32 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1308] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:32 2026] DELETE /v2.0/networks/d70525ba-c090-4295-8ded-b6fdead37fe7 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:33.114 8 INFO neutron.db.segments_db [None req-6fbe2432-c4ac-4c7e-a7c1-66e4f84db466 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Added segment 546a8cd4-6cdc-4424-ba6b-9938428064c7 of type vxlan for network 91650ea7-dd23-4f85-96c3-383ef0db8740 [pid: 8|app: 0|req: 667/1309] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:33 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: 643/1310] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:33 2026] POST /v2.0/subnets => generated 646 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:33.575 8 INFO neutron.db.segments_db [None req-7d04a7d7-2876-4ae5-8dad-9d138634645c c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Added segment 8b222674-de99-4eb4-aa58-df52eabd6a89 of type vxlan for network 783bb1d6-11d7-4910-8a33-565194db1824 2026-06-09 23:36:33.841 8 INFO neutron.db.l3_hamode_db [None req-7d04a7d7-2876-4ae5-8dad-9d138634645c c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:36:33.963 8 INFO neutron.db.l3_hamode_db [None req-7d04a7d7-2876-4ae5-8dad-9d138634645c c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 644/1311] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:34 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => 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: 668/1312] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:33 2026] POST /v2.0/routers => generated 511 bytes in 1068 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:34.784 7 INFO neutron.services.segments.plugin [-] Segment 9da26cd5-60a9-4e35-b938-8d3faee44f6d resource provider aggregate not found 2026-06-09 23:36:34.785 7 INFO neutron.services.segments.plugin [-] Segment 9da26cd5-60a9-4e35-b938-8d3faee44f6d resource provider aggregate not found 2026-06-09 23:36:34.811 7 INFO neutron.services.segments.plugin [-] Segment 9da26cd5-60a9-4e35-b938-8d3faee44f6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9da26cd5-60a9-4e35-b938-8d3faee44f6d found for delete ", "request_id": "req-a9e9dfe2-5ce2-4df9-8bba-930d861562e2"}]} 2026-06-09 23:36:34.815 7 INFO neutron.services.segments.plugin [-] Segment 9da26cd5-60a9-4e35-b938-8d3faee44f6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9da26cd5-60a9-4e35-b938-8d3faee44f6d found for delete ", "request_id": "req-da88370d-3144-480d-9a08-c07f3facf2a8"}]} [pid: 8|app: 0|req: 669/1313] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:35 2026] GET /v2.0/ports?device_id=7d7a937a-d2a3-41ca-91c7-b1b059b18b8b => 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: 645/1314] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:36:34 2026] PUT /v2.0/routers/86d9b791-408b-4e90-bcc6-1a7eb14b31cc/add_router_interface => generated 309 bytes in 994 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1315] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:36:35 2026] GET /v2.0/ports/0958064f-7e4e-42e7-a358-4818ecd22156 => generated 959 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1316] 10.0.0.212 () {34 vars in 684 bytes} [Tue Jun 9 23:36:35 2026] POST /v2.0/security-groups => generated 1601 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1317] 10.0.0.212 () {34 vars in 684 bytes} [Tue Jun 9 23:36:35 2026] POST /v2.0/security-groups => generated 1601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-09 23:36:35.952 7 INFO neutron_taas.services.taas.taas_plugin [None req-49ac3c89-9248-4683-b5d2-cd67d8a6ca3d c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] TaaS: Handle Delete Port: 0958064f-7e4e-42e7-a358-4818ecd22156 2026-06-09 23:36:35.956 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49ac3c89-9248-4683-b5d2-cd67d8a6ca3d c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Tap Mirror: Handle Delete Port: 0958064f-7e4e-42e7-a358-4818ecd22156 [pid: 8|app: 0|req: 672/1318] 10.0.0.212 () {34 vars in 684 bytes} [Tue Jun 9 23:36:35 2026] POST /v2.0/security-groups => generated 1601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1319] 10.0.0.212 () {34 vars in 684 bytes} [Tue Jun 9 23:36:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1320] 10.0.0.212 () {34 vars in 684 bytes} [Tue Jun 9 23:36:36 2026] POST /v2.0/security-groups => generated 1601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1321] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:36:35 2026] PUT /v2.0/routers/86d9b791-408b-4e90-bcc6-1a7eb14b31cc/remove_router_interface => generated 309 bytes in 730 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1322] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:36 2026] DELETE /v2.0/security-groups/cb9b4a9e-9126-4f2b-a030-55224601e1ce => 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: 648/1323] 10.0.0.212 () {34 vars in 767 bytes} [Tue Jun 9 23:36:36 2026] PUT /v2.0/security-groups/56620e13-ae21-4c6e-b7e1-2d18a6529cfc/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1324] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:36:36 2026] GET /v2.0/ports?device_id=86d9b791-408b-4e90-bcc6-1a7eb14b31cc => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:36.395 7 INFO neutron.api.v2.resource [None req-7818fc60-814d-4b1d-94bb-7dd0cb36895d f022e1848b514085876be9f56f2bba04 3f211bceda374adf9c79af8b80f7334a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 649/1325] 10.0.0.212 () {32 vars in 737 bytes} [Tue Jun 9 23:36:36 2026] GET /v2.0/security-groups/cb9b4a9e-9126-4f2b-a030-55224601e1ce => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1326] 10.0.0.212 () {34 vars in 767 bytes} [Tue Jun 9 23:36:36 2026] PUT /v2.0/security-groups/853c5fdd-dcec-4d38-aff2-119041bc32bf/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:36.526 8 INFO neutron_taas.services.taas.taas_plugin [None req-35049072-56ca-469a-8427-f28348ed649c f022e1848b514085876be9f56f2bba04 3f211bceda374adf9c79af8b80f7334a - - default default] TaaS: Handle Delete Port: deab02f3-74fc-4586-bcdc-c7d4744ad5a9 2026-06-09 23:36:36.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35049072-56ca-469a-8427-f28348ed649c f022e1848b514085876be9f56f2bba04 3f211bceda374adf9c79af8b80f7334a - - default default] Tap Mirror: Handle Delete Port: deab02f3-74fc-4586-bcdc-c7d4744ad5a9 2026-06-09 23:36:36.533 7 INFO neutron_taas.services.taas.taas_plugin [None req-18a52d20-8177-44eb-85cf-f3d44208842f c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] TaaS: Handle Delete Port: 3230c49a-3cd2-4dac-9eee-bd7db5c49898 2026-06-09 23:36:36.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18a52d20-8177-44eb-85cf-f3d44208842f c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Tap Mirror: Handle Delete Port: 3230c49a-3cd2-4dac-9eee-bd7db5c49898 [pid: 8|app: 0|req: 678/1327] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:36:36 2026] DELETE /v2.0/floatingips/1b855a1d-ffee-4260-b8de-0df150245ba8 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1328] 10.0.0.212 () {34 vars in 767 bytes} [Tue Jun 9 23:36:36 2026] PUT /v2.0/security-groups/dab6ac55-ef84-4d13-8de5-9177891d9d75/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:36.862 7 INFO neutron.services.segments.plugin [-] Segment 8b222674-de99-4eb4-aa58-df52eabd6a89 resource provider aggregate not found 2026-06-09 23:36:36.872 7 INFO neutron.services.segments.plugin [-] Segment 8b222674-de99-4eb4-aa58-df52eabd6a89 resource provider aggregate not found 2026-06-09 23:36:36.877 7 INFO neutron.services.segments.plugin [-] Segment 8b222674-de99-4eb4-aa58-df52eabd6a89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b222674-de99-4eb4-aa58-df52eabd6a89 found for delete ", "request_id": "req-8f7c9e94-84c6-428e-8c32-d5e34ec9770c"}]} 2026-06-09 23:36:36.894 7 INFO neutron.services.segments.plugin [-] Segment 8b222674-de99-4eb4-aa58-df52eabd6a89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b222674-de99-4eb4-aa58-df52eabd6a89 found for delete ", "request_id": "req-282f2ea5-8873-41a2-b0bc-a4722af47407"}]} 2026-06-09 23:36:36.897 7 INFO neutron.db.l3_hamode_db [None req-18a52d20-8177-44eb-85cf-f3d44208842f c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] HA network 783bb1d6-11d7-4910-8a33-565194db1824 was deleted as no HA routers are present in tenant 61c6acca6a4d486cb72650f42ce7ccd6. [pid: 7|app: 0|req: 650/1329] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:36 2026] DELETE /v2.0/routers/86d9b791-408b-4e90-bcc6-1a7eb14b31cc => generated 0 bytes in 508 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1330] 10.0.0.212 () {34 vars in 767 bytes} [Tue Jun 9 23:36:36 2026] PUT /v2.0/security-groups/2005bf9c-314d-47ae-9442-08fe8e5131f4/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:37.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-d378c5a6-c176-4495-931a-f895499ac585 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: b4efbacb-ce5e-4bcb-9f4b-30d46556b251 2026-06-09 23:36:37.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d378c5a6-c176-4495-931a-f895499ac585 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: b4efbacb-ce5e-4bcb-9f4b-30d46556b251 [pid: 7|app: 0|req: 652/1331] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:36 2026] DELETE /v2.0/subnets/987604b8-5de5-416b-b6a4-943e2b62df68 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1332] 10.0.0.212 () {32 vars in 680 bytes} [Tue Jun 9 23:36:37 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:37.284 7 INFO neutron_taas.services.taas.taas_plugin [None req-cadb49f9-a2aa-4bc7-860f-bf10f4144a63 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] TaaS: Handle Delete Port: 360e980d-f2bd-4c3f-9a0a-50c14dc0bc78 2026-06-09 23:36:37.287 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cadb49f9-a2aa-4bc7-860f-bf10f4144a63 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Tap Mirror: Handle Delete Port: 360e980d-f2bd-4c3f-9a0a-50c14dc0bc78 [pid: 7|app: 0|req: 654/1333] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:37 2026] DELETE /v2.0/networks/91650ea7-dd23-4f85-96c3-383ef0db8740 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1334] 10.0.0.212 () {32 vars in 694 bytes} [Tue Jun 9 23:36:37 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:37.607 7 INFO neutron.db.segments_db [None req-fcb3ac3e-b814-44f6-b9c8-1bfd44bc29c1 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Added segment 2286fe7f-e62f-4594-959c-d7c365acde39 of type vxlan for network b38d22ca-7d42-4970-960e-915b2d691e7e [pid: 8|app: 0|req: 680/1335] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:36:36 2026] PUT /v2.0/routers/753cad8a-dc6d-460d-a371-292d8da3419c/remove_router_interface => generated 309 bytes in 940 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1336] 10.0.0.212 () {32 vars in 690 bytes} [Tue Jun 9 23:36:37 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:37.805 7 INFO neutron.db.l3_hamode_db [None req-fcb3ac3e-b814-44f6-b9c8-1bfd44bc29c1 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:36:37.866 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9157495-85a2-43b5-a479-b3d1b8a5f96b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 7185f12f-0160-434e-a65c-affb74c8b719 2026-06-09 23:36:37.869 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9157495-85a2-43b5-a479-b3d1b8a5f96b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 7185f12f-0160-434e-a65c-affb74c8b719 2026-06-09 23:36:38.199 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9157495-85a2-43b5-a479-b3d1b8a5f96b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: bdcf7bdf-560d-426f-b4a2-c307706ce05c 2026-06-09 23:36:38.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9157495-85a2-43b5-a479-b3d1b8a5f96b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: bdcf7bdf-560d-426f-b4a2-c307706ce05c 2026-06-09 23:36:38.629 8 INFO neutron.services.segments.plugin [-] Segment e960e2ac-1880-4dcb-bec5-b134b0324681 resource provider aggregate not found 2026-06-09 23:36:38.640 8 INFO neutron.services.segments.plugin [-] Segment e960e2ac-1880-4dcb-bec5-b134b0324681 resource provider aggregate not found 2026-06-09 23:36:38.652 8 INFO neutron.services.segments.plugin [-] Segment e960e2ac-1880-4dcb-bec5-b134b0324681 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e960e2ac-1880-4dcb-bec5-b134b0324681 found for delete ", "request_id": "req-40fae0fd-7298-4c02-8eef-931c700a8732"}]} 2026-06-09 23:36:38.671 8 INFO neutron.services.segments.plugin [-] Segment e960e2ac-1880-4dcb-bec5-b134b0324681 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e960e2ac-1880-4dcb-bec5-b134b0324681 found for delete ", "request_id": "req-e47ce7d1-c3dc-49c1-b243-22f6688dee0c"}]} 2026-06-09 23:36:38.674 8 INFO neutron.db.l3_hamode_db [None req-b9157495-85a2-43b5-a479-b3d1b8a5f96b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] HA network 36e2768a-3091-4fa6-9069-8f7adf0fd516 was deleted as no HA routers are present in tenant 3f211bceda374adf9c79af8b80f7334a. [pid: 8|app: 0|req: 682/1337] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:37 2026] DELETE /v2.0/routers/753cad8a-dc6d-460d-a371-292d8da3419c => generated 0 bytes in 1014 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1338] 10.0.0.212 () {32 vars in 702 bytes} [Tue Jun 9 23:36:38 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:38.761 7 INFO neutron.db.l3_hamode_db [None req-fcb3ac3e-b814-44f6-b9c8-1bfd44bc29c1 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 684/1339] 10.0.0.92 () {34 vars in 989 bytes} [Tue Jun 9 23:36:38 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:38.905 7 INFO neutron.services.segments.plugin [-] Segment 546a8cd4-6cdc-4424-ba6b-9938428064c7 resource provider aggregate not found 2026-06-09 23:36:38.931 7 INFO neutron.services.segments.plugin [-] Segment 546a8cd4-6cdc-4424-ba6b-9938428064c7 resource provider aggregate not found 2026-06-09 23:36:38.944 7 INFO neutron.services.segments.plugin [-] Segment 546a8cd4-6cdc-4424-ba6b-9938428064c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 546a8cd4-6cdc-4424-ba6b-9938428064c7 found for delete ", "request_id": "req-99d89af8-f709-4483-ad7f-30597a852e7f"}]} [pid: 8|app: 0|req: 685/1340] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:38 2026] DELETE /v2.0/subnets/7c1b1f2f-8747-474a-9a73-f86dd0dcd696 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:38.952 7 INFO neutron.services.segments.plugin [-] Segment 546a8cd4-6cdc-4424-ba6b-9938428064c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 546a8cd4-6cdc-4424-ba6b-9938428064c7 found for delete ", "request_id": "req-bb17d5dc-3fef-42d8-aa99-be57f4bc7f7d"}]} [pid: 8|app: 0|req: 686/1341] 10.0.0.212 () {32 vars in 688 bytes} [Tue Jun 9 23:36:38 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1342] 10.0.0.92 () {34 vars in 1039 bytes} [Tue Jun 9 23:36:38 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:39.111 8 INFO neutron_taas.services.taas.taas_plugin [None req-c48524b6-358f-4041-9705-0226c6f0eaff bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: c2f15644-98f5-4269-8780-d6edad199cc4 2026-06-09 23:36:39.115 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c48524b6-358f-4041-9705-0226c6f0eaff bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: c2f15644-98f5-4269-8780-d6edad199cc4 [pid: 8|app: 0|req: 688/1343] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:39 2026] DELETE /v2.0/networks/f22777f8-de3b-4a52-bcdf-68cf9f1448e2 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1344] 10.0.0.212 () {32 vars in 702 bytes} [Tue Jun 9 23:36:39 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1345] 10.0.0.212 () {32 vars in 698 bytes} [Tue Jun 9 23:36:39 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1346] 10.0.0.212 () {32 vars in 710 bytes} [Tue Jun 9 23:36:39 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1347] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:39 2026] DELETE /v2.0/security-groups/56620e13-ae21-4c6e-b7e1-2d18a6529cfc => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1348] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:39 2026] GET /v2.0/security-groups?tenant_id=3f211bceda374adf9c79af8b80f7334a&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1349] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:39 2026] DELETE /v2.0/security-groups/853c5fdd-dcec-4d38-aff2-119041bc32bf => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1350] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:37 2026] POST /v2.0/routers => generated 692 bytes in 2091 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1351] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:39 2026] DELETE /v2.0/security-groups/114d1f2a-9a53-44d7-98d7-66049372abea => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1352] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:39 2026] DELETE /v2.0/security-groups/dab6ac55-ef84-4d13-8de5-9177891d9d75 => 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: 696/1353] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:36:39 2026] GET /v2.0/routers/6a9beadc-8942-4899-99e3-5cf630c7e81d => generated 698 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1354] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:39 2026] DELETE /v2.0/security-groups/2005bf9c-314d-47ae-9442-08fe8e5131f4 => 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: 697/1355] 10.0.0.212 () {32 vars in 647 bytes} [Tue Jun 9 23:36:39 2026] GET /v2.0/routers => generated 701 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1356] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:39 2026] DELETE /v2.0/security-groups/eab60784-5a73-46e8-be8b-b65c3a23ade1 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1357] 10.0.0.212 () {34 vars in 741 bytes} [Tue Jun 9 23:36:39 2026] PUT /v2.0/routers/6a9beadc-8942-4899-99e3-5cf630c7e81d => generated 705 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1358] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:36:40 2026] GET /v2.0/routers/6a9beadc-8942-4899-99e3-5cf630c7e81d => generated 705 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1359] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:36:40 2026] GET /v2.0/ports?device_id=6a9beadc-8942-4899-99e3-5cf630c7e81d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:40.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-937a3aa8-a67d-42c5-88ce-c11f8fe6504f c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] TaaS: Handle Delete Port: d81d0b43-6118-4bc6-93da-823d6aad9072 2026-06-09 23:36:40.641 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-937a3aa8-a67d-42c5-88ce-c11f8fe6504f c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Tap Mirror: Handle Delete Port: d81d0b43-6118-4bc6-93da-823d6aad9072 2026-06-09 23:36:40.675 8 INFO neutron.services.segments.plugin [-] Segment f5f91431-df74-4246-80c2-e1efe3767470 resource provider aggregate not found 2026-06-09 23:36:40.694 8 INFO neutron.services.segments.plugin [-] Segment f5f91431-df74-4246-80c2-e1efe3767470 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5f91431-df74-4246-80c2-e1efe3767470 found for delete ", "request_id": "req-d5ee9fa4-5740-4d45-bf74-f1dddff79908"}]} 2026-06-09 23:36:40.695 8 INFO neutron.services.segments.plugin [-] Segment f5f91431-df74-4246-80c2-e1efe3767470 resource provider aggregate not found 2026-06-09 23:36:40.715 8 INFO neutron.services.segments.plugin [-] Segment f5f91431-df74-4246-80c2-e1efe3767470 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5f91431-df74-4246-80c2-e1efe3767470 found for delete ", "request_id": "req-3dd8b1fc-8cae-42c8-b078-00ee0904de8e"}]} 2026-06-09 23:36:40.892 7 INFO neutron_taas.services.taas.taas_plugin [None req-937a3aa8-a67d-42c5-88ce-c11f8fe6504f c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] TaaS: Handle Delete Port: effc17bf-19dd-4ded-8aea-3aacb86b886b 2026-06-09 23:36:40.894 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-937a3aa8-a67d-42c5-88ce-c11f8fe6504f c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] Tap Mirror: Handle Delete Port: effc17bf-19dd-4ded-8aea-3aacb86b886b [pid: 8|app: 0|req: 700/1360] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:40 2026] GET /v2.0/security-groups?tenant_id=d7c38bd4de71446dbd87d5e660698e99&name=default => generated 2925 bytes in 441 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:41.218 7 INFO neutron.services.segments.plugin [-] Segment 2286fe7f-e62f-4594-959c-d7c365acde39 resource provider aggregate not found 2026-06-09 23:36:41.227 7 INFO neutron.services.segments.plugin [-] Segment 2286fe7f-e62f-4594-959c-d7c365acde39 resource provider aggregate not found 2026-06-09 23:36:41.244 7 INFO neutron.services.segments.plugin [-] Segment 2286fe7f-e62f-4594-959c-d7c365acde39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2286fe7f-e62f-4594-959c-d7c365acde39 found for delete ", "request_id": "req-4ded5a34-91b6-43d3-8348-a34aebae530f"}]} 2026-06-09 23:36:41.247 7 INFO neutron.services.segments.plugin [-] Segment 2286fe7f-e62f-4594-959c-d7c365acde39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2286fe7f-e62f-4594-959c-d7c365acde39 found for delete ", "request_id": "req-fdd203aa-ffca-4b05-8b0f-6c2f355456fd"}]} 2026-06-09 23:36:41.263 7 INFO neutron.db.l3_hamode_db [None req-937a3aa8-a67d-42c5-88ce-c11f8fe6504f c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] HA network b38d22ca-7d42-4970-960e-915b2d691e7e was deleted as no HA routers are present in tenant 61c6acca6a4d486cb72650f42ce7ccd6. [pid: 7|app: 0|req: 661/1361] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:40 2026] DELETE /v2.0/routers/6a9beadc-8942-4899-99e3-5cf630c7e81d => generated 0 bytes in 827 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1362] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:41 2026] DELETE /v2.0/security-groups/471e7be5-3329-4c0c-bf6d-a28678a20cd3 => 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: 662/1363] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:36:41 2026] GET /v2.0/ports?device_id=6a9beadc-8942-4899-99e3-5cf630c7e81d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:41.339 8 INFO neutron.api.v2.resource [None req-48ce8cc1-60cd-4126-ad8e-11d8b88e3af9 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 702/1364] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:41 2026] DELETE /v2.0/routers/6a9beadc-8942-4899-99e3-5cf630c7e81d => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1365] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:36:41 2026] GET /v2.0/ports?device_id=86d9b791-408b-4e90-bcc6-1a7eb14b31cc => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:41.400 8 INFO neutron.api.v2.resource [None req-9b6fd389-6ff5-4e28-86de-654705b7f2ca c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 703/1366] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:41 2026] DELETE /v2.0/routers/86d9b791-408b-4e90-bcc6-1a7eb14b31cc => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:36:41.418 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1fcd009e-d461-4916-bfbc-d8443a0cab94 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 664/1367] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:41 2026] DELETE /v2.0/subnets/987604b8-5de5-416b-b6a4-943e2b62df68 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1368] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:36:41 2026] GET /v2.0/ports?device_id=3251de89-51e6-4e8b-9385-f65ca40ecd11 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:41.469 7 INFO neutron.api.v2.resource [None req-a2b6cd25-131b-425d-934a-43409a389e60 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 665/1369] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:41 2026] DELETE /v2.0/routers/3251de89-51e6-4e8b-9385-f65ca40ecd11 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:36:41.489 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f4af7c8a-8dc5-4188-a804-76bd7e6b2c51 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 666/1370] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:41 2026] DELETE /v2.0/subnets/d5896fec-6301-4b2e-89fc-48e6864e1234 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1371] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:41 2026] GET /v2.0/security-groups?tenant_id=874e196f67344917bd6f9afe0e895a56&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1372] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:36:41 2026] GET /v2.0/ports?device_id=47d157d7-04c9-4af1-a5d5-e9597740da8c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:41.533 7 INFO neutron.api.v2.resource [None req-c54e6215-b0f6-44a8-8845-701c04b4c54c c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 668/1373] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:41 2026] DELETE /v2.0/routers/47d157d7-04c9-4af1-a5d5-e9597740da8c => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:36:41.552 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a3b5a4cf-f2a5-410a-a333-2ae05784f288 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 669/1374] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:41 2026] DELETE /v2.0/subnets/0557af67-b27c-4c39-80eb-5421c21aa63c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:36:41.570 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c1a7cf19-910b-4fff-9075-d83ef6f0d013 c1925329014e41ef91735edb5182360b 61c6acca6a4d486cb72650f42ce7ccd6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 670/1375] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:41 2026] DELETE /v2.0/subnets/cc2a42c5-47ad-4ecb-8211-e6349c2a7011 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1376] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:41 2026] DELETE /v2.0/security-groups/99444546-154e-4676-9504-c3f1e131644f => 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: 671/1377] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:41 2026] GET /v2.0/security-groups?tenant_id=a7658b78daf142c589668abe287cfe5d&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1378] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:41 2026] DELETE /v2.0/security-groups/1b2b3fd4-25e1-442f-a72e-c65c6428173d => 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: 672/1379] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:42 2026] GET /v2.0/security-groups?tenant_id=61c6acca6a4d486cb72650f42ce7ccd6&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1380] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:42 2026] DELETE /v2.0/security-groups/0aff3823-a198-4a1c-bdfc-ed6af481a2e6 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1381] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:42 2026] GET /v2.0/security-groups?tenant_id=725d79717060480d8061445f824cff78&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1382] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:42 2026] DELETE /v2.0/security-groups/7843ceeb-a737-42d5-ad12-f9cb57e4656d => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:44.551 7 INFO neutron.db.segments_db [None req-a823a844-7515-4538-8dee-50fe931d581b cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Added segment 59277222-6a09-4712-975d-0c6bd1e08196 of type vxlan for network 170bfeea-0bce-48fc-873d-926793de8b56 [pid: 7|app: 0|req: 674/1383] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:44 2026] POST /v2.0/networks => generated 630 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:44.719 8 INFO neutron.db.segments_db [None req-8f05f0e5-215c-4b3e-a792-df7f42bdf25f cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Added segment 104b8235-5da6-4426-8105-468694392a9b of type vxlan for network d8d03223-6307-4b2d-b85e-2818a28f0ffe [pid: 8|app: 0|req: 710/1384] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:44 2026] POST /v2.0/networks => generated 630 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1385] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:44 2026] POST /v2.0/subnets => generated 626 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1386] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:45 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:45.400 8 INFO neutron.db.segments_db [None req-b22a07a9-0198-422e-8bff-cd80ac6d9679 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Added segment 9d7981ba-2cb0-44d4-b800-6c35486132a3 of type vxlan for network ffa6a3a4-ab23-4bf4-b3c4-f4d3d856ada8 2026-06-09 23:36:45.657 8 INFO neutron.db.l3_hamode_db [None req-b22a07a9-0198-422e-8bff-cd80ac6d9679 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:36:45.778 8 INFO neutron.db.l3_hamode_db [None req-b22a07a9-0198-422e-8bff-cd80ac6d9679 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 676/1387] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:36:45 2026] POST /v2.0/floatingips => generated 552 bytes in 634 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1388] 10.0.0.212 () {34 vars in 759 bytes} [Tue Jun 9 23:36:45 2026] PUT /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1389] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:36:45 2026] GET /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1390] 10.0.0.212 () {34 vars in 770 bytes} [Tue Jun 9 23:36:45 2026] PUT /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1391] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:36:46 2026] GET /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1392] 10.0.0.212 () {34 vars in 766 bytes} [Tue Jun 9 23:36:46 2026] PUT /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1393] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:36:46 2026] GET /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1394] 10.0.0.212 () {34 vars in 788 bytes} [Tue Jun 9 23:36:46 2026] PUT /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1397] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:36:46 2026] GET /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1398] 10.0.0.212 () {34 vars in 759 bytes} [Tue Jun 9 23:36:46 2026] PUT /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1399] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:36:46 2026] GET /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1400] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:45 2026] POST /v2.0/routers => generated 505 bytes in 1054 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1401] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:36:46 2026] GET /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:46.459 7 INFO neutron.api.v2.resource [None req-ffc773f8-1c7e-442a-9df8-c419b19dca6a 1a185a7253f9484791b43f63766bbd6c 17a9e6a8b6184b4c95106c3567898e10 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 690/1402] 10.0.0.212 () {32 vars in 751 bytes} [Tue Jun 9 23:36:46 2026] GET /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1403] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:36:46 2026] DELETE /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags/red => 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: 692/1404] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:36:46 2026] GET /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:46.596 7 INFO neutron.api.v2.resource [None req-242d4cec-5092-4cd0-8796-8d139454d1e9 1a185a7253f9484791b43f63766bbd6c 17a9e6a8b6184b4c95106c3567898e10 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 693/1405] 10.0.0.212 () {32 vars in 754 bytes} [Tue Jun 9 23:36:46 2026] DELETE /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1406] 10.0.0.212 () {32 vars in 742 bytes} [Tue Jun 9 23:36:46 2026] DELETE /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1407] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:36:46 2026] GET /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:46.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-036b6ef1-1712-4a87-8ffb-b6a2429c20d6 1a185a7253f9484791b43f63766bbd6c 17a9e6a8b6184b4c95106c3567898e10 - - default default] TaaS: Handle Delete Port: c1aa562a-f5e9-4814-9060-1d16ea3557b0 2026-06-09 23:36:46.820 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-036b6ef1-1712-4a87-8ffb-b6a2429c20d6 1a185a7253f9484791b43f63766bbd6c 17a9e6a8b6184b4c95106c3567898e10 - - default default] Tap Mirror: Handle Delete Port: c1aa562a-f5e9-4814-9060-1d16ea3557b0 [pid: 7|app: 0|req: 696/1408] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:36:46 2026] DELETE /v2.0/floatingips/0dc6162c-93cc-41ad-a0b7-b41e21f9c943 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1409] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:36:46 2026] PUT /v2.0/routers/fed92101-c089-4b4f-8f7b-3778aa30a018/add_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1410] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:36:47 2026] GET /v2.0/ports/a8df3935-e704-4137-890e-3453ae90d733 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1411] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:47 2026] GET /v2.0/security-groups?tenant_id=17a9e6a8b6184b4c95106c3567898e10&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1412] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:48 2026] DELETE /v2.0/security-groups/93ec729d-cf7c-4aaa-8bed-1814d0d904bb => 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: 700/1413] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:48 2026] GET /v2.0/security-groups?tenant_id=d9a9ac6a350746e190c84dfbddda495e&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1414] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:48 2026] DELETE /v2.0/security-groups/a4f50629-c767-44d0-be55-d529a73d22f9 => 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: 714/1415] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:36:47 2026] PUT /v2.0/routers/fed92101-c089-4b4f-8f7b-3778aa30a018/add_router_interface => generated 309 bytes in 1190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1416] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:36:48 2026] GET /v2.0/ports/60cc7727-d1f7-471e-b514-75e7573a8c00 => generated 955 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1417] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:48 2026] GET /v2.0/security-groups?tenant_id=728f071e041b4149ac29dd6ce26d3650&name=default => generated 2925 bytes in 379 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:49.358 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb247314-6b95-46cd-8cc1-ddfd0b4b5ab0 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] TaaS: Handle Delete Port: 60cc7727-d1f7-471e-b514-75e7573a8c00 2026-06-09 23:36:49.361 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb247314-6b95-46cd-8cc1-ddfd0b4b5ab0 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Tap Mirror: Handle Delete Port: 60cc7727-d1f7-471e-b514-75e7573a8c00 [pid: 8|app: 0|req: 716/1418] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:49 2026] DELETE /v2.0/security-groups/83294320-1402-4c01-b636-c378305c18cc => 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: 717/1419] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:49 2026] GET /v2.0/security-groups?tenant_id=77b7555cfb454cd09780462d796b5344&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1420] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:49 2026] DELETE /v2.0/security-groups/56ac3102-cd1a-45d0-a9a4-d06a645deb7a => 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: 719/1421] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:49 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1422] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:49 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 721/1423] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:50 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1424] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:50 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&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: 703/1425] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:36:48 2026] PUT /v2.0/routers/fed92101-c089-4b4f-8f7b-3778aa30a018/remove_router_interface => generated 309 bytes in 1500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:50.837 8 INFO neutron_taas.services.taas.taas_plugin [None req-70d2bbcd-aee7-4139-b796-0453b0318bc1 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] TaaS: Handle Delete Port: a8df3935-e704-4137-890e-3453ae90d733 2026-06-09 23:36:50.840 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70d2bbcd-aee7-4139-b796-0453b0318bc1 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Tap Mirror: Handle Delete Port: a8df3935-e704-4137-890e-3453ae90d733 [pid: 8|app: 0|req: 723/1426] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:36:50 2026] PUT /v2.0/routers/fed92101-c089-4b4f-8f7b-3778aa30a018/remove_router_interface => generated 309 bytes in 851 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1427] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:36:51 2026] GET /v2.0/ports?device_id=fed92101-c089-4b4f-8f7b-3778aa30a018 => 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: 705/1428] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:51 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1429] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:51 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:51.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf9f6902-d515-415d-b04e-5db1556d7312 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] TaaS: Handle Delete Port: 8b38c27f-8b8e-407f-bf90-78069de07148 2026-06-09 23:36:51.555 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf9f6902-d515-415d-b04e-5db1556d7312 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Tap Mirror: Handle Delete Port: 8b38c27f-8b8e-407f-bf90-78069de07148 2026-06-09 23:36:51.889 8 INFO neutron.services.segments.plugin [-] Segment 9d7981ba-2cb0-44d4-b800-6c35486132a3 resource provider aggregate not found 2026-06-09 23:36:51.894 8 INFO neutron.services.segments.plugin [-] Segment 9d7981ba-2cb0-44d4-b800-6c35486132a3 resource provider aggregate not found 2026-06-09 23:36:51.920 8 INFO neutron.services.segments.plugin [-] Segment 9d7981ba-2cb0-44d4-b800-6c35486132a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d7981ba-2cb0-44d4-b800-6c35486132a3 found for delete ", "request_id": "req-2a0ee98a-d713-4a06-8ff0-da6a138cd035"}]} 2026-06-09 23:36:51.924 8 INFO neutron.services.segments.plugin [-] Segment 9d7981ba-2cb0-44d4-b800-6c35486132a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d7981ba-2cb0-44d4-b800-6c35486132a3 found for delete ", "request_id": "req-12095272-2bfc-4593-9858-86f886325d0a"}]} 2026-06-09 23:36:51.936 8 INFO neutron.db.l3_hamode_db [None req-cf9f6902-d515-415d-b04e-5db1556d7312 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] HA network ffa6a3a4-ab23-4bf4-b3c4-f4d3d856ada8 was deleted as no HA routers are present in tenant 7a6640c1665746a4a4b3e8aef48e8959. [pid: 8|app: 0|req: 724/1430] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:51 2026] DELETE /v2.0/routers/fed92101-c089-4b4f-8f7b-3778aa30a018 => generated 0 bytes in 585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1431] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:51 2026] DELETE /v2.0/subnets/bfc6d398-af55-4339-be12-7a591efea3ff => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:52.306 8 INFO neutron.db.segments_db [None req-541a8a8f-ed0a-4992-8029-f77422b522f0 7aa1e37882dd4cffb23897581d5f2a8f d1d40d12cfdd4d9abae35d8a45a4fb4e - - default default] Added segment 2a33bf59-5a4e-4e8d-ac63-c321e87dc24e of type vxlan for network 5d2e47f4-cb0e-44f1-957c-50a8999dcf5e [pid: 7|app: 0|req: 708/1432] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:52 2026] DELETE /v2.0/subnets/9e333a58-6f49-4609-bd64-7f019c1bbe73 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1433] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:51 2026] POST /v2.0/networks => generated 632 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:52.427 7 INFO neutron_taas.services.taas.taas_plugin [None req-fff1662e-48cb-4947-ac99-17409d10de44 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] TaaS: Handle Delete Port: 4110bf58-68ee-4793-a9d3-d576b3e9b30d 2026-06-09 23:36:52.430 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fff1662e-48cb-4947-ac99-17409d10de44 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Tap Mirror: Handle Delete Port: 4110bf58-68ee-4793-a9d3-d576b3e9b30d 2026-06-09 23:36:52.601 7 INFO neutron.services.segments.plugin [-] Segment 104b8235-5da6-4426-8105-468694392a9b resource provider aggregate not found 2026-06-09 23:36:52.607 7 INFO neutron.services.segments.plugin [-] Segment 104b8235-5da6-4426-8105-468694392a9b resource provider aggregate not found 2026-06-09 23:36:52.628 7 INFO neutron.services.segments.plugin [-] Segment 104b8235-5da6-4426-8105-468694392a9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 104b8235-5da6-4426-8105-468694392a9b found for delete ", "request_id": "req-7ca42952-cacf-4217-84b2-51f85651f1f7"}]} 2026-06-09 23:36:52.628 7 INFO neutron.services.segments.plugin [-] Segment 104b8235-5da6-4426-8105-468694392a9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 104b8235-5da6-4426-8105-468694392a9b found for delete ", "request_id": "req-99929bed-7d8d-4e65-a7df-9a1c4a20b81d"}]} [pid: 7|app: 0|req: 709/1434] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:52 2026] DELETE /v2.0/networks/d8d03223-6307-4b2d-b85e-2818a28f0ffe => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1435] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:36:52 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1436] 10.0.0.212 () {34 vars in 664 bytes} [Tue Jun 9 23:36:52 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 711/1437] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:52 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:52.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-41a9aaaf-d4ce-42ec-af01-3bac6f405417 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] TaaS: Handle Delete Port: bc36e2b9-b5df-4ff4-b189-e561733c7e30 2026-06-09 23:36:52.769 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41a9aaaf-d4ce-42ec-af01-3bac6f405417 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Tap Mirror: Handle Delete Port: bc36e2b9-b5df-4ff4-b189-e561733c7e30 2026-06-09 23:36:52.777 7 INFO neutron_taas.services.taas.taas_plugin [req-a90c8665-b136-4790-ac11-c16ddf553396 req-04f94421-c943-4635-91cf-13fc8bca12ed 877781901a114582a66c647f9dc6e67e a003ca9ba5d045af945884ad26324952 - - default default] TaaS: Handle Delete Port: d6a971cb-538c-4720-8bf8-dcc285d479fc 2026-06-09 23:36:52.780 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-a90c8665-b136-4790-ac11-c16ddf553396 req-04f94421-c943-4635-91cf-13fc8bca12ed 877781901a114582a66c647f9dc6e67e a003ca9ba5d045af945884ad26324952 - - default default] Tap Mirror: Handle Delete Port: d6a971cb-538c-4720-8bf8-dcc285d479fc 2026-06-09 23:36:52.891 7 INFO neutron.db.l3_db [req-a90c8665-b136-4790-ac11-c16ddf553396 req-04f94421-c943-4635-91cf-13fc8bca12ed 877781901a114582a66c647f9dc6e67e a003ca9ba5d045af945884ad26324952 - - default default] Floating IP 82e00670-5826-4f68-9a65-0c123eaeddc0 disassociated. External IP: 10.96.250.215, port: d6a971cb-538c-4720-8bf8-dcc285d479fc. [pid: 8|app: 0|req: 727/1438] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:52 2026] DELETE /v2.0/networks/170bfeea-0bce-48fc-873d-926793de8b56 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1439] 10.0.0.212 () {34 vars in 747 bytes} [Tue Jun 9 23:36:52 2026] PUT /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags => generated 25 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, ' [pid: 8|app: 0|req: 729/1440] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:36:52 2026] GET /v2.0/security-groups?id=55ecd708-79e8-4628-819f-70a234601cd7&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:36:53.098 8 INFO neutron.db.segments_db [None req-31ab0928-3042-43ea-abd4-5619e69decce cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Added segment 0289e1ad-5495-4ea6-9e26-272dbc000690 of type vxlan for network f9abd2c4-e356-48d3-94bb-cb8e59a2cc03 [pid: 8|app: 0|req: 730/1441] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:53 2026] POST /v2.0/networks => generated 630 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1442] 10.0.0.212 () {32 vars in 727 bytes} [Tue Jun 9 23:36:53 2026] GET /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags => generated 25 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: 7|app: 0|req: 712/1443] 199.204.45.95 () {36 vars in 996 bytes} [Tue Jun 9 23:36:52 2026] DELETE /v2.0/ports/d6a971cb-538c-4720-8bf8-dcc285d479fc => generated 0 bytes in 553 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:53.296 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-42556746-8cbe-4ff4-a3c8-16e9a38105e2'] response: {'server_uuid': 'e8cd0572-1a7d-4fbd-aef6-c449f55ffeea', 'name': 'network-vif-deleted', 'tag': 'd6a971cb-538c-4720-8bf8-dcc285d479fc', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 713/1444] 10.0.0.212 () {34 vars in 758 bytes} [Tue Jun 9 23:36:53 2026] PUT /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags/green => generated 4 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 714/1445] 10.0.0.212 () {32 vars in 727 bytes} [Tue Jun 9 23:36:53 2026] GET /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags => generated 34 bytes in 75 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: 732/1446] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:53 2026] POST /v2.0/subnets => generated 626 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:36:53.510 8 INFO neutron.db.segments_db [None req-b4309822-1fdb-4293-926c-f3406606c9f6 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Added segment 5068ed27-5bdf-434c-9a84-3f9c17ea5282 of type vxlan for network 4b11ed6f-029d-41f4-9d4c-ec4c4b1d48fe [pid: 7|app: 0|req: 715/1447] 10.0.0.212 () {34 vars in 754 bytes} [Tue Jun 9 23:36:53 2026] PUT /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags/red => generated 4 bytes in 78 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, ' 2026-06-09 23:36:53.765 8 INFO neutron.db.l3_hamode_db [None req-b4309822-1fdb-4293-926c-f3406606c9f6 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 716/1448] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:53 2026] GET /v2.0/security-groups?tenant_id=3d1fc261673840299adb1a69947fab4d&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1449] 10.0.0.212 () {32 vars in 727 bytes} [Tue Jun 9 23:36:53 2026] GET /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 718/1450] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:53 2026] DELETE /v2.0/security-groups/c32a4b4d-49e3-47cc-b832-900b65b61a15 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:53.933 8 INFO neutron.db.l3_hamode_db [None req-b4309822-1fdb-4293-926c-f3406606c9f6 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:36:53.949 8 INFO neutron.services.segments.plugin [-] Segment 59277222-6a09-4712-975d-0c6bd1e08196 resource provider aggregate not found 2026-06-09 23:36:53.959 8 INFO neutron.services.segments.plugin [-] Segment 59277222-6a09-4712-975d-0c6bd1e08196 resource provider aggregate not found 2026-06-09 23:36:53.971 8 INFO neutron.services.segments.plugin [-] Segment 59277222-6a09-4712-975d-0c6bd1e08196 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59277222-6a09-4712-975d-0c6bd1e08196 found for delete ", "request_id": "req-c8ca8d77-5710-4604-8568-57f88be147c3"}]} 2026-06-09 23:36:53.991 8 INFO neutron.services.segments.plugin [-] Segment 59277222-6a09-4712-975d-0c6bd1e08196 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59277222-6a09-4712-975d-0c6bd1e08196 found for delete ", "request_id": "req-ad2cbf6d-5cc2-4ddd-b44e-75f5df58ffcb"}]} [pid: 7|app: 0|req: 719/1451] 10.0.0.212 () {34 vars in 776 bytes} [Tue Jun 9 23:36:53 2026] PUT /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags/black.or.white => generated 4 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 720/1452] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:54 2026] GET /v2.0/security-groups?tenant_id=7b5f3c29a09240f089814f3d9114df00&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1453] 10.0.0.212 () {32 vars in 727 bytes} [Tue Jun 9 23:36:54 2026] GET /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags => generated 52 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: 7|app: 0|req: 722/1454] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:54 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => 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: 723/1455] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:54 2026] DELETE /v2.0/security-groups/18466927-6933-4040-ba67-6a72143668c2 => 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: 724/1456] 10.0.0.212 () {34 vars in 747 bytes} [Tue Jun 9 23:36:54 2026] PUT /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 725/1457] 10.0.0.212 () {32 vars in 727 bytes} [Tue Jun 9 23:36:54 2026] GET /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 726/1458] 10.0.0.212 () {32 vars in 735 bytes} [Tue Jun 9 23:36:54 2026] GET /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:36:54.517 7 INFO neutron.api.v2.resource [None req-a2a079b4-5e63-4623-ac82-088ff6c9cf80 7aa1e37882dd4cffb23897581d5f2a8f d1d40d12cfdd4d9abae35d8a45a4fb4e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 727/1459] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:36:54 2026] GET /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags/green => generated 99 bytes in 48 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: 733/1460] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:53 2026] POST /v2.0/routers => generated 506 bytes in 1080 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1461] 10.0.0.212 () {32 vars in 738 bytes} [Tue Jun 9 23:36:54 2026] DELETE /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags/red => generated 0 bytes in 81 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: 729/1462] 10.0.0.212 () {32 vars in 727 bytes} [Tue Jun 9 23:36:54 2026] GET /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags => generated 30 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:36:54.740 7 INFO neutron.api.v2.resource [None req-df11174e-d4a2-4254-b1c4-a7f3aa289ba0 7aa1e37882dd4cffb23897581d5f2a8f d1d40d12cfdd4d9abae35d8a45a4fb4e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 730/1463] 10.0.0.212 () {32 vars in 742 bytes} [Tue Jun 9 23:36:54 2026] DELETE /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags/green => generated 99 bytes in 62 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: 731/1464] 10.0.0.212 () {32 vars in 730 bytes} [Tue Jun 9 23:36:54 2026] DELETE /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags => generated 0 bytes in 74 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: 732/1465] 10.0.0.212 () {32 vars in 727 bytes} [Tue Jun 9 23:36:54 2026] GET /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19/tags => generated 12 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1466] 10.0.0.212 () {34 vars in 665 bytes} [Tue Jun 9 23:36:54 2026] POST /v2.0/ports => generated 951 bytes in 362 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:36:55.019 7 INFO neutron_taas.services.taas.taas_plugin [None req-2873d490-1cf6-4e5e-b793-991783a43c00 7aa1e37882dd4cffb23897581d5f2a8f d1d40d12cfdd4d9abae35d8a45a4fb4e - - default default] TaaS: Handle Delete Port: d6abcfdd-0b6c-4614-9c7f-c0411a048c19 2026-06-09 23:36:55.024 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2873d490-1cf6-4e5e-b793-991783a43c00 7aa1e37882dd4cffb23897581d5f2a8f d1d40d12cfdd4d9abae35d8a45a4fb4e - - default default] Tap Mirror: Handle Delete Port: d6abcfdd-0b6c-4614-9c7f-c0411a048c19 [pid: 7|app: 0|req: 733/1467] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:36:54 2026] DELETE /v2.0/ports/d6abcfdd-0b6c-4614-9c7f-c0411a048c19 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:36:55.246 7 INFO neutron.services.segments.plugin [-] Segment 2a33bf59-5a4e-4e8d-ac63-c321e87dc24e resource provider aggregate not found 2026-06-09 23:36:55.253 7 INFO neutron.services.segments.plugin [-] Segment 2a33bf59-5a4e-4e8d-ac63-c321e87dc24e resource provider aggregate not found 2026-06-09 23:36:55.270 7 INFO neutron.services.segments.plugin [-] Segment 2a33bf59-5a4e-4e8d-ac63-c321e87dc24e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a33bf59-5a4e-4e8d-ac63-c321e87dc24e found for delete ", "request_id": "req-c03d1ce5-0c4a-4511-9553-d5268f61ccf2"}]} 2026-06-09 23:36:55.272 7 INFO neutron.services.segments.plugin [-] Segment 2a33bf59-5a4e-4e8d-ac63-c321e87dc24e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a33bf59-5a4e-4e8d-ac63-c321e87dc24e found for delete ", "request_id": "req-b8abce2b-91dd-4cb4-85ed-13ced3e394a1"}]} [pid: 7|app: 0|req: 734/1468] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:55 2026] DELETE /v2.0/networks/5d2e47f4-cb0e-44f1-957c-50a8999dcf5e => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1469] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:55 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => 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: 736/1470] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:55 2026] GET /v2.0/security-groups?tenant_id=d1d40d12cfdd4d9abae35d8a45a4fb4e&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1471] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:56 2026] DELETE /v2.0/security-groups/81238a55-fe4b-4e8c-9f4f-b6b8ceba1578 => 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: 738/1472] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:36:56 2026] GET /v2.0/ports?device_id=e8cd0572-1a7d-4fbd-aef6-c449f55ffeea => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1473] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:56 2026] GET /v2.0/security-groups?tenant_id=68ab5af3a0394e1890ea6c516adbe080&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1474] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:56 2026] DELETE /v2.0/security-groups/09434a6b-33a6-446c-b202-3b9c8766589e => 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: 735/1475] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:36:54 2026] PUT /v2.0/routers/197e6f25-e8ed-4350-ade2-068fd1fbe84c/add_router_interface => generated 309 bytes in 1878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1476] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:36:56 2026] GET /v2.0/ports/751cfcd4-c85a-4a8d-a47c-43db456abf3d => generated 1025 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:36:57.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-243a7e9c-d2c6-431d-b99e-f282737c0190 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] TaaS: Handle Delete Port: 751cfcd4-c85a-4a8d-a47c-43db456abf3d 2026-06-09 23:36:57.227 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-243a7e9c-d2c6-431d-b99e-f282737c0190 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Tap Mirror: Handle Delete Port: 751cfcd4-c85a-4a8d-a47c-43db456abf3d [pid: 7|app: 0|req: 742/1477] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:57 2026] DELETE /v2.0/security-groups/55ecd708-79e8-4628-819f-70a234601cd7 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:57.612 7 INFO neutron.api.v2.resource [None req-034926fd-51c4-46d5-9130-093a06bb0165 877781901a114582a66c647f9dc6e67e a003ca9ba5d045af945884ad26324952 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 743/1478] 10.0.0.212 () {32 vars in 737 bytes} [Tue Jun 9 23:36:57 2026] GET /v2.0/security-groups/55ecd708-79e8-4628-819f-70a234601cd7 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1479] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:36:56 2026] PUT /v2.0/routers/197e6f25-e8ed-4350-ade2-068fd1fbe84c/remove_router_interface => generated 309 bytes in 758 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:36:57.725 8 INFO neutron.api.v2.resource [None req-1e833a5d-7619-43fb-a714-5fafca353e57 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1480] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:36:57 2026] PUT /v2.0/routers/197e6f25-e8ed-4350-ade2-068fd1fbe84c/remove_router_interface => generated 197 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1481] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:36:57 2026] GET /v2.0/ports?device_id=197e6f25-e8ed-4350-ade2-068fd1fbe84c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:36:57.760 7 INFO neutron_taas.services.taas.taas_plugin [None req-243c6ee5-65a4-4d74-9938-6ab5e2609da6 877781901a114582a66c647f9dc6e67e a003ca9ba5d045af945884ad26324952 - - default default] TaaS: Handle Delete Port: 62fdaf49-d7f1-4002-b595-0d09cf65a203 2026-06-09 23:36:57.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-243c6ee5-65a4-4d74-9938-6ab5e2609da6 877781901a114582a66c647f9dc6e67e a003ca9ba5d045af945884ad26324952 - - default default] Tap Mirror: Handle Delete Port: 62fdaf49-d7f1-4002-b595-0d09cf65a203 2026-06-09 23:36:57.894 8 INFO neutron_taas.services.taas.taas_plugin [None req-e60b3a9f-b469-4031-9413-d736f84d1f17 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] TaaS: Handle Delete Port: 8288c795-9b04-404a-bc94-e5a07a19f1b1 2026-06-09 23:36:57.897 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e60b3a9f-b469-4031-9413-d736f84d1f17 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Tap Mirror: Handle Delete Port: 8288c795-9b04-404a-bc94-e5a07a19f1b1 [pid: 7|app: 0|req: 744/1482] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:36:57 2026] DELETE /v2.0/floatingips/82e00670-5826-4f68-9a65-0c123eaeddc0 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:58.293 8 INFO neutron.services.segments.plugin [-] Segment 5068ed27-5bdf-434c-9a84-3f9c17ea5282 resource provider aggregate not found 2026-06-09 23:36:58.298 8 INFO neutron.services.segments.plugin [-] Segment 5068ed27-5bdf-434c-9a84-3f9c17ea5282 resource provider aggregate not found 2026-06-09 23:36:58.317 8 INFO neutron.services.segments.plugin [-] Segment 5068ed27-5bdf-434c-9a84-3f9c17ea5282 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5068ed27-5bdf-434c-9a84-3f9c17ea5282 found for delete ", "request_id": "req-61d4c2fb-47a9-409b-9011-9a19a3f09f13"}]} 2026-06-09 23:36:58.317 8 INFO neutron.services.segments.plugin [-] Segment 5068ed27-5bdf-434c-9a84-3f9c17ea5282 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5068ed27-5bdf-434c-9a84-3f9c17ea5282 found for delete ", "request_id": "req-e0dcfb40-e56b-40f0-bef5-297d545ef297"}]} 2026-06-09 23:36:58.330 8 INFO neutron.db.l3_hamode_db [None req-e60b3a9f-b469-4031-9413-d736f84d1f17 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] HA network 4b11ed6f-029d-41f4-9d4c-ec4c4b1d48fe was deleted as no HA routers are present in tenant 7a6640c1665746a4a4b3e8aef48e8959. [pid: 8|app: 0|req: 739/1483] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:57 2026] DELETE /v2.0/routers/197e6f25-e8ed-4350-ade2-068fd1fbe84c => generated 0 bytes in 584 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:58.392 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5620a17-df2f-4238-85ee-cb1455a93f86 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 24301a8e-e623-4c7e-a55b-5320257c7876 2026-06-09 23:36:58.396 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5620a17-df2f-4238-85ee-cb1455a93f86 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 24301a8e-e623-4c7e-a55b-5320257c7876 [pid: 8|app: 0|req: 740/1484] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:58 2026] GET /v2.0/security-groups?tenant_id=e19383515e694e15b8f42d87e66edf62&name=default => generated 2925 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1485] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:58 2026] DELETE /v2.0/subnets/abad25f2-006a-4585-b6e3-dd75f56c93d4 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1486] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:36:57 2026] PUT /v2.0/routers/82c3d25e-fa45-47c7-b033-8a01b1668dad/remove_router_interface => generated 309 bytes in 1047 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1487] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:58 2026] DELETE /v2.0/security-groups/e9c2d8e4-f639-4679-aa6d-bf58a94023f9 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:59.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-03562008-539d-43a8-bd40-224b96f66119 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] TaaS: Handle Delete Port: bdeefd57-400d-4b46-b3be-01063464adc6 2026-06-09 23:36:59.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03562008-539d-43a8-bd40-224b96f66119 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Tap Mirror: Handle Delete Port: bdeefd57-400d-4b46-b3be-01063464adc6 2026-06-09 23:36:59.262 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c1c9c37-3daa-4fb2-b539-34515ffc63e4 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: fcda42a4-f9c7-422c-82c7-839460224263 2026-06-09 23:36:59.265 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c1c9c37-3daa-4fb2-b539-34515ffc63e4 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: fcda42a4-f9c7-422c-82c7-839460224263 2026-06-09 23:36:59.267 7 INFO neutron.services.segments.plugin [-] Segment 0289e1ad-5495-4ea6-9e26-272dbc000690 resource provider aggregate not found 2026-06-09 23:36:59.272 7 INFO neutron.services.segments.plugin [-] Segment 0289e1ad-5495-4ea6-9e26-272dbc000690 resource provider aggregate not found 2026-06-09 23:36:59.289 7 INFO neutron.services.segments.plugin [-] Segment 0289e1ad-5495-4ea6-9e26-272dbc000690 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0289e1ad-5495-4ea6-9e26-272dbc000690 found for delete ", "request_id": "req-1098b841-7c29-494c-b16a-ef5972af01d4"}]} 2026-06-09 23:36:59.297 7 INFO neutron.services.segments.plugin [-] Segment 0289e1ad-5495-4ea6-9e26-272dbc000690 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0289e1ad-5495-4ea6-9e26-272dbc000690 found for delete ", "request_id": "req-5fecb69d-5d7c-4989-bb5c-5a4d8b66497c"}]} [pid: 7|app: 0|req: 746/1488] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:36:58 2026] DELETE /v2.0/networks/f9abd2c4-e356-48d3-94bb-cb8e59a2cc03 => 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: 747/1489] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:36:59 2026] GET /v2.0/security-groups?tenant_id=7598767630f240eea8dd713a89949388&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:36:59.517 7 INFO neutron.db.segments_db [None req-fc2a3b47-c298-4267-9de6-a10b56a4949e cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Added segment 9a9a188c-2faa-4a70-af9f-774ca9431eb0 of type vxlan for network 24b40ebc-f1d5-4860-9f61-f292fa1427af 2026-06-09 23:36:59.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c1c9c37-3daa-4fb2-b539-34515ffc63e4 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 655394d8-0590-4449-bda7-b1c87f153e26 2026-06-09 23:36:59.555 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c1c9c37-3daa-4fb2-b539-34515ffc63e4 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 655394d8-0590-4449-bda7-b1c87f153e26 [pid: 7|app: 0|req: 748/1490] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:36:59 2026] POST /v2.0/networks => generated 630 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1491] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:36:59 2026] DELETE /v2.0/security-groups/79683041-b6c3-4333-a10e-0f3f8df66a9c => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:36:59.977 8 INFO neutron.db.l3_hamode_db [None req-4c1c9c37-3daa-4fb2-b539-34515ffc63e4 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] HA network ca305c08-0503-49f7-874e-c9252366895f was deleted as no HA routers are present in tenant a003ca9ba5d045af945884ad26324952. [pid: 8|app: 0|req: 743/1492] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:59 2026] DELETE /v2.0/routers/82c3d25e-fa45-47c7-b033-8a01b1668dad => generated 0 bytes in 950 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1493] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:36:59 2026] POST /v2.0/subnets => generated 626 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:37:00.070 7 INFO neutron.db.segments_db [None req-b626076e-fdce-42e5-97a6-d1d4ee37ccdf cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Added segment d5b153fc-39c3-4636-ada2-fa90f2a6bc0e of type vxlan for network 527911ce-257b-42cb-a39d-426cb5c4d72b [pid: 8|app: 0|req: 744/1494] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:36:59 2026] DELETE /v2.0/subnets/63dca5f2-2f7a-41ff-bc4e-6089af01d7be => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:37:00.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-602d1d06-4839-4ab8-9bef-a6d55ab3b2c5 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: af82671d-94b7-47bd-8c4c-73dfbca82f2d 2026-06-09 23:37:00.272 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-602d1d06-4839-4ab8-9bef-a6d55ab3b2c5 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: af82671d-94b7-47bd-8c4c-73dfbca82f2d 2026-06-09 23:37:00.341 8 INFO neutron.services.segments.plugin [-] Segment bcd9dbe0-f4f5-400f-ae90-9c2cc5a0b108 resource provider aggregate not found 2026-06-09 23:37:00.347 8 INFO neutron.services.segments.plugin [-] Segment bcd9dbe0-f4f5-400f-ae90-9c2cc5a0b108 resource provider aggregate not found 2026-06-09 23:37:00.348 7 INFO neutron.db.l3_hamode_db [None req-b626076e-fdce-42e5-97a6-d1d4ee37ccdf cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:37:00.362 8 INFO neutron.services.segments.plugin [-] Segment bcd9dbe0-f4f5-400f-ae90-9c2cc5a0b108 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcd9dbe0-f4f5-400f-ae90-9c2cc5a0b108 found for delete ", "request_id": "req-80598105-f978-4852-9bd3-df1c9ad232d7"}]} 2026-06-09 23:37:00.365 8 INFO neutron.services.segments.plugin [-] Segment bcd9dbe0-f4f5-400f-ae90-9c2cc5a0b108 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcd9dbe0-f4f5-400f-ae90-9c2cc5a0b108 found for delete ", "request_id": "req-17583d14-2b67-41db-b937-ef44108858cb"}]} 2026-06-09 23:37:00.467 7 INFO neutron.db.l3_hamode_db [None req-b626076e-fdce-42e5-97a6-d1d4ee37ccdf cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 745/1495] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:37:00 2026] DELETE /v2.0/networks/cb707867-9c86-44f9-b69f-76117ce86430 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1496] 10.0.0.212 () {34 vars in 684 bytes} [Tue Jun 9 23:37:00 2026] POST /v2.0/security-groups => generated 1601 bytes in 499 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1497] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:00 2026] GET /v2.0/security-groups?tenant_id=a003ca9ba5d045af945884ad26324952&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1498] 10.0.0.212 () {34 vars in 767 bytes} [Tue Jun 9 23:37:01 2026] PUT /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1499] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:37:00 2026] POST /v2.0/routers => generated 507 bytes in 1117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1500] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:01 2026] DELETE /v2.0/security-groups/bbeeaf19-4ea1-4235-9810-624aea47fb7c => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1501] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:37:01 2026] GET /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/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: 755/1504] 10.0.0.212 () {34 vars in 778 bytes} [Tue Jun 9 23:37:01 2026] PUT /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/tags/green => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1505] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:37:01 2026] GET /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1506] 10.0.0.212 () {34 vars in 774 bytes} [Tue Jun 9 23:37:01 2026] PUT /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1507] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:37:01 2026] GET /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1508] 10.0.0.212 () {34 vars in 796 bytes} [Tue Jun 9 23:37:01 2026] PUT /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1509] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:37:01 2026] GET /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1510] 10.0.0.212 () {34 vars in 767 bytes} [Tue Jun 9 23:37:01 2026] PUT /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/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: 762/1511] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:37:01 2026] GET /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1512] 10.0.0.212 () {32 vars in 755 bytes} [Tue Jun 9 23:37:01 2026] GET /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:37:01.576 7 INFO neutron.api.v2.resource [None req-ceae1692-9923-4438-b370-c5a12c56373a 58c81619864742cb8ac222443193b306 e0b275eff88741e785d40061d0787ec9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 764/1513] 10.0.0.212 () {32 vars in 759 bytes} [Tue Jun 9 23:37:01 2026] GET /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1514] 10.0.0.212 () {32 vars in 758 bytes} [Tue Jun 9 23:37:01 2026] DELETE /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/tags/red => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1515] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:37:01 2026] GET /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/tags => generated 30 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:01.727 7 INFO neutron.api.v2.resource [None req-1d9d50af-01e2-41dc-8804-2aae01bed9b3 58c81619864742cb8ac222443193b306 e0b275eff88741e785d40061d0787ec9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 767/1516] 10.0.0.212 () {32 vars in 762 bytes} [Tue Jun 9 23:37:01 2026] DELETE /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/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: 768/1517] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:37:01 2026] DELETE /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1518] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:37:01 2026] GET /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1519] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:01 2026] DELETE /v2.0/security-groups/961dbc4a-41fa-4dec-b09f-4006e15ba596 => 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: 750/1520] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:37:01 2026] PUT /v2.0/routers/78c50a11-217b-4f53-ae20-968b7c4c476f/add_router_interface => generated 309 bytes in 1048 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1521] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:37:02 2026] GET /v2.0/ports/b23c841a-5299-4e2f-88cb-1ec5183448b2 => generated 955 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:02.389 8 INFO neutron.services.segments.plugin [-] Segment 5b32f8e6-1381-4c3a-a177-644ed630c8d9 resource provider aggregate not found 2026-06-09 23:37:02.401 8 INFO neutron.services.segments.plugin [-] Segment 5b32f8e6-1381-4c3a-a177-644ed630c8d9 resource provider aggregate not found 2026-06-09 23:37:02.412 8 INFO neutron.services.segments.plugin [-] Segment 5b32f8e6-1381-4c3a-a177-644ed630c8d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b32f8e6-1381-4c3a-a177-644ed630c8d9 found for delete ", "request_id": "req-54a20d20-400d-4be7-96b6-e8ad46a86018"}]} 2026-06-09 23:37:02.425 8 INFO neutron.services.segments.plugin [-] Segment 5b32f8e6-1381-4c3a-a177-644ed630c8d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b32f8e6-1381-4c3a-a177-644ed630c8d9 found for delete ", "request_id": "req-db79b172-dabc-42c2-a0b7-152ac5395d69"}]} 2026-06-09 23:37:02.623 8 INFO neutron_taas.services.taas.taas_plugin [None req-946b3a97-fc75-482e-8ab4-0f2fcc2e26c2 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] TaaS: Handle Delete Port: b23c841a-5299-4e2f-88cb-1ec5183448b2 2026-06-09 23:37:02.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-946b3a97-fc75-482e-8ab4-0f2fcc2e26c2 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Tap Mirror: Handle Delete Port: b23c841a-5299-4e2f-88cb-1ec5183448b2 [pid: 7|app: 0|req: 772/1522] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:02 2026] GET /v2.0/security-groups?tenant_id=e0b275eff88741e785d40061d0787ec9&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: 773/1523] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:02 2026] DELETE /v2.0/security-groups/e1784e99-0e6b-4751-ae61-11170a280a96 => 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: 751/1524] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:37:02 2026] PUT /v2.0/routers/78c50a11-217b-4f53-ae20-968b7c4c476f/remove_router_interface => generated 309 bytes in 770 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1525] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:03 2026] GET /v2.0/security-groups?tenant_id=0d3168cfbc584b6baa843b82c5c5503c&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1526] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:37:03 2026] GET /v2.0/ports?device_id=78c50a11-217b-4f53-ae20-968b7c4c476f => 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: 754/1527] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:03 2026] DELETE /v2.0/security-groups/bd9b7a1c-07a9-4d68-abf2-6f94f42d69a6 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:37:03.307 7 INFO neutron.db.segments_db [None req-de63c95e-e57c-4a0a-a51b-7e97738ff9dc bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 218ff091-ef03-49a2-8519-caa69478af67 of type vxlan for network 5b41393e-b55d-4ea2-8dd0-b25662609ef1 [pid: 7|app: 0|req: 774/1528] 10.0.0.212 () {34 vars in 671 bytes} [Tue Jun 9 23:37:02 2026] POST /v2.0/networks => generated 746 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:37:03.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f633a46-d8a0-4d45-8e84-72d743db47e4 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] TaaS: Handle Delete Port: e8da1772-6173-46fb-8f37-172e72a0b1a9 2026-06-09 23:37:03.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f633a46-d8a0-4d45-8e84-72d743db47e4 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Tap Mirror: Handle Delete Port: e8da1772-6173-46fb-8f37-172e72a0b1a9 [pid: 7|app: 0|req: 775/1529] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:37:03 2026] POST /v2.0/subnets => generated 693 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:37:03.597 7 INFO neutron.db.segments_db [None req-cda6f19a-faf0-4743-a46b-6d3407e97fe8 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 0326c07c-443d-40bf-979c-8c0ea24f6ff7 of type vxlan for network 65f73bb7-3ff4-47e2-bba8-30ddb064e57e 2026-06-09 23:37:03.819 8 INFO neutron.db.l3_hamode_db [None req-6f633a46-d8a0-4d45-8e84-72d743db47e4 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] HA network 527911ce-257b-42cb-a39d-426cb5c4d72b was deleted as no HA routers are present in tenant 7a6640c1665746a4a4b3e8aef48e8959. [pid: 8|app: 0|req: 755/1530] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:03 2026] DELETE /v2.0/routers/78c50a11-217b-4f53-ae20-968b7c4c476f => generated 0 bytes in 563 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:37:03.833 7 INFO neutron.db.l3_hamode_db [None req-cda6f19a-faf0-4743-a46b-6d3407e97fe8 bed75c4ff6124af48c5d72a19832f6ab 20171db0f9af4c4faff6f76b6de7443c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 756/1531] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:03 2026] DELETE /v2.0/subnets/34ca094d-b009-4014-aaff-f5e1fdc22d84 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:37:04.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b9a49a4-60fa-4707-8d6c-d12b8679b01b cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] TaaS: Handle Delete Port: 5a3e188b-a002-47c4-a4e1-bc86e7b43655 2026-06-09 23:37:04.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b9a49a4-60fa-4707-8d6c-d12b8679b01b cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Tap Mirror: Handle Delete Port: 5a3e188b-a002-47c4-a4e1-bc86e7b43655 [pid: 8|app: 0|req: 757/1532] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:37:04 2026] DELETE /v2.0/networks/24b40ebc-f1d5-4860-9f61-f292fa1427af => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:37:04.374 8 INFO neutron.db.segments_db [None req-ae1ea8eb-68d9-4b4a-a7a9-0a30f087758b cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Added segment 94d51e45-fe9b-460d-bdd6-ec9afe08dc16 of type vxlan for network daee7503-28a4-4239-98fe-d3b6a7a3c551 2026-06-09 23:37:04.440 8 INFO neutron.services.segments.plugin [-] Segment d5b153fc-39c3-4636-ada2-fa90f2a6bc0e resource provider aggregate not found 2026-06-09 23:37:04.447 8 INFO neutron.services.segments.plugin [-] Segment d5b153fc-39c3-4636-ada2-fa90f2a6bc0e resource provider aggregate not found 2026-06-09 23:37:04.461 8 INFO neutron.services.segments.plugin [-] Segment d5b153fc-39c3-4636-ada2-fa90f2a6bc0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5b153fc-39c3-4636-ada2-fa90f2a6bc0e found for delete ", "request_id": "req-4624607f-2ed2-4c15-8836-b891e39bd463"}]} 2026-06-09 23:37:04.468 8 INFO neutron.services.segments.plugin [-] Segment d5b153fc-39c3-4636-ada2-fa90f2a6bc0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d5b153fc-39c3-4636-ada2-fa90f2a6bc0e found for delete ", "request_id": "req-fbd5d515-02a1-478b-849f-f64f65ddcb2c"}]} 2026-06-09 23:37:04.488 8 INFO neutron.services.segments.plugin [-] Segment 9a9a188c-2faa-4a70-af9f-774ca9431eb0 resource provider aggregate not found 2026-06-09 23:37:04.489 8 INFO neutron.services.segments.plugin [-] Segment 9a9a188c-2faa-4a70-af9f-774ca9431eb0 resource provider aggregate not found 2026-06-09 23:37:04.506 8 INFO neutron.services.segments.plugin [-] Segment 9a9a188c-2faa-4a70-af9f-774ca9431eb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a9a188c-2faa-4a70-af9f-774ca9431eb0 found for delete ", "request_id": "req-0b92a67c-3234-4fb8-882b-3ce4cfd5e96d"}]} 2026-06-09 23:37:04.515 8 INFO neutron.services.segments.plugin [-] Segment 9a9a188c-2faa-4a70-af9f-774ca9431eb0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a9a188c-2faa-4a70-af9f-774ca9431eb0 found for delete ", "request_id": "req-41a58be9-1b95-4779-9768-1c9118ccd06f"}]} 2026-06-09 23:37:04.634 7 INFO neutron.db.l3_hamode_db [None req-cda6f19a-faf0-4743-a46b-6d3407e97fe8 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:37:04.686 8 INFO neutron.db.l3_hamode_db [None req-ae1ea8eb-68d9-4b4a-a7a9-0a30f087758b cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:37:05.383 8 INFO neutron.db.l3_hamode_db [None req-ae1ea8eb-68d9-4b4a-a7a9-0a30f087758b cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 776/1533] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:37:03 2026] POST /v2.0/routers => generated 733 bytes in 2010 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1534] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:05 2026] GET /v2.0/security-groups?tenant_id=3393232b627645d586c8d39446359849&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1535] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:37:04 2026] POST /v2.0/routers => generated 687 bytes in 2034 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1536] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:06 2026] DELETE /v2.0/security-groups/62255734-e5a6-4846-8446-8da2bd337a38 => 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: 760/1537] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:37:06 2026] GET /v2.0/routers/2d2c361f-5676-4d3e-a14a-47be0896d2ac => generated 693 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1538] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:37:06 2026] POST /v2.0/subnetpools => generated 516 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1539] 10.0.0.212 () {32 vars in 647 bytes} [Tue Jun 9 23:37:06 2026] GET /v2.0/routers => generated 696 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1540] 10.0.0.212 () {34 vars in 759 bytes} [Tue Jun 9 23:37:06 2026] PUT /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1541] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:37:05 2026] PUT /v2.0/routers/70a60462-cbba-4a87-bc54-d38caf4cb95f/add_router_interface => generated 309 bytes in 1266 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1542] 10.0.0.212 () {34 vars in 741 bytes} [Tue Jun 9 23:37:06 2026] PUT /v2.0/routers/2d2c361f-5676-4d3e-a14a-47be0896d2ac => generated 700 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1543] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:37:07 2026] GET /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1544] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:37:07 2026] GET /v2.0/routers/2d2c361f-5676-4d3e-a14a-47be0896d2ac => generated 700 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1545] 10.0.0.212 () {34 vars in 770 bytes} [Tue Jun 9 23:37:07 2026] PUT /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags/green => 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: 766/1546] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:37:07 2026] GET /v2.0/ports?device_id=2d2c361f-5676-4d3e-a14a-47be0896d2ac => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1547] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:37:07 2026] GET /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1548] 10.0.0.212 () {34 vars in 766 bytes} [Tue Jun 9 23:37:07 2026] PUT /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1549] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:37:07 2026] GET /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1550] 10.0.0.212 () {34 vars in 788 bytes} [Tue Jun 9 23:37:07 2026] PUT /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags/black.or.white => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-09 23:37:07.482 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ae9e33e-4a7a-45ad-a6c9-c070f3ab67a8 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] TaaS: Handle Delete Port: 92beb211-51ed-4293-a127-49b0213041d5 2026-06-09 23:37:07.485 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ae9e33e-4a7a-45ad-a6c9-c070f3ab67a8 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Tap Mirror: Handle Delete Port: 92beb211-51ed-4293-a127-49b0213041d5 [pid: 7|app: 0|req: 785/1551] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:37:07 2026] GET /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1552] 10.0.0.212 () {34 vars in 759 bytes} [Tue Jun 9 23:37:07 2026] PUT /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1553] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:37:07 2026] GET /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags => generated 37 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1554] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:37:07 2026] GET /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:37:07.684 7 INFO neutron.api.v2.resource [None req-cc429925-12cb-41c1-aa62-2f28163caeea 8df5052d499c49fb804eaf5614b886cc aa1dba672c5c4f409dcf16b053413e73 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 789/1555] 10.0.0.212 () {32 vars in 751 bytes} [Tue Jun 9 23:37:07 2026] GET /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-06-09 23:37:07.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ae9e33e-4a7a-45ad-a6c9-c070f3ab67a8 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] TaaS: Handle Delete Port: 47bf58dd-a6d4-486f-9901-3bc35f6fb076 [pid: 7|app: 0|req: 790/1556] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:37:07 2026] DELETE /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags/red => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:37:07.766 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ae9e33e-4a7a-45ad-a6c9-c070f3ab67a8 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] Tap Mirror: Handle Delete Port: 47bf58dd-a6d4-486f-9901-3bc35f6fb076 [pid: 7|app: 0|req: 791/1557] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:37:07 2026] GET /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:07.868 7 INFO neutron.api.v2.resource [None req-c17c0eec-7c8e-4eee-a558-05100920868c 8df5052d499c49fb804eaf5614b886cc aa1dba672c5c4f409dcf16b053413e73 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 792/1558] 10.0.0.212 () {32 vars in 754 bytes} [Tue Jun 9 23:37:07 2026] DELETE /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1559] 10.0.0.212 () {32 vars in 742 bytes} [Tue Jun 9 23:37:07 2026] DELETE /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1560] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:37:07 2026] GET /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1561] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:37:08 2026] DELETE /v2.0/subnetpools/fc7419a6-95e2-4c23-8bc2-577a080e8a2d => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:37:08.173 8 INFO neutron.services.segments.plugin [-] Segment 94d51e45-fe9b-460d-bdd6-ec9afe08dc16 resource provider aggregate not found 2026-06-09 23:37:08.184 8 INFO neutron.services.segments.plugin [-] Segment 94d51e45-fe9b-460d-bdd6-ec9afe08dc16 resource provider aggregate not found 2026-06-09 23:37:08.201 8 INFO neutron.services.segments.plugin [-] Segment 94d51e45-fe9b-460d-bdd6-ec9afe08dc16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94d51e45-fe9b-460d-bdd6-ec9afe08dc16 found for delete ", "request_id": "req-d719098e-5e7d-4d8a-894d-b139f8ef0569"}]} 2026-06-09 23:37:08.208 8 INFO neutron.services.segments.plugin [-] Segment 94d51e45-fe9b-460d-bdd6-ec9afe08dc16 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94d51e45-fe9b-460d-bdd6-ec9afe08dc16 found for delete ", "request_id": "req-1251a910-a57a-4cb5-8192-2017d5f65878"}]} 2026-06-09 23:37:08.210 8 INFO neutron.db.l3_hamode_db [None req-5ae9e33e-4a7a-45ad-a6c9-c070f3ab67a8 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] HA network daee7503-28a4-4239-98fe-d3b6a7a3c551 was deleted as no HA routers are present in tenant 7a6640c1665746a4a4b3e8aef48e8959. [pid: 8|app: 0|req: 767/1562] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:07 2026] DELETE /v2.0/routers/2d2c361f-5676-4d3e-a14a-47be0896d2ac => generated 0 bytes in 960 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1563] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:37:08 2026] GET /v2.0/ports?device_id=2d2c361f-5676-4d3e-a14a-47be0896d2ac => 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: 796/1564] 10.0.0.250 () {34 vars in 982 bytes} [Tue Jun 9 23:37:08 2026] GET /v2.0/networks?id=5b41393e-b55d-4ea2-8dd0-b25662609ef1 => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:08.279 8 INFO neutron.api.v2.resource [None req-6be3ada6-6d07-4a36-8c0e-8b8a90de65d8 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 769/1565] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:08 2026] DELETE /v2.0/routers/2d2c361f-5676-4d3e-a14a-47be0896d2ac => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1566] 10.0.0.250 () {34 vars in 965 bytes} [Tue Jun 9 23:37:08 2026] GET /v2.0/quotas/20171db0f9af4c4faff6f76b6de7443c => generated 292 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1567] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:37:08 2026] GET /v2.0/ports?device_id=78c50a11-217b-4f53-ae20-968b7c4c476f => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1568] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:37:08 2026] GET /v2.0/ports?tenant_id=20171db0f9af4c4faff6f76b6de7443c&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:08.428 8 INFO neutron.api.v2.resource [None req-261a44c8-553c-4ea2-863f-815a6b94dea1 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 772/1569] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:08 2026] DELETE /v2.0/routers/78c50a11-217b-4f53-ae20-968b7c4c476f => generated 135 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1570] 10.0.0.250 () {34 vars in 1008 bytes} [Tue Jun 9 23:37:08 2026] GET /v2.0/networks/5b41393e-b55d-4ea2-8dd0-b25662609ef1?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:08.498 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b67978bd-3093-47ed-b0b1-cfdd521a497a cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 774/1571] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:08 2026] DELETE /v2.0/subnets/34ca094d-b009-4014-aaff-f5e1fdc22d84 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1572] 10.0.0.250 () {34 vars in 1108 bytes} [Tue Jun 9 23:37:08 2026] GET /v2.0/networks/5b41393e-b55d-4ea2-8dd0-b25662609ef1?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: 776/1573] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:37:08 2026] GET /v2.0/ports?device_id=197e6f25-e8ed-4350-ade2-068fd1fbe84c => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:08.585 8 INFO neutron.api.v2.resource [None req-b73f8aea-044e-4491-91e4-f70dafd473e7 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 777/1574] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:08 2026] DELETE /v2.0/routers/197e6f25-e8ed-4350-ade2-068fd1fbe84c => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:37:08.599 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a2f19585-0afd-40fa-8df2-2fa3d269986b cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 778/1575] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:08 2026] DELETE /v2.0/subnets/abad25f2-006a-4585-b6e3-dd75f56c93d4 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1576] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:37:08 2026] GET /v2.0/ports?device_id=fed92101-c089-4b4f-8f7b-3778aa30a018 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:08.667 8 INFO neutron.api.v2.resource [None req-b1be4c42-d84f-4993-9519-4d260341af72 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 780/1577] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:08 2026] DELETE /v2.0/routers/fed92101-c089-4b4f-8f7b-3778aa30a018 => generated 135 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:37:08.708 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1c290e2a-bf4d-4cb4-a06a-5e6583c503fb cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 781/1578] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:08 2026] DELETE /v2.0/subnets/bfc6d398-af55-4339-be12-7a591efea3ff => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1579] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:08 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:08.739 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2a2a467a-cbaf-422f-ae69-2158e403c0f7 cfba00ddca14467d83e4dd9525268871 7a6640c1665746a4a4b3e8aef48e8959 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 783/1580] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:08 2026] DELETE /v2.0/subnets/9e333a58-6f49-4609-bd64-7f019c1bbe73 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:37:08.812 7 INFO neutron.db.segments_db [None req-9664bb12-fa05-4b84-8de6-8c9bd9322c85 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Added segment 30c9932c-a630-4374-bc13-4d89745c2cbd of type vxlan for network 5b91fe3d-2dd6-462b-93f2-1375c1810715 [pid: 7|app: 0|req: 798/1581] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:37:08 2026] POST /v2.0/networks => generated 650 bytes in 643 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1582] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:37:08 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-06-09 23:37:09.233 8 INFO neutron.db.segments_db [None req-fbd1d722-0139-41fa-bb2e-c6719d99372b 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Added segment d1914a5e-a5fc-4e28-87e0-1451be449edf of type vxlan for network 744747c1-293c-4170-90c5-b6d51b0f14a6 [pid: 7|app: 0|req: 799/1583] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:08 2026] GET /v2.0/security-groups?tenant_id=4d86553e14174556a8a3b5eb7c99dded&name=default => generated 2925 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1584] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:09 2026] GET /v2.0/security-groups?tenant_id=7a6640c1665746a4a4b3e8aef48e8959&name=default => generated 2925 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:37:09.450 8 INFO neutron.db.l3_hamode_db [None req-fbd1d722-0139-41fa-bb2e-c6719d99372b 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 801/1585] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:09 2026] DELETE /v2.0/security-groups/2f523d1a-b130-4238-82e9-2c518448ef75 => 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: 802/1586] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:09 2026] DELETE /v2.0/security-groups/f5ebbf7f-5e3f-4b0c-9c89-ecb8145ec25f => 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: 803/1587] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:09 2026] GET /v2.0/security-groups?tenant_id=aa1dba672c5c4f409dcf16b053413e73&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1588] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:09 2026] DELETE /v2.0/security-groups/88932b00-f47a-4823-a1d7-e1cb2a47295a => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1589] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:09 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:10.187 8 INFO neutron.db.l3_hamode_db [None req-fbd1d722-0139-41fa-bb2e-c6719d99372b 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 806/1590] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:11 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1591] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:37:09 2026] POST /v2.0/routers => generated 694 bytes in 1876 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1592] 10.0.0.212 () {34 vars in 677 bytes} [Tue Jun 9 23:37:11 2026] POST /v2.0/subnetpools => generated 549 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1593] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:37:11 2026] GET /v2.0/subnetpools/ccf4459e-368d-474a-bcc0-e2b49521a24e => generated 549 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1594] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:37:11 2026] PUT /v2.0/subnetpools/ccf4459e-368d-474a-bcc0-e2b49521a24e => generated 500 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1595] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:37:11 2026] DELETE /v2.0/subnetpools/ccf4459e-368d-474a-bcc0-e2b49521a24e => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:37:11.961 8 INFO neutron.api.v2.resource [None req-160b560c-643c-44d7-ae6a-52a55eb4250b c4631dbcd7a247b6bb1a59e75be16497 623f40ee338d48c88d59c06f7fe368fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 790/1596] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:37:11 2026] GET /v2.0/subnetpools/ccf4459e-368d-474a-bcc0-e2b49521a24e => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:37:11.982 8 INFO neutron.api.v2.resource [None req-b2e93b56-5443-45bb-8ef1-16b8ad5df307 c4631dbcd7a247b6bb1a59e75be16497 623f40ee338d48c88d59c06f7fe368fa - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 791/1597] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:37:11 2026] DELETE /v2.0/subnetpools/ccf4459e-368d-474a-bcc0-e2b49521a24e => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1598] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:12 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => 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: 807/1599] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:37:11 2026] PUT /v2.0/routers/311ab2d2-7292-4921-9748-6b9de43ef355/add_router_interface => generated 309 bytes in 1373 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1600] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:12 2026] GET /v2.0/security-groups?tenant_id=623f40ee338d48c88d59c06f7fe368fa&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1601] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:12 2026] DELETE /v2.0/security-groups/dce78b26-685f-4d63-b300-3d62bfdb3aa7 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1602] 10.0.0.212 () {34 vars in 665 bytes} [Tue Jun 9 23:37:12 2026] POST /v2.0/ports => generated 958 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 809/1603] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:37:12 2026] GET /v2.0/networks?id=5b41393e-b55d-4ea2-8dd0-b25662609ef1 => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1604] 10.0.0.212 () {34 vars in 665 bytes} [Tue Jun 9 23:37:12 2026] POST /v2.0/ports => generated 955 bytes in 428 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: 796/1605] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:13 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 961 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1606] 199.204.45.95 () {38 vars in 954 bytes} [Tue Jun 9 23:37:13 2026] POST /v2.0/ports => generated 958 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:37:13.592 8 INFO neutron.db.segments_db [None req-01eebcf1-0874-439a-8e06-15e6945856f5 293190f97edc4a24b0dbfe8af8c26111 aa3ddeec7cda4a3894e23504ea100a5c - - default default] Added segment 042f4499-223e-42e8-8fbc-b0a7d2d495d9 of type vxlan for network b92d1d06-a148-4813-abee-7713db4e54d7 [pid: 8|app: 0|req: 797/1607] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:37:13 2026] POST /v2.0/networks => generated 632 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1608] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:13 2026] GET /v2.0/security-groups?id=bfcf4654-ed46-463b-86b0-2c14fdda51ff&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1609] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:37:13 2026] PUT /v2.0/ports/1b939d54-c8d6-423a-bff2-707ca4cd14f6 => generated 1239 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:37:14.172 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0877a98a-667d-4141-9562-0f635959f818'] response: {'name': 'network-changed', 'server_uuid': 'd427bb31-a1d0-4c55-9a43-6e62797e6450', 'tag': '1b939d54-c8d6-423a-bff2-707ca4cd14f6', 'status': 'completed', 'code': 200} 2026-06-09 23:37:14.200 8 INFO neutron.db.segments_db [None req-d7548e4d-ec21-4349-8364-d4d77dc578cf 293190f97edc4a24b0dbfe8af8c26111 aa3ddeec7cda4a3894e23504ea100a5c - - default default] Added segment b790cd89-fb75-425b-a600-ed5340d4bbfb of type vxlan for network f22d30d5-ea17-4fe7-bdf1-357856a8d197 2026-06-09 23:37:14.260 7 INFO neutron.db.l3_db [None req-831a9a30-550c-438c-b826-10dbf974bfe6 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Floating IP a65c2476-2398-474e-a8a5-f6bf36c5d3b2 associated. External IP: 10.96.250.209, port: d7be3705-1bc8-4e48-af33-9e9ee25c49fa. [pid: 8|app: 0|req: 800/1610] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:37:14 2026] POST /v2.0/networks => generated 632 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1611] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:37:14 2026] PUT /v2.0/networks/b92d1d06-a148-4813-abee-7713db4e54d7/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1612] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:37:14 2026] GET /v2.0/networks/b92d1d06-a148-4813-abee-7713db4e54d7/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1613] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:37:14 2026] PUT /v2.0/networks/f22d30d5-ea17-4fe7-bdf1-357856a8d197/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1614] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:37:14 2026] GET /v2.0/networks/f22d30d5-ea17-4fe7-bdf1-357856a8d197/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1615] 10.0.0.212 () {34 vars in 677 bytes} [Tue Jun 9 23:37:13 2026] POST /v2.0/floatingips => generated 842 bytes in 1123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1616] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:37:14 2026] PUT /v2.0/networks/f22d30d5-ea17-4fe7-bdf1-357856a8d197/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1617] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:37:14 2026] GET /v2.0/networks/f22d30d5-ea17-4fe7-bdf1-357856a8d197/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1618] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:37:14 2026] GET /v2.0/networks/b92d1d06-a148-4813-abee-7713db4e54d7/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:14.696 7 INFO neutron.db.l3_db [None req-fac3d38c-dad3-458e-beed-c0d3507a6c49 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Floating IP a65c2476-2398-474e-a8a5-f6bf36c5d3b2 disassociated. External IP: 10.96.250.209, port: d7be3705-1bc8-4e48-af33-9e9ee25c49fa. [pid: 8|app: 0|req: 808/1619] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:37:14 2026] GET /v2.0/ports?tenant_id=20171db0f9af4c4faff6f76b6de7443c&device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:37:14.848 8 INFO neutron.services.segments.plugin [-] Segment 042f4499-223e-42e8-8fbc-b0a7d2d495d9 resource provider aggregate not found 2026-06-09 23:37:14.856 8 INFO neutron.services.segments.plugin [-] Segment 042f4499-223e-42e8-8fbc-b0a7d2d495d9 resource provider aggregate not found 2026-06-09 23:37:14.873 8 INFO neutron.services.segments.plugin [-] Segment 042f4499-223e-42e8-8fbc-b0a7d2d495d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 042f4499-223e-42e8-8fbc-b0a7d2d495d9 found for delete ", "request_id": "req-43d3362f-8175-47eb-994b-abc99746b1e8"}]} 2026-06-09 23:37:14.875 8 INFO neutron.services.segments.plugin [-] Segment 042f4499-223e-42e8-8fbc-b0a7d2d495d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 042f4499-223e-42e8-8fbc-b0a7d2d495d9 found for delete ", "request_id": "req-1e3e32d9-d3e2-4326-b24b-e1fd9d995c9b"}]} [pid: 8|app: 0|req: 809/1620] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:37:14 2026] DELETE /v2.0/networks/b92d1d06-a148-4813-abee-7713db4e54d7 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1621] 199.204.45.95 () {34 vars in 1017 bytes} [Tue Jun 9 23:37:14 2026] GET /v2.0/networks?tenant_id=20171db0f9af4c4faff6f76b6de7443c&shared=False => generated 774 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1622] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:14 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1623] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:37:14 2026] PUT /v2.0/floatingips/a65c2476-2398-474e-a8a5-f6bf36c5d3b2 => generated 552 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1624] 199.204.45.95 () {34 vars in 929 bytes} [Tue Jun 9 23:37:15 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: 814/1625] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:15 2026] GET /v2.0/security-groups?id=bfcf4654-ed46-463b-86b0-2c14fdda51ff&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1626] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:37:14 2026] DELETE /v2.0/networks/f22d30d5-ea17-4fe7-bdf1-357856a8d197 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:37:15.222 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9969a31-bae4-45d8-92a2-4d6d40472759 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] TaaS: Handle Delete Port: 967d90da-4611-4f0f-b35b-0f20d1eac803 2026-06-09 23:37:15.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9969a31-bae4-45d8-92a2-4d6d40472759 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Tap Mirror: Handle Delete Port: 967d90da-4611-4f0f-b35b-0f20d1eac803 [pid: 7|app: 0|req: 815/1627] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:37:15 2026] DELETE /v2.0/floatingips/a65c2476-2398-474e-a8a5-f6bf36c5d3b2 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:37:16.159 8 INFO neutron.db.l3_db [None req-24f23c87-cae9-4a0f-a0f8-3f96aca503fd 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Floating IP fa15500a-8fd3-424c-8f18-ae9f1e5c7959 associated. External IP: 10.96.250.208, port: a51b2d6a-f7d4-4a35-942e-c547a3f1702b. [pid: 7|app: 0|req: 816/1628] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:15 2026] GET /v2.0/security-groups?tenant_id=86686fa203d34694a01b2acbc14e11c1&name=default => generated 2925 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1629] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:37:16 2026] GET /v2.0/ports?tenant_id=20171db0f9af4c4faff6f76b6de7443c&device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1632] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:16 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1633] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:16 2026] DELETE /v2.0/security-groups/05ba9c9c-a053-459f-ad4e-60ac52152f6f => 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: 822/1634] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:37:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=1b939d54-c8d6-423a-bff2-707ca4cd14f6 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1635] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:16 2026] GET /v2.0/security-groups?id=bfcf4654-ed46-463b-86b0-2c14fdda51ff&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1636] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:37:16 2026] GET /v2.0/subnets?id=01e9cbe6-71fb-4431-b617-96c171ce0137 => generated 696 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1637] 10.0.0.212 () {34 vars in 677 bytes} [Tue Jun 9 23:37:15 2026] POST /v2.0/floatingips => generated 842 bytes in 1108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1638] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:37:16 2026] GET /v2.0/ports?network_id=5b41393e-b55d-4ea2-8dd0-b25662609ef1&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: 814/1639] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:16 2026] GET /v2.0/security-groups?tenant_id=aa3ddeec7cda4a3894e23504ea100a5c&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1640] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:37:16 2026] GET /v2.0/floatingips/fa15500a-8fd3-424c-8f18-ae9f1e5c7959 => generated 842 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1641] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:37:16 2026] GET /v2.0/networks/5b41393e-b55d-4ea2-8dd0-b25662609ef1?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: 827/1642] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:16 2026] DELETE /v2.0/security-groups/18fc8772-ae07-4461-b58c-80177c1b6f71 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1643] 10.0.0.212 () {32 vars in 655 bytes} [Tue Jun 9 23:37:16 2026] GET /v2.0/floatingips => generated 845 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1644] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:37:16 2026] GET /v2.0/networks/5b41393e-b55d-4ea2-8dd0-b25662609ef1?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) 2026-06-09 23:37:16.917 8 INFO neutron.services.segments.plugin [-] Segment b790cd89-fb75-425b-a600-ed5340d4bbfb resource provider aggregate not found 2026-06-09 23:37:16.919 8 INFO neutron.services.segments.plugin [-] Segment b790cd89-fb75-425b-a600-ed5340d4bbfb resource provider aggregate not found 2026-06-09 23:37:16.948 8 INFO neutron.services.segments.plugin [-] Segment b790cd89-fb75-425b-a600-ed5340d4bbfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b790cd89-fb75-425b-a600-ed5340d4bbfb found for delete ", "request_id": "req-1565a337-e667-46e6-b911-dd7ca12ca352"}]} 2026-06-09 23:37:16.953 8 INFO neutron.services.segments.plugin [-] Segment b790cd89-fb75-425b-a600-ed5340d4bbfb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b790cd89-fb75-425b-a600-ed5340d4bbfb found for delete ", "request_id": "req-130edb9b-17d6-49f2-bc57-ea0c6b82d7f8"}]} 2026-06-09 23:37:17.059 8 INFO neutron.db.l3_db [None req-514fa5a3-e9eb-4034-8916-ec2893a814a6 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Floating IP fa15500a-8fd3-424c-8f18-ae9f1e5c7959 associated. External IP: 10.96.250.208, port: a51b2d6a-f7d4-4a35-942e-c547a3f1702b. [pid: 7|app: 0|req: 829/1645] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:17 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 973 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1646] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:17 2026] GET /v2.0/security-groups?id=bfcf4654-ed46-463b-86b0-2c14fdda51ff&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1647] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:17 2026] GET /v2.0/security-groups?tenant_id=a6879c2574264a08b1bd43227fe4835f&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1648] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:37:16 2026] PUT /v2.0/floatingips/fa15500a-8fd3-424c-8f18-ae9f1e5c7959 => generated 842 bytes in 1610 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1649] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:18 2026] DELETE /v2.0/security-groups/7adc9255-5f87-45ef-9d52-348dd9aa84ae => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:37:18.409 8 INFO neutron.db.l3_db [None req-45210c58-45c7-4d41-a961-c98faf1910b7 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Floating IP fa15500a-8fd3-424c-8f18-ae9f1e5c7959 disassociated. External IP: 10.96.250.208, port: d7be3705-1bc8-4e48-af33-9e9ee25c49fa. [pid: 7|app: 0|req: 833/1650] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:18 2026] GET /v2.0/security-groups?tenant_id=af613d592e0840b3ac3f981dc8a4ba98&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: 834/1651] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:18 2026] DELETE /v2.0/security-groups/4615c97c-d0ce-46eb-8c66-d9c84826b5bf => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1652] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:37:18 2026] PUT /v2.0/floatingips/fa15500a-8fd3-424c-8f18-ae9f1e5c7959 => generated 552 bytes in 485 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1653] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:18 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1654] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:18 2026] GET /v2.0/security-groups?id=bfcf4654-ed46-463b-86b0-2c14fdda51ff&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:18.866 8 INFO neutron_taas.services.taas.taas_plugin [None req-958f245b-5f2a-495e-a6fd-7500a6dcd94c 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] TaaS: Handle Delete Port: fc670cbc-32bc-4692-827a-4c9cc093a639 2026-06-09 23:37:18.868 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-958f245b-5f2a-495e-a6fd-7500a6dcd94c 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Tap Mirror: Handle Delete Port: fc670cbc-32bc-4692-827a-4c9cc093a639 [pid: 8|app: 0|req: 819/1655] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:37:18 2026] DELETE /v2.0/floatingips/fa15500a-8fd3-424c-8f18-ae9f1e5c7959 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:37:19.087 7 INFO neutron.api.v2.resource [None req-2990c20a-7ce1-460a-93b8-74f26e66a6d5 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 837/1656] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:37:19 2026] DELETE /v2.0/floatingips/fa15500a-8fd3-424c-8f18-ae9f1e5c7959 => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:37:19.237 8 INFO neutron_taas.services.taas.taas_plugin [None req-d4e121ff-5450-44c3-880d-b139b36206e4 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] TaaS: Handle Delete Port: d7be3705-1bc8-4e48-af33-9e9ee25c49fa 2026-06-09 23:37:19.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d4e121ff-5450-44c3-880d-b139b36206e4 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Tap Mirror: Handle Delete Port: d7be3705-1bc8-4e48-af33-9e9ee25c49fa [pid: 8|app: 0|req: 820/1657] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:37:19 2026] DELETE /v2.0/ports/d7be3705-1bc8-4e48-af33-9e9ee25c49fa => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:37:19.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-e30134c5-371e-454c-ba5a-a5dd9b477627 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] TaaS: Handle Delete Port: a51b2d6a-f7d4-4a35-942e-c547a3f1702b 2026-06-09 23:37:19.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e30134c5-371e-454c-ba5a-a5dd9b477627 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Tap Mirror: Handle Delete Port: a51b2d6a-f7d4-4a35-942e-c547a3f1702b [pid: 7|app: 0|req: 838/1658] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:37:19 2026] DELETE /v2.0/ports/a51b2d6a-f7d4-4a35-942e-c547a3f1702b => generated 0 bytes in 336 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1659] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:37:19 2026] GET /v2.0/ports?device_id=311ab2d2-7292-4921-9748-6b9de43ef355 => generated 958 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1660] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:19 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1661] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:19 2026] GET /v2.0/security-groups?id=bfcf4654-ed46-463b-86b0-2c14fdda51ff&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:20.212 7 INFO neutron_taas.services.taas.taas_plugin [None req-40eb1c3e-2ea7-452b-89c5-6ad66fd1c4f9 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] TaaS: Handle Delete Port: 2c28b388-fe62-4afb-8a0b-2dbd8e586b43 2026-06-09 23:37:20.216 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40eb1c3e-2ea7-452b-89c5-6ad66fd1c4f9 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Tap Mirror: Handle Delete Port: 2c28b388-fe62-4afb-8a0b-2dbd8e586b43 [pid: 7|app: 0|req: 839/1662] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:37:19 2026] PUT /v2.0/routers/311ab2d2-7292-4921-9748-6b9de43ef355/remove_router_interface => generated 309 bytes in 945 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:21.008 8 INFO neutron_taas.services.taas.taas_plugin [None req-77506ece-6410-4ec4-b809-34d8694eb261 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] TaaS: Handle Delete Port: 47ae1dd3-d69f-47ea-bedc-83d027786b7a 2026-06-09 23:37:21.011 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77506ece-6410-4ec4-b809-34d8694eb261 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Tap Mirror: Handle Delete Port: 47ae1dd3-d69f-47ea-bedc-83d027786b7a [pid: 7|app: 0|req: 840/1663] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:21 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1664] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:21 2026] GET /v2.0/security-groups?id=bfcf4654-ed46-463b-86b0-2c14fdda51ff&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:21.286 8 INFO neutron_taas.services.taas.taas_plugin [None req-77506ece-6410-4ec4-b809-34d8694eb261 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] TaaS: Handle Delete Port: b6f73fb8-b1ff-42d4-8e30-90ef5c130517 2026-06-09 23:37:21.289 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77506ece-6410-4ec4-b809-34d8694eb261 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] Tap Mirror: Handle Delete Port: b6f73fb8-b1ff-42d4-8e30-90ef5c130517 2026-06-09 23:37:21.584 8 INFO neutron.services.segments.plugin [-] Segment d1914a5e-a5fc-4e28-87e0-1451be449edf resource provider aggregate not found 2026-06-09 23:37:21.589 8 INFO neutron.services.segments.plugin [-] Segment d1914a5e-a5fc-4e28-87e0-1451be449edf resource provider aggregate not found 2026-06-09 23:37:21.607 8 INFO neutron.db.l3_hamode_db [None req-77506ece-6410-4ec4-b809-34d8694eb261 2e0581a3cede4fa5a763656a0f64a2ea d7d9c0de937544bf9767ee48ca82bec9 - - default default] HA network 744747c1-293c-4170-90c5-b6d51b0f14a6 was deleted as no HA routers are present in tenant d7d9c0de937544bf9767ee48ca82bec9. 2026-06-09 23:37:21.614 8 INFO neutron.services.segments.plugin [-] Segment d1914a5e-a5fc-4e28-87e0-1451be449edf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1914a5e-a5fc-4e28-87e0-1451be449edf found for delete ", "request_id": "req-d36aae5b-5644-461a-8368-086d08ca4c2a"}]} 2026-06-09 23:37:21.617 8 INFO neutron.services.segments.plugin [-] Segment d1914a5e-a5fc-4e28-87e0-1451be449edf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1914a5e-a5fc-4e28-87e0-1451be449edf found for delete ", "request_id": "req-fcac0595-48ae-4dea-a690-a22d4cc8e690"}]} [pid: 8|app: 0|req: 824/1665] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:20 2026] DELETE /v2.0/routers/311ab2d2-7292-4921-9748-6b9de43ef355 => generated 0 bytes in 861 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1666] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:21 2026] DELETE /v2.0/subnets/52c1fc75-19ba-4ce2-b72c-cff0f478b732 => 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: 825/1667] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:37:21 2026] DELETE /v2.0/networks/5b91fe3d-2dd6-462b-93f2-1375c1810715 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1668] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:22 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1669] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:22 2026] GET /v2.0/security-groups?id=bfcf4654-ed46-463b-86b0-2c14fdda51ff&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1670] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:22 2026] GET /v2.0/security-groups?tenant_id=d7d9c0de937544bf9767ee48ca82bec9&name=default => generated 2925 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1671] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:22 2026] GET /v2.0/security-groups?tenant_id=b91b3d9bd9de4b26b1b696d128611ae0&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1672] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:22 2026] DELETE /v2.0/security-groups/2991b165-9751-4efa-8805-3d0afcc0657a => 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: 844/1673] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:22 2026] DELETE /v2.0/security-groups/78643ba0-46fc-4bd3-b45b-28afc2c1d419 => 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: 830/1674] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:23 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1675] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:23 2026] GET /v2.0/security-groups?id=bfcf4654-ed46-463b-86b0-2c14fdda51ff&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:23.636 8 INFO neutron.services.segments.plugin [-] Segment 30c9932c-a630-4374-bc13-4d89745c2cbd resource provider aggregate not found 2026-06-09 23:37:23.641 8 INFO neutron.services.segments.plugin [-] Segment 30c9932c-a630-4374-bc13-4d89745c2cbd resource provider aggregate not found 2026-06-09 23:37:23.646 8 INFO neutron.services.segments.plugin [-] Segment 30c9932c-a630-4374-bc13-4d89745c2cbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30c9932c-a630-4374-bc13-4d89745c2cbd found for delete ", "request_id": "req-19bc3131-ae55-450a-9fe2-805430ba52e1"}]} 2026-06-09 23:37:23.656 8 INFO neutron.services.segments.plugin [-] Segment 30c9932c-a630-4374-bc13-4d89745c2cbd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30c9932c-a630-4374-bc13-4d89745c2cbd found for delete ", "request_id": "req-9d83c524-7761-4237-a347-de085a9c5300"}]} [pid: 8|app: 0|req: 831/1676] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:23 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1677] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:23 2026] GET /v2.0/security-groups?id=bfcf4654-ed46-463b-86b0-2c14fdda51ff&fields=id&fields=name => generated 88 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:24.620 8 INFO neutron.db.segments_db [None req-68dba69e-6f28-44ee-92f0-4db5069c257d f68564fb052f47df8bf59e47877c16fa 3c8ee102c9104225a5ce9947c30b3668 - - default default] Added segment 43263735-77d2-4809-a836-0072b470efbb of type vxlan for network 1d36c24b-0d03-4f71-b07d-6fc565454bcb [pid: 8|app: 0|req: 832/1678] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:37:24 2026] POST /v2.0/networks => generated 643 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1679] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:37:24 2026] POST /v2.0/subnets => generated 641 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:37:25.042 8 INFO neutron.db.segments_db [None req-c6b32037-af98-4218-a30b-4dc18298e4c8 f68564fb052f47df8bf59e47877c16fa 3c8ee102c9104225a5ce9947c30b3668 - - default default] Added segment 90017fd4-abb3-4b2e-affa-e880b17b2c5d of type vxlan for network 47446e33-e332-499f-8961-3a5ee66c2937 [pid: 7|app: 0|req: 848/1680] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:25 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1681] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:37:24 2026] POST /v2.0/networks => generated 644 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1682] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:25 2026] GET /v2.0/security-groups?id=bfcf4654-ed46-463b-86b0-2c14fdda51ff&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: 834/1683] 10.0.0.212 () {34 vars in 743 bytes} [Tue Jun 9 23:37:25 2026] PUT /v2.0/networks/47446e33-e332-499f-8961-3a5ee66c2937 => generated 592 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1684] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:37:25 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1685] 10.0.0.212 () {34 vars in 741 bytes} [Tue Jun 9 23:37:25 2026] PUT /v2.0/subnets/bac076e6-114d-462e-8322-bbc0fc03c54f => generated 636 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:25.826 7 INFO neutron.services.segments.plugin [-] Segment 90017fd4-abb3-4b2e-affa-e880b17b2c5d resource provider aggregate not found 2026-06-09 23:37:25.833 7 INFO neutron.services.segments.plugin [-] Segment 90017fd4-abb3-4b2e-affa-e880b17b2c5d resource provider aggregate not found 2026-06-09 23:37:25.841 8 INFO neutron.db.segments_db [None req-a83dc1ec-abec-479b-b6ad-be26745585e3 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Added segment 1b0b15d5-24aa-44f1-bf73-8dd92f374604 of type vxlan for network d1d41a81-0f8e-4873-bb9b-43f9f0456b0d 2026-06-09 23:37:25.850 7 INFO neutron.services.segments.plugin [-] Segment 90017fd4-abb3-4b2e-affa-e880b17b2c5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90017fd4-abb3-4b2e-affa-e880b17b2c5d found for delete ", "request_id": "req-19f7dc3f-9446-4b8c-b746-735a5e3f9525"}]} 2026-06-09 23:37:25.851 7 INFO neutron.services.segments.plugin [-] Segment 90017fd4-abb3-4b2e-affa-e880b17b2c5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90017fd4-abb3-4b2e-affa-e880b17b2c5d found for delete ", "request_id": "req-b104fb97-e677-4dc3-a99c-626386cdcf0b"}]} [pid: 7|app: 0|req: 852/1686] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:37:25 2026] DELETE /v2.0/networks/47446e33-e332-499f-8961-3a5ee66c2937 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:37:25.874 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57747571-802d-499b-a1f3-4c97a4ab0892 f68564fb052f47df8bf59e47877c16fa 3c8ee102c9104225a5ce9947c30b3668 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 853/1687] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:37:25 2026] DELETE /v2.0/networks/47446e33-e332-499f-8961-3a5ee66c2937 => 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: 854/1688] 10.0.0.212 () {32 vars in 694 bytes} [Tue Jun 9 23:37:25 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1689] 10.0.0.212 () {34 vars in 671 bytes} [Tue Jun 9 23:37:25 2026] POST /v2.0/networks => generated 632 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1690] 10.0.0.212 () {32 vars in 742 bytes} [Tue Jun 9 23:37:25 2026] GET /v2.0/subnets?network_id=9ef42ce3-fc29-4877-9ddc-797b2588319a => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1691] 10.0.0.212 () {32 vars in 653 bytes} [Tue Jun 9 23:37:25 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-09 23:37:26.016 8 INFO neutron.db.segments_db [None req-bcc4b8bb-31f4-4e5f-b27a-9f282cc7e546 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Added segment 19c3754e-2d72-4802-b9bc-2842c33ac484 of type vxlan for network 820a965f-f49f-41d1-92cb-9a1948a4a263 [pid: 7|app: 0|req: 857/1692] 10.0.0.212 () {32 vars in 649 bytes} [Tue Jun 9 23:37:26 2026] GET /v2.0/networks => generated 1308 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1693] 10.0.0.212 () {32 vars in 647 bytes} [Tue Jun 9 23:37:26 2026] GET /v2.0/subnets => generated 1280 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1694] 10.0.0.212 () {32 vars in 723 bytes} [Tue Jun 9 23:37:26 2026] GET /v2.0/networks/1d36c24b-0d03-4f71-b07d-6fc565454bcb => generated 668 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1695] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:37:26 2026] GET /v2.0/subnets/435c9d43-b970-4565-91ad-6309bf1ace9a => generated 641 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:26.214 7 INFO neutron.pecan_wsgi.hooks.translation [None req-90764b4c-9c0a-4313-a566-c88d45c8230b f68564fb052f47df8bf59e47877c16fa 3c8ee102c9104225a5ce9947c30b3668 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 861/1696] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:26 2026] DELETE /v2.0/subnets/bac076e6-114d-462e-8322-bbc0fc03c54f => 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: 862/1697] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:26 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:26.266 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f0da7fe-e8ba-4697-b351-7d109ad1d5a0 f68564fb052f47df8bf59e47877c16fa 3c8ee102c9104225a5ce9947c30b3668 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 863/1698] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:37:26 2026] DELETE /v2.0/networks/47446e33-e332-499f-8961-3a5ee66c2937 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:37:26.295 8 INFO neutron.db.l3_hamode_db [None req-bcc4b8bb-31f4-4e5f-b27a-9f282cc7e546 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 864/1699] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:26 2026] GET /v2.0/security-groups?id=bfcf4654-ed46-463b-86b0-2c14fdda51ff&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: 7|app: 0|req: 865/1700] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:26 2026] DELETE /v2.0/subnets/435c9d43-b970-4565-91ad-6309bf1ace9a => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1701] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:37:26 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => 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: 867/1702] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:37:26 2026] DELETE /v2.0/networks/1d36c24b-0d03-4f71-b07d-6fc565454bcb => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:37:26.676 7 INFO neutron_taas.services.taas.taas_plugin [req-1668ddb6-abdf-423e-a016-47754e0a7191 req-02507968-c3d1-4ad0-830a-f3c6ae7f6334 93f8ceec39eb441385a3ca0618baa874 20171db0f9af4c4faff6f76b6de7443c - - default default] TaaS: Handle Delete Port: 1b939d54-c8d6-423a-bff2-707ca4cd14f6 2026-06-09 23:37:26.679 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1668ddb6-abdf-423e-a016-47754e0a7191 req-02507968-c3d1-4ad0-830a-f3c6ae7f6334 93f8ceec39eb441385a3ca0618baa874 20171db0f9af4c4faff6f76b6de7443c - - default default] Tap Mirror: Handle Delete Port: 1b939d54-c8d6-423a-bff2-707ca4cd14f6 [pid: 7|app: 0|req: 868/1703] 199.204.45.95 () {36 vars in 996 bytes} [Tue Jun 9 23:37:26 2026] DELETE /v2.0/ports/1b939d54-c8d6-423a-bff2-707ca4cd14f6 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:37:26.849 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c6b377f-63ed-424d-8544-7daf377bdf7a'] response: {'server_uuid': 'd427bb31-a1d0-4c55-9a43-6e62797e6450', 'name': 'network-vif-deleted', 'tag': '1b939d54-c8d6-423a-bff2-707ca4cd14f6', 'status': 'completed', 'code': 200} 2026-06-09 23:37:27.050 8 INFO neutron.db.l3_hamode_db [None req-bcc4b8bb-31f4-4e5f-b27a-9f282cc7e546 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 869/1704] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:26 2026] GET /v2.0/security-groups?tenant_id=3c8ee102c9104225a5ce9947c30b3668&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1705] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:27 2026] DELETE /v2.0/security-groups/650b6c98-40e9-47d7-b9cd-77abe2f515c9 => 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: 871/1706] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:27 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:27.871 7 INFO neutron.services.segments.plugin [-] Segment 43263735-77d2-4809-a836-0072b470efbb resource provider aggregate not found 2026-06-09 23:37:27.874 7 INFO neutron.services.segments.plugin [-] Segment 43263735-77d2-4809-a836-0072b470efbb resource provider aggregate not found 2026-06-09 23:37:27.890 7 INFO neutron.services.segments.plugin [-] Segment 43263735-77d2-4809-a836-0072b470efbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43263735-77d2-4809-a836-0072b470efbb found for delete ", "request_id": "req-cfd06ba2-53f9-441e-94ea-aaa3420e1868"}]} 2026-06-09 23:37:27.896 7 INFO neutron.services.segments.plugin [-] Segment 43263735-77d2-4809-a836-0072b470efbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43263735-77d2-4809-a836-0072b470efbb found for delete ", "request_id": "req-cb2208ed-653c-4d20-8615-4c202809ee59"}]} [pid: 8|app: 0|req: 836/1707] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:37:25 2026] POST /v2.0/routers => generated 694 bytes in 1985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1708] 10.0.0.212 () {32 vars in 776 bytes} [Tue Jun 9 23:37:27 2026] GET /v2.0/subnets?project_id=797c25a7965e41c2b0d3ebdc9fca3e01&cidr=10.100.0.0%2F28 => generated 14 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1709] 10.0.0.212 () {32 vars in 694 bytes} [Tue Jun 9 23:37:28 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1710] 10.0.0.212 () {32 vars in 784 bytes} [Tue Jun 9 23:37:28 2026] GET /v2.0/subnets?network_id=9ef42ce3-fc29-4877-9ddc-797b2588319a&cidr=10.100.0.0%2F28 => 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: 874/1711] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:28 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1712] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:37:28 2026] POST /v2.0/subnets => generated 657 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:37:29.318 8 INFO neutron.db.segments_db [None req-feed6c50-064f-4239-abec-cefd63cc3468 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] Added segment c6fcdfed-570f-47c2-9722-92919a924caa of type vxlan for network d0938916-2d58-4dbd-b738-edb360c2f546 [pid: 8|app: 0|req: 839/1713] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:37:28 2026] POST /v2.0/networks => generated 644 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1714] 10.0.0.212 () {34 vars in 665 bytes} [Tue Jun 9 23:37:29 2026] POST /v2.0/ports => generated 774 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 841/1715] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:29 2026] GET /v2.0/ports?device_id=d427bb31-a1d0-4c55-9a43-6e62797e6450 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:29.830 8 INFO neutron.db.segments_db [None req-a7756661-fa44-4933-9133-7af592b33489 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] Added segment 450c4c7f-ada1-4133-a672-0821d58793ee of type vxlan for network 34ca7298-8c06-4199-98e3-16ab4c521c15 [pid: 7|app: 0|req: 875/1716] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:37:28 2026] PUT /v2.0/routers/c89737d1-24df-4064-8b18-62c6be17bd78/add_router_interface => generated 309 bytes in 1272 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1717] 10.0.0.212 () {32 vars in 649 bytes} [Tue Jun 9 23:37:29 2026] GET /v2.0/networks => generated 5777 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1718] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:37:29 2026] POST /v2.0/networks => generated 632 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1719] 10.0.0.212 () {32 vars in 647 bytes} [Tue Jun 9 23:37:29 2026] GET /v2.0/subnets => generated 3900 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1720] 10.0.0.212 () {32 vars in 647 bytes} [Tue Jun 9 23:37:29 2026] GET /v2.0/routers => generated 1466 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1721] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:37:29 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1722] 10.0.0.212 () {34 vars in 685 bytes} [Tue Jun 9 23:37:30 2026] POST /v2.0/security-groups => generated 1673 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1723] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:37:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1724] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:37:30 2026] POST /v2.0/security-group-rules => generated 596 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1725] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:37:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1726] 10.0.0.212 () {34 vars in 665 bytes} [Tue Jun 9 23:37:30 2026] POST /v2.0/ports => generated 950 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 883/1727] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:37:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:37:30.708 8 INFO neutron_taas.services.taas.taas_plugin [None req-1737f378-b02a-4100-8abc-f920f4b8a002 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] TaaS: Handle Delete Port: 0f4c8797-8333-4099-985b-1541b156fef9 2026-06-09 23:37:30.711 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1737f378-b02a-4100-8abc-f920f4b8a002 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] Tap Mirror: Handle Delete Port: 0f4c8797-8333-4099-985b-1541b156fef9 2026-06-09 23:37:30.733 7 INFO neutron.db.securitygroups_db [None req-47b3a163-c92f-4da6-a1ca-23127e81b02c 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Project 797c25a7965e41c2b0d3ebdc9fca3e01 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: 884/1728] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:37:30 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:37:30.872 7 INFO neutron.db.securitygroups_db [None req-984a63d0-ed47-490f-b8bb-4d29fc989b1b 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Project 797c25a7965e41c2b0d3ebdc9fca3e01 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: 845/1729] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:37:30 2026] DELETE /v2.0/ports/0f4c8797-8333-4099-985b-1541b156fef9 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1730] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:37:30 2026] POST /v2.0/security-group-rules => generated 606 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:37:30.955 7 INFO neutron.pecan_wsgi.hooks.translation [None req-870b98a9-0b97-4ea5-8ad3-ed0304c0716f 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 886/1731] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:37:30 2026] DELETE /v2.0/ports/0f4c8797-8333-4099-985b-1541b156fef9 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:37:30.982 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f737154b-1685-4db3-ba19-afef7f27a074 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 887/1732] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:37:30 2026] GET /v2.0/ports/0f4c8797-8333-4099-985b-1541b156fef9 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1733] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:30 2026] DELETE /v2.0/subnets/df05f1f5-01e5-48d4-a8d2-a72b73b55435 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:37:31.241 7 INFO neutron.services.segments.plugin [-] Segment 450c4c7f-ada1-4133-a672-0821d58793ee resource provider aggregate not found 2026-06-09 23:37:31.246 7 INFO neutron.services.segments.plugin [-] Segment 450c4c7f-ada1-4133-a672-0821d58793ee resource provider aggregate not found 2026-06-09 23:37:31.262 7 INFO neutron.services.segments.plugin [-] Segment 450c4c7f-ada1-4133-a672-0821d58793ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 450c4c7f-ada1-4133-a672-0821d58793ee found for delete ", "request_id": "req-89b4b871-d416-4f4a-9ab4-13ef3a824ed9"}]} 2026-06-09 23:37:31.265 7 INFO neutron.services.segments.plugin [-] Segment 450c4c7f-ada1-4133-a672-0821d58793ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 450c4c7f-ada1-4133-a672-0821d58793ee found for delete ", "request_id": "req-fe042976-6a03-4665-b857-26bf01921ea3"}]} [pid: 7|app: 0|req: 889/1734] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:37:31 2026] DELETE /v2.0/networks/34ca7298-8c06-4199-98e3-16ab4c521c15 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:37:31.288 8 INFO neutron_taas.services.taas.taas_plugin [None req-b752566e-26fb-4888-b2ed-b53078f3e608 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 0e670880-66d3-4784-af4c-71cf4604c27e 2026-06-09 23:37:31.291 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b752566e-26fb-4888-b2ed-b53078f3e608 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 0e670880-66d3-4784-af4c-71cf4604c27e 2026-06-09 23:37:31.335 7 INFO neutron.db.segments_db [None req-eda94629-20fe-4e3d-8a7f-e0975b737212 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] Added segment ee0bc805-bb08-43df-ab97-ae6cdf6f3344 of type vxlan for network 385c24bb-cabe-4da0-9fd7-651bb4c1083b [pid: 7|app: 0|req: 892/1737] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:37:31 2026] POST /v2.0/networks => generated 631 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1738] 10.0.0.212 () {32 vars in 649 bytes} [Tue Jun 9 23:37:31 2026] GET /v2.0/networks => generated 1297 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1739] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:37:31 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1740] 10.0.0.250 () {34 vars in 1098 bytes} [Tue Jun 9 23:37:31 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-496397669&fields=id&tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01 => 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: 846/1741] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:37:30 2026] PUT /v2.0/routers/70a60462-cbba-4a87-bc54-d38caf4cb95f/remove_router_interface => generated 309 bytes in 1090 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1742] 10.0.0.250 () {34 vars in 982 bytes} [Tue Jun 9 23:37:31 2026] GET /v2.0/networks?id=d1d41a81-0f8e-4873-bb9b-43f9f0456b0d => generated 660 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:32.294 8 INFO neutron_taas.services.taas.taas_plugin [None req-6778193b-7a9b-4371-b056-5fe3a8c1f10c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 68b408c9-c4e1-496c-9d49-3090b0472958 2026-06-09 23:37:32.299 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6778193b-7a9b-4371-b056-5fe3a8c1f10c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 68b408c9-c4e1-496c-9d49-3090b0472958 2026-06-09 23:37:32.596 8 INFO neutron_taas.services.taas.taas_plugin [None req-6778193b-7a9b-4371-b056-5fe3a8c1f10c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 08c0258e-5cda-4cec-8ca5-7ecd6415722d 2026-06-09 23:37:32.598 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6778193b-7a9b-4371-b056-5fe3a8c1f10c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 08c0258e-5cda-4cec-8ca5-7ecd6415722d [pid: 7|app: 0|req: 896/1743] 10.0.0.212 () {34 vars in 665 bytes} [Tue Jun 9 23:37:31 2026] POST /v2.0/ports => generated 915 bytes in 858 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1744] 10.0.0.250 () {34 vars in 965 bytes} [Tue Jun 9 23:37:32 2026] GET /v2.0/quotas/797c25a7965e41c2b0d3ebdc9fca3e01 => generated 292 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:32.789 7 INFO neutron_taas.services.taas.taas_plugin [None req-9978b0da-853b-455c-b36d-32e536a05656 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] TaaS: Handle Delete Port: 7bfaf497-a9aa-4be7-88d0-47f8c7daff95 2026-06-09 23:37:32.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9978b0da-853b-455c-b36d-32e536a05656 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] Tap Mirror: Handle Delete Port: 7bfaf497-a9aa-4be7-88d0-47f8c7daff95 [pid: 7|app: 0|req: 898/1745] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:37:32 2026] DELETE /v2.0/ports/7bfaf497-a9aa-4be7-88d0-47f8c7daff95 => 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: 899/1746] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:37:32 2026] GET /v2.0/ports?tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:33.025 8 INFO neutron.services.segments.plugin [-] Segment 0326c07c-443d-40bf-979c-8c0ea24f6ff7 resource provider aggregate not found 2026-06-09 23:37:33.027 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e8b4e0d-5e0c-4106-a23a-9e3ee1f01af7 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 900/1747] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:37:33 2026] GET /v2.0/ports/7bfaf497-a9aa-4be7-88d0-47f8c7daff95 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:37:33.034 8 INFO neutron.services.segments.plugin [-] Segment 0326c07c-443d-40bf-979c-8c0ea24f6ff7 resource provider aggregate not found 2026-06-09 23:37:33.050 8 INFO neutron.services.segments.plugin [-] Segment 0326c07c-443d-40bf-979c-8c0ea24f6ff7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0326c07c-443d-40bf-979c-8c0ea24f6ff7 found for delete ", "request_id": "req-4ddafd1b-84f1-459e-8506-3c6e6753b284"}]} 2026-06-09 23:37:33.052 8 INFO neutron.services.segments.plugin [-] Segment 0326c07c-443d-40bf-979c-8c0ea24f6ff7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0326c07c-443d-40bf-979c-8c0ea24f6ff7 found for delete ", "request_id": "req-9d16c6b2-036a-4c13-8286-83b83fee5be1"}]} 2026-06-09 23:37:33.074 8 INFO neutron.db.l3_hamode_db [None req-6778193b-7a9b-4371-b056-5fe3a8c1f10c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] HA network 65f73bb7-3ff4-47e2-bba8-30ddb064e57e was deleted as no HA routers are present in tenant 20171db0f9af4c4faff6f76b6de7443c. [pid: 8|app: 0|req: 848/1748] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:32 2026] DELETE /v2.0/routers/70a60462-cbba-4a87-bc54-d38caf4cb95f => generated 0 bytes in 1043 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1749] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:33 2026] DELETE /v2.0/subnets/a8dae23a-b13b-4ea9-bb75-6aaabf0a0238 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1750] 10.0.0.250 () {34 vars in 1008 bytes} [Tue Jun 9 23:37:33 2026] GET /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1751] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:33 2026] DELETE /v2.0/subnets/01e9cbe6-71fb-4431-b617-96c171ce0137 => 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: 903/1752] 10.0.0.250 () {34 vars in 1108 bytes} [Tue Jun 9 23:37:33 2026] GET /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d?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: 850/1753] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:37:33 2026] DELETE /v2.0/networks/385c24bb-cabe-4da0-9fd7-651bb4c1083b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:37:33.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-1472c8df-363e-421a-bf25-ddbfc488a154 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 33ad7689-9985-4d38-9232-79972d04be50 2026-06-09 23:37:33.377 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1472c8df-363e-421a-bf25-ddbfc488a154 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 33ad7689-9985-4d38-9232-79972d04be50 2026-06-09 23:37:33.537 7 INFO neutron.services.segments.plugin [-] Segment 218ff091-ef03-49a2-8519-caa69478af67 resource provider aggregate not found 2026-06-09 23:37:33.543 7 INFO neutron.services.segments.plugin [-] Segment 218ff091-ef03-49a2-8519-caa69478af67 resource provider aggregate not found 2026-06-09 23:37:33.558 7 INFO neutron.services.segments.plugin [-] Segment 218ff091-ef03-49a2-8519-caa69478af67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 218ff091-ef03-49a2-8519-caa69478af67 found for delete ", "request_id": "req-d82043bf-e65d-44f7-adf9-8c2c4fcabe78"}]} [pid: 7|app: 0|req: 904/1754] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:37:33 2026] DELETE /v2.0/networks/5b41393e-b55d-4ea2-8dd0-b25662609ef1 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:37:33.564 7 INFO neutron.services.segments.plugin [-] Segment 218ff091-ef03-49a2-8519-caa69478af67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 218ff091-ef03-49a2-8519-caa69478af67 found for delete ", "request_id": "req-0e644e29-f786-43e1-b9fd-cd56c12d329a"}]} [pid: 7|app: 0|req: 905/1755] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:33 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => 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: 851/1756] 10.0.0.212 () {34 vars in 665 bytes} [Tue Jun 9 23:37:33 2026] POST /v2.0/ports => generated 775 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1757] 10.0.0.212 () {34 vars in 737 bytes} [Tue Jun 9 23:37:33 2026] PUT /v2.0/ports/3fd70c8d-8315-48d4-a830-ad23825ff520 => generated 752 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 852/1758] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:33 2026] GET /v2.0/security-groups?tenant_id=20171db0f9af4c4faff6f76b6de7443c&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:37:33.903 7 INFO neutron_taas.services.taas.taas_plugin [None req-29131119-b2db-40be-ba52-dc2514a09651 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] TaaS: Handle Delete Port: 3fd70c8d-8315-48d4-a830-ad23825ff520 2026-06-09 23:37:33.908 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29131119-b2db-40be-ba52-dc2514a09651 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] Tap Mirror: Handle Delete Port: 3fd70c8d-8315-48d4-a830-ad23825ff520 [pid: 8|app: 0|req: 853/1759] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:33 2026] DELETE /v2.0/security-groups/bfcf4654-ed46-463b-86b0-2c14fdda51ff => 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: 907/1760] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:37:33 2026] DELETE /v2.0/ports/3fd70c8d-8315-48d4-a830-ad23825ff520 => 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: 854/1761] 10.0.0.212 () {32 vars in 643 bytes} [Tue Jun 9 23:37:34 2026] GET /v2.0/ports => generated 777 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:34.111 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7674de13-2a91-4fce-a25e-8fa883af3f2c 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 908/1762] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:37:34 2026] GET /v2.0/ports/3fd70c8d-8315-48d4-a830-ad23825ff520 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1763] 10.0.0.212 () {32 vars in 643 bytes} [Tue Jun 9 23:37:34 2026] GET /v2.0/ports => generated 777 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1764] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:37:34 2026] GET /v2.0/ports/19c9063e-6ce1-4e9f-b993-489a31aace65 => generated 774 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:34.237 8 INFO neutron.pecan_wsgi.hooks.translation [None req-03b9bee3-4b3e-488c-a339-727593b533e7 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 856/1765] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:37:34 2026] DELETE /v2.0/ports/7bfaf497-a9aa-4be7-88d0-47f8c7daff95 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:37:34.261 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c8719591-e2a3-4069-94d7-7256f2bf51b4 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 910/1766] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:34 2026] DELETE /v2.0/subnets/a8dae23a-b13b-4ea9-bb75-6aaabf0a0238 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:37:34.285 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5e281d25-1dd6-460d-bf23-10d536e942af 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 857/1767] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:37:34 2026] DELETE /v2.0/subnets/df05f1f5-01e5-48d4-a8d2-a72b73b55435 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:37:34.377 7 INFO neutron_taas.services.taas.taas_plugin [None req-abbe2b75-401e-4de3-9a7f-0fb287478bc1 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] TaaS: Handle Delete Port: 19c9063e-6ce1-4e9f-b993-489a31aace65 2026-06-09 23:37:34.381 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abbe2b75-401e-4de3-9a7f-0fb287478bc1 7135b2eb7b8041548fcda2c969ab48fe e0abcd7b01ae45e9b954ee5ed5e43b3e - - default default] Tap Mirror: Handle Delete Port: 19c9063e-6ce1-4e9f-b993-489a31aace65 [pid: 7|app: 0|req: 911/1768] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:37:34 2026] DELETE /v2.0/ports/19c9063e-6ce1-4e9f-b993-489a31aace65 => 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: 858/1769] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:37:34 2026] DELETE /v2.0/networks/d0938916-2d58-4dbd-b738-edb360c2f546 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1770] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:34 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:37:35.072 8 INFO neutron.services.segments.plugin [-] Segment ee0bc805-bb08-43df-ab97-ae6cdf6f3344 resource provider aggregate not found 2026-06-09 23:37:35.078 8 INFO neutron.services.segments.plugin [-] Segment ee0bc805-bb08-43df-ab97-ae6cdf6f3344 resource provider aggregate not found 2026-06-09 23:37:35.096 8 INFO neutron.services.segments.plugin [-] Segment ee0bc805-bb08-43df-ab97-ae6cdf6f3344 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee0bc805-bb08-43df-ab97-ae6cdf6f3344 found for delete ", "request_id": "req-c9ab674f-18a7-4123-8f06-9c56f95110c9"}]} 2026-06-09 23:37:35.100 8 INFO neutron.services.segments.plugin [-] Segment ee0bc805-bb08-43df-ab97-ae6cdf6f3344 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee0bc805-bb08-43df-ab97-ae6cdf6f3344 found for delete ", "request_id": "req-192ddba8-17cd-4016-9801-81cd4e63908d"}]} 2026-06-09 23:37:35.115 8 INFO neutron.services.segments.plugin [-] Segment c6fcdfed-570f-47c2-9722-92919a924caa resource provider aggregate not found 2026-06-09 23:37:35.119 8 INFO neutron.services.segments.plugin [-] Segment c6fcdfed-570f-47c2-9722-92919a924caa resource provider aggregate not found 2026-06-09 23:37:35.135 8 INFO neutron.services.segments.plugin [-] Segment c6fcdfed-570f-47c2-9722-92919a924caa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6fcdfed-570f-47c2-9722-92919a924caa found for delete ", "request_id": "req-61f420f1-5877-4db9-9e58-693155622d59"}]} 2026-06-09 23:37:35.144 8 INFO neutron.services.segments.plugin [-] Segment c6fcdfed-570f-47c2-9722-92919a924caa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c6fcdfed-570f-47c2-9722-92919a924caa found for delete ", "request_id": "req-6e5530bb-d1b4-4992-8a61-93502b58d8ea"}]} [pid: 8|app: 0|req: 859/1771] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:35 2026] GET /v2.0/security-groups?tenant_id=e0abcd7b01ae45e9b954ee5ed5e43b3e&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1772] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:35 2026] DELETE /v2.0/security-groups/3f4e6c25-48e0-4a51-9eaa-0268eb7b258e => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1773] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:35 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => 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: 914/1774] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:36 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => 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: 861/1775] 10.0.0.212 () {34 vars in 684 bytes} [Tue Jun 9 23:37:37 2026] POST /v2.0/security-groups => generated 1624 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1776] 10.0.0.212 () {32 vars in 663 bytes} [Tue Jun 9 23:37:37 2026] GET /v2.0/security-groups => generated 4529 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1777] 10.0.0.212 () {34 vars in 758 bytes} [Tue Jun 9 23:37:37 2026] PUT /v2.0/security-groups/425df694-9f45-4089-a8ce-0aed8f121735 => generated 1663 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1778] 10.0.0.212 () {32 vars in 737 bytes} [Tue Jun 9 23:37:37 2026] GET /v2.0/security-groups/425df694-9f45-4089-a8ce-0aed8f121735 => generated 1663 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1779] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:37 2026] DELETE /v2.0/security-groups/425df694-9f45-4089-a8ce-0aed8f121735 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1780] 10.0.0.212 () {32 vars in 663 bytes} [Tue Jun 9 23:37:37 2026] GET /v2.0/security-groups => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1781] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:37:37 2026] GET /v2.0/networks?id=d1d41a81-0f8e-4873-bb9b-43f9f0456b0d => generated 660 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:37.755 8 INFO neutron.api.v2.resource [None req-b9ef565c-6a5f-4554-9139-a4d9d48fa7ed ae5f3825ed3344c281bff03e11fa5b77 923f002d95544d9fbd13ab98a7ca199f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 865/1782] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:37 2026] DELETE /v2.0/security-groups/425df694-9f45-4089-a8ce-0aed8f121735 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1783] 199.204.45.95 () {34 vars in 1049 bytes} [Tue Jun 9 23:37:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01 => generated 180 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1784] 10.0.0.212 () {34 vars in 684 bytes} [Tue Jun 9 23:37:37 2026] POST /v2.0/security-groups => generated 1624 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1785] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:37 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => 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: 868/1786] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:37:37 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: 8|app: 0|req: 869/1787] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:37:38 2026] GET /v2.0/security-group-rules/e3b30b6e-2d0c-4f5b-9dc9-d3993a2ee72d => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1788] 10.0.0.212 () {32 vars in 673 bytes} [Tue Jun 9 23:37:38 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1789] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:37:38 2026] DELETE /v2.0/security-group-rules/e3b30b6e-2d0c-4f5b-9dc9-d3993a2ee72d => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1790] 199.204.45.95 () {38 vars in 954 bytes} [Tue Jun 9 23:37:37 2026] POST /v2.0/ports => generated 958 bytes in 477 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: 872/1791] 10.0.0.212 () {32 vars in 673 bytes} [Tue Jun 9 23:37:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1792] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:37:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1793] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:37:38 2026] GET /v2.0/security-group-rules/8ba37986-a99a-4a70-97ab-eee2c2c11da7 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1794] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:38 2026] GET /v2.0/security-groups?tenant_id=5d09aed2f8654a87997b5a572f7b0599&name=default => generated 2925 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1795] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:37:38 2026] PUT /v2.0/ports/e56968a1-893b-4829-bda1-b78d00ca6f7c => generated 1239 bytes in 488 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: 876/1796] 10.0.0.212 () {32 vars in 673 bytes} [Tue Jun 9 23:37:38 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:37:38.790 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1cdd9419-aa6f-472f-859a-76df75adaaa1'] response: {'name': 'network-changed', 'server_uuid': 'ee18eff6-2c08-467a-953b-268ad53c1e7b', 'tag': 'e56968a1-893b-4829-bda1-b78d00ca6f7c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 877/1797] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:37:38 2026] DELETE /v2.0/security-group-rules/8ba37986-a99a-4a70-97ab-eee2c2c11da7 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1798] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:38 2026] DELETE /v2.0/security-groups/56acff79-1cb9-4754-80fd-e4b6350835ec => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1799] 10.0.0.212 () {32 vars in 673 bytes} [Tue Jun 9 23:37:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:37:38.979 7 INFO neutron.db.securitygroups_db [None req-3d316133-2033-4385-821f-6307e0bc1786 ae5f3825ed3344c281bff03e11fa5b77 923f002d95544d9fbd13ab98a7ca199f - - default default] Project 923f002d95544d9fbd13ab98a7ca199f 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: 922/1800] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:37:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1801] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:39 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => 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: 879/1802] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:38 2026] GET /v2.0/security-groups?tenant_id=2186e69936a34c15b134b8377c5734d8&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1803] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:37:39 2026] GET /v2.0/security-group-rules/0eeb302f-1d95-42d9-9bbf-a0fea691251e => generated 607 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1804] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:39 2026] GET /v2.0/security-groups?id=2c80c7bf-5d8d-4ff3-87ae-587b5f62a7be&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: 926/1805] 10.0.0.212 () {32 vars in 673 bytes} [Tue Jun 9 23:37:39 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1806] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:39 2026] DELETE /v2.0/security-groups/8080da21-2e59-4c27-a5ad-54888c8026c6 => 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: 927/1807] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:37:39 2026] DELETE /v2.0/security-group-rules/0eeb302f-1d95-42d9-9bbf-a0fea691251e => 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: 928/1808] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:37:39 2026] GET /v2.0/ports?tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01&device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1809] 10.0.0.212 () {32 vars in 673 bytes} [Tue Jun 9 23:37:39 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1810] 199.204.45.95 () {34 vars in 1017 bytes} [Tue Jun 9 23:37:39 2026] GET /v2.0/networks?tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01&shared=False => generated 756 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1811] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:39 2026] DELETE /v2.0/security-groups/f368fbf7-0fa9-412b-8ff8-b6af54412e41 => 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: 930/1812] 199.204.45.95 () {34 vars in 929 bytes} [Tue Jun 9 23:37:39 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: 883/1813] 10.0.0.212 () {32 vars in 663 bytes} [Tue Jun 9 23:37:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1814] 10.0.0.212 () {32 vars in 663 bytes} [Tue Jun 9 23:37:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1815] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:39 2026] GET /v2.0/security-groups?tenant_id=923f002d95544d9fbd13ab98a7ca199f&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1816] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:40 2026] DELETE /v2.0/security-groups/42e67de4-b42d-4dc1-a386-ad48394a28cf => 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: 885/1817] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:40 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => 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: 933/1818] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:40 2026] GET /v2.0/security-groups?id=2c80c7bf-5d8d-4ff3-87ae-587b5f62a7be&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: 886/1819] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:37:40 2026] GET /v2.0/ports?tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01&device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1820] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:37:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e56968a1-893b-4829-bda1-b78d00ca6f7c => 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: 887/1821] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:37:40 2026] GET /v2.0/subnets?id=4e0df52a-3129-4165-8468-1acfe4daf71a => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1822] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:37:40 2026] GET /v2.0/ports?network_id=d1d41a81-0f8e-4873-bb9b-43f9f0456b0d&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: 888/1823] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:37:40 2026] GET /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1824] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:37:40 2026] GET /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d?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: 889/1825] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:41 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1826] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:41 2026] GET /v2.0/security-groups?id=2c80c7bf-5d8d-4ff3-87ae-587b5f62a7be&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: 890/1827] 10.0.0.212 () {34 vars in 684 bytes} [Tue Jun 9 23:37:41 2026] POST /v2.0/security-groups => generated 1625 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1828] 10.0.0.212 () {32 vars in 663 bytes} [Tue Jun 9 23:37:42 2026] GET /v2.0/security-groups => generated 4530 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1829] 10.0.0.212 () {34 vars in 758 bytes} [Tue Jun 9 23:37:42 2026] PUT /v2.0/security-groups/b9d7bdf1-834f-42e4-b871-7c5e53cb43ae => generated 1664 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1830] 10.0.0.212 () {32 vars in 737 bytes} [Tue Jun 9 23:37:42 2026] GET /v2.0/security-groups/b9d7bdf1-834f-42e4-b871-7c5e53cb43ae => generated 1664 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1831] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:42 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1832] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:42 2026] DELETE /v2.0/security-groups/b9d7bdf1-834f-42e4-b871-7c5e53cb43ae => 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: 941/1833] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:42 2026] GET /v2.0/security-groups?id=2c80c7bf-5d8d-4ff3-87ae-587b5f62a7be&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: 893/1834] 10.0.0.212 () {32 vars in 663 bytes} [Tue Jun 9 23:37:42 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:37:42.629 7 INFO neutron.api.v2.resource [None req-fc863b8b-c7d0-4504-98c6-bdca23c07114 3a299266b3554d2d8a1f7de38645b39b 99b1475dfb804fc89da78a681a1a280f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 942/1835] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:42 2026] DELETE /v2.0/security-groups/b9d7bdf1-834f-42e4-b871-7c5e53cb43ae => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1836] 10.0.0.212 () {34 vars in 684 bytes} [Tue Jun 9 23:37:42 2026] POST /v2.0/security-groups => generated 1624 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1837] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:37:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1838] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:37:42 2026] GET /v2.0/security-group-rules/8cbecf7e-6b09-420e-8e8f-a8ef9b8b378c => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1839] 10.0.0.212 () {32 vars in 673 bytes} [Tue Jun 9 23:37:42 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1840] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:37:42 2026] DELETE /v2.0/security-group-rules/8cbecf7e-6b09-420e-8e8f-a8ef9b8b378c => 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: 897/1841] 10.0.0.212 () {32 vars in 673 bytes} [Tue Jun 9 23:37:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1842] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:37:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1843] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:37:43 2026] GET /v2.0/security-group-rules/1ef6df8d-ca68-4517-94ca-e6ee014cd5ce => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1844] 10.0.0.212 () {32 vars in 673 bytes} [Tue Jun 9 23:37:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1845] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:43 2026] GET /v2.0/security-groups?tenant_id=ee50d79ce67e49f6962cd6b7120c7054&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1846] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:37:43 2026] DELETE /v2.0/security-group-rules/1ef6df8d-ca68-4517-94ca-e6ee014cd5ce => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1847] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:43 2026] DELETE /v2.0/security-groups/f2b7917e-ce0f-4885-bf6e-6108e862a2fb => 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: 947/1848] 10.0.0.212 () {32 vars in 673 bytes} [Tue Jun 9 23:37:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1849] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:37:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1850] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:37:43 2026] GET /v2.0/security-group-rules/cad6e168-09c9-4ee4-9782-fae041ce42ac => generated 602 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1851] 10.0.0.212 () {32 vars in 673 bytes} [Tue Jun 9 23:37:43 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1852] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:43 2026] GET /v2.0/security-groups?tenant_id=e642d6f495874e75a574df31eb7a7787&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1853] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:37:43 2026] DELETE /v2.0/security-group-rules/cad6e168-09c9-4ee4-9782-fae041ce42ac => 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: 906/1854] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:43 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1855] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:43 2026] DELETE /v2.0/security-groups/e5049233-5026-482b-833f-73e247e496d7 => 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: 907/1856] 10.0.0.212 () {32 vars in 673 bytes} [Tue Jun 9 23:37:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1857] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:43 2026] GET /v2.0/security-groups?id=2c80c7bf-5d8d-4ff3-87ae-587b5f62a7be&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: 908/1858] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:43 2026] DELETE /v2.0/security-groups/96ecc731-15df-4702-8c28-3bd4a58ccfc2 => 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: 951/1859] 10.0.0.212 () {32 vars in 663 bytes} [Tue Jun 9 23:37:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1860] 10.0.0.212 () {32 vars in 663 bytes} [Tue Jun 9 23:37:43 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) [pid: 7|app: 0|req: 952/1861] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:44 2026] GET /v2.0/security-groups?tenant_id=99b1475dfb804fc89da78a681a1a280f&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1862] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:44 2026] DELETE /v2.0/security-groups/1513374f-92a9-43ed-b4af-6c3b4df7145d => 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: 953/1863] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:44 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => 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: 911/1864] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:44 2026] GET /v2.0/security-groups?id=2c80c7bf-5d8d-4ff3-87ae-587b5f62a7be&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: 954/1865] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:46 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1866] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:46 2026] GET /v2.0/security-groups?id=2c80c7bf-5d8d-4ff3-87ae-587b5f62a7be&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: 914/1869] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:46 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1870] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:46 2026] GET /v2.0/security-groups?id=2c80c7bf-5d8d-4ff3-87ae-587b5f62a7be&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: 915/1871] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:37:46 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:37:46.864 8 INFO neutron.db.segments_db [None req-5e691e02-a5ea-49e6-8ec8-64b7607b72a0 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 3a9afcfc-fdf0-4f17-bb73-c29b64315c25 of type vxlan for network f0d19b0e-44b5-4413-bbbe-4737cad0d005 [pid: 8|app: 0|req: 916/1872] 10.0.0.212 () {34 vars in 671 bytes} [Tue Jun 9 23:37:46 2026] POST /v2.0/networks => generated 740 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1873] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:37:46 2026] POST /v2.0/subnets => generated 687 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:37:47.225 7 INFO neutron.db.l3_db [None req-f382e306-a62f-4261-a99a-1ca50271d1c9 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Floating IP 57081b97-abc1-4d21-a8f7-277f85c8c745 associated. External IP: 10.96.250.203, port: e56968a1-893b-4829-bda1-b78d00ca6f7c. 2026-06-09 23:37:47.252 8 INFO neutron.db.segments_db [None req-d364d8a8-34e5-4f4d-a36f-3877a75b355b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 07668144-cff3-4475-aad3-f0b04d24a615 of type vxlan for network ec15f4e5-553f-4807-880d-8ee301d6676c 2026-06-09 23:37:47.515 8 INFO neutron.db.l3_hamode_db [None req-d364d8a8-34e5-4f4d-a36f-3877a75b355b bed75c4ff6124af48c5d72a19832f6ab c9235afb850f42c69cafc33f447ef4ab - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 957/1874] 10.0.0.212 () {34 vars in 677 bytes} [Tue Jun 9 23:37:46 2026] POST /v2.0/floatingips => generated 856 bytes in 1094 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:37:47.589 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-137ab154-0caf-43ab-b0cf-82c6efd7e42b'] response: {'name': 'network-changed', 'server_uuid': 'ee18eff6-2c08-467a-953b-268ad53c1e7b', 'tag': 'e56968a1-893b-4829-bda1-b78d00ca6f7c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 958/1875] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:37:47 2026] GET /v2.0/floatingips/57081b97-abc1-4d21-a8f7-277f85c8c745 => generated 856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1876] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:37:48 2026] GET /v2.0/ports?tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01&device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1877] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:37:48 2026] GET /v2.0/networks?id=d1d41a81-0f8e-4873-bb9b-43f9f0456b0d => generated 756 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1878] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:37:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e56968a1-893b-4829-bda1-b78d00ca6f7c => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1879] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:37:48 2026] GET /v2.0/subnets?id=4e0df52a-3129-4165-8468-1acfe4daf71a => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:48.347 8 INFO neutron.db.l3_hamode_db [None req-d364d8a8-34e5-4f4d-a36f-3877a75b355b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 963/1880] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:37:48 2026] GET /v2.0/ports?network_id=d1d41a81-0f8e-4873-bb9b-43f9f0456b0d&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1881] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:37:48 2026] GET /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1882] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:37:48 2026] GET /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d?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: 966/1883] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:37:48 2026] GET /v2.0/floatingips/57081b97-abc1-4d21-a8f7-277f85c8c745 => generated 856 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1884] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:37:47 2026] POST /v2.0/routers => generated 727 bytes in 2164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1885] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:37:49 2026] GET /v2.0/floatingips/57081b97-abc1-4d21-a8f7-277f85c8c745 => 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: 920/1886] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:50 2026] GET /v2.0/security-groups?tenant_id=e512c217ff0845c1a5f678cb3b6f758b&name=default => generated 2925 bytes in 357 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1887] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:50 2026] DELETE /v2.0/security-groups/4419ffed-42ba-408d-87c6-09e87a928a5e => 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: 967/1888] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:37:49 2026] PUT /v2.0/routers/75fe1c02-0ed9-493e-b67f-edfe4dc6f2f2/add_router_interface => generated 309 bytes in 1211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1889] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:50 2026] GET /v2.0/security-groups?tenant_id=9e908386dba949ad9726068a63a0f594&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1890] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:50 2026] DELETE /v2.0/security-groups/c4e737c0-9010-4af8-96ea-9d11cd99180f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1891] 10.0.0.250 () {34 vars in 982 bytes} [Tue Jun 9 23:37:53 2026] GET /v2.0/networks?id=f0d19b0e-44b5-4413-bbbe-4737cad0d005 => generated 672 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1892] 10.0.0.250 () {34 vars in 965 bytes} [Tue Jun 9 23:37:53 2026] GET /v2.0/quotas/c9235afb850f42c69cafc33f447ef4ab => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1893] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:37:53 2026] GET /v2.0/ports?tenant_id=c9235afb850f42c69cafc33f447ef4ab&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1894] 10.0.0.250 () {34 vars in 1008 bytes} [Tue Jun 9 23:37:53 2026] GET /v2.0/networks/f0d19b0e-44b5-4413-bbbe-4737cad0d005?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1895] 10.0.0.250 () {34 vars in 1108 bytes} [Tue Jun 9 23:37:53 2026] GET /v2.0/networks/f0d19b0e-44b5-4413-bbbe-4737cad0d005?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: 971/1896] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:53 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => 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: 926/1897] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:54 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => 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: 972/1898] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:55 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => 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: 927/1899] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:56 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => 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: 928/1900] 10.0.0.92 () {34 vars in 989 bytes} [Tue Jun 9 23:37:57 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => 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: 929/1901] 10.0.0.92 () {34 vars in 1039 bytes} [Tue Jun 9 23:37:57 2026] GET /v2.0/security-groups?id=2c80c7bf-5d8d-4ff3-87ae-587b5f62a7be&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: 973/1902] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:57 2026] GET /v2.0/security-groups?tenant_id=790acab0cba3478fbbb4fee6e97a61fa&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1903] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:57 2026] DELETE /v2.0/security-groups/635f9504-060d-40e4-a250-9ab436d4da75 => 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: 974/1904] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:37:57 2026] GET /v2.0/security-groups?tenant_id=58865f5a850e4a8187f547aab4aed376&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1905] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:37:57 2026] DELETE /v2.0/security-groups/f945a5c0-0d19-48ae-848d-f2e2f9647b02 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1906] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:37:57 2026] GET /v2.0/networks?id=f0d19b0e-44b5-4413-bbbe-4737cad0d005 => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1907] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:58 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => 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: 932/1908] 199.204.45.95 () {38 vars in 954 bytes} [Tue Jun 9 23:37:57 2026] POST /v2.0/ports => generated 958 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1909] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:37:58 2026] PUT /v2.0/ports/a14a49dc-dd50-4b2a-8cf3-28f4dd9500af => generated 1239 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:37:58.739 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-46121da9-d25e-4822-82e1-09c917030ab5'] response: {'name': 'network-changed', 'server_uuid': '3d1dfa10-4f45-43d7-a781-088f77da9e42', 'tag': 'a14a49dc-dd50-4b2a-8cf3-28f4dd9500af', '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: 933/1910] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:37:59 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => generated 973 bytes in 70 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: 978/1911] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:37:59 2026] GET /v2.0/security-groups?id=3532ad68-b2f6-47f6-8f94-33fbde42d01f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1912] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:37:59 2026] GET /v2.0/ports?tenant_id=c9235afb850f42c69cafc33f447ef4ab&device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1913] 199.204.45.95 () {34 vars in 1017 bytes} [Tue Jun 9 23:37:59 2026] GET /v2.0/networks?tenant_id=c9235afb850f42c69cafc33f447ef4ab&shared=False => generated 768 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1914] 199.204.45.95 () {34 vars in 929 bytes} [Tue Jun 9 23:37:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:37:59.983 7 INFO neutron.db.segments_db [None req-59c81512-9709-480b-8549-d6bbaef7a794 b292a7a120284a38905716916d360e8a 4f857fee78354f8fb47894e534a947f2 - - default default] Added segment 14cf45d1-2955-4522-ac26-8868a77ec950 of type vxlan for network 17f9d922-9eab-416b-9a4e-5eb8a735926e [pid: 7|app: 0|req: 980/1915] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:37:59 2026] POST /v2.0/networks => generated 648 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1916] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:00 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1917] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:00 2026] GET /v2.0/security-groups?id=3532ad68-b2f6-47f6-8f94-33fbde42d01f&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1918] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:38:00 2026] GET /v2.0/ports?tenant_id=c9235afb850f42c69cafc33f447ef4ab&device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1919] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:38:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a14a49dc-dd50-4b2a-8cf3-28f4dd9500af => 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: 938/1920] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:38:00 2026] GET /v2.0/subnets?id=a8b4a112-6755-403d-9c6a-0922a751f249 => generated 690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1921] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:38:00 2026] GET /v2.0/ports?network_id=f0d19b0e-44b5-4413-bbbe-4737cad0d005&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: 984/1922] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:38:00 2026] GET /v2.0/networks/f0d19b0e-44b5-4413-bbbe-4737cad0d005?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1923] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:38:00 2026] GET /v2.0/networks/f0d19b0e-44b5-4413-bbbe-4737cad0d005?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: 939/1924] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:00 2026] POST /v2.0/subnets => generated 673 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:38:00.824 7 INFO neutron.db.segments_db [None req-c734cbb5-0964-4944-a242-db4f3cd26eed b292a7a120284a38905716916d360e8a 4f857fee78354f8fb47894e534a947f2 - - default default] Added segment 03d5a103-8bc8-416d-bc93-24371d0966fd of type vxlan for network 013bf6f5-899a-40e9-9954-d14bbe01ee9a [pid: 7|app: 0|req: 986/1925] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:38:00 2026] POST /v2.0/networks => generated 647 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1926] 10.0.0.212 () {34 vars in 743 bytes} [Tue Jun 9 23:38:00 2026] PUT /v2.0/networks/013bf6f5-899a-40e9-9954-d14bbe01ee9a => generated 592 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1929] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:01 2026] POST /v2.0/subnets => generated 646 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1930] 10.0.0.212 () {34 vars in 741 bytes} [Tue Jun 9 23:38:01 2026] PUT /v2.0/subnets/349d994c-2490-4126-917d-1e14ceb3dc96 => generated 656 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1931] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:01 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/1932] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:01 2026] GET /v2.0/security-groups?id=3532ad68-b2f6-47f6-8f94-33fbde42d01f&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:38:01.565 8 INFO neutron.services.segments.plugin [-] Segment 03d5a103-8bc8-416d-bc93-24371d0966fd resource provider aggregate not found 2026-06-09 23:38:01.572 8 INFO neutron.services.segments.plugin [-] Segment 03d5a103-8bc8-416d-bc93-24371d0966fd resource provider aggregate not found 2026-06-09 23:38:01.587 8 INFO neutron.services.segments.plugin [-] Segment 03d5a103-8bc8-416d-bc93-24371d0966fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03d5a103-8bc8-416d-bc93-24371d0966fd found for delete ", "request_id": "req-9d6ccb5c-56db-4fd5-8a27-4c0aa043f798"}]} 2026-06-09 23:38:01.590 8 INFO neutron.services.segments.plugin [-] Segment 03d5a103-8bc8-416d-bc93-24371d0966fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03d5a103-8bc8-416d-bc93-24371d0966fd found for delete ", "request_id": "req-ce485a06-e2c9-4c25-a905-eaf7ecd7da53"}]} [pid: 8|app: 0|req: 944/1933] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:38:01 2026] DELETE /v2.0/networks/013bf6f5-899a-40e9-9954-d14bbe01ee9a => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:38:01.627 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cb88002a-ad02-4329-b026-f42a6ba9e3df b292a7a120284a38905716916d360e8a 4f857fee78354f8fb47894e534a947f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 990/1934] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:38:01 2026] DELETE /v2.0/networks/013bf6f5-899a-40e9-9954-d14bbe01ee9a => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1935] 10.0.0.212 () {32 vars in 694 bytes} [Tue Jun 9 23:38:01 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1936] 10.0.0.212 () {32 vars in 742 bytes} [Tue Jun 9 23:38:01 2026] GET /v2.0/subnets?network_id=9ef42ce3-fc29-4877-9ddc-797b2588319a => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1937] 10.0.0.212 () {32 vars in 653 bytes} [Tue Jun 9 23:38:01 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: 992/1938] 10.0.0.212 () {32 vars in 649 bytes} [Tue Jun 9 23:38:01 2026] GET /v2.0/networks => generated 1313 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1939] 10.0.0.212 () {32 vars in 647 bytes} [Tue Jun 9 23:38:01 2026] GET /v2.0/subnets => generated 1312 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1940] 10.0.0.212 () {32 vars in 723 bytes} [Tue Jun 9 23:38:01 2026] GET /v2.0/networks/17f9d922-9eab-416b-9a4e-5eb8a735926e => 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: 948/1941] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:38:01 2026] GET /v2.0/subnets/f99d37f2-b885-4048-9f70-5af2c273f799 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:01.948 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36c1e214-1c93-452c-94b9-72a61420d371 b292a7a120284a38905716916d360e8a 4f857fee78354f8fb47894e534a947f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 994/1942] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:38:01 2026] DELETE /v2.0/subnets/349d994c-2490-4126-917d-1e14ceb3dc96 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:38:01.974 8 INFO neutron.pecan_wsgi.hooks.translation [None req-50ead22e-1315-424a-8ec5-16d9107a83ae b292a7a120284a38905716916d360e8a 4f857fee78354f8fb47894e534a947f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 949/1943] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:38:01 2026] DELETE /v2.0/networks/013bf6f5-899a-40e9-9954-d14bbe01ee9a => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1944] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:38:01 2026] DELETE /v2.0/subnets/f99d37f2-b885-4048-9f70-5af2c273f799 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:38:02.231 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0cf133e-1e12-4eb2-aa56-38d2f7cbf48d b292a7a120284a38905716916d360e8a 4f857fee78354f8fb47894e534a947f2 - - default default] TaaS: Handle Delete Port: d55a3a56-decb-4cb6-9a8f-a2a232754604 2026-06-09 23:38:02.234 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0cf133e-1e12-4eb2-aa56-38d2f7cbf48d b292a7a120284a38905716916d360e8a 4f857fee78354f8fb47894e534a947f2 - - default default] Tap Mirror: Handle Delete Port: d55a3a56-decb-4cb6-9a8f-a2a232754604 [pid: 8|app: 0|req: 950/1945] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:38:02 2026] DELETE /v2.0/networks/17f9d922-9eab-416b-9a4e-5eb8a735926e => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1946] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:02 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => 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: 951/1947] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:02 2026] GET /v2.0/security-groups?id=3532ad68-b2f6-47f6-8f94-33fbde42d01f&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: 997/1948] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:02 2026] GET /v2.0/security-groups?tenant_id=4f857fee78354f8fb47894e534a947f2&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1949] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:03 2026] DELETE /v2.0/security-groups/be100434-db4a-4ba1-945c-3b0d48eae1c5 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:38:03.611 8 INFO neutron.services.segments.plugin [-] Segment 14cf45d1-2955-4522-ac26-8868a77ec950 resource provider aggregate not found 2026-06-09 23:38:03.616 8 INFO neutron.services.segments.plugin [-] Segment 14cf45d1-2955-4522-ac26-8868a77ec950 resource provider aggregate not found 2026-06-09 23:38:03.631 8 INFO neutron.services.segments.plugin [-] Segment 14cf45d1-2955-4522-ac26-8868a77ec950 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14cf45d1-2955-4522-ac26-8868a77ec950 found for delete ", "request_id": "req-5b940041-f4b2-46fd-8dc4-f00498c1f737"}]} 2026-06-09 23:38:03.640 8 INFO neutron.services.segments.plugin [-] Segment 14cf45d1-2955-4522-ac26-8868a77ec950 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14cf45d1-2955-4522-ac26-8868a77ec950 found for delete ", "request_id": "req-1c64dc12-49b9-450d-a060-4d340d82f240"}]} [pid: 7|app: 0|req: 998/1950] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:03 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1951] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:03 2026] GET /v2.0/security-groups?id=3532ad68-b2f6-47f6-8f94-33fbde42d01f&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1952] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:04 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1953] 10.0.0.212 () {32 vars in 623 bytes} [Tue Jun 9 23:38:04 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1954] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:04 2026] GET /v2.0/security-groups?id=3532ad68-b2f6-47f6-8f94-33fbde42d01f&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1955] 10.0.0.212 () {32 vars in 633 bytes} [Tue Jun 9 23:38:04 2026] GET /v2.0/ => generated 632 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1956] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:05 2026] GET /v2.0/security-groups?tenant_id=ea31804ac8c84d6e8ebd120349f669cd&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1957] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:05 2026] DELETE /v2.0/security-groups/1c62016e-d4f5-4840-ad2c-06e1a816f58d => 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: 956/1958] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:06 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1959] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:06 2026] GET /v2.0/security-groups?id=3532ad68-b2f6-47f6-8f94-33fbde42d01f&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1960] 10.0.0.212 () {32 vars in 826 bytes} [Tue Jun 9 23:38:06 2026] GET /v2.0/ports?project_id=797c25a7965e41c2b0d3ebdc9fca3e01&network_id=d1d41a81-0f8e-4873-bb9b-43f9f0456b0d => generated 3695 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1961] 10.0.0.212 () {32 vars in 742 bytes} [Tue Jun 9 23:38:07 2026] GET /v2.0/subnets?network_id=9ef42ce3-fc29-4877-9ddc-797b2588319a => generated 667 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1962] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:07 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => 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: 1005/1963] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:07 2026] GET /v2.0/security-groups?id=3532ad68-b2f6-47f6-8f94-33fbde42d01f&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:38:07.641 8 INFO neutron.db.l3_db [None req-e68b350f-7d8b-4a6b-b4fb-8bb497cf9163 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Floating IP 57081b97-abc1-4d21-a8f7-277f85c8c745 disassociated. External IP: 10.96.250.203, port: e56968a1-893b-4829-bda1-b78d00ca6f7c. [pid: 8|app: 0|req: 959/1964] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:38:07 2026] PUT /v2.0/floatingips/57081b97-abc1-4d21-a8f7-277f85c8c745 => generated 554 bytes in 541 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1965] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:38:08 2026] GET /v2.0/floatingips/57081b97-abc1-4d21-a8f7-277f85c8c745 => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:08.106 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6be3b766-9c9b-40f5-add4-efce4750c4b0'] response: {'name': 'network-changed', 'server_uuid': 'ee18eff6-2c08-467a-953b-268ad53c1e7b', 'tag': 'e56968a1-893b-4829-bda1-b78d00ca6f7c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 960/1966] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:38:08 2026] GET /v2.0/ports?tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01&device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1967] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:38:08 2026] GET /v2.0/networks?id=d1d41a81-0f8e-4873-bb9b-43f9f0456b0d => generated 756 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1968] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:38:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e56968a1-893b-4829-bda1-b78d00ca6f7c => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1969] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:38:08 2026] GET /v2.0/subnets?id=4e0df52a-3129-4165-8468-1acfe4daf71a => generated 678 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1970] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:08 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => generated 975 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1971] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:38:08 2026] GET /v2.0/ports?network_id=d1d41a81-0f8e-4873-bb9b-43f9f0456b0d&device_owner=network%3Adhcp => generated 1244 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1972] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:08 2026] GET /v2.0/security-groups?id=3532ad68-b2f6-47f6-8f94-33fbde42d01f&fields=id&fields=name => generated 88 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1973] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:38:08 2026] GET /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d?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: 964/1974] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:38:08 2026] GET /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1975] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:38:09 2026] GET /v2.0/floatingips/57081b97-abc1-4d21-a8f7-277f85c8c745 => generated 554 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1976] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:09 2026] GET /v2.0/security-groups?tenant_id=15f8337dd1314cd2bf541a39cbf8bddf&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: 1012/1977] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:09 2026] DELETE /v2.0/security-groups/bf6f1377-f5f1-489d-b52f-5621baf49629 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1978] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:10 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1979] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:10 2026] GET /v2.0/security-groups?id=3532ad68-b2f6-47f6-8f94-33fbde42d01f&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1980] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:38:10 2026] GET /v2.0/floatingips/57081b97-abc1-4d21-a8f7-277f85c8c745 => generated 552 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1981] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:11 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1982] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:38:11 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => 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: 969/1983] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:11 2026] GET /v2.0/security-groups?id=3532ad68-b2f6-47f6-8f94-33fbde42d01f&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/1984] 10.0.0.212 () {34 vars in 685 bytes} [Tue Jun 9 23:38:11 2026] POST /v2.0/security-groups => generated 1675 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-09 23:38:11.455 8 INFO neutron_taas.services.taas.taas_plugin [req-17d743aa-4b0a-4bc1-a183-08566f3a0304 req-dbf7296a-66d8-43e0-a054-d3d27f6d3ed8 0e3efd9360884876955f2ed9434196a4 c9235afb850f42c69cafc33f447ef4ab - - default default] TaaS: Handle Delete Port: a14a49dc-dd50-4b2a-8cf3-28f4dd9500af 2026-06-09 23:38:11.458 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-17d743aa-4b0a-4bc1-a183-08566f3a0304 req-dbf7296a-66d8-43e0-a054-d3d27f6d3ed8 0e3efd9360884876955f2ed9434196a4 c9235afb850f42c69cafc33f447ef4ab - - default default] Tap Mirror: Handle Delete Port: a14a49dc-dd50-4b2a-8cf3-28f4dd9500af [pid: 7|app: 0|req: 1016/1985] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:38:11 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: 970/1986] 199.204.45.95 () {36 vars in 996 bytes} [Tue Jun 9 23:38:11 2026] DELETE /v2.0/ports/a14a49dc-dd50-4b2a-8cf3-28f4dd9500af => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1987] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:38:11 2026] POST /v2.0/security-group-rules => generated 596 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:38:11.666 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a728cb9f-30d0-4e69-add8-ec492471511c'] response: {'server_uuid': '3d1dfa10-4f45-43d7-a781-088f77da9e42', 'name': 'network-vif-deleted', 'tag': 'a14a49dc-dd50-4b2a-8cf3-28f4dd9500af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 971/1988] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:38:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1989] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:38:11 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:38:11.965 8 INFO neutron.db.securitygroups_db [None req-63f11b8c-e05c-4248-a456-47fcbbb599cc 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Project 797c25a7965e41c2b0d3ebdc9fca3e01 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: 972/1990] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:38:11 2026] POST /v2.0/security-group-rules => generated 607 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:38:12.106 7 INFO neutron.db.securitygroups_db [None req-ffbe7a60-e82f-4ec9-ac62-6182e7ec5069 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Project 797c25a7965e41c2b0d3ebdc9fca3e01 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: 1019/1991] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:38:12 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: 8|app: 0|req: 973/1992] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:12 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => 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: 1020/1993] 10.0.0.212 () {32 vars in 649 bytes} [Tue Jun 9 23:38:12 2026] GET /v2.0/networks => generated 1297 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1994] 10.0.0.250 () {34 vars in 1100 bytes} [Tue Jun 9 23:38:12 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1194654402&fields=id&tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1995] 10.0.0.48 () {30 vars in 649 bytes} [Tue Jun 9 23:38:12 2026] GET /v2.0/extensions => generated 21537 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/1996] 10.0.0.250 () {34 vars in 982 bytes} [Tue Jun 9 23:38:12 2026] GET /v2.0/networks?id=d1d41a81-0f8e-4873-bb9b-43f9f0456b0d => generated 660 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/1997] 10.0.0.250 () {34 vars in 965 bytes} [Tue Jun 9 23:38:12 2026] GET /v2.0/quotas/797c25a7965e41c2b0d3ebdc9fca3e01 => 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: 1023/1998] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:38:12 2026] GET /v2.0/ports?tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01&fields=id => generated 149 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1999] 10.0.0.48 () {30 vars in 723 bytes} [Tue Jun 9 23:38:12 2026] GET /v2.0/quotas/4fcacbfd06844e1db601d8ea946e255f/details => generated 847 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2000] 10.0.0.250 () {34 vars in 1008 bytes} [Tue Jun 9 23:38:13 2026] GET /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d?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: 977/2001] 10.0.0.250 () {34 vars in 1108 bytes} [Tue Jun 9 23:38:13 2026] GET /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d?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: 1025/2002] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:13 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => 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: 978/2003] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:13 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => 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: 1026/2004] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:14 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => 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: 979/2005] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:14 2026] GET /v2.0/ports?device_id=3d1dfa10-4f45-43d7-a781-088f77da9e42 => 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: 1027/2006] 10.0.0.48 () {30 vars in 649 bytes} [Tue Jun 9 23:38:15 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: 980/2007] 10.0.0.48 () {30 vars in 723 bytes} [Tue Jun 9 23:38:15 2026] GET /v2.0/quotas/4fcacbfd06844e1db601d8ea946e255f/details => generated 847 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2008] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:15 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => 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: 1030/2011] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:16 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:38:17.316 8 INFO neutron_taas.services.taas.taas_plugin [None req-17755948-5a0f-48f5-9d15-62b1762db7cc bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: bfb24891-d122-497b-85ed-44fcee71e829 2026-06-09 23:38:17.320 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17755948-5a0f-48f5-9d15-62b1762db7cc bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: bfb24891-d122-497b-85ed-44fcee71e829 [pid: 7|app: 0|req: 1031/2012] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:17 2026] GET /v2.0/security-groups?tenant_id=4fcacbfd06844e1db601d8ea946e255f&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2013] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:38:17 2026] GET /v2.0/networks?id=d1d41a81-0f8e-4873-bb9b-43f9f0456b0d => generated 660 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2014] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:17 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => 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: 1034/2015] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:17 2026] DELETE /v2.0/security-groups/b6651b29-fd51-49f0-aa0c-9e552f910518 => 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: 1035/2016] 199.204.45.95 () {34 vars in 1049 bytes} [Tue Jun 9 23:38:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01 => generated 273 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/2017] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:38:16 2026] PUT /v2.0/routers/75fe1c02-0ed9-493e-b67f-edfe4dc6f2f2/remove_router_interface => generated 309 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:18.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-7db71f8e-2482-4456-b9d9-55048d10461b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 20c68f81-4aa6-4e8f-b9b7-60f0dc58ae03 2026-06-09 23:38:18.119 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7db71f8e-2482-4456-b9d9-55048d10461b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 20c68f81-4aa6-4e8f-b9b7-60f0dc58ae03 [pid: 7|app: 0|req: 1036/2018] 199.204.45.95 () {38 vars in 954 bytes} [Tue Jun 9 23:38:17 2026] POST /v2.0/ports => generated 958 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:38:18.359 8 INFO neutron_taas.services.taas.taas_plugin [None req-7db71f8e-2482-4456-b9d9-55048d10461b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: f25985dd-c906-4172-9f9e-558baf178914 2026-06-09 23:38:18.362 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7db71f8e-2482-4456-b9d9-55048d10461b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: f25985dd-c906-4172-9f9e-558baf178914 [pid: 7|app: 0|req: 1037/2019] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:38:18 2026] PUT /v2.0/ports/cd728f5c-23f7-42d1-9416-8d3b6cc9d374 => generated 1239 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:38:18.751 8 INFO neutron.services.segments.plugin [-] Segment 07668144-cff3-4475-aad3-f0b04d24a615 resource provider aggregate not found 2026-06-09 23:38:18.764 8 INFO neutron.services.segments.plugin [-] Segment 07668144-cff3-4475-aad3-f0b04d24a615 resource provider aggregate not found 2026-06-09 23:38:18.775 8 INFO neutron.services.segments.plugin [-] Segment 07668144-cff3-4475-aad3-f0b04d24a615 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07668144-cff3-4475-aad3-f0b04d24a615 found for delete ", "request_id": "req-e420bbcd-c641-439b-aa0a-d74f0238a7d2"}]} 2026-06-09 23:38:18.782 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4478f456-17fc-4aa8-ae12-e71752ff89bf'] response: {'name': 'network-changed', 'server_uuid': '14b3402e-c3ce-4476-91ae-f8a24204048e', 'tag': 'cd728f5c-23f7-42d1-9416-8d3b6cc9d374', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1038/2020] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:18 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:18.806 8 INFO neutron.services.segments.plugin [-] Segment 07668144-cff3-4475-aad3-f0b04d24a615 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07668144-cff3-4475-aad3-f0b04d24a615 found for delete ", "request_id": "req-340efdbf-f5fd-4147-8c58-6a899e7f3631"}]} 2026-06-09 23:38:18.811 8 INFO neutron.db.l3_hamode_db [None req-7db71f8e-2482-4456-b9d9-55048d10461b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] HA network ec15f4e5-553f-4807-880d-8ee301d6676c was deleted as no HA routers are present in tenant c9235afb850f42c69cafc33f447ef4ab. [pid: 8|app: 0|req: 983/2021] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:38:17 2026] DELETE /v2.0/routers/75fe1c02-0ed9-493e-b67f-edfe4dc6f2f2 => generated 0 bytes in 949 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2022] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:18 2026] GET /v2.0/security-groups?id=9c0ebb00-74cf-4b09-844c-ab546815538f&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: 984/2023] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:38:18 2026] DELETE /v2.0/subnets/a8b4a112-6755-403d-9c6a-0922a751f249 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:38:19.122 7 INFO neutron_taas.services.taas.taas_plugin [None req-75635afd-d8f3-40bf-8a14-01288306963b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 0761f9dc-6c1d-4560-9d46-11d486aa2b85 2026-06-09 23:38:19.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75635afd-d8f3-40bf-8a14-01288306963b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 0761f9dc-6c1d-4560-9d46-11d486aa2b85 [pid: 8|app: 0|req: 985/2024] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:38:19 2026] GET /v2.0/ports?tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01&device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:38:19.353 7 INFO neutron.services.segments.plugin [-] Segment 3a9afcfc-fdf0-4f17-bb73-c29b64315c25 resource provider aggregate not found 2026-06-09 23:38:19.358 7 INFO neutron.services.segments.plugin [-] Segment 3a9afcfc-fdf0-4f17-bb73-c29b64315c25 resource provider aggregate not found 2026-06-09 23:38:19.373 7 INFO neutron.services.segments.plugin [-] Segment 3a9afcfc-fdf0-4f17-bb73-c29b64315c25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a9afcfc-fdf0-4f17-bb73-c29b64315c25 found for delete ", "request_id": "req-62d52238-6b3e-4a9a-a6b9-b1052f6411c8"}]} 2026-06-09 23:38:19.376 7 INFO neutron.services.segments.plugin [-] Segment 3a9afcfc-fdf0-4f17-bb73-c29b64315c25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a9afcfc-fdf0-4f17-bb73-c29b64315c25 found for delete ", "request_id": "req-bd722f34-b895-4264-9a24-320ec910ecd6"}]} [pid: 7|app: 0|req: 1040/2025] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:38:19 2026] DELETE /v2.0/networks/f0d19b0e-44b5-4413-bbbe-4737cad0d005 => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2026] 199.204.45.95 () {34 vars in 1017 bytes} [Tue Jun 9 23:38:19 2026] GET /v2.0/networks?tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01&shared=False => generated 756 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2027] 199.204.45.95 () {34 vars in 929 bytes} [Tue Jun 9 23:38:19 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: 8|app: 0|req: 987/2028] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:19 2026] GET /v2.0/security-groups?tenant_id=c9235afb850f42c69cafc33f447ef4ab&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2029] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:19 2026] DELETE /v2.0/security-groups/3532ad68-b2f6-47f6-8f94-33fbde42d01f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2030] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:19 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2031] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:20 2026] GET /v2.0/security-groups?id=9c0ebb00-74cf-4b09-844c-ab546815538f&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2032] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:38:20 2026] GET /v2.0/ports?tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01&device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2033] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:38:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=cd728f5c-23f7-42d1-9416-8d3b6cc9d374 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2034] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:38:20 2026] GET /v2.0/subnets?id=4e0df52a-3129-4165-8468-1acfe4daf71a => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2035] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:38:20 2026] GET /v2.0/ports?network_id=d1d41a81-0f8e-4873-bb9b-43f9f0456b0d&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2036] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:38:20 2026] GET /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2037] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:38:20 2026] GET /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2038] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:21 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2039] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:21 2026] GET /v2.0/security-groups?id=9c0ebb00-74cf-4b09-844c-ab546815538f&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:21.752 8 INFO neutron.db.segments_db [None req-f264b11a-327f-4d19-b167-9fbf28ecd0ba bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 1bffb3c8-f756-4cc1-82f9-635cfe7ad54a of type vxlan for network 1ccadfe2-aece-4558-b328-1ef31aedd5d2 [pid: 8|app: 0|req: 993/2040] 10.0.0.212 () {34 vars in 671 bytes} [Tue Jun 9 23:38:21 2026] POST /v2.0/networks => generated 741 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2041] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:21 2026] POST /v2.0/subnets => generated 688 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:38:22.100 8 INFO neutron.db.segments_db [None req-e3191e38-eba0-4ecc-a10a-77c8062f108d bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment 993faf1d-590d-4ab5-ba29-d7e57229cc13 of type vxlan for network ac7ac83f-b002-43c0-abd1-8e532e9c4a1a 2026-06-09 23:38:22.231 7 INFO neutron.db.segments_db [None req-72bcb2d4-4109-4bef-97ca-f8839c9acdd0 410d4a6567964b7383d67568eb645b45 21a42f3b4ffe434487eb4d0fa436f8a4 - - default default] Added segment 6b16acca-8276-489c-8b1c-a7daebea0108 of type vxlan for network 92d143ac-975e-457e-96b9-088c93477396 [pid: 7|app: 0|req: 1049/2042] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:38:22 2026] POST /v2.0/networks => generated 724 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:38:22.295 8 INFO neutron.db.l3_hamode_db [None req-e3191e38-eba0-4ecc-a10a-77c8062f108d bed75c4ff6124af48c5d72a19832f6ab fbe1090fb52a4bb4917c47d865f423ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1050/2043] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:22 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2044] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:22 2026] POST /v2.0/subnets => generated 644 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2045] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:22 2026] GET /v2.0/security-groups?id=9c0ebb00-74cf-4b09-844c-ab546815538f&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:22.594 7 WARNING neutron.api.v2.base [None req-23099b29-112d-43bf-aed8-e737d593e445 410d4a6567964b7383d67568eb645b45 21a42f3b4ffe434487eb4d0fa436f8a4 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-06-09 23:38:22.595 7 INFO neutron.api.v2.resource [None req-23099b29-112d-43bf-aed8-e737d593e445 410d4a6567964b7383d67568eb645b45 21a42f3b4ffe434487eb4d0fa436f8a4 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1053/2046] 10.0.0.212 () {34 vars in 681 bytes} [Tue Jun 9 23:38:22 2026] POST /v2.0/rbac-policies => generated 143 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-09 23:38:22.769 7 INFO neutron.services.segments.plugin [-] Segment 6b16acca-8276-489c-8b1c-a7daebea0108 resource provider aggregate not found 2026-06-09 23:38:22.773 7 INFO neutron.services.segments.plugin [-] Segment 6b16acca-8276-489c-8b1c-a7daebea0108 resource provider aggregate not found 2026-06-09 23:38:22.794 7 INFO neutron.services.segments.plugin [-] Segment 6b16acca-8276-489c-8b1c-a7daebea0108 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b16acca-8276-489c-8b1c-a7daebea0108 found for delete ", "request_id": "req-42fde914-11cd-4ac0-a87c-3396a6518291"}]} 2026-06-09 23:38:22.796 7 INFO neutron.services.segments.plugin [-] Segment 6b16acca-8276-489c-8b1c-a7daebea0108 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b16acca-8276-489c-8b1c-a7daebea0108 found for delete ", "request_id": "req-ba0e7e38-e1cc-4272-919c-03f204990263"}]} [pid: 7|app: 0|req: 1054/2047] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:38:22 2026] DELETE /v2.0/networks/92d143ac-975e-457e-96b9-088c93477396 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:38:22.857 7 INFO neutron.db.segments_db [None req-8b0fb3ff-d5be-48b6-851c-fe490b308976 410d4a6567964b7383d67568eb645b45 21a42f3b4ffe434487eb4d0fa436f8a4 - - default default] Added segment f9113bb1-5cb7-45c1-bf92-7a516e98b351 of type vxlan for network 547ce53d-5c60-4634-9bd9-0b707d9db7e9 2026-06-09 23:38:22.909 8 INFO neutron.db.l3_hamode_db [None req-e3191e38-eba0-4ecc-a10a-77c8062f108d bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1055/2048] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:38:22 2026] POST /v2.0/networks => generated 726 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2049] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:22 2026] POST /v2.0/subnets => generated 647 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:38:23.171 7 WARNING neutron.api.v2.base [None req-43fa473c-b415-40a6-ba36-382a33295363 410d4a6567964b7383d67568eb645b45 21a42f3b4ffe434487eb4d0fa436f8a4 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-06-09 23:38:23.171 7 INFO neutron.api.v2.resource [None req-43fa473c-b415-40a6-ba36-382a33295363 410d4a6567964b7383d67568eb645b45 21a42f3b4ffe434487eb4d0fa436f8a4 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1057/2050] 10.0.0.212 () {34 vars in 681 bytes} [Tue Jun 9 23:38:23 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2051] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:38:23 2026] DELETE /v2.0/networks/547ce53d-5c60-4634-9bd9-0b707d9db7e9 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:38:23.430 7 INFO neutron.db.segments_db [None req-8f22ba47-b1c5-47b5-ac8f-f34f3d53d696 410d4a6567964b7383d67568eb645b45 21a42f3b4ffe434487eb4d0fa436f8a4 - - default default] Added segment ff373ea3-4faa-424a-839c-c5e2dae5e0cd of type vxlan for network a75087fe-a753-43bd-ad83-81b6e3b0eaf5 [pid: 7|app: 0|req: 1059/2052] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:38:23 2026] POST /v2.0/networks => generated 726 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2053] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:23 2026] POST /v2.0/subnets => generated 647 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2054] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:23 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2055] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:22 2026] POST /v2.0/routers => generated 728 bytes in 1795 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2056] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:23 2026] GET /v2.0/security-groups?id=9c0ebb00-74cf-4b09-844c-ab546815538f&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2057] 10.0.0.212 () {34 vars in 681 bytes} [Tue Jun 9 23:38:23 2026] POST /v2.0/rbac-policies => generated 324 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2058] 10.0.0.212 () {32 vars in 723 bytes} [Tue Jun 9 23:38:24 2026] GET /v2.0/networks/a75087fe-a753-43bd-ad83-81b6e3b0eaf5 => generated 654 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:24.827 7 INFO neutron.services.segments.plugin [-] Segment f9113bb1-5cb7-45c1-bf92-7a516e98b351 resource provider aggregate not found 2026-06-09 23:38:24.836 7 INFO neutron.services.segments.plugin [-] Segment f9113bb1-5cb7-45c1-bf92-7a516e98b351 resource provider aggregate not found 2026-06-09 23:38:24.843 7 INFO neutron.services.segments.plugin [-] Segment f9113bb1-5cb7-45c1-bf92-7a516e98b351 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9113bb1-5cb7-45c1-bf92-7a516e98b351 found for delete ", "request_id": "req-05b88e2c-6f0f-41d5-8540-7107fd84cee2"}]} 2026-06-09 23:38:24.857 7 INFO neutron.services.segments.plugin [-] Segment f9113bb1-5cb7-45c1-bf92-7a516e98b351 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9113bb1-5cb7-45c1-bf92-7a516e98b351 found for delete ", "request_id": "req-7e7ffae2-2dd6-4843-b76a-6ccb8f30dafe"}]} 2026-06-09 23:38:24.970 7 INFO neutron.pecan_wsgi.hooks.translation [None req-54846fdd-e1af-4d1c-922a-c61a3cf90623 8ac4066ec1fe4d1ea1cd1858e0350755 8de910c66be44d439627a5ac075b32b0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1064/2059] 10.0.0.212 () {32 vars in 723 bytes} [Tue Jun 9 23:38:24 2026] GET /v2.0/networks/a75087fe-a753-43bd-ad83-81b6e3b0eaf5 => generated 138 bytes in 68 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2060] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:24 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2061] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:38:25 2026] DELETE /v2.0/networks/a75087fe-a753-43bd-ad83-81b6e3b0eaf5 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2062] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:25 2026] GET /v2.0/security-groups?id=9c0ebb00-74cf-4b09-844c-ab546815538f&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:25.261 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab35a35f-8fa2-41e8-923d-29f4b4f452cc 410d4a6567964b7383d67568eb645b45 21a42f3b4ffe434487eb4d0fa436f8a4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1068/2063] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:38:25 2026] DELETE /v2.0/subnets/1667be81-6e6a-454c-8b1a-d8bef537f100 => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:38:25.275 7 INFO neutron.pecan_wsgi.hooks.translation [None req-17316f5e-e171-4529-9409-0b02981ddc20 410d4a6567964b7383d67568eb645b45 21a42f3b4ffe434487eb4d0fa436f8a4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1069/2064] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:38:25 2026] DELETE /v2.0/subnets/6381007c-3fe0-4bcc-979f-1539cd651ad6 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:38:25.292 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e27adc9c-d6ab-4d2a-8c09-5df1c6b81901 410d4a6567964b7383d67568eb645b45 21a42f3b4ffe434487eb4d0fa436f8a4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1070/2065] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:38:25 2026] DELETE /v2.0/subnets/1891ba73-e836-413f-ac1e-9c0f2c5dab4f => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2066] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:38:23 2026] PUT /v2.0/routers/789f843c-871e-446f-8727-2560ad4a0f3c/add_router_interface => generated 309 bytes in 1778 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2067] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:26 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2068] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:26 2026] GET /v2.0/security-groups?tenant_id=8de910c66be44d439627a5ac075b32b0&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2069] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:26 2026] GET /v2.0/security-groups?id=9c0ebb00-74cf-4b09-844c-ab546815538f&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2070] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:26 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2071] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:26 2026] DELETE /v2.0/security-groups/a6dcac7d-ecc6-46d7-8e9e-990a59196da6 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/2072] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:26 2026] GET /v2.0/security-groups?id=9c0ebb00-74cf-4b09-844c-ab546815538f&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2073] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:38:26 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2074] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:26 2026] GET /v2.0/security-groups?tenant_id=21a42f3b4ffe434487eb4d0fa436f8a4&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2075] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:26 2026] DELETE /v2.0/security-groups/87f892cc-c0fb-4722-ada7-b9ec21a8489f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:38:26.882 7 INFO neutron.services.segments.plugin [-] Segment ff373ea3-4faa-424a-839c-c5e2dae5e0cd resource provider aggregate not found 2026-06-09 23:38:26.885 7 INFO neutron.services.segments.plugin [-] Segment ff373ea3-4faa-424a-839c-c5e2dae5e0cd resource provider aggregate not found 2026-06-09 23:38:26.921 7 INFO neutron.services.segments.plugin [-] Segment ff373ea3-4faa-424a-839c-c5e2dae5e0cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff373ea3-4faa-424a-839c-c5e2dae5e0cd found for delete ", "request_id": "req-83cc55e9-5ba5-43d6-b258-5a778c9567f5"}]} 2026-06-09 23:38:26.923 7 INFO neutron.services.segments.plugin [-] Segment ff373ea3-4faa-424a-839c-c5e2dae5e0cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff373ea3-4faa-424a-839c-c5e2dae5e0cd found for delete ", "request_id": "req-3e6d5ecd-817e-4462-a3ee-33df942c56de"}]} 2026-06-09 23:38:27.030 8 INFO neutron.db.segments_db [None req-63cf77cd-2567-4a96-ba54-926b45bc96a9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment b4ca8333-d760-4df2-b40c-0865beffb152 of type vxlan for network d7eac264-d0ac-43ca-a52b-993a834e97e1 2026-06-09 23:38:27.085 7 INFO neutron.db.l3_db [None req-8a8782e5-7430-41d6-926a-dfba10606b46 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Floating IP 57081b97-abc1-4d21-a8f7-277f85c8c745 associated. External IP: 10.96.250.203, port: cd728f5c-23f7-42d1-9416-8d3b6cc9d374. [pid: 8|app: 0|req: 1003/2076] 10.0.0.212 () {34 vars in 671 bytes} [Tue Jun 9 23:38:26 2026] POST /v2.0/networks => generated 740 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2077] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:27 2026] GET /v2.0/security-groups?tenant_id=b0e9007922cb45509abef2e5b1d27860&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: 1074/2078] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:38:26 2026] PUT /v2.0/floatingips/57081b97-abc1-4d21-a8f7-277f85c8c745 => generated 856 bytes in 729 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2079] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:27 2026] POST /v2.0/subnets => generated 687 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:38:27.454 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-199aad2f-7356-4dde-a520-c23d0a6eed8e'] response: {'name': 'network-changed', 'server_uuid': '14b3402e-c3ce-4476-91ae-f8a24204048e', 'tag': 'cd728f5c-23f7-42d1-9416-8d3b6cc9d374', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1006/2080] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:38:27 2026] GET /v2.0/floatingips/57081b97-abc1-4d21-a8f7-277f85c8c745 => generated 856 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:27.515 8 INFO neutron.db.segments_db [None req-b6e9aa87-6072-4927-aff1-cda0dbf1b472 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Added segment b1f155cc-d4ce-4892-8411-6593a1e72997 of type vxlan for network fe4f0357-57e3-4442-bff9-609934c5a929 [pid: 7|app: 0|req: 1075/2081] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:27 2026] DELETE /v2.0/security-groups/ead02455-1372-42f8-b006-77324a914fe6 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:38:27.756 8 INFO neutron.db.l3_hamode_db [None req-b6e9aa87-6072-4927-aff1-cda0dbf1b472 bed75c4ff6124af48c5d72a19832f6ab d907151c41a0495988192667756644bd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1076/2082] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:38:27 2026] GET /v2.0/ports?tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01&device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2083] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:38:28 2026] GET /v2.0/networks?id=d1d41a81-0f8e-4873-bb9b-43f9f0456b0d => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2084] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:38:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=cd728f5c-23f7-42d1-9416-8d3b6cc9d374 => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2085] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:38:28 2026] GET /v2.0/subnets?id=4e0df52a-3129-4165-8468-1acfe4daf71a => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2086] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:38:28 2026] GET /v2.0/ports?network_id=d1d41a81-0f8e-4873-bb9b-43f9f0456b0d&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2087] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:38:28 2026] GET /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2088] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:38:28 2026] GET /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d?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: 1083/2089] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:38:28 2026] GET /v2.0/floatingips/57081b97-abc1-4d21-a8f7-277f85c8c745 => generated 856 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:28.623 8 INFO neutron.db.l3_hamode_db [None req-b6e9aa87-6072-4927-aff1-cda0dbf1b472 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1084/2090] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:38:29 2026] GET /v2.0/floatingips/57081b97-abc1-4d21-a8f7-277f85c8c745 => 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: 1007/2091] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:27 2026] POST /v2.0/routers => generated 727 bytes in 2117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2092] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:38:29 2026] PUT /v2.0/routers/2d89fe72-ff7b-46a7-b08b-035e8a88b760/add_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2095] 10.0.0.212 () {34 vars in 685 bytes} [Tue Jun 9 23:38:31 2026] POST /v2.0/security-groups => generated 1675 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2096] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:38:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2097] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:38:31 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2098] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:38:31 2026] POST /v2.0/security-group-rules => generated 602 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2099] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:38:32 2026] POST /v2.0/security-group-rules => generated 601 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:38:32.229 7 INFO neutron.db.securitygroups_db [None req-f9310be9-3bfb-4db5-928e-704147686521 8d7ba436e4d744b493813c9b75dfdadb fbe1090fb52a4bb4917c47d865f423ee - - default default] Project fbe1090fb52a4bb4917c47d865f423ee 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: 1011/2100] 10.0.0.212 () {34 vars in 678 bytes} [Tue Jun 9 23:38:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2101] 10.0.0.212 () {34 vars in 678 bytes} [Tue Jun 9 23:38:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2102] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:38:32 2026] POST /v2.0/security-group-rules => generated 607 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:38:32.352 8 INFO neutron.db.securitygroups_db [None req-f990d53a-67b4-4b67-8ab1-d1a8337ad48a 8d7ba436e4d744b493813c9b75dfdadb fbe1090fb52a4bb4917c47d865f423ee - - default default] Project fbe1090fb52a4bb4917c47d865f423ee 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: 1091/2103] 10.0.0.212 () {34 vars in 678 bytes} [Tue Jun 9 23:38:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2104] 10.0.0.212 () {34 vars in 678 bytes} [Tue Jun 9 23:38:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2105] 10.0.0.212 () {34 vars in 678 bytes} [Tue Jun 9 23:38:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2106] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:38:32 2026] POST /v2.0/security-group-rules => generated 606 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2107] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:38:32 2026] PUT /v2.0/policies/9000a700-f13d-4e6f-b647-88fbe71ed8ac/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2108] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:38:32 2026] PUT /v2.0/policies/980b76e2-b117-4ec3-b682-f74fe25feedc/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2109] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:38:32 2026] PUT /v2.0/policies/2c043145-8e14-43d4-bbb5-c97283829503/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2110] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:38:32 2026] PUT /v2.0/policies/5f612fa5-f554-4175-a426-a1cbf2fb1ee3/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2111] 10.0.0.212 () {32 vars in 674 bytes} [Tue Jun 9 23:38:33 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2112] 10.0.0.212 () {34 vars in 685 bytes} [Tue Jun 9 23:38:33 2026] POST /v2.0/security-groups => generated 1659 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2113] 10.0.0.212 () {32 vars in 688 bytes} [Tue Jun 9 23:38:33 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2114] 10.0.0.212 () {32 vars in 684 bytes} [Tue Jun 9 23:38:33 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2115] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:38:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2116] 10.0.0.212 () {32 vars in 696 bytes} [Tue Jun 9 23:38:33 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2117] 10.0.0.212 () {32 vars in 682 bytes} [Tue Jun 9 23:38:33 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2118] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:38:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2119] 10.0.0.212 () {32 vars in 696 bytes} [Tue Jun 9 23:38:33 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2120] 10.0.0.212 () {32 vars in 692 bytes} [Tue Jun 9 23:38:33 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2121] 10.0.0.212 () {32 vars in 704 bytes} [Tue Jun 9 23:38:33 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2122] 10.0.0.212 () {32 vars in 734 bytes} [Tue Jun 9 23:38:33 2026] DELETE /v2.0/qos/policies/9000a700-f13d-4e6f-b647-88fbe71ed8ac => 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: 1025/2123] 10.0.0.212 () {32 vars in 734 bytes} [Tue Jun 9 23:38:33 2026] DELETE /v2.0/qos/policies/980b76e2-b117-4ec3-b682-f74fe25feedc => 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: 1026/2124] 10.0.0.212 () {32 vars in 734 bytes} [Tue Jun 9 23:38:33 2026] DELETE /v2.0/qos/policies/2c043145-8e14-43d4-bbb5-c97283829503 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2125] 10.0.0.212 () {32 vars in 734 bytes} [Tue Jun 9 23:38:33 2026] DELETE /v2.0/qos/policies/5f612fa5-f554-4175-a426-a1cbf2fb1ee3 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2126] 10.0.0.212 () {32 vars in 734 bytes} [Tue Jun 9 23:38:33 2026] DELETE /v2.0/qos/policies/decc7518-c7ca-4a4c-bcfd-6521aceba1da => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2127] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:38:33 2026] POST /v2.0/floatingips => generated 552 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2128] 10.0.0.250 () {34 vars in 1100 bytes} [Tue Jun 9 23:38:34 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1635389573&fields=id&tenant_id=fbe1090fb52a4bb4917c47d865f423ee => 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: 1100/2129] 10.0.0.250 () {34 vars in 1098 bytes} [Tue Jun 9 23:38:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--238499847&fields=id&tenant_id=fbe1090fb52a4bb4917c47d865f423ee => 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: 1030/2130] 10.0.0.250 () {34 vars in 982 bytes} [Tue Jun 9 23:38:34 2026] GET /v2.0/networks?id=1ccadfe2-aece-4558-b328-1ef31aedd5d2 => generated 673 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2131] 10.0.0.250 () {34 vars in 965 bytes} [Tue Jun 9 23:38:34 2026] GET /v2.0/quotas/fbe1090fb52a4bb4917c47d865f423ee => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2132] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:38:34 2026] GET /v2.0/ports?tenant_id=fbe1090fb52a4bb4917c47d865f423ee&fields=id => generated 103 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2133] 10.0.0.250 () {34 vars in 1008 bytes} [Tue Jun 9 23:38:34 2026] GET /v2.0/networks/1ccadfe2-aece-4558-b328-1ef31aedd5d2?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: 1032/2134] 10.0.0.250 () {34 vars in 1108 bytes} [Tue Jun 9 23:38:34 2026] GET /v2.0/networks/1ccadfe2-aece-4558-b328-1ef31aedd5d2?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: 1103/2135] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:34 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => 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: 1033/2136] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:34 2026] GET /v2.0/security-groups?tenant_id=0674ac2817524100bd3199dccdb39ff6&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2137] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:35 2026] DELETE /v2.0/security-groups/0fb9a256-9834-472d-be1f-65c4b8110f3c => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2138] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:35 2026] GET /v2.0/security-groups?tenant_id=440b7a82b0de41e5aa6064510dac452d&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2139] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:35 2026] DELETE /v2.0/security-groups/70d2ae11-d87c-44bc-8502-f328437e454f => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2140] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:35 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2141] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:35 2026] GET /v2.0/security-groups?tenant_id=1f42777cfae84e9882f0e9d4a3f8a30d&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2142] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:36 2026] DELETE /v2.0/security-groups/dea89624-6f21-403e-9f09-2a6e5291dd3c => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2143] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:36 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => 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: 1037/2144] 10.0.0.92 () {34 vars in 989 bytes} [Tue Jun 9 23:38:37 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2145] 10.0.0.92 () {34 vars in 1039 bytes} [Tue Jun 9 23:38:37 2026] GET /v2.0/security-groups?id=9c0ebb00-74cf-4b09-844c-ab546815538f&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2146] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:37 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => 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: 1039/2147] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:38 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => 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: 1109/2148] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:38:38 2026] GET /v2.0/networks?id=1ccadfe2-aece-4558-b328-1ef31aedd5d2 => generated 673 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2149] 199.204.45.95 () {34 vars in 1049 bytes} [Tue Jun 9 23:38:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fbe1090fb52a4bb4917c47d865f423ee => generated 273 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2150] 199.204.45.95 () {38 vars in 954 bytes} [Tue Jun 9 23:38:39 2026] POST /v2.0/ports => generated 997 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2151] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:38:39 2026] PUT /v2.0/ports/bed93fb2-5b36-435a-9e85-b47b3510f388 => generated 1278 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:38:39.963 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2874c48c-1a5c-471c-8876-e814906294ca'] response: {'name': 'network-changed', 'server_uuid': 'afc97b8c-ff88-4a34-acff-3eb7f2f18635', 'tag': 'bed93fb2-5b36-435a-9e85-b47b3510f388', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1111/2152] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:40 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1012 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1042/2153] 10.0.0.250 () {34 vars in 1120 bytes} [Tue Jun 9 23:38:40 2026] GET /v2.0/security-groups?id=8af55317-17c8-4477-82bf-dfef688c41a7&id=299fa1f7-688a-4c97-bef4-46fff8a4216a&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2154] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:38:40 2026] GET /v2.0/ports?tenant_id=fbe1090fb52a4bb4917c47d865f423ee&device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1281 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2155] 199.204.45.95 () {34 vars in 1017 bytes} [Tue Jun 9 23:38:40 2026] GET /v2.0/networks?tenant_id=fbe1090fb52a4bb4917c47d865f423ee&shared=False => generated 769 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2156] 199.204.45.95 () {34 vars in 929 bytes} [Tue Jun 9 23:38:40 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:40.701 7 INFO neutron.db.segments_db [None req-ab2775b9-8633-4ef3-9f2a-444125d5661d ee763fd1a4304799827a57442e17bf60 b22c26a0ccae4fe6936bded902a5d744 - - default default] Added segment 9f42bbf4-4b36-43ae-b270-6d222b3becec of type vxlan for network 5a0a002b-93a0-4ac5-8216-2e076ab003d9 [pid: 7|app: 0|req: 1112/2157] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:38:40 2026] POST /v2.0/networks => generated 632 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2158] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:40 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:38:41.136 7 INFO neutron.db.segments_db [None req-daf34325-4bf0-447e-b108-297b1d8c8f5f ee763fd1a4304799827a57442e17bf60 b22c26a0ccae4fe6936bded902a5d744 - - default default] Added segment b6e381e2-5745-4b3f-88ac-3d3aa2f69197 of type vxlan for network 54328efc-03f9-43be-9e63-5872f4d43dde [pid: 7|app: 0|req: 1113/2159] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:38:41 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) [pid: 7|app: 0|req: 1114/2160] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:41 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1012 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2161] 10.0.0.250 () {34 vars in 1120 bytes} [Tue Jun 9 23:38:41 2026] GET /v2.0/security-groups?id=8af55317-17c8-4477-82bf-dfef688c41a7&id=299fa1f7-688a-4c97-bef4-46fff8a4216a&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2162] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:41 2026] POST /v2.0/subnets => generated 629 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:38:41.551 7 INFO neutron.db.segments_db [None req-b3778270-2493-4b68-b084-7986ac281e62 ee763fd1a4304799827a57442e17bf60 b22c26a0ccae4fe6936bded902a5d744 - - default default] Added segment 4a9689d1-7982-4c4a-bf9d-49ac8c9dc238 of type vxlan for network 74e94d9b-928d-472b-bd86-510b356ef6cc [pid: 7|app: 0|req: 1116/2163] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:38:41 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2164] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:38:41 2026] GET /v2.0/ports?tenant_id=fbe1090fb52a4bb4917c47d865f423ee&device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1281 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2165] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:38:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=bed93fb2-5b36-435a-9e85-b47b3510f388 => 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: 1119/2166] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:38:41 2026] GET /v2.0/subnets?id=eeaaf714-34ff-485f-a992-e5801f2d5040 => generated 691 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2167] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:38:41 2026] GET /v2.0/ports?network_id=1ccadfe2-aece-4558-b328-1ef31aedd5d2&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: 1121/2168] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:38:41 2026] GET /v2.0/networks/1ccadfe2-aece-4558-b328-1ef31aedd5d2?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: 1048/2169] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:41 2026] POST /v2.0/subnets => generated 629 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2170] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:38:41 2026] GET /v2.0/networks/1ccadfe2-aece-4558-b328-1ef31aedd5d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:38:41.978 8 INFO neutron.db.segments_db [None req-cdf1cadc-c18f-4ef4-aeab-82b1b3651053 ee763fd1a4304799827a57442e17bf60 b22c26a0ccae4fe6936bded902a5d744 - - default default] Added segment ec74c5be-e8c6-4ab2-99cc-14fbc83d8297 of type vxlan for network ba084184-cf4b-457b-87b5-8b4bd530b43e [pid: 8|app: 0|req: 1049/2171] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:38:41 2026] POST /v2.0/networks => generated 632 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2172] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:42 2026] POST /v2.0/subnets => generated 629 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:38:42.423 8 INFO neutron.db.segments_db [None req-9815fb7e-785b-4d49-9737-dea56ac70cdc ee763fd1a4304799827a57442e17bf60 b22c26a0ccae4fe6936bded902a5d744 - - default default] Added segment a9caec93-4850-4008-8366-edb19a46118d of type vxlan for network a57c65ec-dbc1-4cb3-814e-7ffd1e0229ae [pid: 7|app: 0|req: 1124/2173] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:42 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1012 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2174] 10.0.0.250 () {34 vars in 1120 bytes} [Tue Jun 9 23:38:42 2026] GET /v2.0/security-groups?id=8af55317-17c8-4477-82bf-dfef688c41a7&id=299fa1f7-688a-4c97-bef4-46fff8a4216a&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2175] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:38:42 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2176] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:42 2026] POST /v2.0/subnets => generated 629 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2177] 10.0.0.212 () {34 vars in 751 bytes} [Tue Jun 9 23:38:42 2026] PUT /v2.0/subnets/749efa80-7495-4edf-b7cc-bd05c1ac5513/tags => generated 17 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2178] 10.0.0.212 () {34 vars in 751 bytes} [Tue Jun 9 23:38:42 2026] PUT /v2.0/subnets/47019335-38f6-46d4-8a8d-512d3f0a8ec3/tags => generated 25 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2179] 10.0.0.212 () {34 vars in 751 bytes} [Tue Jun 9 23:38:42 2026] PUT /v2.0/subnets/57746361-71ee-4a14-b78e-060ad9f604ea/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: 1128/2180] 10.0.0.212 () {34 vars in 751 bytes} [Tue Jun 9 23:38:42 2026] PUT /v2.0/subnets/25fada32-0024-4f18-9ea4-d7225586ba8a/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2181] 10.0.0.212 () {32 vars in 664 bytes} [Tue Jun 9 23:38:42 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2182] 10.0.0.212 () {32 vars in 678 bytes} [Tue Jun 9 23:38:43 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2183] 10.0.0.212 () {32 vars in 674 bytes} [Tue Jun 9 23:38:43 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2184] 10.0.0.212 () {32 vars in 686 bytes} [Tue Jun 9 23:38:43 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2185] 10.0.0.212 () {32 vars in 672 bytes} [Tue Jun 9 23:38:43 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2186] 10.0.0.212 () {32 vars in 686 bytes} [Tue Jun 9 23:38:43 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2187] 10.0.0.212 () {32 vars in 682 bytes} [Tue Jun 9 23:38:43 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2188] 10.0.0.212 () {32 vars in 694 bytes} [Tue Jun 9 23:38:43 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2189] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:43 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1012 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2190] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:38:43 2026] DELETE /v2.0/subnets/749efa80-7495-4edf-b7cc-bd05c1ac5513 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2191] 10.0.0.250 () {34 vars in 1120 bytes} [Tue Jun 9 23:38:43 2026] GET /v2.0/security-groups?id=8af55317-17c8-4477-82bf-dfef688c41a7&id=299fa1f7-688a-4c97-bef4-46fff8a4216a&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2192] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:38:43 2026] DELETE /v2.0/subnets/47019335-38f6-46d4-8a8d-512d3f0a8ec3 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2193] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:38:43 2026] DELETE /v2.0/subnets/57746361-71ee-4a14-b78e-060ad9f604ea => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2194] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:38:43 2026] DELETE /v2.0/subnets/25fada32-0024-4f18-9ea4-d7225586ba8a => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2195] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:38:44 2026] DELETE /v2.0/subnets/de9404eb-a3c4-4e9e-a56e-d0f47a9f21f5 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:38:44.263 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e081c45-5eeb-44bf-ba61-6b87d1705ecd ee763fd1a4304799827a57442e17bf60 b22c26a0ccae4fe6936bded902a5d744 - - default default] TaaS: Handle Delete Port: bc0eeac5-283f-4139-ad02-fc8c9e5c36f7 2026-06-09 23:38:44.266 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e081c45-5eeb-44bf-ba61-6b87d1705ecd ee763fd1a4304799827a57442e17bf60 b22c26a0ccae4fe6936bded902a5d744 - - default default] Tap Mirror: Handle Delete Port: bc0eeac5-283f-4139-ad02-fc8c9e5c36f7 2026-06-09 23:38:44.434 8 INFO neutron.services.segments.plugin [-] Segment 9f42bbf4-4b36-43ae-b270-6d222b3becec resource provider aggregate not found 2026-06-09 23:38:44.441 8 INFO neutron.services.segments.plugin [-] Segment 9f42bbf4-4b36-43ae-b270-6d222b3becec resource provider aggregate not found 2026-06-09 23:38:44.460 8 INFO neutron.services.segments.plugin [-] Segment 9f42bbf4-4b36-43ae-b270-6d222b3becec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f42bbf4-4b36-43ae-b270-6d222b3becec found for delete ", "request_id": "req-30e4ea32-64ac-4ffd-a9aa-3e69cabb4953"}]} 2026-06-09 23:38:44.461 8 INFO neutron.services.segments.plugin [-] Segment 9f42bbf4-4b36-43ae-b270-6d222b3becec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f42bbf4-4b36-43ae-b270-6d222b3becec found for delete ", "request_id": "req-db228618-fee2-49a5-9f3a-53fa8e5ebc05"}]} [pid: 8|app: 0|req: 1060/2196] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:38:44 2026] DELETE /v2.0/networks/5a0a002b-93a0-4ac5-8216-2e076ab003d9 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:38:44.614 7 INFO neutron.services.segments.plugin [-] Segment b6e381e2-5745-4b3f-88ac-3d3aa2f69197 resource provider aggregate not found 2026-06-09 23:38:44.622 7 INFO neutron.services.segments.plugin [-] Segment b6e381e2-5745-4b3f-88ac-3d3aa2f69197 resource provider aggregate not found 2026-06-09 23:38:44.628 7 INFO neutron.services.segments.plugin [-] Segment b6e381e2-5745-4b3f-88ac-3d3aa2f69197 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6e381e2-5745-4b3f-88ac-3d3aa2f69197 found for delete ", "request_id": "req-299bdf65-c2aa-4ada-a36e-e804b9ccf8a2"}]} 2026-06-09 23:38:44.641 7 INFO neutron.services.segments.plugin [-] Segment b6e381e2-5745-4b3f-88ac-3d3aa2f69197 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6e381e2-5745-4b3f-88ac-3d3aa2f69197 found for delete ", "request_id": "req-bd5e6db0-2374-4fd0-a181-3a8f77590325"}]} [pid: 7|app: 0|req: 1137/2197] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:38:44 2026] DELETE /v2.0/networks/54328efc-03f9-43be-9e63-5872f4d43dde => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2198] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:38:44 2026] DELETE /v2.0/networks/74e94d9b-928d-472b-bd86-510b356ef6cc => 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: 1138/2199] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:44 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1012 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2200] 10.0.0.250 () {34 vars in 1120 bytes} [Tue Jun 9 23:38:44 2026] GET /v2.0/security-groups?id=8af55317-17c8-4477-82bf-dfef688c41a7&id=299fa1f7-688a-4c97-bef4-46fff8a4216a&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2201] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:38:44 2026] DELETE /v2.0/networks/ba084184-cf4b-457b-87b5-8b4bd530b43e => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2202] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:38:44 2026] DELETE /v2.0/networks/a57c65ec-dbc1-4cb3-814e-7ffd1e0229ae => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2203] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:38:45 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1283 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2204] 199.204.45.95 () {34 vars in 1123 bytes} [Tue Jun 9 23:38:45 2026] GET /v2.0/security-groups?id=8af55317-17c8-4477-82bf-dfef688c41a7&id=299fa1f7-688a-4c97-bef4-46fff8a4216a&fields=id&fields=name => generated 206 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2205] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:45 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1014 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2206] 10.0.0.250 () {34 vars in 1120 bytes} [Tue Jun 9 23:38:46 2026] GET /v2.0/security-groups?id=8af55317-17c8-4477-82bf-dfef688c41a7&id=299fa1f7-688a-4c97-bef4-46fff8a4216a&fields=id&fields=name => generated 206 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2209] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:46 2026] GET /v2.0/security-groups?tenant_id=b22c26a0ccae4fe6936bded902a5d744&name=default => generated 2927 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2210] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:46 2026] DELETE /v2.0/security-groups/e72742a5-0552-4216-8101-cad1c34b40ff => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:38:46.484 8 INFO neutron.services.segments.plugin [-] Segment 4a9689d1-7982-4c4a-bf9d-49ac8c9dc238 resource provider aggregate not found 2026-06-09 23:38:46.489 8 INFO neutron.services.segments.plugin [-] Segment 4a9689d1-7982-4c4a-bf9d-49ac8c9dc238 resource provider aggregate not found 2026-06-09 23:38:46.504 8 INFO neutron.services.segments.plugin [-] Segment 4a9689d1-7982-4c4a-bf9d-49ac8c9dc238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a9689d1-7982-4c4a-bf9d-49ac8c9dc238 found for delete ", "request_id": "req-221c95a6-301e-476a-a735-4c5ffe890379"}]} 2026-06-09 23:38:46.510 8 INFO neutron.services.segments.plugin [-] Segment 4a9689d1-7982-4c4a-bf9d-49ac8c9dc238 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a9689d1-7982-4c4a-bf9d-49ac8c9dc238 found for delete ", "request_id": "req-e28284ef-20ec-4612-a2fd-5ed49baa0064"}]} 2026-06-09 23:38:46.527 8 INFO neutron.services.segments.plugin [-] Segment ec74c5be-e8c6-4ab2-99cc-14fbc83d8297 resource provider aggregate not found 2026-06-09 23:38:46.536 8 INFO neutron.services.segments.plugin [-] Segment ec74c5be-e8c6-4ab2-99cc-14fbc83d8297 resource provider aggregate not found 2026-06-09 23:38:46.557 8 INFO neutron.services.segments.plugin [-] Segment ec74c5be-e8c6-4ab2-99cc-14fbc83d8297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec74c5be-e8c6-4ab2-99cc-14fbc83d8297 found for delete ", "request_id": "req-697d6245-759b-4cb7-b22d-9f09e9bbf36d"}]} 2026-06-09 23:38:46.558 8 INFO neutron.services.segments.plugin [-] Segment ec74c5be-e8c6-4ab2-99cc-14fbc83d8297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec74c5be-e8c6-4ab2-99cc-14fbc83d8297 found for delete ", "request_id": "req-c25f526c-5274-4262-becf-f7d2ece67aa2"}]} 2026-06-09 23:38:46.647 7 INFO neutron.services.segments.plugin [-] Segment a9caec93-4850-4008-8366-edb19a46118d resource provider aggregate not found [pid: 8|app: 0|req: 1066/2211] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:46 2026] GET /v2.0/security-groups?tenant_id=2bb8d27f7f05476ca8050c711ae341a3&name=default => generated 2929 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:38:46.664 7 INFO neutron.services.segments.plugin [-] Segment a9caec93-4850-4008-8366-edb19a46118d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9caec93-4850-4008-8366-edb19a46118d found for delete ", "request_id": "req-03b041b7-3205-495d-be02-7aacece7e699"}]} 2026-06-09 23:38:46.671 7 INFO neutron.services.segments.plugin [-] Segment a9caec93-4850-4008-8366-edb19a46118d resource provider aggregate not found 2026-06-09 23:38:46.688 7 INFO neutron.services.segments.plugin [-] Segment a9caec93-4850-4008-8366-edb19a46118d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9caec93-4850-4008-8366-edb19a46118d found for delete ", "request_id": "req-99c5f55d-e921-48dc-be6f-0909872a73ad"}]} [pid: 7|app: 0|req: 1146/2212] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:46 2026] DELETE /v2.0/security-groups/f683d590-a64a-45fe-bcde-39117c6065aa => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2213] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:46 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 975 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2214] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:46 2026] GET /v2.0/security-groups?tenant_id=9b368f2180d4423ab7985cacb7e95693&name=default => generated 2929 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2215] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:47 2026] GET /v2.0/security-groups?id=9c0ebb00-74cf-4b09-844c-ab546815538f&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2216] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:47 2026] DELETE /v2.0/security-groups/58550174-50c3-43fb-991c-9f6f85c2fa2b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2217] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:47 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2218] 10.0.0.250 () {34 vars in 1120 bytes} [Tue Jun 9 23:38:47 2026] GET /v2.0/security-groups?id=8af55317-17c8-4477-82bf-dfef688c41a7&id=299fa1f7-688a-4c97-bef4-46fff8a4216a&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2219] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:48 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2220] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:48 2026] GET /v2.0/security-groups?id=9c0ebb00-74cf-4b09-844c-ab546815538f&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2221] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:48 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1014 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2222] 10.0.0.250 () {34 vars in 1120 bytes} [Tue Jun 9 23:38:48 2026] GET /v2.0/security-groups?id=8af55317-17c8-4477-82bf-dfef688c41a7&id=299fa1f7-688a-4c97-bef4-46fff8a4216a&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2223] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:48 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1014 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:38:48.854 8 INFO neutron.db.l3_db [None req-fd7dc541-5b16-42fb-aeff-3c80ccd9ca7a 8d7ba436e4d744b493813c9b75dfdadb fbe1090fb52a4bb4917c47d865f423ee - - default default] Floating IP 9ee91f6c-7503-4079-858c-3c024e74f0e1 associated. External IP: 10.96.250.218, port: bed93fb2-5b36-435a-9e85-b47b3510f388. [pid: 8|app: 0|req: 1072/2224] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:38:48 2026] PUT /v2.0/floatingips/9ee91f6c-7503-4079-858c-3c024e74f0e1 => generated 856 bytes in 705 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:49.262 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd334216-146e-4ede-a9cd-a6730d4d0e55'] response: {'name': 'network-changed', 'server_uuid': 'afc97b8c-ff88-4a34-acff-3eb7f2f18635', 'tag': 'bed93fb2-5b36-435a-9e85-b47b3510f388', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1153/2225] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:49 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2226] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:49 2026] GET /v2.0/security-groups?id=9c0ebb00-74cf-4b09-844c-ab546815538f&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2227] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:38:49 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:49.624 8 INFO neutron_taas.services.taas.taas_plugin [req-599c975c-fce0-4aad-a03b-d4de502d2c18 req-4a50304a-5563-440a-bc12-2c4508db8f7d 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] TaaS: Handle Delete Port: cd728f5c-23f7-42d1-9416-8d3b6cc9d374 2026-06-09 23:38:49.627 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-599c975c-fce0-4aad-a03b-d4de502d2c18 req-4a50304a-5563-440a-bc12-2c4508db8f7d 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Tap Mirror: Handle Delete Port: cd728f5c-23f7-42d1-9416-8d3b6cc9d374 2026-06-09 23:38:49.737 8 INFO neutron.db.l3_db [req-599c975c-fce0-4aad-a03b-d4de502d2c18 req-4a50304a-5563-440a-bc12-2c4508db8f7d 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Floating IP 57081b97-abc1-4d21-a8f7-277f85c8c745 disassociated. External IP: 10.96.250.203, port: cd728f5c-23f7-42d1-9416-8d3b6cc9d374. [pid: 7|app: 0|req: 1155/2228] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:38:49 2026] GET /v2.0/ports?tenant_id=fbe1090fb52a4bb4917c47d865f423ee&device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2229] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:38:49 2026] GET /v2.0/networks?id=1ccadfe2-aece-4558-b328-1ef31aedd5d2 => generated 769 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2230] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:38:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=bed93fb2-5b36-435a-9e85-b47b3510f388 => generated 859 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2231] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:38:49 2026] GET /v2.0/subnets?id=eeaaf714-34ff-485f-a992-e5801f2d5040 => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2232] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:38:49 2026] GET /v2.0/ports?network_id=1ccadfe2-aece-4558-b328-1ef31aedd5d2&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: 1160/2233] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:38:50 2026] GET /v2.0/networks/1ccadfe2-aece-4558-b328-1ef31aedd5d2?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2234] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:38:50 2026] GET /v2.0/networks/1ccadfe2-aece-4558-b328-1ef31aedd5d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2235] 199.204.45.95 () {36 vars in 996 bytes} [Tue Jun 9 23:38:49 2026] DELETE /v2.0/ports/cd728f5c-23f7-42d1-9416-8d3b6cc9d374 => generated 0 bytes in 695 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2236] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:50 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:38:51.299 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7fd807af-8c04-48b9-b699-4d7add638df4'] response: {'server_uuid': '14b3402e-c3ce-4476-91ae-f8a24204048e', 'name': 'network-vif-deleted', 'tag': 'cd728f5c-23f7-42d1-9416-8d3b6cc9d374', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1075/2237] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:51 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => 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: 1163/2238] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:38:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2239] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:38:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2240] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:38:51 2026] POST /v2.0/subnetpools => generated 516 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2241] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:38:52 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: 7|app: 0|req: 1165/2242] 10.0.0.212 () {34 vars in 676 bytes} [Tue Jun 9 23:38:52 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2243] 10.0.0.212 () {34 vars in 759 bytes} [Tue Jun 9 23:38:52 2026] PUT /v2.0/subnetpools/2603b69f-4692-438a-9863-690149f7cdb3/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2244] 10.0.0.212 () {34 vars in 759 bytes} [Tue Jun 9 23:38:52 2026] PUT /v2.0/subnetpools/d51f4c16-f254-475e-828d-6b13d4b27d34/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: 1079/2245] 10.0.0.212 () {34 vars in 759 bytes} [Tue Jun 9 23:38:52 2026] PUT /v2.0/subnetpools/4f708c8c-2e8b-47ce-8102-1918d5f2d90d/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: 1167/2246] 10.0.0.212 () {34 vars in 759 bytes} [Tue Jun 9 23:38:52 2026] PUT /v2.0/subnetpools/b7cb0f44-b516-4897-95cb-1aafbdc03284/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2247] 10.0.0.212 () {32 vars in 672 bytes} [Tue Jun 9 23:38:52 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2248] 10.0.0.212 () {32 vars in 686 bytes} [Tue Jun 9 23:38:52 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2249] 10.0.0.212 () {32 vars in 682 bytes} [Tue Jun 9 23:38:52 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2250] 10.0.0.212 () {32 vars in 694 bytes} [Tue Jun 9 23:38:52 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2251] 10.0.0.212 () {32 vars in 680 bytes} [Tue Jun 9 23:38:52 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2252] 10.0.0.212 () {32 vars in 694 bytes} [Tue Jun 9 23:38:52 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2253] 10.0.0.212 () {32 vars in 690 bytes} [Tue Jun 9 23:38:52 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2254] 10.0.0.212 () {32 vars in 702 bytes} [Tue Jun 9 23:38:52 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2255] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:38:52 2026] DELETE /v2.0/subnetpools/2603b69f-4692-438a-9863-690149f7cdb3 => 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: 1085/2256] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:52 2026] GET /v2.0/ports?device_id=14b3402e-c3ce-4476-91ae-f8a24204048e => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2257] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:38:52 2026] DELETE /v2.0/subnetpools/d51f4c16-f254-475e-828d-6b13d4b27d34 => 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: 1086/2258] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:38:52 2026] DELETE /v2.0/subnetpools/4f708c8c-2e8b-47ce-8102-1918d5f2d90d => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2259] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:38:52 2026] DELETE /v2.0/subnetpools/b7cb0f44-b516-4897-95cb-1aafbdc03284 => 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: 1087/2260] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:38:52 2026] DELETE /v2.0/subnetpools/f512e8c2-af49-42f7-8ddf-35f2b62c8960 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2261] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:53 2026] DELETE /v2.0/security-groups/9c0ebb00-74cf-4b09-844c-ab546815538f => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:38:54.078 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7b40c0b-d716-4bff-aff4-5e4ba39d7dda 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] TaaS: Handle Delete Port: 4daa2d48-16ab-48e5-b173-fc766fea4c18 2026-06-09 23:38:54.081 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7b40c0b-d716-4bff-aff4-5e4ba39d7dda 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Tap Mirror: Handle Delete Port: 4daa2d48-16ab-48e5-b173-fc766fea4c18 [pid: 7|app: 0|req: 1174/2262] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:53 2026] GET /v2.0/security-groups?tenant_id=fa532abb9820499689f6c6fe99fb6317&name=default => generated 2929 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2263] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:54 2026] DELETE /v2.0/security-groups/8f53730a-c0d5-4e86-93f9-2a9613ff6a2c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2264] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:38:53 2026] DELETE /v2.0/floatingips/57081b97-abc1-4d21-a8f7-277f85c8c745 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2265] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:54 2026] GET /v2.0/security-groups?tenant_id=1c769a4c169e469e87a9d23bfd8d0182&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2266] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:54 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => 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: 1091/2267] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:54 2026] GET /v2.0/security-groups?id=2c80c7bf-5d8d-4ff3-87ae-587b5f62a7be&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: 1177/2268] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:54 2026] DELETE /v2.0/security-groups/62cd1ba1-f995-42cb-b130-81a69410c02c => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2269] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:38:54 2026] GET /v2.0/security-groups?tenant_id=7b593efa865a437e97c3c7ef2f5d337a&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: 1178/2270] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:38:54 2026] DELETE /v2.0/security-groups/068c4379-c5bc-41d3-85ac-232fefd46142 => 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: 1093/2271] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:55 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2272] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:55 2026] GET /v2.0/security-groups?id=2c80c7bf-5d8d-4ff3-87ae-587b5f62a7be&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: 1094/2273] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:56 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2274] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:38:56 2026] GET /v2.0/security-groups?id=2c80c7bf-5d8d-4ff3-87ae-587b5f62a7be&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: 1095/2275] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:38:57 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:57.203 7 INFO neutron_taas.services.taas.taas_plugin [req-245ea4af-5b82-4b94-9936-9e617506daaa req-3bb800b6-e461-440f-8f93-3c446e446419 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] TaaS: Handle Delete Port: e56968a1-893b-4829-bda1-b78d00ca6f7c 2026-06-09 23:38:57.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-245ea4af-5b82-4b94-9936-9e617506daaa req-3bb800b6-e461-440f-8f93-3c446e446419 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Tap Mirror: Handle Delete Port: e56968a1-893b-4829-bda1-b78d00ca6f7c [pid: 7|app: 0|req: 1181/2276] 199.204.45.95 () {36 vars in 996 bytes} [Tue Jun 9 23:38:57 2026] DELETE /v2.0/ports/e56968a1-893b-4829-bda1-b78d00ca6f7c => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:38:57.375 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd3ab029-a147-4949-9320-10b3bb7c2845'] response: {'server_uuid': 'ee18eff6-2c08-467a-953b-268ad53c1e7b', 'name': 'network-vif-deleted', 'tag': 'e56968a1-893b-4829-bda1-b78d00ca6f7c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1096/2277] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:57 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1014 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2278] 10.0.0.250 () {34 vars in 1120 bytes} [Tue Jun 9 23:38:57 2026] GET /v2.0/security-groups?id=8af55317-17c8-4477-82bf-dfef688c41a7&id=299fa1f7-688a-4c97-bef4-46fff8a4216a&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2279] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:57 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => 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: 1184/2280] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:38:57 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1283 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2281] 10.0.0.212 () {32 vars in 858 bytes} [Tue Jun 9 23:38:58 2026] GET /v2.0/floatingips?floating_network_id=9ef42ce3-fc29-4877-9ddc-797b2588319a&port_id=bed93fb2-5b36-435a-9e85-b47b3510f388 => generated 861 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:38:58.215 8 INFO neutron.db.segments_db [None req-e1db1805-972e-4792-8c0d-b16d892e4a86 26b0270334214a93b36eb82bd79deea6 e88627e743924d59808f869f80eb006c - - default default] Added segment 7a9b99bd-7127-44ce-8bbb-104e0061f3a3 of type vxlan for network 31f10b09-0440-410b-bb7b-e9755687578d [pid: 8|app: 0|req: 1097/2282] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:38:57 2026] POST /v2.0/networks => generated 631 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2283] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:38:58 2026] POST /v2.0/subnets => generated 626 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2284] 10.0.0.212 () {34 vars in 751 bytes} [Tue Jun 9 23:38:58 2026] PUT /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2285] 10.0.0.212 () {32 vars in 731 bytes} [Tue Jun 9 23:38:58 2026] GET /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/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: 1099/2286] 10.0.0.212 () {34 vars in 762 bytes} [Tue Jun 9 23:38:58 2026] PUT /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/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: 1188/2287] 10.0.0.212 () {32 vars in 731 bytes} [Tue Jun 9 23:38:58 2026] GET /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2288] 10.0.0.212 () {34 vars in 758 bytes} [Tue Jun 9 23:38:58 2026] PUT /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2289] 10.0.0.212 () {32 vars in 731 bytes} [Tue Jun 9 23:38:58 2026] GET /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/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: 1190/2290] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:38:58 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => 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: 1101/2291] 10.0.0.212 () {34 vars in 780 bytes} [Tue Jun 9 23:38:58 2026] PUT /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/tags/black.or.white => generated 4 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2292] 10.0.0.92 () {34 vars in 989 bytes} [Tue Jun 9 23:38:58 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1283 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2293] 10.0.0.212 () {32 vars in 731 bytes} [Tue Jun 9 23:38:59 2026] GET /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2294] 10.0.0.92 () {34 vars in 1119 bytes} [Tue Jun 9 23:38:59 2026] GET /v2.0/security-groups?id=299fa1f7-688a-4c97-bef4-46fff8a4216a&id=8af55317-17c8-4477-82bf-dfef688c41a7&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2295] 10.0.0.212 () {34 vars in 751 bytes} [Tue Jun 9 23:38:59 2026] PUT /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2296] 10.0.0.212 () {32 vars in 731 bytes} [Tue Jun 9 23:38:59 2026] GET /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2297] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:38:59 2026] GET /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:38:59.308 7 INFO neutron.api.v2.resource [None req-ef14141d-6239-4cf4-bcb8-c66240e6dccb 26b0270334214a93b36eb82bd79deea6 e88627e743924d59808f869f80eb006c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1194/2298] 10.0.0.212 () {32 vars in 743 bytes} [Tue Jun 9 23:38:59 2026] GET /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/tags/green => generated 99 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2299] 10.0.0.212 () {32 vars in 742 bytes} [Tue Jun 9 23:38:59 2026] DELETE /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/tags/red => 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: 1195/2300] 10.0.0.212 () {32 vars in 731 bytes} [Tue Jun 9 23:38:59 2026] GET /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:38:59.451 8 INFO neutron.api.v2.resource [None req-06237db2-8079-48ae-96af-f0ff1fd9ad80 26b0270334214a93b36eb82bd79deea6 e88627e743924d59808f869f80eb006c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1106/2301] 10.0.0.212 () {32 vars in 746 bytes} [Tue Jun 9 23:38:59 2026] DELETE /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2302] 10.0.0.212 () {32 vars in 734 bytes} [Tue Jun 9 23:38:59 2026] DELETE /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2303] 10.0.0.212 () {32 vars in 731 bytes} [Tue Jun 9 23:38:59 2026] GET /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b/tags => generated 12 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2304] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:38:59 2026] DELETE /v2.0/subnets/6f0ee89c-0578-4d7e-81d1-7062940f178b => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:38:59.934 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d0a6e0c-8efa-4dad-88ba-5d70b61f6a60 26b0270334214a93b36eb82bd79deea6 e88627e743924d59808f869f80eb006c - - default default] TaaS: Handle Delete Port: 52395e03-24db-486a-a31a-739bebcda46d 2026-06-09 23:38:59.936 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d0a6e0c-8efa-4dad-88ba-5d70b61f6a60 26b0270334214a93b36eb82bd79deea6 e88627e743924d59808f869f80eb006c - - default default] Tap Mirror: Handle Delete Port: 52395e03-24db-486a-a31a-739bebcda46d [pid: 7|app: 0|req: 1198/2305] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:00 2026] GET /v2.0/ports?device_id=ee18eff6-2c08-467a-953b-268ad53c1e7b => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:39:00.132 8 INFO neutron.services.segments.plugin [-] Segment 7a9b99bd-7127-44ce-8bbb-104e0061f3a3 resource provider aggregate not found 2026-06-09 23:39:00.138 8 INFO neutron.services.segments.plugin [-] Segment 7a9b99bd-7127-44ce-8bbb-104e0061f3a3 resource provider aggregate not found 2026-06-09 23:39:00.151 8 INFO neutron.services.segments.plugin [-] Segment 7a9b99bd-7127-44ce-8bbb-104e0061f3a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a9b99bd-7127-44ce-8bbb-104e0061f3a3 found for delete ", "request_id": "req-de218a37-544c-4bf2-8d54-9f333f63d312"}]} 2026-06-09 23:39:00.157 8 INFO neutron.services.segments.plugin [-] Segment 7a9b99bd-7127-44ce-8bbb-104e0061f3a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a9b99bd-7127-44ce-8bbb-104e0061f3a3 found for delete ", "request_id": "req-40f1dfc9-a04f-4699-a768-178789b82f9d"}]} [pid: 8|app: 0|req: 1108/2306] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:38:59 2026] DELETE /v2.0/networks/31f10b09-0440-410b-bb7b-e9755687578d => generated 0 bytes in 348 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2307] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:00 2026] GET /v2.0/security-groups?tenant_id=e88627e743924d59808f869f80eb006c&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2308] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:01 2026] DELETE /v2.0/security-groups/5760eefc-17d1-4b2a-b314-ccf2b9b9849f => 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: 1200/2311] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:01 2026] DELETE /v2.0/security-groups/2c80c7bf-5d8d-4ff3-87ae-587b5f62a7be => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2312] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:01 2026] GET /v2.0/security-groups?tenant_id=75dab7ee94c54b6fab7f5a5f9e589d1a&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2313] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:01 2026] DELETE /v2.0/security-groups/7badbd11-411b-48e3-8157-5d1636317fdc => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:39:01.617 7 INFO neutron_taas.services.taas.taas_plugin [None req-793ca0ae-6f8e-4bba-a5dc-326602c06a75 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] TaaS: Handle Delete Port: f4b2053a-ef09-4b1c-ba0d-0eed16dcd8e5 2026-06-09 23:39:01.620 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-793ca0ae-6f8e-4bba-a5dc-326602c06a75 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Tap Mirror: Handle Delete Port: f4b2053a-ef09-4b1c-ba0d-0eed16dcd8e5 [pid: 8|app: 0|req: 1114/2314] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:01 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1014 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2315] 10.0.0.250 () {34 vars in 1120 bytes} [Tue Jun 9 23:39:01 2026] GET /v2.0/security-groups?id=8af55317-17c8-4477-82bf-dfef688c41a7&id=299fa1f7-688a-4c97-bef4-46fff8a4216a&fields=id&fields=name => generated 206 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2316] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:39:01 2026] PUT /v2.0/routers/c89737d1-24df-4064-8b18-62c6be17bd78/remove_router_interface => generated 309 bytes in 823 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2317] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:39:02 2026] DELETE /v2.0/subnets/4e0df52a-3129-4165-8468-1acfe4daf71a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:39:02.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-1238a176-7c8e-422a-bc0f-89de4d55b89f 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] TaaS: Handle Delete Port: 216bb872-42ec-485f-b6b0-55e7905033df 2026-06-09 23:39:02.480 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1238a176-7c8e-422a-bc0f-89de4d55b89f 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Tap Mirror: Handle Delete Port: 216bb872-42ec-485f-b6b0-55e7905033df 2026-06-09 23:39:02.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-1238a176-7c8e-422a-bc0f-89de4d55b89f 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] TaaS: Handle Delete Port: 8c6c4ed8-dfd7-42d3-a7df-6a00a10f293a 2026-06-09 23:39:02.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1238a176-7c8e-422a-bc0f-89de4d55b89f 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Tap Mirror: Handle Delete Port: 8c6c4ed8-dfd7-42d3-a7df-6a00a10f293a [pid: 8|app: 0|req: 1117/2318] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:02 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2319] 10.0.0.250 () {34 vars in 1120 bytes} [Tue Jun 9 23:39:02 2026] GET /v2.0/security-groups?id=8af55317-17c8-4477-82bf-dfef688c41a7&id=299fa1f7-688a-4c97-bef4-46fff8a4216a&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:39:03.112 7 INFO neutron.services.segments.plugin [-] Segment 19c3754e-2d72-4802-b9bc-2842c33ac484 resource provider aggregate not found 2026-06-09 23:39:03.117 7 INFO neutron.services.segments.plugin [-] Segment 19c3754e-2d72-4802-b9bc-2842c33ac484 resource provider aggregate not found 2026-06-09 23:39:03.133 7 INFO neutron.services.segments.plugin [-] Segment 19c3754e-2d72-4802-b9bc-2842c33ac484 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19c3754e-2d72-4802-b9bc-2842c33ac484 found for delete ", "request_id": "req-25d8348c-465a-41cc-b5b3-a1ac8c7ecd6b"}]} 2026-06-09 23:39:03.135 7 INFO neutron.services.segments.plugin [-] Segment 19c3754e-2d72-4802-b9bc-2842c33ac484 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19c3754e-2d72-4802-b9bc-2842c33ac484 found for delete ", "request_id": "req-84491b25-5b62-40b4-95e6-f521e82849a9"}]} 2026-06-09 23:39:03.141 7 INFO neutron.db.l3_hamode_db [None req-1238a176-7c8e-422a-bc0f-89de4d55b89f 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] HA network 820a965f-f49f-41d1-92cb-9a1948a4a263 was deleted as no HA routers are present in tenant 797c25a7965e41c2b0d3ebdc9fca3e01. [pid: 7|app: 0|req: 1202/2320] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:39:02 2026] DELETE /v2.0/routers/c89737d1-24df-4064-8b18-62c6be17bd78 => generated 0 bytes in 881 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:39:03.247 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce7f6668-61ae-4b9f-8c1b-771cc27d3ea0 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] TaaS: Handle Delete Port: 0184ae88-c131-424a-bbcc-a716038b14d4 2026-06-09 23:39:03.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce7f6668-61ae-4b9f-8c1b-771cc27d3ea0 87ab15a451be4eee86740d229b781a20 797c25a7965e41c2b0d3ebdc9fca3e01 - - default default] Tap Mirror: Handle Delete Port: 0184ae88-c131-424a-bbcc-a716038b14d4 2026-06-09 23:39:03.424 8 INFO neutron.services.segments.plugin [-] Segment 1b0b15d5-24aa-44f1-bf73-8dd92f374604 resource provider aggregate not found 2026-06-09 23:39:03.431 8 INFO neutron.services.segments.plugin [-] Segment 1b0b15d5-24aa-44f1-bf73-8dd92f374604 resource provider aggregate not found 2026-06-09 23:39:03.451 8 INFO neutron.services.segments.plugin [-] Segment 1b0b15d5-24aa-44f1-bf73-8dd92f374604 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b0b15d5-24aa-44f1-bf73-8dd92f374604 found for delete ", "request_id": "req-a5897512-e65a-48e0-a242-3b602a04c6e7"}]} 2026-06-09 23:39:03.465 8 INFO neutron.services.segments.plugin [-] Segment 1b0b15d5-24aa-44f1-bf73-8dd92f374604 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b0b15d5-24aa-44f1-bf73-8dd92f374604 found for delete ", "request_id": "req-d89f0847-09ca-4a6f-ae90-9027d6f49fbf"}]} [pid: 8|app: 0|req: 1119/2321] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:39:03 2026] DELETE /v2.0/networks/d1d41a81-0f8e-4873-bb9b-43f9f0456b0d => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2322] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:03 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1014 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2323] 10.0.0.250 () {34 vars in 1120 bytes} [Tue Jun 9 23:39:04 2026] GET /v2.0/security-groups?id=8af55317-17c8-4477-82bf-dfef688c41a7&id=299fa1f7-688a-4c97-bef4-46fff8a4216a&fields=id&fields=name => generated 206 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2324] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:39:04 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 1014 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:39:04.343 8 INFO neutron_taas.services.taas.taas_plugin [req-c8b02e2f-935d-41f5-bd56-8db2f2770895 req-aa959087-8825-4223-9508-9d88a7ca708f 8d7ba436e4d744b493813c9b75dfdadb fbe1090fb52a4bb4917c47d865f423ee - - default default] TaaS: Handle Delete Port: bed93fb2-5b36-435a-9e85-b47b3510f388 2026-06-09 23:39:04.347 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c8b02e2f-935d-41f5-bd56-8db2f2770895 req-aa959087-8825-4223-9508-9d88a7ca708f 8d7ba436e4d744b493813c9b75dfdadb fbe1090fb52a4bb4917c47d865f423ee - - default default] Tap Mirror: Handle Delete Port: bed93fb2-5b36-435a-9e85-b47b3510f388 [pid: 7|app: 0|req: 1204/2325] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:04 2026] GET /v2.0/security-groups?tenant_id=797c25a7965e41c2b0d3ebdc9fca3e01&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:39:04.452 8 INFO neutron.db.l3_db [req-c8b02e2f-935d-41f5-bd56-8db2f2770895 req-aa959087-8825-4223-9508-9d88a7ca708f 8d7ba436e4d744b493813c9b75dfdadb fbe1090fb52a4bb4917c47d865f423ee - - default default] Floating IP 9ee91f6c-7503-4079-858c-3c024e74f0e1 disassociated. External IP: 10.96.250.218, port: bed93fb2-5b36-435a-9e85-b47b3510f388. [pid: 7|app: 0|req: 1205/2326] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:04 2026] DELETE /v2.0/security-groups/31eae5b3-ca65-49eb-a720-60984151db7f => 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: 1206/2327] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:04 2026] GET /v2.0/security-groups?tenant_id=7ae48d0593a24b15802e4b6e8398daf8&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2328] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:04 2026] DELETE /v2.0/security-groups/39c33c10-9f25-4262-9585-eefa153602fe => 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: 1122/2329] 199.204.45.95 () {36 vars in 996 bytes} [Tue Jun 9 23:39:04 2026] DELETE /v2.0/ports/bed93fb2-5b36-435a-9e85-b47b3510f388 => generated 0 bytes in 615 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:39:04.862 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-64d176cc-f9fa-4bba-a2cb-7d0802485d6e'] response: {'server_uuid': 'afc97b8c-ff88-4a34-acff-3eb7f2f18635', 'name': 'network-vif-deleted', 'tag': 'bed93fb2-5b36-435a-9e85-b47b3510f388', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1123/2330] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:05 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:39:05.244 7 INFO neutron.db.segments_db [None req-6ffe724a-a170-4b0e-b0a2-58e2931808d4 af51aaaab8af436aafe9afe7ca0213ac abd8dffc736547759180d23b9dd9db33 - - default default] Added segment 5c579c50-007f-4f17-bac0-6c522ec93987 of type vxlan for network ea65eea1-0158-4fe4-9ec6-ce8a77c9f9fd [pid: 7|app: 0|req: 1208/2331] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:39:04 2026] POST /v2.0/networks => generated 632 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2332] 10.0.0.212 () {34 vars in 664 bytes} [Tue Jun 9 23:39:05 2026] POST /v2.0/ports => generated 743 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2333] 10.0.0.212 () {34 vars in 666 bytes} [Tue Jun 9 23:39:05 2026] POST /v2.0/trunks => generated 407 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1125/2334] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:39:05 2026] PUT /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2335] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:06 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2336] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:39:06 2026] GET /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags => generated 25 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2337] 10.0.0.212 () {34 vars in 760 bytes} [Tue Jun 9 23:39:06 2026] PUT /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags/green => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2338] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:39:06 2026] GET /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2339] 10.0.0.212 () {34 vars in 756 bytes} [Tue Jun 9 23:39:06 2026] PUT /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2340] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:39:06 2026] GET /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2341] 10.0.0.212 () {34 vars in 778 bytes} [Tue Jun 9 23:39:06 2026] PUT /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2342] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:39:06 2026] GET /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags => generated 52 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2343] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:39:06 2026] PUT /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2344] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:39:07 2026] GET /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2345] 10.0.0.212 () {32 vars in 737 bytes} [Tue Jun 9 23:39:07 2026] GET /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:39:07.103 7 INFO neutron.api.v2.resource [None req-31249c9d-7dbb-4894-a5a9-59654cecb2db af51aaaab8af436aafe9afe7ca0213ac abd8dffc736547759180d23b9dd9db33 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1215/2346] 10.0.0.212 () {32 vars in 741 bytes} [Tue Jun 9 23:39:07 2026] GET /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags/green => generated 99 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2347] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:07 2026] DELETE /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2348] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:39:07 2026] GET /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags => generated 30 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:39:07.196 8 INFO neutron.api.v2.resource [None req-7256196a-a404-437e-aa73-7e0d96ec71c6 af51aaaab8af436aafe9afe7ca0213ac abd8dffc736547759180d23b9dd9db33 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1133/2349] 10.0.0.212 () {32 vars in 744 bytes} [Tue Jun 9 23:39:07 2026] DELETE /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2350] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:39:07 2026] DELETE /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags => 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: 1134/2351] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:39:07 2026] GET /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569/tags => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2352] 10.0.0.212 () {32 vars in 719 bytes} [Tue Jun 9 23:39:07 2026] GET /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569 => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2353] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:39:07 2026] GET /v2.0/ports/09c24c73-f3ca-40c4-b9fe-df4fe72139c7 => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2354] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:07 2026] GET /v2.0/ports?device_id=afc97b8c-ff88-4a34-acff-3eb7f2f18635 => 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: 1219/2355] 10.0.0.212 () {32 vars in 722 bytes} [Tue Jun 9 23:39:07 2026] DELETE /v2.0/trunks/f42a8fd4-5496-435b-b41b-50cf3d34d569 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:39:07.548 8 INFO neutron_taas.services.taas.taas_plugin [None req-936adc27-a662-4713-a9ce-840abadd802c af51aaaab8af436aafe9afe7ca0213ac abd8dffc736547759180d23b9dd9db33 - - default default] TaaS: Handle Delete Port: 09c24c73-f3ca-40c4-b9fe-df4fe72139c7 2026-06-09 23:39:07.550 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-936adc27-a662-4713-a9ce-840abadd802c af51aaaab8af436aafe9afe7ca0213ac abd8dffc736547759180d23b9dd9db33 - - default default] Tap Mirror: Handle Delete Port: 09c24c73-f3ca-40c4-b9fe-df4fe72139c7 [pid: 8|app: 0|req: 1137/2356] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:39:07 2026] DELETE /v2.0/ports/09c24c73-f3ca-40c4-b9fe-df4fe72139c7 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:39:07.740 7 INFO neutron.services.segments.plugin [-] Segment 5c579c50-007f-4f17-bac0-6c522ec93987 resource provider aggregate not found 2026-06-09 23:39:07.747 7 INFO neutron.services.segments.plugin [-] Segment 5c579c50-007f-4f17-bac0-6c522ec93987 resource provider aggregate not found 2026-06-09 23:39:07.768 7 INFO neutron.services.segments.plugin [-] Segment 5c579c50-007f-4f17-bac0-6c522ec93987 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c579c50-007f-4f17-bac0-6c522ec93987 found for delete ", "request_id": "req-8795b07e-5824-47e7-ae81-a5a4c68e5152"}]} 2026-06-09 23:39:07.769 7 INFO neutron.services.segments.plugin [-] Segment 5c579c50-007f-4f17-bac0-6c522ec93987 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c579c50-007f-4f17-bac0-6c522ec93987 found for delete ", "request_id": "req-934bccba-f499-4369-9866-0aea028a9db8"}]} [pid: 7|app: 0|req: 1220/2357] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:39:07 2026] DELETE /v2.0/networks/ea65eea1-0158-4fe4-9ec6-ce8a77c9f9fd => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2358] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:08 2026] DELETE /v2.0/security-groups/8af55317-17c8-4477-82bf-dfef688c41a7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:39:08.689 7 INFO neutron.api.v2.resource [None req-a403ed47-ba6e-417d-ad87-b43030bf2f3c 8d7ba436e4d744b493813c9b75dfdadb fbe1090fb52a4bb4917c47d865f423ee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1222/2359] 10.0.0.212 () {32 vars in 737 bytes} [Tue Jun 9 23:39:08 2026] GET /v2.0/security-groups/8af55317-17c8-4477-82bf-dfef688c41a7 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2360] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:08 2026] GET /v2.0/security-groups?tenant_id=e401ede5d3724da1bcfc84ce1206dc4f&name=default => generated 2929 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:39:08.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-ddf09acb-5b24-4c1a-a0d2-eedc8b394f80 8d7ba436e4d744b493813c9b75dfdadb fbe1090fb52a4bb4917c47d865f423ee - - default default] TaaS: Handle Delete Port: b14b81c3-90cc-4688-bbb6-3575c445b414 2026-06-09 23:39:08.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ddf09acb-5b24-4c1a-a0d2-eedc8b394f80 8d7ba436e4d744b493813c9b75dfdadb fbe1090fb52a4bb4917c47d865f423ee - - default default] Tap Mirror: Handle Delete Port: b14b81c3-90cc-4688-bbb6-3575c445b414 [pid: 8|app: 0|req: 1139/2361] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:08 2026] DELETE /v2.0/security-groups/edcbcda2-ade2-4934-b85f-8971b4ef9965 => 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: 1140/2362] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:08 2026] GET /v2.0/security-groups?tenant_id=abd8dffc736547759180d23b9dd9db33&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2363] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:39:08 2026] DELETE /v2.0/floatingips/9ee91f6c-7503-4079-858c-3c024e74f0e1 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2364] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:08 2026] DELETE /v2.0/security-groups/2d2595c2-6279-4178-8e40-7d94128d3a51 => 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: 1224/2365] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:08 2026] DELETE /v2.0/security-groups/299fa1f7-688a-4c97-bef4-46fff8a4216a => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:39:09.521 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8e50eeb-c1d0-41f7-bdd9-b2be0b3f16aa bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 83650740-ae01-49dc-a794-f3e037276f20 2026-06-09 23:39:09.524 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8e50eeb-c1d0-41f7-bdd9-b2be0b3f16aa bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 83650740-ae01-49dc-a794-f3e037276f20 [pid: 8|app: 0|req: 1142/2366] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:39:09 2026] PUT /v2.0/routers/789f843c-871e-446f-8727-2560ad4a0f3c/remove_router_interface => generated 309 bytes in 905 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:39:10.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f1c03bd-6e42-4df2-b8b7-d3c0906d2ab4 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 7e64e6f9-f52d-4a28-a37a-0e1b8c6fa9b1 2026-06-09 23:39:10.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f1c03bd-6e42-4df2-b8b7-d3c0906d2ab4 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 7e64e6f9-f52d-4a28-a37a-0e1b8c6fa9b1 2026-06-09 23:39:10.553 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f1c03bd-6e42-4df2-b8b7-d3c0906d2ab4 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 42485a65-a711-4b60-bff9-6366de65099e 2026-06-09 23:39:10.558 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f1c03bd-6e42-4df2-b8b7-d3c0906d2ab4 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 42485a65-a711-4b60-bff9-6366de65099e 2026-06-09 23:39:10.913 7 INFO neutron.services.segments.plugin [-] Segment 993faf1d-590d-4ab5-ba29-d7e57229cc13 resource provider aggregate not found 2026-06-09 23:39:10.916 7 INFO neutron.services.segments.plugin [-] Segment 993faf1d-590d-4ab5-ba29-d7e57229cc13 resource provider aggregate not found 2026-06-09 23:39:10.938 7 INFO neutron.services.segments.plugin [-] Segment 993faf1d-590d-4ab5-ba29-d7e57229cc13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 993faf1d-590d-4ab5-ba29-d7e57229cc13 found for delete ", "request_id": "req-30303ec7-f17d-4c1f-81fa-168b0eda5e2f"}]} 2026-06-09 23:39:10.941 7 INFO neutron.services.segments.plugin [-] Segment 993faf1d-590d-4ab5-ba29-d7e57229cc13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 993faf1d-590d-4ab5-ba29-d7e57229cc13 found for delete ", "request_id": "req-b1a638d3-9338-4c1c-ae67-7d2f2a4ed354"}]} 2026-06-09 23:39:10.949 7 INFO neutron.db.l3_hamode_db [None req-6f1c03bd-6e42-4df2-b8b7-d3c0906d2ab4 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] HA network ac7ac83f-b002-43c0-abd1-8e532e9c4a1a was deleted as no HA routers are present in tenant fbe1090fb52a4bb4917c47d865f423ee. [pid: 7|app: 0|req: 1225/2367] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:39:10 2026] DELETE /v2.0/routers/789f843c-871e-446f-8727-2560ad4a0f3c => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2368] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:39:10 2026] DELETE /v2.0/subnets/eeaaf714-34ff-485f-a992-e5801f2d5040 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:39:11.222 7 INFO neutron_taas.services.taas.taas_plugin [None req-50731dd6-decc-40a8-bebf-8d4081587b0e bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 91650705-02a5-49c0-8b50-d60615799bc9 2026-06-09 23:39:11.225 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50731dd6-decc-40a8-bebf-8d4081587b0e bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 91650705-02a5-49c0-8b50-d60615799bc9 [pid: 7|app: 0|req: 1226/2369] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:39:11 2026] DELETE /v2.0/networks/1ccadfe2-aece-4558-b328-1ef31aedd5d2 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:39:11.817 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb9d44cf-bf14-46ca-9df9-409c2e2d6d72 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: bb59612c-9be3-43d1-bcce-9b31c1bfa5bd 2026-06-09 23:39:11.821 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb9d44cf-bf14-46ca-9df9-409c2e2d6d72 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: bb59612c-9be3-43d1-bcce-9b31c1bfa5bd [pid: 8|app: 0|req: 1144/2370] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:39:11 2026] PUT /v2.0/routers/2d89fe72-ff7b-46a7-b08b-035e8a88b760/remove_router_interface => generated 309 bytes in 994 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:39:12.721 7 INFO neutron_taas.services.taas.taas_plugin [None req-8bd909ba-8ce2-4cb5-9d69-ae1a22bc5cff bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: c632f80c-a095-4613-8578-9c3fb9347910 2026-06-09 23:39:12.724 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bd909ba-8ce2-4cb5-9d69-ae1a22bc5cff bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: c632f80c-a095-4613-8578-9c3fb9347910 [pid: 8|app: 0|req: 1145/2371] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:12 2026] GET /v2.0/security-groups?tenant_id=6729f2056a40473c940e5177aa519d72&name=default => generated 2929 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2372] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:12 2026] DELETE /v2.0/security-groups/49d5f4c8-f440-40e6-9e6e-360819bda21a => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:39:12.962 7 INFO neutron.services.segments.plugin [-] Segment 1bffb3c8-f756-4cc1-82f9-635cfe7ad54a resource provider aggregate not found 2026-06-09 23:39:12.968 7 INFO neutron_taas.services.taas.taas_plugin [None req-8bd909ba-8ce2-4cb5-9d69-ae1a22bc5cff bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: be42ced7-43ad-4213-a47c-1e1e1afba1da 2026-06-09 23:39:12.974 7 INFO neutron.services.segments.plugin [-] Segment 1bffb3c8-f756-4cc1-82f9-635cfe7ad54a resource provider aggregate not found 2026-06-09 23:39:12.977 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bd909ba-8ce2-4cb5-9d69-ae1a22bc5cff bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: be42ced7-43ad-4213-a47c-1e1e1afba1da 2026-06-09 23:39:13.007 7 INFO neutron.services.segments.plugin [-] Segment 1bffb3c8-f756-4cc1-82f9-635cfe7ad54a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bffb3c8-f756-4cc1-82f9-635cfe7ad54a found for delete ", "request_id": "req-33172b99-da86-411b-b69d-bfe70fc3eb4b"}]} 2026-06-09 23:39:13.008 7 INFO neutron.services.segments.plugin [-] Segment 1bffb3c8-f756-4cc1-82f9-635cfe7ad54a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bffb3c8-f756-4cc1-82f9-635cfe7ad54a found for delete ", "request_id": "req-9d98bec5-9fbd-4dc0-9df8-687b1d60b45d"}]} [pid: 8|app: 0|req: 1147/2373] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:13 2026] GET /v2.0/security-groups?tenant_id=a83ab3a1cfa64a5a910a5ea23bb8231a&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2374] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:13 2026] DELETE /v2.0/security-groups/d36fda80-5eac-4d35-9feb-e62015b4d6b4 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:39:13.393 7 INFO neutron.db.l3_hamode_db [None req-8bd909ba-8ce2-4cb5-9d69-ae1a22bc5cff bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] HA network fe4f0357-57e3-4442-bff9-609934c5a929 was deleted as no HA routers are present in tenant d907151c41a0495988192667756644bd. [pid: 7|app: 0|req: 1227/2375] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:39:12 2026] DELETE /v2.0/routers/2d89fe72-ff7b-46a7-b08b-035e8a88b760 => generated 0 bytes in 939 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2376] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:39:13 2026] DELETE /v2.0/subnets/0376ca9d-4d7b-4f60-8cbd-a202abdd0f20 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:39:13.677 7 INFO neutron_taas.services.taas.taas_plugin [None req-1cc58bc6-1a38-4370-97de-c5ab085aeaef bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 9422e7db-0cce-4f08-947b-6eaafecc7cfc 2026-06-09 23:39:13.680 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cc58bc6-1a38-4370-97de-c5ab085aeaef bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 9422e7db-0cce-4f08-947b-6eaafecc7cfc [pid: 7|app: 0|req: 1228/2377] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:39:13 2026] DELETE /v2.0/networks/d7eac264-d0ac-43ca-a52b-993a834e97e1 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2378] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:14 2026] GET /v2.0/security-groups?tenant_id=d907151c41a0495988192667756644bd&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2379] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:14 2026] DELETE /v2.0/security-groups/13b9a02c-c765-43a3-b56a-c1da5c7ae8b8 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2380] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:14 2026] GET /v2.0/security-groups?tenant_id=fbe1090fb52a4bb4917c47d865f423ee&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:39:14.616 8 INFO neutron.db.segments_db [None req-be53784f-521c-4648-ae16-1ab210e0930a 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Added segment 43a43125-2369-4c06-b2b8-f073b9931f74 of type vxlan for network 120cc9b6-753b-4aa0-a344-dd8a36cbb0d0 [pid: 7|app: 0|req: 1231/2381] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:14 2026] DELETE /v2.0/security-groups/fedda672-1612-4550-8942-c1a882cedf1f => 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: 1151/2382] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:39:14 2026] POST /v2.0/networks => generated 638 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2383] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:39:14 2026] POST /v2.0/subnets => generated 657 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:39:15.027 7 INFO neutron.services.segments.plugin [-] Segment b1f155cc-d4ce-4892-8411-6593a1e72997 resource provider aggregate not found 2026-06-09 23:39:15.028 7 INFO neutron.services.segments.plugin [-] Segment b1f155cc-d4ce-4892-8411-6593a1e72997 resource provider aggregate not found 2026-06-09 23:39:15.044 7 INFO neutron.services.segments.plugin [-] Segment b1f155cc-d4ce-4892-8411-6593a1e72997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1f155cc-d4ce-4892-8411-6593a1e72997 found for delete ", "request_id": "req-86b94e62-24e6-4f65-a0bd-ea3cfba808b1"}]} 2026-06-09 23:39:15.052 7 INFO neutron.services.segments.plugin [-] Segment b1f155cc-d4ce-4892-8411-6593a1e72997 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b1f155cc-d4ce-4892-8411-6593a1e72997 found for delete ", "request_id": "req-758c48b2-ca62-461a-b15a-790d0f3b323c"}]} 2026-06-09 23:39:15.065 7 INFO neutron.services.segments.plugin [-] Segment b4ca8333-d760-4df2-b40c-0865beffb152 resource provider aggregate not found 2026-06-09 23:39:15.069 7 INFO neutron.services.segments.plugin [-] Segment b4ca8333-d760-4df2-b40c-0865beffb152 resource provider aggregate not found 2026-06-09 23:39:15.082 7 INFO neutron.services.segments.plugin [-] Segment b4ca8333-d760-4df2-b40c-0865beffb152 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4ca8333-d760-4df2-b40c-0865beffb152 found for delete ", "request_id": "req-277fe9b2-b658-4bbc-a3c7-d8c0e1f53c0f"}]} 2026-06-09 23:39:15.085 7 INFO neutron.services.segments.plugin [-] Segment b4ca8333-d760-4df2-b40c-0865beffb152 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4ca8333-d760-4df2-b40c-0865beffb152 found for delete ", "request_id": "req-2a49a542-0773-48fa-8cec-a4206619f682"}]} [pid: 8|app: 0|req: 1152/2384] 10.0.0.212 () {32 vars in 722 bytes} [Tue Jun 9 23:39:14 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2385] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:39:15 2026] POST /v2.0/subnets => generated 732 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:39:15.532 8 INFO neutron.db.segments_db [None req-7e24366c-566d-4f0e-9cfb-ed2b2440ea6b 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Added segment c13bc067-4470-41fe-ac7e-ae9fb73fbc2f of type vxlan for network 906743ec-5e22-4ced-ad9a-03f88f8347e5 [pid: 8|app: 0|req: 1153/2386] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:39:15 2026] POST /v2.0/networks => generated 638 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2387] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:39:15 2026] POST /v2.0/subnets => generated 656 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2388] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:39:15 2026] POST /v2.0/subnets => generated 726 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:39:16.260 8 INFO neutron.db.segments_db [None req-77782788-f405-43fc-a42f-e79368b658ef 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Added segment d273b502-4d0a-46b1-8f4c-9adfc0649748 of type vxlan for network a5fc6925-5f8a-44d8-b3bd-1cba928d8881 [pid: 8|app: 0|req: 1156/2391] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:39:16 2026] POST /v2.0/networks => generated 638 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2392] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:39:16 2026] POST /v2.0/subnets => generated 656 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2393] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:39:16 2026] POST /v2.0/subnets => generated 729 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:39:16.931 7 INFO neutron.db.segments_db [None req-8416534f-320b-4e5b-a996-2bbe876bfa9d 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Added segment 7fc566de-db04-4184-95bf-5e824289e7fe of type vxlan for network 57057a3f-49bf-4d5e-8f48-a31a066eb361 2026-06-09 23:39:17.211 7 INFO neutron.db.l3_hamode_db [None req-8416534f-320b-4e5b-a996-2bbe876bfa9d 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:39:18.015 7 INFO neutron.db.l3_hamode_db [None req-8416534f-320b-4e5b-a996-2bbe876bfa9d 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:39:18.935 8 INFO neutron.db.segments_db [None req-6f4411ce-7981-4304-8eb1-6b41fb820b9b ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Added segment 94980257-f7d7-444a-8f6a-c28d90c83dec of type vxlan for network 00ffb44b-2ef1-4bf6-a01f-2c1a5f531635 [pid: 7|app: 0|req: 1237/2394] 10.0.0.212 () {34 vars in 669 bytes} [Tue Jun 9 23:39:16 2026] POST /v2.0/routers => generated 684 bytes in 2086 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:39:19.189 8 INFO neutron.db.l3_hamode_db [None req-6f4411ce-7981-4304-8eb1-6b41fb820b9b ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:39:19.321 8 INFO neutron.db.l3_hamode_db [None req-6f4411ce-7981-4304-8eb1-6b41fb820b9b ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1158/2395] 10.0.0.212 () {34 vars in 668 bytes} [Tue Jun 9 23:39:18 2026] POST /v2.0/routers => generated 474 bytes in 1235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:39:19.979 8 INFO neutron.db.l3_hamode_db [None req-d97aec55-5a9b-4f0a-a5d8-5bc71363f513 ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:39:20.106 8 INFO neutron.db.l3_hamode_db [None req-d97aec55-5a9b-4f0a-a5d8-5bc71363f513 ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1238/2396] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:39:18 2026] PUT /v2.0/routers/5a871e51-f01f-40a7-9132-a7cdce16ca2a/add_router_interface => generated 309 bytes in 1372 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2397] 10.0.0.212 () {34 vars in 668 bytes} [Tue Jun 9 23:39:19 2026] POST /v2.0/routers => generated 474 bytes in 790 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:39:20.766 8 INFO neutron.db.l3_hamode_db [None req-386b7432-690d-4c8f-9133-eaef33003d56 ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:39:20.877 8 INFO neutron.db.l3_hamode_db [None req-386b7432-690d-4c8f-9133-eaef33003d56 ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1160/2398] 10.0.0.212 () {34 vars in 668 bytes} [Tue Jun 9 23:39:20 2026] POST /v2.0/routers => generated 474 bytes in 695 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:39:21.461 8 INFO neutron.db.l3_hamode_db [None req-eef2bf6b-1df7-4190-8386-7953a99bcc21 ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:39:21.611 8 INFO neutron.db.l3_hamode_db [None req-eef2bf6b-1df7-4190-8386-7953a99bcc21 ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1239/2399] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:39:20 2026] PUT /v2.0/routers/5a871e51-f01f-40a7-9132-a7cdce16ca2a/add_router_interface => generated 309 bytes in 1284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2400] 10.0.0.212 () {34 vars in 668 bytes} [Tue Jun 9 23:39:21 2026] POST /v2.0/routers => generated 474 bytes in 840 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:39:22.315 8 INFO neutron.db.l3_hamode_db [None req-b761010f-8b75-439d-bc27-d26b4a5e127b ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:39:22.437 8 INFO neutron.db.l3_hamode_db [None req-b761010f-8b75-439d-bc27-d26b4a5e127b ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1240/2401] 10.0.0.212 () {34 vars in 783 bytes} [Tue Jun 9 23:39:21 2026] PUT /v2.0/routers/5a871e51-f01f-40a7-9132-a7cdce16ca2a/add_router_interface => generated 309 bytes in 1109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2402] 10.0.0.212 () {34 vars in 684 bytes} [Tue Jun 9 23:39:22 2026] POST /v2.0/security-groups => generated 1629 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2403] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:39:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2404] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:39:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2405] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:39:23 2026] POST /v2.0/security-group-rules => generated 599 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2406] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:39:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2407] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:39:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2408] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:39:23 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: 1162/2409] 10.0.0.212 () {34 vars in 668 bytes} [Tue Jun 9 23:39:22 2026] POST /v2.0/routers => generated 474 bytes in 1309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2410] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:39:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2411] 10.0.0.212 () {34 vars in 751 bytes} [Tue Jun 9 23:39:23 2026] PUT /v2.0/routers/e237742e-9eb9-4af7-965d-f3576e0828cc/tags => generated 17 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2412] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:39:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2413] 10.0.0.212 () {34 vars in 751 bytes} [Tue Jun 9 23:39:23 2026] PUT /v2.0/routers/f3629585-60d3-41c5-a78b-f0eb836b6f7b/tags => generated 25 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2414] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:39:23 2026] POST /v2.0/security-group-rules => generated 599 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2415] 10.0.0.212 () {34 vars in 751 bytes} [Tue Jun 9 23:39:23 2026] PUT /v2.0/routers/7fe858bc-23cf-4247-93f7-fc170197bc70/tags => generated 34 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2416] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:39:23 2026] POST /v2.0/security-group-rules => generated 601 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2417] 10.0.0.212 () {34 vars in 751 bytes} [Tue Jun 9 23:39:23 2026] PUT /v2.0/routers/c15821d5-39ae-49ef-bca0-8c640d826a38/tags => generated 19 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2418] 10.0.0.212 () {32 vars in 664 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2419] 10.0.0.212 () {34 vars in 695 bytes} [Tue Jun 9 23:39:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2420] 10.0.0.212 () {32 vars in 678 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2421] 10.0.0.212 () {32 vars in 674 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2422] 10.0.0.212 () {32 vars in 686 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2423] 10.0.0.212 () {32 vars in 672 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2424] 10.0.0.250 () {34 vars in 1094 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-601874788&fields=id&tenant_id=405e9595681e43c8bd5f7fcf46fd0d23 => 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: 1256/2425] 10.0.0.250 () {34 vars in 982 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/networks?id=906743ec-5e22-4ced-ad9a-03f88f8347e5 => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2426] 10.0.0.212 () {32 vars in 686 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2427] 10.0.0.250 () {34 vars in 965 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/quotas/405e9595681e43c8bd5f7fcf46fd0d23 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2428] 10.0.0.212 () {32 vars in 682 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2429] 10.0.0.212 () {32 vars in 694 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2430] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/routers/e237742e-9eb9-4af7-965d-f3576e0828cc => generated 485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2431] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/ports?tenant_id=405e9595681e43c8bd5f7fcf46fd0d23&fields=id => generated 287 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2432] 10.0.0.250 () {34 vars in 1008 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?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: 1174/2433] 10.0.0.250 () {34 vars in 1108 bytes} [Tue Jun 9 23:39:24 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?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: 1175/2434] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:25 2026] GET /v2.0/ports?device_id=9abfb486-6a52-4c70-82c3-1b10c512e4b8 => 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: 1260/2435] 10.0.0.212 () {34 vars in 742 bytes} [Tue Jun 9 23:39:24 2026] PUT /v2.0/routers/e237742e-9eb9-4af7-965d-f3576e0828cc => generated 485 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2436] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:39:25 2026] GET /v2.0/ports?device_id=e237742e-9eb9-4af7-965d-f3576e0828cc => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:39:25.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-bcf62e7c-f675-4d2a-a67c-d1a486e01441 ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] TaaS: Handle Delete Port: 6005ef1b-8ff2-42ca-96b6-0a6416693602 2026-06-09 23:39:25.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcf62e7c-f675-4d2a-a67c-d1a486e01441 ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Tap Mirror: Handle Delete Port: 6005ef1b-8ff2-42ca-96b6-0a6416693602 [pid: 7|app: 0|req: 1261/2437] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:39:25 2026] DELETE /v2.0/routers/e237742e-9eb9-4af7-965d-f3576e0828cc => generated 0 bytes in 438 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2438] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:39:25 2026] GET /v2.0/routers/f3629585-60d3-41c5-a78b-f0eb836b6f7b => generated 493 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2439] 10.0.0.212 () {34 vars in 742 bytes} [Tue Jun 9 23:39:26 2026] PUT /v2.0/routers/f3629585-60d3-41c5-a78b-f0eb836b6f7b => generated 493 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2440] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:39:26 2026] GET /v2.0/ports?device_id=f3629585-60d3-41c5-a78b-f0eb836b6f7b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:39:26.782 7 INFO neutron_taas.services.taas.taas_plugin [None req-95dc98c0-0775-46bc-b26f-44dbaa860b37 ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] TaaS: Handle Delete Port: 8db3d71a-b3d6-44a8-be82-8e7579460cfb 2026-06-09 23:39:26.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95dc98c0-0775-46bc-b26f-44dbaa860b37 ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Tap Mirror: Handle Delete Port: 8db3d71a-b3d6-44a8-be82-8e7579460cfb [pid: 7|app: 0|req: 1263/2441] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:39:26 2026] DELETE /v2.0/routers/f3629585-60d3-41c5-a78b-f0eb836b6f7b => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2442] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:39:27 2026] GET /v2.0/routers/7fe858bc-23cf-4247-93f7-fc170197bc70 => generated 502 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2443] 10.0.0.212 () {34 vars in 742 bytes} [Tue Jun 9 23:39:27 2026] PUT /v2.0/routers/7fe858bc-23cf-4247-93f7-fc170197bc70 => generated 502 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2444] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:39:27 2026] GET /v2.0/ports?device_id=7fe858bc-23cf-4247-93f7-fc170197bc70 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:39:27.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-8d32fc7b-c2e9-4f5e-bf8e-98ff159f5686 ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] TaaS: Handle Delete Port: d8ff2254-afb9-4b7b-bb1b-d2329fb1c77c 2026-06-09 23:39:27.839 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d32fc7b-c2e9-4f5e-bf8e-98ff159f5686 ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Tap Mirror: Handle Delete Port: d8ff2254-afb9-4b7b-bb1b-d2329fb1c77c [pid: 7|app: 0|req: 1265/2445] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:39:27 2026] DELETE /v2.0/routers/7fe858bc-23cf-4247-93f7-fc170197bc70 => generated 0 bytes in 397 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2446] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:39:28 2026] GET /v2.0/routers/c15821d5-39ae-49ef-bca0-8c640d826a38 => generated 487 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2447] 10.0.0.212 () {34 vars in 742 bytes} [Tue Jun 9 23:39:28 2026] PUT /v2.0/routers/c15821d5-39ae-49ef-bca0-8c640d826a38 => generated 487 bytes in 584 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2448] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:39:28 2026] GET /v2.0/ports?device_id=c15821d5-39ae-49ef-bca0-8c640d826a38 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:39:28.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-a87efd7c-db86-41da-85f4-42887ddfae39 ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] TaaS: Handle Delete Port: da0c3368-ac6f-48a8-8df4-f3bfbb36b184 2026-06-09 23:39:28.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a87efd7c-db86-41da-85f4-42887ddfae39 ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Tap Mirror: Handle Delete Port: da0c3368-ac6f-48a8-8df4-f3bfbb36b184 [pid: 7|app: 0|req: 1267/2449] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:39:28 2026] DELETE /v2.0/routers/c15821d5-39ae-49ef-bca0-8c640d826a38 => generated 0 bytes in 389 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2450] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:39:29 2026] GET /v2.0/routers/3f24a57b-de5e-4b83-861e-be28a57bc96b => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2451] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:39:29 2026] GET /v2.0/networks?id=906743ec-5e22-4ced-ad9a-03f88f8347e5 => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2452] 199.204.45.95 () {34 vars in 1049 bytes} [Tue Jun 9 23:39:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=405e9595681e43c8bd5f7fcf46fd0d23 => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2453] 199.204.45.95 () {38 vars in 954 bytes} [Tue Jun 9 23:39:29 2026] POST /v2.0/ports => generated 1175 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1268/2454] 10.0.0.212 () {34 vars in 742 bytes} [Tue Jun 9 23:39:29 2026] PUT /v2.0/routers/3f24a57b-de5e-4b83-861e-be28a57bc96b => generated 480 bytes in 1241 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2455] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:30 2026] GET /v2.0/ports?device_id=9abfb486-6a52-4c70-82c3-1b10c512e4b8 => generated 1190 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2456] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:39:30 2026] GET /v2.0/ports?device_id=3f24a57b-de5e-4b83-861e-be28a57bc96b => 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: 1271/2457] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:39:30 2026] GET /v2.0/security-groups?id=13791f68-a895-46b5-ba19-5e26c1843cf3&fields=id&fields=name => generated 111 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2458] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:39:30 2026] PUT /v2.0/ports/16c5ff58-e8d0-4ad2-851b-f92a7ae3a260 => generated 1456 bytes in 584 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:39:30.666 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad185b8a-b4e4-4d76-9b24-e59314e96206'] response: {'name': 'network-changed', 'server_uuid': '9abfb486-6a52-4c70-82c3-1b10c512e4b8', 'tag': '16c5ff58-e8d0-4ad2-851b-f92a7ae3a260', 'status': 'completed', 'code': 200} 2026-06-09 23:39:30.670 7 INFO neutron_taas.services.taas.taas_plugin [None req-54c76ad1-0039-4536-aad3-d386908ff32a ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] TaaS: Handle Delete Port: 25e92cb7-ba1c-4a0a-90d9-8b33ec1ba47c 2026-06-09 23:39:30.672 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54c76ad1-0039-4536-aad3-d386908ff32a ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] Tap Mirror: Handle Delete Port: 25e92cb7-ba1c-4a0a-90d9-8b33ec1ba47c 2026-06-09 23:39:30.934 7 INFO neutron.services.segments.plugin [-] Segment 94980257-f7d7-444a-8f6a-c28d90c83dec resource provider aggregate not found 2026-06-09 23:39:30.951 7 INFO neutron.services.segments.plugin [-] Segment 94980257-f7d7-444a-8f6a-c28d90c83dec resource provider aggregate not found 2026-06-09 23:39:30.956 7 INFO neutron.services.segments.plugin [-] Segment 94980257-f7d7-444a-8f6a-c28d90c83dec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94980257-f7d7-444a-8f6a-c28d90c83dec found for delete ", "request_id": "req-af915d0a-541a-4a64-88d1-7908740a27df"}]} 2026-06-09 23:39:30.970 7 INFO neutron.db.l3_hamode_db [None req-54c76ad1-0039-4536-aad3-d386908ff32a ae5e3b1032de4e49bf933fe936c89a60 c8cbc9ad949a49b0867393021009ecc7 - - default default] HA network 00ffb44b-2ef1-4bf6-a01f-2c1a5f531635 was deleted as no HA routers are present in tenant c8cbc9ad949a49b0867393021009ecc7. 2026-06-09 23:39:30.975 7 INFO neutron.services.segments.plugin [-] Segment 94980257-f7d7-444a-8f6a-c28d90c83dec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 94980257-f7d7-444a-8f6a-c28d90c83dec found for delete ", "request_id": "req-d3e80d1a-48c1-4387-8446-4a7e09861fe7"}]} [pid: 7|app: 0|req: 1272/2459] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:39:30 2026] DELETE /v2.0/routers/3f24a57b-de5e-4b83-861e-be28a57bc96b => generated 0 bytes in 421 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2462] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:39:31 2026] GET /v2.0/ports?tenant_id=405e9595681e43c8bd5f7fcf46fd0d23&device_id=9abfb486-6a52-4c70-82c3-1b10c512e4b8 => generated 1459 bytes in 32 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: 1189/2463] 199.204.45.95 () {34 vars in 1017 bytes} [Tue Jun 9 23:39:31 2026] GET /v2.0/networks?tenant_id=405e9595681e43c8bd5f7fcf46fd0d23&shared=False => generated 2375 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2464] 199.204.45.95 () {34 vars in 929 bytes} [Tue Jun 9 23:39:31 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: 8|app: 0|req: 1190/2465] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:31 2026] GET /v2.0/security-groups?tenant_id=540208bfbd6b4be0bb7633dd3338488c&name=default => generated 2929 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2466] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:32 2026] DELETE /v2.0/security-groups/e48ca19d-985f-4d8e-9554-36f03388b46d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2467] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:39:32 2026] GET /v2.0/ports?tenant_id=405e9595681e43c8bd5f7fcf46fd0d23&device_id=9abfb486-6a52-4c70-82c3-1b10c512e4b8 => generated 1459 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2468] 199.204.45.95 () {34 vars in 1055 bytes} [Tue Jun 9 23:39:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.72&port_id=16c5ff58-e8d0-4ad2-851b-f92a7ae3a260 => 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: 1191/2469] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:32 2026] GET /v2.0/security-groups?tenant_id=c8cbc9ad949a49b0867393021009ecc7&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2470] 199.204.45.95 () {34 vars in 1101 bytes} [Tue Jun 9 23:39:32 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A14&port_id=16c5ff58-e8d0-4ad2-851b-f92a7ae3a260 => 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: 1280/2471] 199.204.45.95 () {34 vars in 1063 bytes} [Tue Jun 9 23:39:32 2026] GET /v2.0/subnets?id=ff15fc01-1b2b-445d-a49b-5e49b9174344&id=fa05f4ba-b656-49e6-995a-83ca3f21c2cf => generated 1411 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2472] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:32 2026] DELETE /v2.0/security-groups/123229f8-3932-4641-94e3-9c08ebe3e1d6 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2473] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:39:32 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2474] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:39:32 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2475] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:39:32 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?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: 1194/2476] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:39:32 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2477] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:32 2026] GET /v2.0/security-groups?tenant_id=c9a5bac9850b443f888a2a6d897b536d&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: 1195/2478] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:32 2026] DELETE /v2.0/security-groups/d4631b42-925a-49a6-b87e-0db34b2192db => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2479] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:35 2026] GET /v2.0/ports?device_id=9abfb486-6a52-4c70-82c3-1b10c512e4b8 => generated 1190 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2480] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:39:35 2026] GET /v2.0/security-groups?id=13791f68-a895-46b5-ba19-5e26c1843cf3&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:39:36.269 7 INFO neutron.db.segments_db [None req-6bf253da-4105-4c85-8d8b-9dff2828bdca ec3a68bcff914022a8c6643b5eca214d 4d5821dfd9024eb89e62e91a20e9390b - - default default] Added segment c0ab0d8e-472c-43b3-8642-7a83d0f824b5 of type vxlan for network 6a7db5ff-07d7-4859-a85b-31686c438cd7 2026-06-09 23:39:36.497 7 INFO neutron.db.l3_hamode_db [None req-6bf253da-4105-4c85-8d8b-9dff2828bdca ec3a68bcff914022a8c6643b5eca214d 4d5821dfd9024eb89e62e91a20e9390b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 23:39:36.598 7 INFO neutron.db.l3_hamode_db [None req-6bf253da-4105-4c85-8d8b-9dff2828bdca ec3a68bcff914022a8c6643b5eca214d 4d5821dfd9024eb89e62e91a20e9390b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1285/2481] 10.0.0.212 () {34 vars in 668 bytes} [Tue Jun 9 23:39:36 2026] POST /v2.0/routers => generated 474 bytes in 1079 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2482] 10.0.0.212 () {34 vars in 751 bytes} [Tue Jun 9 23:39:37 2026] PUT /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2483] 10.0.0.212 () {32 vars in 731 bytes} [Tue Jun 9 23:39:37 2026] GET /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags => generated 25 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2484] 10.0.0.212 () {34 vars in 762 bytes} [Tue Jun 9 23:39:37 2026] PUT /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags/green => generated 4 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2485] 10.0.0.212 () {32 vars in 731 bytes} [Tue Jun 9 23:39:37 2026] GET /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags => generated 34 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2486] 10.0.0.212 () {34 vars in 758 bytes} [Tue Jun 9 23:39:37 2026] PUT /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags/red => generated 4 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2487] 10.0.0.212 () {32 vars in 731 bytes} [Tue Jun 9 23:39:37 2026] GET /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags => generated 34 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2488] 10.0.0.212 () {34 vars in 780 bytes} [Tue Jun 9 23:39:38 2026] PUT /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags/black.or.white => generated 4 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2489] 10.0.0.212 () {32 vars in 731 bytes} [Tue Jun 9 23:39:38 2026] GET /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags => generated 52 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2490] 10.0.0.212 () {34 vars in 751 bytes} [Tue Jun 9 23:39:38 2026] PUT /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags => generated 37 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2491] 10.0.0.212 () {32 vars in 731 bytes} [Tue Jun 9 23:39:38 2026] GET /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags => generated 37 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2492] 10.0.0.212 () {32 vars in 739 bytes} [Tue Jun 9 23:39:38 2026] GET /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags/red => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:39:38.812 7 INFO neutron.api.v2.resource [None req-577f72d4-0927-45c1-9615-2c8e921b302f ec3a68bcff914022a8c6643b5eca214d 4d5821dfd9024eb89e62e91a20e9390b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1291/2493] 10.0.0.212 () {32 vars in 743 bytes} [Tue Jun 9 23:39:38 2026] GET /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags/green => generated 99 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2494] 10.0.0.212 () {32 vars in 742 bytes} [Tue Jun 9 23:39:38 2026] DELETE /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags/red => 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: 1292/2495] 10.0.0.212 () {32 vars in 731 bytes} [Tue Jun 9 23:39:38 2026] GET /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags => generated 30 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:39:39.169 8 INFO neutron.api.v2.resource [None req-112149ae-919f-4108-8ae7-b3f24d4ff275 ec3a68bcff914022a8c6643b5eca214d 4d5821dfd9024eb89e62e91a20e9390b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1204/2496] 10.0.0.212 () {32 vars in 746 bytes} [Tue Jun 9 23:39:39 2026] DELETE /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags/green => generated 99 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2497] 10.0.0.212 () {32 vars in 734 bytes} [Tue Jun 9 23:39:39 2026] DELETE /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags => 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: 1205/2498] 10.0.0.212 () {32 vars in 731 bytes} [Tue Jun 9 23:39:39 2026] GET /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329/tags => generated 12 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2499] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:39:39 2026] GET /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329 => generated 480 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2500] 10.0.0.212 () {34 vars in 742 bytes} [Tue Jun 9 23:39:39 2026] PUT /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329 => generated 480 bytes in 569 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2501] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:39:40 2026] GET /v2.0/ports?device_id=79495142-2d85-485e-b6ec-a9f3bd6ac329 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:39:40.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3c4aaaa-62df-4e01-b60b-06721927a07c ec3a68bcff914022a8c6643b5eca214d 4d5821dfd9024eb89e62e91a20e9390b - - default default] TaaS: Handle Delete Port: 12202726-820d-4381-9c4f-00e93756e459 2026-06-09 23:39:40.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3c4aaaa-62df-4e01-b60b-06721927a07c ec3a68bcff914022a8c6643b5eca214d 4d5821dfd9024eb89e62e91a20e9390b - - default default] Tap Mirror: Handle Delete Port: 12202726-820d-4381-9c4f-00e93756e459 2026-06-09 23:39:40.590 8 INFO neutron.services.segments.plugin [-] Segment c0ab0d8e-472c-43b3-8642-7a83d0f824b5 resource provider aggregate not found 2026-06-09 23:39:40.596 8 INFO neutron.services.segments.plugin [-] Segment c0ab0d8e-472c-43b3-8642-7a83d0f824b5 resource provider aggregate not found 2026-06-09 23:39:40.614 8 INFO neutron.services.segments.plugin [-] Segment c0ab0d8e-472c-43b3-8642-7a83d0f824b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0ab0d8e-472c-43b3-8642-7a83d0f824b5 found for delete ", "request_id": "req-7bd68735-e3a1-4c7c-868d-2fe55c09183d"}]} 2026-06-09 23:39:40.617 8 INFO neutron.services.segments.plugin [-] Segment c0ab0d8e-472c-43b3-8642-7a83d0f824b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c0ab0d8e-472c-43b3-8642-7a83d0f824b5 found for delete ", "request_id": "req-c09f7bea-575a-475c-88c0-47117977e069"}]} 2026-06-09 23:39:40.628 8 INFO neutron.db.l3_hamode_db [None req-e3c4aaaa-62df-4e01-b60b-06721927a07c ec3a68bcff914022a8c6643b5eca214d 4d5821dfd9024eb89e62e91a20e9390b - - default default] HA network 6a7db5ff-07d7-4859-a85b-31686c438cd7 was deleted as no HA routers are present in tenant 4d5821dfd9024eb89e62e91a20e9390b. [pid: 8|app: 0|req: 1207/2502] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:39:40 2026] DELETE /v2.0/routers/79495142-2d85-485e-b6ec-a9f3bd6ac329 => generated 0 bytes in 541 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2503] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:40 2026] GET /v2.0/ports?device_id=9abfb486-6a52-4c70-82c3-1b10c512e4b8 => generated 1192 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2504] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:39:40 2026] GET /v2.0/security-groups?id=13791f68-a895-46b5-ba19-5e26c1843cf3&fields=id&fields=name => generated 111 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2505] 10.0.0.212 () {32 vars in 818 bytes} [Tue Jun 9 23:39:40 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&mac_address=fa%3A16%3A3e%3Ab9%3A22%3Add => generated 1192 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2506] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:41 2026] GET /v2.0/security-groups?tenant_id=4d5821dfd9024eb89e62e91a20e9390b&name=default => generated 2929 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2507] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:41 2026] DELETE /v2.0/security-groups/c3a7f464-6e61-4681-a59a-7fe8e801c54a => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:39:41.783 8 INFO neutron.db.l3_db [None req-14d78c21-3e47-451a-846e-db72dcdebd84 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Floating IP 025534db-67a8-4868-8d8a-5e6a94bf5ec5 associated. External IP: 10.96.250.204, port: 16c5ff58-e8d0-4ad2-851b-f92a7ae3a260. [pid: 7|app: 0|req: 1300/2508] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:39:41 2026] GET /v2.0/security-groups?tenant_id=6a062d38f4f14b2c9d3c153b9e6c5838&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: 1301/2509] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:39:41 2026] DELETE /v2.0/security-groups/ed277f14-3e2c-427c-941c-a131ffb11125 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2510] 10.0.0.212 () {34 vars in 677 bytes} [Tue Jun 9 23:39:41 2026] POST /v2.0/floatingips => generated 854 bytes in 1166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:39:42.210 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-76bd09fb-6a4c-4909-937e-ce6893a67e9b'] response: {'name': 'network-changed', 'server_uuid': '9abfb486-6a52-4c70-82c3-1b10c512e4b8', 'tag': '16c5ff58-e8d0-4ad2-851b-f92a7ae3a260', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1302/2511] 10.0.0.250 () {34 vars in 1094 bytes} [Tue Jun 9 23:39:42 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-601874788&fields=id&tenant_id=405e9595681e43c8bd5f7fcf46fd0d23 => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2512] 10.0.0.250 () {34 vars in 982 bytes} [Tue Jun 9 23:39:42 2026] GET /v2.0/networks?id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2513] 10.0.0.250 () {34 vars in 965 bytes} [Tue Jun 9 23:39:42 2026] GET /v2.0/quotas/405e9595681e43c8bd5f7fcf46fd0d23 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2514] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:39:42 2026] GET /v2.0/ports?tenant_id=405e9595681e43c8bd5f7fcf46fd0d23&fields=id => generated 333 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2515] 10.0.0.250 () {34 vars in 1008 bytes} [Tue Jun 9 23:39:42 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2516] 10.0.0.250 () {34 vars in 1108 bytes} [Tue Jun 9 23:39:42 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?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: 1305/2517] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:39:42 2026] GET /v2.0/ports?tenant_id=405e9595681e43c8bd5f7fcf46fd0d23&device_id=9abfb486-6a52-4c70-82c3-1b10c512e4b8 => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2518] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:39:42 2026] GET /v2.0/networks?id=906743ec-5e22-4ced-ad9a-03f88f8347e5 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2519] 199.204.45.95 () {34 vars in 1055 bytes} [Tue Jun 9 23:39:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.72&port_id=16c5ff58-e8d0-4ad2-851b-f92a7ae3a260 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2520] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:42 2026] GET /v2.0/ports?device_id=2586dea5-9249-416a-be62-35c6c68dea64 => 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: 1307/2521] 199.204.45.95 () {34 vars in 1101 bytes} [Tue Jun 9 23:39:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A14&port_id=16c5ff58-e8d0-4ad2-851b-f92a7ae3a260 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2522] 199.204.45.95 () {34 vars in 1063 bytes} [Tue Jun 9 23:39:42 2026] GET /v2.0/subnets?id=ff15fc01-1b2b-445d-a49b-5e49b9174344&id=fa05f4ba-b656-49e6-995a-83ca3f21c2cf => generated 1411 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2523] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:39:42 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2524] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:39:43 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2525] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:39:43 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2526] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:39:43 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2529] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:39:47 2026] GET /v2.0/networks?id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881 => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2530] 10.0.0.92 () {34 vars in 989 bytes} [Tue Jun 9 23:39:47 2026] GET /v2.0/ports?device_id=9abfb486-6a52-4c70-82c3-1b10c512e4b8 => 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: 1312/2531] 199.204.45.95 () {34 vars in 1049 bytes} [Tue Jun 9 23:39:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=405e9595681e43c8bd5f7fcf46fd0d23 => generated 178 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2532] 10.0.0.92 () {34 vars in 1039 bytes} [Tue Jun 9 23:39:47 2026] GET /v2.0/security-groups?id=13791f68-a895-46b5-ba19-5e26c1843cf3&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: 1313/2533] 199.204.45.95 () {38 vars in 954 bytes} [Tue Jun 9 23:39:47 2026] POST /v2.0/ports => generated 1183 bytes in 414 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: 1314/2534] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:47 2026] GET /v2.0/ports?device_id=2586dea5-9249-416a-be62-35c6c68dea64 => generated 1198 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2535] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:39:48 2026] GET /v2.0/security-groups?id=13791f68-a895-46b5-ba19-5e26c1843cf3&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2536] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:39:47 2026] PUT /v2.0/ports/be231139-1c4a-4ef2-bfeb-0e703cc6b55e => generated 1464 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:39:48.204 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae277085-5480-4e34-97c5-da1c30f91263'] response: {'name': 'network-changed', 'server_uuid': '2586dea5-9249-416a-be62-35c6c68dea64', 'tag': 'be231139-1c4a-4ef2-bfeb-0e703cc6b55e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1316/2537] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:39:48 2026] GET /v2.0/ports?tenant_id=405e9595681e43c8bd5f7fcf46fd0d23&device_id=2586dea5-9249-416a-be62-35c6c68dea64 => generated 1467 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: 1222/2538] 199.204.45.95 () {34 vars in 1017 bytes} [Tue Jun 9 23:39:48 2026] GET /v2.0/networks?tenant_id=405e9595681e43c8bd5f7fcf46fd0d23&shared=False => generated 2375 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2539] 199.204.45.95 () {34 vars in 929 bytes} [Tue Jun 9 23:39:48 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: 8|app: 0|req: 1223/2540] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:39:49 2026] GET /v2.0/ports?tenant_id=405e9595681e43c8bd5f7fcf46fd0d23&device_id=2586dea5-9249-416a-be62-35c6c68dea64 => generated 1467 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2541] 199.204.45.95 () {34 vars in 1055 bytes} [Tue Jun 9 23:39:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.25&port_id=be231139-1c4a-4ef2-bfeb-0e703cc6b55e => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2542] 199.204.45.95 () {34 vars in 1105 bytes} [Tue Jun 9 23:39:50 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A32f&port_id=be231139-1c4a-4ef2-bfeb-0e703cc6b55e => 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: 1319/2543] 199.204.45.95 () {34 vars in 1063 bytes} [Tue Jun 9 23:39:50 2026] GET /v2.0/subnets?id=f3105035-58f8-4472-bb43-9621a3495892&id=56b9b67a-50b4-4bef-b783-fcf617b2b407 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2544] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:39:50 2026] GET /v2.0/ports?network_id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2545] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:39:50 2026] GET /v2.0/ports?network_id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881&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: 1226/2546] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:39:50 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?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: 1321/2547] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:39:50 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2548] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:53 2026] GET /v2.0/ports?device_id=2586dea5-9249-416a-be62-35c6c68dea64 => generated 1200 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2549] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:39:53 2026] GET /v2.0/security-groups?id=13791f68-a895-46b5-ba19-5e26c1843cf3&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: 1228/2550] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:39:58 2026] GET /v2.0/ports?device_id=2586dea5-9249-416a-be62-35c6c68dea64 => generated 1200 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2551] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:39:58 2026] GET /v2.0/security-groups?id=13791f68-a895-46b5-ba19-5e26c1843cf3&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2552] 10.0.0.212 () {32 vars in 818 bytes} [Tue Jun 9 23:39:58 2026] GET /v2.0/ports?network_id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881&mac_address=fa%3A16%3A3e%3Ade%3Aa6%3A6a => generated 1200 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:39:59.591 7 INFO neutron.db.l3_db [None req-c8613301-6c5a-4d87-9fda-8e34d62457a0 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Floating IP ac9e6c5c-118c-495b-8599-f1fef774638d associated. External IP: 10.96.250.208, port: be231139-1c4a-4ef2-bfeb-0e703cc6b55e. [pid: 7|app: 0|req: 1324/2553] 10.0.0.212 () {34 vars in 677 bytes} [Tue Jun 9 23:39:58 2026] POST /v2.0/floatingips => generated 854 bytes in 1130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 23:39:59.935 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-299ce215-4e46-4bab-854f-4d0f2298ca0e'] response: {'name': 'network-changed', 'server_uuid': '2586dea5-9249-416a-be62-35c6c68dea64', 'tag': 'be231139-1c4a-4ef2-bfeb-0e703cc6b55e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1230/2554] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:40:00 2026] GET /v2.0/ports?tenant_id=405e9595681e43c8bd5f7fcf46fd0d23&device_id=2586dea5-9249-416a-be62-35c6c68dea64 => generated 1469 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2555] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:40:00 2026] GET /v2.0/networks?id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2556] 199.204.45.95 () {34 vars in 1055 bytes} [Tue Jun 9 23:40:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.25&port_id=be231139-1c4a-4ef2-bfeb-0e703cc6b55e => generated 857 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2557] 199.204.45.95 () {34 vars in 1105 bytes} [Tue Jun 9 23:40:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A32f&port_id=be231139-1c4a-4ef2-bfeb-0e703cc6b55e => 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: 1232/2558] 199.204.45.95 () {34 vars in 1063 bytes} [Tue Jun 9 23:40:00 2026] GET /v2.0/subnets?id=f3105035-58f8-4472-bb43-9621a3495892&id=56b9b67a-50b4-4bef-b783-fcf617b2b407 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2559] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:40:00 2026] GET /v2.0/ports?network_id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881&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: 1233/2560] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:40:00 2026] GET /v2.0/ports?network_id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2561] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:40:00 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2562] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:40:00 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?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: 1330/2565] 10.0.0.92 () {34 vars in 989 bytes} [Tue Jun 9 23:40:04 2026] GET /v2.0/ports?device_id=2586dea5-9249-416a-be62-35c6c68dea64 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2566] 10.0.0.92 () {34 vars in 1039 bytes} [Tue Jun 9 23:40:04 2026] GET /v2.0/security-groups?id=13791f68-a895-46b5-ba19-5e26c1843cf3&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2567] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:40:14 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2570] 10.0.0.247 () {30 vars in 690 bytes} [Tue Jun 9 23:40:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2571] 10.0.0.247 () {30 vars in 692 bytes} [Tue Jun 9 23:40:16 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: 1238/2572] 10.0.0.247 () {30 vars in 668 bytes} [Tue Jun 9 23:40:16 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: 1335/2573] 10.0.0.247 () {30 vars in 704 bytes} [Tue Jun 9 23:40:16 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: 1239/2574] 10.0.0.247 () {28 vars in 439 bytes} [Tue Jun 9 23:40:16 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: 1336/2575] 10.0.0.247 () {30 vars in 728 bytes} [Tue Jun 9 23:40:16 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 657 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2576] 10.0.0.247 () {30 vars in 690 bytes} [Tue Jun 9 23:40:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2577] 10.0.0.247 () {30 vars in 692 bytes} [Tue Jun 9 23:40:16 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: 1241/2578] 10.0.0.247 () {30 vars in 668 bytes} [Tue Jun 9 23:40:16 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: 1338/2579] 10.0.0.247 () {30 vars in 704 bytes} [Tue Jun 9 23:40:16 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: 1242/2580] 10.0.0.247 () {30 vars in 728 bytes} [Tue Jun 9 23:40:16 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2581] 10.0.0.247 () {30 vars in 690 bytes} [Tue Jun 9 23:40:16 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: 1243/2582] 10.0.0.247 () {30 vars in 692 bytes} [Tue Jun 9 23:40:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2583] 10.0.0.247 () {30 vars in 668 bytes} [Tue Jun 9 23:40:17 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: 1244/2584] 10.0.0.247 () {30 vars in 704 bytes} [Tue Jun 9 23:40:17 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2585] 10.0.0.247 () {30 vars in 730 bytes} [Tue Jun 9 23:40:17 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0 => generated 798 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2586] 10.0.0.247 () {30 vars in 682 bytes} [Tue Jun 9 23:40:17 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2587] 10.0.0.247 () {34 vars in 704 bytes} [Tue Jun 9 23:40:17 2026] POST /v2.0/ports => generated 1132 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2588] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:40:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 57 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: 1343/2589] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:40:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2590] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:40:20 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: 1344/2591] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:40:20 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: 1248/2592] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:40:20 2026] GET /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2593] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:40:20 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: 1249/2594] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:40: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: 7|app: 0|req: 1346/2595] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:40:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2596] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:40:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:40:20.651 7 INFO neutron.api.v2.resource [None req-5eb2aa1e-4e3a-4f68-a72d-e3401f06c19a bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1347/2597] 199.204.45.95 () {30 vars in 762 bytes} [Tue Jun 9 23:40:20 2026] GET /v2.0/security-groups/lb-ff0038ae-786d-4498-886c-9026bdba3fac => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2598] 199.204.45.95 () {30 vars in 784 bytes} [Tue Jun 9 23:40:20 2026] GET /v2.0/security-groups?name=lb-ff0038ae-786d-4498-886c-9026bdba3fac => generated 23 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2599] 199.204.45.95 () {34 vars in 735 bytes} [Tue Jun 9 23:40:20 2026] POST /v2.0/security-groups => generated 1638 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2600] 199.204.45.95 () {30 vars in 814 bytes} [Tue Jun 9 23:40:20 2026] GET /v2.0/security-group-rules?security_group_id=f59dfe1f-0c8d-4590-912b-acc575808472 => 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: 1349/2601] 199.204.45.95 () {34 vars in 788 bytes} [Tue Jun 9 23:40:20 2026] PUT /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => generated 1132 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2602] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:40:21 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1350/2603] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:40:21 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: 1254/2604] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:40:21 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: 1351/2605] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:40:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2606] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:40:21 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2607] 10.0.0.250 () {34 vars in 1016 bytes} [Tue Jun 9 23:40:28 2026] GET /v2.0/security-groups?id=1d1ebe82-cbbc-4410-9c71-919c00c7b8e0&fields=id => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2608] 10.0.0.250 () {34 vars in 982 bytes} [Tue Jun 9 23:40:28 2026] GET /v2.0/networks?id=503b79e8-4051-41ff-a464-19ced417c09a => generated 734 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2609] 10.0.0.250 () {34 vars in 965 bytes} [Tue Jun 9 23:40:28 2026] GET /v2.0/quotas/735d8643bcee4075a12010933d86d493 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2610] 10.0.0.250 () {34 vars in 1002 bytes} [Tue Jun 9 23:40:29 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&fields=id => generated 149 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2611] 10.0.0.250 () {34 vars in 1008 bytes} [Tue Jun 9 23:40:29 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2612] 10.0.0.250 () {34 vars in 1108 bytes} [Tue Jun 9 23:40:29 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?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: 1355/2613] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:40:29 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 12 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2614] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:40:29 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => 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: 1357/2617] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:40:32 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => 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: 1261/2618] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:40:32 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => 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: 1358/2619] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:40:33 2026] GET /v2.0/networks?id=503b79e8-4051-41ff-a464-19ced417c09a => generated 734 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2620] 199.204.45.95 () {34 vars in 1049 bytes} [Tue Jun 9 23:40:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=735d8643bcee4075a12010933d86d493 => generated 343 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2621] 199.204.45.95 () {38 vars in 954 bytes} [Tue Jun 9 23:40:33 2026] POST /v2.0/ports => generated 1082 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2622] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:40:34 2026] PUT /v2.0/ports/1ed3f6b1-8f46-4830-87a1-3d14a14b829b => generated 1243 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:40:34.776 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cffddd2-4115-47f3-90f5-34faa105edeb'] response: {'name': 'network-changed', 'server_uuid': '37c30790-7a39-4811-bbf7-0d83758f3a0b', 'tag': '1ed3f6b1-8f46-4830-87a1-3d14a14b829b', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1360/2623] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:40:35 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1246 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1264/2624] 199.204.45.95 () {34 vars in 1017 bytes} [Tue Jun 9 23:40:35 2026] GET /v2.0/networks?tenant_id=735d8643bcee4075a12010933d86d493&shared=False => generated 734 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2625] 199.204.45.95 () {34 vars in 929 bytes} [Tue Jun 9 23:40:35 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: 8|app: 0|req: 1265/2626] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:40:35 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2627] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:40:35 2026] GET /v2.0/security-groups?id=1d1ebe82-cbbc-4410-9c71-919c00c7b8e0&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2628] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:40:35 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2629] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:40:36 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2630] 199.204.45.95 () {34 vars in 1061 bytes} [Tue Jun 9 23:40:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.206&port_id=1ed3f6b1-8f46-4830-87a1-3d14a14b829b => 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: 1364/2631] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:40:36 2026] GET /v2.0/subnets?id=c6db924b-1363-4854-8333-b103b823f102 => 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: 1268/2632] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:40:36 2026] GET /v2.0/ports?network_id=503b79e8-4051-41ff-a464-19ced417c09a&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: 1365/2633] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:40:36 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?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: 1269/2634] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:40:36 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?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: 1366/2635] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:40:38 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2636] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:40:38 2026] GET /v2.0/security-groups?id=1d1ebe82-cbbc-4410-9c71-919c00c7b8e0&fields=id&fields=name => generated 96 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2637] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:40:38 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2638] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:40:40 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2639] 199.204.45.95 () {34 vars in 1043 bytes} [Tue Jun 9 23:40:40 2026] GET /v2.0/security-groups?id=1d1ebe82-cbbc-4410-9c71-919c00c7b8e0&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2640] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:40:41 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2641] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:40:41 2026] GET /v2.0/security-groups?id=1d1ebe82-cbbc-4410-9c71-919c00c7b8e0&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2642] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:40:41 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2643] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:40:44 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1248 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2644] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:40:44 2026] GET /v2.0/security-groups?id=1d1ebe82-cbbc-4410-9c71-919c00c7b8e0&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2645] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:40:44 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2652] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:41:21 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: 1278/2653] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:41:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2654] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:41:21 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: 1279/2655] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:41:21 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: 1377/2656] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:41:21 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2657] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:41:21 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2658] 199.204.45.95 () {34 vars in 716 bytes} [Tue Jun 9 23:41:21 2026] POST /v2.0/ports => generated 1059 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2659] 10.0.0.250 () {34 vars in 971 bytes} [Tue Jun 9 23:41:22 2026] GET /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1059 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2660] 10.0.0.250 () {34 vars in 907 bytes} [Tue Jun 9 23:41:22 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: 1282/2661] 199.204.45.95 () {34 vars in 1261 bytes} [Tue Jun 9 23:41:23 2026] GET /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2662] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:41:23 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?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: 1283/2663] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:41:23 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?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: 1381/2664] 199.204.45.95 () {34 vars in 974 bytes} [Tue Jun 9 23:41:23 2026] GET /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1059 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2665] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:41:23 2026] GET /v2.0/networks?id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0 => generated 801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2666] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:41:23 2026] PUT /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1249 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:41:24.492 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7f23f039-dc3b-4c1c-a2bc-368c2765f084'] response: {'name': 'network-changed', 'server_uuid': '37c30790-7a39-4811-bbf7-0d83758f3a0b', 'tag': 'ca24fffb-634f-4d0f-a091-1c8eba36aeda', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1285/2667] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:41:25 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 2489 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2668] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:41:25 2026] GET /v2.0/networks?id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2669] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:41:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=ca24fffb-634f-4d0f-a091-1c8eba36aeda => 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: 1384/2670] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:41:25 2026] GET /v2.0/subnets?id=0e344a6d-979a-436b-823d-795abd72a7ce => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2671] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:41:25 2026] GET /v2.0/ports?network_id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2672] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:41:25 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2673] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:41:25 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2674] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:41:26 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 2489 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2675] 199.204.45.95 () {34 vars in 1061 bytes} [Tue Jun 9 23:41:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.206&port_id=1ed3f6b1-8f46-4830-87a1-3d14a14b829b => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2676] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:41:26 2026] GET /v2.0/subnets?id=c6db924b-1363-4854-8333-b103b823f102 => 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: 1290/2677] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:41:26 2026] GET /v2.0/ports?network_id=503b79e8-4051-41ff-a464-19ced417c09a&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: 1388/2678] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:41:26 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2679] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:41:26 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?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: 1389/2680] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:41:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=ca24fffb-634f-4d0f-a091-1c8eba36aeda => 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: 1292/2681] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:41:26 2026] GET /v2.0/subnets?id=0e344a6d-979a-436b-823d-795abd72a7ce => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2682] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:41:26 2026] GET /v2.0/ports?network_id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2683] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:41:26 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2684] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:41:26 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?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: 1294/2685] 10.0.0.250 () {34 vars in 971 bytes} [Tue Jun 9 23:41:30 2026] GET /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1251 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2686] 199.204.45.95 () {34 vars in 788 bytes} [Tue Jun 9 23:41:30 2026] PUT /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1276 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:41:31.091 8 INFO neutron.api.v2.resource [None req-d297f4ba-b0b0-4f41-bf02-420a18e3f3b9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1295/2687] 199.204.45.95 () {30 vars in 762 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/security-groups/lb-ff0038ae-786d-4498-886c-9026bdba3fac => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:41:31.113 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e5d3245-23e7-48f8-8516-2816988810f2'] response: {'name': 'network-changed', 'server_uuid': '37c30790-7a39-4811-bbf7-0d83758f3a0b', 'tag': 'ca24fffb-634f-4d0f-a091-1c8eba36aeda', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1393/2688] 199.204.45.95 () {30 vars in 784 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/security-groups?name=lb-ff0038ae-786d-4498-886c-9026bdba3fac => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2691] 199.204.45.95 () {34 vars in 788 bytes} [Tue Jun 9 23:41:31 2026] PUT /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1314 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:41:31.418 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b898c3d-2d16-4ed9-adc6-35df439d1988'] response: {'name': 'network-changed', 'server_uuid': '37c30790-7a39-4811-bbf7-0d83758f3a0b', 'tag': 'ca24fffb-634f-4d0f-a091-1c8eba36aeda', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1396/2692] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1297/2693] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:41: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: 1397/2694] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:41: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: 1298/2695] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2696] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2697] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 2590 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2698] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2699] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/networks?id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2700] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2701] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=ca24fffb-634f-4d0f-a091-1c8eba36aeda => 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: 1302/2702] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2703] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/subnets?id=0e344a6d-979a-436b-823d-795abd72a7ce => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2704] 199.204.45.95 () {30 vars in 742 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2705] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/ports?network_id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2706] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2707] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2708] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2709] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:41:31 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2710] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:41:33 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 2590 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2711] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:41:33 2026] GET /v2.0/networks?id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2712] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:41:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=ca24fffb-634f-4d0f-a091-1c8eba36aeda => 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: 1406/2713] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:41:33 2026] GET /v2.0/subnets?id=0e344a6d-979a-436b-823d-795abd72a7ce => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2714] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:41:33 2026] GET /v2.0/ports?network_id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2715] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:41:33 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2716] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:41:33 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:41:38.735 7 INFO neutron.db.l3_db [None req-326d4e54-7d0f-4bc2-aab0-a53f387bfcfd 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Floating IP 1caa558d-5003-41ef-a91a-df30ba82e042 associated. External IP: 10.96.250.218, port: fb0ebc21-cab3-4257-a146-14fb7fb1f82e. [pid: 7|app: 0|req: 1408/2717] 10.0.0.212 () {34 vars in 677 bytes} [Tue Jun 9 23:41:37 2026] POST /v2.0/floatingips => generated 899 bytes in 1225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2718] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:41:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2719] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:41:41 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: 1311/2720] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:41:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2721] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:41:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:41:41.756 8 INFO neutron.api.v2.resource [None req-7e94ab6f-93f9-419c-a5eb-b338f587d56b bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1312/2722] 199.204.45.95 () {30 vars in 762 bytes} [Tue Jun 9 23:41:41 2026] GET /v2.0/security-groups/lb-ff0038ae-786d-4498-886c-9026bdba3fac => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2723] 199.204.45.95 () {30 vars in 784 bytes} [Tue Jun 9 23:41:41 2026] GET /v2.0/security-groups?name=lb-ff0038ae-786d-4498-886c-9026bdba3fac => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2724] 199.204.45.95 () {30 vars in 814 bytes} [Tue Jun 9 23:41:41 2026] GET /v2.0/security-group-rules?security_group_id=f59dfe1f-0c8d-4590-912b-acc575808472 => 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: 1412/2725] 199.204.45.95 () {34 vars in 746 bytes} [Tue Jun 9 23:41:41 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: 1314/2726] 199.204.45.95 () {34 vars in 746 bytes} [Tue Jun 9 23:41:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2729] 10.0.0.247 () {30 vars in 690 bytes} [Tue Jun 9 23:41:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2730] 10.0.0.247 () {30 vars in 692 bytes} [Tue Jun 9 23:41:50 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: 1317/2731] 10.0.0.247 () {30 vars in 668 bytes} [Tue Jun 9 23:41:50 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: 1415/2732] 10.0.0.247 () {30 vars in 704 bytes} [Tue Jun 9 23:41:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2733] 10.0.0.247 () {28 vars in 439 bytes} [Tue Jun 9 23:41:51 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: 1416/2734] 10.0.0.247 () {30 vars in 728 bytes} [Tue Jun 9 23:41:51 2026] GET /v2.0/subnets/ff15fc01-1b2b-445d-a49b-5e49b9174344 => generated 656 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2735] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:41:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2736] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:41:53 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: 1320/2737] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:41:53 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: 1418/2738] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:41:53 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: 1321/2739] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:41:53 2026] GET /v2.0/subnets/ff15fc01-1b2b-445d-a49b-5e49b9174344 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2740] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:41:53 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => 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: 1322/2741] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:41:54 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: 1420/2742] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:41:54 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: 1323/2743] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:41:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2744] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:41:54 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: 1324/2745] 199.204.45.95 () {34 vars in 716 bytes} [Tue Jun 9 23:41:54 2026] POST /v2.0/ports => generated 1328 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2746] 10.0.0.250 () {34 vars in 971 bytes} [Tue Jun 9 23:41:54 2026] GET /v2.0/ports/99a4523d-07aa-44f3-87dd-681731f75036 => generated 1328 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1325/2747] 10.0.0.250 () {34 vars in 907 bytes} [Tue Jun 9 23:41:54 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2748] 199.204.45.95 () {34 vars in 1261 bytes} [Tue Jun 9 23:41:55 2026] GET /v2.0/ports/99a4523d-07aa-44f3-87dd-681731f75036?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2749] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:41:56 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?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: 1424/2750] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:41:56 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?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: 1327/2751] 199.204.45.95 () {34 vars in 974 bytes} [Tue Jun 9 23:41:56 2026] GET /v2.0/ports/99a4523d-07aa-44f3-87dd-681731f75036 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2752] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:41:56 2026] GET /v2.0/networks?id=906743ec-5e22-4ced-ad9a-03f88f8347e5 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2753] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:41:56 2026] PUT /v2.0/ports/99a4523d-07aa-44f3-87dd-681731f75036 => generated 1518 bytes in 505 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:41:57.285 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ad06da64-8998-489c-8420-a93d0f3af074'] response: {'name': 'network-changed', 'server_uuid': '37c30790-7a39-4811-bbf7-0d83758f3a0b', 'tag': '99a4523d-07aa-44f3-87dd-681731f75036', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1426/2754] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:41:57 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 4100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1329/2755] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:41:57 2026] GET /v2.0/networks?id=906743ec-5e22-4ced-ad9a-03f88f8347e5 => generated 801 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2756] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:41:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=99a4523d-07aa-44f3-87dd-681731f75036 => 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: 1330/2757] 199.204.45.95 () {34 vars in 1103 bytes} [Tue Jun 9 23:41:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A193&port_id=99a4523d-07aa-44f3-87dd-681731f75036 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2758] 199.204.45.95 () {34 vars in 1063 bytes} [Tue Jun 9 23:41:57 2026] GET /v2.0/subnets?id=ff15fc01-1b2b-445d-a49b-5e49b9174344&id=fa05f4ba-b656-49e6-995a-83ca3f21c2cf => generated 1411 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2759] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:41:58 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2760] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:41:58 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2761] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:41:58 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2762] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:41:58 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2763] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 4100 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2764] 199.204.45.95 () {34 vars in 1061 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.206&port_id=1ed3f6b1-8f46-4830-87a1-3d14a14b829b => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2765] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/subnets?id=c6db924b-1363-4854-8333-b103b823f102 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2766] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/ports?network_id=503b79e8-4051-41ff-a464-19ced417c09a&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2767] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2768] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?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: 1336/2769] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=ca24fffb-634f-4d0f-a091-1c8eba36aeda => 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: 1434/2770] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/subnets?id=0e344a6d-979a-436b-823d-795abd72a7ce => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2771] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/ports?network_id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2772] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?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: 1338/2773] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2774] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=99a4523d-07aa-44f3-87dd-681731f75036 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2775] 199.204.45.95 () {34 vars in 1103 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A193&port_id=99a4523d-07aa-44f3-87dd-681731f75036 => 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: 1437/2776] 199.204.45.95 () {34 vars in 1063 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/subnets?id=ff15fc01-1b2b-445d-a49b-5e49b9174344&id=fa05f4ba-b656-49e6-995a-83ca3f21c2cf => generated 1411 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2777] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&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: 1438/2778] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2779] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:41:59 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2780] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:00 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2783] 10.0.0.250 () {34 vars in 971 bytes} [Tue Jun 9 23:42:04 2026] GET /v2.0/ports/99a4523d-07aa-44f3-87dd-681731f75036 => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2784] 199.204.45.95 () {30 vars in 742 bytes} [Tue Jun 9 23:42:04 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2785] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:04 2026] GET /v2.0/subnets/ff15fc01-1b2b-445d-a49b-5e49b9174344 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2786] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:04 2026] GET /v2.0/subnets/fa05f4ba-b656-49e6-995a-83ca3f21c2cf => generated 744 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2787] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:42:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2788] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:42:04 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: 1444/2789] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:42:04 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: 1346/2790] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:42:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2791] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:04 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2792] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:04 2026] GET /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => 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: 1446/2793] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:04 2026] GET /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2794] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:04 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2795] 199.204.45.95 () {30 vars in 742 bytes} [Tue Jun 9 23:42:04 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2796] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:04 2026] GET /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2797] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:04 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2798] 10.0.0.247 () {30 vars in 690 bytes} [Tue Jun 9 23:42:12 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2799] 10.0.0.247 () {30 vars in 692 bytes} [Tue Jun 9 23:42:12 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: 1351/2800] 10.0.0.247 () {30 vars in 668 bytes} [Tue Jun 9 23:42:12 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2801] 10.0.0.247 () {30 vars in 704 bytes} [Tue Jun 9 23:42:12 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: 1352/2802] 10.0.0.247 () {28 vars in 439 bytes} [Tue Jun 9 23:42:12 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: 1451/2803] 10.0.0.247 () {30 vars in 728 bytes} [Tue Jun 9 23:42:12 2026] GET /v2.0/subnets/f3105035-58f8-4472-bb43-9621a3495892 => generated 656 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2804] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:42:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2805] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:42:13 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2806] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:42:13 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2807] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:42:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2808] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:13 2026] GET /v2.0/subnets/ff15fc01-1b2b-445d-a49b-5e49b9174344 => 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: 1454/2809] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:13 2026] GET /v2.0/subnets/f3105035-58f8-4472-bb43-9621a3495892 => generated 674 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2810] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:42:13 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 4102 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2811] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:42:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2812] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:42:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2813] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:42:14 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: 1358/2814] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:42:14 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2815] 199.204.45.95 () {34 vars in 716 bytes} [Tue Jun 9 23:42:14 2026] POST /v2.0/ports => generated 1332 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2816] 10.0.0.250 () {34 vars in 971 bytes} [Tue Jun 9 23:42:14 2026] GET /v2.0/ports/397c63ba-78eb-4efd-87bf-e9b34e908ef8 => generated 1332 bytes in 35 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: 1458/2817] 199.204.45.95 () {34 vars in 1261 bytes} [Tue Jun 9 23:42:15 2026] GET /v2.0/ports/397c63ba-78eb-4efd-87bf-e9b34e908ef8?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2818] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:15 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?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: 1459/2819] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:15 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2822] 199.204.45.95 () {34 vars in 974 bytes} [Tue Jun 9 23:42:16 2026] GET /v2.0/ports/397c63ba-78eb-4efd-87bf-e9b34e908ef8 => generated 1332 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2823] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:42:16 2026] GET /v2.0/networks?id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2824] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:42:16 2026] PUT /v2.0/ports/397c63ba-78eb-4efd-87bf-e9b34e908ef8 => generated 1522 bytes in 426 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:42:16.740 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fb1ef7b9-cf3a-41f0-8b9b-68a9589ab93f'] response: {'name': 'network-changed', 'server_uuid': '37c30790-7a39-4811-bbf7-0d83758f3a0b', 'tag': '397c63ba-78eb-4efd-87bf-e9b34e908ef8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1462/2825] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:42:17 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 5616 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1364/2826] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:42:17 2026] GET /v2.0/networks?id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2827] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:42:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.199&port_id=397c63ba-78eb-4efd-87bf-e9b34e908ef8 => 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: 1365/2828] 199.204.45.95 () {34 vars in 1105 bytes} [Tue Jun 9 23:42:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ac&port_id=397c63ba-78eb-4efd-87bf-e9b34e908ef8 => 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: 1464/2829] 199.204.45.95 () {34 vars in 1063 bytes} [Tue Jun 9 23:42:17 2026] GET /v2.0/subnets?id=f3105035-58f8-4472-bb43-9621a3495892&id=56b9b67a-50b4-4bef-b783-fcf617b2b407 => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2830] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:42:17 2026] GET /v2.0/ports?network_id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881&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: 1465/2831] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:42:17 2026] GET /v2.0/ports?network_id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2832] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:17 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2833] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:17 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?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: 1368/2834] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:42:18 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 5616 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2835] 199.204.45.95 () {34 vars in 1061 bytes} [Tue Jun 9 23:42:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.206&port_id=1ed3f6b1-8f46-4830-87a1-3d14a14b829b => 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: 1369/2836] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:42:18 2026] GET /v2.0/subnets?id=c6db924b-1363-4854-8333-b103b823f102 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2837] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:42:18 2026] GET /v2.0/ports?network_id=503b79e8-4051-41ff-a464-19ced417c09a&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: 1370/2838] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:18 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?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: 1469/2839] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:18 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?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: 1371/2840] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:42:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2841] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:42:18 2026] GET /v2.0/subnets?id=0e344a6d-979a-436b-823d-795abd72a7ce => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2842] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:42:18 2026] GET /v2.0/ports?network_id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2843] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?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: 1373/2844] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?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: 1472/2845] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=99a4523d-07aa-44f3-87dd-681731f75036 => 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: 1374/2846] 199.204.45.95 () {34 vars in 1103 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A193&port_id=99a4523d-07aa-44f3-87dd-681731f75036 => 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: 1473/2847] 199.204.45.95 () {34 vars in 1063 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/subnets?id=ff15fc01-1b2b-445d-a49b-5e49b9174344&id=fa05f4ba-b656-49e6-995a-83ca3f21c2cf => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2848] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2849] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&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: 1376/2850] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?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: 1475/2851] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2852] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.199&port_id=397c63ba-78eb-4efd-87bf-e9b34e908ef8 => 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: 1476/2853] 199.204.45.95 () {34 vars in 1105 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2ac&port_id=397c63ba-78eb-4efd-87bf-e9b34e908ef8 => 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: 1378/2854] 199.204.45.95 () {34 vars in 1063 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/subnets?id=f3105035-58f8-4472-bb43-9621a3495892&id=56b9b67a-50b4-4bef-b783-fcf617b2b407 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2855] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/ports?network_id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881&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: 1379/2856] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/ports?network_id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2857] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?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: 1380/2858] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:19 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2859] 10.0.0.250 () {34 vars in 971 bytes} [Tue Jun 9 23:42:23 2026] GET /v2.0/ports/397c63ba-78eb-4efd-87bf-e9b34e908ef8 => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2860] 199.204.45.95 () {30 vars in 742 bytes} [Tue Jun 9 23:42:23 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2861] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:23 2026] GET /v2.0/subnets/f3105035-58f8-4472-bb43-9621a3495892 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2862] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:23 2026] GET /v2.0/subnets/56b9b67a-50b4-4bef-b783-fcf617b2b407 => generated 747 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2863] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:23 2026] GET /v2.0/ports/99a4523d-07aa-44f3-87dd-681731f75036 => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2864] 199.204.45.95 () {34 vars in 789 bytes} [Tue Jun 9 23:42:23 2026] PUT /v2.0/ports/99a4523d-07aa-44f3-87dd-681731f75036 => generated 1255 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:42:24.162 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bfa5b45d-144c-462f-8c3c-8cd441dd63bc'] response: {'name': 'network-changed', 'server_uuid': '37c30790-7a39-4811-bbf7-0d83758f3a0b', 'tag': '99a4523d-07aa-44f3-87dd-681731f75036', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1482/2865] 199.204.45.95 () {30 vars in 742 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5 => generated 798 bytes in 47 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: 1384/2866] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/subnets/ff15fc01-1b2b-445d-a49b-5e49b9174344 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2867] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2868] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:42:24 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: 1484/2869] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2870] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2871] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2872] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2873] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1350 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2874] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2875] 199.204.45.95 () {30 vars in 742 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2876] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2877] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2878] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 5389 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2879] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/networks?id=906743ec-5e22-4ced-ad9a-03f88f8347e5 => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2880] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=99a4523d-07aa-44f3-87dd-681731f75036 => 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: 1490/2881] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/subnets?id=ff15fc01-1b2b-445d-a49b-5e49b9174344 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2882] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&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: 7|app: 0|req: 1491/2883] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:24 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?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: 1393/2884] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:25 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?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: 1493/2887] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:42:37 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: 1395/2888] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:42:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2889] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:42:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2890] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:42:37 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: 1495/2891] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:37 2026] GET /v2.0/subnets/ff15fc01-1b2b-445d-a49b-5e49b9174344 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2892] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:42:37 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 5389 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2893] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:42:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2894] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:42:37 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: 1497/2895] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:42:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2896] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:42:37 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: 1498/2897] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:37 2026] GET /v2.0/ports/397c63ba-78eb-4efd-87bf-e9b34e908ef8 => generated 1524 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2898] 199.204.45.95 () {34 vars in 789 bytes} [Tue Jun 9 23:42:37 2026] PUT /v2.0/ports/397c63ba-78eb-4efd-87bf-e9b34e908ef8 => generated 1255 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:42:37.967 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-686edb33-d374-45bc-b64d-eb5d2920ee30'] response: {'name': 'network-changed', 'server_uuid': '37c30790-7a39-4811-bbf7-0d83758f3a0b', 'tag': '397c63ba-78eb-4efd-87bf-e9b34e908ef8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1499/2899] 199.204.45.95 () {30 vars in 742 bytes} [Tue Jun 9 23:42:37 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881 => generated 798 bytes in 47 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: 1401/2900] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:37 2026] GET /v2.0/subnets/f3105035-58f8-4472-bb43-9621a3495892 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2901] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:38 2026] GET /v2.0/ports/397c63ba-78eb-4efd-87bf-e9b34e908ef8 => generated 1291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2902] 199.204.45.95 () {34 vars in 788 bytes} [Tue Jun 9 23:42:38 2026] PUT /v2.0/ports/397c63ba-78eb-4efd-87bf-e9b34e908ef8 => generated 1080 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2903] 199.204.45.95 () {30 vars in 742 bytes} [Tue Jun 9 23:42:38 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881 => generated 798 bytes in 54 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: 1403/2904] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:42:38 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 4981 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2905] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:42:38 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 4981 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2906] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:42:38 2026] GET /v2.0/networks?id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881 => generated 801 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2907] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:38 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?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: 1503/2908] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:42:38 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 4981 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2909] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:38 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?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: 7|app: 0|req: 1504/2910] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:42:39 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 4981 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:42:40.005 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34ddb1de-62c3-44c3-8ea9-d6f57fd86b66'] response: {'name': 'network-changed', 'server_uuid': '37c30790-7a39-4811-bbf7-0d83758f3a0b', 'tag': '397c63ba-78eb-4efd-87bf-e9b34e908ef8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1407/2911] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:42:40 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => 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: 1505/2912] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:42:40 2026] GET /v2.0/networks?id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2913] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:40 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2914] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:40 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?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: 1409/2915] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:42:40 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 4981 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2916] 199.204.45.95 () {34 vars in 974 bytes} [Tue Jun 9 23:42:40 2026] GET /v2.0/ports/397c63ba-78eb-4efd-87bf-e9b34e908ef8 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2917] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:42:40 2026] GET /v2.0/ports/397c63ba-78eb-4efd-87bf-e9b34e908ef8?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2918] 199.204.45.95 () {34 vars in 1015 bytes} [Tue Jun 9 23:42:40 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?fields=dns_domain => generated 29 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2919] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:42:41 2026] PUT /v2.0/ports/397c63ba-78eb-4efd-87bf-e9b34e908ef8 => generated 917 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2920] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:42:41 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 3873 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, ' 2026-06-09 23:42:41.924 8 INFO neutron_taas.services.taas.taas_plugin [None req-245cd6e8-755a-48b8-b2f3-fbb496be8282 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 397c63ba-78eb-4efd-87bf-e9b34e908ef8 2026-06-09 23:42:41.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-245cd6e8-755a-48b8-b2f3-fbb496be8282 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 397c63ba-78eb-4efd-87bf-e9b34e908ef8 [pid: 8|app: 0|req: 1412/2921] 199.204.45.95 () {32 vars in 758 bytes} [Tue Jun 9 23:42:41 2026] DELETE /v2.0/ports/397c63ba-78eb-4efd-87bf-e9b34e908ef8 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2922] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:42:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2923] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:42:42 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: 1511/2924] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:42:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2925] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:42:42 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: 1512/2926] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:42 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2927] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:42 2026] GET /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => generated 1132 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2928] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:42 2026] GET /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2929] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:42 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2930] 199.204.45.95 () {30 vars in 742 bytes} [Tue Jun 9 23:42:42 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2931] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:42 2026] GET /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => 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: 1515/2932] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:42 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2933] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:42:42 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 3873 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2934] 199.204.45.95 () {34 vars in 1225 bytes} [Tue Jun 9 23:42:42 2026] GET /v2.0/networks?id=503b79e8-4051-41ff-a464-19ced417c09a&id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0&id=906743ec-5e22-4ced-ad9a-03f88f8347e5&id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881 => generated 3095 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2935] 199.204.45.95 () {34 vars in 1061 bytes} [Tue Jun 9 23:42:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.206&port_id=1ed3f6b1-8f46-4830-87a1-3d14a14b829b => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2936] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:42:42 2026] GET /v2.0/subnets?id=c6db924b-1363-4854-8333-b103b823f102 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2937] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:42:42 2026] GET /v2.0/ports?network_id=503b79e8-4051-41ff-a464-19ced417c09a&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2938] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:43 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2939] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:43 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?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: 1519/2940] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:42:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=ca24fffb-634f-4d0f-a091-1c8eba36aeda => 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: 1422/2941] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:42:43 2026] GET /v2.0/subnets?id=0e344a6d-979a-436b-823d-795abd72a7ce => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2942] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:42:43 2026] GET /v2.0/ports?network_id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0&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: 1423/2943] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:43 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?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: 1521/2944] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:43 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2945] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:42:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.220&port_id=99a4523d-07aa-44f3-87dd-681731f75036 => 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: 1522/2946] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:42:43 2026] GET /v2.0/subnets?id=ff15fc01-1b2b-445d-a49b-5e49b9174344 => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2947] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:42:43 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2948] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:43 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?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: 1426/2949] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:43 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2952] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:42:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2953] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:42:47 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: 1429/2954] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:42:47 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: 1526/2955] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:42:47 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: 1430/2956] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:42:47 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 3873 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2957] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:42:47 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: 1431/2958] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:42:47 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: 1528/2959] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:42:47 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: 1432/2960] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:42:47 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: 1529/2961] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:47 2026] GET /v2.0/ports/99a4523d-07aa-44f3-87dd-681731f75036 => generated 1291 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2962] 199.204.45.95 () {34 vars in 788 bytes} [Tue Jun 9 23:42:47 2026] PUT /v2.0/ports/99a4523d-07aa-44f3-87dd-681731f75036 => generated 1080 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:42:48.193 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6ab1cc03-180f-4467-a0e3-6e6a8a3bf6b4'] response: {'name': 'network-changed', 'server_uuid': '37c30790-7a39-4811-bbf7-0d83758f3a0b', 'tag': '99a4523d-07aa-44f3-87dd-681731f75036', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1530/2963] 199.204.45.95 () {30 vars in 742 bytes} [Tue Jun 9 23:42:48 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5 => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1434/2964] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:42:48 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 3698 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2965] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:42:48 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 3698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2966] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:42:48 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 3698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2967] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:42:48 2026] GET /v2.0/networks?id=906743ec-5e22-4ced-ad9a-03f88f8347e5 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2968] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:48 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2969] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:48 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2970] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:42:49 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/2971] 199.204.45.95 () {34 vars in 974 bytes} [Tue Jun 9 23:42:50 2026] GET /v2.0/ports/99a4523d-07aa-44f3-87dd-681731f75036 => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2972] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:42:50 2026] GET /v2.0/ports/99a4523d-07aa-44f3-87dd-681731f75036?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2973] 199.204.45.95 () {34 vars in 1015 bytes} [Tue Jun 9 23:42:50 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2974] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:42:50 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2975] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:42:50 2026] PUT /v2.0/ports/99a4523d-07aa-44f3-87dd-681731f75036 => generated 917 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2976] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:42:51 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:42:51.659 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e04b453-e510-4869-8505-7399427992a8 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 99a4523d-07aa-44f3-87dd-681731f75036 2026-06-09 23:42:51.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e04b453-e510-4869-8505-7399427992a8 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 99a4523d-07aa-44f3-87dd-681731f75036 [pid: 8|app: 0|req: 1441/2977] 199.204.45.95 () {32 vars in 758 bytes} [Tue Jun 9 23:42:51 2026] DELETE /v2.0/ports/99a4523d-07aa-44f3-87dd-681731f75036 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2978] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:42:51 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: 1442/2979] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:42:51 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: 1538/2980] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:42:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2981] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:42:51 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: 1539/2982] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:51 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2983] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:51 2026] GET /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2984] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:51 2026] GET /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1350 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2985] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2986] 199.204.45.95 () {30 vars in 742 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2987] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2988] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2989] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2990] 199.204.45.95 () {34 vars in 1145 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/networks?id=503b79e8-4051-41ff-a464-19ced417c09a&id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0&id=906743ec-5e22-4ced-ad9a-03f88f8347e5 => generated 2308 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2991] 199.204.45.95 () {34 vars in 1061 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.206&port_id=1ed3f6b1-8f46-4830-87a1-3d14a14b829b => 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: 1544/2992] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/subnets?id=c6db924b-1363-4854-8333-b103b823f102 => 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: 1449/2993] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/ports?network_id=503b79e8-4051-41ff-a464-19ced417c09a&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2994] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2995] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?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: 1546/2996] 199.204.45.95 () {34 vars in 1057 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.139&port_id=ca24fffb-634f-4d0f-a091-1c8eba36aeda => 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: 1451/2997] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/subnets?id=0e344a6d-979a-436b-823d-795abd72a7ce => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2998] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/ports?network_id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2999] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?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: 1548/3000] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:42:52 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?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: 1550/3003] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:43:03 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: 1454/3004] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:43:03 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: 1551/3005] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:43:03 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3006] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:43:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:43:03.820 7 INFO neutron.api.v2.resource [None req-5fa48093-5929-4460-8058-696eb1202db7 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1552/3007] 199.204.45.95 () {30 vars in 762 bytes} [Tue Jun 9 23:43:03 2026] GET /v2.0/security-groups/lb-ff0038ae-786d-4498-886c-9026bdba3fac => 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: 1456/3008] 199.204.45.95 () {30 vars in 784 bytes} [Tue Jun 9 23:43:03 2026] GET /v2.0/security-groups?name=lb-ff0038ae-786d-4498-886c-9026bdba3fac => generated 2865 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3009] 199.204.45.95 () {30 vars in 814 bytes} [Tue Jun 9 23:43:03 2026] GET /v2.0/security-group-rules?security_group_id=f59dfe1f-0c8d-4590-912b-acc575808472 => generated 2334 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3010] 199.204.45.95 () {32 vars in 788 bytes} [Tue Jun 9 23:43:03 2026] DELETE /v2.0/security-group-rules/825d8f27-d5d7-4aee-a685-f5b3eceff5a4 => 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: 1554/3011] 199.204.45.95 () {32 vars in 788 bytes} [Tue Jun 9 23:43:04 2026] DELETE /v2.0/security-group-rules/af9d6116-a39e-4e63-a8e4-41b6bc0562b7 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:07.910 8 INFO neutron_taas.services.taas.taas_plugin [None req-3e708f35-0d24-49ed-908c-ef14f8f2f766 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] TaaS: Handle Delete Port: 819360e1-fab8-47da-bd40-36b510c286a5 2026-06-09 23:43:07.916 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e708f35-0d24-49ed-908c-ef14f8f2f766 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Tap Mirror: Handle Delete Port: 819360e1-fab8-47da-bd40-36b510c286a5 2026-06-09 23:43:08.136 8 INFO neutron.db.l3_db [None req-3e708f35-0d24-49ed-908c-ef14f8f2f766 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Floating IP 1caa558d-5003-41ef-a91a-df30ba82e042 disassociated (deleted). External IP: 10.96.250.218, port: fb0ebc21-cab3-4257-a146-14fb7fb1f82e. [pid: 8|app: 0|req: 1458/3012] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:43:07 2026] DELETE /v2.0/floatingips/1caa558d-5003-41ef-a91a-df30ba82e042 => generated 0 bytes in 690 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:08.480 7 INFO neutron.api.v2.resource [None req-73a6ac5a-d615-45a7-b837-63c3450e6923 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1555/3013] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:43:08 2026] GET /v2.0/floatingips/1caa558d-5003-41ef-a91a-df30ba82e042 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3014] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:43:09 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: 1556/3015] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:43:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3016] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:43:09 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: 1557/3017] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:43:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:43:09.238 8 INFO neutron.api.v2.resource [None req-7f5ccb3c-cbb8-4719-a53c-f2b199f7337c bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1461/3018] 199.204.45.95 () {30 vars in 762 bytes} [Tue Jun 9 23:43:09 2026] GET /v2.0/security-groups/lb-ff0038ae-786d-4498-886c-9026bdba3fac => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3019] 199.204.45.95 () {30 vars in 784 bytes} [Tue Jun 9 23:43:09 2026] GET /v2.0/security-groups?name=lb-ff0038ae-786d-4498-886c-9026bdba3fac => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/3020] 199.204.45.95 () {30 vars in 814 bytes} [Tue Jun 9 23:43:09 2026] GET /v2.0/security-group-rules?security_group_id=f59dfe1f-0c8d-4590-912b-acc575808472 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3021] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:43:09 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: 1463/3022] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:43:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3023] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:43:09 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: 1464/3024] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:43:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3025] 199.204.45.95 () {30 vars in 740 bytes} [Tue Jun 9 23:43:09 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/3026] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:43:09 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3027] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:43:09 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3028] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:43:09 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3029] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:43:10 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3030] 199.204.45.95 () {34 vars in 974 bytes} [Tue Jun 9 23:43:11 2026] GET /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3031] 199.204.45.95 () {34 vars in 1059 bytes} [Tue Jun 9 23:43:11 2026] GET /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3032] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:43:11 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => 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: 1468/3033] 199.204.45.95 () {34 vars in 1015 bytes} [Tue Jun 9 23:43:11 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0?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: 1566/3034] 199.204.45.95 () {38 vars in 1027 bytes} [Tue Jun 9 23:43:11 2026] PUT /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1151 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3035] 199.204.45.95 () {30 vars in 768 bytes} [Tue Jun 9 23:43:12 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1567/3036] 199.204.45.95 () {34 vars in 788 bytes} [Tue Jun 9 23:43:12 2026] PUT /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1090 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3037] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:43:13 2026] GET /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 1090 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:43:13.324 7 INFO neutron_taas.services.taas.taas_plugin [None req-2167fc2e-948a-45b2-b90e-6e0ea588e055 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: ca24fffb-634f-4d0f-a091-1c8eba36aeda 2026-06-09 23:43:13.328 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2167fc2e-948a-45b2-b90e-6e0ea588e055 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: ca24fffb-634f-4d0f-a091-1c8eba36aeda [pid: 7|app: 0|req: 1568/3038] 199.204.45.95 () {32 vars in 758 bytes} [Tue Jun 9 23:43:13 2026] DELETE /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3039] 199.204.45.95 () {30 vars in 702 bytes} [Tue Jun 9 23:43:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3040] 199.204.45.95 () {30 vars in 704 bytes} [Tue Jun 9 23:43:13 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: 1472/3041] 199.204.45.95 () {30 vars in 680 bytes} [Tue Jun 9 23:43:13 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: 1570/3042] 199.204.45.95 () {30 vars in 716 bytes} [Tue Jun 9 23:43:13 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:43:13.622 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d41e438d-a4a0-4fab-97f0-9384fa62bcdb bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1473/3043] 199.204.45.95 () {32 vars in 758 bytes} [Tue Jun 9 23:43:13 2026] DELETE /v2.0/ports/ca24fffb-634f-4d0f-a091-1c8eba36aeda => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3044] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:43:13 2026] GET /v2.0/ports?tenant_id=735d8643bcee4075a12010933d86d493&device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/3045] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:43:13 2026] GET /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:43:13.686 8 INFO neutron.api.v2.resource [None req-d3c7d9d1-9092-4049-ba26-3d8cf5a33642 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1475/3046] 199.204.45.95 () {30 vars in 762 bytes} [Tue Jun 9 23:43:13 2026] GET /v2.0/security-groups/lb-ff0038ae-786d-4498-886c-9026bdba3fac => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3047] 199.204.45.95 () {34 vars in 1065 bytes} [Tue Jun 9 23:43:13 2026] GET /v2.0/networks?id=503b79e8-4051-41ff-a464-19ced417c09a&id=120cc9b6-753b-4aa0-a344-dd8a36cbb0d0 => generated 1521 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/3048] 199.204.45.95 () {30 vars in 784 bytes} [Tue Jun 9 23:43:13 2026] GET /v2.0/security-groups?name=lb-ff0038ae-786d-4498-886c-9026bdba3fac => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3049] 199.204.45.95 () {34 vars in 1061 bytes} [Tue Jun 9 23:43:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.206&port_id=1ed3f6b1-8f46-4830-87a1-3d14a14b829b => 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: 1477/3050] 199.204.45.95 () {30 vars in 736 bytes} [Tue Jun 9 23:43:13 2026] GET /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3051] 199.204.45.95 () {34 vars in 983 bytes} [Tue Jun 9 23:43:13 2026] GET /v2.0/subnets?id=c6db924b-1363-4854-8333-b103b823f102 => generated 654 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3052] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:43:13 2026] GET /v2.0/ports?network_id=503b79e8-4051-41ff-a464-19ced417c09a&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: 1479/3053] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:43:13 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3054] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:43:13 2026] GET /v2.0/networks/503b79e8-4051-41ff-a464-19ced417c09a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3055] 199.204.45.95 () {34 vars in 788 bytes} [Tue Jun 9 23:43:13 2026] PUT /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => generated 1094 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3056] 199.204.45.95 () {32 vars in 778 bytes} [Tue Jun 9 23:43:14 2026] DELETE /v2.0/security-groups/f59dfe1f-0c8d-4590-912b-acc575808472 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:14.240 7 INFO neutron_taas.services.taas.taas_plugin [None req-d55d618b-7c5c-4303-af3a-0a613d93e3b9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: fb0ebc21-cab3-4257-a146-14fb7fb1f82e 2026-06-09 23:43:14.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d55d618b-7c5c-4303-af3a-0a613d93e3b9 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: fb0ebc21-cab3-4257-a146-14fb7fb1f82e [pid: 7|app: 0|req: 1576/3057] 199.204.45.95 () {32 vars in 758 bytes} [Tue Jun 9 23:43:14 2026] DELETE /v2.0/ports/fb0ebc21-cab3-4257-a146-14fb7fb1f82e => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3060] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:43:17 2026] GET /v2.0/ports?device_id=37c30790-7a39-4811-bbf7-0d83758f3a0b => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:43:17.382 7 INFO neutron_taas.services.taas.taas_plugin [req-ae9675dc-e0a4-4387-913e-663ba60bcfb4 req-f7aefc6d-84f3-4dab-8ba8-13a7fbed0913 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] TaaS: Handle Delete Port: 1ed3f6b1-8f46-4830-87a1-3d14a14b829b 2026-06-09 23:43:17.385 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ae9675dc-e0a4-4387-913e-663ba60bcfb4 req-f7aefc6d-84f3-4dab-8ba8-13a7fbed0913 bed75c4ff6124af48c5d72a19832f6ab 735d8643bcee4075a12010933d86d493 - - default default] Tap Mirror: Handle Delete Port: 1ed3f6b1-8f46-4830-87a1-3d14a14b829b [pid: 7|app: 0|req: 1578/3061] 199.204.45.95 () {36 vars in 996 bytes} [Tue Jun 9 23:43:17 2026] DELETE /v2.0/ports/1ed3f6b1-8f46-4830-87a1-3d14a14b829b => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:43:17.564 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-168675ca-454f-4a14-a6ca-4e6ddafb7354'] response: {'server_uuid': '37c30790-7a39-4811-bbf7-0d83758f3a0b', 'name': 'network-vif-deleted', 'tag': '1ed3f6b1-8f46-4830-87a1-3d14a14b829b', 'status': 'completed', 'code': 200} 2026-06-09 23:43:18.846 8 INFO neutron_taas.services.taas.taas_plugin [None req-87392b03-4d73-429e-b406-ed87856449f0 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] TaaS: Handle Delete Port: 41dce207-2503-4fbe-95a3-bd510c0c9537 2026-06-09 23:43:18.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87392b03-4d73-429e-b406-ed87856449f0 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Tap Mirror: Handle Delete Port: 41dce207-2503-4fbe-95a3-bd510c0c9537 2026-06-09 23:43:19.027 8 INFO neutron.db.l3_db [None req-87392b03-4d73-429e-b406-ed87856449f0 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Floating IP ac9e6c5c-118c-495b-8599-f1fef774638d disassociated (deleted). External IP: 10.96.250.208, port: be231139-1c4a-4ef2-bfeb-0e703cc6b55e. [pid: 8|app: 0|req: 1484/3062] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:43:18 2026] DELETE /v2.0/floatingips/ac9e6c5c-118c-495b-8599-f1fef774638d => generated 0 bytes in 1148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:19.900 7 INFO neutron.api.v2.resource [None req-3727c0b0-fdbe-4494-96ca-cd8ca3307bf9 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1579/3063] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:43:19 2026] GET /v2.0/floatingips/ac9e6c5c-118c-495b-8599-f1fef774638d => generated 144 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:43:19.927 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-638905d8-f1fa-42d6-9c0c-1f3cc590dafe'] response: {'name': 'network-changed', 'server_uuid': '2586dea5-9249-416a-be62-35c6c68dea64', 'tag': 'be231139-1c4a-4ef2-bfeb-0e703cc6b55e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1485/3064] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:43:20 2026] GET /v2.0/ports?device_id=2586dea5-9249-416a-be62-35c6c68dea64 => generated 1200 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3065] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:43:20 2026] GET /v2.0/security-groups?id=13791f68-a895-46b5-ba19-5e26c1843cf3&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: 1486/3066] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:43:20 2026] GET /v2.0/ports?tenant_id=405e9595681e43c8bd5f7fcf46fd0d23&device_id=2586dea5-9249-416a-be62-35c6c68dea64 => generated 1469 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3067] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:43:20 2026] GET /v2.0/networks?id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881 => generated 801 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3068] 199.204.45.95 () {34 vars in 1055 bytes} [Tue Jun 9 23:43:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.25&port_id=be231139-1c4a-4ef2-bfeb-0e703cc6b55e => 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: 1582/3069] 199.204.45.95 () {34 vars in 1105 bytes} [Tue Jun 9 23:43:20 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A32f&port_id=be231139-1c4a-4ef2-bfeb-0e703cc6b55e => 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: 1488/3070] 199.204.45.95 () {34 vars in 1063 bytes} [Tue Jun 9 23:43:20 2026] GET /v2.0/subnets?id=f3105035-58f8-4472-bb43-9621a3495892&id=56b9b67a-50b4-4bef-b783-fcf617b2b407 => generated 1414 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3071] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:43:20 2026] GET /v2.0/ports?network_id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881&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: 1489/3072] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:43:20 2026] GET /v2.0/ports?network_id=a5fc6925-5f8a-44d8-b3bd-1cba928d8881&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3073] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:43:20 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?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: 1490/3074] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:43:20 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3075] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:43:22 2026] GET /v2.0/ports?device_id=2586dea5-9249-416a-be62-35c6c68dea64 => generated 1198 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:43:22.710 8 INFO neutron_taas.services.taas.taas_plugin [req-c4160008-692f-4abe-8e1f-783e35c47e19 req-c7b72b73-6d63-4cc1-bd00-5ff77b25b8e8 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] TaaS: Handle Delete Port: be231139-1c4a-4ef2-bfeb-0e703cc6b55e 2026-06-09 23:43:22.714 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c4160008-692f-4abe-8e1f-783e35c47e19 req-c7b72b73-6d63-4cc1-bd00-5ff77b25b8e8 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Tap Mirror: Handle Delete Port: be231139-1c4a-4ef2-bfeb-0e703cc6b55e [pid: 8|app: 0|req: 1491/3076] 199.204.45.95 () {36 vars in 996 bytes} [Tue Jun 9 23:43:22 2026] DELETE /v2.0/ports/be231139-1c4a-4ef2-bfeb-0e703cc6b55e => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:43:22.918 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6d118ed0-179d-4f4e-9f87-5d8bd9cf28cc'] response: {'server_uuid': '2586dea5-9249-416a-be62-35c6c68dea64', 'name': 'network-vif-deleted', 'tag': 'be231139-1c4a-4ef2-bfeb-0e703cc6b55e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1586/3077] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:43:25 2026] GET /v2.0/ports?device_id=2586dea5-9249-416a-be62-35c6c68dea64 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:43:30.508 8 INFO neutron_taas.services.taas.taas_plugin [None req-84952b55-c988-4e2c-9878-321b3974cfda 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] TaaS: Handle Delete Port: 50dea185-debe-43d8-b60d-19b0095eba66 2026-06-09 23:43:30.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84952b55-c988-4e2c-9878-321b3974cfda 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Tap Mirror: Handle Delete Port: 50dea185-debe-43d8-b60d-19b0095eba66 2026-06-09 23:43:30.677 8 INFO neutron.db.l3_db [None req-84952b55-c988-4e2c-9878-321b3974cfda 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Floating IP 025534db-67a8-4868-8d8a-5e6a94bf5ec5 disassociated (deleted). External IP: 10.96.250.204, port: 16c5ff58-e8d0-4ad2-851b-f92a7ae3a260. [pid: 8|app: 0|req: 1492/3078] 10.0.0.212 () {32 vars in 732 bytes} [Tue Jun 9 23:43:30 2026] DELETE /v2.0/floatingips/025534db-67a8-4868-8d8a-5e6a94bf5ec5 => generated 0 bytes in 609 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:31.022 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2f1bb23-6272-49f6-9d5d-4b739599bcef'] response: {'name': 'network-changed', 'server_uuid': '9abfb486-6a52-4c70-82c3-1b10c512e4b8', 'tag': '16c5ff58-e8d0-4ad2-851b-f92a7ae3a260', 'status': 'completed', 'code': 200} 2026-06-09 23:43:31.025 7 INFO neutron.api.v2.resource [None req-d5dc1d74-48d4-4201-a440-b9c5f4670fbd 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1587/3079] 10.0.0.212 () {32 vars in 729 bytes} [Tue Jun 9 23:43:30 2026] GET /v2.0/floatingips/025534db-67a8-4868-8d8a-5e6a94bf5ec5 => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3082] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:43:31 2026] GET /v2.0/ports?device_id=9abfb486-6a52-4c70-82c3-1b10c512e4b8 => generated 1192 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3083] 10.0.0.250 () {34 vars in 1040 bytes} [Tue Jun 9 23:43:31 2026] GET /v2.0/security-groups?id=13791f68-a895-46b5-ba19-5e26c1843cf3&fields=id&fields=name => generated 111 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3084] 199.204.45.95 () {34 vars in 1079 bytes} [Tue Jun 9 23:43:31 2026] GET /v2.0/ports?tenant_id=405e9595681e43c8bd5f7fcf46fd0d23&device_id=9abfb486-6a52-4c70-82c3-1b10c512e4b8 => 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: 1590/3085] 199.204.45.95 () {34 vars in 985 bytes} [Tue Jun 9 23:43:31 2026] GET /v2.0/networks?id=906743ec-5e22-4ced-ad9a-03f88f8347e5 => 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: 1496/3086] 199.204.45.95 () {34 vars in 1055 bytes} [Tue Jun 9 23:43:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.72&port_id=16c5ff58-e8d0-4ad2-851b-f92a7ae3a260 => 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: 1591/3087] 199.204.45.95 () {34 vars in 1101 bytes} [Tue Jun 9 23:43:31 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A14&port_id=16c5ff58-e8d0-4ad2-851b-f92a7ae3a260 => 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: 1497/3088] 199.204.45.95 () {34 vars in 1063 bytes} [Tue Jun 9 23:43:31 2026] GET /v2.0/subnets?id=ff15fc01-1b2b-445d-a49b-5e49b9174344&id=fa05f4ba-b656-49e6-995a-83ca3f21c2cf => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3089] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:43:31 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3090] 199.204.45.95 () {34 vars in 1051 bytes} [Tue Jun 9 23:43:31 2026] GET /v2.0/ports?network_id=906743ec-5e22-4ced-ad9a-03f88f8347e5&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: 1593/3091] 199.204.45.95 () {34 vars in 1011 bytes} [Tue Jun 9 23:43:31 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?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: 1499/3092] 199.204.45.95 () {34 vars in 1111 bytes} [Tue Jun 9 23:43:31 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3093] 199.204.45.95 () {34 vars in 993 bytes} [Tue Jun 9 23:43:33 2026] GET /v2.0/ports?device_id=9abfb486-6a52-4c70-82c3-1b10c512e4b8 => generated 1192 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:43:33.805 8 INFO neutron_taas.services.taas.taas_plugin [req-50746de2-6260-431f-9ce4-5186cdcc5c7f req-b0429225-2168-4bb0-b3d3-69c550da903e 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] TaaS: Handle Delete Port: 16c5ff58-e8d0-4ad2-851b-f92a7ae3a260 2026-06-09 23:43:33.808 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-50746de2-6260-431f-9ce4-5186cdcc5c7f req-b0429225-2168-4bb0-b3d3-69c550da903e 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Tap Mirror: Handle Delete Port: 16c5ff58-e8d0-4ad2-851b-f92a7ae3a260 [pid: 8|app: 0|req: 1500/3094] 199.204.45.95 () {36 vars in 996 bytes} [Tue Jun 9 23:43:33 2026] DELETE /v2.0/ports/16c5ff58-e8d0-4ad2-851b-f92a7ae3a260 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:43:34.049 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcccd6a5-88de-49fc-8e47-e32112a52aff'] response: {'server_uuid': '9abfb486-6a52-4c70-82c3-1b10c512e4b8', 'name': 'network-vif-deleted', 'tag': '16c5ff58-e8d0-4ad2-851b-f92a7ae3a260', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1595/3095] 10.0.0.250 () {34 vars in 990 bytes} [Tue Jun 9 23:43:36 2026] GET /v2.0/ports?device_id=9abfb486-6a52-4c70-82c3-1b10c512e4b8 => 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: 1501/3096] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:43:41 2026] DELETE /v2.0/security-group-rules/f11ffd36-6ca4-45dd-898a-bd0f759c299d => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:41.569 7 INFO neutron.api.v2.resource [None req-301aed15-45a0-4278-ae17-cfcee0dc5649 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1596/3097] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:43:41 2026] GET /v2.0/security-group-rules/f11ffd36-6ca4-45dd-898a-bd0f759c299d => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3098] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:43:41 2026] DELETE /v2.0/security-group-rules/05bf69e4-2271-4c10-b3ca-6e245d2ec993 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:41.651 7 INFO neutron.api.v2.resource [None req-4f1f6756-29c3-4fb2-9132-6f30ea524691 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1597/3099] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:43:41 2026] GET /v2.0/security-group-rules/05bf69e4-2271-4c10-b3ca-6e245d2ec993 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3100] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:43:41 2026] DELETE /v2.0/security-group-rules/22f1fcfe-0b83-43db-a882-a2706e78af96 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:41.722 7 INFO neutron.api.v2.resource [None req-ff6cd00d-576a-4020-a867-2d9b0f251f81 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1598/3101] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:43:41 2026] GET /v2.0/security-group-rules/22f1fcfe-0b83-43db-a882-a2706e78af96 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3102] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:43:41 2026] DELETE /v2.0/security-group-rules/44e83f97-a987-4151-a225-9fe6198130dd => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:41.796 7 INFO neutron.api.v2.resource [None req-1647eac2-7719-4c94-b807-a72874f04319 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1599/3103] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:43:41 2026] GET /v2.0/security-group-rules/44e83f97-a987-4151-a225-9fe6198130dd => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3104] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:43:41 2026] DELETE /v2.0/security-group-rules/b1688b26-b0d5-46a4-baba-962bcd90f0c7 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:41.896 7 INFO neutron.api.v2.resource [None req-c98c71be-fae6-4560-86ae-1791b4be0b4b 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1600/3105] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:43:41 2026] GET /v2.0/security-group-rules/b1688b26-b0d5-46a4-baba-962bcd90f0c7 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3106] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:43:41 2026] DELETE /v2.0/security-group-rules/d9332ad6-cdc3-4de5-8180-8fa75d55510b => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:42.012 7 INFO neutron.api.v2.resource [None req-f1b0d0f8-537e-4b1b-934a-39f0ab05f4ae 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1601/3107] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:43:42 2026] GET /v2.0/security-group-rules/d9332ad6-cdc3-4de5-8180-8fa75d55510b => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3108] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:43:42 2026] DELETE /v2.0/security-group-rules/11379a1b-1b78-4011-94fe-d1b0ebf003ed => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:42.108 7 INFO neutron.api.v2.resource [None req-cce41078-dd78-4950-b4ab-524294e919f0 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1602/3109] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:43:42 2026] GET /v2.0/security-group-rules/11379a1b-1b78-4011-94fe-d1b0ebf003ed => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3110] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:43:42 2026] DELETE /v2.0/security-group-rules/dfb09e66-db94-417c-8b78-c49bf6de5771 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:42.196 7 INFO neutron.api.v2.resource [None req-3abcae88-4a08-4c10-b47e-b5dfbc542945 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1603/3111] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:43:42 2026] GET /v2.0/security-group-rules/dfb09e66-db94-417c-8b78-c49bf6de5771 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3112] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:43:42 2026] DELETE /v2.0/security-group-rules/cf85d465-cd3f-4687-b8a9-62037ef7e83b => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:42.275 7 INFO neutron.api.v2.resource [None req-f75b8766-bd3d-40f4-899b-df85e81beff2 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1604/3113] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:43:42 2026] GET /v2.0/security-group-rules/cf85d465-cd3f-4687-b8a9-62037ef7e83b => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3114] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:43:42 2026] DELETE /v2.0/security-group-rules/a03fe777-7373-491f-87f8-4db03d1591c8 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:42.364 7 INFO neutron.api.v2.resource [None req-bbb33a92-9206-4463-8e10-6fa0c07b8cb0 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1605/3115] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:43:42 2026] GET /v2.0/security-group-rules/a03fe777-7373-491f-87f8-4db03d1591c8 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3116] 10.0.0.212 () {32 vars in 750 bytes} [Tue Jun 9 23:43:42 2026] DELETE /v2.0/security-group-rules/8fb6056c-4f78-4ba8-9d5b-e85caa997f10 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:42.444 7 INFO neutron.api.v2.resource [None req-163fec3e-a599-46cc-835f-c33e591ce5e7 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1606/3117] 10.0.0.212 () {32 vars in 747 bytes} [Tue Jun 9 23:43:42 2026] GET /v2.0/security-group-rules/8fb6056c-4f78-4ba8-9d5b-e85caa997f10 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3118] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:43:42 2026] DELETE /v2.0/security-groups/13791f68-a895-46b5-ba19-5e26c1843cf3 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:42.554 7 INFO neutron.api.v2.resource [None req-b34abf83-218b-4875-8c1c-f6593c88f833 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3119] 10.0.0.212 () {32 vars in 737 bytes} [Tue Jun 9 23:43:42 2026] GET /v2.0/security-groups/13791f68-a895-46b5-ba19-5e26c1843cf3 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:43:42.976 8 INFO neutron_taas.services.taas.taas_plugin [None req-7cd337da-c01f-45d2-81f6-b1fbc3e653a6 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] TaaS: Handle Delete Port: 371e80a9-638b-4f22-ba10-4fb0373a06c7 2026-06-09 23:43:42.979 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cd337da-c01f-45d2-81f6-b1fbc3e653a6 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Tap Mirror: Handle Delete Port: 371e80a9-638b-4f22-ba10-4fb0373a06c7 [pid: 8|app: 0|req: 1513/3120] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:43:42 2026] PUT /v2.0/routers/5a871e51-f01f-40a7-9132-a7cdce16ca2a/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:43:43.642 7 INFO neutron.api.v2.resource [None req-4a1341de-967e-414d-8dd5-7c8d0a4c19d0 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3121] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:43:43 2026] PUT /v2.0/routers/5a871e51-f01f-40a7-9132-a7cdce16ca2a/remove_router_interface => generated 198 bytes in 145 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:43:44.020 8 INFO neutron_taas.services.taas.taas_plugin [None req-b104983c-10e5-40db-a484-c7f3adeb5fdb 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] TaaS: Handle Delete Port: 7d1b82fe-5095-43f2-9f16-0129765128d2 2026-06-09 23:43:44.024 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b104983c-10e5-40db-a484-c7f3adeb5fdb 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Tap Mirror: Handle Delete Port: 7d1b82fe-5095-43f2-9f16-0129765128d2 [pid: 8|app: 0|req: 1514/3122] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:43:43 2026] PUT /v2.0/routers/5a871e51-f01f-40a7-9132-a7cdce16ca2a/remove_router_interface => generated 309 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:43:44.702 7 INFO neutron.api.v2.resource [None req-b2918df8-bbb4-4031-8a1a-a5cb2aca6e5d 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1609/3123] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:43:44 2026] PUT /v2.0/routers/5a871e51-f01f-40a7-9132-a7cdce16ca2a/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:43:45.150 8 INFO neutron_taas.services.taas.taas_plugin [None req-69dc668b-b0db-4340-b73a-9f174e6a83f5 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] TaaS: Handle Delete Port: 496cbd51-272f-4396-8a04-bb3a5ea5b9b3 2026-06-09 23:43:45.153 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69dc668b-b0db-4340-b73a-9f174e6a83f5 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Tap Mirror: Handle Delete Port: 496cbd51-272f-4396-8a04-bb3a5ea5b9b3 [pid: 8|app: 0|req: 1515/3124] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:43:44 2026] PUT /v2.0/routers/5a871e51-f01f-40a7-9132-a7cdce16ca2a/remove_router_interface => generated 309 bytes in 1034 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 23:43:45.881 7 INFO neutron.api.v2.resource [None req-a5bd845c-17e9-40c2-846f-d3058973cba3 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1610/3125] 10.0.0.212 () {34 vars in 789 bytes} [Tue Jun 9 23:43:45 2026] PUT /v2.0/routers/5a871e51-f01f-40a7-9132-a7cdce16ca2a/remove_router_interface => generated 198 bytes in 135 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:43:46.146 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebce3584-c98d-453e-8316-cf0ed8dd5066 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] TaaS: Handle Delete Port: ed04b0cc-0862-4afa-9c32-ef4865dd5df3 2026-06-09 23:43:46.150 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebce3584-c98d-453e-8316-cf0ed8dd5066 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Tap Mirror: Handle Delete Port: ed04b0cc-0862-4afa-9c32-ef4865dd5df3 2026-06-09 23:43:46.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebce3584-c98d-453e-8316-cf0ed8dd5066 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] TaaS: Handle Delete Port: e666f4d7-3268-4081-844c-d4f0c5187cca 2026-06-09 23:43:46.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebce3584-c98d-453e-8316-cf0ed8dd5066 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Tap Mirror: Handle Delete Port: e666f4d7-3268-4081-844c-d4f0c5187cca 2026-06-09 23:43:46.771 8 INFO neutron.db.l3_hamode_db [None req-ebce3584-c98d-453e-8316-cf0ed8dd5066 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] HA network 57057a3f-49bf-4d5e-8f48-a31a066eb361 was deleted as no HA routers are present in tenant 405e9595681e43c8bd5f7fcf46fd0d23. [pid: 8|app: 0|req: 1516/3128] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:43:45 2026] DELETE /v2.0/routers/5a871e51-f01f-40a7-9132-a7cdce16ca2a => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:46.783 8 INFO neutron.services.segments.plugin [-] Segment 7fc566de-db04-4184-95bf-5e824289e7fe resource provider aggregate not found 2026-06-09 23:43:46.796 8 INFO neutron.services.segments.plugin [-] Segment 7fc566de-db04-4184-95bf-5e824289e7fe resource provider aggregate not found 2026-06-09 23:43:46.800 7 INFO neutron.api.v2.resource [None req-58e5bb74-4e50-4ae8-b6b7-af44d7a66a15 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1613/3129] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:43:46 2026] GET /v2.0/routers/5a871e51-f01f-40a7-9132-a7cdce16ca2a => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:43:46.803 8 INFO neutron.services.segments.plugin [-] Segment 7fc566de-db04-4184-95bf-5e824289e7fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fc566de-db04-4184-95bf-5e824289e7fe found for delete ", "request_id": "req-c115d8b6-f7ea-44c7-9309-2f1ed896a379"}]} 2026-06-09 23:43:46.815 8 INFO neutron.services.segments.plugin [-] Segment 7fc566de-db04-4184-95bf-5e824289e7fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fc566de-db04-4184-95bf-5e824289e7fe found for delete ", "request_id": "req-d5a43471-a65c-45d5-aa11-2246b2c33939"}]} [pid: 8|app: 0|req: 1517/3130] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:43:46 2026] DELETE /v2.0/subnets/56b9b67a-50b4-4bef-b783-fcf617b2b407 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:43:47.017 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94d555ec-74d7-4117-93df-fd2bc4f35c27 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3131] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:43:46 2026] GET /v2.0/subnets/56b9b67a-50b4-4bef-b783-fcf617b2b407 => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3132] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:43:47 2026] DELETE /v2.0/subnets/f3105035-58f8-4472-bb43-9621a3495892 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:43:47.184 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b0153bf-8996-4bda-b84a-f166ade1c0ed 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1615/3133] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:43:47 2026] GET /v2.0/subnets/f3105035-58f8-4472-bb43-9621a3495892 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:43:47.283 8 INFO neutron_taas.services.taas.taas_plugin [None req-6ef62440-c17a-4978-8bad-8722f50ea273 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] TaaS: Handle Delete Port: 4db89082-9fcc-44d1-92cf-6a017314095c 2026-06-09 23:43:47.286 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ef62440-c17a-4978-8bad-8722f50ea273 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Tap Mirror: Handle Delete Port: 4db89082-9fcc-44d1-92cf-6a017314095c [pid: 8|app: 0|req: 1519/3134] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:43:47 2026] DELETE /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:43:47.481 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26706231-28a4-44fc-9025-30be6ad46805 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1616/3135] 10.0.0.212 () {32 vars in 723 bytes} [Tue Jun 9 23:43:47 2026] GET /v2.0/networks/a5fc6925-5f8a-44d8-b3bd-1cba928d8881 => 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: 1520/3136] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:43:47 2026] DELETE /v2.0/subnets/fa05f4ba-b656-49e6-995a-83ca3f21c2cf => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:43:47.670 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a7853818-af56-4327-9197-48f1857b9cfa 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3137] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:43:47 2026] GET /v2.0/subnets/fa05f4ba-b656-49e6-995a-83ca3f21c2cf => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3138] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:43:47 2026] DELETE /v2.0/subnets/ff15fc01-1b2b-445d-a49b-5e49b9174344 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:43:47.858 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7f1306a4-eb6c-41a9-89d5-58657087fb1a 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3139] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:43:47 2026] GET /v2.0/subnets/ff15fc01-1b2b-445d-a49b-5e49b9174344 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:43:47.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-af8b69e3-dd9f-4923-950b-b2b9c7f13ed6 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] TaaS: Handle Delete Port: 5baf0287-ff40-4243-833b-0320c4bf4ec7 2026-06-09 23:43:47.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af8b69e3-dd9f-4923-950b-b2b9c7f13ed6 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Tap Mirror: Handle Delete Port: 5baf0287-ff40-4243-833b-0320c4bf4ec7 [pid: 8|app: 0|req: 1522/3140] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:43:47 2026] DELETE /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:43:48.178 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0796c738-43f5-4469-bf8e-92f84fa575da 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1619/3141] 10.0.0.212 () {32 vars in 723 bytes} [Tue Jun 9 23:43:48 2026] GET /v2.0/networks/906743ec-5e22-4ced-ad9a-03f88f8347e5 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3142] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:43:48 2026] DELETE /v2.0/subnets/660edfad-4828-47f4-9060-6154a38997a8 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:43:48.350 7 INFO neutron.pecan_wsgi.hooks.translation [None req-08060b87-591b-4057-b47c-2af9c2b7fd3f 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3143] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:43:48 2026] GET /v2.0/subnets/660edfad-4828-47f4-9060-6154a38997a8 => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3144] 10.0.0.212 () {32 vars in 724 bytes} [Tue Jun 9 23:43:48 2026] DELETE /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:43:48.511 7 INFO neutron.pecan_wsgi.hooks.translation [None req-56e351c3-757b-4c82-8969-09adbeafe7ff 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1621/3145] 10.0.0.212 () {32 vars in 721 bytes} [Tue Jun 9 23:43:48 2026] GET /v2.0/subnets/0e344a6d-979a-436b-823d-795abd72a7ce => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:43:48.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-99f473ff-6f7b-4ca6-bbab-5602544f27e0 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] TaaS: Handle Delete Port: 3a65252f-45ce-44c6-8ede-59b25ab600c7 2026-06-09 23:43:48.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99f473ff-6f7b-4ca6-bbab-5602544f27e0 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] Tap Mirror: Handle Delete Port: 3a65252f-45ce-44c6-8ede-59b25ab600c7 [pid: 8|app: 0|req: 1525/3146] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:43:48 2026] DELETE /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0 => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:43:48.833 8 INFO neutron.services.segments.plugin [-] Segment d273b502-4d0a-46b1-8f4c-9adfc0649748 resource provider aggregate not found 2026-06-09 23:43:48.836 7 INFO neutron.pecan_wsgi.hooks.translation [None req-779e2522-ab94-470d-9c47-3e36a17466b2 9c1e66e444124b868836f915aaad444a 405e9595681e43c8bd5f7fcf46fd0d23 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3147] 10.0.0.212 () {32 vars in 723 bytes} [Tue Jun 9 23:43:48 2026] GET /v2.0/networks/120cc9b6-753b-4aa0-a344-dd8a36cbb0d0 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 23:43:48.840 8 INFO neutron.services.segments.plugin [-] Segment d273b502-4d0a-46b1-8f4c-9adfc0649748 resource provider aggregate not found 2026-06-09 23:43:48.848 8 INFO neutron.services.segments.plugin [-] Segment d273b502-4d0a-46b1-8f4c-9adfc0649748 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d273b502-4d0a-46b1-8f4c-9adfc0649748 found for delete ", "request_id": "req-4fa1eaa0-6528-4801-8a1d-3492568d2adf"}]} 2026-06-09 23:43:48.858 8 INFO neutron.services.segments.plugin [-] Segment d273b502-4d0a-46b1-8f4c-9adfc0649748 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d273b502-4d0a-46b1-8f4c-9adfc0649748 found for delete ", "request_id": "req-31a5a900-d395-452e-b31e-2d9b7723dc48"}]} 2026-06-09 23:43:48.862 8 INFO neutron.services.segments.plugin [-] Segment c13bc067-4470-41fe-ac7e-ae9fb73fbc2f resource provider aggregate not found 2026-06-09 23:43:48.876 8 INFO neutron.services.segments.plugin [-] Segment c13bc067-4470-41fe-ac7e-ae9fb73fbc2f resource provider aggregate not found 2026-06-09 23:43:48.879 8 INFO neutron.services.segments.plugin [-] Segment c13bc067-4470-41fe-ac7e-ae9fb73fbc2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c13bc067-4470-41fe-ac7e-ae9fb73fbc2f found for delete ", "request_id": "req-62f26f24-5920-4024-b44b-496fd6650ada"}]} 2026-06-09 23:43:48.899 8 INFO neutron.services.segments.plugin [-] Segment c13bc067-4470-41fe-ac7e-ae9fb73fbc2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c13bc067-4470-41fe-ac7e-ae9fb73fbc2f found for delete ", "request_id": "req-293a7e6d-d1cc-4f92-a4a1-5b0cb7b6872c"}]} 2026-06-09 23:43:48.904 8 INFO neutron.services.segments.plugin [-] Segment 43a43125-2369-4c06-b2b8-f073b9931f74 resource provider aggregate not found 2026-06-09 23:43:48.917 8 INFO neutron.services.segments.plugin [-] Segment 43a43125-2369-4c06-b2b8-f073b9931f74 resource provider aggregate not found 2026-06-09 23:43:48.923 8 INFO neutron.services.segments.plugin [-] Segment 43a43125-2369-4c06-b2b8-f073b9931f74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43a43125-2369-4c06-b2b8-f073b9931f74 found for delete ", "request_id": "req-4eec9efd-fa17-4282-b32d-ed9ffd63c483"}]} 2026-06-09 23:43:48.931 8 INFO neutron.services.segments.plugin [-] Segment 43a43125-2369-4c06-b2b8-f073b9931f74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43a43125-2369-4c06-b2b8-f073b9931f74 found for delete ", "request_id": "req-16f09836-10ea-4729-b799-2738873ee0ad"}]} [pid: 8|app: 0|req: 1526/3148] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:43:50 2026] GET /v2.0/security-groups?tenant_id=6294754aaff14aec85f3400d7a566d21&name=default => generated 2929 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3149] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:43:51 2026] DELETE /v2.0/security-groups/caff4089-2337-416c-a8a3-2e369cac0123 => 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: 1527/3150] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:43:51 2026] GET /v2.0/security-groups?tenant_id=993d5fa1e63a477b9e01fd1583ee7cae&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: 1624/3151] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:43:51 2026] DELETE /v2.0/security-groups/d0ce63d1-ba75-48ce-b0f2-72198d6d7474 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3152] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:43:51 2026] GET /v2.0/security-groups?tenant_id=2aeb0209a4894bf58089a04c9340dba6&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: 1625/3153] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:43:51 2026] DELETE /v2.0/security-groups/b362819c-ae31-480b-96be-641327836437 => 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: 1529/3154] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:43:51 2026] GET /v2.0/security-groups?tenant_id=2310ea0176564e098e4489340b3412c0&name=default => generated 2929 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3155] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:43:52 2026] DELETE /v2.0/security-groups/c179e43e-6d63-428a-835f-c430eb47752d => 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: 1530/3156] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:43:52 2026] GET /v2.0/security-groups?tenant_id=405e9595681e43c8bd5f7fcf46fd0d23&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3157] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:43:52 2026] DELETE /v2.0/security-groups/9a844684-c740-498d-be64-b1b596942861 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3158] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:43:52 2026] GET /v2.0/security-groups?tenant_id=6341ac32056d477eb9bdd543c868a3f4&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: 1628/3159] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:43:52 2026] DELETE /v2.0/security-groups/37426f51-2c15-4fb5-8284-035c3163913c => 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: 1532/3160] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:43:53 2026] GET /v2.0/security-groups?tenant_id=4623ea4e8c0f43d1b78280d16c6a229f&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3161] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:43:53 2026] DELETE /v2.0/security-groups/93d757d8-83ed-4ada-a269-459d6dd34bf1 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:43:57.649 8 INFO neutron.db.segments_db [None req-ab9c6cfb-db17-445d-bb0a-064d3f42a6f2 abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] Added segment 1ae974bb-ba4b-4347-9164-c4337c69017e of type vxlan for network 915b59b0-c694-4d75-899d-1f5ff3de02a2 [pid: 8|app: 0|req: 1533/3162] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:43:57 2026] POST /v2.0/networks => generated 632 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3163] 10.0.0.212 () {34 vars in 664 bytes} [Tue Jun 9 23:43:57 2026] POST /v2.0/ports => generated 743 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3164] 10.0.0.212 () {34 vars in 666 bytes} [Tue Jun 9 23:43:58 2026] POST /v2.0/trunks => generated 407 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:43:58.343 7 INFO neutron.db.segments_db [None req-96ac9c20-bbd3-4ce0-a55b-2769e2ecaf3b abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] Added segment e8cf5dad-afbd-4baa-8f68-0313e877b5a7 of type vxlan for network ffbd0ee0-fa0c-423d-99d0-3c54d3fe5c70 [pid: 7|app: 0|req: 1631/3165] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:43:58 2026] POST /v2.0/networks => generated 632 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3166] 10.0.0.212 () {34 vars in 664 bytes} [Tue Jun 9 23:43:58 2026] POST /v2.0/ports => generated 743 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3167] 10.0.0.212 () {34 vars in 666 bytes} [Tue Jun 9 23:43:58 2026] POST /v2.0/trunks => generated 407 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:43:58.970 8 INFO neutron.db.segments_db [None req-603a585e-648e-4d76-86e5-977b7b369aa6 abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] Added segment c9565ded-d872-4b36-975c-00593c657118 of type vxlan for network 438c74a0-34f1-4f9f-aa42-002a3629f419 [pid: 8|app: 0|req: 1536/3168] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:43:58 2026] POST /v2.0/networks => generated 632 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3169] 10.0.0.212 () {34 vars in 664 bytes} [Tue Jun 9 23:43:59 2026] POST /v2.0/ports => generated 743 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3170] 10.0.0.212 () {34 vars in 666 bytes} [Tue Jun 9 23:43:59 2026] POST /v2.0/trunks => generated 407 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:43:59.590 7 INFO neutron.db.segments_db [None req-0a676fb0-85c1-4729-94dc-f21a5d4824c8 abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] Added segment fbdea1f7-77bb-4c5b-b70f-e5c1209ea674 of type vxlan for network 9b39659d-a258-4801-ad87-152280b3ef7d [pid: 7|app: 0|req: 1634/3171] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:43:59 2026] POST /v2.0/networks => generated 632 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3172] 10.0.0.212 () {34 vars in 664 bytes} [Tue Jun 9 23:43:59 2026] POST /v2.0/ports => generated 743 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3173] 10.0.0.212 () {34 vars in 666 bytes} [Tue Jun 9 23:43:59 2026] POST /v2.0/trunks => generated 407 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 23:44:00.210 8 INFO neutron.db.segments_db [None req-12ea03d1-da86-4659-a5e2-9b7cdf575134 abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] Added segment 34a28bb8-bc96-4d39-b645-7e1c6dd6bfb3 of type vxlan for network ebbaadfb-7d3b-4cf0-bfc2-83b6841800ce [pid: 8|app: 0|req: 1539/3174] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:44:00 2026] POST /v2.0/networks => generated 632 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3175] 10.0.0.212 () {34 vars in 664 bytes} [Tue Jun 9 23:44:00 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: 1540/3176] 10.0.0.212 () {34 vars in 666 bytes} [Tue Jun 9 23:44:00 2026] POST /v2.0/trunks => generated 407 bytes in 180 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: 1637/3177] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:44:00 2026] PUT /v2.0/trunks/dbc47154-3851-4ed8-95e7-9164e6c92c4b/tags => generated 17 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3178] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:44:00 2026] PUT /v2.0/trunks/fade657e-327e-4388-a8c6-ae26b98bfcfd/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3179] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:44:00 2026] PUT /v2.0/trunks/e91b131b-ebaf-406a-9c04-8b584b11d820/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: 1542/3180] 10.0.0.212 () {34 vars in 749 bytes} [Tue Jun 9 23:44:00 2026] PUT /v2.0/trunks/b6999f3a-17db-4910-9813-169bb48ac290/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3181] 10.0.0.212 () {32 vars in 662 bytes} [Tue Jun 9 23:44:00 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3182] 10.0.0.212 () {32 vars in 676 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3183] 10.0.0.212 () {32 vars in 672 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3184] 10.0.0.212 () {32 vars in 684 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3185] 10.0.0.212 () {32 vars in 670 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3186] 10.0.0.212 () {32 vars in 684 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3187] 10.0.0.212 () {32 vars in 680 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3190] 10.0.0.212 () {32 vars in 692 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3191] 10.0.0.212 () {32 vars in 719 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/trunks/dbc47154-3851-4ed8-95e7-9164e6c92c4b => generated 412 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3192] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/ports/84718903-a387-4d12-91ff-2a1555466994 => generated 826 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3193] 10.0.0.212 () {32 vars in 722 bytes} [Tue Jun 9 23:44:01 2026] DELETE /v2.0/trunks/dbc47154-3851-4ed8-95e7-9164e6c92c4b => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3194] 10.0.0.212 () {32 vars in 719 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/trunks/fade657e-327e-4388-a8c6-ae26b98bfcfd => generated 420 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1647/3195] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/ports/5e32975d-2aff-4113-9232-084182e8ac4e => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3196] 10.0.0.212 () {32 vars in 722 bytes} [Tue Jun 9 23:44:01 2026] DELETE /v2.0/trunks/fade657e-327e-4388-a8c6-ae26b98bfcfd => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3197] 10.0.0.212 () {32 vars in 719 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/trunks/e91b131b-ebaf-406a-9c04-8b584b11d820 => generated 429 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3198] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/ports/e46614b8-0fd8-4c16-b84f-6e159ada6174 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3199] 10.0.0.212 () {32 vars in 722 bytes} [Tue Jun 9 23:44:01 2026] DELETE /v2.0/trunks/e91b131b-ebaf-406a-9c04-8b584b11d820 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3200] 10.0.0.212 () {32 vars in 719 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/trunks/b6999f3a-17db-4910-9813-169bb48ac290 => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3201] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/ports/87ddad12-6198-49f4-a775-a448300caa6b => generated 826 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3202] 10.0.0.212 () {32 vars in 722 bytes} [Tue Jun 9 23:44:01 2026] DELETE /v2.0/trunks/b6999f3a-17db-4910-9813-169bb48ac290 => 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: 1651/3203] 10.0.0.212 () {32 vars in 719 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/trunks/03831629-15a0-4961-aba5-abba4e570c65 => generated 407 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3204] 10.0.0.212 () {32 vars in 717 bytes} [Tue Jun 9 23:44:01 2026] GET /v2.0/ports/26fe6f32-a512-45a9-a233-171cab061cc3 => generated 826 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3205] 10.0.0.212 () {32 vars in 722 bytes} [Tue Jun 9 23:44:02 2026] DELETE /v2.0/trunks/03831629-15a0-4961-aba5-abba4e570c65 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:44:02.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-77f3a2ea-0dd0-4983-b203-c8a988a1c109 abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] TaaS: Handle Delete Port: 84718903-a387-4d12-91ff-2a1555466994 2026-06-09 23:44:02.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77f3a2ea-0dd0-4983-b203-c8a988a1c109 abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] Tap Mirror: Handle Delete Port: 84718903-a387-4d12-91ff-2a1555466994 [pid: 8|app: 0|req: 1554/3206] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:44:02 2026] DELETE /v2.0/ports/84718903-a387-4d12-91ff-2a1555466994 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:44:02.385 7 INFO neutron_taas.services.taas.taas_plugin [None req-e35709ac-e555-4fcb-8218-d75c7deb5b07 abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] TaaS: Handle Delete Port: 5e32975d-2aff-4113-9232-084182e8ac4e 2026-06-09 23:44:02.388 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e35709ac-e555-4fcb-8218-d75c7deb5b07 abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] Tap Mirror: Handle Delete Port: 5e32975d-2aff-4113-9232-084182e8ac4e [pid: 7|app: 0|req: 1653/3207] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:44:02 2026] DELETE /v2.0/ports/5e32975d-2aff-4113-9232-084182e8ac4e => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:44:02.567 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a9eda8d-5c96-4b77-901d-cba95b3594e5 abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] TaaS: Handle Delete Port: e46614b8-0fd8-4c16-b84f-6e159ada6174 2026-06-09 23:44:02.571 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a9eda8d-5c96-4b77-901d-cba95b3594e5 abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] Tap Mirror: Handle Delete Port: e46614b8-0fd8-4c16-b84f-6e159ada6174 [pid: 8|app: 0|req: 1555/3208] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:44:02 2026] DELETE /v2.0/ports/e46614b8-0fd8-4c16-b84f-6e159ada6174 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:44:02.753 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d54e974-c72c-4fbd-acb8-0bc993b8d529 abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] TaaS: Handle Delete Port: 87ddad12-6198-49f4-a775-a448300caa6b 2026-06-09 23:44:02.755 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d54e974-c72c-4fbd-acb8-0bc993b8d529 abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] Tap Mirror: Handle Delete Port: 87ddad12-6198-49f4-a775-a448300caa6b [pid: 7|app: 0|req: 1654/3209] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:44:02 2026] DELETE /v2.0/ports/87ddad12-6198-49f4-a775-a448300caa6b => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:44:02.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-63447495-a719-4e15-9932-3e06a5e38f7f abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] TaaS: Handle Delete Port: 26fe6f32-a512-45a9-a233-171cab061cc3 2026-06-09 23:44:02.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63447495-a719-4e15-9932-3e06a5e38f7f abd11fcda4094143adf20136f233de6e 381e4ec15cb34b498dd2f106c3bca8c6 - - default default] Tap Mirror: Handle Delete Port: 26fe6f32-a512-45a9-a233-171cab061cc3 [pid: 8|app: 0|req: 1556/3210] 10.0.0.212 () {32 vars in 720 bytes} [Tue Jun 9 23:44:02 2026] DELETE /v2.0/ports/26fe6f32-a512-45a9-a233-171cab061cc3 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:44:03.234 7 INFO neutron.services.segments.plugin [-] Segment 1ae974bb-ba4b-4347-9164-c4337c69017e resource provider aggregate not found [pid: 7|app: 0|req: 1655/3211] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:44:03 2026] DELETE /v2.0/networks/915b59b0-c694-4d75-899d-1f5ff3de02a2 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 23:44:03.250 7 INFO neutron.services.segments.plugin [-] Segment 1ae974bb-ba4b-4347-9164-c4337c69017e resource provider aggregate not found 2026-06-09 23:44:03.254 7 INFO neutron.services.segments.plugin [-] Segment 1ae974bb-ba4b-4347-9164-c4337c69017e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ae974bb-ba4b-4347-9164-c4337c69017e found for delete ", "request_id": "req-103de19c-8165-40a4-99b8-d5a0764e1054"}]} 2026-06-09 23:44:03.262 7 INFO neutron.services.segments.plugin [-] Segment 1ae974bb-ba4b-4347-9164-c4337c69017e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ae974bb-ba4b-4347-9164-c4337c69017e found for delete ", "request_id": "req-f2ac2a26-ff53-4018-a7f4-62117b8cae9b"}]} 2026-06-09 23:44:03.347 8 INFO neutron.services.segments.plugin [-] Segment e8cf5dad-afbd-4baa-8f68-0313e877b5a7 resource provider aggregate not found 2026-06-09 23:44:03.354 8 INFO neutron.services.segments.plugin [-] Segment e8cf5dad-afbd-4baa-8f68-0313e877b5a7 resource provider aggregate not found 2026-06-09 23:44:03.366 8 INFO neutron.services.segments.plugin [-] Segment e8cf5dad-afbd-4baa-8f68-0313e877b5a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8cf5dad-afbd-4baa-8f68-0313e877b5a7 found for delete ", "request_id": "req-4ec38028-def0-4453-901d-d9fa401fed67"}]} 2026-06-09 23:44:03.368 8 INFO neutron.services.segments.plugin [-] Segment e8cf5dad-afbd-4baa-8f68-0313e877b5a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8cf5dad-afbd-4baa-8f68-0313e877b5a7 found for delete ", "request_id": "req-874b16b4-c3c3-4a51-a6c1-7ba32ae8dedd"}]} [pid: 8|app: 0|req: 1557/3212] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:44:03 2026] DELETE /v2.0/networks/ffbd0ee0-fa0c-423d-99d0-3c54d3fe5c70 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3213] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:44:03 2026] DELETE /v2.0/networks/438c74a0-34f1-4f9f-aa42-002a3629f419 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3214] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:44:03 2026] DELETE /v2.0/networks/9b39659d-a258-4801-ad87-152280b3ef7d => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3215] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:44:03 2026] DELETE /v2.0/networks/ebbaadfb-7d3b-4cf0-bfc2-83b6841800ce => 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: 1559/3216] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:44:04 2026] GET /v2.0/security-groups?tenant_id=dbcdc7e9b3764f599607ac1fbb1e27ef&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1658/3217] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:44:04 2026] DELETE /v2.0/security-groups/ea892f8b-2457-4626-b5c6-224743135b01 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3218] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:44:05 2026] GET /v2.0/security-groups?tenant_id=b3fafd7936744feea3923b3c3ea2127e&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 23:44:05.273 7 INFO neutron.services.segments.plugin [-] Segment c9565ded-d872-4b36-975c-00593c657118 resource provider aggregate not found 2026-06-09 23:44:05.278 7 INFO neutron.services.segments.plugin [-] Segment c9565ded-d872-4b36-975c-00593c657118 resource provider aggregate not found 2026-06-09 23:44:05.288 7 INFO neutron.services.segments.plugin [-] Segment c9565ded-d872-4b36-975c-00593c657118 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9565ded-d872-4b36-975c-00593c657118 found for delete ", "request_id": "req-297da529-6e02-47cf-8556-936663bfb813"}]} 2026-06-09 23:44:05.294 7 INFO neutron.services.segments.plugin [-] Segment c9565ded-d872-4b36-975c-00593c657118 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9565ded-d872-4b36-975c-00593c657118 found for delete ", "request_id": "req-92f7a8d0-f8a2-493c-991f-d1af89313027"}]} 2026-06-09 23:44:05.304 7 INFO neutron.services.segments.plugin [-] Segment 34a28bb8-bc96-4d39-b645-7e1c6dd6bfb3 resource provider aggregate not found [pid: 7|app: 0|req: 1659/3219] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:44:05 2026] DELETE /v2.0/security-groups/fff010a2-a2a5-4c1a-b877-9f2b66ed9362 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:44:05.310 7 INFO neutron.services.segments.plugin [-] Segment 34a28bb8-bc96-4d39-b645-7e1c6dd6bfb3 resource provider aggregate not found 2026-06-09 23:44:05.320 7 INFO neutron.services.segments.plugin [-] Segment 34a28bb8-bc96-4d39-b645-7e1c6dd6bfb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34a28bb8-bc96-4d39-b645-7e1c6dd6bfb3 found for delete ", "request_id": "req-96828099-1d21-4f3d-9dd8-0aeeac6ce50a"}]} 2026-06-09 23:44:05.328 7 INFO neutron.services.segments.plugin [-] Segment 34a28bb8-bc96-4d39-b645-7e1c6dd6bfb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34a28bb8-bc96-4d39-b645-7e1c6dd6bfb3 found for delete ", "request_id": "req-6944046f-1b91-4028-84f5-e8aa9d11065c"}]} 2026-06-09 23:44:05.386 8 INFO neutron.services.segments.plugin [-] Segment fbdea1f7-77bb-4c5b-b70f-e5c1209ea674 resource provider aggregate not found 2026-06-09 23:44:05.395 8 INFO neutron.services.segments.plugin [-] Segment fbdea1f7-77bb-4c5b-b70f-e5c1209ea674 resource provider aggregate not found 2026-06-09 23:44:05.400 8 INFO neutron.services.segments.plugin [-] Segment fbdea1f7-77bb-4c5b-b70f-e5c1209ea674 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbdea1f7-77bb-4c5b-b70f-e5c1209ea674 found for delete ", "request_id": "req-1c645822-03d9-42f5-af6e-d1029fe24fd3"}]} 2026-06-09 23:44:05.412 8 INFO neutron.services.segments.plugin [-] Segment fbdea1f7-77bb-4c5b-b70f-e5c1209ea674 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbdea1f7-77bb-4c5b-b70f-e5c1209ea674 found for delete ", "request_id": "req-025d709b-22ba-4ac8-a43f-3281bb561921"}]} [pid: 8|app: 0|req: 1561/3220] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:44:05 2026] GET /v2.0/security-groups?tenant_id=381e4ec15cb34b498dd2f106c3bca8c6&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: 1660/3221] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:44:05 2026] DELETE /v2.0/security-groups/0dd541db-4de4-48a9-8a0e-da0ec15b433e => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:44:09.041 8 INFO neutron.db.segments_db [None req-771a7758-2c40-4eb7-9a11-19a73f781aa7 f5abbc6214094fc7b5d68677f5c12755 4a46db45af0c45c1897518b5a65e1ff5 - - default default] Added segment 7fb570db-1566-4959-8be6-973dbb423199 of type vxlan for network cc4768b7-7d73-491a-9961-8b62bb5a60d8 [pid: 8|app: 0|req: 1562/3222] 10.0.0.212 () {34 vars in 670 bytes} [Tue Jun 9 23:44:08 2026] POST /v2.0/networks => generated 632 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3223] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:44:09 2026] PUT /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3224] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:44:09 2026] GET /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3225] 10.0.0.212 () {34 vars in 764 bytes} [Tue Jun 9 23:44:09 2026] PUT /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3226] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:44:09 2026] GET /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3227] 10.0.0.212 () {34 vars in 760 bytes} [Tue Jun 9 23:44:09 2026] PUT /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3228] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:44:09 2026] GET /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3229] 10.0.0.212 () {34 vars in 782 bytes} [Tue Jun 9 23:44:09 2026] PUT /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/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: 1566/3230] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:44:09 2026] GET /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3231] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:44:09 2026] PUT /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3232] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:44:09 2026] GET /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3233] 10.0.0.212 () {32 vars in 741 bytes} [Tue Jun 9 23:44:09 2026] GET /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:44:09.817 8 INFO neutron.api.v2.resource [None req-93eef763-4345-4564-a74b-96c0af19a0db f5abbc6214094fc7b5d68677f5c12755 4a46db45af0c45c1897518b5a65e1ff5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1568/3234] 10.0.0.212 () {32 vars in 745 bytes} [Tue Jun 9 23:44:09 2026] GET /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/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: 1667/3235] 10.0.0.212 () {32 vars in 744 bytes} [Tue Jun 9 23:44:09 2026] DELETE /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3236] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:44:09 2026] GET /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:44:10.014 7 INFO neutron.api.v2.resource [None req-8e5c6140-6734-4822-b8bd-ef7b55f3b43b f5abbc6214094fc7b5d68677f5c12755 4a46db45af0c45c1897518b5a65e1ff5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3237] 10.0.0.212 () {32 vars in 748 bytes} [Tue Jun 9 23:44:09 2026] DELETE /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags/green => generated 99 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3238] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:44:10 2026] DELETE /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags => 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: 1669/3239] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:44:10 2026] GET /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:44:10.268 8 INFO neutron.services.segments.plugin [-] Segment 7fb570db-1566-4959-8be6-973dbb423199 resource provider aggregate not found 2026-06-09 23:44:10.274 8 INFO neutron.services.segments.plugin [-] Segment 7fb570db-1566-4959-8be6-973dbb423199 resource provider aggregate not found 2026-06-09 23:44:10.293 8 INFO neutron.services.segments.plugin [-] Segment 7fb570db-1566-4959-8be6-973dbb423199 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fb570db-1566-4959-8be6-973dbb423199 found for delete ", "request_id": "req-04584755-696d-4408-b32c-c3053fc0a666"}]} 2026-06-09 23:44:10.298 8 INFO neutron.services.segments.plugin [-] Segment 7fb570db-1566-4959-8be6-973dbb423199 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fb570db-1566-4959-8be6-973dbb423199 found for delete ", "request_id": "req-b5670a6b-e1cf-4945-a48f-ef8f0b460bf5"}]} [pid: 8|app: 0|req: 1571/3240] 10.0.0.212 () {32 vars in 726 bytes} [Tue Jun 9 23:44:10 2026] DELETE /v2.0/networks/cc4768b7-7d73-491a-9961-8b62bb5a60d8 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3241] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:44:10 2026] GET /v2.0/security-groups?tenant_id=42889507d289466eac552859df9f8782&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3242] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:44:11 2026] DELETE /v2.0/security-groups/660642d6-b205-43ed-970d-861526957880 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3243] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:44:11 2026] GET /v2.0/security-groups?tenant_id=4a46db45af0c45c1897518b5a65e1ff5&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3244] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:44:11 2026] DELETE /v2.0/security-groups/3a978fe4-3788-4e20-8f19-65e64210a732 => 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: 1672/3245] 10.0.0.212 () {34 vars in 678 bytes} [Tue Jun 9 23:44:14 2026] POST /v2.0/qos/policies => generated 359 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3246] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:44:14 2026] PUT /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3247] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:44:14 2026] GET /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3248] 10.0.0.212 () {34 vars in 764 bytes} [Tue Jun 9 23:44:14 2026] PUT /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3249] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:44:15 2026] GET /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3250] 10.0.0.212 () {34 vars in 760 bytes} [Tue Jun 9 23:44:15 2026] PUT /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3251] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:44:15 2026] GET /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3252] 10.0.0.212 () {34 vars in 782 bytes} [Tue Jun 9 23:44:15 2026] PUT /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3253] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:44:15 2026] GET /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3254] 10.0.0.212 () {34 vars in 753 bytes} [Tue Jun 9 23:44:15 2026] PUT /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/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: 1677/3255] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:44:15 2026] GET /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/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: 1579/3256] 10.0.0.212 () {32 vars in 741 bytes} [Tue Jun 9 23:44:15 2026] GET /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 23:44:15.430 7 INFO neutron.api.v2.resource [None req-1d220d74-6489-4b30-9cfa-510d93e10f30 5ea34690331343499f3e95d78931324d a81ac4ddf72044e0a9c9630f6171a13e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1678/3257] 10.0.0.212 () {32 vars in 745 bytes} [Tue Jun 9 23:44:15 2026] GET /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3258] 10.0.0.212 () {32 vars in 744 bytes} [Tue Jun 9 23:44:15 2026] DELETE /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/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: 1679/3259] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:44:15 2026] GET /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 23:44:15.559 8 INFO neutron.api.v2.resource [None req-de507ccd-5f87-4e38-b44a-795356ca274f 5ea34690331343499f3e95d78931324d a81ac4ddf72044e0a9c9630f6171a13e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3260] 10.0.0.212 () {32 vars in 748 bytes} [Tue Jun 9 23:44:15 2026] DELETE /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3261] 10.0.0.212 () {32 vars in 736 bytes} [Tue Jun 9 23:44:15 2026] DELETE /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3262] 10.0.0.212 () {32 vars in 733 bytes} [Tue Jun 9 23:44:15 2026] GET /v2.0/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3263] 10.0.0.212 () {32 vars in 734 bytes} [Tue Jun 9 23:44:15 2026] DELETE /v2.0/qos/policies/9cadbbe6-6651-441d-bdc5-1d307eba858d => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3266] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:44:16 2026] GET /v2.0/security-groups?tenant_id=552fc84cb7824cf0bf953dadfaa14a9c&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3267] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:44:16 2026] DELETE /v2.0/security-groups/9d19c46a-3723-4587-b013-bba1e111edd0 => 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: 1684/3268] 10.0.0.212 () {32 vars in 774 bytes} [Tue Jun 9 23:44:16 2026] GET /v2.0/security-groups?tenant_id=a81ac4ddf72044e0a9c9630f6171a13e&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3269] 10.0.0.212 () {32 vars in 740 bytes} [Tue Jun 9 23:44:16 2026] DELETE /v2.0/security-groups/bca17e17-3639-422e-a20f-866de7f32c0b => 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: 1685/3270] 10.0.0.212 () {32 vars in 649 bytes} [Tue Jun 9 23:44:19 2026] GET /v2.0/networks => generated 2167 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3271] 10.0.0.212 () {32 vars in 655 bytes} [Tue Jun 9 23:44:20 2026] GET /v2.0/floatingips => generated 19 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3272] 10.0.0.212 () {32 vars in 647 bytes} [Tue Jun 9 23:44:20 2026] GET /v2.0/routers => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3273] 10.0.0.212 () {32 vars in 643 bytes} [Tue Jun 9 23:44:21 2026] GET /v2.0/ports => generated 4721 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3274] 10.0.0.212 () {32 vars in 647 bytes} [Tue Jun 9 23:44:21 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3275] 10.0.0.212 () {32 vars in 649 bytes} [Tue Jun 9 23:44:21 2026] GET /v2.0/networks => generated 2167 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3276] 10.0.0.212 () {32 vars in 663 bytes} [Tue Jun 9 23:44:21 2026] GET /v2.0/security-groups => generated 17397 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3277] 10.0.0.212 () {32 vars in 655 bytes} [Tue Jun 9 23:44:21 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)