+ 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 [Sun May 10 01:27:20 2026] *** compiled with version: 13.3.0 on 09 May 2026 21:15:19 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-579cbf7cc5-qqw66 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 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7f0d6712d668 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-05-10 01:27:24.836 8 INFO neutron.common.config [-] Logging enabled! 2026-05-10 01:27:24.837 8 INFO neutron.common.config [-] uwsgi version 26.0.4.dev7 2026-05-10 01:27:24.913 7 INFO neutron.common.config [-] Logging enabled! 2026-05-10 01:27:24.913 7 INFO neutron.common.config [-] uwsgi version 26.0.4.dev7 2026-05-10 01:27:25.838 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-10 01:27:25.943 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-10 01:27:27.177 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-10 01:27:27.180 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-10 01:27:27.184 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-10 01:27:27.185 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-10 01:27:27.185 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-10 01:27:27.185 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-10 01:27:27.185 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:27:27.193 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:27:27.193 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:27:27.193 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-10 01:27:27.216 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-10 01:27:27.217 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-10 01:27:27.217 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-10 01:27:27.268 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-10 01:27:27.268 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-10 01:27:27.268 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-10 01:27:27.268 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-10 01:27:27.361 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-10 01:27:27.364 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-10 01:27:27.368 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-10 01:27:27.369 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-10 01:27:27.369 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-10 01:27:27.370 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-10 01:27:27.370 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:27:27.377 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:27:27.377 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:27:27.378 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-10 01:27:27.400 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-10 01:27:27.401 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-10 01:27:27.401 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-10 01:27:27.450 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-10 01:27:27.450 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-10 01:27:27.450 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-10 01:27:27.450 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-10 01:27:27.557 8 INFO neutron.plugins.ml2.managers [None req-c414d73c-11a9-48e6-9842-e639c8cae99e - - - - - -] Initializing driver for type 'vlan' 2026-05-10 01:27:27.766 7 INFO neutron.plugins.ml2.managers [None req-dfd0ac54-a002-49a8-af45-3dc0184e2005 - - - - - -] Initializing driver for type 'vlan' 2026-05-10 01:27:27.847 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-c414d73c-11a9-48e6-9842-e639c8cae99e - - - - - -] VlanTypeDriver initialization complete 2026-05-10 01:27:27.847 8 INFO neutron.plugins.ml2.managers [None req-c414d73c-11a9-48e6-9842-e639c8cae99e - - - - - -] Initializing driver for type 'vxlan' 2026-05-10 01:27:27.848 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-c414d73c-11a9-48e6-9842-e639c8cae99e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-10 01:27:27.861 8 INFO neutron.plugins.ml2.managers [None req-c414d73c-11a9-48e6-9842-e639c8cae99e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-10 01:27:27.861 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-c414d73c-11a9-48e6-9842-e639c8cae99e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-10 01:27:27.861 8 INFO neutron.plugins.ml2.managers [None req-c414d73c-11a9-48e6-9842-e639c8cae99e - - - - - -] Initializing extension driver 'port_security' 2026-05-10 01:27:27.861 8 INFO neutron.plugins.ml2.extensions.port_security [None req-c414d73c-11a9-48e6-9842-e639c8cae99e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-10 01:27:27.861 8 INFO neutron.plugins.ml2.managers [None req-c414d73c-11a9-48e6-9842-e639c8cae99e - - - - - -] Initializing extension driver 'qos' 2026-05-10 01:27:27.861 8 INFO neutron.plugins.ml2.managers [None req-c414d73c-11a9-48e6-9842-e639c8cae99e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-10 01:27:27.861 8 INFO neutron.plugins.ml2.managers [None req-c414d73c-11a9-48e6-9842-e639c8cae99e - - - - - -] Initializing mechanism driver 'l2population' 2026-05-10 01:27:27.873 8 INFO neutron.quota [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded quota_driver: . 2026-05-10 01:27:27.873 8 INFO neutron.plugins.ml2.plugin [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Modular L2 Plugin initialization complete 2026-05-10 01:27:27.874 8 INFO neutron.plugins.ml2.managers [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-10 01:27:27.874 8 INFO neutron.plugins.ml2.managers [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-10 01:27:27.874 8 INFO neutron.plugins.ml2.managers [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Got port-security extension from driver 'port_security' 2026-05-10 01:27:27.874 8 INFO neutron.extensions.vlantransparent [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Disabled vlantransparent extension. 2026-05-10 01:27:27.874 8 INFO neutron.extensions.qinq [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Disabled VLAN QinQ extension. 2026-05-10 01:27:27.874 8 INFO neutron.manager [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loading Plugin: qos 2026-05-10 01:27:27.887 8 INFO neutron.manager [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loading Plugin: router 2026-05-10 01:27:27.932 8 INFO neutron.services.service_base [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-10 01:27:27.932 8 INFO neutron.manager [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loading Plugin: segments 2026-05-10 01:27:28.029 8 INFO neutron.manager [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loading Plugin: trunk 2026-05-10 01:27:28.043 8 INFO neutron.manager [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loading Plugin: vpnaas 2026-05-10 01:27:28.082 8 WARNING stevedore.named [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-10 01:27:28.082 8 WARNING stevedore.named [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-10 01:27:28.089 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-dfd0ac54-a002-49a8-af45-3dc0184e2005 - - - - - -] VlanTypeDriver initialization complete 2026-05-10 01:27:28.089 7 INFO neutron.plugins.ml2.managers [None req-dfd0ac54-a002-49a8-af45-3dc0184e2005 - - - - - -] Initializing driver for type 'vxlan' 2026-05-10 01:27:28.090 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-dfd0ac54-a002-49a8-af45-3dc0184e2005 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-10 01:27:28.103 7 INFO neutron.plugins.ml2.managers [None req-dfd0ac54-a002-49a8-af45-3dc0184e2005 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-10 01:27:28.104 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-dfd0ac54-a002-49a8-af45-3dc0184e2005 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-10 01:27:28.104 7 INFO neutron.plugins.ml2.managers [None req-dfd0ac54-a002-49a8-af45-3dc0184e2005 - - - - - -] Initializing extension driver 'port_security' 2026-05-10 01:27:28.104 7 INFO neutron.plugins.ml2.extensions.port_security [None req-dfd0ac54-a002-49a8-af45-3dc0184e2005 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-10 01:27:28.104 7 INFO neutron.plugins.ml2.managers [None req-dfd0ac54-a002-49a8-af45-3dc0184e2005 - - - - - -] Initializing extension driver 'qos' 2026-05-10 01:27:28.104 7 INFO neutron.plugins.ml2.managers [None req-dfd0ac54-a002-49a8-af45-3dc0184e2005 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-10 01:27:28.104 7 INFO neutron.plugins.ml2.managers [None req-dfd0ac54-a002-49a8-af45-3dc0184e2005 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-10 01:27:28.116 7 INFO neutron.quota [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded quota_driver: . 2026-05-10 01:27:28.117 7 INFO neutron.plugins.ml2.plugin [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Modular L2 Plugin initialization complete 2026-05-10 01:27:28.117 7 INFO neutron.plugins.ml2.managers [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-10 01:27:28.117 7 INFO neutron.plugins.ml2.managers [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-10 01:27:28.118 7 INFO neutron.plugins.ml2.managers [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-10 01:27:28.118 7 INFO neutron.extensions.vlantransparent [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Disabled vlantransparent extension. 2026-05-10 01:27:28.118 7 INFO neutron.extensions.qinq [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Disabled VLAN QinQ extension. 2026-05-10 01:27:28.118 7 INFO neutron.manager [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loading Plugin: qos 2026-05-10 01:27:28.132 7 INFO neutron.manager [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loading Plugin: router 2026-05-10 01:27:28.155 8 INFO neutron_vpnaas.services.vpn.plugin [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-10 01:27:28.155 8 INFO neutron.common.utils [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-10 01:27:28.155 8 INFO neutron.manager [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loading Plugin: taas 2026-05-10 01:27:28.178 7 INFO neutron.services.service_base [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-10 01:27:28.178 8 WARNING stevedore.named [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-10 01:27:28.178 7 INFO neutron.manager [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loading Plugin: segments 2026-05-10 01:27:28.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-10 01:27:28.204 8 INFO neutron.manager [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loading Plugin: tapmirror 2026-05-10 01:27:28.213 8 WARNING stevedore.named [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-10 01:27:28.233 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-10 01:27:28.234 8 INFO neutron.manager [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loading Plugin: auto_allocate 2026-05-10 01:27:28.239 8 INFO neutron.manager [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loading Plugin: tag 2026-05-10 01:27:28.247 8 INFO neutron.manager [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loading Plugin: timestamp 2026-05-10 01:27:28.249 8 INFO neutron.manager [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loading Plugin: network_ip_availability 2026-05-10 01:27:28.254 8 INFO neutron.manager [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loading Plugin: flavors 2026-05-10 01:27:28.257 8 INFO neutron.manager [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loading Plugin: revisions 2026-05-10 01:27:28.261 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Initializing extension manager. 2026-05-10 01:27:28.262 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: address-group 2026-05-10 01:27:28.263 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: address-scope 2026-05-10 01:27:28.264 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-10 01:27:28.265 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: agent 2026-05-10 01:27:28.265 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: agent-resources-synced 2026-05-10 01:27:28.266 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: allowed-address-pairs 2026-05-10 01:27:28.267 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: auto-allocated-topology 2026-05-10 01:27:28.268 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: availability_zone 2026-05-10 01:27:28.268 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: availability_zone_filter 2026-05-10 01:27:28.269 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-10 01:27:28.269 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: default-subnetpools 2026-05-10 01:27:28.271 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-10 01:27:28.272 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: dns-integration 2026-05-10 01:27:28.272 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: dns-domain-ports 2026-05-10 01:27:28.273 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-10 01:27:28.273 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: dvr 2026-05-10 01:27:28.274 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-10 01:27:28.274 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: empty-string-filtering 2026-05-10 01:27:28.275 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-10 01:27:28.275 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-10 01:27:28.276 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: external-net 2026-05-10 01:27:28.276 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-10 01:27:28.277 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: extraroute 2026-05-10 01:27:28.277 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: extraroute-atomic 2026-05-10 01:27:28.278 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-10 01:27:28.279 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-10 01:27:28.280 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-10 01:27:28.281 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-10 01:27:28.281 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: fip-port-details 2026-05-10 01:27:28.282 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: flavors 2026-05-10 01:27:28.282 7 INFO neutron.manager [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loading Plugin: trunk 2026-05-10 01:27:28.283 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-10 01:27:28.284 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: floatingip-pools 2026-05-10 01:27:28.284 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: ip_allocation 2026-05-10 01:27:28.285 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: ip-substring-filtering 2026-05-10 01:27:28.285 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: l2_adjacency 2026-05-10 01:27:28.287 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: router 2026-05-10 01:27:28.288 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-10 01:27:28.289 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-10 01:27:28.290 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-10 01:27:28.290 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: ext-gw-mode 2026-05-10 01:27:28.291 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: l3-ha 2026-05-10 01:27:28.291 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-10 01:27:28.292 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-10 01:27:28.292 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: l3-flavors 2026-05-10 01:27:28.293 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-10 01:27:28.293 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-10 01:27:28.296 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-10 01:27:28.297 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-10 01:27:28.297 7 INFO neutron.manager [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loading Plugin: vpnaas 2026-05-10 01:27:28.298 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-10 01:27:28.299 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-10 01:27:28.299 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-10 01:27:28.300 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: multi-provider 2026-05-10 01:27:28.300 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: net-mtu 2026-05-10 01:27:28.301 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: net-mtu-writable 2026-05-10 01:27:28.302 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: network_availability_zone 2026-05-10 01:27:28.302 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: network_ha 2026-05-10 01:27:28.303 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: network-ip-availability 2026-05-10 01:27:28.304 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-10 01:27:28.304 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: pagination 2026-05-10 01:27:28.305 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: port-device-profile 2026-05-10 01:27:28.305 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-10 01:27:28.306 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-10 01:27:28.306 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-10 01:27:28.307 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: port-mac-override 2026-05-10 01:27:28.307 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-10 01:27:28.308 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-10 01:27:28.308 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-10 01:27:28.309 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: port-resource-request 2026-05-10 01:27:28.309 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: port-resource-request-groups 2026-05-10 01:27:28.310 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-10 01:27:28.310 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: binding 2026-05-10 01:27:28.313 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: binding-extended 2026-05-10 01:27:28.313 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: port-security 2026-05-10 01:27:28.314 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: project-id 2026-05-10 01:27:28.314 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: provider 2026-05-10 01:27:28.315 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-10 01:27:28.317 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: qos 2026-05-10 01:27:28.318 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-10 01:27:28.318 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-10 01:27:28.319 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: qos-default 2026-05-10 01:27:28.319 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: qos-fip 2026-05-10 01:27:28.320 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-10 01:27:28.320 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: qos-gateway-ip 2026-05-10 01:27:28.321 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: qos-port-network-policy 2026-05-10 01:27:28.322 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: qos-pps-minimum 2026-05-10 01:27:28.322 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-10 01:27:28.323 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: qos-pps 2026-05-10 01:27:28.323 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: qos-rule-type-details 2026-05-10 01:27:28.324 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-10 01:27:28.325 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: qos-rules-alias 2026-05-10 01:27:28.325 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: quota-check-limit 2026-05-10 01:27:28.326 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: quota-check-limit-default 2026-05-10 01:27:28.328 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: quotas 2026-05-10 01:27:28.329 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: quota_details 2026-05-10 01:27:28.332 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: rbac-policies 2026-05-10 01:27:28.332 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: rbac-address-group 2026-05-10 01:27:28.333 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: rbac-address-scope 2026-05-10 01:27:28.333 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: rbac-security-groups 2026-05-10 01:27:28.334 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: rbac-subnetpool 2026-05-10 01:27:28.335 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: revision-if-match 2026-05-10 01:27:28.335 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: standard-attr-revisions 2026-05-10 01:27:28.336 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: router_availability_zone 2026-05-10 01:27:28.337 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-10 01:27:28.340 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: security-groups-default-rules 2026-05-10 01:27:28.340 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-10 01:27:28.341 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-10 01:27:28.341 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-10 01:27:28.342 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-10 01:27:28.342 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-10 01:27:28.344 7 WARNING stevedore.named [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-10 01:27:28.344 7 WARNING stevedore.named [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-10 01:27:28.350 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: security-group 2026-05-10 01:27:28.354 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: segment 2026-05-10 01:27:28.355 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-10 01:27:28.356 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: service-type 2026-05-10 01:27:28.357 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: sorting 2026-05-10 01:27:28.358 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: standard-attr-segment 2026-05-10 01:27:28.359 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: standard-attr-description 2026-05-10 01:27:28.360 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: stateful-security-group 2026-05-10 01:27:28.360 8 WARNING neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-10 01:27:28.361 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-10 01:27:28.361 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: subnet-external-network 2026-05-10 01:27:28.363 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: subnet_onboard 2026-05-10 01:27:28.363 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-10 01:27:28.364 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: subnet-service-types 2026-05-10 01:27:28.365 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: subnet_allocation 2026-05-10 01:27:28.366 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-10 01:27:28.367 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: tag-creation 2026-05-10 01:27:28.367 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-10 01:27:28.373 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: standard-attr-tag 2026-05-10 01:27:28.373 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-10 01:27:28.374 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: trunk 2026-05-10 01:27:28.374 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: trunk-details 2026-05-10 01:27:28.375 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-10 01:27:28.375 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-10 01:27:28.376 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-10 01:27:28.377 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-10 01:27:28.379 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-10 01:27:28.380 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-10 01:27:28.381 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: vpn-flavors 2026-05-10 01:27:28.383 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: vpnaas 2026-05-10 01:27:28.385 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: taas 2026-05-10 01:27:28.386 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: tap-mirror 2026-05-10 01:27:28.387 8 INFO neutron.api.extensions [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Loaded extension: taas-vlan-filter 2026-05-10 01:27:28.390 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-10 01:27:28.390 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-10 01:27:28.390 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:28.391 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-10 01:27:28.394 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-10 01:27:28.395 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-10 01:27:28.402 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-10 01:27:28.403 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-10 01:27:28.404 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-10 01:27:28.404 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:28.405 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] subnetpool is already registered 2026-05-10 01:27:28.405 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:28.405 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] subnetpool is already registered 2026-05-10 01:27:28.406 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-10 01:27:28.406 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:28.407 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:28.407 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-10 01:27:28.408 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-10 01:27:28.409 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-10 01:27:28.409 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:28.410 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] ipsecpolicy is already registered 2026-05-10 01:27:28.410 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:28.410 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] ikepolicy is already registered 2026-05-10 01:27:28.416 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-10 01:27:28.416 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] router is already registered 2026-05-10 01:27:28.417 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-10 01:27:28.418 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] floatingip is already registered 2026-05-10 01:27:28.422 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-10 01:27:28.422 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] rbac_policy is already registered 2026-05-10 01:27:28.423 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-10 01:27:28.423 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] security_group is already registered 2026-05-10 01:27:28.424 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-10 01:27:28.424 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] security_group_rule is already registered 2026-05-10 01:27:28.425 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:28.425 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] subnetpool is already registered 2026-05-10 01:27:28.425 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:28.425 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] subnetpool is already registered 2026-05-10 01:27:28.426 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-10 01:27:28.426 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] trunk is already registered 2026-05-10 01:27:28.426 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:28.426 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] ikepolicy is already registered 2026-05-10 01:27:28.427 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:28.427 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] ipsecpolicy is already registered 2026-05-10 01:27:28.427 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-10 01:27:28.427 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] endpoint_group is already registered 2026-05-10 01:27:28.428 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-10 01:27:28.428 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] vpnservice is already registered 2026-05-10 01:27:28.428 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-10 01:27:28.428 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] ipsec_site_connection is already registered 2026-05-10 01:27:28.429 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:28.429 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] ipsecpolicy is already registered 2026-05-10 01:27:28.429 8 INFO neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:28.429 8 WARNING neutron.quota.resource_registry [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] ikepolicy is already registered 2026-05-10 01:27:28.437 7 INFO neutron_vpnaas.services.vpn.plugin [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-10 01:27:28.438 7 INFO neutron.common.utils [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-10 01:27:28.438 7 INFO neutron.manager [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loading Plugin: taas 2026-05-10 01:27:28.464 7 WARNING stevedore.named [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-10 01:27:28.469 8 WARNING keystonemiddleware._common.config [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-10 01:27:28.476 8 WARNING oslo_config.cfg [None req-e04d7745-aeee-4829-b5e0-c0c3eb7dcd1d - - - - - -] 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 0x7f0d6712d668 pid: 8 (default app) 2026-05-10 01:27:28.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-10 01:27:28.539 7 INFO neutron.manager [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loading Plugin: tapmirror 2026-05-10 01:27:28.556 7 WARNING stevedore.named [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-10 01:27:28.580 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-10 01:27:28.581 7 INFO neutron.manager [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loading Plugin: auto_allocate 2026-05-10 01:27:28.591 7 INFO neutron.manager [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loading Plugin: tag 2026-05-10 01:27:28.601 7 INFO neutron.manager [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loading Plugin: timestamp 2026-05-10 01:27:28.604 7 INFO neutron.manager [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loading Plugin: network_ip_availability 2026-05-10 01:27:28.608 7 INFO neutron.manager [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loading Plugin: flavors 2026-05-10 01:27:28.611 7 INFO neutron.manager [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loading Plugin: revisions 2026-05-10 01:27:28.615 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Initializing extension manager. 2026-05-10 01:27:28.616 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: address-group 2026-05-10 01:27:28.617 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: address-scope 2026-05-10 01:27:28.617 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-10 01:27:28.618 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: agent 2026-05-10 01:27:28.619 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: agent-resources-synced 2026-05-10 01:27:28.620 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-10 01:27:28.621 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-10 01:27:28.621 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: availability_zone 2026-05-10 01:27:28.622 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: availability_zone_filter 2026-05-10 01:27:28.623 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-10 01:27:28.623 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: default-subnetpools 2026-05-10 01:27:28.625 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-10 01:27:28.625 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: dns-integration 2026-05-10 01:27:28.626 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: dns-domain-ports 2026-05-10 01:27:28.626 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-10 01:27:28.627 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: dvr 2026-05-10 01:27:28.627 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-10 01:27:28.628 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: empty-string-filtering 2026-05-10 01:27:28.629 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-10 01:27:28.629 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-10 01:27:28.630 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: external-net 2026-05-10 01:27:28.630 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-10 01:27:28.631 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: extraroute 2026-05-10 01:27:28.631 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: extraroute-atomic 2026-05-10 01:27:28.632 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-10 01:27:28.633 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-10 01:27:28.633 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-10 01:27:28.634 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-10 01:27:28.634 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: fip-port-details 2026-05-10 01:27:28.635 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: flavors 2026-05-10 01:27:28.636 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-10 01:27:28.637 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: floatingip-pools 2026-05-10 01:27:28.637 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: ip_allocation 2026-05-10 01:27:28.638 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-10 01:27:28.638 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: l2_adjacency 2026-05-10 01:27:28.639 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: router 2026-05-10 01:27:28.641 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-10 01:27:28.641 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-10 01:27:28.642 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-10 01:27:28.643 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: ext-gw-mode 2026-05-10 01:27:28.643 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: l3-ha 2026-05-10 01:27:28.644 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-10 01:27:28.644 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-10 01:27:28.645 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: l3-flavors 2026-05-10 01:27:28.645 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-10 01:27:28.646 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-10 01:27:28.648 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-10 01:27:28.649 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-10 01:27:28.650 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-10 01:27:28.652 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-10 01:27:28.652 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-10 01:27:28.653 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: multi-provider 2026-05-10 01:27:28.653 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: net-mtu 2026-05-10 01:27:28.654 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: net-mtu-writable 2026-05-10 01:27:28.654 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: network_availability_zone 2026-05-10 01:27:28.655 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: network_ha 2026-05-10 01:27:28.655 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: network-ip-availability 2026-05-10 01:27:28.656 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-10 01:27:28.657 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: pagination 2026-05-10 01:27:28.657 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: port-device-profile 2026-05-10 01:27:28.658 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-10 01:27:28.658 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-10 01:27:28.659 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-10 01:27:28.659 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: port-mac-override 2026-05-10 01:27:28.660 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-10 01:27:28.660 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-10 01:27:28.661 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-10 01:27:28.662 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: port-resource-request 2026-05-10 01:27:28.662 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-10 01:27:28.663 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-10 01:27:28.663 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: binding 2026-05-10 01:27:28.664 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: binding-extended 2026-05-10 01:27:28.664 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: port-security 2026-05-10 01:27:28.665 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: project-id 2026-05-10 01:27:28.665 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: provider 2026-05-10 01:27:28.666 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-10 01:27:28.668 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: qos 2026-05-10 01:27:28.669 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-10 01:27:28.669 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-10 01:27:28.670 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: qos-default 2026-05-10 01:27:28.670 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: qos-fip 2026-05-10 01:27:28.671 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-10 01:27:28.671 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-10 01:27:28.672 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-10 01:27:28.673 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-10 01:27:28.673 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-10 01:27:28.674 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: qos-pps 2026-05-10 01:27:28.674 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-10 01:27:28.675 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-10 01:27:28.675 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: qos-rules-alias 2026-05-10 01:27:28.676 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: quota-check-limit 2026-05-10 01:27:28.677 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-10 01:27:28.679 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: quotas 2026-05-10 01:27:28.680 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: quota_details 2026-05-10 01:27:28.681 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: rbac-policies 2026-05-10 01:27:28.682 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: rbac-address-group 2026-05-10 01:27:28.682 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: rbac-address-scope 2026-05-10 01:27:28.683 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: rbac-security-groups 2026-05-10 01:27:28.683 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-10 01:27:28.684 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: revision-if-match 2026-05-10 01:27:28.684 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-10 01:27:28.685 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: router_availability_zone 2026-05-10 01:27:28.685 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-10 01:27:28.687 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-10 01:27:28.690 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-10 01:27:28.691 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-10 01:27:28.691 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-10 01:27:28.692 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-10 01:27:28.693 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-10 01:27:28.698 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: security-group 2026-05-10 01:27:28.699 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: segment 2026-05-10 01:27:28.699 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-10 01:27:28.700 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: service-type 2026-05-10 01:27:28.700 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: sorting 2026-05-10 01:27:28.701 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: standard-attr-segment 2026-05-10 01:27:28.702 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: standard-attr-description 2026-05-10 01:27:28.702 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: stateful-security-group 2026-05-10 01:27:28.703 7 WARNING neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-10 01:27:28.704 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-10 01:27:28.704 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: subnet-external-network 2026-05-10 01:27:28.705 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: subnet_onboard 2026-05-10 01:27:28.705 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-10 01:27:28.706 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: subnet-service-types 2026-05-10 01:27:28.707 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: subnet_allocation 2026-05-10 01:27:28.708 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-10 01:27:28.708 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: tag-creation 2026-05-10 01:27:28.709 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-10 01:27:28.712 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: standard-attr-tag 2026-05-10 01:27:28.713 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-10 01:27:28.714 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: trunk 2026-05-10 01:27:28.714 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: trunk-details 2026-05-10 01:27:28.715 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-10 01:27:28.715 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-10 01:27:28.716 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-10 01:27:28.716 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-10 01:27:28.718 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-10 01:27:28.719 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-10 01:27:28.720 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: vpn-flavors 2026-05-10 01:27:28.721 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: vpnaas 2026-05-10 01:27:28.722 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: taas 2026-05-10 01:27:28.723 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: tap-mirror 2026-05-10 01:27:28.724 7 INFO neutron.api.extensions [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-10 01:27:28.726 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-10 01:27:28.727 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-10 01:27:28.727 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:28.727 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-10 01:27:28.731 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-10 01:27:28.731 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-10 01:27:28.736 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-10 01:27:28.736 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-10 01:27:28.737 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-10 01:27:28.737 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:28.738 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] subnetpool is already registered 2026-05-10 01:27:28.738 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:28.738 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] subnetpool is already registered 2026-05-10 01:27:28.739 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-10 01:27:28.739 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:28.739 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:28.740 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-10 01:27:28.740 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-10 01:27:28.741 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-10 01:27:28.741 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:28.741 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] ipsecpolicy is already registered 2026-05-10 01:27:28.741 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:28.742 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] ikepolicy is already registered 2026-05-10 01:27:28.746 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-10 01:27:28.747 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] router is already registered 2026-05-10 01:27:28.747 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-10 01:27:28.747 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] floatingip is already registered 2026-05-10 01:27:28.751 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-10 01:27:28.751 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] rbac_policy is already registered 2026-05-10 01:27:28.752 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-10 01:27:28.752 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] security_group is already registered 2026-05-10 01:27:28.752 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-10 01:27:28.752 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] security_group_rule is already registered 2026-05-10 01:27:28.753 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:28.753 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] subnetpool is already registered 2026-05-10 01:27:28.753 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:28.754 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] subnetpool is already registered 2026-05-10 01:27:28.754 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-10 01:27:28.754 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] trunk is already registered 2026-05-10 01:27:28.755 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:28.755 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] ikepolicy is already registered 2026-05-10 01:27:28.755 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:28.755 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] ipsecpolicy is already registered 2026-05-10 01:27:28.756 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-10 01:27:28.756 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] endpoint_group is already registered 2026-05-10 01:27:28.756 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-10 01:27:28.756 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] vpnservice is already registered 2026-05-10 01:27:28.757 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-10 01:27:28.757 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] ipsec_site_connection is already registered 2026-05-10 01:27:28.757 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:28.757 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] ipsecpolicy is already registered 2026-05-10 01:27:28.758 7 INFO neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:28.758 7 WARNING neutron.quota.resource_registry [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] ikepolicy is already registered 2026-05-10 01:27:28.794 7 WARNING keystonemiddleware._common.config [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-10 01:27:28.801 7 WARNING oslo_config.cfg [None req-08b014d0-71f4-4379-a8da-2ad159c936e8 - - - - - -] 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 0x7f0d6712d668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 01:27:33.248 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ee87bff2-3e92-409e-81e8-612a4aade3d8 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 199.204.45.53 () {44 vars in 924 bytes} [Sun May 10 01:27:32 2026] GET /v2.0/networks/public => generated 108 bytes in 845 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 199.204.45.53 () {44 vars in 946 bytes} [Sun May 10 01:27:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 428 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 01:27:34.114 8 WARNING neutron.services.revisions.revision_plugin [None req-a7db8192-b9d8-4074-8ad0-0a0b6c3db507 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Could not find related network for resource to bump revision. 2026-05-10 01:27:34.129 8 INFO neutron.db.segments_db [None req-a7db8192-b9d8-4074-8ad0-0a0b6c3db507 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment e5e87d6f-48ce-408a-9143-1a36ee47d28f of type flat for network 2f7c741c-70cb-4eff-bff1-d701af15b543 2026-05-10 01:27:34.166 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7db8192-b9d8-4074-8ad0-0a0b6c3db507 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 199.204.45.53 () {48 vars in 964 bytes} [Sun May 10 01:27:33 2026] POST /v2.0/networks => generated 124 bytes in 491 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 01:27:40.042 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1c7f5626-1e95-42a6-9cd9-7a52bd286de3 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.53 () {44 vars in 924 bytes} [Sun May 10 01:27:39 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.53 () {44 vars in 946 bytes} [Sun May 10 01:27:40 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-05-10 01:27:40.111 8 WARNING neutron.services.revisions.revision_plugin [None req-a3ab6bfb-3f5d-4e5b-8813-f0a456ff26a5 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Could not find related network for resource to bump revision. 2026-05-10 01:27:40.122 8 INFO neutron.db.segments_db [None req-a3ab6bfb-3f5d-4e5b-8813-f0a456ff26a5 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 7e76966a-2e6c-416c-9b0f-24e7bee366ea of type flat for network d192426a-8a51-44fa-a9e9-fa8857e9faf2 2026-05-10 01:27:40.141 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3ab6bfb-3f5d-4e5b-8813-f0a456ff26a5 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.53 () {48 vars in 964 bytes} [Sun May 10 01:27:40 2026] POST /v2.0/networks => generated 124 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 01:27:46.327 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d884653-af8e-4fd2-bec3-73ceb8537096 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 199.204.45.53 () {44 vars in 924 bytes} [Sun May 10 01:27:45 2026] GET /v2.0/networks/public => generated 108 bytes in 358 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 199.204.45.53 () {44 vars in 946 bytes} [Sun May 10 01:27:46 2026] GET /v2.0/networks?name=public => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 01:27:46.611 7 WARNING neutron.services.revisions.revision_plugin [None req-0017cbb9-df96-41df-ac2c-0638600d1b10 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Could not find related network for resource to bump revision. 2026-05-10 01:27:46.631 7 INFO neutron.db.segments_db [None req-0017cbb9-df96-41df-ac2c-0638600d1b10 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 012ea6fc-2c1b-4e9b-8919-381b8283556f of type flat for network 5219c7b7-201f-4010-a355-bf63cbdcad9a 2026-05-10 01:27:46.682 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0017cbb9-df96-41df-ac2c-0638600d1b10 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 199.204.45.53 () {48 vars in 964 bytes} [Sun May 10 01:27:46 2026] POST /v2.0/networks => generated 124 bytes in 332 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 01:27:52.568 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93217dc5-253c-484c-ab26-5a0f1343497c 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.53 () {44 vars in 924 bytes} [Sun May 10 01:27:52 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 199.204.45.53 () {44 vars in 946 bytes} [Sun May 10 01:27:52 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 01:27:52.636 7 WARNING neutron.services.revisions.revision_plugin [None req-2048e287-4a77-4905-b56d-f39e38123768 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Could not find related network for resource to bump revision. 2026-05-10 01:27:52.656 7 INFO neutron.db.segments_db [None req-2048e287-4a77-4905-b56d-f39e38123768 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 74c1e2a1-0dfc-4f1a-a21e-c2ab96cd1bf0 of type flat for network e03136fd-03f3-478f-980d-6d72445ba2a8 2026-05-10 01:27:52.681 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2048e287-4a77-4905-b56d-f39e38123768 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.53 () {48 vars in 964 bytes} [Sun May 10 01:27:52 2026] POST /v2.0/networks => generated 124 bytes in 100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 01:27:58.594 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c3bbba6-4b1c-43d9-a3b9-ca97328e4400 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.53 () {44 vars in 924 bytes} [Sun May 10 01:27:58 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: 8/18] 199.204.45.53 () {44 vars in 946 bytes} [Sun May 10 01:27:58 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 01:27:58.671 8 WARNING neutron.services.revisions.revision_plugin [None req-02a58875-2896-4f8d-81c1-8d037dfb15df 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Could not find related network for resource to bump revision. 2026-05-10 01:27:58.700 8 INFO neutron.db.segments_db [None req-02a58875-2896-4f8d-81c1-8d037dfb15df 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 9920a004-2fe3-4a52-8fea-1e53102bd7d2 of type flat for network 2df40ae7-7866-41e9-93f7-af9f1273b3ae 2026-05-10 01:27:58.729 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02a58875-2896-4f8d-81c1-8d037dfb15df 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.53 () {48 vars in 964 bytes} [Sun May 10 01:27:58 2026] POST /v2.0/networks => generated 124 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 01:28:04.706 8 INFO neutron.pecan_wsgi.hooks.translation [None req-34cee1fb-af06-4e78-8d2b-0c8c4d55afe3 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.53 () {44 vars in 924 bytes} [Sun May 10 01:28:04 2026] GET /v2.0/networks/public => generated 108 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.53 () {44 vars in 946 bytes} [Sun May 10 01:28:04 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-05-10 01:28:04.833 8 WARNING neutron.services.revisions.revision_plugin [None req-22618f23-5344-4a1a-a1cf-8e5bdac7af2a 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Could not find related network for resource to bump revision. 2026-05-10 01:28:04.850 8 INFO neutron.db.segments_db [None req-22618f23-5344-4a1a-a1cf-8e5bdac7af2a 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 4b35e4d1-6ad8-4de1-a301-9e8b0fa8f072 of type flat for network dbe1d64e-d3ad-4b37-ba9b-82e9ea41112e [pid: 8|app: 0|req: 13/23] 199.204.45.53 () {48 vars in 964 bytes} [Sun May 10 01:28:04 2026] POST /v2.0/networks => generated 706 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 01:28:06.100 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f911585-278c-498d-b515-853d14e65ea9 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.53 () {44 vars in 924 bytes} [Sun May 10 01:28:06 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: 14/25] 199.204.45.53 () {44 vars in 946 bytes} [Sun May 10 01:28:06 2026] GET /v2.0/networks?name=public => generated 709 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:28:06.186 7 INFO neutron.pecan_wsgi.hooks.translation [None req-633563f8-6d0f-4bbf-bd67-989dd7794866 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.204.45.53 () {44 vars in 1031 bytes} [Sun May 10 01:28:06 2026] GET /v2.0/subnets/public-subnet?network_id=dbe1d64e-d3ad-4b37-ba9b-82e9ea41112e => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.53 () {44 vars in 1054 bytes} [Sun May 10 01:28:06 2026] GET /v2.0/subnets?name=public-subnet&network_id=dbe1d64e-d3ad-4b37-ba9b-82e9ea41112e => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.53 () {48 vars in 962 bytes} [Sun May 10 01:28:06 2026] POST /v2.0/subnets => generated 664 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 01:32:51.291 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8407263b-3a6f-4f2d-a74b-3d8f5ac7f447 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/66] 199.204.45.53 () {44 vars in 934 bytes} [Sun May 10 01:32:51 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/67] 199.204.45.53 () {44 vars in 956 bytes} [Sun May 10 01:32:51 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 01:32:51.383 7 INFO neutron.db.segments_db [None req-8e1b8957-9932-4bff-bfbb-abde63b779e7 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment ec6af3ac-55d9-47c8-836a-c6d9caf9ee5b of type vxlan for network 99758670-4713-4e1e-9e87-391e3865b7cd [pid: 7|app: 0|req: 33/68] 199.204.45.53 () {48 vars in 963 bytes} [Sun May 10 01:32:51 2026] POST /v2.0/networks => generated 706 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 01:32:52.460 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9dd4d56a-a85e-4b6d-b6df-a952492e2c93 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/69] 199.204.45.53 () {44 vars in 934 bytes} [Sun May 10 01:32:52 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: 34/70] 199.204.45.53 () {44 vars in 956 bytes} [Sun May 10 01:32:52 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:32:52.536 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b7ed467a-86da-4562-accc-388dfcfd7022 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/71] 199.204.45.53 () {44 vars in 1033 bytes} [Sun May 10 01:32:52 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=99758670-4713-4e1e-9e87-391e3865b7cd => generated 114 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/72] 199.204.45.53 () {44 vars in 1056 bytes} [Sun May 10 01:32:52 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=99758670-4713-4e1e-9e87-391e3865b7cd => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/73] 199.204.45.53 () {48 vars in 962 bytes} [Sun May 10 01:32:52 2026] POST /v2.0/subnets => generated 651 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 01:32:54.003 7 INFO neutron.api.v2.resource [None req-fce20396-798f-47a3-a274-afd6f49f97d0 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/74] 199.204.45.53 () {44 vars in 968 bytes} [Sun May 10 01:32:53 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/75] 199.204.45.53 () {44 vars in 990 bytes} [Sun May 10 01:32:54 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.53 () {48 vars in 977 bytes} [Sun May 10 01:32:54 2026] POST /v2.0/security-groups => generated 1616 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:55 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 1616 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/78] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:55 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:55 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 1616 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.204.45.53 () {48 vars in 988 bytes} [Sun May 10 01:32:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:56 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 2230 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:56 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 2230 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:56 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/84] 199.204.45.53 () {48 vars in 988 bytes} [Sun May 10 01:32:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:57 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 2846 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:57 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => 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: 45/87] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:57 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.53 () {48 vars in 988 bytes} [Sun May 10 01:32:57 2026] POST /v2.0/security-group-rules => generated 603 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/89] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:58 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 3462 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:58 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 3462 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:58 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 3462 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/92] 199.204.45.53 () {48 vars in 988 bytes} [Sun May 10 01:32:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/93] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:59 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4078 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/94] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:59 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4078 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:32:59 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.204.45.53 () {48 vars in 988 bytes} [Sun May 10 01:32:59 2026] POST /v2.0/security-group-rules => generated 603 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.53 () {44 vars in 984 bytes} [Sun May 10 01:33:01 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd => generated 731 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:33:01.120 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ea53fd9-5bca-4c41-9b03-767a2c2a22b2 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 48/98] 199.204.45.53 () {44 vars in 1073 bytes} [Sun May 10 01:33:01 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=99758670-4713-4e1e-9e87-391e3865b7cd => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/99] 199.204.45.53 () {44 vars in 1096 bytes} [Sun May 10 01:33:01 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=99758670-4713-4e1e-9e87-391e3865b7cd => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/100] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:33:01 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/101] 199.204.45.53 () {48 vars in 958 bytes} [Sun May 10 01:33:01 2026] POST /v2.0/ports => generated 1096 bytes in 584 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 01:33:08.648 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4a1b2295-e655-4fdd-b469-5be0ebf56749 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/104] 199.204.45.53 () {44 vars in 976 bytes} [Sun May 10 01:33:08 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /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: 54/105] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:33:08 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/106] 199.204.45.53 () {48 vars in 1028 bytes} [Sun May 10 01:33:08 2026] PUT /v2.0/ports/94bedcf8-a255-46f3-a53c-36d29d1ba97f => generated 1245 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/107] 199.204.45.53 () {44 vars in 917 bytes} [Sun May 10 01:33:11 2026] GET /v2.0/ports => generated 3726 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 01:33:12.489 7 INFO neutron.api.v2.resource [None req-ea57d998-4eab-4de5-9921-31ffaf3862f5 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/108] 199.204.45.53 () {44 vars in 956 bytes} [Sun May 10 01:33:12 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/109] 199.204.45.53 () {44 vars in 978 bytes} [Sun May 10 01:33:12 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/110] 199.204.45.53 () {48 vars in 977 bytes} [Sun May 10 01:33:12 2026] POST /v2.0/security-groups => generated 1610 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/111] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:33:13 2026] GET /v2.0/security-groups/c368a33d-59be-4705-80d6-d05343954696 => generated 1610 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/112] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:33:13 2026] GET /v2.0/security-groups/c368a33d-59be-4705-80d6-d05343954696 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:33:13 2026] GET /v2.0/security-groups/c368a33d-59be-4705-80d6-d05343954696 => generated 1610 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.204.45.53 () {48 vars in 988 bytes} [Sun May 10 01:33:13 2026] POST /v2.0/security-group-rules => generated 621 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:33:14 2026] GET /v2.0/security-groups/c368a33d-59be-4705-80d6-d05343954696 => generated 2244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:33:14 2026] GET /v2.0/security-groups/c368a33d-59be-4705-80d6-d05343954696 => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:33:14 2026] GET /v2.0/security-groups/c368a33d-59be-4705-80d6-d05343954696 => generated 2244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/118] 199.204.45.53 () {48 vars in 988 bytes} [Sun May 10 01:33:14 2026] POST /v2.0/security-group-rules => generated 625 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/129] 199.204.45.53 () {44 vars in 972 bytes} [Sun May 10 01:34:25 2026] GET /v2.0/quotas/1a3934c87b6849cfbbc384aae6385560 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/130] 199.204.45.53 () {48 vars in 1024 bytes} [Sun May 10 01:34:25 2026] PUT /v2.0/quotas/1a3934c87b6849cfbbc384aae6385560 => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 01:36:46.354 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9ef11fe4-d0a3-4dc7-9626-44b0ea3f6592 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/149] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 01:36:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 76/150] 199.204.45.53 () {30 vars in 762 bytes} [Sun May 10 01:36:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 01:36:48.303 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f25e981-b840-4b08-9f82-1ab57626e7b2 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/151] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 01:36:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/152] 199.204.45.53 () {30 vars in 762 bytes} [Sun May 10 01:36:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 01:42:52.828 8 INFO neutron.api.v2.resource [None req-ba007036-789c-472b-9c02-3697e0f9c883 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 103/203] 199.204.45.53 () {44 vars in 1071 bytes} [Sun May 10 01:42:52 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=92f8c54d697c44be9efff149f263e0ca => generated 139 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/204] 199.204.45.53 () {44 vars in 1094 bytes} [Sun May 10 01:42:52 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=92f8c54d697c44be9efff149f263e0ca => generated 23 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/205] 199.204.45.53 () {48 vars in 978 bytes} [Sun May 10 01:42:53 2026] POST /v2.0/security-groups => generated 1624 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/206] 199.204.45.53 () {44 vars in 1085 bytes} [Sun May 10 01:42:54 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4?project_id=92f8c54d697c44be9efff149f263e0ca => 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/207] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:42:54 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4 => 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: 103/208] 199.204.45.53 () {44 vars in 1085 bytes} [Sun May 10 01:42:54 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4?project_id=92f8c54d697c44be9efff149f263e0ca => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/209] 199.204.45.53 () {48 vars in 988 bytes} [Sun May 10 01:42:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/210] 199.204.45.53 () {44 vars in 1085 bytes} [Sun May 10 01:42:55 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4?project_id=92f8c54d697c44be9efff149f263e0ca => generated 2234 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/211] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:42:55 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/212] 199.204.45.53 () {44 vars in 1085 bytes} [Sun May 10 01:42:55 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4?project_id=92f8c54d697c44be9efff149f263e0ca => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/213] 199.204.45.53 () {48 vars in 988 bytes} [Sun May 10 01:42:55 2026] POST /v2.0/security-group-rules => generated 599 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/214] 199.204.45.53 () {44 vars in 1085 bytes} [Sun May 10 01:42:56 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4?project_id=92f8c54d697c44be9efff149f263e0ca => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/215] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:42:56 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4 => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/216] 199.204.45.53 () {44 vars in 1085 bytes} [Sun May 10 01:42:56 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4?project_id=92f8c54d697c44be9efff149f263e0ca => generated 2846 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/217] 199.204.45.53 () {48 vars in 988 bytes} [Sun May 10 01:42:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/218] 199.204.45.53 () {44 vars in 1085 bytes} [Sun May 10 01:42:57 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4?project_id=92f8c54d697c44be9efff149f263e0ca => generated 3460 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/219] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:42:57 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4 => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/220] 199.204.45.53 () {44 vars in 1085 bytes} [Sun May 10 01:42:58 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4?project_id=92f8c54d697c44be9efff149f263e0ca => generated 3460 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/221] 199.204.45.53 () {48 vars in 988 bytes} [Sun May 10 01:42:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/240] 199.204.45.53 () {30 vars in 739 bytes} [Sun May 10 01:45:12 2026] GET /v2.0/networks?tenant_id=92f8c54d697c44be9efff149f263e0ca&shared=False => generated 15 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 01:45:12.696 8 INFO neutron.db.segments_db [None req-35566c93-5dd1-4fc5-9193-abf9880e5919 b2293f81ffeb4991abdddb8be576eb9f 92f8c54d697c44be9efff149f263e0ca - - 03941d70fe2d4c109c3ff0ebb818116b 03941d70fe2d4c109c3ff0ebb818116b] Added segment 8af94035-f064-4e6a-9711-8e4012c56b58 of type vxlan for network 4ae117a4-8616-45cb-a6da-c32c48d4e37a [pid: 8|app: 0|req: 122/241] 199.204.45.53 () {34 vars in 681 bytes} [Sun May 10 01:45:12 2026] POST /v2.0/networks => generated 718 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/242] 199.204.45.53 () {30 vars in 721 bytes} [Sun May 10 01:45:12 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/243] 199.204.45.53 () {30 vars in 632 bytes} [Sun May 10 01:45:12 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/244] 199.204.45.53 () {34 vars in 676 bytes} [Sun May 10 01:45:12 2026] POST /v2.0/ports => generated 999 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/245] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 01:45:13 2026] GET /v2.0/networks/4ae117a4-8616-45cb-a6da-c32c48d4e37a => generated 705 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/246] 199.204.45.53 () {30 vars in 721 bytes} [Sun May 10 01:45:15 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/247] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 01:45:15 2026] GET /v2.0/networks/4ae117a4-8616-45cb-a6da-c32c48d4e37a => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/250] 199.204.45.53 () {44 vars in 972 bytes} [Sun May 10 01:45:33 2026] GET /v2.0/quotas/92f8c54d697c44be9efff149f263e0ca => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/251] 199.204.45.53 () {48 vars in 1024 bytes} [Sun May 10 01:45:33 2026] PUT /v2.0/quotas/92f8c54d697c44be9efff149f263e0ca => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:57:10.909 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9919931d-eb1c-4758-80e6-980c3993e1eb 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 172/346] 199.204.45.53 () {44 vars in 924 bytes} [Sun May 10 01:57:10 2026] GET /v2.0/networks/public => generated 108 bytes in 132 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/347] 199.204.45.53 () {44 vars in 946 bytes} [Sun May 10 01:57:10 2026] GET /v2.0/networks?name=public => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:57:12.207 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8349b014-2af7-4dd6-9836-99f9d4a433ec 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 173/348] 199.204.45.53 () {44 vars in 924 bytes} [Sun May 10 01:57:12 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/349] 199.204.45.53 () {44 vars in 946 bytes} [Sun May 10 01:57:12 2026] GET /v2.0/networks?name=public => generated 753 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:57:12.265 7 INFO neutron.pecan_wsgi.hooks.translation [None req-496e3ce9-10b1-49e7-aab2-c6b243f26b08 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 174/350] 199.204.45.53 () {44 vars in 1031 bytes} [Sun May 10 01:57:12 2026] GET /v2.0/subnets/public-subnet?network_id=dbe1d64e-d3ad-4b37-ba9b-82e9ea41112e => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/351] 199.204.45.53 () {44 vars in 1054 bytes} [Sun May 10 01:57:12 2026] GET /v2.0/subnets?name=public-subnet&network_id=dbe1d64e-d3ad-4b37-ba9b-82e9ea41112e => generated 667 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:57:41.193 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a31306e5-5205-480e-89b6-328a41e9149b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/356] 199.204.45.53 () {44 vars in 934 bytes} [Sun May 10 01:57:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/357] 199.204.45.53 () {44 vars in 956 bytes} [Sun May 10 01:57:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:57:42.217 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7e33c846-95ab-4ae8-a050-05fa368ec121 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/358] 199.204.45.53 () {44 vars in 934 bytes} [Sun May 10 01:57:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/359] 199.204.45.53 () {44 vars in 956 bytes} [Sun May 10 01:57:42 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:57:42.289 7 INFO neutron.pecan_wsgi.hooks.translation [None req-443f0cb2-394b-4a53-af9c-799c0685459b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/360] 199.204.45.53 () {44 vars in 1033 bytes} [Sun May 10 01:57:42 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=99758670-4713-4e1e-9e87-391e3865b7cd => generated 114 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/361] 199.204.45.53 () {44 vars in 1056 bytes} [Sun May 10 01:57:42 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=99758670-4713-4e1e-9e87-391e3865b7cd => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:57:43.394 7 INFO neutron.api.v2.resource [None req-ce82e52e-53f9-4662-b0ba-3f5cc552f8f4 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/362] 199.204.45.53 () {44 vars in 968 bytes} [Sun May 10 01:57:43 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/363] 199.204.45.53 () {44 vars in 990 bytes} [Sun May 10 01:57:43 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/364] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:57:44 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4694 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/365] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:57:44 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/366] 199.204.45.53 () {44 vars in 1008 bytes} [Sun May 10 01:57:44 2026] GET /v2.0/security-group-rules/2e0516fa-626a-4cb6-8ed3-23ccb7e905fc => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/367] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:57:45 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/368] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:57:45 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/369] 199.204.45.53 () {44 vars in 1008 bytes} [Sun May 10 01:57:45 2026] GET /v2.0/security-group-rules/5798155c-e00e-43fd-85be-cffd78ec9c80 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/370] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:57:46 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/371] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:57:46 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/372] 199.204.45.53 () {44 vars in 1008 bytes} [Sun May 10 01:57:46 2026] GET /v2.0/security-group-rules/ddf4ab7d-3515-403a-8864-b3be6142b130 => generated 603 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/373] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:57:47 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/374] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:57:47 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/375] 199.204.45.53 () {44 vars in 1008 bytes} [Sun May 10 01:57:47 2026] GET /v2.0/security-group-rules/0eac5afc-630b-45b8-bc67-1c462dd92456 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/376] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:57:48 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/377] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:57:48 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/378] 199.204.45.53 () {44 vars in 1008 bytes} [Sun May 10 01:57:48 2026] GET /v2.0/security-group-rules/a9cd2794-cc88-4320-9143-4e6192c44030 => 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: 192/381] 199.204.45.53 () {44 vars in 984 bytes} [Sun May 10 01:57:49 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd => generated 731 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:57:49.889 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8a447c6b-d541-41ea-921f-86d73f68c9c1 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 190/382] 199.204.45.53 () {44 vars in 1073 bytes} [Sun May 10 01:57:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=99758670-4713-4e1e-9e87-391e3865b7cd => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/383] 199.204.45.53 () {44 vars in 1096 bytes} [Sun May 10 01:57:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=99758670-4713-4e1e-9e87-391e3865b7cd => generated 1250 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/384] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:57:49 2026] GET /v2.0/security-groups/2318dfb4-125b-4760-b25c-6ac342b7d5f9 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 01:57:57.753 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f1082090-e2a3-4537-bd84-d2cf64410477 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/385] 199.204.45.53 () {44 vars in 976 bytes} [Sun May 10 01:57:57 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 75 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/386] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:57:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/387] 199.204.45.53 () {44 vars in 917 bytes} [Sun May 10 01:57:59 2026] GET /v2.0/ports => generated 4721 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 01:58:00.958 7 INFO neutron.api.v2.resource [None req-df1e6cfc-d2a8-4287-a0ed-958b4e17c8f8 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 193/388] 199.204.45.53 () {44 vars in 956 bytes} [Sun May 10 01:58:00 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/389] 199.204.45.53 () {44 vars in 978 bytes} [Sun May 10 01:58:00 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/390] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:58:01 2026] GET /v2.0/security-groups/c368a33d-59be-4705-80d6-d05343954696 => generated 2882 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/391] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:58:02 2026] GET /v2.0/security-groups/c368a33d-59be-4705-80d6-d05343954696 => generated 2882 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/392] 199.204.45.53 () {44 vars in 1008 bytes} [Sun May 10 01:58:02 2026] GET /v2.0/security-group-rules/fd454752-4251-4476-acfa-9fcef384df2e => generated 621 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/393] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:58:02 2026] GET /v2.0/security-groups/c368a33d-59be-4705-80d6-d05343954696 => generated 2882 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:58:02 2026] GET /v2.0/security-groups/c368a33d-59be-4705-80d6-d05343954696 => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/395] 199.204.45.53 () {44 vars in 1008 bytes} [Sun May 10 01:58:02 2026] GET /v2.0/security-group-rules/744e02b1-8d30-4bbb-b0d1-48788bed96df => generated 625 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/398] 199.204.45.53 () {44 vars in 972 bytes} [Sun May 10 01:58:15 2026] GET /v2.0/quotas/1a3934c87b6849cfbbc384aae6385560 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:59:08.039 7 INFO neutron.api.v2.resource [None req-a9a560ab-06e2-42ee-9756-446dec1f89e3 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 203/407] 199.204.45.53 () {44 vars in 1071 bytes} [Sun May 10 01:59:07 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=92f8c54d697c44be9efff149f263e0ca => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/408] 199.204.45.53 () {44 vars in 1094 bytes} [Sun May 10 01:59:08 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=92f8c54d697c44be9efff149f263e0ca => generated 4072 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/409] 199.204.45.53 () {44 vars in 1085 bytes} [Sun May 10 01:59:09 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4?project_id=92f8c54d697c44be9efff149f263e0ca => generated 4075 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/410] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:59:09 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/411] 199.204.45.53 () {44 vars in 1008 bytes} [Sun May 10 01:59:09 2026] GET /v2.0/security-group-rules/f466f12c-ee2f-4978-9769-ca8c8f4be173 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/412] 199.204.45.53 () {44 vars in 1085 bytes} [Sun May 10 01:59:10 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4?project_id=92f8c54d697c44be9efff149f263e0ca => generated 4075 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/413] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:59:10 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4 => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/414] 199.204.45.53 () {44 vars in 1008 bytes} [Sun May 10 01:59:10 2026] GET /v2.0/security-group-rules/cf881da1-7393-4b2d-9e37-7e8d2a408ae3 => 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: 207/415] 199.204.45.53 () {44 vars in 1085 bytes} [Sun May 10 01:59:11 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4?project_id=92f8c54d697c44be9efff149f263e0ca => 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: 209/416] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:59:11 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4 => generated 4075 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/417] 199.204.45.53 () {44 vars in 1008 bytes} [Sun May 10 01:59:11 2026] GET /v2.0/security-group-rules/12b726cf-82cc-4268-beb3-b335cc7f6a5c => 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: 210/418] 199.204.45.53 () {44 vars in 1085 bytes} [Sun May 10 01:59:12 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4?project_id=92f8c54d697c44be9efff149f263e0ca => generated 4075 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/419] 199.204.45.53 () {44 vars in 998 bytes} [Sun May 10 01:59:12 2026] GET /v2.0/security-groups/cab007e1-d690-495b-9746-7a5a39e6dca4 => generated 4075 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/420] 199.204.45.53 () {44 vars in 1008 bytes} [Sun May 10 01:59:12 2026] GET /v2.0/security-group-rules/b3a52841-6214-4f01-be15-521e45f19816 => generated 602 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/423] 199.204.45.53 () {44 vars in 972 bytes} [Sun May 10 01:59:20 2026] GET /v2.0/quotas/92f8c54d697c44be9efff149f263e0ca => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/430] 199.204.45.53 () {44 vars in 946 bytes} [Sun May 10 02:00:14 2026] GET /v2.0/networks?name=public => generated 753 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/437] 10.0.0.28 () {32 vars in 648 bytes} [Sun May 10 02:00:53 2026] GET /v2.0/networks => generated 2167 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/438] 10.0.0.28 () {32 vars in 654 bytes} [Sun May 10 02:00:55 2026] GET /v2.0/floatingips => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/439] 10.0.0.28 () {32 vars in 646 bytes} [Sun May 10 02:00:55 2026] GET /v2.0/routers => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/440] 10.0.0.28 () {32 vars in 642 bytes} [Sun May 10 02:00:55 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: 7|app: 0|req: 220/441] 10.0.0.28 () {32 vars in 646 bytes} [Sun May 10 02:00:55 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/442] 10.0.0.28 () {32 vars in 648 bytes} [Sun May 10 02:00:55 2026] GET /v2.0/networks => generated 2167 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/443] 10.0.0.28 () {32 vars in 662 bytes} [Sun May 10 02:00:55 2026] GET /v2.0/security-groups => generated 17397 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/444] 10.0.0.28 () {32 vars in 654 bytes} [Sun May 10 02:00:55 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-05-10 02:01:06.620 7 INFO neutron.db.segments_db [None req-5eaa1e27-6e91-418f-ac00-64bb8fb6476a 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment dbac7d17-d7ad-4117-a560-d0f540614fc1 of type vxlan for network b3b341e0-d00f-49a5-b3cb-b71db1c62195 2026-05-10 02:01:06.685 8 INFO neutron.db.segments_db [None req-d0ba2642-c268-4317-97ef-fd045d9b45a6 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment a557aeb1-fffd-4f28-93fa-ccdb79ae40be of type vxlan for network d2bde600-438e-4b71-9c23-b38006622023 [pid: 7|app: 0|req: 223/447] 10.0.0.28 () {34 vars in 670 bytes} [Sun May 10 02:01:06 2026] POST /v2.0/networks => generated 745 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/448] 10.0.0.28 () {34 vars in 670 bytes} [Sun May 10 02:01:06 2026] POST /v2.0/networks => generated 743 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:01:06.885 7 INFO neutron.db.segments_db [None req-0d1b8476-f6c5-4ea4-9d32-6ad4a56fce83 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment fa06ee7b-284d-4b05-ba06-cd4388f4e38b of type vxlan for network bf8e03f9-7d7b-464a-bb3c-afb49166a534 [pid: 8|app: 0|req: 226/449] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:01:06 2026] POST /v2.0/subnets => generated 692 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/450] 10.0.0.28 () {34 vars in 670 bytes} [Sun May 10 02:01:06 2026] POST /v2.0/networks => generated 747 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:01:07.009 7 INFO neutron.db.segments_db [None req-d02a1a9b-a708-46da-9164-75466f435107 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment aa07a32d-70ec-432e-afb9-ce6cb8d56835 of type vxlan for network 2424d5ee-6a2e-493c-86e8-fe98c6a212d0 [pid: 8|app: 0|req: 227/451] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:01:06 2026] POST /v2.0/subnets => generated 690 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:01:07.251 7 INFO neutron.db.l3_hamode_db [None req-d02a1a9b-a708-46da-9164-75466f435107 21f8134dfd8a481fb40776d0b70d3cb3 43c9518fef3f4cb88792102ea4eb40af - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 228/452] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:01:07 2026] POST /v2.0/subnets => generated 694 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:01:07.359 8 INFO neutron.db.segments_db [None req-9b78c441-cd64-4713-9e94-75948ffc9087 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment a04fc892-bc21-4a60-8a2d-530b0954c1c1 of type vxlan for network 29264d94-a5c7-4f3e-b8f1-23dd5858b873 2026-05-10 02:01:07.590 8 INFO neutron.db.l3_hamode_db [None req-9b78c441-cd64-4713-9e94-75948ffc9087 21f8134dfd8a481fb40776d0b70d3cb3 d8710ef9d21c4be991ab6623862730f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:01:08.098 7 INFO neutron.db.l3_hamode_db [None req-d02a1a9b-a708-46da-9164-75466f435107 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:01:08.236 8 INFO neutron.db.l3_hamode_db [None req-9b78c441-cd64-4713-9e94-75948ffc9087 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 229/453] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:01:07 2026] POST /v2.0/routers => generated 730 bytes in 1985 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/454] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:01:06 2026] POST /v2.0/routers => generated 732 bytes in 2538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:01:09.547 7 INFO neutron.db.segments_db [None req-c4cdb8ea-38a9-4ad6-a8cc-cd99024e5ca2 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 0c3c0c40-c7a7-482a-bfb6-708451309089 of type vxlan for network 958223d2-1079-4261-96a5-c1c765d388a6 [pid: 8|app: 0|req: 230/455] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:01:09 2026] GET /v2.0/security-groups?tenant_id=4c49b8c4eeba43b496aa42e5dc10e19b&name=default => generated 2921 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:01:09.791 7 INFO neutron.db.l3_hamode_db [None req-c4cdb8ea-38a9-4ad6-a8cc-cd99024e5ca2 21f8134dfd8a481fb40776d0b70d3cb3 830baa95bf8a467688cce243b7e78722 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:01:10.525 7 INFO neutron.db.l3_hamode_db [None req-c4cdb8ea-38a9-4ad6-a8cc-cd99024e5ca2 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 231/456] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:01:09 2026] PUT /v2.0/routers/3a90289d-5795-4ff5-992e-d02696af686c/add_router_interface => generated 309 bytes in 1177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/457] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:01:09 2026] POST /v2.0/routers => generated 734 bytes in 1852 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/458] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:11 2026] DELETE /v2.0/security-groups/b9da1dc7-91e7-4875-851d-8924c544c3aa => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/459] 10.0.0.28 () {34 vars in 684 bytes} [Sun May 10 02:01:11 2026] POST /v2.0/security-groups => generated 1660 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/460] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:01:10 2026] PUT /v2.0/routers/564b5599-6672-4c53-aaf4-15792801fc14/add_router_interface => generated 309 bytes in 1149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/461] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:01:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/462] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:01:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/463] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:01:12 2026] POST /v2.0/floatingips => generated 552 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/464] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:01:11 2026] PUT /v2.0/routers/cfa2e59f-9311-4bd6-a1ba-2cbbb6440401/add_router_interface => generated 309 bytes in 1251 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/465] 10.0.0.212 () {38 vars in 971 bytes} [Sun May 10 02:01:12 2026] POST /v2.0/security-groups => generated 1682 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/466] 10.0.0.212 () {38 vars in 971 bytes} [Sun May 10 02:01:13 2026] POST /v2.0/security-groups => generated 1680 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:01:13.481 8 INFO neutron.db.segments_db [None req-6b902c59-714f-4314-b01d-50d760b6423b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment fbf7e7fd-4587-49d6-8e5b-70e1f0f8e25d of type vxlan for network 437da144-0cd6-42f7-bb43-5ee8a3e14fb2 [pid: 7|app: 0|req: 231/467] 10.0.0.212 () {38 vars in 971 bytes} [Sun May 10 02:01:13 2026] POST /v2.0/security-groups => generated 1680 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/468] 10.0.0.28 () {34 vars in 670 bytes} [Sun May 10 02:01:13 2026] POST /v2.0/networks => generated 748 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/469] 10.0.0.212 () {34 vars in 1098 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--793821619&fields=id&tenant_id=d8710ef9d21c4be991ab6623862730f0 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/470] 10.0.0.28 () {34 vars in 684 bytes} [Sun May 10 02:01:13 2026] POST /v2.0/security-groups => generated 1660 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/471] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/security-groups?tenant_id=43c9518fef3f4cb88792102ea4eb40af => generated 7903 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/472] 10.0.0.212 () {34 vars in 982 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/networks?id=d2bde600-438e-4b71-9c23-b38006622023 => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/473] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:01:13 2026] POST /v2.0/subnets => generated 695 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/474] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/security-groups/c64aa436-30ed-41a2-9055-0ce93bda813b => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:01:13.859 8 INFO neutron.db.segments_db [None req-ca05b758-01d4-43ba-924c-f0212842ab6f 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 10fd9c9b-e2e8-4155-bbed-9e027b288cb7 of type vxlan for network 9ec13828-c80f-4a25-aaa5-a17fea4a7fa1 [pid: 7|app: 0|req: 235/475] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:01:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/476] 10.0.0.212 () {34 vars in 965 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/quotas/d8710ef9d21c4be991ab6623862730f0 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/477] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/security-groups/c64aa436-30ed-41a2-9055-0ce93bda813b => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/478] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:01:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:01:14.106 8 INFO neutron.db.l3_hamode_db [None req-ca05b758-01d4-43ba-924c-f0212842ab6f 21f8134dfd8a481fb40776d0b70d3cb3 1279db79e3dc4bc9a0db1e905f3f26b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/479] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:01:14 2026] GET /v2.0/ports?tenant_id=d8710ef9d21c4be991ab6623862730f0&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/480] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:14 2026] GET /v2.0/security-groups/1c2898c8-65c8-40a3-af9b-70c9af7cd34b => generated 1682 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:01:14.878 8 INFO neutron.db.l3_hamode_db [None req-ca05b758-01d4-43ba-924c-f0212842ab6f 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 241/481] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:01:14 2026] POST /v2.0/floatingips => generated 552 bytes in 872 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/482] 10.0.0.212 () {36 vars in 1013 bytes} [Sun May 10 02:01:15 2026] DELETE /v2.0/security-groups/1c2898c8-65c8-40a3-af9b-70c9af7cd34b => 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: 243/483] 10.0.0.212 () {34 vars in 907 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/extensions => generated 21537 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-10 02:01:15.205 7 INFO neutron.api.v2.resource [req-27a93ea4-3266-4854-9e47-5dc2cd3db8a0 req-b378af19-fc75-40c0-aabb-4a88e35ef416 d8fa93dc839843bb842fbe9cef7e41ae 43c9518fef3f4cb88792102ea4eb40af - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 244/484] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/security-groups/1c2898c8-65c8-40a3-af9b-70c9af7cd34b => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/485] 10.0.0.212 () {34 vars in 1008 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/networks/d2bde600-438e-4b71-9c23-b38006622023?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: 246/486] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/security-groups/f26b2214-a51f-4ed5-b7a1-7948004f8492 => generated 1680 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/487] 10.0.0.212 () {34 vars in 1108 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/networks/d2bde600-438e-4b71-9c23-b38006622023?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/488] 10.0.0.212 () {36 vars in 1013 bytes} [Sun May 10 02:01:15 2026] DELETE /v2.0/security-groups/f26b2214-a51f-4ed5-b7a1-7948004f8492 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:01:15.450 7 INFO neutron.api.v2.resource [req-b675c8f4-6cdf-4796-be15-a3451e14b363 req-bd6b456c-d308-4b6c-b763-6a93c3943ca2 d8fa93dc839843bb842fbe9cef7e41ae 43c9518fef3f4cb88792102ea4eb40af - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 249/489] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/security-groups/f26b2214-a51f-4ed5-b7a1-7948004f8492 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/490] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/security-groups/77b14bd7-10c3-4dea-b2e7-21264f53a2a9 => generated 1680 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/491] 10.0.0.212 () {36 vars in 1013 bytes} [Sun May 10 02:01:15 2026] DELETE /v2.0/security-groups/77b14bd7-10c3-4dea-b2e7-21264f53a2a9 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/492] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:15.656 7 INFO neutron.api.v2.resource [req-3d2bece0-ff29-465a-a369-2a9b3a454671 req-903543c8-8d1d-410b-93e1-c0883e3a4a5b d8fa93dc839843bb842fbe9cef7e41ae 43c9518fef3f4cb88792102ea4eb40af - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/493] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/security-groups/77b14bd7-10c3-4dea-b2e7-21264f53a2a9 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/494] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/security-groups?tenant_id=43c9518fef3f4cb88792102ea4eb40af => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/495] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/security-groups/c64aa436-30ed-41a2-9055-0ce93bda813b => generated 2918 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/496] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/security-groups/c64aa436-30ed-41a2-9055-0ce93bda813b => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:01:15.832 7 INFO neutron.api.v2.resource [req-a6d72c00-6f15-4a53-bd9f-13235b255c8c req-a4b6eb56-c231-4e52-80ce-8fdb6d83a757 d8fa93dc839843bb842fbe9cef7e41ae 43c9518fef3f4cb88792102ea4eb40af - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 257/497] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/security-groups/77b14bd7-10c3-4dea-b2e7-21264f53a2a9 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:01:15.867 7 INFO neutron.api.v2.resource [req-13c63596-b8d2-4409-a0d1-8546c6f0f9d8 req-7b319586-673a-4c60-a2ae-f73fb170582c d8fa93dc839843bb842fbe9cef7e41ae 43c9518fef3f4cb88792102ea4eb40af - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/498] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/security-groups/f26b2214-a51f-4ed5-b7a1-7948004f8492 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:01:15.912 7 INFO neutron.api.v2.resource [req-7f6dfb84-4326-42dc-a8a8-591b2a445451 req-f74d3bfb-75db-4c41-8e7d-04469d3b18de d8fa93dc839843bb842fbe9cef7e41ae 43c9518fef3f4cb88792102ea4eb40af - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 259/499] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/security-groups/1c2898c8-65c8-40a3-af9b-70c9af7cd34b => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/500] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:01:13 2026] POST /v2.0/routers => generated 735 bytes in 2372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:01:16.444 7 INFO neutron_taas.services.taas.taas_plugin [None req-dae2ece1-9339-4b25-a2f0-8cc8e3e3cd05 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: ab9b677d-d3c8-43a6-a872-327fd73cf872 2026-05-10 02:01:16.451 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dae2ece1-9339-4b25-a2f0-8cc8e3e3cd05 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: ab9b677d-d3c8-43a6-a872-327fd73cf872 [pid: 7|app: 0|req: 260/501] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:01:15 2026] PUT /v2.0/routers/564b5599-6672-4c53-aaf4-15792801fc14/remove_router_interface => generated 309 bytes in 1131 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/502] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:17 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => 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: 242/503] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:01:16 2026] PUT /v2.0/routers/c5f1a584-e0de-413c-aecd-8c149c6371ef/add_router_interface => generated 309 bytes in 1053 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:17.297 7 INFO neutron_taas.services.taas.taas_plugin [None req-b034aa98-98d8-4ebb-a4a0-75b0da5dddd5 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: bac0b6c8-641e-465d-b167-fa5f7c8b7cae 2026-05-10 02:01:17.301 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b034aa98-98d8-4ebb-a4a0-75b0da5dddd5 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: bac0b6c8-641e-465d-b167-fa5f7c8b7cae 2026-05-10 02:01:17.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-b034aa98-98d8-4ebb-a4a0-75b0da5dddd5 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: ee80cd77-dc64-4ad7-a62b-1f7ec91f2340 2026-05-10 02:01:17.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b034aa98-98d8-4ebb-a4a0-75b0da5dddd5 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: ee80cd77-dc64-4ad7-a62b-1f7ec91f2340 2026-05-10 02:01:17.736 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-b034aa98-98d8-4ebb-a4a0-75b0da5dddd5 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - 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: 243/504] 10.0.0.212 () {38 vars in 971 bytes} [Sun May 10 02:01:17 2026] POST /v2.0/security-groups => generated 1686 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/505] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:17 2026] GET /v2.0/security-groups/0e633ed2-8a69-42fb-8723-f1138c0fdc4d => generated 1686 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/506] 10.0.0.212 () {38 vars in 981 bytes} [Sun May 10 02:01:17 2026] POST /v2.0/security-group-rules => generated 614 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/507] 10.0.0.212 () {38 vars in 971 bytes} [Sun May 10 02:01:17 2026] POST /v2.0/security-groups => generated 1685 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/508] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/security-groups/4d183e37-6fcc-4f9e-bc8e-0c245768e322 => generated 1685 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:01:18.192 7 INFO neutron.db.l3_hamode_db [None req-b034aa98-98d8-4ebb-a4a0-75b0da5dddd5 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] HA network 2424d5ee-6a2e-493c-86e8-fe98c6a212d0 was deleted as no HA routers are present in tenant 43c9518fef3f4cb88792102ea4eb40af. [pid: 7|app: 0|req: 262/509] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:01:17 2026] DELETE /v2.0/routers/564b5599-6672-4c53-aaf4-15792801fc14 => generated 0 bytes in 1123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/510] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => 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: 248/511] 10.0.0.212 () {38 vars in 981 bytes} [Sun May 10 02:01:18 2026] POST /v2.0/security-group-rules => generated 614 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/512] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/security-groups/4d183e37-6fcc-4f9e-bc8e-0c245768e322 => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/513] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:01:18 2026] DELETE /v2.0/subnets/938efed1-ec88-4ed3-a22d-85da0b381694 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/514] 10.0.0.212 () {38 vars in 981 bytes} [Sun May 10 02:01:18 2026] POST /v2.0/security-group-rules => generated 619 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/515] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/security-groups/4d183e37-6fcc-4f9e-bc8e-0c245768e322 => generated 2940 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:01:18.533 7 INFO neutron.services.segments.plugin [-] Segment aa07a32d-70ec-432e-afb9-ce6cb8d56835 resource provider aggregate not found 2026-05-10 02:01:18.549 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf8bed29-f172-48f1-b147-1bc0f50ab46e 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 2ec2ce7d-7f93-4966-b910-12a387d0f810 2026-05-10 02:01:18.553 7 INFO neutron.services.segments.plugin [-] Segment aa07a32d-70ec-432e-afb9-ce6cb8d56835 resource provider aggregate not found [pid: 8|app: 0|req: 252/516] 10.0.0.212 () {34 vars in 1001 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/security-group-rules/987a033d-355e-468d-94b6-c9539618f925 => generated 616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:18.559 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf8bed29-f172-48f1-b147-1bc0f50ab46e 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 2ec2ce7d-7f93-4966-b910-12a387d0f810 2026-05-10 02:01:18.567 7 INFO neutron.services.segments.plugin [-] Segment aa07a32d-70ec-432e-afb9-ce6cb8d56835 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa07a32d-70ec-432e-afb9-ce6cb8d56835 found for delete ", "request_id": "req-aeb00b82-c140-43f2-a9fc-307fb83f671f"}]} 2026-05-10 02:01:18.581 7 INFO neutron.services.segments.plugin [-] Segment aa07a32d-70ec-432e-afb9-ce6cb8d56835 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa07a32d-70ec-432e-afb9-ce6cb8d56835 found for delete ", "request_id": "req-97d0cfdc-1384-4444-a5f3-78bf1b662ee8"}]} [pid: 8|app: 0|req: 253/517] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/security-groups/4d183e37-6fcc-4f9e-bc8e-0c245768e322 => generated 2940 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/518] 10.0.0.212 () {36 vars in 1023 bytes} [Sun May 10 02:01:18 2026] DELETE /v2.0/security-group-rules/987a033d-355e-468d-94b6-c9539618f925 => 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: 255/519] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/security-groups/4d183e37-6fcc-4f9e-bc8e-0c245768e322 => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/520] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:01:18 2026] DELETE /v2.0/networks/b3b341e0-d00f-49a5-b3cb-b71db1c62195 => 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: 256/521] 10.0.0.212 () {36 vars in 1013 bytes} [Sun May 10 02:01:18 2026] DELETE /v2.0/security-groups/4d183e37-6fcc-4f9e-bc8e-0c245768e322 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/522] 10.0.0.212 () {34 vars in 991 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/security-groups/0e633ed2-8a69-42fb-8723-f1138c0fdc4d => generated 2311 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/523] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/security-groups?tenant_id=43c9518fef3f4cb88792102ea4eb40af&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/524] 10.0.0.212 () {36 vars in 1013 bytes} [Sun May 10 02:01:18 2026] DELETE /v2.0/security-groups/0e633ed2-8a69-42fb-8723-f1138c0fdc4d => 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: 258/525] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:18 2026] DELETE /v2.0/security-groups/c64aa436-30ed-41a2-9055-0ce93bda813b => 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: 259/526] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:19 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:19.394 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9826bd0-408a-4f95-8303-89c3d1beaa5f 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 8608be4a-004e-4e6a-b540-f81f113128da 2026-05-10 02:01:19.396 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9826bd0-408a-4f95-8303-89c3d1beaa5f 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 8608be4a-004e-4e6a-b540-f81f113128da [pid: 7|app: 0|req: 268/529] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:01:18 2026] PUT /v2.0/routers/c5f1a584-e0de-413c-aecd-8c149c6371ef/remove_router_interface => generated 309 bytes in 860 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:20.050 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a3ecf9c-4675-4063-8ad6-1b3ba78ba1ff 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: a1a9680f-9f9c-4b6d-a1c6-4dd33b78b250 2026-05-10 02:01:20.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a3ecf9c-4675-4063-8ad6-1b3ba78ba1ff 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: a1a9680f-9f9c-4b6d-a1c6-4dd33b78b250 2026-05-10 02:01:20.330 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a3ecf9c-4675-4063-8ad6-1b3ba78ba1ff 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 82df38e8-3c38-41de-81f3-cdcc961a341a 2026-05-10 02:01:20.333 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a3ecf9c-4675-4063-8ad6-1b3ba78ba1ff 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 82df38e8-3c38-41de-81f3-cdcc961a341a [pid: 7|app: 0|req: 269/530] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:20.408 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-9a3ecf9c-4675-4063-8ad6-1b3ba78ba1ff 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 124, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 58, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 40, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 340, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2241, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 645, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 716, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-10 02:01:20.601 7 INFO neutron.services.segments.plugin [-] Segment dbac7d17-d7ad-4117-a560-d0f540614fc1 resource provider aggregate not found 2026-05-10 02:01:20.608 7 INFO neutron.services.segments.plugin [-] Segment dbac7d17-d7ad-4117-a560-d0f540614fc1 resource provider aggregate not found 2026-05-10 02:01:20.626 7 INFO neutron.services.segments.plugin [-] Segment dbac7d17-d7ad-4117-a560-d0f540614fc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbac7d17-d7ad-4117-a560-d0f540614fc1 found for delete ", "request_id": "req-bff952b7-1c04-4346-8305-ea1ad957044a"}]} 2026-05-10 02:01:20.626 7 INFO neutron.services.segments.plugin [-] Segment dbac7d17-d7ad-4117-a560-d0f540614fc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dbac7d17-d7ad-4117-a560-d0f540614fc1 found for delete ", "request_id": "req-a0608f03-72db-4c59-9bf4-3d4043eab2b4"}]} [pid: 7|app: 0|req: 270/531] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/networks?id=d2bde600-438e-4b71-9c23-b38006622023 => generated 675 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:20.794 8 INFO neutron.db.l3_hamode_db [None req-9a3ecf9c-4675-4063-8ad6-1b3ba78ba1ff 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] HA network 9ec13828-c80f-4a25-aaa5-a17fea4a7fa1 was deleted as no HA routers are present in tenant 1279db79e3dc4bc9a0db1e905f3f26b6. [pid: 8|app: 0|req: 262/532] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:01:19 2026] DELETE /v2.0/routers/c5f1a584-e0de-413c-aecd-8c149c6371ef => generated 0 bytes in 949 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/533] 199.204.45.53 () {34 vars in 910 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/534] 10.0.0.212 () {34 vars in 1098 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--628246959&fields=id&tenant_id=830baa95bf8a467688cce243b7e78722 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/535] 199.204.45.53 () {34 vars in 1049 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d8710ef9d21c4be991ab6623862730f0 => generated 180 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/536] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:01:20 2026] DELETE /v2.0/subnets/41cc7472-a47f-498a-9d4a-5262346bd62e => 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: 265/537] 10.0.0.212 () {34 vars in 982 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/networks?id=bf8e03f9-7d7b-464a-bb3c-afb49166a534 => generated 679 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:21.076 7 INFO neutron.db.segments_db [None req-ef9e4a2f-4344-4fc7-962e-c7da103639d1 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 883b0120-9ead-4711-865b-882249b3fc67 of type vxlan for network 08382a88-a33e-4da6-bc00-7a4d96c3802a [pid: 7|app: 0|req: 273/538] 10.0.0.28 () {34 vars in 670 bytes} [Sun May 10 02:01:20 2026] POST /v2.0/networks => generated 745 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:01:21.210 8 INFO neutron.services.segments.plugin [-] Segment 10fd9c9b-e2e8-4155-bbed-9e027b288cb7 resource provider aggregate not found 2026-05-10 02:01:21.217 8 INFO neutron.services.segments.plugin [-] Segment 10fd9c9b-e2e8-4155-bbed-9e027b288cb7 resource provider aggregate not found 2026-05-10 02:01:21.232 8 INFO neutron.services.segments.plugin [-] Segment 10fd9c9b-e2e8-4155-bbed-9e027b288cb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10fd9c9b-e2e8-4155-bbed-9e027b288cb7 found for delete ", "request_id": "req-caa1ae7a-92c5-409c-9ad1-5124b3587419"}]} 2026-05-10 02:01:21.252 8 INFO neutron.services.segments.plugin [-] Segment 10fd9c9b-e2e8-4155-bbed-9e027b288cb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10fd9c9b-e2e8-4155-bbed-9e027b288cb7 found for delete ", "request_id": "req-bd4274bc-3d7c-4e0c-9953-dcb2aa5883c2"}]} [pid: 7|app: 0|req: 274/539] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:01:21 2026] DELETE /v2.0/networks/437da144-0cd6-42f7-bb43-5ee8a3e14fb2 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/540] 10.0.0.212 () {34 vars in 965 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/quotas/830baa95bf8a467688cce243b7e78722 => 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: 276/541] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:01:21 2026] POST /v2.0/subnets => generated 692 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/542] 199.204.45.53 () {38 vars in 954 bytes} [Sun May 10 02:01:20 2026] POST /v2.0/ports => generated 954 bytes in 556 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: 277/543] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/ports?tenant_id=830baa95bf8a467688cce243b7e78722&fields=id => generated 103 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/544] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 957 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/545] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/security-groups?tenant_id=1279db79e3dc4bc9a0db1e905f3f26b6&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:01:21.653 8 INFO neutron.db.segments_db [None req-ecca9b35-672f-4335-891b-75f6a218f03a 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment e70527cf-6ec4-454c-8e41-103bae7fa837 of type vxlan for network 22e30f5b-c72b-4c37-a571-ba05e0fc53ad [pid: 7|app: 0|req: 279/546] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/security-groups?id=6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/547] 10.0.0.212 () {34 vars in 1008 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/networks/bf8e03f9-7d7b-464a-bb3c-afb49166a534?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/548] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:21 2026] DELETE /v2.0/security-groups/cf295703-9271-46dc-9bb7-bdb78ec8d5f0 => 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: 282/549] 10.0.0.212 () {34 vars in 1108 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/networks/bf8e03f9-7d7b-464a-bb3c-afb49166a534?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:21.886 8 INFO neutron.db.l3_hamode_db [None req-ecca9b35-672f-4335-891b-75f6a218f03a 21f8134dfd8a481fb40776d0b70d3cb3 863d774af8c94aa9b12829c9a9ee9f61 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 283/550] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:01:21 2026] PUT /v2.0/ports/f915242d-eda3-435c-9b71-566a8accd4ac => generated 1235 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 284/551] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:22 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:22.608 8 INFO neutron.db.l3_hamode_db [None req-ecca9b35-672f-4335-891b-75f6a218f03a 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:01:22.659 7 INFO neutron.services.segments.plugin [-] Segment fbf7e7fd-4587-49d6-8e5b-70e1f0f8e25d resource provider aggregate not found 2026-05-10 02:01:22.663 7 INFO neutron.services.segments.plugin [-] Segment fbf7e7fd-4587-49d6-8e5b-70e1f0f8e25d resource provider aggregate not found 2026-05-10 02:01:22.679 7 INFO neutron.services.segments.plugin [-] Segment fbf7e7fd-4587-49d6-8e5b-70e1f0f8e25d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbf7e7fd-4587-49d6-8e5b-70e1f0f8e25d found for delete ", "request_id": "req-379a8f01-0011-4aab-9a0d-0c9e3ec27d81"}]} 2026-05-10 02:01:22.685 7 INFO neutron.services.segments.plugin [-] Segment fbf7e7fd-4587-49d6-8e5b-70e1f0f8e25d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbf7e7fd-4587-49d6-8e5b-70e1f0f8e25d found for delete ", "request_id": "req-5a8892dd-e2d2-40d1-b91f-45e4f29f2c46"}]} [pid: 7|app: 0|req: 285/552] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:22 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 969 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/553] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:22 2026] GET /v2.0/security-groups?id=6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:23.135 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-034b587e-6b32-448e-8206-b4d5b7d261b8'] response: {'name': 'network-changed', 'server_uuid': 'bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b', 'tag': 'f915242d-eda3-435c-9b71-566a8accd4ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 268/554] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:01:21 2026] POST /v2.0/routers => generated 732 bytes in 1922 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/555] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:23 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => 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: 270/556] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:01:23 2026] GET /v2.0/ports?tenant_id=d8710ef9d21c4be991ab6623862730f0&device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 1238 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:01:24.118 8 INFO neutron.db.segments_db [None req-86cf0bca-97b0-4864-82bb-15301dbd67fe 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 26cfbd75-37fb-47ff-92ef-5b412561d28b of type vxlan for network 5b4d7c72-17aa-478f-afe2-80815b64f510 [pid: 8|app: 0|req: 271/557] 10.0.0.28 () {34 vars in 670 bytes} [Sun May 10 02:01:23 2026] POST /v2.0/networks => generated 751 bytes in 452 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/558] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:01:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f915242d-eda3-435c-9b71-566a8accd4ac => 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: 273/559] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:24 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/560] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:01:24 2026] POST /v2.0/subnets => generated 698 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/561] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:01:24 2026] GET /v2.0/subnets?id=33561280-53bc-43ee-a8f5-65533ace9f94 => generated 693 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/562] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:24 2026] GET /v2.0/security-groups?id=6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d&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-05-10 02:01:24.604 8 INFO neutron.db.segments_db [None req-511b2942-c95d-4a94-b5b7-dcd9fcb2fcbc 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 879d6e95-c43f-41cf-a33e-581167e7550b of type vxlan for network 392dafe1-f20e-44f6-8bc7-640f6ec3e4ec [pid: 7|app: 0|req: 287/563] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:01:23 2026] PUT /v2.0/routers/8a40988c-0c06-4f4f-abcf-99e6939dc889/add_router_interface => generated 309 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/564] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:01:24 2026] GET /v2.0/ports?network_id=d2bde600-438e-4b71-9c23-b38006622023&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/565] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:24 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => 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: 290/566] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:01:24 2026] GET /v2.0/networks/d2bde600-438e-4b71-9c23-b38006622023?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/567] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:01:24 2026] GET /v2.0/networks/d2bde600-438e-4b71-9c23-b38006622023?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:24.941 8 INFO neutron.db.l3_hamode_db [None req-511b2942-c95d-4a94-b5b7-dcd9fcb2fcbc 21f8134dfd8a481fb40776d0b70d3cb3 60a570eceac54966995722995a7d7714 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 292/568] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:25 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/569] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:25 2026] GET /v2.0/security-groups?id=6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/570] 10.0.0.212 () {34 vars in 982 bytes} [Sun May 10 02:01:25 2026] GET /v2.0/networks?id=08382a88-a33e-4da6-bc00-7a4d96c3802a => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/571] 10.0.0.212 () {34 vars in 965 bytes} [Sun May 10 02:01:25 2026] GET /v2.0/quotas/863d774af8c94aa9b12829c9a9ee9f61 => 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: 296/572] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:01:25 2026] GET /v2.0/ports?tenant_id=863d774af8c94aa9b12829c9a9ee9f61&fields=id => generated 57 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/573] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:25 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:25.972 8 INFO neutron.db.l3_hamode_db [None req-511b2942-c95d-4a94-b5b7-dcd9fcb2fcbc 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 298/574] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:01:25 2026] GET /v2.0/ports?tenant_id=d8710ef9d21c4be991ab6623862730f0&device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 1238 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/575] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/networks?id=d2bde600-438e-4b71-9c23-b38006622023 => generated 771 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/576] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f915242d-eda3-435c-9b71-566a8accd4ac => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/577] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/subnets?id=33561280-53bc-43ee-a8f5-65533ace9f94 => generated 693 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/578] 10.0.0.212 () {34 vars in 907 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/extensions => generated 21537 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/579] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/ports?network_id=d2bde600-438e-4b71-9c23-b38006622023&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/580] 10.0.0.212 () {34 vars in 1008 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/networks/08382a88-a33e-4da6-bc00-7a4d96c3802a?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: 305/581] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/networks/d2bde600-438e-4b71-9c23-b38006622023?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: 306/582] 10.0.0.212 () {34 vars in 1108 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/networks/08382a88-a33e-4da6-bc00-7a4d96c3802a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/583] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:01:24 2026] POST /v2.0/routers => generated 738 bytes in 2262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/584] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => 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: 279/585] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/networks?id=bf8e03f9-7d7b-464a-bb3c-afb49166a534 => generated 679 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/586] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/networks/d2bde600-438e-4b71-9c23-b38006622023?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 541 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/587] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/588] 199.204.45.53 () {34 vars in 1049 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=830baa95bf8a467688cce243b7e78722 => generated 180 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/589] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:27 2026] GET /v2.0/security-groups?id=6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d&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: 283/590] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:27 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => 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: 284/591] 199.204.45.53 () {38 vars in 954 bytes} [Sun May 10 02:01:27 2026] POST /v2.0/ports => generated 954 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 285/592] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:01:27 2026] PUT /v2.0/ports/1c41e814-e86e-4efa-a6f5-4505b54ba2f4 => generated 1235 bytes in 457 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: 286/593] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:27 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/594] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => 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: 288/595] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/596] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/security-groups?id=6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/597] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/security-groups?id=e8180509-1411-42d6-b758-ed2ac1be9a48&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/598] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:01:26 2026] PUT /v2.0/routers/77bd1998-8ef9-44b9-a62a-ea8b43375eca/add_router_interface => generated 309 bytes in 1315 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:28.365 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1cfa039b-029d-45cb-88d0-717d9627dda1'] response: {'name': 'network-changed', 'server_uuid': 'e2e16099-4d44-4810-8d00-fb473297b651', 'tag': '1c41e814-e86e-4efa-a6f5-4505b54ba2f4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 291/599] 10.0.0.28 () {34 vars in 684 bytes} [Sun May 10 02:01:28 2026] POST /v2.0/security-groups => generated 1660 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/600] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/ports?tenant_id=830baa95bf8a467688cce243b7e78722&device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/601] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=1c41e814-e86e-4efa-a6f5-4505b54ba2f4 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/602] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/603] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/subnets?id=2896a550-e520-42d0-8408-a25b3d682d01 => generated 697 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/604] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:01:28 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/605] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/ports?network_id=bf8e03f9-7d7b-464a-bb3c-afb49166a534&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/606] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/networks/bf8e03f9-7d7b-464a-bb3c-afb49166a534?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: 310/607] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:01:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/608] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/networks/bf8e03f9-7d7b-464a-bb3c-afb49166a534?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/609] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/610] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/611] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/security-groups?id=6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/612] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/security-groups?id=e8180509-1411-42d6-b758-ed2ac1be9a48&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/613] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:01:29 2026] POST /v2.0/floatingips => generated 552 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/614] 10.0.0.212 () {34 vars in 1100 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1012990090&fields=id&tenant_id=60a570eceac54966995722995a7d7714 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/615] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => 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: 304/616] 10.0.0.212 () {34 vars in 982 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/networks?id=5b4d7c72-17aa-478f-afe2-80815b64f510 => generated 683 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/617] 10.0.0.212 () {34 vars in 965 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/quotas/60a570eceac54966995722995a7d7714 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/618] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/ports?tenant_id=830baa95bf8a467688cce243b7e78722&device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/619] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/networks?id=bf8e03f9-7d7b-464a-bb3c-afb49166a534 => generated 775 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/620] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/ports?tenant_id=60a570eceac54966995722995a7d7714&fields=id => generated 57 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/621] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=1c41e814-e86e-4efa-a6f5-4505b54ba2f4 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/622] 10.0.0.212 () {34 vars in 1008 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/623] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/subnets?id=2896a550-e520-42d0-8408-a25b3d682d01 => generated 697 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/624] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/ports?network_id=bf8e03f9-7d7b-464a-bb3c-afb49166a534&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: 318/625] 10.0.0.212 () {34 vars in 1108 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510?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: 308/626] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/networks/bf8e03f9-7d7b-464a-bb3c-afb49166a534?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: 309/627] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/networks/bf8e03f9-7d7b-464a-bb3c-afb49166a534?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: 7|app: 0|req: 319/628] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/629] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/630] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/security-groups?id=6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/631] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/security-groups?id=e8180509-1411-42d6-b758-ed2ac1be9a48&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/632] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => 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: 312/633] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/networks?id=08382a88-a33e-4da6-bc00-7a4d96c3802a => generated 677 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/634] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/635] 199.204.45.53 () {38 vars in 954 bytes} [Sun May 10 02:01:30 2026] POST /v2.0/ports => generated 954 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 323/636] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/637] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/638] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/security-groups?id=6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/639] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/security-groups?id=e8180509-1411-42d6-b758-ed2ac1be9a48&fields=id&fields=name => generated 113 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/640] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => 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: 314/641] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:01:31 2026] PUT /v2.0/ports/66191db5-a053-47e5-870e-627ac59bdb37 => generated 1235 bytes in 597 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:01:31.991 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-18bf0cb0-760f-441b-be6c-2215c92f1b73'] response: {'name': 'network-changed', 'server_uuid': '39df8115-2ae1-4a16-85a1-ece3db309301', 'tag': '66191db5-a053-47e5-870e-627ac59bdb37', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 328/642] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:32 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 315/643] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:32 2026] GET /v2.0/security-groups?id=de820931-c8d3-4c91-b396-2fe69d43e8e1&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: 329/644] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:01:32 2026] GET /v2.0/ports?tenant_id=863d774af8c94aa9b12829c9a9ee9f61&device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/645] 199.204.45.53 () {34 vars in 1017 bytes} [Sun May 10 02:01:32 2026] GET /v2.0/networks?tenant_id=863d774af8c94aa9b12829c9a9ee9f61&shared=False => generated 773 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/646] 199.204.45.53 () {34 vars in 929 bytes} [Sun May 10 02:01:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/647] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:32 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/648] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:32 2026] GET /v2.0/security-groups?id=e8180509-1411-42d6-b758-ed2ac1be9a48&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/649] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:32 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/650] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:32 2026] GET /v2.0/security-groups?id=6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d&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: 318/651] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => 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: 334/652] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/653] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/654] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/security-groups?id=de820931-c8d3-4c91-b396-2fe69d43e8e1&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:33.638 8 INFO neutron.db.l3_db [None req-8d82b298-6b42-4720-9244-23d2e308aab8 4bc2a519c7b54d1e9555db516568069c d8710ef9d21c4be991ab6623862730f0 - - default default] Floating IP c0573a92-7079-44ce-a72f-8bd469ee565f associated. External IP: 10.96.250.220, port: f915242d-eda3-435c-9b71-566a8accd4ac. [pid: 7|app: 0|req: 337/655] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/ports?tenant_id=863d774af8c94aa9b12829c9a9ee9f61&device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/656] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=66191db5-a053-47e5-870e-627ac59bdb37 => 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: 339/657] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/subnets?id=ad1a1e38-1193-40ea-a3d5-a7d4b3c5354b => generated 695 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/658] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/ports?network_id=08382a88-a33e-4da6-bc00-7a4d96c3802a&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/659] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/networks/08382a88-a33e-4da6-bc00-7a4d96c3802a?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: 319/660] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:01:33 2026] PUT /v2.0/floatingips/c0573a92-7079-44ce-a72f-8bd469ee565f => generated 855 bytes in 783 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/661] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/networks/08382a88-a33e-4da6-bc00-7a4d96c3802a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/662] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:34.060 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-185de278-ab90-4013-9aed-89a50e071bd4'] response: {'name': 'network-changed', 'server_uuid': 'bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b', 'tag': 'f915242d-eda3-435c-9b71-566a8accd4ac', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 343/663] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/security-groups?id=6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/664] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/665] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/666] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/security-groups?id=e8180509-1411-42d6-b758-ed2ac1be9a48&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/669] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/670] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/security-groups?id=6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/671] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/672] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/ports?tenant_id=d8710ef9d21c4be991ab6623862730f0&device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 1240 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/673] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/security-groups?id=de820931-c8d3-4c91-b396-2fe69d43e8e1&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/674] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/networks?id=d2bde600-438e-4b71-9c23-b38006622023 => generated 771 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/675] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=f915242d-eda3-435c-9b71-566a8accd4ac => generated 858 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/676] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/subnets?id=33561280-53bc-43ee-a8f5-65533ace9f94 => generated 693 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/677] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/ports?network_id=d2bde600-438e-4b71-9c23-b38006622023&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/678] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/networks/d2bde600-438e-4b71-9c23-b38006622023?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: 327/679] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/networks?id=5b4d7c72-17aa-478f-afe2-80815b64f510 => generated 683 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/680] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/networks/d2bde600-438e-4b71-9c23-b38006622023?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: 328/681] 199.204.45.53 () {34 vars in 1049 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=60a570eceac54966995722995a7d7714 => generated 181 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/682] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:35 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 957 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/683] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:35 2026] GET /v2.0/security-groups?id=6e8840df-fbdc-4508-8f68-d302ae988f6e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/684] 199.204.45.53 () {38 vars in 954 bytes} [Sun May 10 02:01:34 2026] POST /v2.0/ports => generated 954 bytes in 372 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: 331/685] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:35 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => 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: 332/686] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:35 2026] GET /v2.0/security-groups?id=e8180509-1411-42d6-b758-ed2ac1be9a48&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: 333/687] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:35 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/688] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:35 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/689] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:01:35 2026] PUT /v2.0/ports/19d6d8a9-34ed-40f3-84cd-13628f9590da => generated 1235 bytes in 479 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: 335/690] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:35 2026] GET /v2.0/security-groups?id=6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/691] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:35 2026] GET /v2.0/security-groups?id=de820931-c8d3-4c91-b396-2fe69d43e8e1&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-05-10 02:01:35.898 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0adf8f3d-8092-4c51-a8dd-db364ae2ae7c'] response: {'name': 'network-changed', 'server_uuid': '07799151-5375-4047-a64f-91352ed15ade', 'tag': '19d6d8a9-34ed-40f3-84cd-13628f9590da', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 336/692] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:01:36 2026] GET /v2.0/ports?tenant_id=60a570eceac54966995722995a7d7714&device_id=07799151-5375-4047-a64f-91352ed15ade => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/693] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:36 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/694] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:36 2026] GET /v2.0/security-groups?id=6e8840df-fbdc-4508-8f68-d302ae988f6e&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/695] 199.204.45.53 () {34 vars in 1017 bytes} [Sun May 10 02:01:36 2026] GET /v2.0/networks?tenant_id=60a570eceac54966995722995a7d7714&shared=False => generated 779 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/696] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:36 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => 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: 338/697] 199.204.45.53 () {34 vars in 929 bytes} [Sun May 10 02:01:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/698] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:36 2026] GET /v2.0/security-groups?id=e8180509-1411-42d6-b758-ed2ac1be9a48&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: 339/699] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:36 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => 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: 340/700] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:01:36 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/701] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:36 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/702] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:36 2026] GET /v2.0/security-groups?id=de820931-c8d3-4c91-b396-2fe69d43e8e1&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: 342/703] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/security-groups?id=6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d&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-05-10 02:01:37.183 7 INFO neutron_taas.services.taas.taas_plugin [req-384c465c-34d8-4141-95ae-15192e818508 req-cd2ffd92-574b-41a1-90c7-1293cc543ea9 4bc2a519c7b54d1e9555db516568069c d8710ef9d21c4be991ab6623862730f0 - - default default] TaaS: Handle Delete Port: f915242d-eda3-435c-9b71-566a8accd4ac 2026-05-10 02:01:37.189 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-384c465c-34d8-4141-95ae-15192e818508 req-cd2ffd92-574b-41a1-90c7-1293cc543ea9 4bc2a519c7b54d1e9555db516568069c d8710ef9d21c4be991ab6623862730f0 - - default default] Tap Mirror: Handle Delete Port: f915242d-eda3-435c-9b71-566a8accd4ac 2026-05-10 02:01:37.376 7 INFO neutron.db.l3_db [req-384c465c-34d8-4141-95ae-15192e818508 req-cd2ffd92-574b-41a1-90c7-1293cc543ea9 4bc2a519c7b54d1e9555db516568069c d8710ef9d21c4be991ab6623862730f0 - - default default] Floating IP c0573a92-7079-44ce-a72f-8bd469ee565f disassociated. External IP: 10.96.250.220, port: f915242d-eda3-435c-9b71-566a8accd4ac. [pid: 8|app: 0|req: 343/704] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/ports?tenant_id=60a570eceac54966995722995a7d7714&device_id=07799151-5375-4047-a64f-91352ed15ade => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/705] 199.204.45.53 () {36 vars in 996 bytes} [Sun May 10 02:01:37 2026] DELETE /v2.0/ports/f915242d-eda3-435c-9b71-566a8accd4ac => generated 0 bytes in 735 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/706] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 969 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/707] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=19d6d8a9-34ed-40f3-84cd-13628f9590da => 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: 345/708] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/709] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/security-groups?id=6e8840df-fbdc-4508-8f68-d302ae988f6e&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/710] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/subnets?id=aae4ba2c-755d-45d3-8845-9966bacea4e1 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/711] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/security-groups?id=e8180509-1411-42d6-b758-ed2ac1be9a48&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: 347/712] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/ports?network_id=5b4d7c72-17aa-478f-afe2-80815b64f510&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:01:37.951 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea02d25e-c7da-4b10-81c1-943d0390d922'] response: {'server_uuid': 'bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b', 'name': 'network-vif-deleted', 'tag': 'f915242d-eda3-435c-9b71-566a8accd4ac', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 348/713] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/714] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/715] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/716] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:38 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => 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: 351/717] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:38 2026] GET /v2.0/security-groups?id=de820931-c8d3-4c91-b396-2fe69d43e8e1&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/718] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:38 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:38.416 7 INFO neutron.db.l3_db [None req-27cfff21-ef60-4d1a-a5bc-b961ff47ae52 722a082150a74ae6a0cd21cf802a155d 830baa95bf8a467688cce243b7e78722 - - default default] Floating IP 2834bb6e-681e-4a1a-848d-89ce547a4620 associated. External IP: 10.96.250.206, port: 1c41e814-e86e-4efa-a6f5-4505b54ba2f4. [pid: 7|app: 0|req: 367/719] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:01:38 2026] PUT /v2.0/floatingips/2834bb6e-681e-4a1a-848d-89ce547a4620 => generated 855 bytes in 679 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/720] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:38 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/721] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:38 2026] GET /v2.0/security-groups?id=e8180509-1411-42d6-b758-ed2ac1be9a48&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: 354/722] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:38 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/723] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:38 2026] GET /v2.0/security-groups?id=6e8840df-fbdc-4508-8f68-d302ae988f6e&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/724] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:39 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 971 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/725] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:39 2026] GET /v2.0/security-groups?id=e8180509-1411-42d6-b758-ed2ac1be9a48&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: 370/726] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:39 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/727] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:39 2026] GET /v2.0/security-groups?id=de820931-c8d3-4c91-b396-2fe69d43e8e1&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: 371/728] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:39 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:40.024 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-254d96c9-65c8-4988-ac7b-8e27c3457232'] response: {'name': 'network-changed', 'server_uuid': 'e2e16099-4d44-4810-8d00-fb473297b651', 'tag': '1c41e814-e86e-4efa-a6f5-4505b54ba2f4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 358/729] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/730] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/security-groups?id=6e8840df-fbdc-4508-8f68-d302ae988f6e&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: 359/731] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/732] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/security-groups?id=e8180509-1411-42d6-b758-ed2ac1be9a48&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: 373/733] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => 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: 361/734] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/security-groups?id=de820931-c8d3-4c91-b396-2fe69d43e8e1&fields=id&fields=name => generated 88 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/735] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/ports?tenant_id=830baa95bf8a467688cce243b7e78722&device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 1240 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/736] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/ports?device_id=bcf5aa0c-7ea0-42ba-be6d-73b9500ba41b => 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: 375/737] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/networks?id=bf8e03f9-7d7b-464a-bb3c-afb49166a534 => generated 775 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/738] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=1c41e814-e86e-4efa-a6f5-4505b54ba2f4 => generated 858 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/739] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/subnets?id=2896a550-e520-42d0-8408-a25b3d682d01 => generated 697 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/740] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/ports?network_id=bf8e03f9-7d7b-464a-bb3c-afb49166a534&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/741] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/networks/bf8e03f9-7d7b-464a-bb3c-afb49166a534?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: 365/742] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/networks/bf8e03f9-7d7b-464a-bb3c-afb49166a534?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/743] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => 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: 366/744] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/security-groups?id=de820931-c8d3-4c91-b396-2fe69d43e8e1&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/745] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:41 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/746] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:41 2026] GET /v2.0/security-groups?id=6e8840df-fbdc-4508-8f68-d302ae988f6e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/747] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:41 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/748] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:01:41 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 381/749] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:41 2026] GET /v2.0/security-groups?id=e8180509-1411-42d6-b758-ed2ac1be9a48&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:41.842 8 INFO neutron_taas.services.taas.taas_plugin [req-180ad6a7-dc52-437c-a2d2-1cca9cc16c02 req-eb28373c-668e-41bf-8ebf-a7f28f4c345a 722a082150a74ae6a0cd21cf802a155d 830baa95bf8a467688cce243b7e78722 - - default default] TaaS: Handle Delete Port: 1c41e814-e86e-4efa-a6f5-4505b54ba2f4 [pid: 7|app: 0|req: 382/750] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:41 2026] DELETE /v2.0/security-groups/6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:01:41.848 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-180ad6a7-dc52-437c-a2d2-1cca9cc16c02 req-eb28373c-668e-41bf-8ebf-a7f28f4c345a 722a082150a74ae6a0cd21cf802a155d 830baa95bf8a467688cce243b7e78722 - - default default] Tap Mirror: Handle Delete Port: 1c41e814-e86e-4efa-a6f5-4505b54ba2f4 2026-05-10 02:01:41.859 7 INFO neutron.api.v2.resource [None req-c9a6609b-f83d-41af-8a8d-79e8ab376d51 4bc2a519c7b54d1e9555db516568069c d8710ef9d21c4be991ab6623862730f0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 383/751] 10.0.0.28 () {32 vars in 736 bytes} [Sun May 10 02:01:41 2026] GET /v2.0/security-groups/6c9f28af-5ebb-4f8a-bd78-a3bc9e00568d => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:01:41.981 7 INFO neutron_taas.services.taas.taas_plugin [None req-08f83df6-6486-4d81-a264-7230b3da2d16 4bc2a519c7b54d1e9555db516568069c d8710ef9d21c4be991ab6623862730f0 - - default default] TaaS: Handle Delete Port: 682de99b-45a7-4124-845a-45012ad5c3ad 2026-05-10 02:01:41.983 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08f83df6-6486-4d81-a264-7230b3da2d16 4bc2a519c7b54d1e9555db516568069c d8710ef9d21c4be991ab6623862730f0 - - default default] Tap Mirror: Handle Delete Port: 682de99b-45a7-4124-845a-45012ad5c3ad 2026-05-10 02:01:42.029 8 INFO neutron.db.l3_db [req-180ad6a7-dc52-437c-a2d2-1cca9cc16c02 req-eb28373c-668e-41bf-8ebf-a7f28f4c345a 722a082150a74ae6a0cd21cf802a155d 830baa95bf8a467688cce243b7e78722 - - default default] Floating IP 2834bb6e-681e-4a1a-848d-89ce547a4620 disassociated. External IP: 10.96.250.206, port: 1c41e814-e86e-4efa-a6f5-4505b54ba2f4. [pid: 7|app: 0|req: 384/752] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:01:41 2026] DELETE /v2.0/floatingips/c0573a92-7079-44ce-a72f-8bd469ee565f => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/753] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:42 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => 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: 369/754] 199.204.45.53 () {36 vars in 996 bytes} [Sun May 10 02:01:41 2026] DELETE /v2.0/ports/1c41e814-e86e-4efa-a6f5-4505b54ba2f4 => generated 0 bytes in 670 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/755] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:42 2026] GET /v2.0/security-groups?id=de820931-c8d3-4c91-b396-2fe69d43e8e1&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:42.365 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3382641-de8a-4d26-bbea-556fbe182216'] response: {'server_uuid': 'e2e16099-4d44-4810-8d00-fb473297b651', 'name': 'network-vif-deleted', 'tag': '1c41e814-e86e-4efa-a6f5-4505b54ba2f4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 371/756] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:42 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/757] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:42 2026] GET /v2.0/security-groups?id=6e8840df-fbdc-4508-8f68-d302ae988f6e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:42.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf49187e-6ad6-466d-860d-8357fdc6a67a 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: ab404ca1-3052-46ee-868d-e3fed99cbeda 2026-05-10 02:01:42.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf49187e-6ad6-466d-860d-8357fdc6a67a 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: ab404ca1-3052-46ee-868d-e3fed99cbeda [pid: 8|app: 0|req: 373/758] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:42 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => 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: 386/759] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:01:42 2026] PUT /v2.0/routers/3a90289d-5795-4ff5-992e-d02696af686c/remove_router_interface => generated 309 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:43.320 8 INFO neutron_taas.services.taas.taas_plugin [None req-804cdd12-453a-493d-a5d2-e859e0965a09 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 5f5e3f68-5060-4988-9f88-c89be3f2f36f 2026-05-10 02:01:43.323 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-804cdd12-453a-493d-a5d2-e859e0965a09 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 5f5e3f68-5060-4988-9f88-c89be3f2f36f [pid: 7|app: 0|req: 387/760] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:01:43 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/761] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:43 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:43.504 8 INFO neutron_taas.services.taas.taas_plugin [None req-804cdd12-453a-493d-a5d2-e859e0965a09 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: e54636c5-f449-4a31-aa02-97d5a0a9c7de 2026-05-10 02:01:43.506 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-804cdd12-453a-493d-a5d2-e859e0965a09 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: e54636c5-f449-4a31-aa02-97d5a0a9c7de 2026-05-10 02:01:43.585 7 INFO neutron_taas.services.taas.taas_plugin [req-7fcd64db-dc7b-430d-a947-ddac05f4bbd8 req-0012e5a4-d8b5-4056-8158-7a18c6a89efd 194da821539e4b1891ff103103a0fa80 863d774af8c94aa9b12829c9a9ee9f61 - - default default] TaaS: Handle Delete Port: 66191db5-a053-47e5-870e-627ac59bdb37 2026-05-10 02:01:43.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7fcd64db-dc7b-430d-a947-ddac05f4bbd8 req-0012e5a4-d8b5-4056-8158-7a18c6a89efd 194da821539e4b1891ff103103a0fa80 863d774af8c94aa9b12829c9a9ee9f61 - - default default] Tap Mirror: Handle Delete Port: 66191db5-a053-47e5-870e-627ac59bdb37 [pid: 7|app: 0|req: 389/762] 199.204.45.53 () {36 vars in 996 bytes} [Sun May 10 02:01:43 2026] DELETE /v2.0/ports/66191db5-a053-47e5-870e-627ac59bdb37 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/763] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:43 2026] GET /v2.0/security-groups?id=de820931-c8d3-4c91-b396-2fe69d43e8e1&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:43.811 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c06f5be-3be0-448c-a303-735d0414210a'] response: {'server_uuid': '39df8115-2ae1-4a16-85a1-ece3db309301', 'name': 'network-vif-deleted', 'tag': '66191db5-a053-47e5-870e-627ac59bdb37', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 391/764] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:43 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:43.835 8 INFO neutron.services.segments.plugin [-] Segment a04fc892-bc21-4a60-8a2d-530b0954c1c1 resource provider aggregate not found 2026-05-10 02:01:43.840 8 INFO neutron.services.segments.plugin [-] Segment a04fc892-bc21-4a60-8a2d-530b0954c1c1 resource provider aggregate not found 2026-05-10 02:01:43.866 8 INFO neutron.services.segments.plugin [-] Segment a04fc892-bc21-4a60-8a2d-530b0954c1c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a04fc892-bc21-4a60-8a2d-530b0954c1c1 found for delete ", "request_id": "req-25fe67a6-814e-4d7e-83eb-277a6309c04b"}]} 2026-05-10 02:01:43.868 8 INFO neutron.services.segments.plugin [-] Segment a04fc892-bc21-4a60-8a2d-530b0954c1c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a04fc892-bc21-4a60-8a2d-530b0954c1c1 found for delete ", "request_id": "req-b61b18f8-8930-4a1f-bcca-ca85753547f6"}]} [pid: 7|app: 0|req: 392/765] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:43 2026] GET /v2.0/security-groups?id=6e8840df-fbdc-4508-8f68-d302ae988f6e&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-05-10 02:01:43.883 8 INFO neutron.db.l3_hamode_db [None req-804cdd12-453a-493d-a5d2-e859e0965a09 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] HA network 29264d94-a5c7-4f3e-b8f1-23dd5858b873 was deleted as no HA routers are present in tenant d8710ef9d21c4be991ab6623862730f0. [pid: 8|app: 0|req: 374/766] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:01:43 2026] DELETE /v2.0/routers/3a90289d-5795-4ff5-992e-d02696af686c => generated 0 bytes in 745 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/767] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:43 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => 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: 394/768] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:43 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/769] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:01:43 2026] DELETE /v2.0/subnets/33561280-53bc-43ee-a8f5-65533ace9f94 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:01:44.185 8 INFO neutron_taas.services.taas.taas_plugin [None req-aeece4f6-e270-4ec0-9c83-02dbdee92b21 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: e0730b6d-2fe1-4c23-984b-cb80acaeda9b 2026-05-10 02:01:44.188 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aeece4f6-e270-4ec0-9c83-02dbdee92b21 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: e0730b6d-2fe1-4c23-984b-cb80acaeda9b [pid: 8|app: 0|req: 376/770] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:01:44 2026] DELETE /v2.0/networks/d2bde600-438e-4b71-9c23-b38006622023 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:01:44.373 7 INFO neutron.db.l3_db [None req-94b47ee0-5fde-4197-9f4f-52efcabc5a6d fc6573d646074131a00a93d747d5f88d 60a570eceac54966995722995a7d7714 - - default default] Floating IP 49b0ecad-7c10-471d-8ab8-8816405cf184 associated. External IP: 10.96.250.214, port: 19d6d8a9-34ed-40f3-84cd-13628f9590da. [pid: 8|app: 0|req: 377/771] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:01:44 2026] GET /v2.0/security-groups?tenant_id=d8710ef9d21c4be991ab6623862730f0&name=default => generated 2921 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/772] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:44 2026] DELETE /v2.0/security-groups/deded62c-25d4-4b1f-beca-599baa43538a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/773] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:44 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/774] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:45 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => 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: 395/775] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:01:44 2026] PUT /v2.0/floatingips/49b0ecad-7c10-471d-8ab8-8816405cf184 => generated 855 bytes in 1100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/776] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:45 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/777] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:01:45 2026] GET /v2.0/security-groups?id=6e8840df-fbdc-4508-8f68-d302ae988f6e&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-05-10 02:01:45.849 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-67e5a7c4-9336-4328-a227-f214b227fb41'] response: {'name': 'network-changed', 'server_uuid': '07799151-5375-4047-a64f-91352ed15ade', 'tag': '19d6d8a9-34ed-40f3-84cd-13628f9590da', 'status': 'completed', 'code': 200} 2026-05-10 02:01:45.891 8 INFO neutron.services.segments.plugin [-] Segment a557aeb1-fffd-4f28-93fa-ccdb79ae40be resource provider aggregate not found 2026-05-10 02:01:45.897 8 INFO neutron.services.segments.plugin [-] Segment a557aeb1-fffd-4f28-93fa-ccdb79ae40be resource provider aggregate not found 2026-05-10 02:01:45.918 8 INFO neutron.services.segments.plugin [-] Segment a557aeb1-fffd-4f28-93fa-ccdb79ae40be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a557aeb1-fffd-4f28-93fa-ccdb79ae40be found for delete ", "request_id": "req-5dd9bbc1-59cd-49a3-8542-4f9b798a50bb"}]} 2026-05-10 02:01:45.923 8 INFO neutron.services.segments.plugin [-] Segment a557aeb1-fffd-4f28-93fa-ccdb79ae40be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a557aeb1-fffd-4f28-93fa-ccdb79ae40be found for delete ", "request_id": "req-5ae33111-3a77-4da8-a8f7-06ffa72b7755"}]} [pid: 8|app: 0|req: 382/778] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:46 2026] GET /v2.0/ports?device_id=e2e16099-4d44-4810-8d00-fb473297b651 => 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: 397/779] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:46 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => 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/780] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:01:46 2026] GET /v2.0/ports?tenant_id=60a570eceac54966995722995a7d7714&device_id=07799151-5375-4047-a64f-91352ed15ade => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/781] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:01:46 2026] GET /v2.0/networks?id=5b4d7c72-17aa-478f-afe2-80815b64f510 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/782] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:01:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=19d6d8a9-34ed-40f3-84cd-13628f9590da => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/783] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:01:46 2026] GET /v2.0/subnets?id=aae4ba2c-755d-45d3-8845-9966bacea4e1 => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/784] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:01:46 2026] GET /v2.0/ports?network_id=5b4d7c72-17aa-478f-afe2-80815b64f510&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: 400/785] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:01:46 2026] GET /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510?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: 386/786] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:01:46 2026] GET /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510?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: 387/787] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:47 2026] GET /v2.0/ports?device_id=39df8115-2ae1-4a16-85a1-ece3db309301 => 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: 401/788] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:47 2026] DELETE /v2.0/security-groups/e8180509-1411-42d6-b758-ed2ac1be9a48 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:01:47.330 8 INFO neutron.api.v2.resource [None req-9a4326c7-d8cf-44ee-bb25-d403eef343a5 722a082150a74ae6a0cd21cf802a155d 830baa95bf8a467688cce243b7e78722 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 388/789] 10.0.0.28 () {32 vars in 736 bytes} [Sun May 10 02:01:47 2026] GET /v2.0/security-groups/e8180509-1411-42d6-b758-ed2ac1be9a48 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:01:47.471 7 INFO neutron_taas.services.taas.taas_plugin [None req-82ca02a0-2de1-4d18-a9a0-a43046dd8f5e 722a082150a74ae6a0cd21cf802a155d 830baa95bf8a467688cce243b7e78722 - - default default] TaaS: Handle Delete Port: 87b098bd-e516-448a-b86f-d187013e6345 2026-05-10 02:01:47.476 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82ca02a0-2de1-4d18-a9a0-a43046dd8f5e 722a082150a74ae6a0cd21cf802a155d 830baa95bf8a467688cce243b7e78722 - - default default] Tap Mirror: Handle Delete Port: 87b098bd-e516-448a-b86f-d187013e6345 [pid: 7|app: 0|req: 402/790] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:01:47 2026] DELETE /v2.0/floatingips/2834bb6e-681e-4a1a-848d-89ce547a4620 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:01:48.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2c7c7e2-fcaa-40f3-a066-26af3e8a315d 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 9d969a4c-4ab0-4564-9db8-f4d83712fffe 2026-05-10 02:01:48.707 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2c7c7e2-fcaa-40f3-a066-26af3e8a315d 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 9d969a4c-4ab0-4564-9db8-f4d83712fffe 2026-05-10 02:01:48.789 7 INFO neutron_taas.services.taas.taas_plugin [None req-6939d665-1186-404c-8996-7cad74107864 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 5aa7cabb-e71b-4836-845c-92261da2fb8e 2026-05-10 02:01:48.792 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6939d665-1186-404c-8996-7cad74107864 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 5aa7cabb-e71b-4836-845c-92261da2fb8e [pid: 8|app: 0|req: 389/791] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:01:47 2026] PUT /v2.0/routers/cfa2e59f-9311-4bd6-a1ba-2cbbb6440401/remove_router_interface => generated 309 bytes in 1647 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/792] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:01:48 2026] PUT /v2.0/routers/8a40988c-0c06-4f4f-abcf-99e6939dc889/remove_router_interface => generated 309 bytes in 1059 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:49.580 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca050d03-a52f-4d5d-ae35-8961689cfa73 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 6aca8b8d-9a12-43a3-9cab-5b3f50a8c320 2026-05-10 02:01:49.584 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca050d03-a52f-4d5d-ae35-8961689cfa73 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 6aca8b8d-9a12-43a3-9cab-5b3f50a8c320 2026-05-10 02:01:49.615 7 INFO neutron_taas.services.taas.taas_plugin [None req-75ec1267-488f-49af-8d26-41ecf16ec82b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 4cc81c62-f6c3-4595-958a-a5a19e1a291c 2026-05-10 02:01:49.619 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75ec1267-488f-49af-8d26-41ecf16ec82b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 4cc81c62-f6c3-4595-958a-a5a19e1a291c 2026-05-10 02:01:49.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca050d03-a52f-4d5d-ae35-8961689cfa73 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: d861b4bc-32cb-49b4-8f89-2d62cec0eb60 2026-05-10 02:01:49.792 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca050d03-a52f-4d5d-ae35-8961689cfa73 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: d861b4bc-32cb-49b4-8f89-2d62cec0eb60 2026-05-10 02:01:49.882 7 INFO neutron_taas.services.taas.taas_plugin [None req-75ec1267-488f-49af-8d26-41ecf16ec82b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 7a271fa9-9eec-4eaf-8ff2-049db531fb48 2026-05-10 02:01:49.885 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75ec1267-488f-49af-8d26-41ecf16ec82b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 7a271fa9-9eec-4eaf-8ff2-049db531fb48 2026-05-10 02:01:50.089 8 INFO neutron.services.segments.plugin [-] Segment 0c3c0c40-c7a7-482a-bfb6-708451309089 resource provider aggregate not found 2026-05-10 02:01:50.101 8 INFO neutron.services.segments.plugin [-] Segment 0c3c0c40-c7a7-482a-bfb6-708451309089 resource provider aggregate not found 2026-05-10 02:01:50.114 8 INFO neutron.services.segments.plugin [-] Segment 0c3c0c40-c7a7-482a-bfb6-708451309089 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c3c0c40-c7a7-482a-bfb6-708451309089 found for delete ", "request_id": "req-fd2bb767-3d2b-4ed6-803d-1a2365a98df7"}]} 2026-05-10 02:01:50.117 8 INFO neutron.db.l3_hamode_db [None req-ca050d03-a52f-4d5d-ae35-8961689cfa73 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] HA network 958223d2-1079-4261-96a5-c1c765d388a6 was deleted as no HA routers are present in tenant 830baa95bf8a467688cce243b7e78722. [pid: 8|app: 0|req: 390/793] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:01:49 2026] DELETE /v2.0/routers/cfa2e59f-9311-4bd6-a1ba-2cbbb6440401 => generated 0 bytes in 802 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:01:50.129 8 INFO neutron.services.segments.plugin [-] Segment 0c3c0c40-c7a7-482a-bfb6-708451309089 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c3c0c40-c7a7-482a-bfb6-708451309089 found for delete ", "request_id": "req-e0d275b6-29d1-464a-8d8e-69e064244312"}]} 2026-05-10 02:01:50.229 7 INFO neutron.services.segments.plugin [-] Segment e70527cf-6ec4-454c-8e41-103bae7fa837 resource provider aggregate not found 2026-05-10 02:01:50.244 7 INFO neutron.services.segments.plugin [-] Segment e70527cf-6ec4-454c-8e41-103bae7fa837 resource provider aggregate not found [pid: 8|app: 0|req: 393/796] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:01:50 2026] DELETE /v2.0/subnets/2896a550-e520-42d0-8408-a25b3d682d01 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:01:50.268 7 INFO neutron.services.segments.plugin [-] Segment e70527cf-6ec4-454c-8e41-103bae7fa837 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e70527cf-6ec4-454c-8e41-103bae7fa837 found for delete ", "request_id": "req-f0d0b788-05fa-4268-b8ac-7297fe702f8e"}]} 2026-05-10 02:01:50.268 7 INFO neutron.services.segments.plugin [-] Segment e70527cf-6ec4-454c-8e41-103bae7fa837 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e70527cf-6ec4-454c-8e41-103bae7fa837 found for delete ", "request_id": "req-0efef755-61cd-4519-9e1b-57c7e270eaa3"}]} 2026-05-10 02:01:50.278 7 INFO neutron.db.l3_hamode_db [None req-75ec1267-488f-49af-8d26-41ecf16ec82b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] HA network 22e30f5b-c72b-4c37-a571-ba05e0fc53ad was deleted as no HA routers are present in tenant 863d774af8c94aa9b12829c9a9ee9f61. [pid: 7|app: 0|req: 404/797] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:01:49 2026] DELETE /v2.0/routers/8a40988c-0c06-4f4f-abcf-99e6939dc889 => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:01:50.380 8 INFO neutron_taas.services.taas.taas_plugin [None req-54df0b1b-fb5e-44a4-a3dc-d37680aafa9c 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 1c6aa638-8975-47fd-b29b-f1eb0010aa66 2026-05-10 02:01:50.384 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54df0b1b-fb5e-44a4-a3dc-d37680aafa9c 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 1c6aa638-8975-47fd-b29b-f1eb0010aa66 [pid: 7|app: 0|req: 405/798] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:01:50 2026] DELETE /v2.0/subnets/ad1a1e38-1193-40ea-a3d5-a7d4b3c5354b => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/799] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:01:50 2026] DELETE /v2.0/networks/bf8e03f9-7d7b-464a-bb3c-afb49166a534 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:01:50.635 8 INFO neutron_taas.services.taas.taas_plugin [None req-4af2b27f-9066-41b8-a517-6c50f4f52618 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: e4d47144-1ebc-4d22-8163-bb751e9aba73 2026-05-10 02:01:50.638 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4af2b27f-9066-41b8-a517-6c50f4f52618 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: e4d47144-1ebc-4d22-8163-bb751e9aba73 [pid: 7|app: 0|req: 406/800] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:01:50 2026] GET /v2.0/security-groups?tenant_id=9e05b1adbd074d3db4bd03472c89d3dc&name=default => generated 2925 bytes in 364 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/801] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:01:50 2026] DELETE /v2.0/networks/08382a88-a33e-4da6-bc00-7a4d96c3802a => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/802] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:01:50 2026] GET /v2.0/security-groups?tenant_id=830baa95bf8a467688cce243b7e78722&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/803] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:50 2026] DELETE /v2.0/security-groups/597ba535-33fa-469f-8391-423c8d7dc1ae => 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: 408/804] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:50 2026] DELETE /v2.0/security-groups/adcf8a02-efe2-4081-9ab8-9ca3719a1ba3 => 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: 397/805] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:01:50 2026] GET /v2.0/security-groups?tenant_id=863d774af8c94aa9b12829c9a9ee9f61&name=default => 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: 409/806] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:51 2026] DELETE /v2.0/security-groups/de820931-c8d3-4c91-b396-2fe69d43e8e1 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/807] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:01:51 2026] GET /v2.0/security-groups?tenant_id=29c229f37e7246799fbc64ab345f6a0a&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/808] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:51 2026] DELETE /v2.0/security-groups/e7b5db1e-5fc0-4bb5-b135-62ef6b305b7c => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:01:52.136 8 INFO neutron.services.segments.plugin [-] Segment fa06ee7b-284d-4b05-ba06-cd4388f4e38b resource provider aggregate not found 2026-05-10 02:01:52.155 8 INFO neutron.services.segments.plugin [-] Segment fa06ee7b-284d-4b05-ba06-cd4388f4e38b resource provider aggregate not found 2026-05-10 02:01:52.163 8 INFO neutron.services.segments.plugin [-] Segment fa06ee7b-284d-4b05-ba06-cd4388f4e38b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa06ee7b-284d-4b05-ba06-cd4388f4e38b found for delete ", "request_id": "req-8fea0752-13fa-472f-a253-6bb98661484e"}]} 2026-05-10 02:01:52.180 8 INFO neutron.services.segments.plugin [-] Segment 883b0120-9ead-4711-865b-882249b3fc67 resource provider aggregate not found 2026-05-10 02:01:52.188 8 INFO neutron.services.segments.plugin [-] Segment fa06ee7b-284d-4b05-ba06-cd4388f4e38b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa06ee7b-284d-4b05-ba06-cd4388f4e38b found for delete ", "request_id": "req-9dda6077-580c-4915-9319-bdef7573fafa"}]} 2026-05-10 02:01:52.194 8 INFO neutron.services.segments.plugin [-] Segment 883b0120-9ead-4711-865b-882249b3fc67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 883b0120-9ead-4711-865b-882249b3fc67 found for delete ", "request_id": "req-db4a1449-4336-4f84-9ce2-ff415713783d"}]} 2026-05-10 02:01:52.202 8 INFO neutron.services.segments.plugin [-] Segment 883b0120-9ead-4711-865b-882249b3fc67 resource provider aggregate not found 2026-05-10 02:01:52.219 8 INFO neutron.services.segments.plugin [-] Segment 883b0120-9ead-4711-865b-882249b3fc67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 883b0120-9ead-4711-865b-882249b3fc67 found for delete ", "request_id": "req-eb302b27-8e61-489c-911e-af795caf6a4b"}]} 2026-05-10 02:01:53.313 8 INFO neutron.db.segments_db [None req-9dc6791f-2eff-46a8-9dd0-de8b1c2ef4b5 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 3c4006b9-2669-43a1-8006-ca1e527ece3a of type vxlan for network 35d879ff-a5a7-46c0-a57f-4e153863903a [pid: 8|app: 0|req: 399/809] 10.0.0.28 () {34 vars in 670 bytes} [Sun May 10 02:01:52 2026] POST /v2.0/networks => generated 737 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/810] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:01:53 2026] POST /v2.0/subnets => generated 684 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:01:53.656 8 INFO neutron.db.segments_db [None req-56de3d6d-3152-4565-8d4c-acefbef7504c 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment f12dc0f0-2a4d-4219-ab89-2b042ec00ef3 of type vxlan for network 0d4125f5-e5cc-4c65-965c-10416b0990f2 2026-05-10 02:01:53.905 8 INFO neutron.db.l3_hamode_db [None req-56de3d6d-3152-4565-8d4c-acefbef7504c 21f8134dfd8a481fb40776d0b70d3cb3 97b640a09e6d42828a56991494381762 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:01:54.664 8 INFO neutron.db.l3_hamode_db [None req-56de3d6d-3152-4565-8d4c-acefbef7504c 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 412/811] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 02:01:55 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 1240 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/812] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:01:53 2026] POST /v2.0/routers => generated 724 bytes in 2016 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/813] 10.0.0.223 () {34 vars in 1040 bytes} [Sun May 10 02:01:55 2026] GET /v2.0/security-groups?id=6e8840df-fbdc-4508-8f68-d302ae988f6e&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: 413/814] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:01:55 2026] GET /v2.0/security-groups?tenant_id=5378238e1205465ab5b3ae1aff63bdb6&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: 414/815] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:55 2026] DELETE /v2.0/security-groups/b169f851-4bc2-44c2-963d-52dee5d91de2 => 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: 415/816] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:01:56 2026] GET /v2.0/security-groups?tenant_id=2beb6bd908664514a9dd927d5d0ae50b&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: 416/817] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:56 2026] DELETE /v2.0/security-groups/f17d0290-fd0b-4290-ba0f-38e0aeae6c9c => 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: 402/818] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:01:55 2026] PUT /v2.0/routers/5b211583-29ef-4956-b9b8-478f460b6faa/add_router_interface => generated 309 bytes in 1199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/819] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:01:57 2026] GET /v2.0/security-groups?tenant_id=8a456e05a474448a94852f8a448da3b2&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/820] 10.0.0.28 () {34 vars in 684 bytes} [Sun May 10 02:01:57 2026] POST /v2.0/security-groups => generated 1660 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/821] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:57 2026] DELETE /v2.0/security-groups/e976ae2a-d3a7-4f19-a815-e40e641f87ac => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/822] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:01:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/823] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:01:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/824] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:01:57 2026] GET /v2.0/security-groups?tenant_id=23e11c851c234221a456f5322e6a5bf7&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/825] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:57 2026] DELETE /v2.0/security-groups/81aa441e-9625-4375-a63b-5ffc61f5b6db => 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: 420/826] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:01:57 2026] POST /v2.0/floatingips => generated 552 bytes in 627 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/827] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:01:58 2026] GET /v2.0/security-groups?tenant_id=ab070a00ef7b490aa3ae78833529a97a&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/828] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:01:59 2026] DELETE /v2.0/security-groups/3c720f11-0d7a-405d-bd00-6199f075da29 => 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: 408/829] 10.0.0.212 () {34 vars in 1098 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--807902211&fields=id&tenant_id=97b640a09e6d42828a56991494381762 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/830] 10.0.0.212 () {34 vars in 982 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/networks?id=35d879ff-a5a7-46c0-a57f-4e153863903a => generated 669 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/831] 10.0.0.212 () {34 vars in 965 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/quotas/97b640a09e6d42828a56991494381762 => 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: 423/832] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/ports?tenant_id=97b640a09e6d42828a56991494381762&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/833] 10.0.0.212 () {34 vars in 1008 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/networks/35d879ff-a5a7-46c0-a57f-4e153863903a?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: 424/834] 10.0.0.212 () {34 vars in 1108 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/networks/35d879ff-a5a7-46c0-a57f-4e153863903a?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: 411/835] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => 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: 425/836] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:00 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => 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: 412/837] 10.0.0.28 () {32 vars in 652 bytes} [Sun May 10 02:02:00 2026] GET /v2.0/extensions => generated 21537 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/838] 10.0.0.28 () {32 vars in 680 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/839] 10.0.0.28 () {32 vars in 680 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/840] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/841] 10.0.0.28 () {32 vars in 664 bytes} [Sun May 10 02:02:01 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: 7|app: 0|req: 428/842] 10.0.0.28 () {32 vars in 698 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/843] 10.0.0.28 () {32 vars in 696 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/844] 10.0.0.28 () {32 vars in 700 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/845] 10.0.0.28 () {32 vars in 688 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/846] 10.0.0.28 () {32 vars in 702 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/847] 10.0.0.28 () {32 vars in 692 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/848] 10.0.0.28 () {32 vars in 694 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/849] 10.0.0.28 () {32 vars in 684 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/850] 10.0.0.28 () {32 vars in 686 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/851] 10.0.0.28 () {32 vars in 660 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/852] 10.0.0.28 () {32 vars in 698 bytes} [Sun May 10 02:02:01 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: 8|app: 0|req: 420/853] 10.0.0.28 () {32 vars in 678 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/854] 10.0.0.28 () {32 vars in 682 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/855] 10.0.0.28 () {32 vars in 674 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/856] 10.0.0.28 () {32 vars in 688 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/857] 10.0.0.28 () {32 vars in 722 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/858] 10.0.0.28 () {32 vars in 686 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/859] 10.0.0.28 () {32 vars in 668 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/860] 10.0.0.28 () {32 vars in 686 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/861] 10.0.0.28 () {32 vars in 680 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/862] 10.0.0.28 () {32 vars in 698 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/863] 10.0.0.28 () {32 vars in 678 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/864] 10.0.0.28 () {32 vars in 666 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/router => generated 256 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/865] 10.0.0.28 () {32 vars in 676 bytes} [Sun May 10 02:02:01 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: 7|app: 0|req: 440/866] 10.0.0.28 () {32 vars in 664 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/l3-ha => 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: 427/867] 10.0.0.28 () {32 vars in 674 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/l3-flavors => 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: 441/868] 10.0.0.28 () {32 vars in 712 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/869] 10.0.0.28 () {32 vars in 690 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/870] 10.0.0.28 () {32 vars in 682 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/871] 10.0.0.28 () {32 vars in 668 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/872] 10.0.0.28 () {32 vars in 686 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/873] 10.0.0.28 () {32 vars in 704 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/874] 10.0.0.28 () {32 vars in 674 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/875] 10.0.0.28 () {32 vars in 700 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/876] 10.0.0.28 () {32 vars in 674 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/877] 10.0.0.28 () {32 vars in 692 bytes} [Sun May 10 02:02:01 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: 446/878] 10.0.0.28 () {32 vars in 688 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/879] 10.0.0.28 () {32 vars in 708 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/880] 10.0.0.28 () {32 vars in 704 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/881] 10.0.0.28 () {32 vars in 718 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/882] 10.0.0.28 () {32 vars in 696 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/883] 10.0.0.28 () {32 vars in 710 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/884] 10.0.0.28 () {32 vars in 668 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/885] 10.0.0.28 () {32 vars in 686 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/886] 10.0.0.28 () {32 vars in 680 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/887] 10.0.0.28 () {32 vars in 674 bytes} [Sun May 10 02:02:01 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: 451/888] 10.0.0.28 () {32 vars in 670 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/889] 10.0.0.28 () {32 vars in 660 bytes} [Sun May 10 02:02:01 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: 452/890] 10.0.0.28 () {32 vars in 698 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/891] 10.0.0.28 () {32 vars in 698 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/892] 10.0.0.28 () {32 vars in 676 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/893] 10.0.0.28 () {32 vars in 668 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/894] 10.0.0.28 () {32 vars in 682 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/895] 10.0.0.28 () {32 vars in 700 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/896] 10.0.0.28 () {32 vars in 684 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/897] 10.0.0.28 () {32 vars in 706 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/898] 10.0.0.28 () {32 vars in 668 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/899] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => 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: 458/900] 10.0.0.28 () {32 vars in 696 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/901] 10.0.0.28 () {32 vars in 694 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/902] 10.0.0.28 () {32 vars in 684 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/903] 10.0.0.28 () {32 vars in 688 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/904] 10.0.0.28 () {32 vars in 704 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/905] 10.0.0.28 () {32 vars in 666 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/906] 10.0.0.28 () {32 vars in 680 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/907] 10.0.0.28 () {32 vars in 680 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/908] 10.0.0.28 () {32 vars in 690 bytes} [Sun May 10 02:02:01 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: 447/909] 10.0.0.28 () {32 vars in 690 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/910] 10.0.0.28 () {32 vars in 694 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/911] 10.0.0.28 () {32 vars in 684 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/912] 10.0.0.28 () {32 vars in 688 bytes} [Sun May 10 02:02:01 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: 449/913] 10.0.0.28 () {32 vars in 700 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/914] 10.0.0.28 () {32 vars in 702 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/915] 10.0.0.28 () {32 vars in 712 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/916] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/917] 10.0.0.28 () {32 vars in 714 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/918] 10.0.0.28 () {32 vars in 726 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/919] 10.0.0.28 () {32 vars in 740 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/920] 10.0.0.28 () {32 vars in 718 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/921] 10.0.0.28 () {32 vars in 682 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/922] 10.0.0.28 () {32 vars in 668 bytes} [Sun May 10 02:02:01 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: 454/923] 10.0.0.28 () {32 vars in 718 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/924] 10.0.0.28 () {32 vars in 678 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/925] 10.0.0.28 () {32 vars in 668 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/926] 10.0.0.28 () {32 vars in 696 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/927] 10.0.0.28 () {32 vars in 704 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/928] 10.0.0.28 () {32 vars in 700 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/929] 10.0.0.28 () {32 vars in 700 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/930] 10.0.0.28 () {32 vars in 682 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/931] 10.0.0.28 () {32 vars in 704 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/932] 10.0.0.28 () {32 vars in 694 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/933] 10.0.0.28 () {32 vars in 688 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/934] 10.0.0.28 () {32 vars in 696 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/935] 10.0.0.28 () {32 vars in 678 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/936] 10.0.0.28 () {32 vars in 688 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/937] 10.0.0.28 () {32 vars in 700 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/938] 10.0.0.28 () {32 vars in 664 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/939] 10.0.0.28 () {32 vars in 680 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/940] 10.0.0.28 () {32 vars in 676 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/941] 10.0.0.28 () {32 vars in 692 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/942] 10.0.0.28 () {32 vars in 676 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/943] 10.0.0.28 () {32 vars in 666 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/944] 10.0.0.28 () {32 vars in 662 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/945] 10.0.0.28 () {32 vars in 674 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/946] 10.0.0.28 () {32 vars in 686 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/947] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => 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/948] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/security-groups?tenant_id=ea85484f01cd4d18a1e65941e5205afa&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/949] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:03 2026] DELETE /v2.0/security-groups/ddf5024f-e056-4cbe-b088-bb78fe292f14 => 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: 468/950] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:03 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => 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: 483/951] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:02:03 2026] GET /v2.0/networks?id=35d879ff-a5a7-46c0-a57f-4e153863903a => generated 669 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/952] 199.204.45.53 () {34 vars in 1049 bytes} [Sun May 10 02:02:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=97b640a09e6d42828a56991494381762 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/953] 199.204.45.53 () {38 vars in 954 bytes} [Sun May 10 02:02:03 2026] POST /v2.0/ports => generated 954 bytes in 437 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/956] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:02:04 2026] PUT /v2.0/ports/b9dee53d-8491-48f3-a8ca-fb8e608129f1 => generated 1235 bytes in 480 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:04.942 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1151b376-6126-414b-8eb4-c0e2cfb1c6cb'] response: {'name': 'network-changed', 'server_uuid': '61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3', 'tag': 'b9dee53d-8491-48f3-a8ca-fb8e608129f1', '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: 471/957] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:05 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 969 bytes in 77 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: 472/958] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:05 2026] GET /v2.0/security-groups?id=80e33162-734b-4d28-8e27-897d5ee4b533&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/959] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:04 2026] GET /v2.0/security-groups?tenant_id=e41db733d44c427195593aa57a7fc490&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/960] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:05 2026] DELETE /v2.0/security-groups/015c6417-23d3-4892-9b9d-204b3d0f680a => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/961] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:02:05 2026] GET /v2.0/ports?tenant_id=97b640a09e6d42828a56991494381762&device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:05.587 7 INFO neutron.db.segments_db [None req-153e1d74-c571-4ec1-89bb-39482867f7ef 3372d5d4cacf440fa808a87095a47ae5 bbdcf5c60b7044fbbd78383a19032d94 - - default default] Added segment bda53421-0a8c-46d7-9805-d3744af053a5 of type vxlan for network 3fedb584-0723-455c-8eb0-dd3c89c67f07 2026-05-10 02:02:05.641 7 INFO neutron.db.segments_db [None req-153e1d74-c571-4ec1-89bb-39482867f7ef 3372d5d4cacf440fa808a87095a47ae5 bbdcf5c60b7044fbbd78383a19032d94 - - default default] Added segment 6c5cb4ac-daea-4368-a88f-192f7819d158 of type vxlan for network 55089c0b-dc87-4d44-aa65-3cb9d7bcf8a5 [pid: 8|app: 0|req: 475/962] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:05 2026] GET /v2.0/security-groups?tenant_id=c7ba517fa5684adcabee12b1f9bd2d49&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/963] 199.204.45.53 () {34 vars in 1017 bytes} [Sun May 10 02:02:05 2026] GET /v2.0/networks?tenant_id=97b640a09e6d42828a56991494381762&shared=False => generated 765 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/964] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:02:05 2026] POST /v2.0/networks => generated 1245 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/965] 199.204.45.53 () {34 vars in 929 bytes} [Sun May 10 02:02:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/966] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:05 2026] DELETE /v2.0/security-groups/7bb025ec-a399-438c-8583-ea9abc314cec => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/967] 10.0.0.28 () {32 vars in 648 bytes} [Sun May 10 02:02:05 2026] GET /v2.0/networks => generated 1844 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:05.976 8 INFO neutron.services.segments.plugin [-] Segment bda53421-0a8c-46d7-9805-d3744af053a5 resource provider aggregate not found 2026-05-10 02:02:05.979 8 INFO neutron.services.segments.plugin [-] Segment bda53421-0a8c-46d7-9805-d3744af053a5 resource provider aggregate not found 2026-05-10 02:02:05.994 8 INFO neutron.services.segments.plugin [-] Segment bda53421-0a8c-46d7-9805-d3744af053a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bda53421-0a8c-46d7-9805-d3744af053a5 found for delete ", "request_id": "req-45aba646-f577-4259-bcd4-13b4279bd3a9"}]} 2026-05-10 02:02:05.995 8 INFO neutron.services.segments.plugin [-] Segment bda53421-0a8c-46d7-9805-d3744af053a5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bda53421-0a8c-46d7-9805-d3744af053a5 found for delete ", "request_id": "req-0550215f-2219-4a15-ae6d-e02ca0c4feae"}]} [pid: 8|app: 0|req: 478/968] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:05 2026] DELETE /v2.0/networks/3fedb584-0723-455c-8eb0-dd3c89c67f07 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:06.147 7 INFO neutron.services.segments.plugin [-] Segment 6c5cb4ac-daea-4368-a88f-192f7819d158 resource provider aggregate not found 2026-05-10 02:02:06.147 7 INFO neutron.services.segments.plugin [-] Segment 6c5cb4ac-daea-4368-a88f-192f7819d158 resource provider aggregate not found 2026-05-10 02:02:06.164 7 INFO neutron.services.segments.plugin [-] Segment 6c5cb4ac-daea-4368-a88f-192f7819d158 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c5cb4ac-daea-4368-a88f-192f7819d158 found for delete ", "request_id": "req-2d902844-7462-418e-b05f-bfa82f3dafed"}]} [pid: 7|app: 0|req: 491/969] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:06 2026] DELETE /v2.0/networks/55089c0b-dc87-4d44-aa65-3cb9d7bcf8a5 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:06.172 7 INFO neutron.services.segments.plugin [-] Segment 6c5cb4ac-daea-4368-a88f-192f7819d158 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c5cb4ac-daea-4368-a88f-192f7819d158 found for delete ", "request_id": "req-b4dee895-c01d-4880-9623-86373a535db9"}]} [pid: 8|app: 0|req: 479/970] 10.0.0.28 () {32 vars in 648 bytes} [Sun May 10 02:02:06 2026] GET /v2.0/networks => generated 651 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/971] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:06 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/972] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:06 2026] GET /v2.0/security-groups?id=80e33162-734b-4d28-8e27-897d5ee4b533&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:06.289 8 INFO neutron.db.segments_db [None req-87c9d4a6-cffb-41fb-acaf-7c4bb401cf9e 3372d5d4cacf440fa808a87095a47ae5 bbdcf5c60b7044fbbd78383a19032d94 - - default default] Added segment b8f17069-65e2-4f3a-9e27-22d1d5df1e87 of type vxlan for network c3034f86-aff7-42cd-98ea-dc857737dc1c [pid: 8|app: 0|req: 480/973] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:02:06 2026] POST /v2.0/networks => generated 654 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:06.449 7 INFO neutron.db.segments_db [None req-cddd11c3-02d5-473d-9eeb-6269122801ae 3372d5d4cacf440fa808a87095a47ae5 bbdcf5c60b7044fbbd78383a19032d94 - - default default] Added segment 5f8d3471-589d-4aef-a5aa-52001cc91eeb of type vxlan for network c147912e-7b5c-4c8d-a61b-2dc5500d58a5 [pid: 7|app: 0|req: 494/974] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:02:06 2026] POST /v2.0/networks => generated 654 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/975] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:02:06 2026] GET /v2.0/ports?tenant_id=97b640a09e6d42828a56991494381762&device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/976] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:02:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b9dee53d-8491-48f3-a8ca-fb8e608129f1 => 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: 497/977] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:02:06 2026] GET /v2.0/subnets?id=dbfb9fee-d245-4ca9-8517-b0da862275bd => generated 687 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/978] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:02:06 2026] GET /v2.0/ports?network_id=35d879ff-a5a7-46c0-a57f-4e153863903a&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: 499/979] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:02:06 2026] GET /v2.0/networks/35d879ff-a5a7-46c0-a57f-4e153863903a?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: 500/980] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:02:06 2026] GET /v2.0/networks/35d879ff-a5a7-46c0-a57f-4e153863903a?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: 481/981] 10.0.0.28 () {34 vars in 664 bytes} [Sun May 10 02:02:06 2026] POST /v2.0/ports => generated 1506 bytes in 548 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 482/982] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:07 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/983] 10.0.0.28 () {32 vars in 642 bytes} [Sun May 10 02:02:07 2026] GET /v2.0/ports => generated 1506 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:07.313 8 INFO neutron_taas.services.taas.taas_plugin [None req-bbad7387-0455-4414-bac4-43a43fe32048 3372d5d4cacf440fa808a87095a47ae5 bbdcf5c60b7044fbbd78383a19032d94 - - default default] TaaS: Handle Delete Port: 7b605163-0acc-4df6-ad65-9996e87815e9 2026-05-10 02:02:07.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbad7387-0455-4414-bac4-43a43fe32048 3372d5d4cacf440fa808a87095a47ae5 bbdcf5c60b7044fbbd78383a19032d94 - - default default] Tap Mirror: Handle Delete Port: 7b605163-0acc-4df6-ad65-9996e87815e9 [pid: 7|app: 0|req: 502/984] 10.0.0.212 () {34 vars in 971 bytes} [Sun May 10 02:02:07 2026] GET /v2.0/ports/19d6d8a9-34ed-40f3-84cd-13628f9590da => generated 968 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/985] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:07 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/986] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:02:07 2026] DELETE /v2.0/ports/7b605163-0acc-4df6-ad65-9996e87815e9 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/987] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:07 2026] GET /v2.0/security-groups?id=80e33162-734b-4d28-8e27-897d5ee4b533&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:07.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-bdef1633-e06f-40c8-a67f-b18d98ce3bc4 3372d5d4cacf440fa808a87095a47ae5 bbdcf5c60b7044fbbd78383a19032d94 - - default default] TaaS: Handle Delete Port: ff1105d0-0b7c-4b5c-903a-fe052c5fde5c 2026-05-10 02:02:07.515 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bdef1633-e06f-40c8-a67f-b18d98ce3bc4 3372d5d4cacf440fa808a87095a47ae5 bbdcf5c60b7044fbbd78383a19032d94 - - default default] Tap Mirror: Handle Delete Port: ff1105d0-0b7c-4b5c-903a-fe052c5fde5c [pid: 8|app: 0|req: 484/988] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:02:07 2026] DELETE /v2.0/ports/ff1105d0-0b7c-4b5c-903a-fe052c5fde5c => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/989] 10.0.0.28 () {32 vars in 642 bytes} [Sun May 10 02:02:07 2026] GET /v2.0/ports => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:07.728 8 INFO neutron.db.segments_db [None req-c17bd429-32f3-4d93-8f85-79f185a90e15 3372d5d4cacf440fa808a87095a47ae5 bbdcf5c60b7044fbbd78383a19032d94 - - default default] Added segment 497f8e7e-97c1-4f2b-a0b3-5de99ebb6dbb of type vxlan for network 32644bf0-79b8-458f-b181-d5ccc3713748 [pid: 8|app: 0|req: 485/990] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:02:07 2026] POST /v2.0/networks => generated 653 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:07.876 7 INFO neutron.db.segments_db [None req-b7b8efff-1ceb-47c4-99da-2de98a757ecf 3372d5d4cacf440fa808a87095a47ae5 bbdcf5c60b7044fbbd78383a19032d94 - - default default] Added segment 8b31e299-b605-4b72-b8b0-3900a09f4a31 of type vxlan for network 650eb03c-c79d-48c2-b3d9-de7cfb8485fe [pid: 8|app: 0|req: 486/991] 199.204.45.53 () {34 vars in 999 bytes} [Sun May 10 02:02:07 2026] GET /v2.0/subnets?network_id=5b4d7c72-17aa-478f-afe2-80815b64f510 => generated 683 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/992] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:02:07 2026] POST /v2.0/networks => generated 652 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/993] 199.204.45.53 () {34 vars in 1145 bytes} [Sun May 10 02:02:07 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade&device_owner=compute%3Anova&network_id=5b4d7c72-17aa-478f-afe2-80815b64f510 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/994] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:02:08 2026] PUT /v2.0/ports/19d6d8a9-34ed-40f3-84cd-13628f9590da => generated 1149 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:08.472 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27c3ca01-dda3-419d-b693-db43b1e65766'] response: {'name': 'network-changed', 'server_uuid': '07799151-5375-4047-a64f-91352ed15ade', 'tag': '19d6d8a9-34ed-40f3-84cd-13628f9590da', '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: 508/995] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:08 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/996] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:08 2026] GET /v2.0/security-groups?id=80e33162-734b-4d28-8e27-897d5ee4b533&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: 488/997] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:02:08 2026] POST /v2.0/subnets => generated 1324 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/998] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:02:08 2026] GET /v2.0/ports?tenant_id=60a570eceac54966995722995a7d7714&device_id=07799151-5375-4047-a64f-91352ed15ade => generated 1421 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/999] 10.0.0.28 () {32 vars in 646 bytes} [Sun May 10 02:02:08 2026] GET /v2.0/subnets => generated 1960 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1000] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:02:08 2026] GET /v2.0/networks?id=5b4d7c72-17aa-478f-afe2-80815b64f510 => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1001] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=19d6d8a9-34ed-40f3-84cd-13628f9590da => 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: 513/1002] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=19d6d8a9-34ed-40f3-84cd-13628f9590da => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1003] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/subnets?id=aae4ba2c-755d-45d3-8845-9966bacea4e1 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1004] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:02:09 2026] DELETE /v2.0/subnets/f342714b-98ec-4797-a6bc-9addeab71583 => 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: 515/1005] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/ports?network_id=5b4d7c72-17aa-478f-afe2-80815b64f510&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: 516/1006] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510?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: 491/1007] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:02:09 2026] DELETE /v2.0/subnets/bebc444c-8f6d-4c5d-88d2-7e556848662b => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1008] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510?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: 492/1009] 10.0.0.28 () {32 vars in 646 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:09.425 7 INFO neutron.services.segments.plugin [-] Segment 8b31e299-b605-4b72-b8b0-3900a09f4a31 resource provider aggregate not found 2026-05-10 02:02:09.429 7 INFO neutron.services.segments.plugin [-] Segment 8b31e299-b605-4b72-b8b0-3900a09f4a31 resource provider aggregate not found 2026-05-10 02:02:09.448 7 INFO neutron.services.segments.plugin [-] Segment 8b31e299-b605-4b72-b8b0-3900a09f4a31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b31e299-b605-4b72-b8b0-3900a09f4a31 found for delete ", "request_id": "req-c076e2cf-e517-4e58-928d-3bef08e1b7f9"}]} 2026-05-10 02:02:09.448 7 INFO neutron.services.segments.plugin [-] Segment 8b31e299-b605-4b72-b8b0-3900a09f4a31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b31e299-b605-4b72-b8b0-3900a09f4a31 found for delete ", "request_id": "req-ed399539-4836-4df9-8d62-45c559321cd4"}]} [pid: 7|app: 0|req: 518/1010] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:09 2026] DELETE /v2.0/networks/650eb03c-c79d-48c2-b3d9-de7cfb8485fe => 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: 519/1011] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 1152 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:09.626 8 INFO neutron.services.segments.plugin [-] Segment 497f8e7e-97c1-4f2b-a0b3-5de99ebb6dbb resource provider aggregate not found 2026-05-10 02:02:09.628 8 INFO neutron.services.segments.plugin [-] Segment 497f8e7e-97c1-4f2b-a0b3-5de99ebb6dbb resource provider aggregate not found 2026-05-10 02:02:09.642 8 INFO neutron.services.segments.plugin [-] Segment 497f8e7e-97c1-4f2b-a0b3-5de99ebb6dbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 497f8e7e-97c1-4f2b-a0b3-5de99ebb6dbb found for delete ", "request_id": "req-768cd4f7-c4e4-46d9-8c4f-7bad9056e34b"}]} [pid: 8|app: 0|req: 493/1012] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:09 2026] DELETE /v2.0/networks/32644bf0-79b8-458f-b181-d5ccc3713748 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:09.651 8 INFO neutron.services.segments.plugin [-] Segment 497f8e7e-97c1-4f2b-a0b3-5de99ebb6dbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 497f8e7e-97c1-4f2b-a0b3-5de99ebb6dbb found for delete ", "request_id": "req-45f79a82-fad7-49bc-860b-6c2fd5775fa1"}]} [pid: 7|app: 0|req: 520/1013] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/security-groups?id=6e8840df-fbdc-4508-8f68-d302ae988f6e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1014] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1015] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/security-groups?id=80e33162-734b-4d28-8e27-897d5ee4b533&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1016] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:09 2026] DELETE /v2.0/networks/c147912e-7b5c-4c8d-a61b-2dc5500d58a5 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1017] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:09 2026] DELETE /v2.0/networks/c3034f86-aff7-42cd-98ea-dc857737dc1c => 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: 495/1018] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:02:10 2026] GET /v2.0/ports?tenant_id=60a570eceac54966995722995a7d7714&device_id=07799151-5375-4047-a64f-91352ed15ade => generated 1421 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1019] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:02:10 2026] GET /v2.0/networks?id=5b4d7c72-17aa-478f-afe2-80815b64f510 => generated 779 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1020] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:02:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=19d6d8a9-34ed-40f3-84cd-13628f9590da => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1021] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:02:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=19d6d8a9-34ed-40f3-84cd-13628f9590da => generated 860 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1022] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:02:10 2026] GET /v2.0/subnets?id=aae4ba2c-755d-45d3-8845-9966bacea4e1 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1023] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:02:10 2026] GET /v2.0/ports?network_id=5b4d7c72-17aa-478f-afe2-80815b64f510&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: 528/1024] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:02:10 2026] GET /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510?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: 529/1025] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:02:10 2026] GET /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1026] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:10 2026] GET /v2.0/security-groups?tenant_id=bbdcf5c60b7044fbbd78383a19032d94&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1027] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:10 2026] DELETE /v2.0/security-groups/dffac264-78d3-436f-b1dc-7c9329b373e8 => 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: 498/1028] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:10 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1029] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:10 2026] GET /v2.0/security-groups?id=80e33162-734b-4d28-8e27-897d5ee4b533&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1030] 199.204.45.53 () {34 vars in 1119 bytes} [Sun May 10 02:02:11 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.10 => generated 1152 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:11.477 7 INFO neutron.services.segments.plugin [-] Segment b8f17069-65e2-4f3a-9e27-22d1d5df1e87 resource provider aggregate not found 2026-05-10 02:02:11.487 7 INFO neutron.services.segments.plugin [-] Segment b8f17069-65e2-4f3a-9e27-22d1d5df1e87 resource provider aggregate not found 2026-05-10 02:02:11.520 7 INFO neutron.services.segments.plugin [-] Segment b8f17069-65e2-4f3a-9e27-22d1d5df1e87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8f17069-65e2-4f3a-9e27-22d1d5df1e87 found for delete ", "request_id": "req-f5d27bc5-53db-46c9-b8f4-1c534644c7a1"}]} 2026-05-10 02:02:11.521 7 INFO neutron.services.segments.plugin [-] Segment b8f17069-65e2-4f3a-9e27-22d1d5df1e87 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8f17069-65e2-4f3a-9e27-22d1d5df1e87 found for delete ", "request_id": "req-f94b2942-2d87-45a9-80d7-7753681a89fb"}]} 2026-05-10 02:02:11.661 8 INFO neutron.services.segments.plugin [-] Segment 5f8d3471-589d-4aef-a5aa-52001cc91eeb resource provider aggregate not found [pid: 7|app: 0|req: 532/1031] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:02:11 2026] PUT /v2.0/ports/19d6d8a9-34ed-40f3-84cd-13628f9590da => generated 968 bytes in 376 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:11.676 8 INFO neutron.services.segments.plugin [-] Segment 5f8d3471-589d-4aef-a5aa-52001cc91eeb resource provider aggregate not found 2026-05-10 02:02:11.681 8 INFO neutron.services.segments.plugin [-] Segment 5f8d3471-589d-4aef-a5aa-52001cc91eeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f8d3471-589d-4aef-a5aa-52001cc91eeb found for delete ", "request_id": "req-4d451780-50b9-49e4-9c9f-f24fdc754d2b"}]} 2026-05-10 02:02:11.700 8 INFO neutron.services.segments.plugin [-] Segment 5f8d3471-589d-4aef-a5aa-52001cc91eeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f8d3471-589d-4aef-a5aa-52001cc91eeb found for delete ", "request_id": "req-adfcefcc-f857-44f2-a8db-633ed36d9b93"}]} 2026-05-10 02:02:11.701 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e110ebff-a38e-4b59-b33e-2dd17da383f2'] response: {'name': 'network-changed', 'server_uuid': '07799151-5375-4047-a64f-91352ed15ade', 'tag': '19d6d8a9-34ed-40f3-84cd-13628f9590da', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 500/1032] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:11 2026] GET /v2.0/security-groups?tenant_id=70f588d254144e2ba526540e6ee5e20a&name=default => generated 2925 bytes in 208 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: 533/1033] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:11 2026] DELETE /v2.0/security-groups/a6c5f392-0318-48aa-8bc4-50a5eba3b08b => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1034] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1035] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/security-groups?id=80e33162-734b-4d28-8e27-897d5ee4b533&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: 535/1036] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1037] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/security-groups?tenant_id=500063318c114ef1aa6a638d6ffaaee6&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: 536/1038] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/ports?tenant_id=60a570eceac54966995722995a7d7714&device_id=07799151-5375-4047-a64f-91352ed15ade => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1039] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:12 2026] DELETE /v2.0/security-groups/fc10bf79-09b2-46aa-ba66-aa36194e9ce5 => 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: 538/1040] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/networks?id=5b4d7c72-17aa-478f-afe2-80815b64f510 => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1041] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=19d6d8a9-34ed-40f3-84cd-13628f9590da => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1042] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/subnets?id=aae4ba2c-755d-45d3-8845-9966bacea4e1 => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1043] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/ports?network_id=5b4d7c72-17aa-478f-afe2-80815b64f510&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:12.558 8 INFO neutron.db.l3_db [None req-146efe62-71f4-4ac6-955b-2b17ea4456c9 037f2f4a43964469abfb358fd532d8dc 97b640a09e6d42828a56991494381762 - - default default] Floating IP 683cd973-f565-4be0-86cb-b784773130f9 associated. External IP: 10.96.250.205, port: b9dee53d-8491-48f3-a8ca-fb8e608129f1. [pid: 7|app: 0|req: 542/1044] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1045] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1046] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:02:12 2026] PUT /v2.0/floatingips/683cd973-f565-4be0-86cb-b784773130f9 => generated 855 bytes in 582 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:12.871 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-680d91af-c7d4-47ba-9c69-fe52d1801c74'] response: {'name': 'network-changed', 'server_uuid': '61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3', 'tag': 'b9dee53d-8491-48f3-a8ca-fb8e608129f1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 504/1047] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1048] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/security-groups?id=80e33162-734b-4d28-8e27-897d5ee4b533&fields=id&fields=name => generated 113 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:13.068 7 INFO neutron.db.segments_db [None req-1af723f7-75fa-47f9-8009-6c46d0f80aa3 cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] Added segment 14713250-4a3c-4fdd-8613-5cb86e63fc8b of type vxlan for network e0edc50b-bd3b-4aca-be8a-694a54e3c1d1 [pid: 8|app: 0|req: 506/1049] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1050] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/security-groups?id=6e8840df-fbdc-4508-8f68-d302ae988f6e&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: 544/1051] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:02:12 2026] POST /v2.0/networks => generated 648 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1052] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1053] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/security-groups?id=80e33162-734b-4d28-8e27-897d5ee4b533&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1054] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/ports?tenant_id=97b640a09e6d42828a56991494381762&device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 1240 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1055] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/networks?id=35d879ff-a5a7-46c0-a57f-4e153863903a => generated 765 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1056] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b9dee53d-8491-48f3-a8ca-fb8e608129f1 => generated 858 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1057] 10.0.0.28 () {34 vars in 664 bytes} [Sun May 10 02:02:13 2026] POST /v2.0/ports => generated 777 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1058] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/subnets?id=dbfb9fee-d245-4ca9-8517-b0da862275bd => generated 687 bytes in 22 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: 546/1059] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/ports?network_id=35d879ff-a5a7-46c0-a57f-4e153863903a&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:13.608 8 INFO neutron.db.segments_db [None req-9ccbea81-d589-4867-bab8-185353aac9c7 cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] Added segment c7ee460c-1924-4435-8cce-e9b7075d4850 of type vxlan for network 4a8312d7-c15b-4201-b329-f7777da3cc9c [pid: 7|app: 0|req: 547/1060] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/networks/35d879ff-a5a7-46c0-a57f-4e153863903a?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1061] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/networks/35d879ff-a5a7-46c0-a57f-4e153863903a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1062] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:02:13 2026] POST /v2.0/networks => generated 636 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1063] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/ports?tenant_id=60a570eceac54966995722995a7d7714&device_id=07799151-5375-4047-a64f-91352ed15ade => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1064] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/networks?id=5b4d7c72-17aa-478f-afe2-80815b64f510 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1065] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=19d6d8a9-34ed-40f3-84cd-13628f9590da => generated 860 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1066] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/subnets?id=aae4ba2c-755d-45d3-8845-9966bacea4e1 => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1067] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/ports?network_id=5b4d7c72-17aa-478f-afe2-80815b64f510&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: 554/1068] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1069] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:02:13 2026] POST /v2.0/subnets => generated 646 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1070] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510?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: 556/1071] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:14 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1072] 10.0.0.28 () {34 vars in 664 bytes} [Sun May 10 02:02:13 2026] POST /v2.0/ports => generated 966 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 557/1073] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:14 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1074] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:14 2026] GET /v2.0/security-groups?id=6e8840df-fbdc-4508-8f68-d302ae988f6e&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-05-10 02:02:14.436 8 INFO neutron_taas.services.taas.taas_plugin [None req-c08ce86f-2660-4772-ba49-d11a3ae173b3 cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] TaaS: Handle Delete Port: 0204c4f9-3c40-4a32-b3bb-5124e926d5ef 2026-05-10 02:02:14.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c08ce86f-2660-4772-ba49-d11a3ae173b3 cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] Tap Mirror: Handle Delete Port: 0204c4f9-3c40-4a32-b3bb-5124e926d5ef [pid: 7|app: 0|req: 559/1075] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:14 2026] GET /v2.0/security-groups?id=80e33162-734b-4d28-8e27-897d5ee4b533&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: 517/1076] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:02:14 2026] DELETE /v2.0/ports/0204c4f9-3c40-4a32-b3bb-5124e926d5ef => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:14.622 7 INFO neutron.pecan_wsgi.hooks.translation [None req-27f8e4c2-3993-43f8-b0a1-ccb104581c3c cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 560/1077] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:02:14 2026] DELETE /v2.0/ports/0204c4f9-3c40-4a32-b3bb-5124e926d5ef => generated 132 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:02:14.651 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14bd4b11-1c91-4bf0-b7ec-488414dbc91c cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 518/1078] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:02:14 2026] GET /v2.0/ports/0204c4f9-3c40-4a32-b3bb-5124e926d5ef => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1079] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:02:14 2026] DELETE /v2.0/subnets/ff995328-ef0f-4487-b9cc-480eaa246da3 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:14.903 8 INFO neutron.services.segments.plugin [-] Segment c7ee460c-1924-4435-8cce-e9b7075d4850 resource provider aggregate not found 2026-05-10 02:02:14.912 8 INFO neutron.services.segments.plugin [-] Segment c7ee460c-1924-4435-8cce-e9b7075d4850 resource provider aggregate not found 2026-05-10 02:02:14.927 8 INFO neutron.services.segments.plugin [-] Segment c7ee460c-1924-4435-8cce-e9b7075d4850 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7ee460c-1924-4435-8cce-e9b7075d4850 found for delete ", "request_id": "req-51e10f9b-bd9d-4472-9a4d-9ed23ac66e6a"}]} 2026-05-10 02:02:14.930 8 INFO neutron.services.segments.plugin [-] Segment c7ee460c-1924-4435-8cce-e9b7075d4850 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7ee460c-1924-4435-8cce-e9b7075d4850 found for delete ", "request_id": "req-9c380abb-315a-490c-8ce3-a66589e99306"}]} [pid: 8|app: 0|req: 519/1080] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:14 2026] DELETE /v2.0/networks/4a8312d7-c15b-4201-b329-f7777da3cc9c => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:15.011 7 INFO neutron.db.segments_db [None req-9af8dbc2-e91f-4345-9d3d-e1e504c35bdf cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] Added segment f3e9025c-06f1-4d1d-9654-06147aa5122a of type vxlan for network b1dc88e8-d5cb-4480-9f10-06056f6fdfaf [pid: 7|app: 0|req: 562/1081] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:02:14 2026] POST /v2.0/networks => generated 636 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1082] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:02:15 2026] POST /v2.0/subnets => generated 646 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1083] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1084] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1085] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/security-groups?id=6e8840df-fbdc-4508-8f68-d302ae988f6e&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: 524/1086] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/security-groups?id=80e33162-734b-4d28-8e27-897d5ee4b533&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: 525/1087] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1088] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1089] 10.0.0.28 () {34 vars in 664 bytes} [Sun May 10 02:02:15 2026] POST /v2.0/ports => generated 928 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:15.780 8 INFO neutron_taas.services.taas.taas_plugin [req-8dd381da-f2e5-4aa7-ae89-3c5ae4695ab4 req-211a47f9-d96c-443c-bf63-0f455856e02d fc6573d646074131a00a93d747d5f88d 60a570eceac54966995722995a7d7714 - - default default] TaaS: Handle Delete Port: 19d6d8a9-34ed-40f3-84cd-13628f9590da 2026-05-10 02:02:15.782 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8dd381da-f2e5-4aa7-ae89-3c5ae4695ab4 req-211a47f9-d96c-443c-bf63-0f455856e02d fc6573d646074131a00a93d747d5f88d 60a570eceac54966995722995a7d7714 - - default default] Tap Mirror: Handle Delete Port: 19d6d8a9-34ed-40f3-84cd-13628f9590da 2026-05-10 02:02:15.881 8 INFO neutron.db.l3_db [req-8dd381da-f2e5-4aa7-ae89-3c5ae4695ab4 req-211a47f9-d96c-443c-bf63-0f455856e02d fc6573d646074131a00a93d747d5f88d 60a570eceac54966995722995a7d7714 - - default default] Floating IP 49b0ecad-7c10-471d-8ab8-8816405cf184 disassociated. External IP: 10.96.250.214, port: 19d6d8a9-34ed-40f3-84cd-13628f9590da. 2026-05-10 02:02:15.895 7 INFO neutron_taas.services.taas.taas_plugin [req-9d65029b-3985-4770-917c-76cf7aaf853b req-6b1a390f-94b8-4620-a3b1-9c35c4fb78cb 037f2f4a43964469abfb358fd532d8dc 97b640a09e6d42828a56991494381762 - - default default] TaaS: Handle Delete Port: b9dee53d-8491-48f3-a8ca-fb8e608129f1 2026-05-10 02:02:15.898 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9d65029b-3985-4770-917c-76cf7aaf853b req-6b1a390f-94b8-4620-a3b1-9c35c4fb78cb 037f2f4a43964469abfb358fd532d8dc 97b640a09e6d42828a56991494381762 - - default default] Tap Mirror: Handle Delete Port: b9dee53d-8491-48f3-a8ca-fb8e608129f1 2026-05-10 02:02:16.041 7 INFO neutron.db.l3_db [req-9d65029b-3985-4770-917c-76cf7aaf853b req-6b1a390f-94b8-4620-a3b1-9c35c4fb78cb 037f2f4a43964469abfb358fd532d8dc 97b640a09e6d42828a56991494381762 - - default default] Floating IP 683cd973-f565-4be0-86cb-b784773130f9 disassociated. External IP: 10.96.250.205, port: b9dee53d-8491-48f3-a8ca-fb8e608129f1. [pid: 8|app: 0|req: 527/1090] 199.204.45.53 () {36 vars in 996 bytes} [Sun May 10 02:02:15 2026] DELETE /v2.0/ports/19d6d8a9-34ed-40f3-84cd-13628f9590da => generated 0 bytes in 535 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:16.269 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-522f0139-1efd-4e3c-8a5d-50cc677fb901'] response: {'server_uuid': '07799151-5375-4047-a64f-91352ed15ade', 'name': 'network-vif-deleted', 'tag': '19d6d8a9-34ed-40f3-84cd-13628f9590da', 'status': 'completed', 'code': 200} 2026-05-10 02:02:16.341 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4181c90-6f64-4b11-b25a-f99e0ce7716b cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] TaaS: Handle Delete Port: bc10eedb-5a02-4072-805a-009028f725cd 2026-05-10 02:02:16.346 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4181c90-6f64-4b11-b25a-f99e0ce7716b cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] Tap Mirror: Handle Delete Port: bc10eedb-5a02-4072-805a-009028f725cd [pid: 7|app: 0|req: 564/1091] 199.204.45.53 () {36 vars in 996 bytes} [Sun May 10 02:02:15 2026] DELETE /v2.0/ports/b9dee53d-8491-48f3-a8ca-fb8e608129f1 => generated 0 bytes in 669 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:16.464 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-43078de7-e0b0-4028-8709-3ef942f525f1'] response: {'server_uuid': '61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3', 'name': 'network-vif-deleted', 'tag': 'b9dee53d-8491-48f3-a8ca-fb8e608129f1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 528/1092] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:02:16 2026] DELETE /v2.0/ports/bc10eedb-5a02-4072-805a-009028f725cd => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:16.525 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c023651a-eb67-4230-97a5-d584df29d8a0 cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 565/1093] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:02:16 2026] GET /v2.0/ports/bc10eedb-5a02-4072-805a-009028f725cd => generated 132 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1094] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:16 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => 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: 529/1095] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:02:16 2026] DELETE /v2.0/subnets/523b44ed-de93-4c2c-998f-9039585a874b => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1096] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:16 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => 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: 530/1097] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:16 2026] DELETE /v2.0/networks/b1dc88e8-d5cb-4480-9f10-06056f6fdfaf => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:16.948 8 INFO neutron.services.segments.plugin [-] Segment f3e9025c-06f1-4d1d-9654-06147aa5122a resource provider aggregate not found 2026-05-10 02:02:16.951 8 INFO neutron.services.segments.plugin [-] Segment f3e9025c-06f1-4d1d-9654-06147aa5122a resource provider aggregate not found 2026-05-10 02:02:16.964 8 INFO neutron.services.segments.plugin [-] Segment f3e9025c-06f1-4d1d-9654-06147aa5122a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3e9025c-06f1-4d1d-9654-06147aa5122a found for delete ", "request_id": "req-178768b1-d1f0-4a46-817b-8bb4e7704194"}]} 2026-05-10 02:02:16.966 8 INFO neutron.services.segments.plugin [-] Segment f3e9025c-06f1-4d1d-9654-06147aa5122a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3e9025c-06f1-4d1d-9654-06147aa5122a found for delete ", "request_id": "req-01c4c1f6-6978-4e9a-950e-6e657c590ed9"}]} [pid: 7|app: 0|req: 568/1098] 10.0.0.28 () {34 vars in 664 bytes} [Sun May 10 02:02:16 2026] POST /v2.0/ports => generated 778 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1099] 10.0.0.28 () {34 vars in 736 bytes} [Sun May 10 02:02:17 2026] PUT /v2.0/ports/06809446-eeff-40ff-8785-2163dc7d1db1 => generated 752 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:02:17.478 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc1d79e9-9291-4671-b546-933dd7afaeeb cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] TaaS: Handle Delete Port: 06809446-eeff-40ff-8785-2163dc7d1db1 2026-05-10 02:02:17.481 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc1d79e9-9291-4671-b546-933dd7afaeeb cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] Tap Mirror: Handle Delete Port: 06809446-eeff-40ff-8785-2163dc7d1db1 [pid: 7|app: 0|req: 569/1100] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:02:17 2026] DELETE /v2.0/ports/06809446-eeff-40ff-8785-2163dc7d1db1 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1101] 10.0.0.28 () {32 vars in 642 bytes} [Sun May 10 02:02:17 2026] GET /v2.0/ports => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:17.626 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6fa26cc1-730e-43b3-8b18-8fb3d4fbdae9 cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 571/1102] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:02:17 2026] GET /v2.0/ports/06809446-eeff-40ff-8785-2163dc7d1db1 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1103] 10.0.0.28 () {32 vars in 642 bytes} [Sun May 10 02:02:17 2026] GET /v2.0/ports => generated 780 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1104] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:02:17 2026] GET /v2.0/ports/1fb2561a-8c91-4f6f-9930-ab0d4d50e7f3 => generated 777 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:17.730 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d4bf23f9-6b47-4180-872d-01c99696cf95 cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 574/1105] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:02:17 2026] DELETE /v2.0/ports/bc10eedb-5a02-4072-805a-009028f725cd => generated 132 bytes in 17 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, ' 2026-05-10 02:02:17.747 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b2d5cf63-6a0a-435e-90d0-78126e6817fd cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 575/1106] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:02:17 2026] DELETE /v2.0/subnets/523b44ed-de93-4c2c-998f-9039585a874b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:02:17.775 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5bf24ab2-7f0e-4fde-a580-9d220a858135 cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 576/1107] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:02:17 2026] DELETE /v2.0/subnets/ff995328-ef0f-4487-b9cc-480eaa246da3 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1108] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:17 2026] GET /v2.0/security-groups?tenant_id=11c52a5bdf0e4a34b40d3cdc7c320a20&name=default => generated 2925 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1109] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:17 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:17.904 7 INFO neutron_taas.services.taas.taas_plugin [None req-c209933b-5fb7-4e7a-8c79-6e589b474e74 cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] TaaS: Handle Delete Port: 1fb2561a-8c91-4f6f-9930-ab0d4d50e7f3 2026-05-10 02:02:17.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c209933b-5fb7-4e7a-8c79-6e589b474e74 cd44f38bbda5490892c3da5750c24930 603b93a43e6442a0842328f808f14670 - - default default] Tap Mirror: Handle Delete Port: 1fb2561a-8c91-4f6f-9930-ab0d4d50e7f3 [pid: 8|app: 0|req: 534/1110] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:17 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => 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: 535/1111] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:17 2026] DELETE /v2.0/security-groups/814144c6-3d9e-4020-a4f6-a1a9612d2703 => 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: 577/1112] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:02:17 2026] DELETE /v2.0/ports/1fb2561a-8c91-4f6f-9930-ab0d4d50e7f3 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1113] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:18 2026] DELETE /v2.0/networks/e0edc50b-bd3b-4aca-be8a-694a54e3c1d1 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1114] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/security-groups?tenant_id=603b93a43e6442a0842328f808f14670&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1115] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:18 2026] DELETE /v2.0/security-groups/b70b3a39-711a-4c3f-b7db-91ab8c452618 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:18.988 8 INFO neutron.services.segments.plugin [-] Segment 14713250-4a3c-4fdd-8613-5cb86e63fc8b resource provider aggregate not found 2026-05-10 02:02:18.993 8 INFO neutron.services.segments.plugin [-] Segment 14713250-4a3c-4fdd-8613-5cb86e63fc8b resource provider aggregate not found 2026-05-10 02:02:19.011 8 INFO neutron.services.segments.plugin [-] Segment 14713250-4a3c-4fdd-8613-5cb86e63fc8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14713250-4a3c-4fdd-8613-5cb86e63fc8b found for delete ", "request_id": "req-1ac6d0f2-b6ae-4bb8-836b-fa38fbc2fc78"}]} 2026-05-10 02:02:19.013 8 INFO neutron.services.segments.plugin [-] Segment 14713250-4a3c-4fdd-8613-5cb86e63fc8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14713250-4a3c-4fdd-8613-5cb86e63fc8b found for delete ", "request_id": "req-f108fd89-f41e-43b4-9856-fc87b697cb10"}]} [pid: 7|app: 0|req: 579/1116] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/ports?device_id=07799151-5375-4047-a64f-91352ed15ade => 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: 538/1117] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => 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: 540/1120] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:20 2026] GET /v2.0/ports?device_id=61b41d49-53c0-4dd0-91f7-ceeeb1bb01c3 => 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: 581/1121] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:20 2026] DELETE /v2.0/security-groups/6e8840df-fbdc-4508-8f68-d302ae988f6e => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:20.222 7 INFO neutron.api.v2.resource [None req-92695eb9-f36d-4982-bd0b-02ca3ded19e5 fc6573d646074131a00a93d747d5f88d 60a570eceac54966995722995a7d7714 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 582/1122] 10.0.0.28 () {32 vars in 736 bytes} [Sun May 10 02:02:20 2026] GET /v2.0/security-groups/6e8840df-fbdc-4508-8f68-d302ae988f6e => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:02:20.351 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a60e932-0572-4b8c-9985-406745bd1da1 fc6573d646074131a00a93d747d5f88d 60a570eceac54966995722995a7d7714 - - default default] TaaS: Handle Delete Port: f44c739a-377f-4181-b390-6d17605dd883 2026-05-10 02:02:20.353 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a60e932-0572-4b8c-9985-406745bd1da1 fc6573d646074131a00a93d747d5f88d 60a570eceac54966995722995a7d7714 - - default default] Tap Mirror: Handle Delete Port: f44c739a-377f-4181-b390-6d17605dd883 [pid: 8|app: 0|req: 541/1123] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:20 2026] GET /v2.0/security-groups?tenant_id=8a7e5f2df2a94161943a47f3733a419c&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1124] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:02:20 2026] DELETE /v2.0/floatingips/49b0ecad-7c10-471d-8ab8-8816405cf184 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1125] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:20 2026] DELETE /v2.0/security-groups/c5531b10-0ccd-4f59-877e-58f00a77049c => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:21.004 7 INFO neutron_taas.services.taas.taas_plugin [None req-db324b02-eecf-4608-9a45-5d96222999ef 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: be5bd91c-69b2-4ef9-87a0-5c55a473d8d0 2026-05-10 02:02:21.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db324b02-eecf-4608-9a45-5d96222999ef 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: be5bd91c-69b2-4ef9-87a0-5c55a473d8d0 [pid: 8|app: 0|req: 543/1126] 10.0.0.28 () {34 vars in 683 bytes} [Sun May 10 02:02:20 2026] POST /v2.0/security-groups => generated 1625 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1127] 10.0.0.28 () {32 vars in 662 bytes} [Sun May 10 02:02:21 2026] GET /v2.0/security-groups => generated 4530 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1128] 10.0.0.28 () {34 vars in 757 bytes} [Sun May 10 02:02:21 2026] PUT /v2.0/security-groups/91b357e9-79e7-4518-a1dd-08bd9190e061 => generated 1662 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1129] 10.0.0.28 () {32 vars in 736 bytes} [Sun May 10 02:02:21 2026] GET /v2.0/security-groups/91b357e9-79e7-4518-a1dd-08bd9190e061 => generated 1662 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1130] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:21 2026] DELETE /v2.0/security-groups/80e33162-734b-4d28-8e27-897d5ee4b533 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1131] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:21 2026] DELETE /v2.0/security-groups/91b357e9-79e7-4518-a1dd-08bd9190e061 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:21.396 8 INFO neutron.api.v2.resource [None req-0d6abab2-6138-4003-bd69-63ea14d8e087 037f2f4a43964469abfb358fd532d8dc 97b640a09e6d42828a56991494381762 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 549/1132] 10.0.0.28 () {32 vars in 736 bytes} [Sun May 10 02:02:21 2026] GET /v2.0/security-groups/80e33162-734b-4d28-8e27-897d5ee4b533 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1133] 10.0.0.28 () {32 vars in 662 bytes} [Sun May 10 02:02:21 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) [pid: 7|app: 0|req: 584/1134] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:02:20 2026] PUT /v2.0/routers/77bd1998-8ef9-44b9-a62a-ea8b43375eca/remove_router_interface => generated 309 bytes in 920 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:21.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-273c9d4d-78ac-4a0d-918e-00aa61ff38ca 037f2f4a43964469abfb358fd532d8dc 97b640a09e6d42828a56991494381762 - - default default] TaaS: Handle Delete Port: 617da0d4-eeac-4990-bf3b-96d2735a2238 2026-05-10 02:02:21.535 7 INFO neutron.api.v2.resource [None req-f6450552-8952-4993-91f9-bc84b0ee6e1d 33176a110747417595cf39824855aa6d 258db4414eb446bbbe4b0d212b89e8d5 - - default default] delete failed (client error): The resource could not be found. 2026-05-10 02:02:21.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-273c9d4d-78ac-4a0d-918e-00aa61ff38ca 037f2f4a43964469abfb358fd532d8dc 97b640a09e6d42828a56991494381762 - - default default] Tap Mirror: Handle Delete Port: 617da0d4-eeac-4990-bf3b-96d2735a2238 [pid: 7|app: 0|req: 585/1135] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:21 2026] DELETE /v2.0/security-groups/91b357e9-79e7-4518-a1dd-08bd9190e061 => 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: 551/1136] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:02:21 2026] DELETE /v2.0/floatingips/683cd973-f565-4be0-86cb-b784773130f9 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:21.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-0438001e-9b10-451f-9bcb-fcd592b3d54b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: cc577bba-4b50-47b4-9f00-5e1cc038e537 2026-05-10 02:02:21.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0438001e-9b10-451f-9bcb-fcd592b3d54b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: cc577bba-4b50-47b4-9f00-5e1cc038e537 [pid: 8|app: 0|req: 552/1137] 10.0.0.28 () {34 vars in 683 bytes} [Sun May 10 02:02:21 2026] POST /v2.0/security-groups => generated 1625 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:02:22.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-0438001e-9b10-451f-9bcb-fcd592b3d54b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 37e44c98-8ada-42a7-b113-7e34678d2e1b 2026-05-10 02:02:22.037 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0438001e-9b10-451f-9bcb-fcd592b3d54b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 37e44c98-8ada-42a7-b113-7e34678d2e1b 2026-05-10 02:02:22.202 8 INFO neutron_taas.services.taas.taas_plugin [None req-71f05524-239a-4bfd-bcd2-049246004c3d 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: efa806ab-2192-4665-bc69-bed3a4841fd9 2026-05-10 02:02:22.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71f05524-239a-4bfd-bcd2-049246004c3d 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: efa806ab-2192-4665-bc69-bed3a4841fd9 2026-05-10 02:02:22.374 7 INFO neutron.services.segments.plugin [-] Segment 879d6e95-c43f-41cf-a33e-581167e7550b resource provider aggregate not found 2026-05-10 02:02:22.378 7 INFO neutron.services.segments.plugin [-] Segment 879d6e95-c43f-41cf-a33e-581167e7550b resource provider aggregate not found 2026-05-10 02:02:22.395 7 INFO neutron.services.segments.plugin [-] Segment 879d6e95-c43f-41cf-a33e-581167e7550b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 879d6e95-c43f-41cf-a33e-581167e7550b found for delete ", "request_id": "req-4df4f978-6684-4d1a-8dee-7c41f1551b7c"}]} 2026-05-10 02:02:22.399 7 INFO neutron.services.segments.plugin [-] Segment 879d6e95-c43f-41cf-a33e-581167e7550b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 879d6e95-c43f-41cf-a33e-581167e7550b found for delete ", "request_id": "req-1eb185d5-cf90-4bee-9c02-64c63ad889b7"}]} 2026-05-10 02:02:22.405 7 INFO neutron.db.l3_hamode_db [None req-0438001e-9b10-451f-9bcb-fcd592b3d54b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] HA network 392dafe1-f20e-44f6-8bc7-640f6ec3e4ec was deleted as no HA routers are present in tenant 60a570eceac54966995722995a7d7714. [pid: 7|app: 0|req: 586/1138] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:02:21 2026] DELETE /v2.0/routers/77bd1998-8ef9-44b9-a62a-ea8b43375eca => generated 0 bytes in 873 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1139] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:02:22 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:22.773 7 INFO neutron.db.segments_db [None req-9893320b-e88b-4d55-9515-10b45943e538 06e989d5f25c45fcb0e0b47925d616b1 6cb7f644f3794570acb014c16ca76375 - - default default] Added segment 6992f4ac-0c9c-405b-b3b2-91c400186bdd of type vxlan for network 8fd215cf-d36b-4616-8edc-81118f9b7704 [pid: 7|app: 0|req: 588/1140] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:02:22 2026] POST /v2.0/networks => generated 648 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1141] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:02:22 2026] DELETE /v2.0/subnets/aae4ba2c-755d-45d3-8845-9966bacea4e1 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1142] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:02:22 2026] GET /v2.0/security-group-rules/cbcdcfb1-6e43-490b-80cc-f2d23eb88d6f => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:23.093 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bd3d7ab-8ece-40ea-ab09-74dce4d3d0eb 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: da65e89b-fa91-497f-a950-0175fbec6bcc 2026-05-10 02:02:23.096 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bd3d7ab-8ece-40ea-ab09-74dce4d3d0eb 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: da65e89b-fa91-497f-a950-0175fbec6bcc [pid: 8|app: 0|req: 553/1143] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:02:21 2026] PUT /v2.0/routers/5b211583-29ef-4956-b9b8-478f460b6faa/remove_router_interface => generated 309 bytes in 1291 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1144] 10.0.0.28 () {32 vars in 672 bytes} [Sun May 10 02:02:23 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1145] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:22 2026] DELETE /v2.0/networks/5b4d7c72-17aa-478f-afe2-80815b64f510 => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1146] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:02:23 2026] DELETE /v2.0/security-group-rules/cbcdcfb1-6e43-490b-80cc-f2d23eb88d6f => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:23.428 8 INFO neutron_taas.services.taas.taas_plugin [None req-a57a5ed8-0869-4611-8f67-9fc961a2d5f0 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: ce4ebbfb-edb4-4083-977d-e476ee6a968c 2026-05-10 02:02:23.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a57a5ed8-0869-4611-8f67-9fc961a2d5f0 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: ce4ebbfb-edb4-4083-977d-e476ee6a968c [pid: 7|app: 0|req: 593/1147] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:02:23 2026] POST /v2.0/subnets => generated 673 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:23.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-a57a5ed8-0869-4611-8f67-9fc961a2d5f0 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 7eac332c-5d87-48b9-b44f-89b4512caed9 [pid: 7|app: 0|req: 594/1148] 10.0.0.28 () {32 vars in 672 bytes} [Sun May 10 02:02:23 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:23.686 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a57a5ed8-0869-4611-8f67-9fc961a2d5f0 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 7eac332c-5d87-48b9-b44f-89b4512caed9 [pid: 7|app: 0|req: 595/1149] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:23 2026] GET /v2.0/security-groups?tenant_id=60a570eceac54966995722995a7d7714&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:23.761 7 INFO neutron.db.segments_db [None req-96376dc2-6353-4d29-9588-de4654d724f5 06e989d5f25c45fcb0e0b47925d616b1 6cb7f644f3794570acb014c16ca76375 - - default default] Added segment 805d6256-0288-45ea-9c3f-39c4255a52c2 of type vxlan for network f00374c6-7e1b-4830-a4d3-f1c3cf95cf5e [pid: 7|app: 0|req: 596/1150] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:02:23 2026] POST /v2.0/networks => generated 647 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1151] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:02:23 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-05-10 02:02:24.017 8 INFO neutron.services.segments.plugin [-] Segment f12dc0f0-2a4d-4219-ab89-2b042ec00ef3 resource provider aggregate not found 2026-05-10 02:02:24.022 8 INFO neutron.services.segments.plugin [-] Segment f12dc0f0-2a4d-4219-ab89-2b042ec00ef3 resource provider aggregate not found 2026-05-10 02:02:24.038 8 INFO neutron.services.segments.plugin [-] Segment f12dc0f0-2a4d-4219-ab89-2b042ec00ef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f12dc0f0-2a4d-4219-ab89-2b042ec00ef3 found for delete ", "request_id": "req-065bfc22-7604-401e-a017-efb9e37bd172"}]} [pid: 7|app: 0|req: 598/1152] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:23 2026] DELETE /v2.0/security-groups/287cd481-e99c-40f0-808a-885a38e174d2 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:24.042 8 INFO neutron.services.segments.plugin [-] Segment f12dc0f0-2a4d-4219-ab89-2b042ec00ef3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f12dc0f0-2a4d-4219-ab89-2b042ec00ef3 found for delete ", "request_id": "req-37f8f225-cd3c-4e26-a117-facec9246cbf"}]} 2026-05-10 02:02:24.047 8 INFO neutron.db.l3_hamode_db [None req-a57a5ed8-0869-4611-8f67-9fc961a2d5f0 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] HA network 0d4125f5-e5cc-4c65-965c-10416b0990f2 was deleted as no HA routers are present in tenant 97b640a09e6d42828a56991494381762. [pid: 8|app: 0|req: 555/1153] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:02:23 2026] DELETE /v2.0/routers/5b211583-29ef-4956-b9b8-478f460b6faa => generated 0 bytes in 837 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1154] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/security-group-rules/8b47cc59-5381-460f-a2f1-0b08f79e59cb => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1155] 10.0.0.28 () {34 vars in 742 bytes} [Sun May 10 02:02:24 2026] PUT /v2.0/networks/f00374c6-7e1b-4830-a4d3-f1c3cf95cf5e => generated 592 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1156] 10.0.0.28 () {32 vars in 672 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1157] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:02:24 2026] DELETE /v2.0/subnets/dbfb9fee-d245-4ca9-8517-b0da862275bd => generated 0 bytes in 305 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:24.418 7 INFO neutron.services.segments.plugin [-] Segment 26cfbd75-37fb-47ff-92ef-5b412561d28b resource provider aggregate not found 2026-05-10 02:02:24.422 7 INFO neutron.services.segments.plugin [-] Segment 26cfbd75-37fb-47ff-92ef-5b412561d28b resource provider aggregate not found [pid: 8|app: 0|req: 558/1158] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:02:24 2026] DELETE /v2.0/security-group-rules/8b47cc59-5381-460f-a2f1-0b08f79e59cb => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:24.450 7 INFO neutron.services.segments.plugin [-] Segment 26cfbd75-37fb-47ff-92ef-5b412561d28b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26cfbd75-37fb-47ff-92ef-5b412561d28b found for delete ", "request_id": "req-8fec84f4-0c83-4c53-84ac-8ad3c5b186b8"}]} 2026-05-10 02:02:24.467 7 INFO neutron.services.segments.plugin [-] Segment 26cfbd75-37fb-47ff-92ef-5b412561d28b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26cfbd75-37fb-47ff-92ef-5b412561d28b found for delete ", "request_id": "req-ff8e7270-191d-4992-a355-0c3c681ffd2e"}]} 2026-05-10 02:02:24.592 8 INFO neutron_taas.services.taas.taas_plugin [None req-7e11c4bd-8656-4d0a-b209-54702d5c153f 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 5d58d55d-637d-44ae-b133-25d156a4ddbc 2026-05-10 02:02:24.597 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e11c4bd-8656-4d0a-b209-54702d5c153f 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 5d58d55d-637d-44ae-b133-25d156a4ddbc [pid: 7|app: 0|req: 601/1159] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:02:24 2026] POST /v2.0/subnets => generated 646 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1160] 10.0.0.28 () {32 vars in 672 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1161] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:24 2026] DELETE /v2.0/networks/35d879ff-a5a7-46c0-a57f-4e153863903a => generated 0 bytes in 393 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:24.872 8 INFO neutron.db.securitygroups_db [None req-40dc5dca-8690-459e-9292-51c159a869d0 33176a110747417595cf39824855aa6d 258db4414eb446bbbe4b0d212b89e8d5 - - default default] Project 258db4414eb446bbbe4b0d212b89e8d5 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: 603/1162] 10.0.0.28 () {34 vars in 740 bytes} [Sun May 10 02:02:24 2026] PUT /v2.0/subnets/63399613-d54c-4c95-9c32-3830e5a4866d => generated 656 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1163] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:02:24 2026] POST /v2.0/security-group-rules => generated 607 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1164] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/security-group-rules/cd040af8-c19d-4d9f-ae6e-4a7ba5c9a0af => generated 607 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1165] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/security-groups?tenant_id=97b640a09e6d42828a56991494381762&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1166] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:24 2026] DELETE /v2.0/networks/f00374c6-7e1b-4830-a4d3-f1c3cf95cf5e => 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: 563/1167] 10.0.0.28 () {32 vars in 672 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:25.084 8 INFO neutron.pecan_wsgi.hooks.translation [None req-81095008-93db-4d41-8fff-e1bb75b5e839 06e989d5f25c45fcb0e0b47925d616b1 6cb7f644f3794570acb014c16ca76375 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 564/1168] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:25 2026] DELETE /v2.0/networks/f00374c6-7e1b-4830-a4d3-f1c3cf95cf5e => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1169] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:02:25 2026] DELETE /v2.0/security-group-rules/cd040af8-c19d-4d9f-ae6e-4a7ba5c9a0af => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1170] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:25 2026] DELETE /v2.0/security-groups/bf93ffd0-c989-4add-99a9-426540584e8b => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1171] 10.0.0.28 () {32 vars in 693 bytes} [Sun May 10 02:02:25 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1172] 10.0.0.28 () {32 vars in 672 bytes} [Sun May 10 02:02:25 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1173] 10.0.0.28 () {32 vars in 741 bytes} [Sun May 10 02:02:25 2026] GET /v2.0/subnets?network_id=dbe1d64e-d3ad-4b37-ba9b-82e9ea41112e => generated 649 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1174] 10.0.0.28 () {32 vars in 652 bytes} [Sun May 10 02:02:25 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1175] 10.0.0.28 () {32 vars in 648 bytes} [Sun May 10 02:02:25 2026] GET /v2.0/networks => generated 1313 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1176] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:25 2026] DELETE /v2.0/security-groups/056a35a1-0ad4-46d2-aa70-1411cc834d1f => 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: 570/1177] 10.0.0.28 () {32 vars in 646 bytes} [Sun May 10 02:02:25 2026] GET /v2.0/subnets => generated 1312 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1178] 10.0.0.28 () {32 vars in 662 bytes} [Sun May 10 02:02:25 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1179] 10.0.0.28 () {32 vars in 722 bytes} [Sun May 10 02:02:25 2026] GET /v2.0/networks/8fd215cf-d36b-4616-8edc-81118f9b7704 => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1180] 10.0.0.28 () {32 vars in 662 bytes} [Sun May 10 02:02:25 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: 572/1181] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:02:25 2026] GET /v2.0/subnets/52de220e-f980-4e3a-90e4-b362bb94c1e4 => generated 673 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:25.464 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7003689d-bfe9-443a-aa76-3e5ae69c1681 06e989d5f25c45fcb0e0b47925d616b1 6cb7f644f3794570acb014c16ca76375 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 610/1182] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:02:25 2026] DELETE /v2.0/subnets/63399613-d54c-4c95-9c32-3830e5a4866d => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:02:25.480 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5fff757-6ec0-4f0c-ac2f-7ba3fbf96975 06e989d5f25c45fcb0e0b47925d616b1 6cb7f644f3794570acb014c16ca76375 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 573/1183] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:25 2026] DELETE /v2.0/networks/f00374c6-7e1b-4830-a4d3-f1c3cf95cf5e => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1184] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:02:25 2026] DELETE /v2.0/subnets/52de220e-f980-4e3a-90e4-b362bb94c1e4 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1185] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:25 2026] DELETE /v2.0/networks/8fd215cf-d36b-4616-8edc-81118f9b7704 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:26.066 8 INFO neutron.services.segments.plugin [-] Segment 3c4006b9-2669-43a1-8006-ca1e527ece3a resource provider aggregate not found 2026-05-10 02:02:26.070 8 INFO neutron.services.segments.plugin [-] Segment 3c4006b9-2669-43a1-8006-ca1e527ece3a resource provider aggregate not found 2026-05-10 02:02:26.082 8 INFO neutron.services.segments.plugin [-] Segment 3c4006b9-2669-43a1-8006-ca1e527ece3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c4006b9-2669-43a1-8006-ca1e527ece3a found for delete ", "request_id": "req-fcd89347-6ef2-47bc-8972-e32291a3caaa"}]} 2026-05-10 02:02:26.091 8 INFO neutron.services.segments.plugin [-] Segment 3c4006b9-2669-43a1-8006-ca1e527ece3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c4006b9-2669-43a1-8006-ca1e527ece3a found for delete ", "request_id": "req-5dcf1a0e-fd47-4837-98f2-c4670138238e"}]} 2026-05-10 02:02:26.106 8 INFO neutron.services.segments.plugin [-] Segment 6992f4ac-0c9c-405b-b3b2-91c400186bdd resource provider aggregate not found 2026-05-10 02:02:26.111 8 INFO neutron.services.segments.plugin [-] Segment 6992f4ac-0c9c-405b-b3b2-91c400186bdd resource provider aggregate not found 2026-05-10 02:02:26.129 8 INFO neutron.services.segments.plugin [-] Segment 6992f4ac-0c9c-405b-b3b2-91c400186bdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6992f4ac-0c9c-405b-b3b2-91c400186bdd found for delete ", "request_id": "req-e2fd4770-7e0e-41e0-b895-a137c731699e"}]} 2026-05-10 02:02:26.131 8 INFO neutron.services.segments.plugin [-] Segment 6992f4ac-0c9c-405b-b3b2-91c400186bdd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6992f4ac-0c9c-405b-b3b2-91c400186bdd found for delete ", "request_id": "req-ce53557b-0637-4844-8600-720c911ab656"}]} [pid: 7|app: 0|req: 612/1186] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:25 2026] GET /v2.0/security-groups?tenant_id=258db4414eb446bbbe4b0d212b89e8d5&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1187] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:26 2026] DELETE /v2.0/security-groups/14a0dc7a-61e2-4aee-aa42-a704e64d4bc1 => 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: 614/1188] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:26 2026] GET /v2.0/security-groups?tenant_id=6cb7f644f3794570acb014c16ca76375&name=default => generated 2925 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:26.394 8 INFO neutron.db.segments_db [None req-61ca0d8f-9a58-46fc-8da2-d12c787b0837 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 9ca87df6-7f98-438a-83a3-7e1940a6d259 of type vxlan for network 0d5132e7-416c-4fca-93ad-03d92e014664 [pid: 7|app: 0|req: 615/1189] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:26 2026] DELETE /v2.0/security-groups/3df9b418-9c16-481a-aa4a-b4df238cebf3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:26.472 7 INFO neutron.services.segments.plugin [-] Segment 805d6256-0288-45ea-9c3f-39c4255a52c2 resource provider aggregate not found [pid: 8|app: 0|req: 575/1190] 10.0.0.28 () {34 vars in 670 bytes} [Sun May 10 02:02:26 2026] POST /v2.0/networks => generated 744 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:26.491 7 INFO neutron.services.segments.plugin [-] Segment 805d6256-0288-45ea-9c3f-39c4255a52c2 resource provider aggregate not found 2026-05-10 02:02:26.491 7 INFO neutron.services.segments.plugin [-] Segment 805d6256-0288-45ea-9c3f-39c4255a52c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 805d6256-0288-45ea-9c3f-39c4255a52c2 found for delete ", "request_id": "req-da6b597f-a61f-4e6c-a60c-22ccc3dc7608"}]} 2026-05-10 02:02:26.519 7 INFO neutron.services.segments.plugin [-] Segment 805d6256-0288-45ea-9c3f-39c4255a52c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 805d6256-0288-45ea-9c3f-39c4255a52c2 found for delete ", "request_id": "req-3e80a637-434d-4b26-9b6e-8f5e2ce9916c"}]} [pid: 7|app: 0|req: 616/1191] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:02:26 2026] POST /v2.0/subnets => generated 691 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:26.748 8 INFO neutron.db.segments_db [None req-5a675f54-78ba-433d-b084-b0d1ff779dc9 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 6adcec9d-3b82-447f-a7b6-601c98717d5c of type vxlan for network 8e5ee328-3cec-486f-bab9-8d8493ff6e27 2026-05-10 02:02:27.037 8 INFO neutron.db.l3_hamode_db [None req-5a675f54-78ba-433d-b084-b0d1ff779dc9 21f8134dfd8a481fb40776d0b70d3cb3 dfe69d294ba84f7289787e5645c20248 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:02:27.857 8 INFO neutron.db.l3_hamode_db [None req-5a675f54-78ba-433d-b084-b0d1ff779dc9 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 617/1192] 10.0.0.28 () {34 vars in 676 bytes} [Sun May 10 02:02:28 2026] POST /v2.0/subnetpools => generated 549 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1193] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:02:28 2026] GET /v2.0/subnetpools/320fb66a-c8c1-45b9-aa64-e3bb3ad2f503 => generated 549 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1194] 10.0.0.28 () {32 vars in 622 bytes} [Sun May 10 02:02:28 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: 620/1195] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:02:28 2026] PUT /v2.0/subnetpools/320fb66a-c8c1-45b9-aa64-e3bb3ad2f503 => generated 500 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1196] 10.0.0.28 () {32 vars in 632 bytes} [Sun May 10 02:02:28 2026] GET /v2.0/ => generated 632 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1197] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:02:28 2026] DELETE /v2.0/subnetpools/320fb66a-c8c1-45b9-aa64-e3bb3ad2f503 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:28.473 7 INFO neutron.api.v2.resource [None req-fe4fbcec-5638-45f0-bb95-21982337494c 8632470b95624c099646c4a378371f6d a1214877b5694d36a99d0d29bb545df8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 623/1198] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:02:28 2026] GET /v2.0/subnetpools/320fb66a-c8c1-45b9-aa64-e3bb3ad2f503 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:02:28.497 7 INFO neutron.api.v2.resource [None req-8d2a6b9e-6430-42e7-86fb-0438a0ac13f9 8632470b95624c099646c4a378371f6d a1214877b5694d36a99d0d29bb545df8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 624/1199] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:02:28 2026] DELETE /v2.0/subnetpools/320fb66a-c8c1-45b9-aa64-e3bb3ad2f503 => generated 145 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1200] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:02:26 2026] POST /v2.0/routers => generated 731 bytes in 2106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1201] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:28 2026] GET /v2.0/security-groups?tenant_id=8e8d32b1764240b3930dfdaff819d4d5&name=default => generated 2925 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1202] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:29 2026] GET /v2.0/security-groups?tenant_id=a1214877b5694d36a99d0d29bb545df8&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1203] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:29 2026] GET /v2.0/security-groups?tenant_id=1986bcc772744d8789ef7c57761e47e5&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1204] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:29 2026] DELETE /v2.0/security-groups/01d95d5e-7cee-4086-8441-24fa377f25dd => 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: 581/1205] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:29 2026] DELETE /v2.0/security-groups/84dda3de-8e94-47bc-b625-d0edd6e80218 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1206] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:29 2026] DELETE /v2.0/security-groups/d58e13fe-f1d2-41cf-ae4a-77a3db211a68 => 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: 625/1207] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:02:28 2026] PUT /v2.0/routers/d6d81299-3bf0-45cc-9c67-89359897c114/add_router_interface => generated 309 bytes in 1162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1208] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:30 2026] GET /v2.0/security-groups?tenant_id=e4fd068079bf4037a9b353210216829b&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1209] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:30 2026] DELETE /v2.0/security-groups/cf848918-1682-446f-ba85-fae739c00c0c => generated 0 bytes in 158 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1210] 10.0.0.28 () {34 vars in 684 bytes} [Sun May 10 02:02:30 2026] POST /v2.0/security-groups => generated 1660 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1211] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:02:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1212] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:02:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1213] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:02:31 2026] POST /v2.0/floatingips => generated 552 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:31.984 8 INFO neutron.db.segments_db [None req-e82b3f36-adbc-4ede-97c0-e2c70249db59 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 3a15a013-03c2-4e5d-8f14-d4ee9e37d7ab of type vxlan for network 70b9d2ae-a2ae-41d2-8050-a3a368d98202 [pid: 8|app: 0|req: 586/1214] 10.0.0.28 () {34 vars in 670 bytes} [Sun May 10 02:02:31 2026] POST /v2.0/networks => generated 741 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1215] 10.0.0.212 () {34 vars in 1100 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1093665647&fields=id&tenant_id=dfe69d294ba84f7289787e5645c20248 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1216] 10.0.0.212 () {34 vars in 982 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/networks?id=0d5132e7-416c-4fca-93ad-03d92e014664 => generated 676 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1217] 10.0.0.212 () {34 vars in 965 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/quotas/dfe69d294ba84f7289787e5645c20248 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1218] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/ports?tenant_id=dfe69d294ba84f7289787e5645c20248&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1219] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:02:32 2026] POST /v2.0/subnets => generated 688 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1220] 10.0.0.212 () {34 vars in 1008 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/networks/0d5132e7-416c-4fca-93ad-03d92e014664?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:32.310 8 INFO neutron.db.segments_db [None req-f09f6511-efa3-48b5-abd6-113b2968c004 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 3b893a52-b320-41f7-b736-c85b295fb5fb of type vxlan for network 6bc46358-68c4-4e0b-9538-d983eaba97cb [pid: 7|app: 0|req: 634/1221] 10.0.0.212 () {34 vars in 1108 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/networks/0d5132e7-416c-4fca-93ad-03d92e014664?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: 635/1222] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:32.542 8 INFO neutron.db.l3_hamode_db [None req-f09f6511-efa3-48b5-abd6-113b2968c004 21f8134dfd8a481fb40776d0b70d3cb3 b27f0f20eb6549f9b1b8b0ab22e51fdd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:02:33.272 8 INFO neutron.db.l3_hamode_db [None req-f09f6511-efa3-48b5-abd6-113b2968c004 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 636/1223] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:33 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 588/1224] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:02:32 2026] POST /v2.0/routers => generated 728 bytes in 1964 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1225] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:34 2026] GET /v2.0/security-groups?tenant_id=afda283b72d24171b4a3a4915125a166&name=default => generated 2925 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1228] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:34 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 593/1229] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:34 2026] DELETE /v2.0/security-groups/2790ec01-5b73-4fad-8f55-8e3f7a0295ec => 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: 594/1230] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:34 2026] GET /v2.0/security-groups?tenant_id=db0a5ce5f8134c83820be8241df5a265&name=default => generated 2925 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1231] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:35 2026] GET /v2.0/security-groups?tenant_id=d0ef9ac88a7140e18243ef72ad5e33c2&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1232] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:02:34 2026] PUT /v2.0/routers/826f7b65-4d0f-4451-9e72-eeee9658c300/add_router_interface => generated 309 bytes in 1321 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1233] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:35 2026] DELETE /v2.0/security-groups/2a877445-bf12-415d-8877-b171e3861d11 => 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: 638/1234] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:35 2026] DELETE /v2.0/security-groups/ba913022-386d-4e0f-a56b-bb00950b9243 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1235] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:35 2026] GET /v2.0/security-groups?tenant_id=9013d96e64f34615a4001929b63fb620&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1236] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:35 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 639/1237] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:35 2026] DELETE /v2.0/security-groups/b70e43c4-f118-4c12-921d-e2b050fad937 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1238] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:02:36 2026] GET /v2.0/networks?id=0d5132e7-416c-4fca-93ad-03d92e014664 => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1239] 199.204.45.53 () {34 vars in 1049 bytes} [Sun May 10 02:02:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=dfe69d294ba84f7289787e5645c20248 => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:36.992 7 INFO neutron.db.segments_db [None req-131d8bde-779d-4227-9973-c8d02c5c990d 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 50aff1de-5805-4949-af30-f0672926bce2 of type vxlan for network eb45ec95-be67-474e-872f-b2c587e8fd6d [pid: 7|app: 0|req: 641/1240] 10.0.0.28 () {34 vars in 670 bytes} [Sun May 10 02:02:36 2026] POST /v2.0/networks => generated 740 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1241] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:37 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 600/1242] 199.204.45.53 () {38 vars in 954 bytes} [Sun May 10 02:02:36 2026] POST /v2.0/ports => generated 958 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 643/1243] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:02:37 2026] POST /v2.0/subnets => generated 688 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:37.434 7 INFO neutron.db.segments_db [None req-e801a7e3-3550-411a-99da-fbef2a059197 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 28d1c9a5-4ef2-4885-bdef-bf50cf597a85 of type vxlan for network 66ec295b-4199-4234-9466-1ed97cd54654 [pid: 8|app: 0|req: 601/1244] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:02:37 2026] PUT /v2.0/ports/af516a31-aea1-40b1-b08d-f97a499575d7 => generated 1239 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:37.786 7 INFO neutron.db.l3_hamode_db [None req-e801a7e3-3550-411a-99da-fbef2a059197 21f8134dfd8a481fb40776d0b70d3cb3 f0060c898c5f4c5eabb2e8510937c915 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:02:37.826 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9192fecd-eb39-4bf5-b7e3-d9e9948308a0'] response: {'name': 'network-changed', 'server_uuid': '14bc8523-dd46-422a-bd1c-3754d96ab4ea', 'tag': 'af516a31-aea1-40b1-b08d-f97a499575d7', '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: 602/1245] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:38 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1246] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:38 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&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: 604/1247] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:02:38 2026] GET /v2.0/ports?tenant_id=dfe69d294ba84f7289787e5645c20248&device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 605/1248] 199.204.45.53 () {34 vars in 1017 bytes} [Sun May 10 02:02:38 2026] GET /v2.0/networks?tenant_id=dfe69d294ba84f7289787e5645c20248&shared=False => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1249] 199.204.45.53 () {34 vars in 929 bytes} [Sun May 10 02:02:38 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:38.634 7 INFO neutron.db.l3_hamode_db [None req-e801a7e3-3550-411a-99da-fbef2a059197 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 607/1250] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:39 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1251] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:39 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&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: 609/1252] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:02:39 2026] GET /v2.0/ports?tenant_id=dfe69d294ba84f7289787e5645c20248&device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 610/1253] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:02:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=af516a31-aea1-40b1-b08d-f97a499575d7 => 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: 611/1254] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:02:39 2026] GET /v2.0/subnets?id=4e938cd1-6961-4ccd-8ab6-bb6ac2d624f9 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1255] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:02:39 2026] GET /v2.0/ports?network_id=0d5132e7-416c-4fca-93ad-03d92e014664&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: 613/1256] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:02:39 2026] GET /v2.0/networks/0d5132e7-416c-4fca-93ad-03d92e014664?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: 614/1257] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:02:39 2026] GET /v2.0/networks/0d5132e7-416c-4fca-93ad-03d92e014664?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: 644/1258] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:02:37 2026] POST /v2.0/routers => generated 728 bytes in 2743 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1259] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:40 2026] GET /v2.0/security-groups?tenant_id=4bff086a6b80416590814bb597a4fb9e&name=default => generated 2925 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1260] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:40 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1261] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:40 2026] DELETE /v2.0/security-groups/0147ba98-d870-426e-92c6-e01ad140b248 => 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: 648/1262] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:40 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1263] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:02:40 2026] PUT /v2.0/routers/407bac8d-13d9-447a-a3b5-94d89e467edd/add_router_interface => generated 309 bytes in 1290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1264] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:41 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1265] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:41 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&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: 650/1266] 10.0.0.28 () {34 vars in 684 bytes} [Sun May 10 02:02:42 2026] POST /v2.0/security-groups => generated 1673 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1267] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:02:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1268] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:02:42 2026] POST /v2.0/security-group-rules => generated 596 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1269] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:02:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1270] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:02:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:42.912 8 INFO neutron.db.securitygroups_db [None req-fc08e8ec-80cc-4328-8454-d9a548a28689 731a4d4eff5746f081ab8a9cf52f8fa0 b27f0f20eb6549f9b1b8b0ab22e51fdd - - default default] Project b27f0f20eb6549f9b1b8b0ab22e51fdd 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: 620/1271] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:02:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1272] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:42 2026] GET /v2.0/security-groups?tenant_id=7d5ad5c0087341c5bf899e38596bec21&name=default => generated 2925 bytes in 358 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:43.062 8 INFO neutron.db.securitygroups_db [None req-e3f28875-65aa-4146-8ffe-3c7e1b1ae25a 731a4d4eff5746f081ab8a9cf52f8fa0 b27f0f20eb6549f9b1b8b0ab22e51fdd - - default default] Project b27f0f20eb6549f9b1b8b0ab22e51fdd 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: 653/1273] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:43 2026] DELETE /v2.0/security-groups/aefea2ea-61f3-4512-82de-56e7caed0989 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1274] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:02:43 2026] POST /v2.0/security-group-rules => generated 606 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1275] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:43 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 622/1276] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:43 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1277] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:43 2026] GET /v2.0/security-groups?tenant_id=65e24ad190b54a5bacf08d02ab53de70&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: 624/1278] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:43 2026] DELETE /v2.0/security-groups/69173088-1e7a-401e-9a6f-151db3529a30 => 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: 655/1279] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:43 2026] GET /v2.0/security-groups?tenant_id=095d0e14abe349299f45f8d71a7afde9&name=default => generated 2925 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1280] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:43 2026] DELETE /v2.0/security-groups/af1d3677-4394-4eca-926c-d4939f817f8d => 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: 625/1281] 10.0.0.28 () {34 vars in 684 bytes} [Sun May 10 02:02:43 2026] POST /v2.0/security-groups => generated 1660 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1282] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:02:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1283] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:02: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: 627/1284] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:44 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1285] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:44 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&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: 658/1286] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:02:44 2026] POST /v2.0/floatingips => generated 552 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1287] 10.0.0.212 () {34 vars in 1098 bytes} [Sun May 10 02:02:44 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-417347088&fields=id&tenant_id=b27f0f20eb6549f9b1b8b0ab22e51fdd => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1288] 10.0.0.212 () {34 vars in 1100 bytes} [Sun May 10 02:02:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2102341590&fields=id&tenant_id=b27f0f20eb6549f9b1b8b0ab22e51fdd => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1289] 10.0.0.212 () {34 vars in 982 bytes} [Sun May 10 02:02:44 2026] GET /v2.0/networks?id=70b9d2ae-a2ae-41d2-8050-a3a368d98202 => generated 673 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1290] 10.0.0.212 () {34 vars in 965 bytes} [Sun May 10 02:02:44 2026] GET /v2.0/quotas/b27f0f20eb6549f9b1b8b0ab22e51fdd => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1291] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:02:44 2026] GET /v2.0/ports?tenant_id=b27f0f20eb6549f9b1b8b0ab22e51fdd&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1292] 10.0.0.212 () {34 vars in 1008 bytes} [Sun May 10 02:02:45 2026] GET /v2.0/networks/70b9d2ae-a2ae-41d2-8050-a3a368d98202?fields=segments => generated 14 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1293] 10.0.0.212 () {34 vars in 1108 bytes} [Sun May 10 02:02:45 2026] GET /v2.0/networks/70b9d2ae-a2ae-41d2-8050-a3a368d98202?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1294] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:45 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1295] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:45 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1296] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:02:45 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&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-05-10 02:02:45.766 8 INFO neutron.db.segments_db [None req-9ddae8e0-6032-4e74-bc65-9268bb25fe64 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Added segment 89829bd8-fe61-4dba-a053-4d299f71e5fe of type vxlan for network bc091c17-dcfd-4438-9373-c7a457827faa [pid: 7|app: 0|req: 665/1297] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:45 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1298] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:02:45 2026] POST /v2.0/networks => generated 650 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1299] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:02:45 2026] POST /v2.0/subnets => generated 627 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:46.211 7 INFO neutron.db.segments_db [None req-1c798358-c961-4f33-9a6f-9cf41ec77d49 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Added segment 4c1f699c-9c6a-406d-a085-08e3d40ada25 of type vxlan for network 8f930217-8add-4daf-82aa-affd13a93380 2026-05-10 02:02:46.275 8 INFO neutron.db.l3_db [None req-9f933bb3-3441-4da4-96ba-d1a792c07d98 96657cccd0d04f49a8cac8d482e587c8 dfe69d294ba84f7289787e5645c20248 - - default default] Floating IP ab75065e-3c2d-48a1-a010-affe5a996b6e associated. External IP: 10.96.250.214, port: af516a31-aea1-40b1-b08d-f97a499575d7. 2026-05-10 02:02:46.475 7 INFO neutron.db.l3_hamode_db [None req-1c798358-c961-4f33-9a6f-9cf41ec77d49 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 634/1300] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:02:45 2026] PUT /v2.0/floatingips/ab75065e-3c2d-48a1-a010-affe5a996b6e => generated 856 bytes in 711 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1301] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:46 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:46.631 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-89b00c31-22a1-4ec3-abc9-a475184dd20d'] response: {'name': 'network-changed', 'server_uuid': '14bc8523-dd46-422a-bd1c-3754d96ab4ea', 'tag': 'af516a31-aea1-40b1-b08d-f97a499575d7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 636/1302] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:02:47 2026] GET /v2.0/ports?tenant_id=dfe69d294ba84f7289787e5645c20248&device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 637/1303] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:02:47 2026] GET /v2.0/networks?id=0d5132e7-416c-4fca-93ad-03d92e014664 => generated 772 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1304] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:02:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=af516a31-aea1-40b1-b08d-f97a499575d7 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1305] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:02:47 2026] GET /v2.0/subnets?id=4e938cd1-6961-4ccd-8ab6-bb6ac2d624f9 => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:47.358 7 INFO neutron.db.l3_hamode_db [None req-1c798358-c961-4f33-9a6f-9cf41ec77d49 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 640/1306] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:02:47 2026] GET /v2.0/ports?network_id=0d5132e7-416c-4fca-93ad-03d92e014664&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: 641/1307] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:02:47 2026] GET /v2.0/networks/0d5132e7-416c-4fca-93ad-03d92e014664?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1308] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:02:47 2026] GET /v2.0/networks/0d5132e7-416c-4fca-93ad-03d92e014664?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: 643/1309] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:47 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => 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: 667/1310] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:02:46 2026] POST /v2.0/routers => generated 694 bytes in 2124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1311] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:48 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => 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: 644/1314] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:02:48 2026] PUT /v2.0/routers/51537a7a-edb3-44ea-874b-063eee55f3ec/add_router_interface => generated 309 bytes in 1273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1315] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:02:49 2026] GET /v2.0/networks?id=70b9d2ae-a2ae-41d2-8050-a3a368d98202 => generated 673 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1316] 199.204.45.53 () {34 vars in 1049 bytes} [Sun May 10 02:02:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b27f0f20eb6549f9b1b8b0ab22e51fdd => generated 273 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1317] 10.0.0.28 () {34 vars in 664 bytes} [Sun May 10 02:02:49 2026] POST /v2.0/ports => generated 958 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 647/1318] 199.204.45.53 () {38 vars in 954 bytes} [Sun May 10 02:02:49 2026] POST /v2.0/ports => generated 997 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: 648/1319] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:50 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1000 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1320] 10.0.0.28 () {34 vars in 664 bytes} [Sun May 10 02:02:49 2026] POST /v2.0/ports => generated 959 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 673/1321] 10.0.0.212 () {34 vars in 1120 bytes} [Sun May 10 02:02:50 2026] GET /v2.0/security-groups?id=fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63&id=14a88d96-0c52-4bd3-97aa-9672ea290121&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: 649/1322] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:02:50 2026] PUT /v2.0/ports/c4cb9964-98a7-429b-8e2c-e6bd2fef74e8 => generated 1278 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:50.681 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b7640477-a86e-4d95-bd19-9981b6a9b8a4'] response: {'name': 'network-changed', 'server_uuid': '081384d6-adac-4e36-ad75-6baab62f4059', 'tag': 'c4cb9964-98a7-429b-8e2c-e6bd2fef74e8', 'status': 'completed', 'code': 200} 2026-05-10 02:02:51.044 7 INFO neutron.db.l3_db [None req-e11ab88e-0b5e-48eb-8d33-ba47293ada21 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Floating IP 0f2169b1-ad2c-400e-9ee1-3d606df44a08 associated. External IP: 10.96.250.202, port: 8294b274-a5cb-4dbe-90e5-d44a8582716f. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 650/1323] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:02:51 2026] GET /v2.0/ports?tenant_id=b27f0f20eb6549f9b1b8b0ab22e51fdd&device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1281 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1324] 199.204.45.53 () {34 vars in 1017 bytes} [Sun May 10 02:02:51 2026] GET /v2.0/networks?tenant_id=b27f0f20eb6549f9b1b8b0ab22e51fdd&shared=False => generated 769 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1325] 199.204.45.53 () {34 vars in 929 bytes} [Sun May 10 02:02:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1326] 10.0.0.28 () {34 vars in 676 bytes} [Sun May 10 02:02:50 2026] POST /v2.0/floatingips => generated 843 bytes in 1081 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1327] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:51 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1328] 10.0.0.212 () {34 vars in 1120 bytes} [Sun May 10 02:02:51 2026] GET /v2.0/security-groups?id=fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63&id=14a88d96-0c52-4bd3-97aa-9672ea290121&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:51.520 7 INFO neutron.db.l3_db [None req-9b8da146-326e-4a6b-8472-650c52519331 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Floating IP 0f2169b1-ad2c-400e-9ee1-3d606df44a08 disassociated. External IP: 10.96.250.202, port: 8294b274-a5cb-4dbe-90e5-d44a8582716f. [pid: 7|app: 0|req: 675/1329] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:02:51 2026] PUT /v2.0/floatingips/0f2169b1-ad2c-400e-9ee1-3d606df44a08 => generated 552 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:51.951 8 INFO neutron_taas.services.taas.taas_plugin [None req-f009539c-75c6-46b7-b61e-07489e057856 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] TaaS: Handle Delete Port: cef84f6e-634f-4941-81d9-96d02d99c230 2026-05-10 02:02:51.954 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f009539c-75c6-46b7-b61e-07489e057856 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Tap Mirror: Handle Delete Port: cef84f6e-634f-4941-81d9-96d02d99c230 [pid: 8|app: 0|req: 655/1330] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:02:51 2026] DELETE /v2.0/floatingips/0f2169b1-ad2c-400e-9ee1-3d606df44a08 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1331] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:02:52 2026] GET /v2.0/ports?tenant_id=b27f0f20eb6549f9b1b8b0ab22e51fdd&device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1281 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1332] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:02:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c4cb9964-98a7-429b-8e2c-e6bd2fef74e8 => 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: 658/1333] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:02:52 2026] GET /v2.0/subnets?id=b4405320-0134-45c4-9bf9-39e1994c9666 => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1334] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:02:52 2026] GET /v2.0/ports?network_id=70b9d2ae-a2ae-41d2-8050-a3a368d98202&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1335] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:52 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1012 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1336] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:02:52 2026] GET /v2.0/networks/70b9d2ae-a2ae-41d2-8050-a3a368d98202?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1337] 10.0.0.212 () {34 vars in 1120 bytes} [Sun May 10 02:02:52 2026] GET /v2.0/security-groups?id=fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63&id=14a88d96-0c52-4bd3-97aa-9672ea290121&fields=id&fields=name => generated 206 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1338] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:02:52 2026] GET /v2.0/networks/70b9d2ae-a2ae-41d2-8050-a3a368d98202?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:52.908 7 INFO neutron.db.l3_db [None req-79a4f80e-02c8-4f16-b923-571294f8782c 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Floating IP 40eb5402-4fd5-4eee-bbae-f796c62a6a78 associated. External IP: 10.96.250.203, port: 09238fd7-865a-47b8-ab9a-63e6462ab3fc. [pid: 7|app: 0|req: 676/1339] 10.0.0.28 () {34 vars in 676 bytes} [Sun May 10 02:02:52 2026] POST /v2.0/floatingips => generated 842 bytes in 1064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1340] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:02:53 2026] GET /v2.0/floatingips/40eb5402-4fd5-4eee-bbae-f796c62a6a78 => generated 842 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1341] 10.0.0.28 () {32 vars in 654 bytes} [Sun May 10 02:02:53 2026] GET /v2.0/floatingips => generated 845 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:53.671 8 INFO neutron.db.l3_db [None req-e72b81c7-9ebf-48c4-bba1-61761d4948fd 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Floating IP 40eb5402-4fd5-4eee-bbae-f796c62a6a78 associated. External IP: 10.96.250.203, port: 09238fd7-865a-47b8-ab9a-63e6462ab3fc. [pid: 7|app: 0|req: 678/1342] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:53 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1012 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1343] 10.0.0.212 () {34 vars in 1120 bytes} [Sun May 10 02:02:53 2026] GET /v2.0/security-groups?id=fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63&id=14a88d96-0c52-4bd3-97aa-9672ea290121&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1344] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:02:53 2026] PUT /v2.0/floatingips/40eb5402-4fd5-4eee-bbae-f796c62a6a78 => generated 843 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1345] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:54 2026] GET /v2.0/security-groups?tenant_id=076ed79657144a208fd90c8d350a7251&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:54.305 8 INFO neutron.db.l3_db [None req-474f60b6-08b2-4c23-8580-2a78e3070733 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Floating IP 40eb5402-4fd5-4eee-bbae-f796c62a6a78 disassociated. External IP: 10.96.250.203, port: 8294b274-a5cb-4dbe-90e5-d44a8582716f. [pid: 7|app: 0|req: 681/1346] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:54 2026] DELETE /v2.0/security-groups/799be130-da18-4a7d-8462-4a3fe4c6e5c7 => 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: 666/1347] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:02:54 2026] PUT /v2.0/floatingips/40eb5402-4fd5-4eee-bbae-f796c62a6a78 => generated 552 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:54.776 7 INFO neutron_taas.services.taas.taas_plugin [None req-be081902-6d65-4813-b5ca-ae05b3fa555f 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] TaaS: Handle Delete Port: 95f8f742-4750-43bc-b751-9c7cebe485a3 2026-05-10 02:02:54.780 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be081902-6d65-4813-b5ca-ae05b3fa555f 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Tap Mirror: Handle Delete Port: 95f8f742-4750-43bc-b751-9c7cebe485a3 [pid: 8|app: 0|req: 667/1348] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:54 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1012 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1349] 10.0.0.212 () {34 vars in 1120 bytes} [Sun May 10 02:02:54 2026] GET /v2.0/security-groups?id=fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63&id=14a88d96-0c52-4bd3-97aa-9672ea290121&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1350] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:02:54 2026] DELETE /v2.0/floatingips/40eb5402-4fd5-4eee-bbae-f796c62a6a78 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:55.005 8 INFO neutron.api.v2.resource [None req-d88df8f7-6069-4bfc-8273-9bf28d541f79 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 669/1351] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:02:54 2026] DELETE /v2.0/floatingips/40eb5402-4fd5-4eee-bbae-f796c62a6a78 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:02:55.163 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e413c0b-feaa-4411-8f0e-d3beca5a92ec 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] TaaS: Handle Delete Port: 8294b274-a5cb-4dbe-90e5-d44a8582716f 2026-05-10 02:02:55.165 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e413c0b-feaa-4411-8f0e-d3beca5a92ec 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Tap Mirror: Handle Delete Port: 8294b274-a5cb-4dbe-90e5-d44a8582716f [pid: 7|app: 0|req: 683/1352] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:02:55 2026] DELETE /v2.0/ports/8294b274-a5cb-4dbe-90e5-d44a8582716f => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:55.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-2ac2d381-ea64-42b9-aac4-039b7585cd8d 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] TaaS: Handle Delete Port: 09238fd7-865a-47b8-ab9a-63e6462ab3fc 2026-05-10 02:02:55.433 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ac2d381-ea64-42b9-aac4-039b7585cd8d 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Tap Mirror: Handle Delete Port: 09238fd7-865a-47b8-ab9a-63e6462ab3fc [pid: 8|app: 0|req: 670/1353] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:02:55 2026] DELETE /v2.0/ports/09238fd7-865a-47b8-ab9a-63e6462ab3fc => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1354] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:02:55 2026] GET /v2.0/ports?device_id=51537a7a-edb3-44ea-874b-063eee55f3ec => generated 958 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1355] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:02:55 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1356] 199.204.45.53 () {34 vars in 1123 bytes} [Sun May 10 02:02:55 2026] GET /v2.0/security-groups?id=14a88d96-0c52-4bd3-97aa-9672ea290121&id=fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63&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: 7|app: 0|req: 687/1357] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:56 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1014 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1358] 10.0.0.212 () {34 vars in 1120 bytes} [Sun May 10 02:02:56 2026] GET /v2.0/security-groups?id=fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63&id=14a88d96-0c52-4bd3-97aa-9672ea290121&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:56.553 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0581cdf-cb9f-4a94-a134-54a0c23c8011 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] TaaS: Handle Delete Port: a7a2def8-fe1a-4095-9a32-8fec4fe5a0c4 2026-05-10 02:02:56.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0581cdf-cb9f-4a94-a134-54a0c23c8011 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Tap Mirror: Handle Delete Port: a7a2def8-fe1a-4095-9a32-8fec4fe5a0c4 [pid: 8|app: 0|req: 671/1359] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:02:55 2026] PUT /v2.0/routers/51537a7a-edb3-44ea-874b-063eee55f3ec/remove_router_interface => generated 309 bytes in 1431 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1360] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:57 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1014 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:57.301 7 INFO neutron_taas.services.taas.taas_plugin [None req-70e350dc-98d9-4dad-b008-909f3829e67c 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] TaaS: Handle Delete Port: 126389d3-f265-4aca-b2d0-8a084bbf7dbe 2026-05-10 02:02:57.305 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70e350dc-98d9-4dad-b008-909f3829e67c 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Tap Mirror: Handle Delete Port: 126389d3-f265-4aca-b2d0-8a084bbf7dbe 2026-05-10 02:02:57.581 7 INFO neutron_taas.services.taas.taas_plugin [None req-70e350dc-98d9-4dad-b008-909f3829e67c 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] TaaS: Handle Delete Port: a8145e3c-9b86-4f6d-87f0-a988b0af9bcc 2026-05-10 02:02:57.584 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70e350dc-98d9-4dad-b008-909f3829e67c 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] Tap Mirror: Handle Delete Port: a8145e3c-9b86-4f6d-87f0-a988b0af9bcc 2026-05-10 02:02:57.774 8 INFO neutron.db.segments_db [None req-a0405064-fef5-49f4-80ff-bdd17d4a66f9 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Added segment 43fb85d7-eb20-4270-af75-eb3eac2b8a7e of type vxlan for network f10f504b-965b-4b3e-a454-4840f8fff2b1 [pid: 8|app: 0|req: 673/1361] 10.0.0.28 () {34 vars in 670 bytes} [Sun May 10 02:02:57 2026] POST /v2.0/networks => generated 632 bytes in 614 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:57.919 7 INFO neutron.services.segments.plugin [-] Segment 4c1f699c-9c6a-406d-a085-08e3d40ada25 resource provider aggregate not found 2026-05-10 02:02:57.925 7 INFO neutron.services.segments.plugin [-] Segment 4c1f699c-9c6a-406d-a085-08e3d40ada25 resource provider aggregate not found [pid: 8|app: 0|req: 674/1362] 10.0.0.212 () {34 vars in 1120 bytes} [Sun May 10 02:02:57 2026] GET /v2.0/security-groups?id=fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63&id=14a88d96-0c52-4bd3-97aa-9672ea290121&fields=id&fields=name => generated 206 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:57.944 7 INFO neutron.services.segments.plugin [-] Segment 4c1f699c-9c6a-406d-a085-08e3d40ada25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c1f699c-9c6a-406d-a085-08e3d40ada25 found for delete ", "request_id": "req-4e4a64be-ba78-4b90-bfda-128b1a917771"}]} 2026-05-10 02:02:57.950 7 INFO neutron.services.segments.plugin [-] Segment 4c1f699c-9c6a-406d-a085-08e3d40ada25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4c1f699c-9c6a-406d-a085-08e3d40ada25 found for delete ", "request_id": "req-580d9a60-7d2f-46f5-9df4-a74e1af931b6"}]} 2026-05-10 02:02:57.955 7 INFO neutron.db.l3_hamode_db [None req-70e350dc-98d9-4dad-b008-909f3829e67c 466e638d54514d428f55d17054654067 152992f3abd4436ead5519a6fbf952e8 - - default default] HA network 8f930217-8add-4daf-82aa-affd13a93380 was deleted as no HA routers are present in tenant 152992f3abd4436ead5519a6fbf952e8. [pid: 7|app: 0|req: 689/1363] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:02:57 2026] DELETE /v2.0/routers/51537a7a-edb3-44ea-874b-063eee55f3ec => generated 0 bytes in 860 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:57.983 8 INFO neutron.db.segments_db [None req-680e1bec-c0fd-46d2-9104-cd52aee3f390 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Added segment 05307782-f661-4d43-97ef-f1a6d21103bd of type vxlan for network ef65fee0-c73e-4eed-aa6a-0ec40d128d7d [pid: 7|app: 0|req: 690/1364] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:02:57 2026] DELETE /v2.0/subnets/2277fe64-81cb-432c-948a-be86a474550d => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1365] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:02:58 2026] DELETE /v2.0/networks/bc091c17-dcfd-4438-9373-c7a457827faa => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:58.239 8 INFO neutron.db.l3_hamode_db [None req-680e1bec-c0fd-46d2-9104-cd52aee3f390 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 692/1366] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:02:58 2026] GET /v2.0/security-groups?tenant_id=152992f3abd4436ead5519a6fbf952e8&name=default => generated 2925 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1367] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:02:59 2026] DELETE /v2.0/security-groups/af270b04-7293-41d6-b602-0bbcc1f359db => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:59.123 8 INFO neutron.db.l3_hamode_db [None req-680e1bec-c0fd-46d2-9104-cd52aee3f390 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 694/1368] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:59 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1014 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1369] 10.0.0.212 () {34 vars in 1120 bytes} [Sun May 10 02:02:59 2026] GET /v2.0/security-groups?id=fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63&id=14a88d96-0c52-4bd3-97aa-9672ea290121&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1370] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:02:59 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1014 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:59.744 7 INFO neutron.db.l3_db [None req-24023f2e-9e1c-4e13-b7f3-888ef2817ac0 731a4d4eff5746f081ab8a9cf52f8fa0 b27f0f20eb6549f9b1b8b0ab22e51fdd - - default default] Floating IP c477f63a-9c10-4499-866b-3d6390c4f6ed associated. External IP: 10.96.250.213, port: c4cb9964-98a7-429b-8e2c-e6bd2fef74e8. 2026-05-10 02:02:59.975 7 INFO neutron.services.segments.plugin [-] Segment 89829bd8-fe61-4dba-a053-4d299f71e5fe resource provider aggregate not found 2026-05-10 02:02:59.978 7 INFO neutron.services.segments.plugin [-] Segment 89829bd8-fe61-4dba-a053-4d299f71e5fe resource provider aggregate not found 2026-05-10 02:03:00.005 7 INFO neutron.services.segments.plugin [-] Segment 89829bd8-fe61-4dba-a053-4d299f71e5fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89829bd8-fe61-4dba-a053-4d299f71e5fe found for delete ", "request_id": "req-54a2a03d-0692-4682-af2e-af084dafba77"}]} 2026-05-10 02:03:00.007 7 INFO neutron.services.segments.plugin [-] Segment 89829bd8-fe61-4dba-a053-4d299f71e5fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89829bd8-fe61-4dba-a053-4d299f71e5fe found for delete ", "request_id": "req-326e2a3b-59e6-4785-8506-8558d3aa4796"}]} [pid: 7|app: 0|req: 697/1371] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:02:59 2026] PUT /v2.0/floatingips/c477f63a-9c10-4499-866b-3d6390c4f6ed => generated 856 bytes in 708 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1372] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:02:57 2026] POST /v2.0/routers => generated 695 bytes in 2173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:00.134 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e123ac22-28d1-4f72-8288-03fd7f859aba'] response: {'name': 'network-changed', 'server_uuid': '081384d6-adac-4e36-ad75-6baab62f4059', 'tag': 'c4cb9964-98a7-429b-8e2c-e6bd2fef74e8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 676/1373] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 1244 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1374] 10.0.0.223 () {34 vars in 1040 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&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: 698/1375] 10.0.0.28 () {32 vars in 775 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/subnets?project_id=3aac04b044a14e2494897e763f520c7c&cidr=10.100.0.0%2F28 => generated 14 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1376] 10.0.0.28 () {32 vars in 693 bytes} [Sun May 10 02:03:00 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: 699/1377] 10.0.0.28 () {32 vars in 783 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/subnets?network_id=dbe1d64e-d3ad-4b37-ba9b-82e9ea41112e&cidr=10.100.0.0%2F28 => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1378] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/ports?tenant_id=b27f0f20eb6549f9b1b8b0ab22e51fdd&device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1283 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1379] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/networks?id=70b9d2ae-a2ae-41d2-8050-a3a368d98202 => generated 769 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1380] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=c4cb9964-98a7-429b-8e2c-e6bd2fef74e8 => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1381] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:03:00 2026] POST /v2.0/subnets => generated 657 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1382] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/subnets?id=b4405320-0134-45c4-9bf9-39e1994c9666 => 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: 704/1383] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/ports?network_id=70b9d2ae-a2ae-41d2-8050-a3a368d98202&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:01.123 7 INFO neutron.db.segments_db [None req-fd2d8c16-50b7-4d40-b90b-169b811314c7 6d0b0d5e8a8f4800810d99de67fa6c4e 96457cc815f9452aab4f01cf839a6fc0 - - default default] Added segment c4c8b5ad-a734-4a0a-a29d-f43725f37acc of type vxlan for network 8fa1e8b5-9c78-4046-816a-dfc24b790e51 2026-05-10 02:03:01.181 7 INFO neutron.db.segments_db [None req-fd2d8c16-50b7-4d40-b90b-169b811314c7 6d0b0d5e8a8f4800810d99de67fa6c4e 96457cc815f9452aab4f01cf839a6fc0 - - default default] Added segment 6f56dfa6-a94c-4686-b6af-74d7d82dc6f1 of type vxlan for network 35e9c6d3-57ab-42d0-9cf5-d55ff27c8590 [pid: 7|app: 0|req: 705/1384] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:00 2026] POST /v2.0/networks => generated 1245 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1385] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:03:01 2026] GET /v2.0/networks/70b9d2ae-a2ae-41d2-8050-a3a368d98202?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: 707/1386] 10.0.0.28 () {32 vars in 648 bytes} [Sun May 10 02:03:01 2026] GET /v2.0/networks => generated 1844 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1387] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:03:01 2026] GET /v2.0/networks/70b9d2ae-a2ae-41d2-8050-a3a368d98202?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: 709/1388] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:01 2026] DELETE /v2.0/networks/8fa1e8b5-9c78-4046-816a-dfc24b790e51 => 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: 710/1389] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:01 2026] DELETE /v2.0/networks/35e9c6d3-57ab-42d0-9cf5-d55ff27c8590 => 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: 711/1390] 10.0.0.28 () {32 vars in 648 bytes} [Sun May 10 02:03:01 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:01.831 7 INFO neutron.db.segments_db [None req-4ca7fdde-5e78-4bae-a665-56168534842e 6d0b0d5e8a8f4800810d99de67fa6c4e 96457cc815f9452aab4f01cf839a6fc0 - - default default] Added segment bb684cb3-2097-4eaf-aed9-f14e6a167302 of type vxlan for network 55eced9c-de78-4e05-809f-f44667464c27 [pid: 7|app: 0|req: 712/1391] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:01 2026] POST /v2.0/networks => generated 649 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:01.994 7 INFO neutron.db.segments_db [None req-4b115360-6e24-4437-a348-acc386f9fcd8 6d0b0d5e8a8f4800810d99de67fa6c4e 96457cc815f9452aab4f01cf839a6fc0 - - default default] Added segment 3c624329-f071-4be1-985c-f64bcc8ae2f5 of type vxlan for network 9b7b00bb-5112-47e6-bfab-8e8022ee859d 2026-05-10 02:03:02.036 7 INFO neutron.services.segments.plugin [-] Segment c4c8b5ad-a734-4a0a-a29d-f43725f37acc resource provider aggregate not found 2026-05-10 02:03:02.041 7 INFO neutron.services.segments.plugin [-] Segment c4c8b5ad-a734-4a0a-a29d-f43725f37acc resource provider aggregate not found 2026-05-10 02:03:02.057 7 INFO neutron.services.segments.plugin [-] Segment c4c8b5ad-a734-4a0a-a29d-f43725f37acc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4c8b5ad-a734-4a0a-a29d-f43725f37acc found for delete ", "request_id": "req-687f3233-9ba7-45b9-a37b-ebef4200d587"}]} 2026-05-10 02:03:02.064 7 INFO neutron.services.segments.plugin [-] Segment c4c8b5ad-a734-4a0a-a29d-f43725f37acc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4c8b5ad-a734-4a0a-a29d-f43725f37acc found for delete ", "request_id": "req-39055652-0be8-4744-ac6e-64c399869587"}]} 2026-05-10 02:03:02.079 7 INFO neutron.services.segments.plugin [-] Segment 6f56dfa6-a94c-4686-b6af-74d7d82dc6f1 resource provider aggregate not found 2026-05-10 02:03:02.094 7 INFO neutron.services.segments.plugin [-] Segment 6f56dfa6-a94c-4686-b6af-74d7d82dc6f1 resource provider aggregate not found [pid: 8|app: 0|req: 680/1392] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:03:00 2026] PUT /v2.0/routers/b9630775-a74f-4d04-bb72-cf10bbb34700/add_router_interface => generated 309 bytes in 1284 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:02.105 7 INFO neutron.services.segments.plugin [-] Segment 6f56dfa6-a94c-4686-b6af-74d7d82dc6f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f56dfa6-a94c-4686-b6af-74d7d82dc6f1 found for delete ", "request_id": "req-bbd9ae66-9e7c-4221-a6ab-3f9991191e7b"}]} 2026-05-10 02:03:02.124 7 INFO neutron.services.segments.plugin [-] Segment 6f56dfa6-a94c-4686-b6af-74d7d82dc6f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f56dfa6-a94c-4686-b6af-74d7d82dc6f1 found for delete ", "request_id": "req-6e3f134e-63a6-430c-a510-2a59221121d3"}]} [pid: 7|app: 0|req: 713/1393] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:01 2026] POST /v2.0/networks => generated 650 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1394] 10.0.0.28 () {32 vars in 648 bytes} [Sun May 10 02:03:02 2026] GET /v2.0/networks => generated 9391 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1395] 10.0.0.28 () {32 vars in 646 bytes} [Sun May 10 02:03:02 2026] GET /v2.0/subnets => generated 6498 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1396] 10.0.0.28 () {32 vars in 646 bytes} [Sun May 10 02:03:02 2026] GET /v2.0/routers => generated 2913 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1397] 10.0.0.28 () {34 vars in 684 bytes} [Sun May 10 02:03:02 2026] POST /v2.0/security-groups => generated 1675 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1398] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:02 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: 714/1399] 10.0.0.28 () {34 vars in 664 bytes} [Sun May 10 02:03:02 2026] POST /v2.0/ports => generated 1506 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1400] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:02 2026] POST /v2.0/security-group-rules => generated 596 bytes in 99 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: 715/1401] 10.0.0.28 () {32 vars in 642 bytes} [Sun May 10 02:03:02 2026] GET /v2.0/ports => generated 1506 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1402] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:02.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-93a2df72-fd33-4a2b-bafe-6445ec23a118 6d0b0d5e8a8f4800810d99de67fa6c4e 96457cc815f9452aab4f01cf839a6fc0 - - default default] TaaS: Handle Delete Port: 69d9b4e5-aa41-4284-bb68-e91e11d3d8a9 2026-05-10 02:03:02.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93a2df72-fd33-4a2b-bafe-6445ec23a118 6d0b0d5e8a8f4800810d99de67fa6c4e 96457cc815f9452aab4f01cf839a6fc0 - - default default] Tap Mirror: Handle Delete Port: 69d9b4e5-aa41-4284-bb68-e91e11d3d8a9 [pid: 8|app: 0|req: 688/1403] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1404] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:03:02 2026] DELETE /v2.0/ports/69d9b4e5-aa41-4284-bb68-e91e11d3d8a9 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:02.982 8 INFO neutron.db.securitygroups_db [None req-2ca5759a-a91c-47ae-aced-e572d17502c3 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Project 3aac04b044a14e2494897e763f520c7c 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: 689/1405] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:03.060 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a31b45d-2e8d-4a3d-8688-055037a43c6d 6d0b0d5e8a8f4800810d99de67fa6c4e 96457cc815f9452aab4f01cf839a6fc0 - - default default] TaaS: Handle Delete Port: 1fcf4135-42f6-455e-bb5a-47a034e8ddc1 2026-05-10 02:03:03.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a31b45d-2e8d-4a3d-8688-055037a43c6d 6d0b0d5e8a8f4800810d99de67fa6c4e 96457cc815f9452aab4f01cf839a6fc0 - - default default] Tap Mirror: Handle Delete Port: 1fcf4135-42f6-455e-bb5a-47a034e8ddc1 2026-05-10 02:03:03.087 8 INFO neutron.db.securitygroups_db [None req-a605c7c4-1913-47b4-8635-9dee58023335 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Project 3aac04b044a14e2494897e763f520c7c 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: 717/1406] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:03:02 2026] DELETE /v2.0/ports/1fcf4135-42f6-455e-bb5a-47a034e8ddc1 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1407] 10.0.0.28 () {32 vars in 642 bytes} [Sun May 10 02:03:03 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1408] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:03 2026] POST /v2.0/security-group-rules => generated 606 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:03.252 7 INFO neutron.db.segments_db [None req-34ee653c-a276-4650-8f70-5abbfc1d5668 6d0b0d5e8a8f4800810d99de67fa6c4e 96457cc815f9452aab4f01cf839a6fc0 - - default default] Added segment b16a4301-0021-407f-83ea-f79061dd16dd of type vxlan for network d14949ca-8ea3-40f3-92f1-28752c09083c [pid: 7|app: 0|req: 719/1409] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:03 2026] POST /v2.0/networks => generated 649 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:03.510 8 INFO neutron.db.segments_db [None req-2f896bcd-8a49-4c3e-a166-1d120a78aa98 6d0b0d5e8a8f4800810d99de67fa6c4e 96457cc815f9452aab4f01cf839a6fc0 - - default default] Added segment 27e281f2-c254-496f-98b9-1fda0ff6a263 of type vxlan for network b0e437c8-6b5e-4034-93ce-23fa376413e4 [pid: 8|app: 0|req: 691/1410] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:03 2026] POST /v2.0/networks => generated 650 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1411] 10.0.0.28 () {32 vars in 648 bytes} [Sun May 10 02:03:03 2026] GET /v2.0/networks => generated 1297 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1412] 10.0.0.212 () {34 vars in 1100 bytes} [Sun May 10 02:03:03 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2007779073&fields=id&tenant_id=3aac04b044a14e2494897e763f520c7c => generated 69 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1413] 10.0.0.212 () {34 vars in 982 bytes} [Sun May 10 02:03:03 2026] GET /v2.0/networks?id=f10f504b-965b-4b3e-a454-4840f8fff2b1 => generated 660 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1414] 10.0.0.212 () {34 vars in 965 bytes} [Sun May 10 02:03:03 2026] GET /v2.0/quotas/3aac04b044a14e2494897e763f520c7c => 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: 724/1415] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:03:03 2026] GET /v2.0/ports?tenant_id=3aac04b044a14e2494897e763f520c7c&fields=id => generated 103 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1416] 10.0.0.212 () {34 vars in 1008 bytes} [Sun May 10 02:03:04 2026] GET /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1417] 10.0.0.212 () {34 vars in 1108 bytes} [Sun May 10 02:03:04 2026] GET /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1?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: 692/1418] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:03:03 2026] POST /v2.0/subnets => generated 1274 bytes in 491 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1419] 10.0.0.28 () {32 vars in 646 bytes} [Sun May 10 02:03:04 2026] GET /v2.0/subnets => generated 1910 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1420] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:04 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => 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: 693/1421] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:04 2026] DELETE /v2.0/subnets/b1d60564-285f-4b58-978f-160f2aeb3ccf => 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: 729/1424] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:04 2026] DELETE /v2.0/subnets/198cf2c7-3b08-4d37-ada5-d267c6caa9af => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1425] 10.0.0.28 () {32 vars in 646 bytes} [Sun May 10 02:03:04 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) 2026-05-10 02:03:04.673 7 INFO neutron.services.segments.plugin [-] Segment 27e281f2-c254-496f-98b9-1fda0ff6a263 resource provider aggregate not found 2026-05-10 02:03:04.683 7 INFO neutron.services.segments.plugin [-] Segment 27e281f2-c254-496f-98b9-1fda0ff6a263 resource provider aggregate not found 2026-05-10 02:03:04.701 7 INFO neutron.services.segments.plugin [-] Segment 27e281f2-c254-496f-98b9-1fda0ff6a263 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27e281f2-c254-496f-98b9-1fda0ff6a263 found for delete ", "request_id": "req-15036b62-c506-4518-adf2-0c2c7911eb6c"}]} 2026-05-10 02:03:04.705 7 INFO neutron.services.segments.plugin [-] Segment 27e281f2-c254-496f-98b9-1fda0ff6a263 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 27e281f2-c254-496f-98b9-1fda0ff6a263 found for delete ", "request_id": "req-e5302592-d38e-4705-863a-0985592b2fd3"}]} [pid: 7|app: 0|req: 730/1426] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:04 2026] DELETE /v2.0/networks/b0e437c8-6b5e-4034-93ce-23fa376413e4 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:04.857 8 INFO neutron.services.segments.plugin [-] Segment b16a4301-0021-407f-83ea-f79061dd16dd resource provider aggregate not found 2026-05-10 02:03:04.868 8 INFO neutron.services.segments.plugin [-] Segment b16a4301-0021-407f-83ea-f79061dd16dd resource provider aggregate not found 2026-05-10 02:03:04.880 8 INFO neutron.services.segments.plugin [-] Segment b16a4301-0021-407f-83ea-f79061dd16dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b16a4301-0021-407f-83ea-f79061dd16dd found for delete ", "request_id": "req-b4b51dd4-aa55-4613-9206-1647aa1be954"}]} 2026-05-10 02:03:04.887 8 INFO neutron.services.segments.plugin [-] Segment b16a4301-0021-407f-83ea-f79061dd16dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b16a4301-0021-407f-83ea-f79061dd16dd found for delete ", "request_id": "req-a8c03d17-3300-400d-b697-ded64a576b77"}]} [pid: 8|app: 0|req: 697/1427] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:04 2026] DELETE /v2.0/networks/d14949ca-8ea3-40f3-92f1-28752c09083c => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1428] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:04 2026] DELETE /v2.0/networks/9b7b00bb-5112-47e6-bfab-8e8022ee859d => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1429] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:05 2026] DELETE /v2.0/networks/55eced9c-de78-4e05-809f-f44667464c27 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1430] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:05 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => 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: 699/1431] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:05 2026] GET /v2.0/security-groups?tenant_id=96457cc815f9452aab4f01cf839a6fc0&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1432] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:05 2026] DELETE /v2.0/security-groups/9809ab02-b60b-49cf-938b-095b1d19ccc4 => 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: 700/1433] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:06 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:06.725 7 INFO neutron.services.segments.plugin [-] Segment 3c624329-f071-4be1-985c-f64bcc8ae2f5 resource provider aggregate not found 2026-05-10 02:03:06.728 7 INFO neutron.services.segments.plugin [-] Segment 3c624329-f071-4be1-985c-f64bcc8ae2f5 resource provider aggregate not found 2026-05-10 02:03:06.740 7 INFO neutron.services.segments.plugin [-] Segment 3c624329-f071-4be1-985c-f64bcc8ae2f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c624329-f071-4be1-985c-f64bcc8ae2f5 found for delete ", "request_id": "req-68e978f5-2171-4c17-80b4-722910fd9246"}]} 2026-05-10 02:03:06.740 7 INFO neutron.services.segments.plugin [-] Segment 3c624329-f071-4be1-985c-f64bcc8ae2f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c624329-f071-4be1-985c-f64bcc8ae2f5 found for delete ", "request_id": "req-059b7e9d-dc8a-4003-9445-9a5811a2a328"}]} 2026-05-10 02:03:06.900 8 INFO neutron.services.segments.plugin [-] Segment bb684cb3-2097-4eaf-aed9-f14e6a167302 resource provider aggregate not found 2026-05-10 02:03:06.907 8 INFO neutron.services.segments.plugin [-] Segment bb684cb3-2097-4eaf-aed9-f14e6a167302 resource provider aggregate not found 2026-05-10 02:03:06.922 8 INFO neutron.services.segments.plugin [-] Segment bb684cb3-2097-4eaf-aed9-f14e6a167302 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb684cb3-2097-4eaf-aed9-f14e6a167302 found for delete ", "request_id": "req-dcd03b5c-81c7-45cf-84e9-609fe24066fe"}]} 2026-05-10 02:03:06.924 8 INFO neutron.services.segments.plugin [-] Segment bb684cb3-2097-4eaf-aed9-f14e6a167302 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb684cb3-2097-4eaf-aed9-f14e6a167302 found for delete ", "request_id": "req-3011bae5-06c5-44bb-a586-ca1d2d1dac24"}]} [pid: 7|app: 0|req: 734/1434] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:07 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1014 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1435] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:07 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => 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: 735/1436] 10.0.0.212 () {34 vars in 1120 bytes} [Sun May 10 02:03:07 2026] GET /v2.0/security-groups?id=fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63&id=14a88d96-0c52-4bd3-97aa-9672ea290121&fields=id&fields=name => generated 206 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1437] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:03:07 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1283 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1438] 10.0.0.28 () {32 vars in 857 bytes} [Sun May 10 02:03:07 2026] GET /v2.0/floatingips?floating_network_id=dbe1d64e-d3ad-4b37-ba9b-82e9ea41112e&port_id=c4cb9964-98a7-429b-8e2c-e6bd2fef74e8 => generated 861 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:07.933 7 INFO neutron.db.segments_db [None req-3031ddcf-f82f-4a6a-b529-2f82de1f7125 bda4784d330546b6afaf5152fac184d5 c0dbecebc3f74e819c9feb95ddce38c4 - - default default] Added segment 47414e8f-1c3c-4278-b529-af27b847fe6a of type vxlan for network 81a413c7-9bcd-49ea-99e8-819726e294d2 [pid: 7|app: 0|req: 736/1439] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:07 2026] POST /v2.0/networks => generated 644 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1440] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:03:08 2026] POST /v2.0/subnets => generated 641 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:08.392 7 INFO neutron.db.segments_db [None req-7686e990-55d4-4536-9ceb-874c112efe9e bda4784d330546b6afaf5152fac184d5 c0dbecebc3f74e819c9feb95ddce38c4 - - default default] Added segment 84c5c95d-231d-4c66-b63a-1bda10e8f72b of type vxlan for network 443c41e2-3047-4dc2-af34-8a599ee25c41 [pid: 7|app: 0|req: 737/1441] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:08 2026] POST /v2.0/networks => generated 643 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1442] 10.0.0.28 () {34 vars in 742 bytes} [Sun May 10 02:03:08 2026] PUT /v2.0/networks/443c41e2-3047-4dc2-af34-8a599ee25c41 => generated 592 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1443] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:03:08 2026] GET /v2.0/networks?id=f10f504b-965b-4b3e-a454-4840f8fff2b1 => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1444] 199.204.45.53 () {34 vars in 1049 bytes} [Sun May 10 02:03:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3aac04b044a14e2494897e763f520c7c => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1445] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:03:08 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1446] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:08 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => 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: 708/1447] 10.0.0.28 () {34 vars in 740 bytes} [Sun May 10 02:03:08 2026] PUT /v2.0/subnets/9d288a98-9961-46a3-b75e-45c3ba5bc1bd => generated 636 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1448] 199.204.45.53 () {38 vars in 954 bytes} [Sun May 10 02:03:08 2026] POST /v2.0/ports => generated 954 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, ' 2026-05-10 02:03:09.196 8 INFO neutron.services.segments.plugin [-] Segment 84c5c95d-231d-4c66-b63a-1bda10e8f72b resource provider aggregate not found 2026-05-10 02:03:09.201 8 INFO neutron.services.segments.plugin [-] Segment 84c5c95d-231d-4c66-b63a-1bda10e8f72b resource provider aggregate not found 2026-05-10 02:03:09.223 8 INFO neutron.services.segments.plugin [-] Segment 84c5c95d-231d-4c66-b63a-1bda10e8f72b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84c5c95d-231d-4c66-b63a-1bda10e8f72b found for delete ", "request_id": "req-c0026e14-5e88-4491-aae5-5d43de29cc25"}]} 2026-05-10 02:03:09.229 8 INFO neutron.services.segments.plugin [-] Segment 84c5c95d-231d-4c66-b63a-1bda10e8f72b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84c5c95d-231d-4c66-b63a-1bda10e8f72b found for delete ", "request_id": "req-5cf2479d-ba3d-4845-856c-824d14a029bd"}]} [pid: 8|app: 0|req: 709/1449] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:09 2026] DELETE /v2.0/networks/443c41e2-3047-4dc2-af34-8a599ee25c41 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:09.258 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1b962985-e68c-4717-bed9-ae3eda3665fa bda4784d330546b6afaf5152fac184d5 c0dbecebc3f74e819c9feb95ddce38c4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 710/1450] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:09 2026] DELETE /v2.0/networks/443c41e2-3047-4dc2-af34-8a599ee25c41 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1451] 10.0.0.28 () {32 vars in 693 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1452] 10.0.0.28 () {32 vars in 741 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/subnets?network_id=dbe1d64e-d3ad-4b37-ba9b-82e9ea41112e => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1453] 10.0.0.28 () {32 vars in 652 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1454] 10.0.0.28 () {32 vars in 648 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/networks => generated 1309 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1455] 10.0.0.28 () {32 vars in 646 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/subnets => generated 1280 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1456] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:03:09 2026] PUT /v2.0/ports/e0da555a-8a52-4eff-a5b6-a0423d79e4d4 => generated 1235 bytes in 480 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: 716/1457] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1283 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:09.600 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5f9725e8-2c8c-485a-8bc7-d5595e24a54c'] response: {'name': 'network-changed', 'server_uuid': '92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3', 'tag': 'e0da555a-8a52-4eff-a5b6-a0423d79e4d4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 742/1458] 10.0.0.28 () {32 vars in 722 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/networks/81a413c7-9bcd-49ea-99e8-819726e294d2 => generated 669 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1459] 10.0.0.223 () {34 vars in 1120 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/security-groups?id=fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63&id=14a88d96-0c52-4bd3-97aa-9672ea290121&fields=id&fields=name => generated 206 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1460] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/subnets/2e6ad8cc-68fc-4fa7-a88e-df689baf3335 => generated 641 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:09.670 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fc037fff-c678-4792-90cc-9b9e6e2c8ce5 bda4784d330546b6afaf5152fac184d5 c0dbecebc3f74e819c9feb95ddce38c4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 718/1461] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:09 2026] DELETE /v2.0/subnets/9d288a98-9961-46a3-b75e-45c3ba5bc1bd => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:03:09.689 7 INFO neutron.pecan_wsgi.hooks.translation [None req-970d3bc3-f4b5-4fe6-8596-f55b81bdcb7d bda4784d330546b6afaf5152fac184d5 c0dbecebc3f74e819c9feb95ddce38c4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 744/1462] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:09 2026] DELETE /v2.0/networks/443c41e2-3047-4dc2-af34-8a599ee25c41 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1463] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:09 2026] DELETE /v2.0/subnets/2e6ad8cc-68fc-4fa7-a88e-df689baf3335 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:09.940 7 INFO neutron.services.segments.plugin [-] Segment 47414e8f-1c3c-4278-b529-af27b847fe6a resource provider aggregate not found 2026-05-10 02:03:09.942 7 INFO neutron.services.segments.plugin [-] Segment 47414e8f-1c3c-4278-b529-af27b847fe6a resource provider aggregate not found 2026-05-10 02:03:09.956 7 INFO neutron.services.segments.plugin [-] Segment 47414e8f-1c3c-4278-b529-af27b847fe6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47414e8f-1c3c-4278-b529-af27b847fe6a found for delete ", "request_id": "req-fc35ac0a-18ea-459f-a27f-09c42a6d943b"}]} 2026-05-10 02:03:09.974 7 INFO neutron.services.segments.plugin [-] Segment 47414e8f-1c3c-4278-b529-af27b847fe6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47414e8f-1c3c-4278-b529-af27b847fe6a found for delete ", "request_id": "req-8140f1b9-a258-496c-a7b5-60f35d8494be"}]} [pid: 7|app: 0|req: 745/1464] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:09 2026] DELETE /v2.0/networks/81a413c7-9bcd-49ea-99e8-819726e294d2 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1465] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1466] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:10 2026] GET /v2.0/security-groups?id=e9891c6d-d35a-47c8-88d3-18c669ab77cb&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: 721/1467] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:03:10 2026] GET /v2.0/ports?tenant_id=3aac04b044a14e2494897e763f520c7c&device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1468] 199.204.45.53 () {34 vars in 1017 bytes} [Sun May 10 02:03:10 2026] GET /v2.0/networks?tenant_id=3aac04b044a14e2494897e763f520c7c&shared=False => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1469] 199.204.45.53 () {34 vars in 929 bytes} [Sun May 10 02:03:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1470] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:10 2026] GET /v2.0/security-groups?tenant_id=c0dbecebc3f74e819c9feb95ddce38c4&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: 723/1471] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/security-groups/409b3581-78f5-47c5-b5aa-a6004eacf193 => 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: 749/1472] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:11 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1473] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:11 2026] GET /v2.0/security-groups?id=e9891c6d-d35a-47c8-88d3-18c669ab77cb&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: 750/1474] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:03:11 2026] GET /v2.0/ports?tenant_id=3aac04b044a14e2494897e763f520c7c&device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => 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: 725/1475] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:03:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e0da555a-8a52-4eff-a5b6-a0423d79e4d4 => 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: 751/1476] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:03:11 2026] GET /v2.0/subnets?id=f22d2614-6308-4e51-b033-c507e007fcf4 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1477] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:03:11 2026] GET /v2.0/ports?network_id=f10f504b-965b-4b3e-a454-4840f8fff2b1&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: 752/1478] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:03:11 2026] GET /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1?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: 727/1479] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:03:11 2026] GET /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1?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: 753/1480] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:12 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1481] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:12 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1482] 10.0.0.212 () {34 vars in 1120 bytes} [Sun May 10 02:03:12 2026] GET /v2.0/security-groups?id=fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63&id=14a88d96-0c52-4bd3-97aa-9672ea290121&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: 729/1483] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:12 2026] GET /v2.0/security-groups?id=e9891c6d-d35a-47c8-88d3-18c669ab77cb&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:12.681 7 INFO neutron.db.segments_db [None req-690a1f3e-a324-4c74-814f-f98b64c97729 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] Added segment be141a19-038a-4415-9d00-c7b186780668 of type vxlan for network 87e35bde-d752-4b88-93fd-59913e475565 [pid: 8|app: 0|req: 730/1484] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:12 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1485] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:12 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&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: 755/1486] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:12 2026] POST /v2.0/networks => generated 644 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1487] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:12 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1488] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:12 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&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: 732/1489] 10.0.0.28 () {34 vars in 664 bytes} [Sun May 10 02:03:12 2026] POST /v2.0/ports => generated 773 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:13.109 7 INFO neutron.db.segments_db [None req-8688a53f-82e1-4682-b613-125d48569cc7 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] Added segment 4fc6632f-6221-413a-8a1b-0be40198f641 of type vxlan for network 7afd29aa-e34e-4ead-ae93-fdd9d6cfb015 [pid: 7|app: 0|req: 758/1490] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:13 2026] POST /v2.0/networks => generated 632 bytes in 143 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: 759/1491] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:13 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1492] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:13 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&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: 761/1493] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:13 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1014 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1494] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:03:13 2026] POST /v2.0/subnets => generated 626 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1495] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:13 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1496] 10.0.0.212 () {34 vars in 1120 bytes} [Sun May 10 02:03:13 2026] GET /v2.0/security-groups?id=fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63&id=14a88d96-0c52-4bd3-97aa-9672ea290121&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1497] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:13 2026] GET /v2.0/security-groups?id=e9891c6d-d35a-47c8-88d3-18c669ab77cb&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1498] 10.0.0.28 () {34 vars in 664 bytes} [Sun May 10 02:03:13 2026] POST /v2.0/ports => generated 954 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:13.974 8 INFO neutron_taas.services.taas.taas_plugin [None req-77035af7-abe3-4d02-a62e-cdeb3e1be505 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] TaaS: Handle Delete Port: 7276eb1a-4263-4814-a110-463afc7f064c 2026-05-10 02:03:13.978 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-77035af7-abe3-4d02-a62e-cdeb3e1be505 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] Tap Mirror: Handle Delete Port: 7276eb1a-4263-4814-a110-463afc7f064c [pid: 8|app: 0|req: 736/1499] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:03:13 2026] DELETE /v2.0/ports/7276eb1a-4263-4814-a110-463afc7f064c => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:03:14.178 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2b7f7da-1686-4e6b-a228-878d55a64b47 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 764/1500] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:03:14 2026] DELETE /v2.0/ports/7276eb1a-4263-4814-a110-463afc7f064c => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:03:14.204 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2153e7e9-ebf5-43ad-a368-e6767e9866e5 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1501] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/ports/7276eb1a-4263-4814-a110-463afc7f064c => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1502] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:14 2026] DELETE /v2.0/subnets/0419922a-8091-4a42-996c-c629f807f978 => 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: 766/1503] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:14.493 8 INFO neutron.services.segments.plugin [-] Segment 4fc6632f-6221-413a-8a1b-0be40198f641 resource provider aggregate not found 2026-05-10 02:03:14.501 8 INFO neutron.services.segments.plugin [-] Segment 4fc6632f-6221-413a-8a1b-0be40198f641 resource provider aggregate not found [pid: 7|app: 0|req: 767/1504] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:14.516 8 INFO neutron.services.segments.plugin [-] Segment 4fc6632f-6221-413a-8a1b-0be40198f641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fc6632f-6221-413a-8a1b-0be40198f641 found for delete ", "request_id": "req-046c4138-04a4-4872-b7c0-5049d87d2d7f"}]} 2026-05-10 02:03:14.520 8 INFO neutron.services.segments.plugin [-] Segment 4fc6632f-6221-413a-8a1b-0be40198f641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fc6632f-6221-413a-8a1b-0be40198f641 found for delete ", "request_id": "req-f8e60c71-123f-4053-bc1f-ef9a1693d70c"}]} [pid: 8|app: 0|req: 738/1505] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:14 2026] DELETE /v2.0/networks/7afd29aa-e34e-4ead-ae93-fdd9d6cfb015 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:14.605 7 INFO neutron.db.segments_db [None req-2c929c6c-13f4-467e-84e8-4cd2fbe80ad9 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] Added segment e2b47aa7-5862-4cea-afcc-fa5734ceae58 of type vxlan for network 1b74f805-eead-4488-bc0a-5a7b8ddb4f73 [pid: 8|app: 0|req: 739/1506] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1014 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1507] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1508] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:14 2026] POST /v2.0/networks => generated 632 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1509] 10.0.0.212 () {34 vars in 1120 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/security-groups?id=fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63&id=14a88d96-0c52-4bd3-97aa-9672ea290121&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: 769/1510] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => generated 1014 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1511] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/security-groups?id=e9891c6d-d35a-47c8-88d3-18c669ab77cb&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:14.851 8 INFO neutron_taas.services.taas.taas_plugin [req-1b0838e7-4d97-48da-adf6-770781a71cfa req-b87809ed-5b43-407d-8d63-90447e383b9b 731a4d4eff5746f081ab8a9cf52f8fa0 b27f0f20eb6549f9b1b8b0ab22e51fdd - - default default] TaaS: Handle Delete Port: c4cb9964-98a7-429b-8e2c-e6bd2fef74e8 2026-05-10 02:03:14.854 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1b0838e7-4d97-48da-adf6-770781a71cfa req-b87809ed-5b43-407d-8d63-90447e383b9b 731a4d4eff5746f081ab8a9cf52f8fa0 b27f0f20eb6549f9b1b8b0ab22e51fdd - - default default] Tap Mirror: Handle Delete Port: c4cb9964-98a7-429b-8e2c-e6bd2fef74e8 [pid: 7|app: 0|req: 770/1512] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:03:14 2026] POST /v2.0/subnets => generated 626 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:14.995 8 INFO neutron.db.l3_db [req-1b0838e7-4d97-48da-adf6-770781a71cfa req-b87809ed-5b43-407d-8d63-90447e383b9b 731a4d4eff5746f081ab8a9cf52f8fa0 b27f0f20eb6549f9b1b8b0ab22e51fdd - - default default] Floating IP c477f63a-9c10-4499-866b-3d6390c4f6ed disassociated. External IP: 10.96.250.213, port: c4cb9964-98a7-429b-8e2c-e6bd2fef74e8. [pid: 7|app: 0|req: 771/1513] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/ports?tenant_id=dfe69d294ba84f7289787e5645c20248&device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 772/1514] 10.0.0.28 () {34 vars in 664 bytes} [Sun May 10 02:03:15 2026] POST /v2.0/ports => generated 911 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1515] 199.204.45.53 () {36 vars in 996 bytes} [Sun May 10 02:03:14 2026] DELETE /v2.0/ports/c4cb9964-98a7-429b-8e2c-e6bd2fef74e8 => generated 0 bytes in 672 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1516] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/networks?id=0d5132e7-416c-4fca-93ad-03d92e014664 => generated 772 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:15.457 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d20c9399-12a1-443a-8551-58efcaef0267'] response: {'server_uuid': '081384d6-adac-4e36-ad75-6baab62f4059', 'name': 'network-vif-deleted', 'tag': 'c4cb9964-98a7-429b-8e2c-e6bd2fef74e8', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 774/1517] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=af516a31-aea1-40b1-b08d-f97a499575d7 => 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: 775/1518] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/subnets?id=4e938cd1-6961-4ccd-8ab6-bb6ac2d624f9 => generated 694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:15.556 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ef319a8-92b5-43e0-9343-e71d1a7081c6 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] TaaS: Handle Delete Port: 92388d3b-d1a9-4d00-b046-76f5bd7d21e8 2026-05-10 02:03:15.558 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ef319a8-92b5-43e0-9343-e71d1a7081c6 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] Tap Mirror: Handle Delete Port: 92388d3b-d1a9-4d00-b046-76f5bd7d21e8 [pid: 7|app: 0|req: 776/1519] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/ports?network_id=0d5132e7-416c-4fca-93ad-03d92e014664&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1520] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1521] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/networks/0d5132e7-416c-4fca-93ad-03d92e014664?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: 779/1522] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&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: 744/1523] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:03:15 2026] DELETE /v2.0/ports/92388d3b-d1a9-4d00-b046-76f5bd7d21e8 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1524] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/networks/0d5132e7-416c-4fca-93ad-03d92e014664?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:15.745 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c725c430-8b4b-4a1f-81a4-25c79f0100aa 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 745/1525] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/ports/92388d3b-d1a9-4d00-b046-76f5bd7d21e8 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1526] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => 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: 747/1527] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1528] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:15 2026] DELETE /v2.0/subnets/dce359dc-767d-479c-a611-10e5d98e2de8 => 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: 748/1529] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/security-groups?id=e9891c6d-d35a-47c8-88d3-18c669ab77cb&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-05-10 02:03:16.081 7 INFO neutron.services.segments.plugin [-] Segment e2b47aa7-5862-4cea-afcc-fa5734ceae58 resource provider aggregate not found 2026-05-10 02:03:16.089 7 INFO neutron.services.segments.plugin [-] Segment e2b47aa7-5862-4cea-afcc-fa5734ceae58 resource provider aggregate not found 2026-05-10 02:03:16.101 7 INFO neutron.services.segments.plugin [-] Segment e2b47aa7-5862-4cea-afcc-fa5734ceae58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2b47aa7-5862-4cea-afcc-fa5734ceae58 found for delete ", "request_id": "req-bfd7afa3-157f-4563-a143-1a10e705d5fd"}]} 2026-05-10 02:03:16.121 7 INFO neutron.services.segments.plugin [-] Segment e2b47aa7-5862-4cea-afcc-fa5734ceae58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2b47aa7-5862-4cea-afcc-fa5734ceae58 found for delete ", "request_id": "req-92791b75-bc39-4134-988f-9765bd4315dc"}]} [pid: 7|app: 0|req: 782/1530] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:15 2026] DELETE /v2.0/networks/1b74f805-eead-4488-bc0a-5a7b8ddb4f73 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1531] 10.0.0.28 () {34 vars in 664 bytes} [Sun May 10 02:03:16 2026] POST /v2.0/ports => generated 775 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1532] 10.0.0.28 () {34 vars in 736 bytes} [Sun May 10 02:03:16 2026] PUT /v2.0/ports/1e438249-ff4f-48c4-a546-567854e84e7e => generated 752 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:03:16.666 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8e8e7ff-ae5a-428d-b026-aff7dd97abfe 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] TaaS: Handle Delete Port: 1e438249-ff4f-48c4-a546-567854e84e7e 2026-05-10 02:03:16.669 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8e8e7ff-ae5a-428d-b026-aff7dd97abfe 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] Tap Mirror: Handle Delete Port: 1e438249-ff4f-48c4-a546-567854e84e7e [pid: 8|app: 0|req: 750/1533] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:03:16 2026] DELETE /v2.0/ports/1e438249-ff4f-48c4-a546-567854e84e7e => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 784/1534] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:16 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1535] 10.0.0.28 () {32 vars in 642 bytes} [Sun May 10 02:03:16 2026] GET /v2.0/ports => generated 776 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:16.873 7 INFO neutron.pecan_wsgi.hooks.translation [None req-62074f6e-c581-4ae2-aa2a-9e98a5fb575a 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 785/1536] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:03:16 2026] GET /v2.0/ports/1e438249-ff4f-48c4-a546-567854e84e7e => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1537] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:16 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1538] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:16 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => 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: 753/1539] 10.0.0.28 () {32 vars in 642 bytes} [Sun May 10 02:03:16 2026] GET /v2.0/ports => generated 776 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1540] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:03:16 2026] GET /v2.0/ports/050e679c-c912-44cd-ac00-713cb1084a59 => generated 773 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:17.009 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db79e11b-e839-4ea0-a428-4a253ec790b2 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 754/1541] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:03:16 2026] DELETE /v2.0/ports/92388d3b-d1a9-4d00-b046-76f5bd7d21e8 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:03:17.032 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fa5ba7c2-4aae-4f0a-9cbe-652fcf79e5cd 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 788/1542] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:17 2026] DELETE /v2.0/subnets/dce359dc-767d-479c-a611-10e5d98e2de8 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:03:17.058 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0621b7aa-02d4-4fb4-a0d4-18df7a6f4624 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 755/1543] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:17 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1544] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:17 2026] DELETE /v2.0/subnets/0419922a-8091-4a42-996c-c629f807f978 => 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: 756/1545] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:17 2026] GET /v2.0/security-groups?id=e9891c6d-d35a-47c8-88d3-18c669ab77cb&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:17.194 7 INFO neutron_taas.services.taas.taas_plugin [None req-75ba062c-acea-4d62-9b24-ecd64b28a98b 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] TaaS: Handle Delete Port: 050e679c-c912-44cd-ac00-713cb1084a59 2026-05-10 02:03:17.197 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75ba062c-acea-4d62-9b24-ecd64b28a98b 18b267bf88464936985558ae105c0434 18677865f7824240a45799f2942296a1 - - default default] Tap Mirror: Handle Delete Port: 050e679c-c912-44cd-ac00-713cb1084a59 [pid: 8|app: 0|req: 757/1546] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:17 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => 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: 758/1547] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:17 2026] GET /v2.0/security-groups?id=e9891c6d-d35a-47c8-88d3-18c669ab77cb&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: 790/1548] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:03:17 2026] DELETE /v2.0/ports/050e679c-c912-44cd-ac00-713cb1084a59 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1549] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:03:17 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1550] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:17 2026] DELETE /v2.0/networks/87e35bde-d752-4b88-93fd-59913e475565 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1551] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:17 2026] GET /v2.0/ports?device_id=081384d6-adac-4e36-ad75-6baab62f4059 => 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: 793/1552] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:17 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:18.127 7 INFO neutron.services.segments.plugin [-] Segment be141a19-038a-4415-9d00-c7b186780668 resource provider aggregate not found [pid: 7|app: 0|req: 794/1553] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:18.154 7 INFO neutron.services.segments.plugin [-] Segment be141a19-038a-4415-9d00-c7b186780668 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be141a19-038a-4415-9d00-c7b186780668 found for delete ", "request_id": "req-9876790f-2d01-4cbf-9964-042a45c068d5"}]} 2026-05-10 02:03:18.161 7 INFO neutron.services.segments.plugin [-] Segment be141a19-038a-4415-9d00-c7b186780668 resource provider aggregate not found 2026-05-10 02:03:18.182 7 INFO neutron.services.segments.plugin [-] Segment be141a19-038a-4415-9d00-c7b186780668 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be141a19-038a-4415-9d00-c7b186780668 found for delete ", "request_id": "req-307f01c5-f226-46ca-943a-92c1352451c6"}]} 2026-05-10 02:03:18.192 8 INFO neutron.db.l3_db [None req-4888b49b-84d9-41e0-8766-cedc2598a5e4 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Floating IP a6e67d30-8975-49d8-af7f-14a63fb6f26b associated. External IP: 10.96.250.208, port: e0da555a-8a52-4eff-a5b6-a0423d79e4d4. [pid: 7|app: 0|req: 795/1554] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/security-groups?tenant_id=18677865f7824240a45799f2942296a1&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1555] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:18 2026] DELETE /v2.0/security-groups/b2c8f0af-015c-497f-aa52-5b662f38c19c => 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: 760/1556] 10.0.0.28 () {34 vars in 676 bytes} [Sun May 10 02:03:17 2026] POST /v2.0/floatingips => generated 855 bytes in 1154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:18.536 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5ef63a2-2b02-4c03-9f58-f4fb18b93345'] response: {'name': 'network-changed', 'server_uuid': '92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3', 'tag': 'e0da555a-8a52-4eff-a5b6-a0423d79e4d4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 797/1557] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/floatingips/a6e67d30-8975-49d8-af7f-14a63fb6f26b => generated 855 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1558] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/ports?tenant_id=3aac04b044a14e2494897e763f520c7c&device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1559] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/networks?id=f10f504b-965b-4b3e-a454-4840f8fff2b1 => generated 756 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1560] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e0da555a-8a52-4eff-a5b6-a0423d79e4d4 => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1561] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/subnets?id=f22d2614-6308-4e51-b033-c507e007fcf4 => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1562] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:19 2026] DELETE /v2.0/security-groups/14a88d96-0c52-4bd3-97aa-9672ea290121 => 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: 801/1563] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:19.303 7 INFO neutron.api.v2.resource [None req-fa3eaa82-2822-49a1-b217-b856a4152ecd 731a4d4eff5746f081ab8a9cf52f8fa0 b27f0f20eb6549f9b1b8b0ab22e51fdd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 802/1564] 10.0.0.28 () {32 vars in 736 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/security-groups/14a88d96-0c52-4bd3-97aa-9672ea290121 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1565] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/ports?network_id=f10f504b-965b-4b3e-a454-4840f8fff2b1&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: 803/1566] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1567] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:19.393 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfa8f9e1-2295-4371-bc0d-5697b62c885d 731a4d4eff5746f081ab8a9cf52f8fa0 b27f0f20eb6549f9b1b8b0ab22e51fdd - - default default] TaaS: Handle Delete Port: 5781690f-0fab-42c0-8b33-a0c3ab2fb18e 2026-05-10 02:03:19.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfa8f9e1-2295-4371-bc0d-5697b62c885d 731a4d4eff5746f081ab8a9cf52f8fa0 b27f0f20eb6549f9b1b8b0ab22e51fdd - - default default] Tap Mirror: Handle Delete Port: 5781690f-0fab-42c0-8b33-a0c3ab2fb18e [pid: 7|app: 0|req: 805/1568] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1?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: 764/1571] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:03:19 2026] DELETE /v2.0/floatingips/c477f63a-9c10-4499-866b-3d6390c4f6ed => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1572] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/floatingips/a6e67d30-8975-49d8-af7f-14a63fb6f26b => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1573] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:19 2026] DELETE /v2.0/security-groups/fcf30ed1-d2e5-45e3-bcbe-c2ff93120b63 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:20.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-a97ca7f0-5578-41f5-98c1-2ddf650de23c 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 3b315c38-3731-4300-9757-44c653610fe0 2026-05-10 02:03:20.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a97ca7f0-5578-41f5-98c1-2ddf650de23c 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 3b315c38-3731-4300-9757-44c653610fe0 [pid: 7|app: 0|req: 809/1574] 10.0.0.28 () {34 vars in 683 bytes} [Sun May 10 02:03:20 2026] POST /v2.0/security-groups => generated 1625 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1575] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:20 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 811/1576] 10.0.0.28 () {32 vars in 662 bytes} [Sun May 10 02:03:20 2026] GET /v2.0/security-groups => generated 4530 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1577] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:20 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1578] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:03:19 2026] PUT /v2.0/routers/826f7b65-4d0f-4451-9e72-eeee9658c300/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1579] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:03:20 2026] GET /v2.0/floatingips/a6e67d30-8975-49d8-af7f-14a63fb6f26b => generated 855 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1580] 10.0.0.28 () {34 vars in 757 bytes} [Sun May 10 02:03:20 2026] PUT /v2.0/security-groups/aa69a1fb-0a52-466e-ae52-fcfd9766c09b => generated 1663 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1581] 10.0.0.28 () {32 vars in 736 bytes} [Sun May 10 02:03:20 2026] GET /v2.0/security-groups/aa69a1fb-0a52-466e-ae52-fcfd9766c09b => generated 1663 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1582] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:20 2026] DELETE /v2.0/security-groups/aa69a1fb-0a52-466e-ae52-fcfd9766c09b => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:20.865 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2af9922-4313-4dd6-bad9-e24e74d5dc28 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: eec47189-cb3a-4dcd-85ba-2df0b536e9c6 2026-05-10 02:03:20.868 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2af9922-4313-4dd6-bad9-e24e74d5dc28 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: eec47189-cb3a-4dcd-85ba-2df0b536e9c6 [pid: 8|app: 0|req: 770/1583] 10.0.0.28 () {32 vars in 662 bytes} [Sun May 10 02:03:20 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-05-10 02:03:20.888 8 INFO neutron.api.v2.resource [None req-f8a6763f-38a9-4421-8343-f37ab6dac7ab 6df8a8ffa839455197972ba49a9c3d81 092cd935e0ca493eb6d069eea34a0b4b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 771/1584] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:20 2026] DELETE /v2.0/security-groups/aa69a1fb-0a52-466e-ae52-fcfd9766c09b => 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: 772/1585] 10.0.0.28 () {34 vars in 683 bytes} [Sun May 10 02:03:20 2026] POST /v2.0/security-groups => generated 1625 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:03:21.150 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2af9922-4313-4dd6-bad9-e24e74d5dc28 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 00368283-cad5-4f70-883c-947a20dfaf81 2026-05-10 02:03:21.152 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2af9922-4313-4dd6-bad9-e24e74d5dc28 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 00368283-cad5-4f70-883c-947a20dfaf81 [pid: 8|app: 0|req: 773/1586] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1587] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:03:21 2026] GET /v2.0/security-group-rules/546a278d-2d7b-4d4e-bbaf-120b17a5a442 => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1588] 10.0.0.28 () {32 vars in 672 bytes} [Sun May 10 02:03:21 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1589] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:03:21 2026] DELETE /v2.0/security-group-rules/546a278d-2d7b-4d4e-bbaf-120b17a5a442 => 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: 777/1590] 10.0.0.28 () {32 vars in 672 bytes} [Sun May 10 02:03:21 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:21.472 7 INFO neutron.services.segments.plugin [-] Segment 3b893a52-b320-41f7-b736-c85b295fb5fb resource provider aggregate not found 2026-05-10 02:03:21.478 7 INFO neutron.services.segments.plugin [-] Segment 3b893a52-b320-41f7-b736-c85b295fb5fb resource provider aggregate not found 2026-05-10 02:03:21.497 7 INFO neutron.services.segments.plugin [-] Segment 3b893a52-b320-41f7-b736-c85b295fb5fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b893a52-b320-41f7-b736-c85b295fb5fb found for delete ", "request_id": "req-47a1720c-1944-4aba-923b-0a84f6d7ff87"}]} 2026-05-10 02:03:21.501 7 INFO neutron.services.segments.plugin [-] Segment 3b893a52-b320-41f7-b736-c85b295fb5fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b893a52-b320-41f7-b736-c85b295fb5fb found for delete ", "request_id": "req-2c9fbda4-2865-45fa-8df4-0e36466ef963"}]} 2026-05-10 02:03:21.512 7 INFO neutron.db.l3_hamode_db [None req-d2af9922-4313-4dd6-bad9-e24e74d5dc28 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] HA network 6bc46358-68c4-4e0b-9538-d983eaba97cb was deleted as no HA routers are present in tenant b27f0f20eb6549f9b1b8b0ab22e51fdd. [pid: 7|app: 0|req: 814/1591] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:20 2026] DELETE /v2.0/routers/826f7b65-4d0f-4451-9e72-eeee9658c300 => generated 0 bytes in 841 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1592] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1593] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:03:21 2026] GET /v2.0/security-group-rules/64cd732b-90d7-4547-aa79-1a5f830e573d => 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: 780/1594] 10.0.0.28 () {32 vars in 672 bytes} [Sun May 10 02:03:21 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1595] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:21 2026] DELETE /v2.0/subnets/b4405320-0134-45c4-9bf9-39e1994c9666 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1596] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:03:21 2026] DELETE /v2.0/security-group-rules/64cd732b-90d7-4547-aa79-1a5f830e573d => 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: 782/1597] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:03:21 2026] GET /v2.0/floatingips/a6e67d30-8975-49d8-af7f-14a63fb6f26b => generated 857 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:21.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-08fd4ff6-ed4c-4627-999e-8e25017c4bd5 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 66027ae6-e553-47df-8d16-a8e2f05d5566 2026-05-10 02:03:21.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08fd4ff6-ed4c-4627-999e-8e25017c4bd5 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 66027ae6-e553-47df-8d16-a8e2f05d5566 [pid: 8|app: 0|req: 783/1598] 10.0.0.28 () {32 vars in 672 bytes} [Sun May 10 02:03:21 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1599] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:21 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 816/1600] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:21 2026] DELETE /v2.0/networks/70b9d2ae-a2ae-41d2-8050-a3a368d98202 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1601] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:21 2026] POST /v2.0/security-group-rules => generated 602 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1602] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:21 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1603] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:03:21 2026] GET /v2.0/security-group-rules/70f4509d-c248-4d5d-93b2-af634551fc78 => generated 602 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1604] 10.0.0.28 () {32 vars in 672 bytes} [Sun May 10 02:03:22 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1605] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:03:22 2026] DELETE /v2.0/security-group-rules/70f4509d-c248-4d5d-93b2-af634551fc78 => 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: 821/1606] 10.0.0.28 () {32 vars in 672 bytes} [Sun May 10 02:03:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1607] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:22 2026] DELETE /v2.0/security-groups/9068c3f6-5f3b-47fd-bad2-e42789286600 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:22.394 8 INFO neutron_taas.services.taas.taas_plugin [None req-a362f77c-5a0d-42f0-805a-ad68b77bc389 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 863cf7db-95dd-4916-9235-f1f8d533ad74 2026-05-10 02:03:22.397 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a362f77c-5a0d-42f0-805a-ad68b77bc389 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 863cf7db-95dd-4916-9235-f1f8d533ad74 [pid: 7|app: 0|req: 823/1608] 10.0.0.28 () {32 vars in 662 bytes} [Sun May 10 02:03:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1609] 10.0.0.28 () {32 vars in 662 bytes} [Sun May 10 02:03:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1610] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:03:21 2026] PUT /v2.0/routers/407bac8d-13d9-447a-a3b5-94d89e467edd/remove_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1611] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:23 2026] GET /v2.0/security-groups?tenant_id=092cd935e0ca493eb6d069eea34a0b4b&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1612] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:23 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1613] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:23 2026] DELETE /v2.0/security-groups/bda48de0-be4f-45e9-ae7b-35b84fba68c6 => 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: 790/1614] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:23 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:23.652 7 INFO neutron.services.segments.plugin [-] Segment 3a15a013-03c2-4e5d-8f14-d4ee9e37d7ab resource provider aggregate not found 2026-05-10 02:03:23.675 7 INFO neutron.services.segments.plugin [-] Segment 3a15a013-03c2-4e5d-8f14-d4ee9e37d7ab resource provider aggregate not found 2026-05-10 02:03:23.682 7 INFO neutron.services.segments.plugin [-] Segment 3a15a013-03c2-4e5d-8f14-d4ee9e37d7ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a15a013-03c2-4e5d-8f14-d4ee9e37d7ab found for delete ", "request_id": "req-3f18f03e-f064-46d7-adb4-240b7a348d81"}]} 2026-05-10 02:03:23.703 7 INFO neutron.services.segments.plugin [-] Segment 3a15a013-03c2-4e5d-8f14-d4ee9e37d7ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3a15a013-03c2-4e5d-8f14-d4ee9e37d7ab found for delete ", "request_id": "req-c5ed4352-9e7e-4182-a8f1-c7b45bd0e597"}]} 2026-05-10 02:03:23.718 7 INFO neutron_taas.services.taas.taas_plugin [None req-75dfbddd-152c-479f-aa6e-66638d125851 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: c3c2558a-ba58-487b-b8eb-ff0f4e342b2a 2026-05-10 02:03:23.721 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75dfbddd-152c-479f-aa6e-66638d125851 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: c3c2558a-ba58-487b-b8eb-ff0f4e342b2a 2026-05-10 02:03:23.947 7 INFO neutron_taas.services.taas.taas_plugin [None req-75dfbddd-152c-479f-aa6e-66638d125851 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 770b9c91-4141-433b-a53f-e9e4c476bdc0 2026-05-10 02:03:23.950 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75dfbddd-152c-479f-aa6e-66638d125851 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 770b9c91-4141-433b-a53f-e9e4c476bdc0 2026-05-10 02:03:24.361 7 INFO neutron.db.l3_hamode_db [None req-75dfbddd-152c-479f-aa6e-66638d125851 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] HA network 66ec295b-4199-4234-9466-1ed97cd54654 was deleted as no HA routers are present in tenant f0060c898c5f4c5eabb2e8510937c915. [pid: 7|app: 0|req: 825/1615] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:22 2026] DELETE /v2.0/routers/407bac8d-13d9-447a-a3b5-94d89e467edd => generated 0 bytes in 1456 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1616] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:24 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1617] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:24 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1618] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:24 2026] DELETE /v2.0/subnets/c6ceaf02-8c58-4a44-bc71-7a8aefb70fad => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:24.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-60416051-d896-41a6-b68d-48de799179de 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 26f994ce-5f34-4035-a7d1-a77c184a7341 2026-05-10 02:03:24.763 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60416051-d896-41a6-b68d-48de799179de 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 26f994ce-5f34-4035-a7d1-a77c184a7341 [pid: 7|app: 0|req: 828/1619] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:24 2026] DELETE /v2.0/networks/eb45ec95-be67-474e-872f-b2c587e8fd6d => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1620] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:25 2026] GET /v2.0/security-groups?tenant_id=f0060c898c5f4c5eabb2e8510937c915&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1621] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:25 2026] DELETE /v2.0/security-groups/0aec6cf7-6a58-4b28-86cf-43a4255da90a => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1622] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:25 2026] GET /v2.0/security-groups?tenant_id=b27f0f20eb6549f9b1b8b0ab22e51fdd&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:25.702 7 INFO neutron.services.segments.plugin [-] Segment 28d1c9a5-4ef2-4885-bdef-bf50cf597a85 resource provider aggregate not found 2026-05-10 02:03:25.727 7 INFO neutron.services.segments.plugin [-] Segment 28d1c9a5-4ef2-4885-bdef-bf50cf597a85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28d1c9a5-4ef2-4885-bdef-bf50cf597a85 found for delete ", "request_id": "req-eb9890cd-8119-4cc7-b184-bd361aaf015b"}]} 2026-05-10 02:03:25.731 7 INFO neutron.services.segments.plugin [-] Segment 28d1c9a5-4ef2-4885-bdef-bf50cf597a85 resource provider aggregate not found 2026-05-10 02:03:25.750 7 INFO neutron.services.segments.plugin [-] Segment 50aff1de-5805-4949-af30-f0672926bce2 resource provider aggregate not found 2026-05-10 02:03:25.754 7 INFO neutron.services.segments.plugin [-] Segment 28d1c9a5-4ef2-4885-bdef-bf50cf597a85 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28d1c9a5-4ef2-4885-bdef-bf50cf597a85 found for delete ", "request_id": "req-46a68396-8ed0-4892-b02c-0db2e0020754"}]} 2026-05-10 02:03:25.772 7 INFO neutron.services.segments.plugin [-] Segment 50aff1de-5805-4949-af30-f0672926bce2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50aff1de-5805-4949-af30-f0672926bce2 found for delete ", "request_id": "req-0ee62d2f-c55f-483b-845a-dee9de6d2805"}]} 2026-05-10 02:03:25.780 7 INFO neutron.services.segments.plugin [-] Segment 50aff1de-5805-4949-af30-f0672926bce2 resource provider aggregate not found 2026-05-10 02:03:25.807 7 INFO neutron.services.segments.plugin [-] Segment 50aff1de-5805-4949-af30-f0672926bce2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50aff1de-5805-4949-af30-f0672926bce2 found for delete ", "request_id": "req-6ae662ad-725d-44cc-b968-f02830ae7660"}]} [pid: 7|app: 0|req: 830/1623] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:25 2026] DELETE /v2.0/security-groups/fda15314-ad88-45b2-9a9d-41b91880b2b1 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1624] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 02:03:27 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1625] 10.0.0.223 () {34 vars in 1040 bytes} [Sun May 10 02:03:28 2026] GET /v2.0/security-groups?id=e9891c6d-d35a-47c8-88d3-18c669ab77cb&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: 795/1626] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:28 2026] GET /v2.0/security-groups?tenant_id=95769e55498c4dcf98676dabc294f865&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1627] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:29 2026] DELETE /v2.0/security-groups/b56c6118-099b-4692-940c-1c09c54c40a0 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1628] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:29 2026] GET /v2.0/security-groups?tenant_id=868afae5cc74469482952a98dbd0eff8&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1629] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:29 2026] DELETE /v2.0/security-groups/a50550a0-abee-4b7c-b6ec-c58225d39895 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1630] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:03:30 2026] POST /v2.0/floatingips => generated 552 bytes in 640 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1631] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:03:30 2026] POST /v2.0/floatingips => generated 552 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1632] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:03:31 2026] POST /v2.0/floatingips => generated 552 bytes in 556 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1633] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:03:31 2026] POST /v2.0/floatingips => generated 552 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1634] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 02:03:32 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 837/1635] 10.0.0.223 () {34 vars in 1040 bytes} [Sun May 10 02:03:32 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1636] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:03:32 2026] POST /v2.0/floatingips => generated 552 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1637] 10.0.0.28 () {34 vars in 758 bytes} [Sun May 10 02:03:33 2026] PUT /v2.0/floatingips/7a9a5305-2385-4580-9b94-76c40c28dd8c/tags => generated 17 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1638] 10.0.0.28 () {34 vars in 758 bytes} [Sun May 10 02:03:33 2026] PUT /v2.0/floatingips/a33a5291-d9a0-490d-b6d8-9d78f7b9857f/tags => generated 25 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1639] 10.0.0.28 () {34 vars in 758 bytes} [Sun May 10 02:03:33 2026] PUT /v2.0/floatingips/e6e82d8f-4f2d-4eba-adeb-5ecfe04f4694/tags => generated 34 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1640] 10.0.0.28 () {34 vars in 758 bytes} [Sun May 10 02:03:33 2026] PUT /v2.0/floatingips/49d46b8e-7226-4737-8696-2abc378fb429/tags => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1641] 10.0.0.28 () {32 vars in 671 bytes} [Sun May 10 02:03:33 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1642] 10.0.0.28 () {32 vars in 685 bytes} [Sun May 10 02:03:33 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 649 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1643] 10.0.0.28 () {32 vars in 681 bytes} [Sun May 10 02:03:34 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1644] 10.0.0.28 () {32 vars in 693 bytes} [Sun May 10 02:03:34 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1645] 10.0.0.28 () {32 vars in 679 bytes} [Sun May 10 02:03:34 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1646] 10.0.0.28 () {32 vars in 693 bytes} [Sun May 10 02:03:34 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1647] 10.0.0.28 () {32 vars in 689 bytes} [Sun May 10 02:03:34 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1650] 10.0.0.28 () {32 vars in 701 bytes} [Sun May 10 02:03:34 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:34.638 7 INFO neutron_taas.services.taas.taas_plugin [None req-096a4d17-a4ce-4942-98b5-4df47cff7ea6 6600b1e9fd274086a438f0fc309bd69d 6775a70628ca47079f79400d35bc28fd - - default default] TaaS: Handle Delete Port: b79a76f5-472f-443d-b549-06f154207db0 2026-05-10 02:03:34.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-096a4d17-a4ce-4942-98b5-4df47cff7ea6 6600b1e9fd274086a438f0fc309bd69d 6775a70628ca47079f79400d35bc28fd - - default default] Tap Mirror: Handle Delete Port: b79a76f5-472f-443d-b549-06f154207db0 [pid: 7|app: 0|req: 846/1651] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:03:34 2026] DELETE /v2.0/floatingips/7a9a5305-2385-4580-9b94-76c40c28dd8c => generated 0 bytes in 314 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:34.940 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf29e2ed-8ea2-4033-a0f7-97ca5b4423bd 6600b1e9fd274086a438f0fc309bd69d 6775a70628ca47079f79400d35bc28fd - - default default] TaaS: Handle Delete Port: 1c6a5da0-93f2-4a6f-8554-6e9b5e945146 2026-05-10 02:03:34.943 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf29e2ed-8ea2-4033-a0f7-97ca5b4423bd 6600b1e9fd274086a438f0fc309bd69d 6775a70628ca47079f79400d35bc28fd - - default default] Tap Mirror: Handle Delete Port: 1c6a5da0-93f2-4a6f-8554-6e9b5e945146 [pid: 8|app: 0|req: 806/1652] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:03:34 2026] DELETE /v2.0/floatingips/a33a5291-d9a0-490d-b6d8-9d78f7b9857f => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:35.241 7 INFO neutron_taas.services.taas.taas_plugin [None req-99cdea67-9012-4f6c-9d43-ecf83a56a93d 6600b1e9fd274086a438f0fc309bd69d 6775a70628ca47079f79400d35bc28fd - - default default] TaaS: Handle Delete Port: c884951a-2bfb-4cc6-a0fc-2a85a2b0a6b9 2026-05-10 02:03:35.244 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-99cdea67-9012-4f6c-9d43-ecf83a56a93d 6600b1e9fd274086a438f0fc309bd69d 6775a70628ca47079f79400d35bc28fd - - default default] Tap Mirror: Handle Delete Port: c884951a-2bfb-4cc6-a0fc-2a85a2b0a6b9 [pid: 7|app: 0|req: 847/1653] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:03:35 2026] DELETE /v2.0/floatingips/e6e82d8f-4f2d-4eba-adeb-5ecfe04f4694 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:35.574 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c2135a2-0292-4e09-a3dc-51955d429055 6600b1e9fd274086a438f0fc309bd69d 6775a70628ca47079f79400d35bc28fd - - default default] TaaS: Handle Delete Port: 68e766d2-3bf1-4d23-94cd-9899e5791418 2026-05-10 02:03:35.577 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c2135a2-0292-4e09-a3dc-51955d429055 6600b1e9fd274086a438f0fc309bd69d 6775a70628ca47079f79400d35bc28fd - - default default] Tap Mirror: Handle Delete Port: 68e766d2-3bf1-4d23-94cd-9899e5791418 [pid: 8|app: 0|req: 807/1654] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:03:35 2026] DELETE /v2.0/floatingips/49d46b8e-7226-4737-8696-2abc378fb429 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:35.841 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc630922-c14d-489f-898a-06cf7c17bc7d 6600b1e9fd274086a438f0fc309bd69d 6775a70628ca47079f79400d35bc28fd - - default default] TaaS: Handle Delete Port: d1170c66-712d-483e-812d-a389146f16d7 2026-05-10 02:03:35.843 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc630922-c14d-489f-898a-06cf7c17bc7d 6600b1e9fd274086a438f0fc309bd69d 6775a70628ca47079f79400d35bc28fd - - default default] Tap Mirror: Handle Delete Port: d1170c66-712d-483e-812d-a389146f16d7 [pid: 7|app: 0|req: 848/1655] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:03:35 2026] DELETE /v2.0/floatingips/44bdaaae-61e9-491c-9ab6-b234e8092021 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1656] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:36 2026] GET /v2.0/security-groups?tenant_id=12cf77bf932a4de089cb366282562cfb&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1657] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:37 2026] DELETE /v2.0/security-groups/62c0fd45-c175-48cd-85ef-7e6e0b1e1a78 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1658] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:37 2026] GET /v2.0/security-groups?tenant_id=6775a70628ca47079f79400d35bc28fd&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1659] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:37 2026] DELETE /v2.0/security-groups/ba682114-a3fd-413e-8e63-f5ec12a908f8 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1660] 10.0.0.28 () {32 vars in 825 bytes} [Sun May 10 02:03:37 2026] GET /v2.0/ports?project_id=3aac04b044a14e2494897e763f520c7c&network_id=f10f504b-965b-4b3e-a454-4840f8fff2b1 => generated 3691 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1661] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:37 2026] GET /v2.0/security-groups?tenant_id=137a28c06c2b4612876e125ef60529c8&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1662] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:37 2026] DELETE /v2.0/security-groups/acdd8f61-d804-44cc-af82-b5e900a5af5e => 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: 852/1663] 10.0.0.28 () {32 vars in 741 bytes} [Sun May 10 02:03:37 2026] GET /v2.0/subnets?network_id=dbe1d64e-d3ad-4b37-ba9b-82e9ea41112e => generated 667 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:38.224 8 INFO neutron.db.l3_db [None req-2183a170-ac32-406d-a2c5-92aa0473d0fd 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Floating IP a6e67d30-8975-49d8-af7f-14a63fb6f26b disassociated. External IP: 10.96.250.208, port: e0da555a-8a52-4eff-a5b6-a0423d79e4d4. [pid: 8|app: 0|req: 812/1664] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:03:38 2026] PUT /v2.0/floatingips/a6e67d30-8975-49d8-af7f-14a63fb6f26b => generated 554 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1665] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:03:38 2026] GET /v2.0/floatingips/a6e67d30-8975-49d8-af7f-14a63fb6f26b => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:38.667 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6359e9b6-2a09-44da-bbfb-e88bbee12df1'] response: {'name': 'network-changed', 'server_uuid': '92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3', 'tag': 'e0da555a-8a52-4eff-a5b6-a0423d79e4d4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 813/1666] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:03:39 2026] GET /v2.0/ports?tenant_id=3aac04b044a14e2494897e763f520c7c&device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1667] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:03:39 2026] GET /v2.0/networks?id=f10f504b-965b-4b3e-a454-4840f8fff2b1 => generated 756 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1668] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:03:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=e0da555a-8a52-4eff-a5b6-a0423d79e4d4 => 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: 855/1669] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:03:39 2026] GET /v2.0/subnets?id=f22d2614-6308-4e51-b033-c507e007fcf4 => 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: 815/1670] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:03:39 2026] GET /v2.0/ports?network_id=f10f504b-965b-4b3e-a454-4840f8fff2b1&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: 856/1671] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:03:39 2026] GET /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1672] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:03:39 2026] GET /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1?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: 7|app: 0|req: 857/1673] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:03:39 2026] GET /v2.0/floatingips/a6e67d30-8975-49d8-af7f-14a63fb6f26b => generated 554 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1674] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:03:40 2026] GET /v2.0/floatingips/a6e67d30-8975-49d8-af7f-14a63fb6f26b => generated 552 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1675] 10.0.0.28 () {34 vars in 684 bytes} [Sun May 10 02:03:41 2026] POST /v2.0/security-groups => generated 1673 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1676] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1677] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:42 2026] POST /v2.0/security-group-rules => generated 596 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:42.265 7 INFO neutron.db.segments_db [None req-40d7d706-0e51-4477-a981-830ae9220695 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Added segment 12d7cd3d-a208-4aae-a231-8b55267eb6f5 of type vxlan for network b16e78a9-4adc-4f3a-9831-4632300d7b3e [pid: 8|app: 0|req: 820/1678] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1679] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:42 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1680] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:42.490 7 INFO neutron.db.l3_hamode_db [None req-40d7d706-0e51-4477-a981-830ae9220695 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 823/1681] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:42 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&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-05-10 02:03:42.527 8 INFO neutron.db.securitygroups_db [None req-be3daa27-dfda-4014-9735-17165726d9fe 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Project 3aac04b044a14e2494897e763f520c7c added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-10 02:03:42.589 7 INFO neutron.db.l3_hamode_db [None req-40d7d706-0e51-4477-a981-830ae9220695 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 824/1682] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:42.642 8 INFO neutron.db.securitygroups_db [None req-79cfbe0e-cb98-4375-880d-f9e6a7edd63c 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Project 3aac04b044a14e2494897e763f520c7c 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: 825/1683] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:03:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1684] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:42 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1685] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:42 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&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: 859/1686] 10.0.0.28 () {34 vars in 667 bytes} [Sun May 10 02:03:42 2026] POST /v2.0/routers => generated 474 bytes in 1093 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:43.203 7 INFO neutron.db.l3_hamode_db [None req-c565e300-8e17-4ca3-bf48-d87959020aae 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 828/1687] 10.0.0.28 () {32 vars in 648 bytes} [Sun May 10 02:03:43 2026] GET /v2.0/networks => generated 1297 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:43.326 7 INFO neutron.db.l3_hamode_db [None req-c565e300-8e17-4ca3-bf48-d87959020aae 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 829/1688] 10.0.0.212 () {34 vars in 1098 bytes} [Sun May 10 02:03:43 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-127759968&fields=id&tenant_id=3aac04b044a14e2494897e763f520c7c => 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: 830/1689] 10.0.0.212 () {34 vars in 982 bytes} [Sun May 10 02:03:43 2026] GET /v2.0/networks?id=f10f504b-965b-4b3e-a454-4840f8fff2b1 => generated 660 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1690] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:43 2026] GET /v2.0/security-groups?tenant_id=6648cf9c1d8d4e988c7c269e519751f1&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: 832/1691] 10.0.0.212 () {34 vars in 965 bytes} [Sun May 10 02:03:43 2026] GET /v2.0/quotas/3aac04b044a14e2494897e763f520c7c => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1692] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:43 2026] DELETE /v2.0/security-groups/d7a65ff0-17b1-4954-9dfa-996a40dad4df => 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: 834/1693] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:03:43 2026] GET /v2.0/ports?tenant_id=3aac04b044a14e2494897e763f520c7c&fields=id => generated 149 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1694] 10.0.0.212 () {34 vars in 1008 bytes} [Sun May 10 02:03:43 2026] GET /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1695] 10.0.0.212 () {34 vars in 1108 bytes} [Sun May 10 02:03:43 2026] GET /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1?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: 860/1696] 10.0.0.28 () {34 vars in 667 bytes} [Sun May 10 02:03:43 2026] POST /v2.0/routers => generated 474 bytes in 761 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1697] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:43 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1698] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:43 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:43.973 7 INFO neutron.db.l3_hamode_db [None req-a3cc219e-343e-4efd-a27e-d9e507c984ee 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 839/1699] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:44 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:44.149 7 INFO neutron.db.l3_hamode_db [None req-a3cc219e-343e-4efd-a27e-d9e507c984ee 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 861/1700] 10.0.0.28 () {34 vars in 667 bytes} [Sun May 10 02:03:43 2026] POST /v2.0/routers => generated 474 bytes in 878 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:44.854 8 INFO neutron.db.l3_hamode_db [None req-15184cef-1fe4-4cc2-8599-dfdcd939e6ae 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:03:45.040 8 INFO neutron.db.l3_hamode_db [None req-15184cef-1fe4-4cc2-8599-dfdcd939e6ae 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 862/1701] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:45 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1702] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:45 2026] GET /v2.0/security-groups?id=c0e1f36b-b016-420f-9976-a8ac925e67a8&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1703] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:45 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => 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: 865/1704] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:03:45 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:45.515 7 INFO neutron_taas.services.taas.taas_plugin [req-00d773df-ae18-4eed-8b5b-71126be68120 req-847b17db-578f-4345-8e45-c0379c404b29 96657cccd0d04f49a8cac8d482e587c8 dfe69d294ba84f7289787e5645c20248 - - default default] TaaS: Handle Delete Port: af516a31-aea1-40b1-b08d-f97a499575d7 2026-05-10 02:03:45.518 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-00d773df-ae18-4eed-8b5b-71126be68120 req-847b17db-578f-4345-8e45-c0379c404b29 96657cccd0d04f49a8cac8d482e587c8 dfe69d294ba84f7289787e5645c20248 - - default default] Tap Mirror: Handle Delete Port: af516a31-aea1-40b1-b08d-f97a499575d7 2026-05-10 02:03:45.642 7 INFO neutron.db.l3_db [req-00d773df-ae18-4eed-8b5b-71126be68120 req-847b17db-578f-4345-8e45-c0379c404b29 96657cccd0d04f49a8cac8d482e587c8 dfe69d294ba84f7289787e5645c20248 - - default default] Floating IP ab75065e-3c2d-48a1-a010-affe5a996b6e disassociated. External IP: 10.96.250.214, port: af516a31-aea1-40b1-b08d-f97a499575d7. [pid: 8|app: 0|req: 840/1705] 10.0.0.28 () {34 vars in 667 bytes} [Sun May 10 02:03:44 2026] POST /v2.0/routers => generated 474 bytes in 900 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:45.773 8 INFO neutron.db.l3_hamode_db [None req-ebd2db0b-8b4f-49e0-90ae-2681f4795ce1 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:03:45.889 8 INFO neutron.db.l3_hamode_db [None req-ebd2db0b-8b4f-49e0-90ae-2681f4795ce1 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 866/1706] 199.204.45.53 () {36 vars in 996 bytes} [Sun May 10 02:03:45 2026] DELETE /v2.0/ports/af516a31-aea1-40b1-b08d-f97a499575d7 => generated 0 bytes in 641 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:46.079 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-656b3fe4-6b9e-4bd5-9353-d123ad12c7a7'] response: {'server_uuid': '14bc8523-dd46-422a-bd1c-3754d96ab4ea', 'name': 'network-vif-deleted', 'tag': 'af516a31-aea1-40b1-b08d-f97a499575d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 867/1707] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:46 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 868/1708] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:46 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => 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: 841/1709] 10.0.0.28 () {34 vars in 667 bytes} [Sun May 10 02:03:45 2026] POST /v2.0/routers => generated 474 bytes in 837 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1710] 10.0.0.28 () {34 vars in 750 bytes} [Sun May 10 02:03:46 2026] PUT /v2.0/routers/97daead0-2e5f-4884-86c5-256219632765/tags => generated 17 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1711] 10.0.0.28 () {34 vars in 750 bytes} [Sun May 10 02:03:46 2026] PUT /v2.0/routers/63d6930f-b959-44fc-9f88-c4e97a02d53f/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1712] 10.0.0.28 () {34 vars in 750 bytes} [Sun May 10 02:03:46 2026] PUT /v2.0/routers/d75ace07-2ad3-4357-bf75-f03b26c5b6fa/tags => generated 34 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1713] 10.0.0.28 () {34 vars in 750 bytes} [Sun May 10 02:03:46 2026] PUT /v2.0/routers/31afcb6e-e841-4153-9279-40369b239d06/tags => generated 19 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1714] 10.0.0.28 () {32 vars in 663 bytes} [Sun May 10 02:03:46 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1715] 10.0.0.28 () {32 vars in 677 bytes} [Sun May 10 02:03:47 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1716] 10.0.0.28 () {32 vars in 673 bytes} [Sun May 10 02:03:47 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1717] 10.0.0.28 () {32 vars in 685 bytes} [Sun May 10 02:03:47 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1718] 10.0.0.196 () {30 vars in 650 bytes} [Sun May 10 02:03:47 2026] GET /v2.0/extensions => generated 21537 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1719] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:47 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 847/1720] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:47 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => 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: 874/1721] 10.0.0.28 () {32 vars in 671 bytes} [Sun May 10 02:03:47 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1722] 10.0.0.196 () {30 vars in 724 bytes} [Sun May 10 02:03:47 2026] GET /v2.0/quotas/506c957eb15a4fb18030c42bf1ebb660/details => generated 847 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1723] 10.0.0.28 () {32 vars in 685 bytes} [Sun May 10 02:03:47 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1724] 10.0.0.28 () {32 vars in 681 bytes} [Sun May 10 02:03:47 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1725] 10.0.0.28 () {32 vars in 693 bytes} [Sun May 10 02:03:47 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1726] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:03:47 2026] GET /v2.0/routers/97daead0-2e5f-4884-86c5-256219632765 => generated 485 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1727] 10.0.0.28 () {34 vars in 741 bytes} [Sun May 10 02:03:47 2026] PUT /v2.0/routers/97daead0-2e5f-4884-86c5-256219632765 => generated 485 bytes in 583 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1728] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:03:48 2026] GET /v2.0/ports?device_id=97daead0-2e5f-4884-86c5-256219632765 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1729] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:03:48 2026] GET /v2.0/networks?id=f10f504b-965b-4b3e-a454-4840f8fff2b1 => generated 660 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1730] 199.204.45.53 () {34 vars in 1049 bytes} [Sun May 10 02:03:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=3aac04b044a14e2494897e763f520c7c => generated 273 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:48.490 8 INFO neutron_taas.services.taas.taas_plugin [None req-9767344e-83ef-4ef9-ad5f-8d46e9707fa9 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] TaaS: Handle Delete Port: 9ae9254e-6225-4e91-8f8b-3649e6bcb8a0 2026-05-10 02:03:48.493 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9767344e-83ef-4ef9-ad5f-8d46e9707fa9 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Tap Mirror: Handle Delete Port: 9ae9254e-6225-4e91-8f8b-3649e6bcb8a0 [pid: 8|app: 0|req: 852/1731] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:48 2026] DELETE /v2.0/routers/97daead0-2e5f-4884-86c5-256219632765 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1732] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:48 2026] GET /v2.0/ports?device_id=14bc8523-dd46-422a-bd1c-3754d96ab4ea => 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: 854/1733] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:48 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 961 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1734] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:03:48 2026] GET /v2.0/routers/63d6930f-b959-44fc-9f88-c4e97a02d53f => generated 493 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1735] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:48 2026] GET /v2.0/security-groups?id=13a78dfc-639f-443d-a94b-a660f20d21b0&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: 880/1736] 199.204.45.53 () {38 vars in 954 bytes} [Sun May 10 02:03:48 2026] POST /v2.0/ports => generated 958 bytes in 424 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: 881/1737] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:03:48 2026] PUT /v2.0/ports/ff5d5822-6b46-4f01-a288-146602cb5092 => generated 1239 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:49.311 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b8ae49ef-9458-4c81-bda0-f2b2f363e050'] response: {'name': 'network-changed', 'server_uuid': '496c3f2c-7129-4506-bc8a-b7c69091f0ef', 'tag': 'ff5d5822-6b46-4f01-a288-146602cb5092', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 857/1738] 10.0.0.28 () {34 vars in 741 bytes} [Sun May 10 02:03:48 2026] PUT /v2.0/routers/63d6930f-b959-44fc-9f88-c4e97a02d53f => generated 493 bytes in 512 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: 882/1739] 10.0.0.196 () {30 vars in 650 bytes} [Sun May 10 02:03:49 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: 858/1740] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:03:49 2026] GET /v2.0/ports?device_id=63d6930f-b959-44fc-9f88-c4e97a02d53f => 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: 859/1741] 10.0.0.196 () {30 vars in 724 bytes} [Sun May 10 02:03:49 2026] GET /v2.0/quotas/506c957eb15a4fb18030c42bf1ebb660/details => generated 847 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:49.537 7 INFO neutron_taas.services.taas.taas_plugin [None req-17555255-dfc4-4ecb-951e-e3d7aaa7f8a6 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] TaaS: Handle Delete Port: 8e1a1ad5-db60-4bcb-995d-ab59f6b51c98 2026-05-10 02:03:49.540 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17555255-dfc4-4ecb-951e-e3d7aaa7f8a6 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Tap Mirror: Handle Delete Port: 8e1a1ad5-db60-4bcb-995d-ab59f6b51c98 [pid: 7|app: 0|req: 883/1744] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:49 2026] DELETE /v2.0/routers/63d6930f-b959-44fc-9f88-c4e97a02d53f => generated 0 bytes in 374 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1745] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:03:49 2026] GET /v2.0/routers/d75ace07-2ad3-4357-bf75-f03b26c5b6fa => generated 502 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1746] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:49 2026] DELETE /v2.0/security-groups/c0e1f36b-b016-420f-9976-a8ac925e67a8 => 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: 864/1747] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:03:49 2026] GET /v2.0/ports?tenant_id=3aac04b044a14e2494897e763f520c7c&device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1748] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:49 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 973 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:50.004 8 INFO neutron.api.v2.resource [None req-72de9752-3592-41db-a183-323261b5562e 96657cccd0d04f49a8cac8d482e587c8 dfe69d294ba84f7289787e5645c20248 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 866/1749] 10.0.0.28 () {32 vars in 736 bytes} [Sun May 10 02:03:49 2026] GET /v2.0/security-groups/c0e1f36b-b016-420f-9976-a8ac925e67a8 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1750] 199.204.45.53 () {34 vars in 1017 bytes} [Sun May 10 02:03:50 2026] GET /v2.0/networks?tenant_id=3aac04b044a14e2494897e763f520c7c&shared=False => generated 756 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1751] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:50 2026] GET /v2.0/security-groups?id=13a78dfc-639f-443d-a94b-a660f20d21b0&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-05-10 02:03:50.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-8739a027-a7cb-4fae-874a-97316bcf040b 96657cccd0d04f49a8cac8d482e587c8 dfe69d294ba84f7289787e5645c20248 - - default default] TaaS: Handle Delete Port: 0d2abe58-225a-411b-8709-8c2f0d4fbc5d 2026-05-10 02:03:50.203 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8739a027-a7cb-4fae-874a-97316bcf040b 96657cccd0d04f49a8cac8d482e587c8 dfe69d294ba84f7289787e5645c20248 - - default default] Tap Mirror: Handle Delete Port: 0d2abe58-225a-411b-8709-8c2f0d4fbc5d [pid: 8|app: 0|req: 869/1752] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:03:50 2026] DELETE /v2.0/floatingips/ab75065e-3c2d-48a1-a010-affe5a996b6e => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1753] 199.204.45.53 () {34 vars in 929 bytes} [Sun May 10 02:03:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:50.769 8 INFO neutron_taas.services.taas.taas_plugin [None req-df31a40a-7c85-4727-ae6d-eee71036f36e 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 330bc04b-1e84-4a9f-863a-8d42410f0193 2026-05-10 02:03:50.772 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df31a40a-7c85-4727-ae6d-eee71036f36e 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 330bc04b-1e84-4a9f-863a-8d42410f0193 [pid: 7|app: 0|req: 884/1754] 10.0.0.28 () {34 vars in 741 bytes} [Sun May 10 02:03:49 2026] PUT /v2.0/routers/d75ace07-2ad3-4357-bf75-f03b26c5b6fa => generated 502 bytes in 1074 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1755] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:03:50 2026] GET /v2.0/ports?device_id=d75ace07-2ad3-4357-bf75-f03b26c5b6fa => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:51.072 7 INFO neutron_taas.services.taas.taas_plugin [None req-938f0136-0842-44de-acec-f1423f2b3c54 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] TaaS: Handle Delete Port: 146f4d1b-a4b6-4fed-bcd9-c94a3e0492f0 2026-05-10 02:03:51.077 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-938f0136-0842-44de-acec-f1423f2b3c54 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Tap Mirror: Handle Delete Port: 146f4d1b-a4b6-4fed-bcd9-c94a3e0492f0 [pid: 7|app: 0|req: 886/1756] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:50 2026] DELETE /v2.0/routers/d75ace07-2ad3-4357-bf75-f03b26c5b6fa => generated 0 bytes in 392 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1757] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:51 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => 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: 888/1758] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:03:51 2026] GET /v2.0/routers/31afcb6e-e841-4153-9279-40369b239d06 => generated 487 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1759] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:03:50 2026] PUT /v2.0/routers/d6d81299-3bf0-45cc-9c67-89359897c114/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1760] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:51 2026] GET /v2.0/security-groups?id=13a78dfc-639f-443d-a94b-a660f20d21b0&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:51.599 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb599cba-0561-4d71-aaf8-a0828747e0dc 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: c89b4f17-6855-4435-8030-e95cdfedf20a 2026-05-10 02:03:51.602 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb599cba-0561-4d71-aaf8-a0828747e0dc 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: c89b4f17-6855-4435-8030-e95cdfedf20a 2026-05-10 02:03:51.880 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb599cba-0561-4d71-aaf8-a0828747e0dc 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: b4346396-9ff8-47a4-a507-4184f67c41c8 2026-05-10 02:03:51.884 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb599cba-0561-4d71-aaf8-a0828747e0dc 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: b4346396-9ff8-47a4-a507-4184f67c41c8 [pid: 7|app: 0|req: 890/1761] 10.0.0.28 () {34 vars in 741 bytes} [Sun May 10 02:03:51 2026] PUT /v2.0/routers/31afcb6e-e841-4153-9279-40369b239d06 => generated 487 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1762] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:03:51 2026] GET /v2.0/ports?tenant_id=3aac04b044a14e2494897e763f520c7c&device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => 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: 892/1763] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:51 2026] GET /v2.0/security-groups?tenant_id=506c957eb15a4fb18030c42bf1ebb660&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:52.208 8 INFO neutron.services.segments.plugin [-] Segment 6adcec9d-3b82-447f-a7b6-601c98717d5c resource provider aggregate not found [pid: 7|app: 0|req: 893/1764] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:03:52 2026] GET /v2.0/ports?device_id=31afcb6e-e841-4153-9279-40369b239d06 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:52.215 8 INFO neutron.services.segments.plugin [-] Segment 6adcec9d-3b82-447f-a7b6-601c98717d5c resource provider aggregate not found 2026-05-10 02:03:52.226 8 INFO neutron.services.segments.plugin [-] Segment 6adcec9d-3b82-447f-a7b6-601c98717d5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6adcec9d-3b82-447f-a7b6-601c98717d5c found for delete ", "request_id": "req-207c236f-9fdf-4533-abd9-dcbf6d8cbe9a"}]} [pid: 7|app: 0|req: 894/1765] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:03:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ff5d5822-6b46-4f01-a288-146602cb5092 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:52.242 8 INFO neutron.services.segments.plugin [-] Segment 6adcec9d-3b82-447f-a7b6-601c98717d5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6adcec9d-3b82-447f-a7b6-601c98717d5c found for delete ", "request_id": "req-d32fee3a-ed04-488f-9206-50237f622415"}]} 2026-05-10 02:03:52.248 8 INFO neutron.db.l3_hamode_db [None req-bb599cba-0561-4d71-aaf8-a0828747e0dc 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] HA network 8e5ee328-3cec-486f-bab9-8d8493ff6e27 was deleted as no HA routers are present in tenant dfe69d294ba84f7289787e5645c20248. [pid: 8|app: 0|req: 872/1766] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:51 2026] DELETE /v2.0/routers/d6d81299-3bf0-45cc-9c67-89359897c114 => generated 0 bytes in 901 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1767] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:52 2026] DELETE /v2.0/security-groups/f2ad53c9-e481-485e-9d39-7c89bf2eff4c => 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: 896/1768] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:03:52 2026] GET /v2.0/subnets?id=f22d2614-6308-4e51-b033-c507e007fcf4 => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:52.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-38ce807c-9291-4f8b-a898-103db80e16ac 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] TaaS: Handle Delete Port: 2fcba05e-3687-4347-bea0-cd6fae3b31c9 2026-05-10 02:03:52.424 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-38ce807c-9291-4f8b-a898-103db80e16ac 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Tap Mirror: Handle Delete Port: 2fcba05e-3687-4347-bea0-cd6fae3b31c9 [pid: 7|app: 0|req: 897/1769] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:52 2026] DELETE /v2.0/subnets/4e938cd1-6961-4ccd-8ab6-bb6ac2d624f9 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1770] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:03:52 2026] GET /v2.0/ports?network_id=f10f504b-965b-4b3e-a454-4840f8fff2b1&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: 899/1771] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:52 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1772] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:52 2026] DELETE /v2.0/routers/31afcb6e-e841-4153-9279-40369b239d06 => generated 0 bytes in 352 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:52.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca6d8f96-b991-40ee-bad3-8d94f3ee2932 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 48414138-d633-482d-955e-a8fc81cddad7 2026-05-10 02:03:52.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca6d8f96-b991-40ee-bad3-8d94f3ee2932 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 48414138-d633-482d-955e-a8fc81cddad7 [pid: 8|app: 0|req: 874/1773] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:03:52 2026] GET /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1?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: 875/1774] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:52 2026] GET /v2.0/security-groups?id=13a78dfc-639f-443d-a94b-a660f20d21b0&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1775] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:03:52 2026] GET /v2.0/routers/c6a4df63-c1eb-45b0-a3e5-f08cc2358ccb => generated 480 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1776] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:03:52 2026] GET /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:52.824 7 INFO neutron.services.segments.plugin [-] Segment 9ca87df6-7f98-438a-83a3-7e1940a6d259 resource provider aggregate not found 2026-05-10 02:03:52.825 7 INFO neutron.services.segments.plugin [-] Segment 9ca87df6-7f98-438a-83a3-7e1940a6d259 resource provider aggregate not found 2026-05-10 02:03:52.851 7 INFO neutron.services.segments.plugin [-] Segment 9ca87df6-7f98-438a-83a3-7e1940a6d259 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ca87df6-7f98-438a-83a3-7e1940a6d259 found for delete ", "request_id": "req-4f966115-fa9c-4bc8-a884-4c0099e48a41"}]} [pid: 7|app: 0|req: 900/1777] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:52 2026] DELETE /v2.0/networks/0d5132e7-416c-4fca-93ad-03d92e014664 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:52.852 7 INFO neutron.services.segments.plugin [-] Segment 9ca87df6-7f98-438a-83a3-7e1940a6d259 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ca87df6-7f98-438a-83a3-7e1940a6d259 found for delete ", "request_id": "req-495ce377-e279-458f-a185-aaed94260d1c"}]} [pid: 7|app: 0|req: 901/1778] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:52 2026] GET /v2.0/security-groups?tenant_id=dfe69d294ba84f7289787e5645c20248&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: 902/1779] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:52 2026] DELETE /v2.0/security-groups/c4edf3cf-8d0b-48f9-b383-eecacb571d19 => 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: 878/1780] 10.0.0.28 () {34 vars in 741 bytes} [Sun May 10 02:03:52 2026] PUT /v2.0/routers/c6a4df63-c1eb-45b0-a3e5-f08cc2358ccb => generated 480 bytes in 516 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1781] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:03:53 2026] GET /v2.0/ports?device_id=c6a4df63-c1eb-45b0-a3e5-f08cc2358ccb => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:53.509 8 INFO neutron_taas.services.taas.taas_plugin [None req-26ef8a3f-bd8e-49ec-b5a3-5322c7c22390 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] TaaS: Handle Delete Port: 1e03742e-be49-438e-a297-0ae1c161f271 2026-05-10 02:03:53.513 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26ef8a3f-bd8e-49ec-b5a3-5322c7c22390 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] Tap Mirror: Handle Delete Port: 1e03742e-be49-438e-a297-0ae1c161f271 [pid: 7|app: 0|req: 904/1782] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:53 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1783] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:53 2026] GET /v2.0/security-groups?id=13a78dfc-639f-443d-a94b-a660f20d21b0&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:53.943 8 INFO neutron.db.l3_hamode_db [None req-26ef8a3f-bd8e-49ec-b5a3-5322c7c22390 8c36d01a30ef48f7873d4e3ff4572506 916f2737cc364cdd9952901e29b3af22 - - default default] HA network b16e78a9-4adc-4f3a-9831-4632300d7b3e was deleted as no HA routers are present in tenant 916f2737cc364cdd9952901e29b3af22. [pid: 8|app: 0|req: 879/1784] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:03:53 2026] DELETE /v2.0/routers/c6a4df63-c1eb-45b0-a3e5-f08cc2358ccb => generated 0 bytes in 635 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:54.250 8 INFO neutron.services.segments.plugin [-] Segment 12d7cd3d-a208-4aae-a231-8b55267eb6f5 resource provider aggregate not found 2026-05-10 02:03:54.260 8 INFO neutron.services.segments.plugin [-] Segment 12d7cd3d-a208-4aae-a231-8b55267eb6f5 resource provider aggregate not found 2026-05-10 02:03:54.270 8 INFO neutron.services.segments.plugin [-] Segment 12d7cd3d-a208-4aae-a231-8b55267eb6f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12d7cd3d-a208-4aae-a231-8b55267eb6f5 found for delete ", "request_id": "req-01281c3d-497f-4016-ab93-da3711c44902"}]} 2026-05-10 02:03:54.279 8 INFO neutron.services.segments.plugin [-] Segment 12d7cd3d-a208-4aae-a231-8b55267eb6f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12d7cd3d-a208-4aae-a231-8b55267eb6f5 found for delete ", "request_id": "req-525855e3-cd42-4400-bcaf-2a00d9710b45"}]} [pid: 8|app: 0|req: 880/1785] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:54 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1786] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:54 2026] GET /v2.0/security-groups?id=13a78dfc-639f-443d-a94b-a660f20d21b0&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1787] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:54 2026] GET /v2.0/security-groups?tenant_id=0242c124ed9f46f7bcfa28b29a20d11f&name=default => generated 2925 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1788] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:55 2026] DELETE /v2.0/security-groups/ed94512d-13ea-4942-94e2-a39cdc82cd6d => 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: 907/1789] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:55 2026] GET /v2.0/security-groups?tenant_id=1d682972b16b47399cfc062961b38e6a&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1790] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:55 2026] DELETE /v2.0/security-groups/860b9a24-0e32-4ba4-9710-10836149fa44 => 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: 908/1791] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:55 2026] GET /v2.0/security-groups?tenant_id=916f2737cc364cdd9952901e29b3af22&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1792] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:56 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => 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: 909/1793] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:56 2026] DELETE /v2.0/security-groups/f4420c2e-59b3-4ae6-bb66-70f3db172c27 => 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: 910/1794] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:56 2026] GET /v2.0/security-groups?id=13a78dfc-639f-443d-a94b-a660f20d21b0&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: 885/1795] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:03:56 2026] GET /v2.0/security-groups?tenant_id=1a25ba065d014664a51596a72c9488c0&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1796] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:03:56 2026] DELETE /v2.0/security-groups/f73ada38-9284-44e9-bccb-737667322258 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:57.138 8 INFO neutron.db.segments_db [None req-25c34fd6-fb3f-4044-8b79-e39e03815ef1 c8dc7462b83a488aa6f2bed0af856a6c 85aaedc9a1f94e12afad337b723d0864 - - default default] Added segment 8a831300-65bf-4ccb-a218-7a883c3f666f of type vxlan for network c05f3ad3-f59f-48b5-8f11-8313d18ff1b4 [pid: 8|app: 0|req: 886/1797] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:56 2026] POST /v2.0/networks => generated 632 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:57.290 7 INFO neutron.db.segments_db [None req-a847812b-f434-45af-b344-68f89f81410c c8dc7462b83a488aa6f2bed0af856a6c 85aaedc9a1f94e12afad337b723d0864 - - default default] Added segment 50bbf0e1-26bb-4337-b9a7-f473b83f20ab of type vxlan for network ed616c17-2e7b-4ae2-91ce-31972c881ca6 [pid: 8|app: 0|req: 887/1798] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:57 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1799] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:57 2026] GET /v2.0/security-groups?id=13a78dfc-639f-443d-a94b-a660f20d21b0&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: 912/1800] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:57 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) 2026-05-10 02:03:57.457 8 INFO neutron.db.segments_db [None req-5ad2d5b8-3d29-45be-ad6d-da8aad7d9d86 c8dc7462b83a488aa6f2bed0af856a6c 85aaedc9a1f94e12afad337b723d0864 - - default default] Added segment a5f3959d-9717-4b4d-9f1e-825827dc5c69 of type vxlan for network 857566be-e857-4211-a9a7-f2bde5818d6e [pid: 8|app: 0|req: 889/1801] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:57 2026] POST /v2.0/networks => generated 632 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:57.641 7 INFO neutron.db.segments_db [None req-054d6110-7512-4b46-b945-d6ca782bf454 c8dc7462b83a488aa6f2bed0af856a6c 85aaedc9a1f94e12afad337b723d0864 - - default default] Added segment 73c9490c-50c3-4cc8-a883-59ec4d41d447 of type vxlan for network 8b5fce79-5e87-442e-a342-9ebc3e23212c [pid: 7|app: 0|req: 913/1802] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:57 2026] POST /v2.0/networks => generated 631 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:57.829 8 INFO neutron.db.segments_db [None req-29373d4a-e914-4b75-8b8b-eb12449b142b c8dc7462b83a488aa6f2bed0af856a6c 85aaedc9a1f94e12afad337b723d0864 - - default default] Added segment c591707e-fa63-4ce9-9482-a8692689a2b5 of type vxlan for network ed27d804-ed12-4899-b9a9-e1aec1e6eb9c [pid: 8|app: 0|req: 890/1803] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:03:57 2026] POST /v2.0/networks => generated 632 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1804] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:03:57 2026] PUT /v2.0/networks/c05f3ad3-f59f-48b5-8f11-8313d18ff1b4/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1805] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:03:58 2026] PUT /v2.0/networks/ed616c17-2e7b-4ae2-91ce-31972c881ca6/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1806] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:03:58 2026] PUT /v2.0/networks/857566be-e857-4211-a9a7-f2bde5818d6e/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1807] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:03:58 2026] PUT /v2.0/networks/8b5fce79-5e87-442e-a342-9ebc3e23212c/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: 916/1808] 10.0.0.28 () {32 vars in 665 bytes} [Sun May 10 02:03:58 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1809] 10.0.0.28 () {32 vars in 679 bytes} [Sun May 10 02:03:58 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1810] 10.0.0.28 () {32 vars in 675 bytes} [Sun May 10 02:03:58 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1811] 10.0.0.28 () {32 vars in 687 bytes} [Sun May 10 02:03:58 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1812] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:58 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => 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: 895/1813] 10.0.0.28 () {32 vars in 673 bytes} [Sun May 10 02:03:58 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1814] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:58 2026] GET /v2.0/security-groups?id=13a78dfc-639f-443d-a94b-a660f20d21b0&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: 896/1815] 10.0.0.28 () {32 vars in 687 bytes} [Sun May 10 02:03:58 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1816] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:03:58 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1817] 10.0.0.28 () {32 vars in 683 bytes} [Sun May 10 02:03:58 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1818] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:03:58 2026] GET /v2.0/security-groups?id=13a78dfc-639f-443d-a94b-a660f20d21b0&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1819] 10.0.0.28 () {32 vars in 695 bytes} [Sun May 10 02:03:58 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1820] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:03:58 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:58.868 8 INFO neutron.services.segments.plugin [-] Segment 8a831300-65bf-4ccb-a218-7a883c3f666f resource provider aggregate not found 2026-05-10 02:03:58.874 8 INFO neutron.services.segments.plugin [-] Segment 8a831300-65bf-4ccb-a218-7a883c3f666f resource provider aggregate not found 2026-05-10 02:03:58.894 8 INFO neutron.services.segments.plugin [-] Segment 8a831300-65bf-4ccb-a218-7a883c3f666f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a831300-65bf-4ccb-a218-7a883c3f666f found for delete ", "request_id": "req-7fd8d5b7-dbf7-48b5-9d38-7ce475849aee"}]} 2026-05-10 02:03:58.896 8 INFO neutron.services.segments.plugin [-] Segment 8a831300-65bf-4ccb-a218-7a883c3f666f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a831300-65bf-4ccb-a218-7a883c3f666f found for delete ", "request_id": "req-d18182ca-810c-4941-b7fb-de88816c2481"}]} [pid: 8|app: 0|req: 899/1821] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:58 2026] DELETE /v2.0/networks/c05f3ad3-f59f-48b5-8f11-8313d18ff1b4 => 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: 900/1822] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:58 2026] DELETE /v2.0/networks/ed616c17-2e7b-4ae2-91ce-31972c881ca6 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1823] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:59 2026] DELETE /v2.0/networks/857566be-e857-4211-a9a7-f2bde5818d6e => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:59.187 7 INFO neutron.db.l3_db [None req-a1a23e12-0604-4611-a20e-84e2c0ed34a3 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Floating IP a6e67d30-8975-49d8-af7f-14a63fb6f26b associated. External IP: 10.96.250.208, port: ff5d5822-6b46-4f01-a288-146602cb5092. [pid: 8|app: 0|req: 902/1824] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:59 2026] DELETE /v2.0/networks/8b5fce79-5e87-442e-a342-9ebc3e23212c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1825] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:03:59 2026] DELETE /v2.0/networks/ed27d804-ed12-4899-b9a9-e1aec1e6eb9c => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1826] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:03:58 2026] PUT /v2.0/floatingips/a6e67d30-8975-49d8-af7f-14a63fb6f26b => generated 856 bytes in 708 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:59.558 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9549d80b-d55f-4fb1-b71c-d93a23288f90'] response: {'name': 'network-changed', 'server_uuid': '496c3f2c-7129-4506-bc8a-b7c69091f0ef', 'tag': 'ff5d5822-6b46-4f01-a288-146602cb5092', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 904/1827] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:03:59 2026] GET /v2.0/floatingips/a6e67d30-8975-49d8-af7f-14a63fb6f26b => 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: 924/1828] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:04:00 2026] GET /v2.0/ports?tenant_id=3aac04b044a14e2494897e763f520c7c&device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => 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: 905/1829] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:04:00 2026] GET /v2.0/networks?id=f10f504b-965b-4b3e-a454-4840f8fff2b1 => generated 756 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1830] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:04:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ff5d5822-6b46-4f01-a288-146602cb5092 => generated 859 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1831] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:04:00 2026] GET /v2.0/subnets?id=f22d2614-6308-4e51-b033-c507e007fcf4 => generated 678 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1832] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:04:00 2026] GET /v2.0/ports?network_id=f10f504b-965b-4b3e-a454-4840f8fff2b1&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: 908/1833] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:04:00 2026] GET /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1?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: 909/1834] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:04:00 2026] GET /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1?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: 926/1835] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:00 2026] GET /v2.0/security-groups?tenant_id=04f5c7e978484f50a497181819732230&name=default => generated 2925 bytes in 363 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1836] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:00 2026] DELETE /v2.0/security-groups/69b98388-de5c-4d71-a073-2332da016174 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1837] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:00 2026] GET /v2.0/security-groups?tenant_id=85aaedc9a1f94e12afad337b723d0864&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:04:01.224 8 INFO neutron.services.segments.plugin [-] Segment 50bbf0e1-26bb-4337-b9a7-f473b83f20ab resource provider aggregate not found 2026-05-10 02:04:01.229 8 INFO neutron.services.segments.plugin [-] Segment 50bbf0e1-26bb-4337-b9a7-f473b83f20ab resource provider aggregate not found 2026-05-10 02:04:01.242 8 INFO neutron.services.segments.plugin [-] Segment 50bbf0e1-26bb-4337-b9a7-f473b83f20ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50bbf0e1-26bb-4337-b9a7-f473b83f20ab found for delete ", "request_id": "req-c8ea72c8-15c8-4b36-9e06-34301e732656"}]} 2026-05-10 02:04:01.255 8 INFO neutron.services.segments.plugin [-] Segment 50bbf0e1-26bb-4337-b9a7-f473b83f20ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50bbf0e1-26bb-4337-b9a7-f473b83f20ab found for delete ", "request_id": "req-a91670d7-eaca-47ce-bc96-09419d7394a7"}]} 2026-05-10 02:04:01.262 8 INFO neutron.services.segments.plugin [-] Segment a5f3959d-9717-4b4d-9f1e-825827dc5c69 resource provider aggregate not found [pid: 8|app: 0|req: 910/1838] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:04:00 2026] GET /v2.0/floatingips/a6e67d30-8975-49d8-af7f-14a63fb6f26b => generated 856 bytes in 695 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:01.281 8 INFO neutron.services.segments.plugin [-] Segment a5f3959d-9717-4b4d-9f1e-825827dc5c69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5f3959d-9717-4b4d-9f1e-825827dc5c69 found for delete ", "request_id": "req-a6eee076-1a6b-496b-9217-712899782125"}]} 2026-05-10 02:04:01.289 8 INFO neutron.services.segments.plugin [-] Segment a5f3959d-9717-4b4d-9f1e-825827dc5c69 resource provider aggregate not found 2026-05-10 02:04:01.308 8 INFO neutron.services.segments.plugin [-] Segment 73c9490c-50c3-4cc8-a883-59ec4d41d447 resource provider aggregate not found 2026-05-10 02:04:01.319 8 INFO neutron.services.segments.plugin [-] Segment a5f3959d-9717-4b4d-9f1e-825827dc5c69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a5f3959d-9717-4b4d-9f1e-825827dc5c69 found for delete ", "request_id": "req-055c4bf4-3c29-49c4-b646-cce369ddcbb7"}]} 2026-05-10 02:04:01.330 8 INFO neutron.services.segments.plugin [-] Segment 73c9490c-50c3-4cc8-a883-59ec4d41d447 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73c9490c-50c3-4cc8-a883-59ec4d41d447 found for delete ", "request_id": "req-d324d173-8a3b-434e-9141-4cacba732410"}]} 2026-05-10 02:04:01.343 7 INFO neutron.db.segments_db [None req-b7962c57-83a2-48fe-80fd-dbf2609e9c86 316261de7aa44c6a805d0f9009e0f220 2209882b29fa4f278e19d51d1c033f75 - - default default] Added segment a871abf3-dc02-4ee4-bbca-c0c38f2b6325 of type vxlan for network ecd1247b-be1d-47f6-9780-2e07029e2f04 2026-05-10 02:04:01.345 8 INFO neutron.services.segments.plugin [-] Segment 73c9490c-50c3-4cc8-a883-59ec4d41d447 resource provider aggregate not found 2026-05-10 02:04:01.352 8 INFO neutron.services.segments.plugin [-] Segment c591707e-fa63-4ce9-9482-a8692689a2b5 resource provider aggregate not found 2026-05-10 02:04:01.372 8 INFO neutron.services.segments.plugin [-] Segment 73c9490c-50c3-4cc8-a883-59ec4d41d447 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73c9490c-50c3-4cc8-a883-59ec4d41d447 found for delete ", "request_id": "req-eef06a79-6300-4b22-9cc9-a3811874e5d4"}]} 2026-05-10 02:04:01.379 8 INFO neutron.services.segments.plugin [-] Segment c591707e-fa63-4ce9-9482-a8692689a2b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c591707e-fa63-4ce9-9482-a8692689a2b5 found for delete ", "request_id": "req-829b6455-3691-4a94-9f01-d3fdc15ba911"}]} 2026-05-10 02:04:01.395 8 INFO neutron.services.segments.plugin [-] Segment c591707e-fa63-4ce9-9482-a8692689a2b5 resource provider aggregate not found 2026-05-10 02:04:01.430 8 INFO neutron.services.segments.plugin [-] Segment c591707e-fa63-4ce9-9482-a8692689a2b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c591707e-fa63-4ce9-9482-a8692689a2b5 found for delete ", "request_id": "req-d75bd7e1-b3a8-46e3-85c3-4211f0a5ad8e"}]} [pid: 7|app: 0|req: 929/1839] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:00 2026] POST /v2.0/networks => generated 632 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1840] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:01 2026] DELETE /v2.0/security-groups/a480f620-29d2-4d3a-b636-bd08f17826ee => generated 0 bytes in 197 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1841] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:01 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) [pid: 7|app: 0|req: 930/1842] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:01 2026] GET /v2.0/security-groups?tenant_id=a3bf2e9cf0be4a6f93ba6a53d78c8eea&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1843] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:01 2026] GET /v2.0/security-groups?tenant_id=fa9c042c51ff4be18ad39489214a6a04&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:04:01.847 7 INFO neutron.db.segments_db [None req-9d439f0e-daae-4885-ad91-d64245abd619 316261de7aa44c6a805d0f9009e0f220 2209882b29fa4f278e19d51d1c033f75 - - default default] Added segment e051958a-b69e-4dd4-98c6-1334208f24c6 of type vxlan for network f6cbd3b7-1005-402e-8b21-627194888d7b [pid: 8|app: 0|req: 914/1844] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:01 2026] DELETE /v2.0/security-groups/1855ba40-97c5-45da-b037-f8f9047c790d => 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: 931/1845] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:01 2026] POST /v2.0/networks => generated 630 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1846] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:01 2026] DELETE /v2.0/security-groups/465fe6fe-3175-4574-9ae1-1247a4c2c010 => 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: 916/1847] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:02 2026] GET /v2.0/security-groups?tenant_id=a3d669525de14a20bb97013b78f8e280&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1848] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:01 2026] POST /v2.0/subnets => generated 629 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1849] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:02 2026] DELETE /v2.0/security-groups/1cd80957-c5e9-457a-89af-6e19ba0f2e85 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:02.262 7 INFO neutron.db.segments_db [None req-d1e192b1-dcd4-4520-ba92-27db283bc2b7 316261de7aa44c6a805d0f9009e0f220 2209882b29fa4f278e19d51d1c033f75 - - default default] Added segment 9cffe790-6407-4406-8f0f-bc7128b4fcf1 of type vxlan for network f91adfd3-0bb0-4c1c-a851-1bfce020941e [pid: 8|app: 0|req: 918/1850] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:04:02 2026] GET /v2.0/floatingips/a6e67d30-8975-49d8-af7f-14a63fb6f26b => generated 858 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1851] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:02 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1852] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:02 2026] POST /v2.0/subnets => generated 629 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:02.627 7 INFO neutron.db.segments_db [None req-671da7ac-6ca2-4df2-9fca-1e29cffe54bc 316261de7aa44c6a805d0f9009e0f220 2209882b29fa4f278e19d51d1c033f75 - - default default] Added segment a74e7326-1158-45f4-a3c6-d5a2e4f2d0d1 of type vxlan for network 5c01f6ad-55d5-4e93-b13d-f41215068162 [pid: 7|app: 0|req: 934/1853] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:02 2026] POST /v2.0/networks => generated 631 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1854] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:02 2026] POST /v2.0/subnets => generated 629 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:03.026 7 INFO neutron.db.segments_db [None req-e11b9168-d9f8-4c81-b06d-a8bea02cdacc 316261de7aa44c6a805d0f9009e0f220 2209882b29fa4f278e19d51d1c033f75 - - default default] Added segment 0bd3b243-3348-410c-99c6-be6e744e283f of type vxlan for network 3952e320-9114-49e8-a7d3-fa3e5a8dd359 [pid: 7|app: 0|req: 935/1855] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:02 2026] POST /v2.0/networks => generated 631 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1856] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:03 2026] POST /v2.0/subnets => generated 629 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1857] 10.0.0.28 () {34 vars in 750 bytes} [Sun May 10 02:04:03 2026] PUT /v2.0/subnets/fcee9d46-a203-4516-a8fc-f296859cf564/tags => generated 17 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1858] 10.0.0.28 () {34 vars in 750 bytes} [Sun May 10 02:04:03 2026] PUT /v2.0/subnets/bb374d19-8bf1-4206-acd4-f9575db812a0/tags => generated 25 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1859] 10.0.0.28 () {34 vars in 750 bytes} [Sun May 10 02:04:03 2026] PUT /v2.0/subnets/f148904d-6d25-4c14-8480-fa1bed7b5e62/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1860] 10.0.0.28 () {34 vars in 750 bytes} [Sun May 10 02:04:03 2026] PUT /v2.0/subnets/8da1085d-1e79-43dd-a2ff-ab206425cf53/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1861] 10.0.0.28 () {32 vars in 663 bytes} [Sun May 10 02:04:03 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1862] 10.0.0.28 () {32 vars in 677 bytes} [Sun May 10 02:04:03 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1863] 10.0.0.28 () {32 vars in 673 bytes} [Sun May 10 02:04:03 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1864] 10.0.0.28 () {32 vars in 685 bytes} [Sun May 10 02:04:03 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1865] 10.0.0.28 () {32 vars in 671 bytes} [Sun May 10 02:04:03 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1866] 10.0.0.28 () {32 vars in 685 bytes} [Sun May 10 02:04:03 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1867] 10.0.0.28 () {32 vars in 681 bytes} [Sun May 10 02:04:03 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: 8|app: 0|req: 927/1868] 10.0.0.28 () {32 vars in 693 bytes} [Sun May 10 02:04:04 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1869] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:04 2026] DELETE /v2.0/subnets/fcee9d46-a203-4516-a8fc-f296859cf564 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1870] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:04 2026] DELETE /v2.0/subnets/bb374d19-8bf1-4206-acd4-f9575db812a0 => 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: 943/1873] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:04 2026] DELETE /v2.0/subnets/f148904d-6d25-4c14-8480-fa1bed7b5e62 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1874] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:04 2026] DELETE /v2.0/subnets/8da1085d-1e79-43dd-a2ff-ab206425cf53 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1875] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:04 2026] DELETE /v2.0/subnets/76f653d6-1fbb-4a55-b25f-9654ff5ad253 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1876] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:04 2026] GET /v2.0/security-groups?tenant_id=bb905a5fce7047cda585e3bca976d2bd&name=default => generated 2925 bytes in 398 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:04:05.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-65b21007-473c-4224-82c3-95ae8e858b61 316261de7aa44c6a805d0f9009e0f220 2209882b29fa4f278e19d51d1c033f75 - - default default] TaaS: Handle Delete Port: 21d271f0-7085-4304-94dc-c2093a0b56e3 2026-05-10 02:04:05.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65b21007-473c-4224-82c3-95ae8e858b61 316261de7aa44c6a805d0f9009e0f220 2209882b29fa4f278e19d51d1c033f75 - - default default] Tap Mirror: Handle Delete Port: 21d271f0-7085-4304-94dc-c2093a0b56e3 [pid: 7|app: 0|req: 945/1877] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:05 2026] DELETE /v2.0/security-groups/dd6c5a39-f249-48e0-ae65-26c7d0c88dd7 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:05.240 8 INFO neutron.services.segments.plugin [-] Segment a871abf3-dc02-4ee4-bbca-c0c38f2b6325 resource provider aggregate not found 2026-05-10 02:04:05.246 8 INFO neutron.services.segments.plugin [-] Segment a871abf3-dc02-4ee4-bbca-c0c38f2b6325 resource provider aggregate not found 2026-05-10 02:04:05.265 8 INFO neutron.services.segments.plugin [-] Segment a871abf3-dc02-4ee4-bbca-c0c38f2b6325 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a871abf3-dc02-4ee4-bbca-c0c38f2b6325 found for delete ", "request_id": "req-e6249ee2-88f3-486c-9178-987a55747453"}]} 2026-05-10 02:04:05.269 8 INFO neutron.services.segments.plugin [-] Segment a871abf3-dc02-4ee4-bbca-c0c38f2b6325 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a871abf3-dc02-4ee4-bbca-c0c38f2b6325 found for delete ", "request_id": "req-b28400f6-a193-4292-acd3-17150ea9e129"}]} [pid: 8|app: 0|req: 933/1878] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:04 2026] DELETE /v2.0/networks/ecd1247b-be1d-47f6-9780-2e07029e2f04 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:05.408 7 INFO neutron.services.segments.plugin [-] Segment e051958a-b69e-4dd4-98c6-1334208f24c6 resource provider aggregate not found 2026-05-10 02:04:05.414 7 INFO neutron.services.segments.plugin [-] Segment e051958a-b69e-4dd4-98c6-1334208f24c6 resource provider aggregate not found 2026-05-10 02:04:05.445 7 INFO neutron.services.segments.plugin [-] Segment e051958a-b69e-4dd4-98c6-1334208f24c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e051958a-b69e-4dd4-98c6-1334208f24c6 found for delete ", "request_id": "req-e718e378-f088-411a-815f-11c25dc48ec1"}]} 2026-05-10 02:04:05.446 7 INFO neutron.services.segments.plugin [-] Segment e051958a-b69e-4dd4-98c6-1334208f24c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e051958a-b69e-4dd4-98c6-1334208f24c6 found for delete ", "request_id": "req-598c3e79-1dd9-455c-88e3-56986d38ac6a"}]} [pid: 7|app: 0|req: 946/1879] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:05 2026] DELETE /v2.0/networks/f6cbd3b7-1005-402e-8b21-627194888d7b => 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: 934/1880] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:05 2026] DELETE /v2.0/networks/f91adfd3-0bb0-4c1c-a851-1bfce020941e => 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: 935/1881] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:05 2026] DELETE /v2.0/networks/5c01f6ad-55d5-4e93-b13d-f41215068162 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1882] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:05 2026] DELETE /v2.0/networks/3952e320-9114-49e8-a7d3-fa3e5a8dd359 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1883] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:04:05 2026] POST /v2.0/floatingips => generated 552 bytes in 673 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1884] 10.0.0.28 () {34 vars in 758 bytes} [Sun May 10 02:04:06 2026] PUT /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1885] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:06 2026] GET /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1886] 10.0.0.28 () {34 vars in 769 bytes} [Sun May 10 02:04:06 2026] PUT /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1887] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:06 2026] GET /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1888] 10.0.0.28 () {34 vars in 765 bytes} [Sun May 10 02:04:06 2026] PUT /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1889] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:06 2026] GET /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1890] 10.0.0.28 () {34 vars in 787 bytes} [Sun May 10 02:04:06 2026] PUT /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1891] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:06 2026] GET /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/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: 952/1892] 10.0.0.28 () {34 vars in 758 bytes} [Sun May 10 02:04:06 2026] PUT /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1893] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:06 2026] GET /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1894] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 02:04:06 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1895] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:04:06 2026] GET /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1896] 10.0.0.223 () {34 vars in 1040 bytes} [Sun May 10 02:04:06 2026] GET /v2.0/security-groups?id=13a78dfc-639f-443d-a94b-a660f20d21b0&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:07.008 7 INFO neutron.api.v2.resource [None req-b243d6aa-edc1-48b0-b989-39f6427c8e5d 12c743f4874d4a65a4c8a6f95138b6b7 7a78a7594196440cac9fe60a82aac8b5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 957/1897] 10.0.0.28 () {32 vars in 750 bytes} [Sun May 10 02:04:06 2026] GET /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/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: 958/1898] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:04:07 2026] DELETE /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1899] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:06 2026] GET /v2.0/security-groups?tenant_id=7a80a216e58444d29fecc4545a86f5c9&name=default => generated 2925 bytes in 378 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1900] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:07 2026] GET /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:07.147 7 INFO neutron.api.v2.resource [None req-0a0d3b3b-e6b8-4db4-bcba-6b3de16dd31c 12c743f4874d4a65a4c8a6f95138b6b7 7a78a7594196440cac9fe60a82aac8b5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 960/1901] 10.0.0.28 () {32 vars in 753 bytes} [Sun May 10 02:04:07 2026] DELETE /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/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: 942/1902] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:07 2026] DELETE /v2.0/security-groups/e3ba6760-cf16-4168-8714-15a1870495cd => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1903] 10.0.0.28 () {32 vars in 741 bytes} [Sun May 10 02:04:07 2026] DELETE /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:07.297 7 INFO neutron.db.segments_db [None req-463456f1-cacb-49ad-be51-d1fbd44c04e4 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Added segment 4a57e282-b6c2-4538-a25d-9d0512f4d260 of type vxlan for network e8d6c3b6-a9a6-4542-885f-c6c3408a1587 2026-05-10 02:04:07.302 8 INFO neutron.services.segments.plugin [-] Segment 9cffe790-6407-4406-8f0f-bc7128b4fcf1 resource provider aggregate not found 2026-05-10 02:04:07.306 8 INFO neutron.services.segments.plugin [-] Segment 9cffe790-6407-4406-8f0f-bc7128b4fcf1 resource provider aggregate not found [pid: 8|app: 0|req: 944/1904] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:07 2026] GET /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1/tags => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:07.321 8 INFO neutron.services.segments.plugin [-] Segment 9cffe790-6407-4406-8f0f-bc7128b4fcf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cffe790-6407-4406-8f0f-bc7128b4fcf1 found for delete ", "request_id": "req-4f03f4ff-a180-47b0-bd6c-a04a8332905f"}]} 2026-05-10 02:04:07.332 8 INFO neutron.services.segments.plugin [-] Segment 9cffe790-6407-4406-8f0f-bc7128b4fcf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cffe790-6407-4406-8f0f-bc7128b4fcf1 found for delete ", "request_id": "req-67e1ed6e-313b-4711-9f89-66e9a58033b0"}]} 2026-05-10 02:04:07.355 8 INFO neutron.services.segments.plugin [-] Segment a74e7326-1158-45f4-a3c6-d5a2e4f2d0d1 resource provider aggregate not found 2026-05-10 02:04:07.363 8 INFO neutron.services.segments.plugin [-] Segment a74e7326-1158-45f4-a3c6-d5a2e4f2d0d1 resource provider aggregate not found [pid: 7|app: 0|req: 961/1905] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:07 2026] POST /v2.0/networks => generated 633 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1906] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:07 2026] GET /v2.0/security-groups?tenant_id=2209882b29fa4f278e19d51d1c033f75&name=default => generated 2925 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:04:07.389 8 INFO neutron.services.segments.plugin [-] Segment a74e7326-1158-45f4-a3c6-d5a2e4f2d0d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74e7326-1158-45f4-a3c6-d5a2e4f2d0d1 found for delete ", "request_id": "req-9aeb4c3c-5268-4242-83dc-dd589cfbf1de"}]} 2026-05-10 02:04:07.393 8 INFO neutron.services.segments.plugin [-] Segment a74e7326-1158-45f4-a3c6-d5a2e4f2d0d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74e7326-1158-45f4-a3c6-d5a2e4f2d0d1 found for delete ", "request_id": "req-ca0c6ac7-d591-4969-9a31-e26fb997e991"}]} 2026-05-10 02:04:07.414 8 INFO neutron.services.segments.plugin [-] Segment 0bd3b243-3348-410c-99c6-be6e744e283f resource provider aggregate not found 2026-05-10 02:04:07.420 8 INFO neutron.services.segments.plugin [-] Segment 0bd3b243-3348-410c-99c6-be6e744e283f resource provider aggregate not found 2026-05-10 02:04:07.433 8 INFO neutron.services.segments.plugin [-] Segment 0bd3b243-3348-410c-99c6-be6e744e283f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bd3b243-3348-410c-99c6-be6e744e283f found for delete ", "request_id": "req-453f874d-83ba-4a4d-85b1-b5041fcb7212"}]} 2026-05-10 02:04:07.442 8 INFO neutron.services.segments.plugin [-] Segment 0bd3b243-3348-410c-99c6-be6e744e283f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bd3b243-3348-410c-99c6-be6e744e283f found for delete ", "request_id": "req-fc992f3b-3a9a-4c6d-a222-349613db13a8"}]} 2026-05-10 02:04:07.467 8 INFO neutron.db.segments_db [None req-47dc8051-cbe6-41c0-8eff-190049b48abc 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Added segment 383c1f28-6487-4416-a39c-b54e604148a8 of type vxlan for network 759ec395-e3f8-4bc3-b82e-2a7e7a3d634d 2026-05-10 02:04:07.467 7 INFO neutron_taas.services.taas.taas_plugin [None req-93ab0cb0-b4d0-464b-bd10-136d2475ab62 12c743f4874d4a65a4c8a6f95138b6b7 7a78a7594196440cac9fe60a82aac8b5 - - default default] TaaS: Handle Delete Port: a6977c6f-9d31-4ed4-9139-4d3a79256dc7 2026-05-10 02:04:07.470 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93ab0cb0-b4d0-464b-bd10-136d2475ab62 12c743f4874d4a65a4c8a6f95138b6b7 7a78a7594196440cac9fe60a82aac8b5 - - default default] Tap Mirror: Handle Delete Port: a6977c6f-9d31-4ed4-9139-4d3a79256dc7 [pid: 8|app: 0|req: 946/1907] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:07 2026] POST /v2.0/networks => generated 632 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1908] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:04:07 2026] DELETE /v2.0/floatingips/a390e1eb-d05f-4c88-bb99-1ede8ea983b1 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1909] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:07 2026] DELETE /v2.0/security-groups/324c5518-aa16-4210-a6f3-d73acdfcf518 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1910] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:07 2026] POST /v2.0/subnets => generated 646 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1911] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:07 2026] GET /v2.0/security-groups?tenant_id=49087836968644f9bf846c9962d4c587&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1912] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:07 2026] DELETE /v2.0/security-groups/0a76570b-3a78-48c5-8d5b-1d414a235439 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1913] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:07 2026] POST /v2.0/subnets => generated 655 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:08.178 8 INFO neutron.db.segments_db [None req-28f11698-a1fa-48d3-9a7a-219f4ec29158 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Added segment cc317f15-53fc-496b-a730-ca0dda37add2 of type vxlan for network e6409d06-7e18-4a88-ba50-d9ba07dd17a5 2026-05-10 02:04:08.383 8 INFO neutron.db.l3_hamode_db [None req-28f11698-a1fa-48d3-9a7a-219f4ec29158 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 965/1914] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:08 2026] GET /v2.0/security-groups?tenant_id=7a78a7594196440cac9fe60a82aac8b5&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:04:08.529 8 INFO neutron.db.l3_hamode_db [None req-28f11698-a1fa-48d3-9a7a-219f4ec29158 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 966/1915] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:08 2026] DELETE /v2.0/security-groups/c32fde50-1773-47dc-a732-53889b6aa551 => 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: 967/1916] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:08 2026] GET /v2.0/security-groups?tenant_id=74b816236c384ad283944a191476552f&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1917] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:08 2026] DELETE /v2.0/security-groups/e72f11d1-12a9-42ff-bc18-e42bf8e52008 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1918] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:08 2026] POST /v2.0/routers => generated 510 bytes in 959 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1919] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:04:09 2026] PUT /v2.0/routers/31f9e465-e04b-48c1-88ad-6ef919cfa422/add_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: 951/1920] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:04:10 2026] GET /v2.0/ports/ca673618-2ef1-4935-9738-6f61cd4cd0a9 => generated 959 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1921] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:04:10 2026] PUT /v2.0/routers/31f9e465-e04b-48c1-88ad-6ef919cfa422/add_router_interface => generated 309 bytes in 1185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1922] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:04:11 2026] GET /v2.0/ports/41a3c2be-26fe-4370-8b99-3a56677099b3 => generated 967 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:11.892 7 INFO neutron_taas.services.taas.taas_plugin [None req-31056332-fa12-476e-831c-877086eab400 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] TaaS: Handle Delete Port: 41a3c2be-26fe-4370-8b99-3a56677099b3 2026-05-10 02:04:11.897 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31056332-fa12-476e-831c-877086eab400 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Tap Mirror: Handle Delete Port: 41a3c2be-26fe-4370-8b99-3a56677099b3 [pid: 7|app: 0|req: 971/1923] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:04:11 2026] PUT /v2.0/routers/31f9e465-e04b-48c1-88ad-6ef919cfa422/remove_router_interface => generated 309 bytes in 747 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1924] 10.0.0.28 () {34 vars in 683 bytes} [Sun May 10 02:04:12 2026] POST /v2.0/security-groups => generated 1601 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:04:12.642 8 INFO neutron.db.segments_db [None req-b598c732-b98d-4a7f-bd69-47a3cab101ed 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] Added segment 59ad8d1b-4d1d-44d7-858a-26e50955f0e6 of type vxlan for network 15d4c32c-7477-4ec5-818d-bbc11ec5348f 2026-05-10 02:04:12.646 7 INFO neutron_taas.services.taas.taas_plugin [None req-a977a3e5-e4cd-468e-b48d-125a85a48221 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] TaaS: Handle Delete Port: ca673618-2ef1-4935-9738-6f61cd4cd0a9 2026-05-10 02:04:12.652 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a977a3e5-e4cd-468e-b48d-125a85a48221 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Tap Mirror: Handle Delete Port: ca673618-2ef1-4935-9738-6f61cd4cd0a9 [pid: 8|app: 0|req: 954/1925] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:12 2026] POST /v2.0/networks => generated 632 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1926] 10.0.0.28 () {34 vars in 766 bytes} [Sun May 10 02:04:12 2026] PUT /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags => generated 25 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1927] 10.0.0.28 () {34 vars in 663 bytes} [Sun May 10 02:04:12 2026] POST /v2.0/ports => generated 743 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 972/1928] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:04:12 2026] PUT /v2.0/routers/31f9e465-e04b-48c1-88ad-6ef919cfa422/remove_router_interface => generated 309 bytes in 773 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1929] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:04:13 2026] GET /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1930] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:13 2026] GET /v2.0/ports?device_id=31f9e465-e04b-48c1-88ad-6ef919cfa422 => 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: 959/1931] 10.0.0.28 () {34 vars in 777 bytes} [Sun May 10 02:04:13 2026] PUT /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags/green => 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: 973/1932] 10.0.0.28 () {34 vars in 665 bytes} [Sun May 10 02:04:13 2026] POST /v2.0/trunks => generated 407 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1933] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:04:13 2026] GET /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:13.351 8 INFO neutron_taas.services.taas.taas_plugin [None req-bf89379e-74de-4a45-8c48-8692084ea697 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] TaaS: Handle Delete Port: a650c132-ca51-43f1-b1ad-2531f5adf09e 2026-05-10 02:04:13.354 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf89379e-74de-4a45-8c48-8692084ea697 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Tap Mirror: Handle Delete Port: a650c132-ca51-43f1-b1ad-2531f5adf09e 2026-05-10 02:04:13.399 7 INFO neutron.db.segments_db [None req-6dbe85f0-25df-41c3-947b-887ca4e342e6 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] Added segment e9619b9a-0838-4bc2-bcc5-4bff0d0256fe of type vxlan for network d15bf1a0-7013-46a9-8a07-a5dc72c92263 [pid: 7|app: 0|req: 975/1934] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:13 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1935] 10.0.0.28 () {34 vars in 773 bytes} [Sun May 10 02:04:13 2026] PUT /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 02:04:13.722 8 INFO neutron.services.segments.plugin [-] Segment cc317f15-53fc-496b-a730-ca0dda37add2 resource provider aggregate not found 2026-05-10 02:04:13.726 8 INFO neutron.services.segments.plugin [-] Segment cc317f15-53fc-496b-a730-ca0dda37add2 resource provider aggregate not found 2026-05-10 02:04:13.746 8 INFO neutron.services.segments.plugin [-] Segment cc317f15-53fc-496b-a730-ca0dda37add2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc317f15-53fc-496b-a730-ca0dda37add2 found for delete ", "request_id": "req-2850ab4c-67aa-454b-9aa1-081d43493463"}]} 2026-05-10 02:04:13.751 8 INFO neutron.services.segments.plugin [-] Segment cc317f15-53fc-496b-a730-ca0dda37add2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc317f15-53fc-496b-a730-ca0dda37add2 found for delete ", "request_id": "req-5e6b3715-47f4-438a-94a2-3b31bbc98eca"}]} 2026-05-10 02:04:13.756 8 INFO neutron.db.l3_hamode_db [None req-bf89379e-74de-4a45-8c48-8692084ea697 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] HA network e6409d06-7e18-4a88-ba50-d9ba07dd17a5 was deleted as no HA routers are present in tenant 178a1d996fa64a5090115edab8f11615. [pid: 8|app: 0|req: 960/1936] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:13 2026] DELETE /v2.0/routers/31f9e465-e04b-48c1-88ad-6ef919cfa422 => generated 0 bytes in 576 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1937] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:04:13 2026] GET /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1938] 10.0.0.28 () {34 vars in 663 bytes} [Sun May 10 02:04:13 2026] POST /v2.0/ports => generated 743 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 978/1939] 10.0.0.28 () {34 vars in 795 bytes} [Sun May 10 02:04:13 2026] PUT /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1940] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:13 2026] DELETE /v2.0/subnets/4d68d83e-892d-4507-bb99-b26e07436d61 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1941] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:04:13 2026] GET /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1942] 10.0.0.28 () {34 vars in 665 bytes} [Sun May 10 02:04:13 2026] POST /v2.0/trunks => generated 407 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1943] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:13 2026] DELETE /v2.0/subnets/883c9cc9-0f6a-4dfe-854a-2705b9401c1a => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1944] 10.0.0.28 () {34 vars in 766 bytes} [Sun May 10 02:04:14 2026] PUT /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:14.165 8 INFO neutron.db.segments_db [None req-9a966f16-b97b-469b-84c4-1e303cf47b05 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] Added segment 51eb646b-d270-4367-9244-150ca758a759 of type vxlan for network e2a5152e-0b8e-4e9e-a81d-1c9ceeab1a02 2026-05-10 02:04:14.236 7 INFO neutron.services.segments.plugin [-] Segment 383c1f28-6487-4416-a39c-b54e604148a8 resource provider aggregate not found 2026-05-10 02:04:14.237 7 INFO neutron.services.segments.plugin [-] Segment 383c1f28-6487-4416-a39c-b54e604148a8 resource provider aggregate not found [pid: 8|app: 0|req: 965/1945] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:14 2026] POST /v2.0/networks => generated 631 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:14.256 7 INFO neutron.services.segments.plugin [-] Segment 383c1f28-6487-4416-a39c-b54e604148a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 383c1f28-6487-4416-a39c-b54e604148a8 found for delete ", "request_id": "req-699ba9e4-318c-45b2-95cd-7ffaec0dda2e"}]} 2026-05-10 02:04:14.261 7 INFO neutron.services.segments.plugin [-] Segment 383c1f28-6487-4416-a39c-b54e604148a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 383c1f28-6487-4416-a39c-b54e604148a8 found for delete ", "request_id": "req-a8752673-e160-4208-8a73-3ec91b975722"}]} [pid: 7|app: 0|req: 981/1946] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:14 2026] DELETE /v2.0/networks/759ec395-e3f8-4bc3-b82e-2a7e7a3d634d => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1947] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:04:14 2026] GET /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:14.381 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba50a462-ae45-4758-95f8-621b5defc60f 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] TaaS: Handle Delete Port: c5daaab1-a7ab-4a6c-a576-f41c2ba281cd 2026-05-10 02:04:14.384 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba50a462-ae45-4758-95f8-621b5defc60f 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Tap Mirror: Handle Delete Port: c5daaab1-a7ab-4a6c-a576-f41c2ba281cd [pid: 7|app: 0|req: 982/1948] 10.0.0.28 () {34 vars in 663 bytes} [Sun May 10 02:04:14 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 967/1949] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:14 2026] DELETE /v2.0/networks/e8d6c3b6-a9a6-4542-885f-c6c3408a1587 => 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: 983/1950] 10.0.0.28 () {32 vars in 754 bytes} [Sun May 10 02:04:14 2026] GET /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:14.647 7 INFO neutron.db.segments_db [None req-229cc418-e949-4812-b245-35a8e912471e 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Added segment 8c516edc-23ea-4166-bc3d-4a70bb10400b of type vxlan for network 4fc408c5-f3a7-49b6-9c0f-344a0a85fac1 [pid: 7|app: 0|req: 984/1951] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:14 2026] POST /v2.0/networks => generated 632 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:14.767 7 INFO neutron.api.v2.resource [None req-68ac169f-5d2e-44f1-b865-cf600da991ac 7790255d29f248898682d2fb4d75844b 0dd8a80d05304c48883bcd646c5040a2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 985/1952] 10.0.0.28 () {32 vars in 758 bytes} [Sun May 10 02:04:14 2026] GET /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1953] 10.0.0.28 () {34 vars in 665 bytes} [Sun May 10 02:04:14 2026] POST /v2.0/trunks => generated 407 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1954] 10.0.0.28 () {32 vars in 757 bytes} [Sun May 10 02:04:14 2026] DELETE /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags/red => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:14.906 8 INFO neutron.db.segments_db [None req-9a7a329e-3786-4b2d-b0e8-991e90a3d47a 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] Added segment 8304b8f7-da7c-4ed9-8d5f-8855dffef582 of type vxlan for network ec0cb04d-73ed-4b88-919a-3204407bc6f6 [pid: 8|app: 0|req: 970/1955] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:14 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1956] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:04:15 2026] GET /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags => generated 30 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1957] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:14 2026] POST /v2.0/subnets => generated 646 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:15.112 7 INFO neutron.db.segments_db [None req-ae6a8d44-010e-4a27-bd71-1c68270e390e 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Added segment 7a0051e4-2ca9-4135-8bb8-e6451ec954b2 of type vxlan for network b40b8c92-658a-47cb-8af9-3502ada63c92 [pid: 8|app: 0|req: 972/1958] 10.0.0.28 () {34 vars in 663 bytes} [Sun May 10 02:04:15 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:04:15.382 8 INFO neutron.api.v2.resource [None req-a237e16e-1a07-40c5-908c-840896a9872a 7790255d29f248898682d2fb4d75844b 0dd8a80d05304c48883bcd646c5040a2 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 973/1959] 10.0.0.28 () {32 vars in 761 bytes} [Sun May 10 02:04:15 2026] DELETE /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:04:15.418 7 INFO neutron.db.l3_hamode_db [None req-ae6a8d44-010e-4a27-bd71-1c68270e390e 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:04:15.558 7 INFO neutron.db.l3_hamode_db [None req-ae6a8d44-010e-4a27-bd71-1c68270e390e 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 974/1960] 10.0.0.28 () {34 vars in 665 bytes} [Sun May 10 02:04:15 2026] POST /v2.0/trunks => generated 407 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1961] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:04:15 2026] DELETE /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:15.666 8 INFO neutron.db.segments_db [None req-0b183701-8962-431e-a01b-6ff0d703c5ab 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] Added segment f677875a-61bb-4a93-88f6-7ceaea7bc784 of type vxlan for network 65d613df-62c4-4cb9-b4f3-61b32af469d8 [pid: 8|app: 0|req: 976/1962] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:15 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) 2026-05-10 02:04:15.777 8 INFO neutron.services.segments.plugin [-] Segment 4a57e282-b6c2-4538-a25d-9d0512f4d260 resource provider aggregate not found 2026-05-10 02:04:15.778 8 INFO neutron.services.segments.plugin [-] Segment 4a57e282-b6c2-4538-a25d-9d0512f4d260 resource provider aggregate not found [pid: 8|app: 0|req: 977/1963] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:04:15 2026] GET /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:15.806 8 INFO neutron.services.segments.plugin [-] Segment 4a57e282-b6c2-4538-a25d-9d0512f4d260 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a57e282-b6c2-4538-a25d-9d0512f4d260 found for delete ", "request_id": "req-ec0f67c9-b500-4b3f-bcae-3c8f9a338886"}]} 2026-05-10 02:04:15.814 8 INFO neutron.services.segments.plugin [-] Segment 4a57e282-b6c2-4538-a25d-9d0512f4d260 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a57e282-b6c2-4538-a25d-9d0512f4d260 found for delete ", "request_id": "req-8e7c94c6-6a81-4536-9744-d0ac0c2d5c33"}]} [pid: 8|app: 0|req: 978/1964] 10.0.0.28 () {34 vars in 663 bytes} [Sun May 10 02:04:15 2026] POST /v2.0/ports => generated 743 bytes in 298 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: 987/1965] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:15 2026] POST /v2.0/routers => generated 511 bytes in 1118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1966] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:16 2026] DELETE /v2.0/security-groups/0d93a28f-5680-45a7-9ade-ceb9b36bd035 => 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: 988/1967] 10.0.0.28 () {34 vars in 665 bytes} [Sun May 10 02:04:16 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) [pid: 7|app: 0|req: 989/1968] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:04:16 2026] PUT /v2.0/trunks/af29af93-ca65-40c2-adce-0158dbe8dbd5/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1969] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:04:16 2026] PUT /v2.0/trunks/637b181b-fce4-44df-8ecc-776a75642679/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: 991/1970] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:04:16 2026] PUT /v2.0/trunks/53b2d4bb-fa5b-433a-b14e-e3fec478f156/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: 992/1971] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:04:16 2026] PUT /v2.0/trunks/c8cf763f-7ed5-4b5f-8cf8-e3fc01199f1b/tags => 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: 980/1972] 10.0.0.28 () {34 vars in 664 bytes} [Sun May 10 02:04:16 2026] POST /v2.0/ports => generated 959 bytes in 283 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: 993/1973] 10.0.0.28 () {32 vars in 661 bytes} [Sun May 10 02:04:16 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1974] 10.0.0.28 () {32 vars in 675 bytes} [Sun May 10 02:04:16 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1975] 10.0.0.28 () {32 vars in 671 bytes} [Sun May 10 02:04:16 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1976] 10.0.0.28 () {32 vars in 683 bytes} [Sun May 10 02:04:16 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1977] 10.0.0.28 () {32 vars in 669 bytes} [Sun May 10 02:04:16 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1978] 10.0.0.28 () {32 vars in 683 bytes} [Sun May 10 02:04:16 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1979] 10.0.0.28 () {32 vars in 679 bytes} [Sun May 10 02:04:16 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/1980] 10.0.0.28 () {32 vars in 691 bytes} [Sun May 10 02:04:16 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1981] 10.0.0.28 () {32 vars in 718 bytes} [Sun May 10 02:04:16 2026] GET /v2.0/trunks/af29af93-ca65-40c2-adce-0158dbe8dbd5 => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1982] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:04:16 2026] GET /v2.0/ports/ddddb777-6737-47a5-a823-0b6d35600475 => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1983] 10.0.0.28 () {32 vars in 721 bytes} [Sun May 10 02:04:16 2026] DELETE /v2.0/trunks/af29af93-ca65-40c2-adce-0158dbe8dbd5 => 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: 1004/1984] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:16 2026] GET /v2.0/security-groups?tenant_id=0dd8a80d05304c48883bcd646c5040a2&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1985] 10.0.0.28 () {32 vars in 718 bytes} [Sun May 10 02:04:16 2026] GET /v2.0/trunks/637b181b-fce4-44df-8ecc-776a75642679 => generated 420 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1986] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:16 2026] DELETE /v2.0/security-groups/f4526a69-aa6c-45c2-b0d0-6e156691419d => 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: 1007/1987] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:04:17 2026] GET /v2.0/ports/ea282f0c-ca17-4947-9b12-e534355776c6 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1988] 10.0.0.28 () {32 vars in 721 bytes} [Sun May 10 02:04:17 2026] DELETE /v2.0/trunks/637b181b-fce4-44df-8ecc-776a75642679 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1989] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:17 2026] GET /v2.0/security-groups?tenant_id=1a871d4d773d4edab50f49a3f8f44d26&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1990] 10.0.0.28 () {32 vars in 718 bytes} [Sun May 10 02:04:17 2026] GET /v2.0/trunks/53b2d4bb-fa5b-433a-b14e-e3fec478f156 => generated 429 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1991] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:17 2026] DELETE /v2.0/security-groups/76b7d736-feea-4390-b430-e9463055c658 => 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: 1012/1992] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:04:17 2026] GET /v2.0/ports/67fa938b-862f-4f21-b045-97d7fb9f9ddf => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1993] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:04:16 2026] PUT /v2.0/routers/9db92672-2336-4170-9bb1-88ab6a192452/add_router_interface => generated 309 bytes in 978 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: 982/1994] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:04:17 2026] GET /v2.0/ports/0cd7bc85-e4c0-4805-b927-f0a6c17d8a08 => generated 1033 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/1995] 10.0.0.28 () {32 vars in 721 bytes} [Sun May 10 02:04:17 2026] DELETE /v2.0/trunks/53b2d4bb-fa5b-433a-b14e-e3fec478f156 => 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: 1014/1996] 10.0.0.28 () {32 vars in 718 bytes} [Sun May 10 02:04:17 2026] GET /v2.0/trunks/c8cf763f-7ed5-4b5f-8cf8-e3fc01199f1b => 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: 1015/1997] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:04:17 2026] GET /v2.0/ports/725140c4-aa5e-446b-a103-38beee07a578 => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/1998] 10.0.0.28 () {32 vars in 721 bytes} [Sun May 10 02:04:17 2026] DELETE /v2.0/trunks/c8cf763f-7ed5-4b5f-8cf8-e3fc01199f1b => 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: 1017/1999] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:04:17 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2000] 10.0.0.28 () {32 vars in 718 bytes} [Sun May 10 02:04:17 2026] GET /v2.0/trunks/3511265a-42d1-4720-b4ea-1a1d9dcd3e6d => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2001] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:04:17 2026] GET /v2.0/security-groups?id=13a78dfc-639f-443d-a94b-a660f20d21b0&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:17.875 8 INFO neutron_taas.services.taas.taas_plugin [None req-5dd5db86-b276-42c3-952c-050e9cdd7d73 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] TaaS: Handle Delete Port: 0cd7bc85-e4c0-4805-b927-f0a6c17d8a08 2026-05-10 02:04:17.878 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dd5db86-b276-42c3-952c-050e9cdd7d73 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Tap Mirror: Handle Delete Port: 0cd7bc85-e4c0-4805-b927-f0a6c17d8a08 [pid: 7|app: 0|req: 1020/2002] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:04:17 2026] GET /v2.0/ports/17e58128-ee04-45e5-bab7-93c0d86d6fb5 => generated 826 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2003] 10.0.0.28 () {32 vars in 721 bytes} [Sun May 10 02:04:17 2026] DELETE /v2.0/trunks/3511265a-42d1-4720-b4ea-1a1d9dcd3e6d => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:18.053 7 INFO neutron_taas.services.taas.taas_plugin [None req-5acfab9a-1060-4d5e-9fbe-ec788ecf3817 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] TaaS: Handle Delete Port: ddddb777-6737-47a5-a823-0b6d35600475 2026-05-10 02:04:18.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5acfab9a-1060-4d5e-9fbe-ec788ecf3817 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] Tap Mirror: Handle Delete Port: ddddb777-6737-47a5-a823-0b6d35600475 [pid: 7|app: 0|req: 1022/2004] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:04:17 2026] DELETE /v2.0/ports/ddddb777-6737-47a5-a823-0b6d35600475 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/2005] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:04:17 2026] PUT /v2.0/routers/9db92672-2336-4170-9bb1-88ab6a192452/remove_router_interface => generated 309 bytes in 744 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:04:18.270 7 INFO neutron_taas.services.taas.taas_plugin [None req-9acf2262-4849-46cf-bbae-a5ba63daef6e 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] TaaS: Handle Delete Port: ea282f0c-ca17-4947-9b12-e534355776c6 2026-05-10 02:04:18.275 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9acf2262-4849-46cf-bbae-a5ba63daef6e 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] Tap Mirror: Handle Delete Port: ea282f0c-ca17-4947-9b12-e534355776c6 [pid: 7|app: 0|req: 1023/2006] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:04:18 2026] DELETE /v2.0/ports/ea282f0c-ca17-4947-9b12-e534355776c6 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:18.372 8 INFO neutron.api.v2.resource [None req-42de95ec-2eb2-456e-850d-711fffdad19c 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 984/2007] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:04:18 2026] PUT /v2.0/routers/9db92672-2336-4170-9bb1-88ab6a192452/remove_router_interface => generated 197 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2008] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:18 2026] GET /v2.0/ports?device_id=9db92672-2336-4170-9bb1-88ab6a192452 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:18.468 7 INFO neutron_taas.services.taas.taas_plugin [None req-0bc2a5b6-b693-4632-85a1-c2a168441170 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] TaaS: Handle Delete Port: 67fa938b-862f-4f21-b045-97d7fb9f9ddf 2026-05-10 02:04:18.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bc2a5b6-b693-4632-85a1-c2a168441170 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] Tap Mirror: Handle Delete Port: 67fa938b-862f-4f21-b045-97d7fb9f9ddf [pid: 7|app: 0|req: 1024/2009] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:04:18 2026] DELETE /v2.0/ports/67fa938b-862f-4f21-b045-97d7fb9f9ddf => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:18.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-169d45da-468a-47ac-a1c7-e2c8d3d64aaf 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] TaaS: Handle Delete Port: 21bfb801-5396-4514-b988-85bdef84e78d 2026-05-10 02:04:18.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-169d45da-468a-47ac-a1c7-e2c8d3d64aaf 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Tap Mirror: Handle Delete Port: 21bfb801-5396-4514-b988-85bdef84e78d 2026-05-10 02:04:18.745 7 INFO neutron_taas.services.taas.taas_plugin [None req-0b9c2cd6-0c3f-47fd-967f-f55b07e5cba6 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] TaaS: Handle Delete Port: 725140c4-aa5e-446b-a103-38beee07a578 2026-05-10 02:04:18.748 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b9c2cd6-0c3f-47fd-967f-f55b07e5cba6 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] Tap Mirror: Handle Delete Port: 725140c4-aa5e-446b-a103-38beee07a578 [pid: 7|app: 0|req: 1025/2010] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:04:18 2026] DELETE /v2.0/ports/725140c4-aa5e-446b-a103-38beee07a578 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:18.946 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee5da59e-adaf-4368-9bf6-7fff89afe853 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] TaaS: Handle Delete Port: 17e58128-ee04-45e5-bab7-93c0d86d6fb5 2026-05-10 02:04:18.948 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee5da59e-adaf-4368-9bf6-7fff89afe853 20ef65ab29cb4abab23d93dd0d81be73 af7bf30fa89843fd83dceac4aea0f7be - - default default] Tap Mirror: Handle Delete Port: 17e58128-ee04-45e5-bab7-93c0d86d6fb5 [pid: 7|app: 0|req: 1026/2011] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:04:18 2026] DELETE /v2.0/ports/17e58128-ee04-45e5-bab7-93c0d86d6fb5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2012] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:04:19 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:19.071 8 INFO neutron.services.segments.plugin [-] Segment 7a0051e4-2ca9-4135-8bb8-e6451ec954b2 resource provider aggregate not found 2026-05-10 02:04:19.075 8 INFO neutron.services.segments.plugin [-] Segment 7a0051e4-2ca9-4135-8bb8-e6451ec954b2 resource provider aggregate not found 2026-05-10 02:04:19.091 8 INFO neutron.services.segments.plugin [-] Segment 7a0051e4-2ca9-4135-8bb8-e6451ec954b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a0051e4-2ca9-4135-8bb8-e6451ec954b2 found for delete ", "request_id": "req-c8eff727-4445-4077-a3fd-afde26f52ee8"}]} 2026-05-10 02:04:19.096 8 INFO neutron.db.l3_hamode_db [None req-169d45da-468a-47ac-a1c7-e2c8d3d64aaf 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] HA network b40b8c92-658a-47cb-8af9-3502ada63c92 was deleted as no HA routers are present in tenant 178a1d996fa64a5090115edab8f11615. 2026-05-10 02:04:19.100 8 INFO neutron.services.segments.plugin [-] Segment 7a0051e4-2ca9-4135-8bb8-e6451ec954b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a0051e4-2ca9-4135-8bb8-e6451ec954b2 found for delete ", "request_id": "req-dcfda661-7b90-41e1-88e7-8d1cc08db762"}]} [pid: 8|app: 0|req: 986/2013] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:18 2026] DELETE /v2.0/routers/9db92672-2336-4170-9bb1-88ab6a192452 => generated 0 bytes in 704 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2014] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:04:19 2026] GET /v2.0/security-groups?id=13a78dfc-639f-443d-a94b-a660f20d21b0&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:19.182 7 INFO neutron.services.segments.plugin [-] Segment 59ad8d1b-4d1d-44d7-858a-26e50955f0e6 resource provider aggregate not found 2026-05-10 02:04:19.190 7 INFO neutron.services.segments.plugin [-] Segment 59ad8d1b-4d1d-44d7-858a-26e50955f0e6 resource provider aggregate not found 2026-05-10 02:04:19.207 7 INFO neutron.services.segments.plugin [-] Segment 59ad8d1b-4d1d-44d7-858a-26e50955f0e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59ad8d1b-4d1d-44d7-858a-26e50955f0e6 found for delete ", "request_id": "req-f1ba956a-a6ee-4894-bbc9-c15fac8b9442"}]} 2026-05-10 02:04:19.211 7 INFO neutron.services.segments.plugin [-] Segment 59ad8d1b-4d1d-44d7-858a-26e50955f0e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59ad8d1b-4d1d-44d7-858a-26e50955f0e6 found for delete ", "request_id": "req-d8029f69-8459-46cb-bbcf-edfbf31aa4d0"}]} [pid: 7|app: 0|req: 1028/2015] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:19 2026] DELETE /v2.0/networks/15d4c32c-7477-4ec5-818d-bbc11ec5348f => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/2016] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:19 2026] DELETE /v2.0/subnets/5a9673ae-4f52-43aa-8801-bb00923e8fab => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2017] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:19 2026] DELETE /v2.0/networks/d15bf1a0-7013-46a9-8a07-a5dc72c92263 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:19.392 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f0e1c98-cc30-44bb-b37d-c3518a53f281 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] TaaS: Handle Delete Port: 5f3f6cde-664b-49c4-b656-854fb0cc1f17 2026-05-10 02:04:19.395 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f0e1c98-cc30-44bb-b37d-c3518a53f281 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Tap Mirror: Handle Delete Port: 5f3f6cde-664b-49c4-b656-854fb0cc1f17 [pid: 8|app: 0|req: 989/2020] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:19 2026] DELETE /v2.0/networks/4fc408c5-f3a7-49b6-9c0f-344a0a85fac1 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:19.712 8 INFO neutron.db.segments_db [None req-d2ea407c-293c-4d15-8549-5b923f38f9d4 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Added segment 6385973b-de98-48db-b096-949638adef76 of type vxlan for network 387d5c48-415f-4267-aea1-c3c580a6ba46 [pid: 7|app: 0|req: 1032/2021] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:19 2026] DELETE /v2.0/networks/e2a5152e-0b8e-4e9e-a81d-1c9ceeab1a02 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/2022] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:19 2026] POST /v2.0/networks => generated 634 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2023] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:19 2026] DELETE /v2.0/networks/ec0cb04d-73ed-4b88-919a-3204407bc6f6 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2024] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:19 2026] POST /v2.0/subnets => generated 646 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2025] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:19 2026] DELETE /v2.0/networks/65d613df-62c4-4cb9-b4f3-61b32af469d8 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:20.125 8 INFO neutron.db.segments_db [None req-7430695e-ef25-4f9d-b675-0698befc8b27 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Added segment e0d6ab68-e1e6-4b94-9999-948a38a80996 of type vxlan for network 71e50233-6ab5-461f-83f7-113e83438919 [pid: 7|app: 0|req: 1035/2026] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:04:20 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2027] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:04:20 2026] GET /v2.0/security-groups?id=13a78dfc-639f-443d-a94b-a660f20d21b0&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2028] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:04:20 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:20.478 8 INFO neutron.db.l3_hamode_db [None req-7430695e-ef25-4f9d-b675-0698befc8b27 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:04:20.501 7 INFO neutron_taas.services.taas.taas_plugin [req-86d212e5-499c-4a97-b9ae-60fe93fc7a62 req-869266ab-40c3-4a2b-8471-4d8211cae978 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] TaaS: Handle Delete Port: ff5d5822-6b46-4f01-a288-146602cb5092 2026-05-10 02:04:20.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-86d212e5-499c-4a97-b9ae-60fe93fc7a62 req-869266ab-40c3-4a2b-8471-4d8211cae978 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Tap Mirror: Handle Delete Port: ff5d5822-6b46-4f01-a288-146602cb5092 2026-05-10 02:04:20.612 8 INFO neutron.db.l3_hamode_db [None req-7430695e-ef25-4f9d-b675-0698befc8b27 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:04:20.627 7 INFO neutron.db.l3_db [req-86d212e5-499c-4a97-b9ae-60fe93fc7a62 req-869266ab-40c3-4a2b-8471-4d8211cae978 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Floating IP a6e67d30-8975-49d8-af7f-14a63fb6f26b disassociated. External IP: 10.96.250.208, port: ff5d5822-6b46-4f01-a288-146602cb5092. [pid: 7|app: 0|req: 1038/2029] 199.204.45.53 () {36 vars in 996 bytes} [Sun May 10 02:04:20 2026] DELETE /v2.0/ports/ff5d5822-6b46-4f01-a288-146602cb5092 => generated 0 bytes in 627 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:21.073 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a6cfd32-4a83-4c12-b0e9-e45fe6262351'] response: {'server_uuid': '496c3f2c-7129-4506-bc8a-b7c69091f0ef', 'name': 'network-vif-deleted', 'tag': 'ff5d5822-6b46-4f01-a288-146602cb5092', 'status': 'completed', 'code': 200} 2026-05-10 02:04:21.134 8 INFO neutron.services.segments.plugin [-] Segment 8c516edc-23ea-4166-bc3d-4a70bb10400b resource provider aggregate not found 2026-05-10 02:04:21.143 8 INFO neutron.services.segments.plugin [-] Segment 8c516edc-23ea-4166-bc3d-4a70bb10400b resource provider aggregate not found 2026-05-10 02:04:21.160 8 INFO neutron.services.segments.plugin [-] Segment 8c516edc-23ea-4166-bc3d-4a70bb10400b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c516edc-23ea-4166-bc3d-4a70bb10400b found for delete ", "request_id": "req-82173771-1b48-4d6b-8c5c-a6e0e5173af4"}]} 2026-05-10 02:04:21.166 8 INFO neutron.services.segments.plugin [-] Segment 8c516edc-23ea-4166-bc3d-4a70bb10400b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c516edc-23ea-4166-bc3d-4a70bb10400b found for delete ", "request_id": "req-c0efc964-04a1-41b0-a99d-47c0256b255c"}]} [pid: 8|app: 0|req: 992/2030] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:20 2026] POST /v2.0/routers => generated 510 bytes in 1265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2031] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:21 2026] GET /v2.0/security-groups?tenant_id=6bc88b9d0690442b959ca34d2b2a59d0&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:04:21.725 7 INFO neutron.services.segments.plugin [-] Segment e9619b9a-0838-4bc2-bcc5-4bff0d0256fe resource provider aggregate not found 2026-05-10 02:04:21.736 7 INFO neutron.services.segments.plugin [-] Segment e9619b9a-0838-4bc2-bcc5-4bff0d0256fe resource provider aggregate not found 2026-05-10 02:04:21.763 7 INFO neutron.services.segments.plugin [-] Segment e9619b9a-0838-4bc2-bcc5-4bff0d0256fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9619b9a-0838-4bc2-bcc5-4bff0d0256fe found for delete ", "request_id": "req-26351124-0cfa-43b8-9caf-83f49bdea458"}]} 2026-05-10 02:04:21.765 7 INFO neutron.services.segments.plugin [-] Segment e9619b9a-0838-4bc2-bcc5-4bff0d0256fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9619b9a-0838-4bc2-bcc5-4bff0d0256fe found for delete ", "request_id": "req-d038858d-bc69-4c8f-bdb3-b92e5f6883d3"}]} 2026-05-10 02:04:21.784 7 INFO neutron.services.segments.plugin [-] Segment 51eb646b-d270-4367-9244-150ca758a759 resource provider aggregate not found 2026-05-10 02:04:21.792 7 INFO neutron.services.segments.plugin [-] Segment 51eb646b-d270-4367-9244-150ca758a759 resource provider aggregate not found 2026-05-10 02:04:21.799 7 INFO neutron.services.segments.plugin [-] Segment 51eb646b-d270-4367-9244-150ca758a759 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51eb646b-d270-4367-9244-150ca758a759 found for delete ", "request_id": "req-ef4324c9-1615-4f01-9c84-37bb532bfc33"}]} 2026-05-10 02:04:21.817 7 INFO neutron.services.segments.plugin [-] Segment 8304b8f7-da7c-4ed9-8d5f-8855dffef582 resource provider aggregate not found 2026-05-10 02:04:21.825 7 INFO neutron.services.segments.plugin [-] Segment 51eb646b-d270-4367-9244-150ca758a759 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51eb646b-d270-4367-9244-150ca758a759 found for delete ", "request_id": "req-da06435b-d4e5-4d36-8cb5-62c326bad007"}]} 2026-05-10 02:04:21.846 7 INFO neutron.services.segments.plugin [-] Segment 8304b8f7-da7c-4ed9-8d5f-8855dffef582 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8304b8f7-da7c-4ed9-8d5f-8855dffef582 found for delete ", "request_id": "req-df752b09-7946-46a5-bd97-6964af4de06a"}]} 2026-05-10 02:04:21.856 7 INFO neutron.services.segments.plugin [-] Segment 8304b8f7-da7c-4ed9-8d5f-8855dffef582 resource provider aggregate not found 2026-05-10 02:04:21.871 7 INFO neutron.services.segments.plugin [-] Segment f677875a-61bb-4a93-88f6-7ceaea7bc784 resource provider aggregate not found 2026-05-10 02:04:21.877 7 INFO neutron.services.segments.plugin [-] Segment 8304b8f7-da7c-4ed9-8d5f-8855dffef582 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8304b8f7-da7c-4ed9-8d5f-8855dffef582 found for delete ", "request_id": "req-b58568c8-f84e-4447-8f38-376905cc1e9f"}]} 2026-05-10 02:04:21.892 7 INFO neutron.services.segments.plugin [-] Segment f677875a-61bb-4a93-88f6-7ceaea7bc784 resource provider aggregate not found 2026-05-10 02:04:21.899 7 INFO neutron.services.segments.plugin [-] Segment f677875a-61bb-4a93-88f6-7ceaea7bc784 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f677875a-61bb-4a93-88f6-7ceaea7bc784 found for delete ", "request_id": "req-4069556b-194e-4d41-8b5e-691a996aae4a"}]} 2026-05-10 02:04:21.917 7 INFO neutron.services.segments.plugin [-] Segment f677875a-61bb-4a93-88f6-7ceaea7bc784 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f677875a-61bb-4a93-88f6-7ceaea7bc784 found for delete ", "request_id": "req-bad23859-52d5-4c23-a421-7715359876ba"}]} [pid: 7|app: 0|req: 1039/2032] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:21 2026] GET /v2.0/security-groups?tenant_id=48d51e5e7ff74e8faa853a550241f1e5&name=default => generated 2925 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2033] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:04:21 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => 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: 1041/2034] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:21 2026] DELETE /v2.0/security-groups/b75d96ca-2888-4b0a-9982-9d4a99a0980e => 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: 1042/2035] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:22 2026] DELETE /v2.0/security-groups/b29cc2fe-e900-41d9-bc23-7027a69880e1 => 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: 1043/2036] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:22 2026] GET /v2.0/security-groups?tenant_id=b360fb3c09c544eba277d34b5a249443&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2037] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:22 2026] DELETE /v2.0/security-groups/087ea6c3-9786-42f8-98f9-2452291d1090 => 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: 1045/2038] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:22 2026] GET /v2.0/security-groups?tenant_id=702e3aaa8b394aa194bdccf17ce393ca&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2039] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:04:21 2026] PUT /v2.0/routers/d468886c-833e-4402-958f-93106e8fcbdf/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: 995/2040] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:04:22 2026] GET /v2.0/ports/54868d04-11db-490b-b570-c6ecdebfec74 => generated 959 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2041] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:22 2026] DELETE /v2.0/security-groups/45064001-9666-48a9-9d8f-18b8f72f1057 => 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: 1047/2042] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:22 2026] GET /v2.0/security-groups?tenant_id=af7bf30fa89843fd83dceac4aea0f7be&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:04:22.898 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1587ec8-0e5e-4a19-b520-1c4c8cef4ae6 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] TaaS: Handle Delete Port: 54868d04-11db-490b-b570-c6ecdebfec74 2026-05-10 02:04:22.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1587ec8-0e5e-4a19-b520-1c4c8cef4ae6 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Tap Mirror: Handle Delete Port: 54868d04-11db-490b-b570-c6ecdebfec74 [pid: 7|app: 0|req: 1048/2043] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:22 2026] DELETE /v2.0/security-groups/bcbc624e-8089-4b94-9c9e-a157215d8c5c => 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: 1049/2044] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:04:23 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => 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: 996/2045] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:04:22 2026] PUT /v2.0/routers/d468886c-833e-4402-958f-93106e8fcbdf/remove_router_interface => generated 309 bytes in 719 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2046] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:23 2026] GET /v2.0/ports?device_id=d468886c-833e-4402-958f-93106e8fcbdf => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:23.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-25aaa659-6f2f-4daf-bf16-cbcd6c4dfeed 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] TaaS: Handle Delete Port: f40bac14-b12e-42e2-8954-9468349436d8 2026-05-10 02:04:23.535 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25aaa659-6f2f-4daf-bf16-cbcd6c4dfeed 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Tap Mirror: Handle Delete Port: f40bac14-b12e-42e2-8954-9468349436d8 2026-05-10 02:04:23.867 8 INFO neutron.services.segments.plugin [-] Segment e0d6ab68-e1e6-4b94-9999-948a38a80996 resource provider aggregate not found 2026-05-10 02:04:23.870 8 INFO neutron.services.segments.plugin [-] Segment e0d6ab68-e1e6-4b94-9999-948a38a80996 resource provider aggregate not found 2026-05-10 02:04:23.883 8 INFO neutron.services.segments.plugin [-] Segment e0d6ab68-e1e6-4b94-9999-948a38a80996 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0d6ab68-e1e6-4b94-9999-948a38a80996 found for delete ", "request_id": "req-1d10c292-c22d-49ae-a4a5-aa5a8f9ab0f4"}]} 2026-05-10 02:04:23.890 8 INFO neutron.services.segments.plugin [-] Segment e0d6ab68-e1e6-4b94-9999-948a38a80996 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0d6ab68-e1e6-4b94-9999-948a38a80996 found for delete ", "request_id": "req-026c4c11-e19a-4d75-89bc-a487996c1fd1"}]} 2026-05-10 02:04:23.904 8 INFO neutron.db.l3_hamode_db [None req-25aaa659-6f2f-4daf-bf16-cbcd6c4dfeed 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] HA network 71e50233-6ab5-461f-83f7-113e83438919 was deleted as no HA routers are present in tenant 178a1d996fa64a5090115edab8f11615. [pid: 8|app: 0|req: 997/2047] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:23 2026] DELETE /v2.0/routers/d468886c-833e-4402-958f-93106e8fcbdf => generated 0 bytes in 537 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2048] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:23 2026] DELETE /v2.0/subnets/9d1bb86d-e81a-4bd4-bdcc-a7d325aa119a => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2049] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:04:24 2026] GET /v2.0/ports?device_id=496c3f2c-7129-4506-bc8a-b7c69091f0ef => 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: 998/2050] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:24 2026] DELETE /v2.0/networks/387d5c48-415f-4267-aea1-c3c580a6ba46 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:24.241 7 INFO neutron.db.segments_db [None req-8ecb67d4-28a5-47a9-81a4-18792524dd52 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Added segment 1717f8ee-8d53-45e8-b164-47d6a77b4eef of type vxlan for network d95658e9-e10f-4c27-9549-aeb52ecd18e3 2026-05-10 02:04:24.496 7 INFO neutron.db.l3_hamode_db [None req-8ecb67d4-28a5-47a9-81a4-18792524dd52 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:04:25.299 7 INFO neutron.db.l3_hamode_db [None req-8ecb67d4-28a5-47a9-81a4-18792524dd52 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 999/2051] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:25 2026] DELETE /v2.0/security-groups/13a78dfc-639f-443d-a94b-a660f20d21b0 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:25.517 8 INFO neutron_taas.services.taas.taas_plugin [None req-fedcb565-21c4-49c7-93ba-d327f8f59336 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] TaaS: Handle Delete Port: 2ca6ba51-1ead-4390-9b2e-6fe4c749044c 2026-05-10 02:04:25.520 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fedcb565-21c4-49c7-93ba-d327f8f59336 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Tap Mirror: Handle Delete Port: 2ca6ba51-1ead-4390-9b2e-6fe4c749044c [pid: 8|app: 0|req: 1000/2052] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:04:25 2026] DELETE /v2.0/floatingips/a6e67d30-8975-49d8-af7f-14a63fb6f26b => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:25.920 8 INFO neutron.services.segments.plugin [-] Segment 6385973b-de98-48db-b096-949638adef76 resource provider aggregate not found 2026-05-10 02:04:25.930 8 INFO neutron.services.segments.plugin [-] Segment 6385973b-de98-48db-b096-949638adef76 resource provider aggregate not found 2026-05-10 02:04:25.947 8 INFO neutron.services.segments.plugin [-] Segment 6385973b-de98-48db-b096-949638adef76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6385973b-de98-48db-b096-949638adef76 found for delete ", "request_id": "req-4bdfef79-e193-4295-84be-da33f69f362f"}]} 2026-05-10 02:04:25.951 8 INFO neutron.services.segments.plugin [-] Segment 6385973b-de98-48db-b096-949638adef76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6385973b-de98-48db-b096-949638adef76 found for delete ", "request_id": "req-d67e8d00-db5e-4e5c-9ecb-2fc4a3779a26"}]} [pid: 8|app: 0|req: 1001/2053] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:04:25 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 971 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2054] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:04:25 2026] GET /v2.0/security-groups?id=e9891c6d-d35a-47c8-88d3-18c669ab77cb&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2055] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:24 2026] POST /v2.0/routers => generated 691 bytes in 2055 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:26.295 8 INFO neutron.db.segments_db [None req-3d54a8fb-9bbc-4fa7-862f-341153ea9876 604488d62a174b55b62e554ad39ac34a 567156d808dc433197f779d0f80f7141 - - default default] Added segment acd1009e-0647-4180-a5fe-a44084777a41 of type vxlan for network c88f2164-1204-4023-90f6-c966b9bc4b15 [pid: 7|app: 0|req: 1054/2056] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:04:26 2026] GET /v2.0/routers/d67fe766-ec20-4d77-a06a-57a5c28ab685 => generated 697 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2057] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:26 2026] POST /v2.0/networks => generated 632 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2058] 10.0.0.28 () {32 vars in 646 bytes} [Sun May 10 02:04:26 2026] GET /v2.0/routers => generated 700 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2059] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:04:26 2026] PUT /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2060] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:04:26 2026] GET /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/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: 1006/2061] 10.0.0.28 () {34 vars in 763 bytes} [Sun May 10 02:04:26 2026] PUT /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2062] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:04:26 2026] GET /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2063] 10.0.0.28 () {34 vars in 759 bytes} [Sun May 10 02:04:26 2026] PUT /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/2064] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:04:26 2026] GET /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2065] 10.0.0.28 () {34 vars in 781 bytes} [Sun May 10 02:04:26 2026] PUT /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2066] 10.0.0.28 () {34 vars in 740 bytes} [Sun May 10 02:04:26 2026] PUT /v2.0/routers/d67fe766-ec20-4d77-a06a-57a5c28ab685 => generated 704 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2067] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:04:26 2026] GET /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags => generated 52 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2068] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:04:26 2026] GET /v2.0/routers/d67fe766-ec20-4d77-a06a-57a5c28ab685 => generated 704 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2069] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:26 2026] GET /v2.0/ports?device_id=d67fe766-ec20-4d77-a06a-57a5c28ab685 => 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: 1012/2070] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:04:26 2026] PUT /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2071] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:04:26 2026] GET /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2072] 10.0.0.28 () {32 vars in 740 bytes} [Sun May 10 02:04:26 2026] GET /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:27.074 8 INFO neutron.api.v2.resource [None req-5ee9d132-6418-407b-bcb0-27cdd1e03b15 604488d62a174b55b62e554ad39ac34a 567156d808dc433197f779d0f80f7141 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1015/2073] 10.0.0.28 () {32 vars in 744 bytes} [Sun May 10 02:04:27 2026] GET /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:04:27.082 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd27b890-d72b-4137-b28a-e5f203b7e42b 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] TaaS: Handle Delete Port: ba12ea0f-f157-4e5d-b22c-e77d2071df03 2026-05-10 02:04:27.085 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd27b890-d72b-4137-b28a-e5f203b7e42b 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Tap Mirror: Handle Delete Port: ba12ea0f-f157-4e5d-b22c-e77d2071df03 [pid: 8|app: 0|req: 1016/2074] 10.0.0.28 () {32 vars in 743 bytes} [Sun May 10 02:04:27 2026] DELETE /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2075] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:04:27 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2076] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:04:27 2026] GET /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags => generated 30 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2077] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:04:27 2026] GET /v2.0/security-groups?id=e9891c6d-d35a-47c8-88d3-18c669ab77cb&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-05-10 02:04:27.318 8 INFO neutron.api.v2.resource [None req-3c4121d1-21e1-4c6d-883d-48e2a80c6b0a 604488d62a174b55b62e554ad39ac34a 567156d808dc433197f779d0f80f7141 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1020/2078] 10.0.0.28 () {32 vars in 747 bytes} [Sun May 10 02:04:27 2026] DELETE /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:04:27.373 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd27b890-d72b-4137-b28a-e5f203b7e42b 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] TaaS: Handle Delete Port: b9045b18-2a32-41bc-9227-08fafeaa63f6 2026-05-10 02:04:27.375 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd27b890-d72b-4137-b28a-e5f203b7e42b 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] Tap Mirror: Handle Delete Port: b9045b18-2a32-41bc-9227-08fafeaa63f6 [pid: 8|app: 0|req: 1021/2079] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:27 2026] DELETE /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2080] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:04:27 2026] GET /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15/tags => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/2081] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:27 2026] DELETE /v2.0/networks/c88f2164-1204-4023-90f6-c966b9bc4b15 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:27.688 7 INFO neutron.services.segments.plugin [-] Segment 1717f8ee-8d53-45e8-b164-47d6a77b4eef resource provider aggregate not found 2026-05-10 02:04:27.704 7 INFO neutron.services.segments.plugin [-] Segment 1717f8ee-8d53-45e8-b164-47d6a77b4eef resource provider aggregate not found 2026-05-10 02:04:27.711 7 INFO neutron.services.segments.plugin [-] Segment 1717f8ee-8d53-45e8-b164-47d6a77b4eef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1717f8ee-8d53-45e8-b164-47d6a77b4eef found for delete ", "request_id": "req-df51d7bb-9f69-4cfe-b2ec-96e7aee84dad"}]} 2026-05-10 02:04:27.725 7 INFO neutron.services.segments.plugin [-] Segment 1717f8ee-8d53-45e8-b164-47d6a77b4eef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1717f8ee-8d53-45e8-b164-47d6a77b4eef found for delete ", "request_id": "req-d5caba1a-dd97-477b-a265-aba0e6a382c1"}]} 2026-05-10 02:04:27.726 7 INFO neutron.db.l3_hamode_db [None req-cd27b890-d72b-4137-b28a-e5f203b7e42b 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] HA network d95658e9-e10f-4c27-9549-aeb52ecd18e3 was deleted as no HA routers are present in tenant 178a1d996fa64a5090115edab8f11615. [pid: 7|app: 0|req: 1059/2082] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:26 2026] DELETE /v2.0/routers/d67fe766-ec20-4d77-a06a-57a5c28ab685 => generated 0 bytes in 841 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2083] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:27 2026] GET /v2.0/ports?device_id=d67fe766-ec20-4d77-a06a-57a5c28ab685 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:27.787 7 INFO neutron.api.v2.resource [None req-6b62e181-f78c-49e7-81eb-0f566193c6f5 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1060/2084] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:27 2026] DELETE /v2.0/routers/d67fe766-ec20-4d77-a06a-57a5c28ab685 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2085] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:27 2026] GET /v2.0/ports?device_id=d468886c-833e-4402-958f-93106e8fcbdf => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:27.837 7 INFO neutron.api.v2.resource [None req-d0a84772-f07e-4d2d-9ddd-718413051cea 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1061/2086] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:27 2026] DELETE /v2.0/routers/d468886c-833e-4402-958f-93106e8fcbdf => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:04:27.861 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e918e1ab-7839-41d5-86ee-0e3a45c85d5f 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1026/2087] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:27 2026] DELETE /v2.0/subnets/9d1bb86d-e81a-4bd4-bdcc-a7d325aa119a => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2088] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:27 2026] GET /v2.0/ports?device_id=9db92672-2336-4170-9bb1-88ab6a192452 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:27.917 8 INFO neutron.api.v2.resource [None req-e411fbc5-49f7-4e2e-970f-991030545639 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1027/2089] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:27 2026] DELETE /v2.0/routers/9db92672-2336-4170-9bb1-88ab6a192452 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:04:27.934 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2a8e165-44c6-452b-9fd5-e01522e48ca3 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1063/2090] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:27 2026] DELETE /v2.0/subnets/5a9673ae-4f52-43aa-8801-bb00923e8fab => 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: 1028/2091] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:27 2026] GET /v2.0/ports?device_id=31f9e465-e04b-48c1-88ad-6ef919cfa422 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:27.975 8 INFO neutron.services.segments.plugin [-] Segment acd1009e-0647-4180-a5fe-a44084777a41 resource provider aggregate not found 2026-05-10 02:04:27.978 8 INFO neutron.services.segments.plugin [-] Segment acd1009e-0647-4180-a5fe-a44084777a41 resource provider aggregate not found 2026-05-10 02:04:27.990 8 INFO neutron.services.segments.plugin [-] Segment acd1009e-0647-4180-a5fe-a44084777a41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acd1009e-0647-4180-a5fe-a44084777a41 found for delete ", "request_id": "req-fcfe2697-35a5-4818-928d-f3a135aedfaf"}]} 2026-05-10 02:04:27.993 8 INFO neutron.services.segments.plugin [-] Segment acd1009e-0647-4180-a5fe-a44084777a41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acd1009e-0647-4180-a5fe-a44084777a41 found for delete ", "request_id": "req-c6832830-13e0-42be-a652-f9be23eb212c"}]} 2026-05-10 02:04:28.007 7 INFO neutron.api.v2.resource [None req-5fa6f29d-44fb-48b1-8672-7aa5075d7f17 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1064/2092] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:27 2026] DELETE /v2.0/routers/31f9e465-e04b-48c1-88ad-6ef919cfa422 => generated 135 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:04:28.032 8 INFO neutron.pecan_wsgi.hooks.translation [None req-24231eb2-c480-47a9-a2d7-e03f1de4547d 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1029/2093] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:28 2026] DELETE /v2.0/subnets/4d68d83e-892d-4507-bb99-b26e07436d61 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:04:28.052 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dd1f22e6-b41b-48ed-9c14-bf535ea0cfe3 9128e19fa0ab4615bd96c13c5f21f867 178a1d996fa64a5090115edab8f11615 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1065/2094] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:28 2026] DELETE /v2.0/subnets/883c9cc9-0f6a-4dfe-854a-2705b9401c1a => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2095] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:04:28 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 971 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2096] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:04:28 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:28.587 7 INFO neutron_taas.services.taas.taas_plugin [req-6d1d9e3b-f800-4c08-ade6-e49fc0ae2272 req-9f305086-491f-4a50-ae91-7140fc2fadd6 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] TaaS: Handle Delete Port: e0da555a-8a52-4eff-a5b6-a0423d79e4d4 2026-05-10 02:04:28.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-6d1d9e3b-f800-4c08-ade6-e49fc0ae2272 req-9f305086-491f-4a50-ae91-7140fc2fadd6 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Tap Mirror: Handle Delete Port: e0da555a-8a52-4eff-a5b6-a0423d79e4d4 [pid: 8|app: 0|req: 1030/2097] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:28 2026] GET /v2.0/security-groups?tenant_id=511f543e7e5242b1988797cf3afc4331&name=default => generated 2925 bytes in 377 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2098] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:04:28 2026] GET /v2.0/security-groups?id=e9891c6d-d35a-47c8-88d3-18c669ab77cb&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2099] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:28 2026] GET /v2.0/security-groups?tenant_id=178a1d996fa64a5090115edab8f11615&name=default => generated 2925 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2100] 199.204.45.53 () {36 vars in 996 bytes} [Sun May 10 02:04:28 2026] DELETE /v2.0/ports/e0da555a-8a52-4eff-a5b6-a0423d79e4d4 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2101] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:28 2026] DELETE /v2.0/security-groups/c5d1315d-3df4-4ad3-b925-dee111cc80fb => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:28.803 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3c61618-c9e4-4a32-a814-8e46fa929b86'] response: {'server_uuid': '92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3', 'name': 'network-vif-deleted', 'tag': 'e0da555a-8a52-4eff-a5b6-a0423d79e4d4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1069/2102] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:28 2026] DELETE /v2.0/security-groups/58fdee35-f0e4-4e89-9253-97d31c4ab801 => 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: 1034/2103] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:28 2026] GET /v2.0/security-groups?tenant_id=567156d808dc433197f779d0f80f7141&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: 1070/2104] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:28 2026] DELETE /v2.0/security-groups/b57c6b69-944c-4906-9d55-0dc7286ea866 => 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: 1035/2105] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:04:29 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => 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: 1036/2106] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:04:30 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:31.010 7 INFO neutron.db.segments_db [None req-e27bf4e9-3aa9-49fa-8a01-745f9a7cf1f6 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Added segment 40525b6a-5ba0-4179-906f-24a706931ae0 of type vxlan for network 7b0f9fc1-f903-48bd-930f-88859beed2b6 [pid: 7|app: 0|req: 1071/2107] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:30 2026] POST /v2.0/networks => generated 629 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:31.158 8 INFO neutron.db.segments_db [None req-796bdb78-0cfd-404b-a3d2-27a8c312102c f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Added segment 9039436d-3e46-45e2-83c4-088f549ae17b of type vxlan for network a6343ab3-bc3f-46ec-94f9-e616c376d0f6 [pid: 8|app: 0|req: 1037/2108] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:31 2026] POST /v2.0/networks => generated 629 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2109] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:31 2026] POST /v2.0/subnets => generated 626 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2110] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:31 2026] POST /v2.0/subnets => generated 626 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:31.810 7 INFO neutron.db.segments_db [None req-a71bb7c8-c9bf-43cc-a884-f037863cc214 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Added segment ff73dfa0-c36a-4394-9144-9f0caef737be of type vxlan for network 7cb8d70b-9e0a-4933-9c97-8b0e9c9aeab3 [pid: 8|app: 0|req: 1039/2111] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:04:31 2026] GET /v2.0/ports?device_id=92b2b1ed-0d93-4db3-8a3b-a8ff1a2d55d3 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:32.047 7 INFO neutron.db.l3_hamode_db [None req-a71bb7c8-c9bf-43cc-a884-f037863cc214 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:04:32.170 7 INFO neutron.db.l3_hamode_db [None req-a71bb7c8-c9bf-43cc-a884-f037863cc214 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1040/2112] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:04:32 2026] POST /v2.0/subnetpools => generated 516 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2113] 10.0.0.28 () {34 vars in 758 bytes} [Sun May 10 02:04:32 2026] PUT /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2114] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:32 2026] GET /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2115] 10.0.0.28 () {34 vars in 769 bytes} [Sun May 10 02:04:32 2026] PUT /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2116] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:32 2026] GET /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2117] 10.0.0.28 () {34 vars in 765 bytes} [Sun May 10 02:04:32 2026] PUT /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2118] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:31 2026] POST /v2.0/routers => generated 506 bytes in 982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2119] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:32 2026] GET /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/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: 1047/2120] 10.0.0.28 () {34 vars in 787 bytes} [Sun May 10 02:04:32 2026] PUT /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2121] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:32 2026] GET /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2122] 10.0.0.28 () {34 vars in 758 bytes} [Sun May 10 02:04:32 2026] PUT /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2123] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:32 2026] GET /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2124] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:04:32 2026] GET /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:32.975 8 INFO neutron.api.v2.resource [None req-988fb793-290a-4f93-90c7-52ea9498ae1c 9f8d643af41d4be5a577aaff8459565e 611e31b37ff345f3ab8e6cdc67906eec - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1052/2125] 10.0.0.28 () {32 vars in 750 bytes} [Sun May 10 02:04:32 2026] GET /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2126] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:04:32 2026] DELETE /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2127] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:33 2026] GET /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2128] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:33 2026] DELETE /v2.0/security-groups/e9891c6d-d35a-47c8-88d3-18c669ab77cb => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:33.251 8 INFO neutron.api.v2.resource [None req-b5ba4d54-62d4-4432-afe1-4a83136ab2e0 9f8d643af41d4be5a577aaff8459565e 611e31b37ff345f3ab8e6cdc67906eec - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1056/2129] 10.0.0.28 () {32 vars in 753 bytes} [Sun May 10 02:04:33 2026] DELETE /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:04:33.662 8 INFO neutron_taas.services.taas.taas_plugin [None req-c474a60e-6f29-4377-af4e-db8cfcbb0e37 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] TaaS: Handle Delete Port: d9785bfd-e56e-48b7-91a1-5d641ca95dc1 2026-05-10 02:04:33.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c474a60e-6f29-4377-af4e-db8cfcbb0e37 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Tap Mirror: Handle Delete Port: d9785bfd-e56e-48b7-91a1-5d641ca95dc1 [pid: 7|app: 0|req: 1074/2130] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:04:32 2026] PUT /v2.0/routers/fef6ac98-66c8-41a4-ad18-fc912fa437f0/add_router_interface => generated 309 bytes in 1112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2131] 10.0.0.28 () {32 vars in 741 bytes} [Sun May 10 02:04:33 2026] DELETE /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2132] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:04:33 2026] GET /v2.0/ports/a0b6263b-894b-4ac8-8ec1-f3ae05b2d2ab => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2133] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:33 2026] GET /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77/tags => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2134] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:04:33 2026] PUT /v2.0/routers/b9630775-a74f-4d04-bb72-cf10bbb34700/remove_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2135] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:04:34 2026] DELETE /v2.0/subnetpools/29b58e6f-f84c-4652-9f0d-4835e904ec77 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2136] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:34 2026] DELETE /v2.0/subnets/f22d2614-6308-4e51-b033-c507e007fcf4 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:34.682 8 INFO neutron_taas.services.taas.taas_plugin [None req-7fa52868-1e8d-4a3d-9e8a-824a48e99a24 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] TaaS: Handle Delete Port: fd13a57f-26ed-47b6-8376-9d7c8205b2f1 2026-05-10 02:04:34.685 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fa52868-1e8d-4a3d-9e8a-824a48e99a24 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Tap Mirror: Handle Delete Port: fd13a57f-26ed-47b6-8376-9d7c8205b2f1 2026-05-10 02:04:34.933 8 INFO neutron_taas.services.taas.taas_plugin [None req-7fa52868-1e8d-4a3d-9e8a-824a48e99a24 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] TaaS: Handle Delete Port: 5b009e96-bfdf-4c5a-95bd-5c85844f7987 2026-05-10 02:04:34.936 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fa52868-1e8d-4a3d-9e8a-824a48e99a24 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Tap Mirror: Handle Delete Port: 5b009e96-bfdf-4c5a-95bd-5c85844f7987 [pid: 7|app: 0|req: 1078/2139] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:04:33 2026] PUT /v2.0/routers/fef6ac98-66c8-41a4-ad18-fc912fa437f0/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:35.342 8 INFO neutron.services.segments.plugin [-] Segment 05307782-f661-4d43-97ef-f1a6d21103bd resource provider aggregate not found 2026-05-10 02:04:35.350 8 INFO neutron.services.segments.plugin [-] Segment 05307782-f661-4d43-97ef-f1a6d21103bd resource provider aggregate not found 2026-05-10 02:04:35.371 8 INFO neutron.services.segments.plugin [-] Segment 05307782-f661-4d43-97ef-f1a6d21103bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05307782-f661-4d43-97ef-f1a6d21103bd found for delete ", "request_id": "req-310c0f24-fea5-43f9-a7cc-c4f0a2a5a4d1"}]} 2026-05-10 02:04:35.381 8 INFO neutron.services.segments.plugin [-] Segment 05307782-f661-4d43-97ef-f1a6d21103bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05307782-f661-4d43-97ef-f1a6d21103bd found for delete ", "request_id": "req-555eecca-0734-4ee8-a697-9adc7d3cd9af"}]} 2026-05-10 02:04:35.382 8 INFO neutron.db.l3_hamode_db [None req-7fa52868-1e8d-4a3d-9e8a-824a48e99a24 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] HA network ef65fee0-c73e-4eed-aa6a-0ec40d128d7d was deleted as no HA routers are present in tenant 3aac04b044a14e2494897e763f520c7c. [pid: 8|app: 0|req: 1062/2140] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:34 2026] DELETE /v2.0/routers/b9630775-a74f-4d04-bb72-cf10bbb34700 => generated 0 bytes in 928 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2141] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:35 2026] GET /v2.0/security-groups?tenant_id=611e31b37ff345f3ab8e6cdc67906eec&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2142] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:04:35 2026] GET /v2.0/ports/9721d63d-01ea-4c22-9aa5-9a6712416513 => generated 955 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:35.487 7 INFO neutron_taas.services.taas.taas_plugin [None req-f391ee59-fcd9-43a7-a06a-4f8d82abd5aa 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] TaaS: Handle Delete Port: b74fca86-dac4-4f15-95c7-0b3f940449cf 2026-05-10 02:04:35.490 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f391ee59-fcd9-43a7-a06a-4f8d82abd5aa 19a0f25282264c2b93a2df006e84ab97 3aac04b044a14e2494897e763f520c7c - - default default] Tap Mirror: Handle Delete Port: b74fca86-dac4-4f15-95c7-0b3f940449cf [pid: 8|app: 0|req: 1064/2143] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:35 2026] DELETE /v2.0/security-groups/914503a6-b11a-4cbf-8d6a-4275b850813f => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:35.628 7 INFO neutron.services.segments.plugin [-] Segment 43fb85d7-eb20-4270-af75-eb3eac2b8a7e resource provider aggregate not found 2026-05-10 02:04:35.633 7 INFO neutron.services.segments.plugin [-] Segment 43fb85d7-eb20-4270-af75-eb3eac2b8a7e resource provider aggregate not found 2026-05-10 02:04:35.647 7 INFO neutron.services.segments.plugin [-] Segment 43fb85d7-eb20-4270-af75-eb3eac2b8a7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43fb85d7-eb20-4270-af75-eb3eac2b8a7e found for delete ", "request_id": "req-d3e8d10b-b9c8-447b-8d39-ceac50639266"}]} [pid: 7|app: 0|req: 1080/2144] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:35 2026] DELETE /v2.0/networks/f10f504b-965b-4b3e-a454-4840f8fff2b1 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:35.658 7 INFO neutron.services.segments.plugin [-] Segment 43fb85d7-eb20-4270-af75-eb3eac2b8a7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43fb85d7-eb20-4270-af75-eb3eac2b8a7e found for delete ", "request_id": "req-65b92096-df33-4102-9111-7fc06bdc3752"}]} [pid: 7|app: 0|req: 1081/2145] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:35 2026] GET /v2.0/security-groups?tenant_id=44d48d64a17e45f090223cd40df7d94c&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2146] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:35 2026] DELETE /v2.0/security-groups/975c2e83-cbfe-416f-b177-7bd433af0ac3 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:36.557 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9a7bf17-37ec-48b2-98d7-286297242424 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] TaaS: Handle Delete Port: 9721d63d-01ea-4c22-9aa5-9a6712416513 2026-05-10 02:04:36.560 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9a7bf17-37ec-48b2-98d7-286297242424 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Tap Mirror: Handle Delete Port: 9721d63d-01ea-4c22-9aa5-9a6712416513 [pid: 7|app: 0|req: 1083/2147] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:36 2026] GET /v2.0/security-groups?tenant_id=12589ee10949438c907fa79a8804bced&name=default => generated 2925 bytes in 347 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2148] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:36 2026] DELETE /v2.0/security-groups/33bef354-e582-4a80-a344-de77f2257c75 => 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: 1085/2149] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:36 2026] GET /v2.0/security-groups?tenant_id=3aac04b044a14e2494897e763f520c7c&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: 1065/2150] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:04:35 2026] PUT /v2.0/routers/fef6ac98-66c8-41a4-ad18-fc912fa437f0/remove_router_interface => generated 309 bytes in 1500 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2151] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:37 2026] DELETE /v2.0/security-groups/b791b290-f4c2-4232-8121-a6293aca6d06 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:37.362 8 INFO neutron_taas.services.taas.taas_plugin [None req-931cbd0c-b451-497d-8809-7a7993054ab3 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] TaaS: Handle Delete Port: a0b6263b-894b-4ac8-8ec1-f3ae05b2d2ab 2026-05-10 02:04:37.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-931cbd0c-b451-497d-8809-7a7993054ab3 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Tap Mirror: Handle Delete Port: a0b6263b-894b-4ac8-8ec1-f3ae05b2d2ab [pid: 8|app: 0|req: 1066/2152] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:04:37 2026] PUT /v2.0/routers/fef6ac98-66c8-41a4-ad18-fc912fa437f0/remove_router_interface => generated 309 bytes in 803 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2153] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:37 2026] GET /v2.0/ports?device_id=fef6ac98-66c8-41a4-ad18-fc912fa437f0 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:38.021 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fe58c78-5a37-4b51-9585-bf103a3d378c f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] TaaS: Handle Delete Port: 71e6382a-96f4-4e2f-be25-d7ce533f51eb 2026-05-10 02:04:38.024 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fe58c78-5a37-4b51-9585-bf103a3d378c f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Tap Mirror: Handle Delete Port: 71e6382a-96f4-4e2f-be25-d7ce533f51eb 2026-05-10 02:04:38.368 8 INFO neutron.services.segments.plugin [-] Segment ff73dfa0-c36a-4394-9144-9f0caef737be resource provider aggregate not found 2026-05-10 02:04:38.378 8 INFO neutron.services.segments.plugin [-] Segment ff73dfa0-c36a-4394-9144-9f0caef737be resource provider aggregate not found 2026-05-10 02:04:38.393 8 INFO neutron.services.segments.plugin [-] Segment ff73dfa0-c36a-4394-9144-9f0caef737be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff73dfa0-c36a-4394-9144-9f0caef737be found for delete ", "request_id": "req-ffeb5721-8acf-418c-aa33-877b2fd4d511"}]} 2026-05-10 02:04:38.402 8 INFO neutron.services.segments.plugin [-] Segment ff73dfa0-c36a-4394-9144-9f0caef737be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff73dfa0-c36a-4394-9144-9f0caef737be found for delete ", "request_id": "req-acccebcd-d1ed-4c93-aeda-b69ae9ff6b47"}]} 2026-05-10 02:04:38.405 8 INFO neutron.db.l3_hamode_db [None req-6fe58c78-5a37-4b51-9585-bf103a3d378c f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] HA network 7cb8d70b-9e0a-4933-9c97-8b0e9c9aeab3 was deleted as no HA routers are present in tenant f0c96769b1a1460c852a1cef1310e241. [pid: 8|app: 0|req: 1067/2154] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:37 2026] DELETE /v2.0/routers/fef6ac98-66c8-41a4-ad18-fc912fa437f0 => generated 0 bytes in 555 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2155] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:38 2026] DELETE /v2.0/subnets/b72e1315-7b11-45cc-abb0-36436d7be479 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2156] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:38 2026] DELETE /v2.0/subnets/e8fe45b3-9a4f-41d5-ac11-e1e616043bc3 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:38.851 7 INFO neutron_taas.services.taas.taas_plugin [None req-b55ffd82-7b28-43ca-90db-8264d2dfc7e9 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] TaaS: Handle Delete Port: 1a3333a5-efb2-4890-8c7f-c825d8c5826e 2026-05-10 02:04:38.854 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b55ffd82-7b28-43ca-90db-8264d2dfc7e9 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Tap Mirror: Handle Delete Port: 1a3333a5-efb2-4890-8c7f-c825d8c5826e 2026-05-10 02:04:39.042 7 INFO neutron.services.segments.plugin [-] Segment 9039436d-3e46-45e2-83c4-088f549ae17b resource provider aggregate not found 2026-05-10 02:04:39.048 7 INFO neutron.services.segments.plugin [-] Segment 9039436d-3e46-45e2-83c4-088f549ae17b resource provider aggregate not found 2026-05-10 02:04:39.068 7 INFO neutron.services.segments.plugin [-] Segment 9039436d-3e46-45e2-83c4-088f549ae17b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9039436d-3e46-45e2-83c4-088f549ae17b found for delete ", "request_id": "req-cd74a072-966a-4313-9104-0988cbdc835e"}]} 2026-05-10 02:04:39.073 7 INFO neutron.services.segments.plugin [-] Segment 9039436d-3e46-45e2-83c4-088f549ae17b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9039436d-3e46-45e2-83c4-088f549ae17b found for delete ", "request_id": "req-63b9e13d-2469-4574-8eb6-2251dcbed875"}]} [pid: 7|app: 0|req: 1089/2157] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:38 2026] DELETE /v2.0/networks/a6343ab3-bc3f-46ec-94f9-e616c376d0f6 => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:39.182 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a627ff2-3fbf-4aa6-81b1-cc1eb7c112e6 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] TaaS: Handle Delete Port: c6d2fdc1-7360-49af-9623-7b0a763733cf 2026-05-10 02:04:39.186 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a627ff2-3fbf-4aa6-81b1-cc1eb7c112e6 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Tap Mirror: Handle Delete Port: c6d2fdc1-7360-49af-9623-7b0a763733cf [pid: 8|app: 0|req: 1069/2158] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:39 2026] DELETE /v2.0/networks/7b0f9fc1-f903-48bd-930f-88859beed2b6 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:39.412 7 INFO neutron.db.segments_db [None req-a6464bfa-791b-4f51-b7ff-56146a67b44a e1d530aa87d84620a6ab66980d4a5882 9f1c41d90a254de49a0151966aa4c5e8 - - default default] Added segment e1aa6ce2-b6fa-44f4-88f2-e1ca007c0f5a of type vxlan for network 5f837648-7c11-4b30-aff1-e0b0bb1786e0 2026-05-10 02:04:39.465 8 INFO neutron.db.segments_db [None req-b52052c3-bd31-4932-8db2-7dae2a8e4cba f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Added segment 724a11d5-d195-42f0-8c50-fcd5fc7c2634 of type vxlan for network f14c1b1a-dfed-4896-91f5-b9b80fae4585 [pid: 7|app: 0|req: 1090/2159] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:39 2026] POST /v2.0/networks => generated 632 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2160] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:39 2026] POST /v2.0/networks => generated 629 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2161] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:39 2026] POST /v2.0/subnets => generated 626 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2162] 10.0.0.28 () {34 vars in 663 bytes} [Sun May 10 02:04:39 2026] POST /v2.0/ports => generated 743 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:04:39.876 8 INFO neutron.db.segments_db [None req-468cd91c-df15-4a66-9efb-53eca6fa8302 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Added segment a7d3419e-16e6-48c3-95db-594fddb05599 of type vxlan for network e6b18ec3-ca70-4510-b527-57891f6ac1ec [pid: 7|app: 0|req: 1092/2163] 10.0.0.28 () {34 vars in 665 bytes} [Sun May 10 02:04:39 2026] POST /v2.0/trunks => generated 407 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2164] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:04:40 2026] PUT /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2165] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:04:40 2026] GET /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags => generated 25 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2166] 10.0.0.28 () {34 vars in 759 bytes} [Sun May 10 02:04:40 2026] PUT /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2167] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:04:40 2026] GET /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:40.158 8 INFO neutron.db.l3_hamode_db [None req-468cd91c-df15-4a66-9efb-53eca6fa8302 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1097/2168] 10.0.0.28 () {34 vars in 755 bytes} [Sun May 10 02:04:40 2026] PUT /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags/red => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2169] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:04:40 2026] GET /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags => generated 34 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2170] 10.0.0.28 () {34 vars in 777 bytes} [Sun May 10 02:04:40 2026] PUT /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags/black.or.white => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2171] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:04:40 2026] GET /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:40.273 8 INFO neutron.db.l3_hamode_db [None req-468cd91c-df15-4a66-9efb-53eca6fa8302 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:04:40.419 8 INFO neutron.services.segments.plugin [-] Segment 40525b6a-5ba0-4179-906f-24a706931ae0 resource provider aggregate not found 2026-05-10 02:04:40.425 8 INFO neutron.services.segments.plugin [-] Segment 40525b6a-5ba0-4179-906f-24a706931ae0 resource provider aggregate not found 2026-05-10 02:04:40.441 8 INFO neutron.services.segments.plugin [-] Segment 40525b6a-5ba0-4179-906f-24a706931ae0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40525b6a-5ba0-4179-906f-24a706931ae0 found for delete ", "request_id": "req-4dee67e7-04b5-429e-b8f7-45e6d4e35bdd"}]} 2026-05-10 02:04:40.441 8 INFO neutron.services.segments.plugin [-] Segment 40525b6a-5ba0-4179-906f-24a706931ae0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40525b6a-5ba0-4179-906f-24a706931ae0 found for delete ", "request_id": "req-893001bf-62cf-4786-9b47-142d7298c91e"}]} [pid: 7|app: 0|req: 1101/2172] 10.0.0.28 () {34 vars in 677 bytes} [Sun May 10 02:04:40 2026] POST /v2.0/qos/policies => generated 359 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2173] 10.0.0.28 () {34 vars in 748 bytes} [Sun May 10 02:04:40 2026] PUT /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/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: 1103/2174] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:04:40 2026] PUT /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2175] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:04:40 2026] GET /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2176] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:04:40 2026] GET /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2177] 10.0.0.28 () {32 vars in 736 bytes} [Sun May 10 02:04:40 2026] GET /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2178] 10.0.0.28 () {34 vars in 763 bytes} [Sun May 10 02:04:40 2026] PUT /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 02:04:40.729 7 INFO neutron.api.v2.resource [None req-b7b27685-44a4-41c8-b95b-9cf64540b20d e1d530aa87d84620a6ab66980d4a5882 9f1c41d90a254de49a0151966aa4c5e8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1108/2179] 10.0.0.28 () {32 vars in 740 bytes} [Sun May 10 02:04:40 2026] GET /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags/green => generated 99 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2180] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:04:40 2026] GET /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2181] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:40 2026] DELETE /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2182] 10.0.0.28 () {34 vars in 759 bytes} [Sun May 10 02:04:40 2026] PUT /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2183] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:04:40 2026] GET /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2184] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:04:40 2026] GET /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:40.919 7 INFO neutron.api.v2.resource [None req-b9426c35-6c60-4602-ae4b-67a9bd01c7ba e1d530aa87d84620a6ab66980d4a5882 9f1c41d90a254de49a0151966aa4c5e8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1114/2185] 10.0.0.28 () {32 vars in 743 bytes} [Sun May 10 02:04:40 2026] DELETE /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2186] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:39 2026] POST /v2.0/routers => generated 506 bytes in 1095 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2187] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:04:40 2026] DELETE /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2188] 10.0.0.28 () {34 vars in 781 bytes} [Sun May 10 02:04:40 2026] PUT /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags/black.or.white => 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: 1116/2189] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:04:40 2026] GET /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9/tags => 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: 1117/2190] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:04:40 2026] GET /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2191] 10.0.0.28 () {32 vars in 718 bytes} [Sun May 10 02:04:41 2026] GET /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9 => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2192] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:04:41 2026] PUT /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2193] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:04:41 2026] GET /v2.0/ports/b709427a-70b3-450a-bc29-5ff6ba00bd75 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2194] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:04:41 2026] GET /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/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: 1122/2195] 10.0.0.28 () {32 vars in 721 bytes} [Sun May 10 02:04:41 2026] DELETE /v2.0/trunks/d7b90e27-fa64-406a-b623-76f1324f55f9 => 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: 1123/2196] 10.0.0.28 () {32 vars in 740 bytes} [Sun May 10 02:04:41 2026] GET /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2197] 10.0.0.28 () {34 vars in 664 bytes} [Sun May 10 02:04:40 2026] POST /v2.0/ports => generated 948 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:04:41.352 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e3f2622-933e-4e37-b68b-79edc3e6622c e1d530aa87d84620a6ab66980d4a5882 9f1c41d90a254de49a0151966aa4c5e8 - - default default] TaaS: Handle Delete Port: b709427a-70b3-450a-bc29-5ff6ba00bd75 2026-05-10 02:04:41.356 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e3f2622-933e-4e37-b68b-79edc3e6622c e1d530aa87d84620a6ab66980d4a5882 9f1c41d90a254de49a0151966aa4c5e8 - - default default] Tap Mirror: Handle Delete Port: b709427a-70b3-450a-bc29-5ff6ba00bd75 2026-05-10 02:04:41.378 8 INFO neutron.api.v2.resource [None req-fe019bcc-bee2-41b8-8c37-2b607d24f4f4 dabce0cd7ac1426bbf734b780ea58cf2 b782bb14f94545fabe55ac3e7ddc955d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1075/2198] 10.0.0.28 () {32 vars in 744 bytes} [Sun May 10 02:04:41 2026] GET /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2199] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:04:41 2026] DELETE /v2.0/ports/b709427a-70b3-450a-bc29-5ff6ba00bd75 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2200] 10.0.0.28 () {32 vars in 743 bytes} [Sun May 10 02:04:41 2026] DELETE /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:41.573 7 INFO neutron.services.segments.plugin [-] Segment e1aa6ce2-b6fa-44f4-88f2-e1ca007c0f5a resource provider aggregate not found 2026-05-10 02:04:41.579 7 INFO neutron.services.segments.plugin [-] Segment e1aa6ce2-b6fa-44f4-88f2-e1ca007c0f5a resource provider aggregate not found 2026-05-10 02:04:41.594 7 INFO neutron.services.segments.plugin [-] Segment e1aa6ce2-b6fa-44f4-88f2-e1ca007c0f5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1aa6ce2-b6fa-44f4-88f2-e1ca007c0f5a found for delete ", "request_id": "req-29de23c8-4bf1-4731-b9c7-a232618011f6"}]} 2026-05-10 02:04:41.604 7 INFO neutron.services.segments.plugin [-] Segment e1aa6ce2-b6fa-44f4-88f2-e1ca007c0f5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1aa6ce2-b6fa-44f4-88f2-e1ca007c0f5a found for delete ", "request_id": "req-d32e7437-f9f1-4495-aaa7-16c724e149f6"}]} [pid: 7|app: 0|req: 1126/2201] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:41 2026] DELETE /v2.0/networks/5f837648-7c11-4b30-aff1-e0b0bb1786e0 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2202] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:04:41 2026] GET /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:41.689 7 INFO neutron.api.v2.resource [None req-019488fa-855d-4579-af99-7b9ad04662dc dabce0cd7ac1426bbf734b780ea58cf2 b782bb14f94545fabe55ac3e7ddc955d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1128/2203] 10.0.0.28 () {32 vars in 747 bytes} [Sun May 10 02:04:41 2026] DELETE /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2204] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:41 2026] DELETE /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2205] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:04:41 2026] GET /v2.0/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca/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: 1131/2206] 10.0.0.28 () {32 vars in 733 bytes} [Sun May 10 02:04:41 2026] DELETE /v2.0/qos/policies/18a1ba6c-6e7a-4330-94b0-7cc6996514ca => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2207] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:04:41 2026] PUT /v2.0/routers/83ef075e-9912-4854-b8a1-d3701282b89d/add_router_interface => generated 309 bytes in 1046 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: 1077/2208] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:04:42 2026] GET /v2.0/ports/3a912fb6-1d20-4644-a622-75d8b5558bae => generated 1022 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2209] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:42 2026] GET /v2.0/security-groups?tenant_id=9f1c41d90a254de49a0151966aa4c5e8&name=default => generated 2925 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2210] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:42 2026] GET /v2.0/security-groups?tenant_id=b782bb14f94545fabe55ac3e7ddc955d&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: 1079/2211] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:42 2026] DELETE /v2.0/security-groups/97657050-1fcf-4fee-8915-7b09a9bc286b => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2212] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:42 2026] DELETE /v2.0/security-groups/7603d65f-a9c4-4bc9-afc5-4f0d3001d4b5 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:42.832 7 INFO neutron_taas.services.taas.taas_plugin [None req-79f8f58d-98ad-484d-b344-64ce6f936231 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] TaaS: Handle Delete Port: 3a912fb6-1d20-4644-a622-75d8b5558bae 2026-05-10 02:04:42.835 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79f8f58d-98ad-484d-b344-64ce6f936231 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Tap Mirror: Handle Delete Port: 3a912fb6-1d20-4644-a622-75d8b5558bae [pid: 8|app: 0|req: 1081/2213] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:42 2026] GET /v2.0/security-groups?tenant_id=34d42a05171f4fd5b6055a3de2b84e53&name=default => generated 2925 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2214] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:42 2026] DELETE /v2.0/security-groups/2015a0e9-6657-4dbd-80ba-f2efc548253a => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2215] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:42 2026] GET /v2.0/security-groups?tenant_id=84a08c8633ef4c6f9121d7bf00928006&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2216] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:43 2026] DELETE /v2.0/security-groups/76edccd1-71eb-4e61-b42b-affe38ab49db => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2217] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:04:42 2026] PUT /v2.0/routers/83ef075e-9912-4854-b8a1-d3701282b89d/remove_router_interface => generated 309 bytes in 772 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:43.369 8 INFO neutron.api.v2.resource [None req-47dc49b7-6172-47b4-8647-f6529a56a9ef f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1085/2218] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:04:43 2026] PUT /v2.0/routers/83ef075e-9912-4854-b8a1-d3701282b89d/remove_router_interface => generated 197 bytes in 108 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: 1134/2219] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:43 2026] GET /v2.0/ports?device_id=83ef075e-9912-4854-b8a1-d3701282b89d => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:43.585 8 INFO neutron_taas.services.taas.taas_plugin [None req-693953cb-cbe8-4ee8-8f07-5df16be1951c f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] TaaS: Handle Delete Port: 995d415b-cc9d-46df-83e7-e0ee95399095 2026-05-10 02:04:43.588 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-693953cb-cbe8-4ee8-8f07-5df16be1951c f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Tap Mirror: Handle Delete Port: 995d415b-cc9d-46df-83e7-e0ee95399095 2026-05-10 02:04:43.933 8 INFO neutron.services.segments.plugin [-] Segment a7d3419e-16e6-48c3-95db-594fddb05599 resource provider aggregate not found 2026-05-10 02:04:43.945 8 INFO neutron.services.segments.plugin [-] Segment a7d3419e-16e6-48c3-95db-594fddb05599 resource provider aggregate not found 2026-05-10 02:04:43.954 8 INFO neutron.services.segments.plugin [-] Segment a7d3419e-16e6-48c3-95db-594fddb05599 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7d3419e-16e6-48c3-95db-594fddb05599 found for delete ", "request_id": "req-c1cd5cfa-3828-44f2-82c3-e0e9ce1a65da"}]} 2026-05-10 02:04:43.957 8 INFO neutron.services.segments.plugin [-] Segment a7d3419e-16e6-48c3-95db-594fddb05599 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7d3419e-16e6-48c3-95db-594fddb05599 found for delete ", "request_id": "req-3d51e84b-65e0-4aa0-8ffb-9eaacba76717"}]} 2026-05-10 02:04:43.972 8 INFO neutron.db.l3_hamode_db [None req-693953cb-cbe8-4ee8-8f07-5df16be1951c f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] HA network e6b18ec3-ca70-4510-b527-57891f6ac1ec was deleted as no HA routers are present in tenant f0c96769b1a1460c852a1cef1310e241. [pid: 8|app: 0|req: 1086/2220] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:43 2026] DELETE /v2.0/routers/83ef075e-9912-4854-b8a1-d3701282b89d => generated 0 bytes in 572 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2221] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:43 2026] DELETE /v2.0/subnets/9e8b59be-e393-4557-a6e8-6663daf48de9 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:44.323 8 INFO neutron_taas.services.taas.taas_plugin [None req-b248c19f-3b25-4f6f-8520-4c03babac1c7 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] TaaS: Handle Delete Port: 94501e6e-ebd0-472a-be74-985958527ba0 2026-05-10 02:04:44.326 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b248c19f-3b25-4f6f-8520-4c03babac1c7 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Tap Mirror: Handle Delete Port: 94501e6e-ebd0-472a-be74-985958527ba0 [pid: 8|app: 0|req: 1087/2222] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:44 2026] DELETE /v2.0/networks/f14c1b1a-dfed-4896-91f5-b9b80fae4585 => generated 0 bytes in 418 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:44.680 7 INFO neutron.db.segments_db [None req-ea9ad4aa-520a-4082-854f-581f3c7f5a6d f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Added segment 2a1170cc-acfe-4239-8bd3-e7dd399022a2 of type vxlan for network 62eb5a9c-a128-4b70-bcf5-0e4719c88abf [pid: 7|app: 0|req: 1136/2223] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:44 2026] POST /v2.0/networks => generated 629 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2224] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:44 2026] POST /v2.0/subnets => generated 626 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:45.074 7 INFO neutron.db.segments_db [None req-2499361a-5a30-42ad-8866-b4f6c89849f5 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Added segment f15cd4c8-573f-43f3-8095-1ce3ab1abc54 of type vxlan for network 07c668ae-2199-4951-b0b5-a9ad00c0f014 2026-05-10 02:04:45.365 7 INFO neutron.db.l3_hamode_db [None req-2499361a-5a30-42ad-8866-b4f6c89849f5 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:04:45.495 7 INFO neutron.db.l3_hamode_db [None req-2499361a-5a30-42ad-8866-b4f6c89849f5 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:04:45.976 8 INFO neutron.services.segments.plugin [-] Segment 724a11d5-d195-42f0-8c50-fcd5fc7c2634 resource provider aggregate not found 2026-05-10 02:04:45.983 8 INFO neutron.services.segments.plugin [-] Segment 724a11d5-d195-42f0-8c50-fcd5fc7c2634 resource provider aggregate not found 2026-05-10 02:04:45.998 8 INFO neutron.services.segments.plugin [-] Segment 724a11d5-d195-42f0-8c50-fcd5fc7c2634 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 724a11d5-d195-42f0-8c50-fcd5fc7c2634 found for delete ", "request_id": "req-c80d0653-0bbb-4f67-b1e1-1678b267c6d5"}]} 2026-05-10 02:04:46.000 8 INFO neutron.services.segments.plugin [-] Segment 724a11d5-d195-42f0-8c50-fcd5fc7c2634 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 724a11d5-d195-42f0-8c50-fcd5fc7c2634 found for delete ", "request_id": "req-d89f4713-1d0d-4ae5-95ee-aa41c9910f29"}]} [pid: 7|app: 0|req: 1137/2225] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:45 2026] POST /v2.0/routers => generated 506 bytes in 1064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:46.752 7 INFO neutron.db.segments_db [None req-02b13971-2850-4aea-b92e-7e387ee03d4f 7129a5b6407a48c9a5edc57cf0a79f38 5994e9ee777d45349e964a15859ae091 - - default default] Added segment 87e1b6c1-97bf-48bb-bdaf-e44c5ccc113a of type vxlan for network a326fe16-0bb7-4859-b7a2-0bbdb8ce049f 2026-05-10 02:04:47.004 7 INFO neutron.db.l3_hamode_db [None req-02b13971-2850-4aea-b92e-7e387ee03d4f 7129a5b6407a48c9a5edc57cf0a79f38 5994e9ee777d45349e964a15859ae091 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:04:47.111 7 INFO neutron.db.l3_hamode_db [None req-02b13971-2850-4aea-b92e-7e387ee03d4f 7129a5b6407a48c9a5edc57cf0a79f38 5994e9ee777d45349e964a15859ae091 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1089/2226] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:04:46 2026] PUT /v2.0/routers/a76a9eb4-bbc8-4347-adfe-4413e130292a/add_router_interface => generated 309 bytes in 1127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2227] 10.0.0.28 () {32 vars in 716 bytes} [Sun May 10 02:04:47 2026] GET /v2.0/ports/31aa0aed-b98f-44be-a30e-09d96cb706f4 => generated 955 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:47.526 8 INFO neutron_taas.services.taas.taas_plugin [None req-863e0add-235d-4010-b57c-b5aefce476bf f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] TaaS: Handle Delete Port: 31aa0aed-b98f-44be-a30e-09d96cb706f4 2026-05-10 02:04:47.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-863e0add-235d-4010-b57c-b5aefce476bf f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Tap Mirror: Handle Delete Port: 31aa0aed-b98f-44be-a30e-09d96cb706f4 [pid: 7|app: 0|req: 1138/2228] 10.0.0.28 () {34 vars in 667 bytes} [Sun May 10 02:04:46 2026] POST /v2.0/routers => generated 474 bytes in 1245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2229] 10.0.0.28 () {34 vars in 750 bytes} [Sun May 10 02:04:47 2026] PUT /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags => generated 25 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2230] 10.0.0.28 () {32 vars in 730 bytes} [Sun May 10 02:04:47 2026] GET /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2231] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:04:47 2026] PUT /v2.0/routers/a76a9eb4-bbc8-4347-adfe-4413e130292a/remove_router_interface => generated 309 bytes in 690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2232] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:47 2026] GET /v2.0/ports?device_id=a76a9eb4-bbc8-4347-adfe-4413e130292a => 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: 1141/2233] 10.0.0.28 () {34 vars in 761 bytes} [Sun May 10 02:04:47 2026] PUT /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags/green => generated 4 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2234] 10.0.0.28 () {32 vars in 730 bytes} [Sun May 10 02:04:47 2026] GET /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags => generated 34 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:48.153 8 INFO neutron_taas.services.taas.taas_plugin [None req-97921855-5b9a-4577-aa74-15f160fb50f6 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] TaaS: Handle Delete Port: e281ebbe-4480-47d0-a360-85b1d5b49921 2026-05-10 02:04:48.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-97921855-5b9a-4577-aa74-15f160fb50f6 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Tap Mirror: Handle Delete Port: e281ebbe-4480-47d0-a360-85b1d5b49921 [pid: 7|app: 0|req: 1143/2235] 10.0.0.28 () {34 vars in 757 bytes} [Sun May 10 02:04:48 2026] PUT /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags/red => generated 4 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2236] 10.0.0.28 () {32 vars in 730 bytes} [Sun May 10 02:04:48 2026] GET /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2237] 10.0.0.28 () {34 vars in 779 bytes} [Sun May 10 02:04:48 2026] PUT /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags/black.or.white => generated 4 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 02:04:48.512 8 INFO neutron.services.segments.plugin [-] Segment f15cd4c8-573f-43f3-8095-1ce3ab1abc54 resource provider aggregate not found 2026-05-10 02:04:48.516 8 INFO neutron.services.segments.plugin [-] Segment f15cd4c8-573f-43f3-8095-1ce3ab1abc54 resource provider aggregate not found 2026-05-10 02:04:48.532 8 INFO neutron.services.segments.plugin [-] Segment f15cd4c8-573f-43f3-8095-1ce3ab1abc54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f15cd4c8-573f-43f3-8095-1ce3ab1abc54 found for delete ", "request_id": "req-f9275996-7ba2-40bd-a618-9627f78c69c9"}]} 2026-05-10 02:04:48.535 8 INFO neutron.services.segments.plugin [-] Segment f15cd4c8-573f-43f3-8095-1ce3ab1abc54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f15cd4c8-573f-43f3-8095-1ce3ab1abc54 found for delete ", "request_id": "req-b7ac5119-1d27-4a5a-a8e7-4bce331069c8"}]} 2026-05-10 02:04:48.537 8 INFO neutron.db.l3_hamode_db [None req-97921855-5b9a-4577-aa74-15f160fb50f6 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] HA network 07c668ae-2199-4951-b0b5-a9ad00c0f014 was deleted as no HA routers are present in tenant f0c96769b1a1460c852a1cef1310e241. [pid: 8|app: 0|req: 1093/2238] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:47 2026] DELETE /v2.0/routers/a76a9eb4-bbc8-4347-adfe-4413e130292a => generated 0 bytes in 566 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2239] 10.0.0.28 () {32 vars in 730 bytes} [Sun May 10 02:04:48 2026] GET /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags => generated 52 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2240] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:48 2026] DELETE /v2.0/subnets/016ac222-d08f-404d-a90c-1d04803df7ae => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2241] 10.0.0.28 () {34 vars in 750 bytes} [Sun May 10 02:04:48 2026] PUT /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags => generated 37 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2242] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:48 2026] DELETE /v2.0/networks/62eb5a9c-a128-4b70-bcf5-0e4719c88abf => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:48.829 8 INFO neutron.db.segments_db [None req-eeaac400-d549-45ce-8320-7c4f4b59be95 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Added segment 20439b6c-63ee-4b33-b950-84128fee91b0 of type vxlan for network 5bc04b27-a490-42a7-9f62-8f49134fdf8d [pid: 7|app: 0|req: 1148/2243] 10.0.0.28 () {32 vars in 730 bytes} [Sun May 10 02:04:48 2026] GET /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags => generated 37 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2244] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:48 2026] GET /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags/red => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:49.032 8 INFO neutron.db.l3_hamode_db [None req-eeaac400-d549-45ce-8320-7c4f4b59be95 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:04:49.034 7 INFO neutron.api.v2.resource [None req-babe6408-e0d3-4ed8-81d2-356ba033aad5 7129a5b6407a48c9a5edc57cf0a79f38 5994e9ee777d45349e964a15859ae091 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1150/2245] 10.0.0.28 () {32 vars in 742 bytes} [Sun May 10 02:04:48 2026] GET /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags/green => generated 99 bytes in 91 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2246] 10.0.0.28 () {32 vars in 741 bytes} [Sun May 10 02:04:49 2026] DELETE /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags/red => 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: 1152/2247] 10.0.0.28 () {32 vars in 730 bytes} [Sun May 10 02:04:49 2026] GET /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags => generated 30 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:49.334 7 INFO neutron.api.v2.resource [None req-9076c9f0-634b-48a5-bbab-3e0dbb2bff96 7129a5b6407a48c9a5edc57cf0a79f38 5994e9ee777d45349e964a15859ae091 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1153/2248] 10.0.0.28 () {32 vars in 745 bytes} [Sun May 10 02:04:49 2026] DELETE /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags/green => generated 99 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2249] 10.0.0.28 () {32 vars in 733 bytes} [Sun May 10 02:04:49 2026] DELETE /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2252] 10.0.0.28 () {32 vars in 730 bytes} [Sun May 10 02:04:49 2026] GET /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73/tags => generated 12 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2253] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:04:49 2026] GET /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73 => generated 480 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:49.820 8 INFO neutron.db.l3_hamode_db [None req-eeaac400-d549-45ce-8320-7c4f4b59be95 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:04:50.561 8 INFO neutron.services.segments.plugin [-] Segment 2a1170cc-acfe-4239-8bd3-e7dd399022a2 resource provider aggregate not found 2026-05-10 02:04:50.564 8 INFO neutron.services.segments.plugin [-] Segment 2a1170cc-acfe-4239-8bd3-e7dd399022a2 resource provider aggregate not found 2026-05-10 02:04:50.590 8 INFO neutron.services.segments.plugin [-] Segment 2a1170cc-acfe-4239-8bd3-e7dd399022a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a1170cc-acfe-4239-8bd3-e7dd399022a2 found for delete ", "request_id": "req-3f3fd50a-662c-4a75-8032-ebe1169e5723"}]} 2026-05-10 02:04:50.591 8 INFO neutron.services.segments.plugin [-] Segment 2a1170cc-acfe-4239-8bd3-e7dd399022a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a1170cc-acfe-4239-8bd3-e7dd399022a2 found for delete ", "request_id": "req-22841861-d366-44c0-bcb2-60528e4364b0"}]} [pid: 8|app: 0|req: 1096/2254] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:48 2026] POST /v2.0/routers => generated 687 bytes in 2022 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2255] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:04:50 2026] GET /v2.0/routers/734b070f-e0ff-405e-85fe-ee6028db2ae6 => generated 693 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2256] 10.0.0.28 () {34 vars in 741 bytes} [Sun May 10 02:04:49 2026] PUT /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73 => generated 480 bytes in 1294 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2257] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:50 2026] GET /v2.0/ports?device_id=65c80129-1317-48f1-880f-643bc0397f73 => 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: 1098/2258] 10.0.0.28 () {32 vars in 646 bytes} [Sun May 10 02:04:50 2026] GET /v2.0/routers => generated 696 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:51.122 7 INFO neutron_taas.services.taas.taas_plugin [None req-120d8c10-2d8a-46d0-a682-d9651d6d25a1 7129a5b6407a48c9a5edc57cf0a79f38 5994e9ee777d45349e964a15859ae091 - - default default] TaaS: Handle Delete Port: ebfc69b1-893a-4c59-869a-84542f9d16de 2026-05-10 02:04:51.126 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-120d8c10-2d8a-46d0-a682-d9651d6d25a1 7129a5b6407a48c9a5edc57cf0a79f38 5994e9ee777d45349e964a15859ae091 - - default default] Tap Mirror: Handle Delete Port: ebfc69b1-893a-4c59-869a-84542f9d16de [pid: 8|app: 0|req: 1099/2259] 10.0.0.28 () {34 vars in 740 bytes} [Sun May 10 02:04:51 2026] PUT /v2.0/routers/734b070f-e0ff-405e-85fe-ee6028db2ae6 => generated 700 bytes in 397 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2260] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:04:51 2026] GET /v2.0/routers/734b070f-e0ff-405e-85fe-ee6028db2ae6 => generated 700 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:51.474 7 INFO neutron.services.segments.plugin [-] Segment 87e1b6c1-97bf-48bb-bdaf-e44c5ccc113a resource provider aggregate not found 2026-05-10 02:04:51.475 7 INFO neutron.services.segments.plugin [-] Segment 87e1b6c1-97bf-48bb-bdaf-e44c5ccc113a resource provider aggregate not found [pid: 8|app: 0|req: 1101/2261] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:51 2026] GET /v2.0/ports?device_id=734b070f-e0ff-405e-85fe-ee6028db2ae6 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:51.498 7 INFO neutron.services.segments.plugin [-] Segment 87e1b6c1-97bf-48bb-bdaf-e44c5ccc113a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87e1b6c1-97bf-48bb-bdaf-e44c5ccc113a found for delete ", "request_id": "req-1052cfa7-a9a7-4349-af62-06e3d94c20ba"}]} 2026-05-10 02:04:51.502 7 INFO neutron.db.l3_hamode_db [None req-120d8c10-2d8a-46d0-a682-d9651d6d25a1 7129a5b6407a48c9a5edc57cf0a79f38 5994e9ee777d45349e964a15859ae091 - - default default] HA network a326fe16-0bb7-4859-b7a2-0bbdb8ce049f was deleted as no HA routers are present in tenant 5994e9ee777d45349e964a15859ae091. 2026-05-10 02:04:51.503 7 INFO neutron.services.segments.plugin [-] Segment 87e1b6c1-97bf-48bb-bdaf-e44c5ccc113a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87e1b6c1-97bf-48bb-bdaf-e44c5ccc113a found for delete ", "request_id": "req-a26f8f02-1e3e-4310-9147-7f3d07a65630"}]} [pid: 7|app: 0|req: 1161/2262] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:50 2026] DELETE /v2.0/routers/65c80129-1317-48f1-880f-643bc0397f73 => generated 0 bytes in 570 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:51.702 8 INFO neutron_taas.services.taas.taas_plugin [None req-af55f4af-549c-4c4f-a791-8f3fea8d245a f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] TaaS: Handle Delete Port: f4000211-7e2f-441e-bdca-bde6764b5975 2026-05-10 02:04:51.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af55f4af-549c-4c4f-a791-8f3fea8d245a f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Tap Mirror: Handle Delete Port: f4000211-7e2f-441e-bdca-bde6764b5975 2026-05-10 02:04:51.957 8 INFO neutron_taas.services.taas.taas_plugin [None req-af55f4af-549c-4c4f-a791-8f3fea8d245a f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] TaaS: Handle Delete Port: edd1e57b-ba25-4b42-8c5e-1b059d3a5966 2026-05-10 02:04:51.960 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af55f4af-549c-4c4f-a791-8f3fea8d245a f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] Tap Mirror: Handle Delete Port: edd1e57b-ba25-4b42-8c5e-1b059d3a5966 2026-05-10 02:04:52.334 8 INFO neutron.db.l3_hamode_db [None req-af55f4af-549c-4c4f-a791-8f3fea8d245a f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] HA network 5bc04b27-a490-42a7-9f62-8f49134fdf8d was deleted as no HA routers are present in tenant f0c96769b1a1460c852a1cef1310e241. [pid: 8|app: 0|req: 1102/2263] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:51 2026] DELETE /v2.0/routers/734b070f-e0ff-405e-85fe-ee6028db2ae6 => generated 0 bytes in 841 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:52.418 7 INFO neutron.db.segments_db [None req-822db385-32e6-47c4-8795-194c6dcd11e4 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Added segment af5dadef-f6e8-40df-818c-91405d81f67b of type vxlan for network 3c8dcd6a-fb4a-439a-a284-f7f452c1c066 [pid: 7|app: 0|req: 1162/2264] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:52 2026] POST /v2.0/networks => generated 639 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2265] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:52 2026] GET /v2.0/security-groups?tenant_id=49c18829f8604e028c48aa3002aedee6&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2266] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:52 2026] GET /v2.0/ports?device_id=734b070f-e0ff-405e-85fe-ee6028db2ae6 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2267] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:52 2026] DELETE /v2.0/security-groups/c4cedd14-7018-498c-aa06-15e9e69b5fa3 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:52.619 8 INFO neutron.services.segments.plugin [-] Segment 20439b6c-63ee-4b33-b950-84128fee91b0 resource provider aggregate not found 2026-05-10 02:04:52.625 8 INFO neutron.services.segments.plugin [-] Segment 20439b6c-63ee-4b33-b950-84128fee91b0 resource provider aggregate not found 2026-05-10 02:04:52.628 7 INFO neutron.api.v2.resource [None req-1d459898-a8a7-4513-a589-440e36792a42 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1165/2268] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:52 2026] DELETE /v2.0/routers/734b070f-e0ff-405e-85fe-ee6028db2ae6 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:04:52.640 8 INFO neutron.services.segments.plugin [-] Segment 20439b6c-63ee-4b33-b950-84128fee91b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20439b6c-63ee-4b33-b950-84128fee91b0 found for delete ", "request_id": "req-e1812b05-21c0-4776-ba3c-e91b023fdfb2"}]} 2026-05-10 02:04:52.641 8 INFO neutron.services.segments.plugin [-] Segment 20439b6c-63ee-4b33-b950-84128fee91b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20439b6c-63ee-4b33-b950-84128fee91b0 found for delete ", "request_id": "req-7e9b493c-6eed-4070-be9b-088fbea40052"}]} [pid: 7|app: 0|req: 1166/2269] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:52 2026] GET /v2.0/ports?device_id=a76a9eb4-bbc8-4347-adfe-4413e130292a => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:52.672 7 INFO neutron.api.v2.resource [None req-083b88b9-9228-4a54-98a9-cb6f599933fd f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1167/2270] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:52 2026] DELETE /v2.0/routers/a76a9eb4-bbc8-4347-adfe-4413e130292a => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:04:52.696 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e258ac84-17cc-4128-ac9f-52a60eb18ba0 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1168/2271] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:52 2026] DELETE /v2.0/subnets/016ac222-d08f-404d-a90c-1d04803df7ae => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2272] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:52 2026] POST /v2.0/subnets => generated 657 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2273] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:52 2026] GET /v2.0/ports?device_id=83ef075e-9912-4854-b8a1-d3701282b89d => 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: 1169/2274] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:52 2026] GET /v2.0/security-groups?tenant_id=5994e9ee777d45349e964a15859ae091&name=default => generated 2927 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:04:52.867 7 INFO neutron.api.v2.resource [None req-1d91817f-c791-499c-afeb-d7ab7336268d f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1170/2275] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:52 2026] DELETE /v2.0/routers/83ef075e-9912-4854-b8a1-d3701282b89d => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2276] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:52 2026] DELETE /v2.0/security-groups/d7769133-96e5-4fed-993d-0dec1ce7fd99 => 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: 1106/2277] 10.0.0.28 () {32 vars in 721 bytes} [Sun May 10 02:04:52 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:52.951 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b8ac303b-ac4e-4639-8c95-e9e262fa3a4c f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1172/2278] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:52 2026] DELETE /v2.0/subnets/9e8b59be-e393-4557-a6e8-6663daf48de9 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2279] 10.0.0.28 () {32 vars in 735 bytes} [Sun May 10 02:04:52 2026] GET /v2.0/ports?device_id=fef6ac98-66c8-41a4-ad18-fc912fa437f0 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:52.990 7 INFO neutron.api.v2.resource [None req-fd623615-c70a-4531-95c6-5752171dae87 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1174/2280] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:52 2026] DELETE /v2.0/routers/fef6ac98-66c8-41a4-ad18-fc912fa437f0 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:04:53.004 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f1fd58c-4b52-49db-a28f-d984fbb8e00b f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1175/2281] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:52 2026] DELETE /v2.0/subnets/b72e1315-7b11-45cc-abb0-36436d7be479 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:04:53.021 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e5b3ef91-d1af-4458-923a-04047af46975 f96d7f84340c4acd8b613943ccda0437 f0c96769b1a1460c852a1cef1310e241 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1176/2282] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:53 2026] DELETE /v2.0/subnets/e8fe45b3-9a4f-41d5-ac11-e1e616043bc3 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2283] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:52 2026] POST /v2.0/subnets => generated 732 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:53.235 7 INFO neutron.db.segments_db [None req-175e9af0-d832-4f63-976b-7927c49a6e48 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Added segment 64ba744a-f1dc-4501-b155-1e5ce84b7829 of type vxlan for network b6a424b3-df78-44dc-9d71-1b6819d1300b [pid: 7|app: 0|req: 1177/2284] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:53 2026] POST /v2.0/networks => generated 638 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2285] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:53 2026] POST /v2.0/subnets => generated 656 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2286] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:53 2026] GET /v2.0/security-groups?tenant_id=f0c96769b1a1460c852a1cef1310e241&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2287] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:53 2026] DELETE /v2.0/security-groups/fdacb82f-5b91-438f-a2e1-a86252fa8a4a => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2288] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:53 2026] POST /v2.0/subnets => generated 725 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:53.825 7 INFO neutron.db.segments_db [None req-1a811444-aa0f-494d-99ac-ab68b63effbc 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Added segment df4ab8b7-0c8f-4bee-afbb-93ffbe1dc0c1 of type vxlan for network 2444bc18-ab46-410f-9cab-3912a744be7c [pid: 7|app: 0|req: 1180/2289] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:53 2026] POST /v2.0/networks => generated 637 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2290] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:53 2026] POST /v2.0/subnets => generated 656 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2291] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:54 2026] POST /v2.0/subnets => generated 730 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:54.471 8 INFO neutron.db.segments_db [None req-e5675c58-df87-4428-a779-903e38dadb27 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Added segment 32812139-32f7-47f0-8162-b6c0e1885b83 of type vxlan for network 044bfc8e-c238-4420-b768-c7ce9b6d089a 2026-05-10 02:04:54.684 8 INFO neutron.db.l3_hamode_db [None req-e5675c58-df87-4428-a779-903e38dadb27 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:04:55.387 8 INFO neutron.db.l3_hamode_db [None req-e5675c58-df87-4428-a779-903e38dadb27 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1111/2292] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:54 2026] POST /v2.0/routers => generated 684 bytes in 1854 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:56.400 7 INFO neutron.db.segments_db [None req-cdb437c2-b4c9-45c9-8f5f-799d3ab47085 9d3e5893d724443386a27cea09fa7db1 53fd210f63f2458a8f6ed5dcade4a555 - - default default] Added segment cff8fedb-ce0d-400f-90b1-13ce7b9a0ced of type vxlan for network 25e15d38-5903-4561-9781-15ae14d0a024 [pid: 7|app: 0|req: 1182/2293] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:04:56 2026] POST /v2.0/networks => generated 631 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2294] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:04:56 2026] POST /v2.0/subnets => generated 626 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2295] 10.0.0.28 () {34 vars in 750 bytes} [Sun May 10 02:04:56 2026] PUT /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/tags => generated 25 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2296] 10.0.0.28 () {32 vars in 730 bytes} [Sun May 10 02:04:56 2026] GET /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/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: 1186/2297] 10.0.0.28 () {34 vars in 761 bytes} [Sun May 10 02:04:56 2026] PUT /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2298] 10.0.0.28 () {32 vars in 730 bytes} [Sun May 10 02:04:57 2026] GET /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2299] 10.0.0.28 () {34 vars in 757 bytes} [Sun May 10 02:04:57 2026] PUT /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/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/2300] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:57 2026] GET /v2.0/security-groups?tenant_id=9a9d8cfdcc3b430c9e17f4485b3a2eb6&name=default => generated 2929 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2301] 10.0.0.28 () {32 vars in 730 bytes} [Sun May 10 02:04:57 2026] GET /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2302] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:57 2026] DELETE /v2.0/security-groups/b8899c87-6f29-4b01-85cc-cc73754f7f1c => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2303] 10.0.0.28 () {34 vars in 779 bytes} [Sun May 10 02:04:57 2026] PUT /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/tags/black.or.white => generated 4 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2304] 10.0.0.28 () {32 vars in 730 bytes} [Sun May 10 02:04:57 2026] GET /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2305] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:04:56 2026] PUT /v2.0/routers/761d1d19-a197-46e2-879a-eec789eaafdb/add_router_interface => generated 309 bytes in 1417 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2306] 10.0.0.28 () {34 vars in 750 bytes} [Sun May 10 02:04:57 2026] PUT /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/tags => generated 37 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2307] 10.0.0.28 () {32 vars in 730 bytes} [Sun May 10 02:04:57 2026] GET /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2308] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:04:57 2026] GET /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:57.905 7 INFO neutron.api.v2.resource [None req-5e587695-870d-4ea8-a04b-24de32e266a8 9d3e5893d724443386a27cea09fa7db1 53fd210f63f2458a8f6ed5dcade4a555 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1197/2309] 10.0.0.28 () {32 vars in 742 bytes} [Sun May 10 02:04:57 2026] GET /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2310] 10.0.0.28 () {32 vars in 741 bytes} [Sun May 10 02:04:57 2026] DELETE /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/tags/red => 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: 1199/2311] 10.0.0.28 () {32 vars in 730 bytes} [Sun May 10 02:04:58 2026] GET /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:58.116 7 INFO neutron.api.v2.resource [None req-29ec3f29-faac-45c0-a76d-991f6515bb2f 9d3e5893d724443386a27cea09fa7db1 53fd210f63f2458a8f6ed5dcade4a555 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1200/2312] 10.0.0.28 () {32 vars in 745 bytes} [Sun May 10 02:04:58 2026] DELETE /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/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: 1201/2313] 10.0.0.28 () {32 vars in 733 bytes} [Sun May 10 02:04:58 2026] DELETE /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/tags => 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: 1202/2314] 10.0.0.28 () {32 vars in 730 bytes} [Sun May 10 02:04:58 2026] GET /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2315] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:04:58 2026] DELETE /v2.0/subnets/b5b02331-821e-422d-bf37-121b6c0776be => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:58.547 7 INFO neutron.services.segments.plugin [-] Segment cff8fedb-ce0d-400f-90b1-13ce7b9a0ced resource provider aggregate not found 2026-05-10 02:04:58.548 7 INFO neutron.services.segments.plugin [-] Segment cff8fedb-ce0d-400f-90b1-13ce7b9a0ced resource provider aggregate not found [pid: 7|app: 0|req: 1204/2316] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:04:58 2026] DELETE /v2.0/networks/25e15d38-5903-4561-9781-15ae14d0a024 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:58.569 7 INFO neutron.services.segments.plugin [-] Segment cff8fedb-ce0d-400f-90b1-13ce7b9a0ced resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cff8fedb-ce0d-400f-90b1-13ce7b9a0ced found for delete ", "request_id": "req-cfaf13b6-99d0-46c3-9e24-b781a60814c8"}]} 2026-05-10 02:04:58.572 7 INFO neutron.services.segments.plugin [-] Segment cff8fedb-ce0d-400f-90b1-13ce7b9a0ced resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cff8fedb-ce0d-400f-90b1-13ce7b9a0ced found for delete ", "request_id": "req-86d0b261-2440-4c87-80d7-2e66fdfa9577"}]} [pid: 8|app: 0|req: 1113/2317] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:04:57 2026] PUT /v2.0/routers/761d1d19-a197-46e2-879a-eec789eaafdb/add_router_interface => generated 309 bytes in 1448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2318] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:59 2026] GET /v2.0/security-groups?tenant_id=2e6eb6498d314489976174ab8b0af9d5&name=default => generated 2929 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2319] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:59 2026] DELETE /v2.0/security-groups/f5267613-e001-4da2-9638-23495053951c => 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: 1116/2320] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:04:59 2026] GET /v2.0/security-groups?tenant_id=53fd210f63f2458a8f6ed5dcade4a555&name=default => generated 2929 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2321] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:04:59 2026] DELETE /v2.0/security-groups/ac5ea372-ed85-43ad-a99a-cda88a337945 => 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: 1205/2322] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:04:59 2026] PUT /v2.0/routers/761d1d19-a197-46e2-879a-eec789eaafdb/add_router_interface => generated 309 bytes in 1619 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2323] 10.0.0.28 () {34 vars in 683 bytes} [Sun May 10 02:05:00 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: 1206/2324] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:05:00 2026] POST /v2.0/security-group-rules => generated 597 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2325] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:05:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2326] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:05:01 2026] POST /v2.0/security-group-rules => generated 599 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2327] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:05:01 2026] GET /v2.0/security-groups?tenant_id=67085f3cce1f4166936dbc565c5a4e12&name=default => generated 2929 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2328] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:05:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2329] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:05:01 2026] DELETE /v2.0/security-groups/2c41b534-e318-46f6-b26d-5d7278c6ef69 => 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: 1122/2330] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:05:01 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) [pid: 7|app: 0|req: 1209/2331] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:05:01 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: 1123/2332] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:05:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2333] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:05:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2334] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:05:02 2026] POST /v2.0/security-group-rules => generated 599 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2335] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:05:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2336] 10.0.0.28 () {34 vars in 694 bytes} [Sun May 10 02:05:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2337] 10.0.0.212 () {34 vars in 1094 bytes} [Sun May 10 02:05:03 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-191825198&fields=id&tenant_id=fdc63c5abedb46d9a7786518a0605e7d => generated 69 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2338] 10.0.0.212 () {34 vars in 982 bytes} [Sun May 10 02:05:03 2026] GET /v2.0/networks?id=b6a424b3-df78-44dc-9d71-1b6819d1300b => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2339] 10.0.0.212 () {34 vars in 965 bytes} [Sun May 10 02:05:03 2026] GET /v2.0/quotas/fdc63c5abedb46d9a7786518a0605e7d => generated 292 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2340] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:05:03 2026] GET /v2.0/ports?tenant_id=fdc63c5abedb46d9a7786518a0605e7d&fields=id => generated 287 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2341] 10.0.0.212 () {34 vars in 1008 bytes} [Sun May 10 02:05:03 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2342] 10.0.0.212 () {34 vars in 1108 bytes} [Sun May 10 02:05:03 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:05:03.845 7 INFO neutron.db.segments_db [None req-95aabb43-a600-4d5b-bec6-5ea3bc1c0b6a 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 149ed0a1-271f-40a2-bae1-d35767708b92 of type vxlan for network 806b78a3-302e-4492-bfe1-1a2c4cd9b766 2026-05-10 02:05:03.879 8 INFO neutron.db.segments_db [None req-7e1bcad2-dcb5-4db2-8d59-76f1afe0e13b 32bc84e2e9494b1d8ad9685a6988a6a2 8bb918a867ee487ba450f08e1c590a76 - - default default] Added segment 960da488-2281-4dd5-9d1f-d590768f4a2d of type vxlan for network 3f3dd798-9b81-4b0f-86ba-e761402060b4 [pid: 7|app: 0|req: 1215/2343] 10.0.0.28 () {34 vars in 670 bytes} [Sun May 10 02:05:03 2026] POST /v2.0/networks => generated 740 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2344] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:03 2026] GET /v2.0/ports?device_id=95f4d8d4-b802-4ea7-bda7-1085ebd5e41a => 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: 1129/2345] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:05:03 2026] POST /v2.0/networks => generated 632 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:05:04.054 8 INFO neutron.db.segments_db [None req-e03124ce-ed3c-40da-aad0-7d344519f53e 32bc84e2e9494b1d8ad9685a6988a6a2 8bb918a867ee487ba450f08e1c590a76 - - default default] Added segment a000271e-03cc-4a31-b025-92667bca704f of type vxlan for network 0fb2f18e-67bc-45e7-bb1c-5b7baed06de3 [pid: 7|app: 0|req: 1217/2346] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:05:03 2026] POST /v2.0/subnets => generated 688 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2347] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:05:03 2026] POST /v2.0/networks => generated 632 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:05:04.242 7 INFO neutron.db.segments_db [None req-07258a6e-1b6c-4c29-8bec-0467c5e2953d 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Added segment 0656c61e-91b9-4ef9-9ee7-84efb335462f of type vxlan for network 6ceedd11-f62e-43dd-bb13-d89f5b490c1e [pid: 8|app: 0|req: 1131/2348] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:05:04 2026] PUT /v2.0/networks/3f3dd798-9b81-4b0f-86ba-e761402060b4/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2349] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:05:04 2026] GET /v2.0/networks/3f3dd798-9b81-4b0f-86ba-e761402060b4/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2350] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:05:04 2026] PUT /v2.0/networks/0fb2f18e-67bc-45e7-bb1c-5b7baed06de3/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2351] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:05:04 2026] GET /v2.0/networks/0fb2f18e-67bc-45e7-bb1c-5b7baed06de3/tags => generated 17 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2354] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:05:04 2026] PUT /v2.0/networks/0fb2f18e-67bc-45e7-bb1c-5b7baed06de3/tags => generated 12 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:05:04.586 7 INFO neutron.db.l3_hamode_db [None req-07258a6e-1b6c-4c29-8bec-0467c5e2953d 21f8134dfd8a481fb40776d0b70d3cb3 58d1601c1f3b4ec890748d15b075897a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1138/2355] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:05:04 2026] GET /v2.0/networks/0fb2f18e-67bc-45e7-bb1c-5b7baed06de3/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: 1139/2356] 10.0.0.28 () {32 vars in 732 bytes} [Sun May 10 02:05:04 2026] GET /v2.0/networks/3f3dd798-9b81-4b0f-86ba-e761402060b4/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:05:04.852 8 INFO neutron.services.segments.plugin [-] Segment 960da488-2281-4dd5-9d1f-d590768f4a2d resource provider aggregate not found 2026-05-10 02:05:04.860 8 INFO neutron.services.segments.plugin [-] Segment 960da488-2281-4dd5-9d1f-d590768f4a2d resource provider aggregate not found [pid: 8|app: 0|req: 1140/2357] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:05:04 2026] DELETE /v2.0/networks/3f3dd798-9b81-4b0f-86ba-e761402060b4 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:05:04.885 8 INFO neutron.services.segments.plugin [-] Segment 960da488-2281-4dd5-9d1f-d590768f4a2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 960da488-2281-4dd5-9d1f-d590768f4a2d found for delete ", "request_id": "req-a7b16a1a-66b7-4494-9756-3f7b2eb1b211"}]} 2026-05-10 02:05:04.890 8 INFO neutron.services.segments.plugin [-] Segment 960da488-2281-4dd5-9d1f-d590768f4a2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 960da488-2281-4dd5-9d1f-d590768f4a2d found for delete ", "request_id": "req-c607d406-94df-48e2-a8c0-0ac1075b35db"}]} [pid: 8|app: 0|req: 1141/2358] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:05:04 2026] DELETE /v2.0/networks/0fb2f18e-67bc-45e7-bb1c-5b7baed06de3 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:05:05.543 7 INFO neutron.db.l3_hamode_db [None req-07258a6e-1b6c-4c29-8bec-0467c5e2953d 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1142/2359] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:05:05 2026] GET /v2.0/security-groups?tenant_id=8bb918a867ee487ba450f08e1c590a76&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2360] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:05:06 2026] DELETE /v2.0/security-groups/16d8aa03-b8ae-4617-88d8-c182eec3dcbc => 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: 1218/2361] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:05:04 2026] POST /v2.0/routers => generated 728 bytes in 2257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2362] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:05:06 2026] GET /v2.0/security-groups?tenant_id=adf8a921d2594d269219c20c577ab8f7&name=default => generated 2929 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2363] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:05:06 2026] DELETE /v2.0/security-groups/a7100ca1-05a9-4be3-a9f3-fd6a048b85e5 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:05:06.925 8 INFO neutron.services.segments.plugin [-] Segment a000271e-03cc-4a31-b025-92667bca704f resource provider aggregate not found 2026-05-10 02:05:06.931 8 INFO neutron.services.segments.plugin [-] Segment a000271e-03cc-4a31-b025-92667bca704f resource provider aggregate not found 2026-05-10 02:05:06.954 8 INFO neutron.services.segments.plugin [-] Segment a000271e-03cc-4a31-b025-92667bca704f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a000271e-03cc-4a31-b025-92667bca704f found for delete ", "request_id": "req-75b65c35-aec1-4e8c-9b7a-d45ba0fa6352"}]} 2026-05-10 02:05:06.958 8 INFO neutron.services.segments.plugin [-] Segment a000271e-03cc-4a31-b025-92667bca704f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a000271e-03cc-4a31-b025-92667bca704f found for delete ", "request_id": "req-7a031691-2b79-4de3-bae6-85c77ca1f467"}]} [pid: 7|app: 0|req: 1219/2364] 10.0.0.28 () {34 vars in 782 bytes} [Sun May 10 02:05:06 2026] PUT /v2.0/routers/bb2ecaca-7f49-4397-b749-2431659e52b4/add_router_interface => generated 309 bytes in 1301 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2365] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:05:07 2026] GET /v2.0/networks?id=b6a424b3-df78-44dc-9d71-1b6819d1300b => generated 705 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2366] 199.204.45.53 () {34 vars in 1049 bytes} [Sun May 10 02:05:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fdc63c5abedb46d9a7786518a0605e7d => generated 178 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2367] 199.204.45.53 () {38 vars in 954 bytes} [Sun May 10 02:05:08 2026] POST /v2.0/ports => generated 1183 bytes in 564 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1148/2368] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:09 2026] GET /v2.0/ports?device_id=95f4d8d4-b802-4ea7-bda7-1085ebd5e41a => generated 1198 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2369] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:09 2026] GET /v2.0/security-groups?id=a8d72c55-d960-4796-bb24-07d80b772fa0&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: 7|app: 0|req: 1221/2370] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:05:08 2026] PUT /v2.0/ports/d0fcac84-a5ff-4c9e-b8a9-24b40adf65c6 => generated 1464 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:05:09.266 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af23de25-b5a4-4269-a00b-faa6303356c9'] response: {'name': 'network-changed', 'server_uuid': '95f4d8d4-b802-4ea7-bda7-1085ebd5e41a', 'tag': 'd0fcac84-a5ff-4c9e-b8a9-24b40adf65c6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1150/2371] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:05:09 2026] GET /v2.0/ports?tenant_id=fdc63c5abedb46d9a7786518a0605e7d&device_id=95f4d8d4-b802-4ea7-bda7-1085ebd5e41a => 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: 7|app: 0|req: 1222/2372] 199.204.45.53 () {34 vars in 1017 bytes} [Sun May 10 02:05:09 2026] GET /v2.0/networks?tenant_id=fdc63c5abedb46d9a7786518a0605e7d&shared=False => generated 2374 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2373] 199.204.45.53 () {34 vars in 929 bytes} [Sun May 10 02:05:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2374] 10.0.0.212 () {34 vars in 982 bytes} [Sun May 10 02:05:10 2026] GET /v2.0/networks?id=806b78a3-302e-4492-bfe1-1a2c4cd9b766 => generated 673 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2375] 10.0.0.212 () {34 vars in 965 bytes} [Sun May 10 02:05:10 2026] GET /v2.0/quotas/58d1601c1f3b4ec890748d15b075897a => 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: 1224/2376] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:05:10 2026] GET /v2.0/ports?tenant_id=58d1601c1f3b4ec890748d15b075897a&fields=id => generated 57 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2377] 10.0.0.212 () {34 vars in 1008 bytes} [Sun May 10 02:05:10 2026] GET /v2.0/networks/806b78a3-302e-4492-bfe1-1a2c4cd9b766?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: 1225/2378] 10.0.0.212 () {34 vars in 1108 bytes} [Sun May 10 02:05:10 2026] GET /v2.0/networks/806b78a3-302e-4492-bfe1-1a2c4cd9b766?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2379] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:10 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => 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: 1226/2380] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:05:10 2026] GET /v2.0/ports?tenant_id=fdc63c5abedb46d9a7786518a0605e7d&device_id=95f4d8d4-b802-4ea7-bda7-1085ebd5e41a => generated 1467 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2381] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:05:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.111&port_id=d0fcac84-a5ff-4c9e-b8a9-24b40adf65c6 => 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: 1227/2382] 199.204.45.53 () {34 vars in 1103 bytes} [Sun May 10 02:05:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A290&port_id=d0fcac84-a5ff-4c9e-b8a9-24b40adf65c6 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2383] 199.204.45.53 () {34 vars in 1063 bytes} [Sun May 10 02:05:11 2026] GET /v2.0/subnets?id=ae01ac0c-1e37-4f20-bf7d-95fc405d483a&id=c043228d-554c-4cdb-863a-afddd4455a69 => generated 1410 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2384] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:05:11 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&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: 8|app: 0|req: 1157/2385] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:05:11 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&device_owner=network%3Adhcp => generated 1457 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2386] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:05:11 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1158/2387] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:05:11 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2388] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:11 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => 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: 1159/2389] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:12 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => 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: 1231/2390] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:13 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => 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: 1160/2391] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:14 2026] GET /v2.0/ports?device_id=95f4d8d4-b802-4ea7-bda7-1085ebd5e41a => generated 1198 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2392] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:14 2026] GET /v2.0/security-groups?id=a8d72c55-d960-4796-bb24-07d80b772fa0&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: 1161/2393] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:14 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => 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: 1233/2394] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:05:14 2026] GET /v2.0/networks?id=806b78a3-302e-4492-bfe1-1a2c4cd9b766 => generated 673 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2395] 199.204.45.53 () {38 vars in 954 bytes} [Sun May 10 02:05:14 2026] POST /v2.0/ports => generated 958 bytes in 467 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: 1234/2396] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:05:15 2026] PUT /v2.0/ports/32ec46cf-6eeb-4222-b755-f3149eb991e0 => generated 1239 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:05:16.009 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3d8c9d7-df5e-44cd-9253-527293fc9ff2'] response: {'name': 'network-changed', 'server_uuid': 'a351f107-42a6-4352-bcf6-0cf09f7ed18c', 'tag': '32ec46cf-6eeb-4222-b755-f3149eb991e0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1163/2397] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:15 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1235/2398] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:16 2026] GET /v2.0/security-groups?id=5acc0641-3146-478d-8b5d-34aed512f372&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2399] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:05:16 2026] GET /v2.0/ports?tenant_id=58d1601c1f3b4ec890748d15b075897a&device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2400] 199.204.45.53 () {34 vars in 1017 bytes} [Sun May 10 02:05:16 2026] GET /v2.0/networks?tenant_id=58d1601c1f3b4ec890748d15b075897a&shared=False => generated 768 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2401] 199.204.45.53 () {34 vars in 929 bytes} [Sun May 10 02:05:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2402] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:17 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => generated 973 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2403] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:17 2026] GET /v2.0/security-groups?id=5acc0641-3146-478d-8b5d-34aed512f372&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: 1238/2404] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:05:17 2026] GET /v2.0/ports?tenant_id=58d1601c1f3b4ec890748d15b075897a&device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2405] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:05:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=32ec46cf-6eeb-4222-b755-f3149eb991e0 => 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: 1239/2406] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:05:17 2026] GET /v2.0/subnets?id=ec6cfc41-4be2-4987-acae-8e751c348068 => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2407] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:05:17 2026] GET /v2.0/ports?network_id=806b78a3-302e-4492-bfe1-1a2c4cd9b766&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: 1240/2408] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:05:17 2026] GET /v2.0/networks/806b78a3-302e-4492-bfe1-1a2c4cd9b766?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2409] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:05:17 2026] GET /v2.0/networks/806b78a3-302e-4492-bfe1-1a2c4cd9b766?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: 1241/2410] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:18 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2411] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:18 2026] GET /v2.0/security-groups?id=5acc0641-3146-478d-8b5d-34aed512f372&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: 1242/2412] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:19 2026] GET /v2.0/ports?device_id=95f4d8d4-b802-4ea7-bda7-1085ebd5e41a => generated 1200 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2415] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:19 2026] GET /v2.0/security-groups?id=a8d72c55-d960-4796-bb24-07d80b772fa0&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2416] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:19 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => 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: 1245/2417] 10.0.0.28 () {32 vars in 817 bytes} [Sun May 10 02:05:19 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&mac_address=fa%3A16%3A3e%3A98%3A1f%3A15 => generated 1200 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2418] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:19 2026] GET /v2.0/security-groups?id=5acc0641-3146-478d-8b5d-34aed512f372&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-05-10 02:05:20.311 7 INFO neutron.db.l3_db [None req-723beb13-4174-47c4-8951-dc4e9ca3ba17 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Floating IP 59f856d5-5d44-4a88-b734-1387913795b8 associated. External IP: 10.96.250.213, port: d0fcac84-a5ff-4c9e-b8a9-24b40adf65c6. [pid: 7|app: 0|req: 1246/2419] 10.0.0.28 () {34 vars in 676 bytes} [Sun May 10 02:05:19 2026] POST /v2.0/floatingips => generated 855 bytes in 1073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2420] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:20 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => 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: 1247/2421] 10.0.0.212 () {34 vars in 1094 bytes} [Sun May 10 02:05:20 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-191825198&fields=id&tenant_id=fdc63c5abedb46d9a7786518a0605e7d => generated 69 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2422] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:20 2026] GET /v2.0/security-groups?id=5acc0641-3146-478d-8b5d-34aed512f372&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: 7|app: 0|req: 1248/2423] 10.0.0.212 () {34 vars in 982 bytes} [Sun May 10 02:05:20 2026] GET /v2.0/networks?id=2444bc18-ab46-410f-9cab-3912a744be7c => generated 704 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:05:20.867 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ea01e520-09a8-479b-af2c-9d5f968cbcc0'] response: {'name': 'network-changed', 'server_uuid': '95f4d8d4-b802-4ea7-bda7-1085ebd5e41a', 'tag': 'd0fcac84-a5ff-4c9e-b8a9-24b40adf65c6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1176/2424] 10.0.0.212 () {34 vars in 965 bytes} [Sun May 10 02:05:20 2026] GET /v2.0/quotas/fdc63c5abedb46d9a7786518a0605e7d => 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: 1249/2425] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:05:20 2026] GET /v2.0/ports?tenant_id=fdc63c5abedb46d9a7786518a0605e7d&fields=id => generated 333 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2426] 10.0.0.212 () {34 vars in 1008 bytes} [Sun May 10 02:05:21 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?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: 1250/2427] 10.0.0.212 () {34 vars in 1108 bytes} [Sun May 10 02:05:21 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2428] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:21 2026] GET /v2.0/ports?device_id=9f6ba5c5-28af-429d-8e7a-4d6c10449480 => 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: 1251/2429] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:05:21 2026] GET /v2.0/ports?tenant_id=fdc63c5abedb46d9a7786518a0605e7d&device_id=95f4d8d4-b802-4ea7-bda7-1085ebd5e41a => generated 1469 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2430] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:05:21 2026] GET /v2.0/networks?id=b6a424b3-df78-44dc-9d71-1b6819d1300b => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2431] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:05:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.111&port_id=d0fcac84-a5ff-4c9e-b8a9-24b40adf65c6 => generated 858 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2432] 199.204.45.53 () {34 vars in 1103 bytes} [Sun May 10 02:05:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A290&port_id=d0fcac84-a5ff-4c9e-b8a9-24b40adf65c6 => 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: 1253/2433] 199.204.45.53 () {34 vars in 1063 bytes} [Sun May 10 02:05:21 2026] GET /v2.0/subnets?id=ae01ac0c-1e37-4f20-bf7d-95fc405d483a&id=c043228d-554c-4cdb-863a-afddd4455a69 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2434] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:05:21 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2435] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:05:21 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2436] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:05:21 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1255/2437] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:05:21 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1183/2438] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:21 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2439] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:21 2026] GET /v2.0/security-groups?id=5acc0641-3146-478d-8b5d-34aed512f372&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: 1184/2440] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:23 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2441] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:23 2026] GET /v2.0/security-groups?id=5acc0641-3146-478d-8b5d-34aed512f372&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: 1185/2442] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:24 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => 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: 1258/2443] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:24 2026] GET /v2.0/security-groups?id=5acc0641-3146-478d-8b5d-34aed512f372&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2444] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:05:25 2026] GET /v2.0/networks?id=2444bc18-ab46-410f-9cab-3912a744be7c => generated 704 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2445] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:25 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => 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: 1187/2446] 199.204.45.53 () {34 vars in 1049 bytes} [Sun May 10 02:05:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fdc63c5abedb46d9a7786518a0605e7d => generated 178 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2447] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:25 2026] GET /v2.0/security-groups?id=5acc0641-3146-478d-8b5d-34aed512f372&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: 1188/2448] 199.204.45.53 () {38 vars in 954 bytes} [Sun May 10 02:05:25 2026] POST /v2.0/ports => generated 1183 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1189/2449] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:26 2026] GET /v2.0/ports?device_id=9f6ba5c5-28af-429d-8e7a-4d6c10449480 => generated 1186 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2450] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:26 2026] GET /v2.0/security-groups?id=a8d72c55-d960-4796-bb24-07d80b772fa0&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: 7|app: 0|req: 1261/2451] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:05:26 2026] PUT /v2.0/ports/70a137c1-39b3-4521-92df-95b5dac8f029 => generated 1464 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:05:26.717 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9d3f6fc3-3dbe-44a9-8fa0-0d3b2004ea37'] response: {'name': 'network-changed', 'server_uuid': '9f6ba5c5-28af-429d-8e7a-4d6c10449480', 'tag': '70a137c1-39b3-4521-92df-95b5dac8f029', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1191/2452] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:26 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => generated 975 bytes in 90 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: 1262/2453] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:26 2026] GET /v2.0/security-groups?id=5acc0641-3146-478d-8b5d-34aed512f372&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: 1192/2454] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:05:27 2026] GET /v2.0/ports?tenant_id=fdc63c5abedb46d9a7786518a0605e7d&device_id=9f6ba5c5-28af-429d-8e7a-4d6c10449480 => generated 1467 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2455] 199.204.45.53 () {34 vars in 1017 bytes} [Sun May 10 02:05:27 2026] GET /v2.0/networks?tenant_id=fdc63c5abedb46d9a7786518a0605e7d&shared=False => generated 2374 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2456] 199.204.45.53 () {34 vars in 929 bytes} [Sun May 10 02:05:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2457] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:28 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => 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: 1194/2458] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:28 2026] GET /v2.0/security-groups?id=5acc0641-3146-478d-8b5d-34aed512f372&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2459] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:05:28 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:05:28.247 8 INFO neutron_taas.services.taas.taas_plugin [req-ebc2f594-4b88-43e7-bcc9-6fb96c1dc7b5 req-7d698eba-978a-4175-b4ad-c7e5136c90bf abf0108386e849f481943fe0daf47904 58d1601c1f3b4ec890748d15b075897a - - default default] TaaS: Handle Delete Port: 32ec46cf-6eeb-4222-b755-f3149eb991e0 2026-05-10 02:05:28.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ebc2f594-4b88-43e7-bcc9-6fb96c1dc7b5 req-7d698eba-978a-4175-b4ad-c7e5136c90bf abf0108386e849f481943fe0daf47904 58d1601c1f3b4ec890748d15b075897a - - default default] Tap Mirror: Handle Delete Port: 32ec46cf-6eeb-4222-b755-f3149eb991e0 [pid: 7|app: 0|req: 1266/2460] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 02:05:28 2026] GET /v2.0/ports?device_id=95f4d8d4-b802-4ea7-bda7-1085ebd5e41a => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2461] 10.0.0.223 () {34 vars in 1040 bytes} [Sun May 10 02:05:28 2026] GET /v2.0/security-groups?id=a8d72c55-d960-4796-bb24-07d80b772fa0&fields=id&fields=name => generated 111 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2462] 199.204.45.53 () {36 vars in 996 bytes} [Sun May 10 02:05:28 2026] DELETE /v2.0/ports/32ec46cf-6eeb-4222-b755-f3149eb991e0 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2463] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:05:28 2026] GET /v2.0/ports?tenant_id=fdc63c5abedb46d9a7786518a0605e7d&device_id=9f6ba5c5-28af-429d-8e7a-4d6c10449480 => generated 1467 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2464] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:05:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.167&port_id=70a137c1-39b3-4521-92df-95b5dac8f029 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:05:28.494 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d599545-0a3d-4a87-a745-dc6eeb631f1a'] response: {'server_uuid': 'a351f107-42a6-4352-bcf6-0cf09f7ed18c', 'name': 'network-vif-deleted', 'tag': '32ec46cf-6eeb-4222-b755-f3149eb991e0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1269/2465] 199.204.45.53 () {34 vars in 1103 bytes} [Sun May 10 02:05:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A46&port_id=70a137c1-39b3-4521-92df-95b5dac8f029 => 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: 1197/2466] 199.204.45.53 () {34 vars in 1063 bytes} [Sun May 10 02:05:28 2026] GET /v2.0/subnets?id=c97db499-a13f-463f-88d4-615016187b68&id=02b9aa6e-93af-493a-b1ed-7576cb14f14f => generated 1415 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2467] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:05:28 2026] GET /v2.0/ports?network_id=2444bc18-ab46-410f-9cab-3912a744be7c&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2468] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:05:28 2026] GET /v2.0/ports?network_id=2444bc18-ab46-410f-9cab-3912a744be7c&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: 1271/2469] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:05:28 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2470] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:05:28 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?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: 1272/2471] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:29 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => 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: 1200/2472] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:30 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => 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: 1273/2473] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:31 2026] GET /v2.0/ports?device_id=a351f107-42a6-4352-bcf6-0cf09f7ed18c => 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: 1201/2474] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:31 2026] GET /v2.0/ports?device_id=9f6ba5c5-28af-429d-8e7a-4d6c10449480 => generated 1200 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2475] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:31 2026] GET /v2.0/security-groups?id=a8d72c55-d960-4796-bb24-07d80b772fa0&fields=id&fields=name => generated 111 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:05:34.695 8 INFO neutron_taas.services.taas.taas_plugin [None req-15df56b8-24a9-4e59-87b3-73d4910dce21 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 053908da-2270-4a0b-9406-462316c7b08b 2026-05-10 02:05:34.698 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15df56b8-24a9-4e59-87b3-73d4910dce21 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 053908da-2270-4a0b-9406-462316c7b08b [pid: 8|app: 0|req: 1202/2478] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:05:33 2026] PUT /v2.0/routers/bb2ecaca-7f49-4397-b749-2431659e52b4/remove_router_interface => generated 309 bytes in 1593 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:05:35.535 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe223dc8-acd9-4e41-9c2c-6411dc1cd894 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: dd34f2a7-3a01-44bd-8ad9-4b14fed8f7fc 2026-05-10 02:05:35.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe223dc8-acd9-4e41-9c2c-6411dc1cd894 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: dd34f2a7-3a01-44bd-8ad9-4b14fed8f7fc 2026-05-10 02:05:35.862 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe223dc8-acd9-4e41-9c2c-6411dc1cd894 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: c1e35d7c-6f58-47ac-83e0-069965472f56 2026-05-10 02:05:35.866 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe223dc8-acd9-4e41-9c2c-6411dc1cd894 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: c1e35d7c-6f58-47ac-83e0-069965472f56 2026-05-10 02:05:36.203 7 INFO neutron.services.segments.plugin [-] Segment 0656c61e-91b9-4ef9-9ee7-84efb335462f resource provider aggregate not found 2026-05-10 02:05:36.212 7 INFO neutron.services.segments.plugin [-] Segment 0656c61e-91b9-4ef9-9ee7-84efb335462f resource provider aggregate not found 2026-05-10 02:05:36.222 7 INFO neutron.services.segments.plugin [-] Segment 0656c61e-91b9-4ef9-9ee7-84efb335462f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0656c61e-91b9-4ef9-9ee7-84efb335462f found for delete ", "request_id": "req-0bc2ad22-df93-4e2b-a700-fdb4006dc57a"}]} 2026-05-10 02:05:36.232 7 INFO neutron.services.segments.plugin [-] Segment 0656c61e-91b9-4ef9-9ee7-84efb335462f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0656c61e-91b9-4ef9-9ee7-84efb335462f found for delete ", "request_id": "req-0cd885b2-4f05-4704-b061-673e63f4d1d3"}]} 2026-05-10 02:05:36.242 7 INFO neutron.db.l3_hamode_db [None req-fe223dc8-acd9-4e41-9c2c-6411dc1cd894 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] HA network 6ceedd11-f62e-43dd-bb13-d89f5b490c1e was deleted as no HA routers are present in tenant 58d1601c1f3b4ec890748d15b075897a. [pid: 7|app: 0|req: 1277/2479] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:05:35 2026] DELETE /v2.0/routers/bb2ecaca-7f49-4397-b749-2431659e52b4 => generated 0 bytes in 973 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2480] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:05:36 2026] DELETE /v2.0/subnets/ec6cfc41-4be2-4987-acae-8e751c348068 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:05:36.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-8f8b6a5e-f673-46ff-9d7d-919b37254aff 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 6789b6ba-a89c-4ac7-912a-577adf1d6973 2026-05-10 02:05:36.506 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8f8b6a5e-f673-46ff-9d7d-919b37254aff 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 6789b6ba-a89c-4ac7-912a-577adf1d6973 [pid: 7|app: 0|req: 1278/2481] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:05:36 2026] DELETE /v2.0/networks/806b78a3-302e-4492-bfe1-1a2c4cd9b766 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2482] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:05:36 2026] GET /v2.0/ports?device_id=9f6ba5c5-28af-429d-8e7a-4d6c10449480 => generated 1200 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2483] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:05:36 2026] GET /v2.0/security-groups?tenant_id=58d1601c1f3b4ec890748d15b075897a&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2484] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:05:36 2026] GET /v2.0/security-groups?id=a8d72c55-d960-4796-bb24-07d80b772fa0&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2485] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:05:36 2026] DELETE /v2.0/security-groups/5acc0641-3146-478d-8b5d-34aed512f372 => 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: 1206/2486] 10.0.0.28 () {32 vars in 817 bytes} [Sun May 10 02:05:36 2026] GET /v2.0/ports?network_id=2444bc18-ab46-410f-9cab-3912a744be7c&mac_address=fa%3A16%3A3e%3A79%3A29%3A80 => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:05:37.653 7 INFO neutron.db.l3_db [None req-057949dc-32d5-45a2-85b6-0a61ee5193b7 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Floating IP a4addba0-ab4b-4065-8ad0-77c8ba8be10d associated. External IP: 10.96.250.215, port: 70a137c1-39b3-4521-92df-95b5dac8f029. [pid: 7|app: 0|req: 1281/2487] 10.0.0.28 () {34 vars in 676 bytes} [Sun May 10 02:05:36 2026] POST /v2.0/floatingips => generated 855 bytes in 1045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:05:38.059 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b60eb8b-96d1-4d24-8030-d4f5bbef46e6'] response: {'name': 'network-changed', 'server_uuid': '9f6ba5c5-28af-429d-8e7a-4d6c10449480', 'tag': '70a137c1-39b3-4521-92df-95b5dac8f029', 'status': 'completed', 'code': 200} 2026-05-10 02:05:38.248 7 INFO neutron.services.segments.plugin [-] Segment 149ed0a1-271f-40a2-bae1-d35767708b92 resource provider aggregate not found 2026-05-10 02:05:38.255 7 INFO neutron.services.segments.plugin [-] Segment 149ed0a1-271f-40a2-bae1-d35767708b92 resource provider aggregate not found 2026-05-10 02:05:38.272 7 INFO neutron.services.segments.plugin [-] Segment 149ed0a1-271f-40a2-bae1-d35767708b92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 149ed0a1-271f-40a2-bae1-d35767708b92 found for delete ", "request_id": "req-b48e0fe2-6efb-4596-a16c-66631ad53dbd"}]} 2026-05-10 02:05:38.275 7 INFO neutron.services.segments.plugin [-] Segment 149ed0a1-271f-40a2-bae1-d35767708b92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 149ed0a1-271f-40a2-bae1-d35767708b92 found for delete ", "request_id": "req-4e632729-38d0-44fd-84b0-2c3368c2b7e0"}]} [pid: 8|app: 0|req: 1207/2488] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:05:38 2026] GET /v2.0/ports?tenant_id=fdc63c5abedb46d9a7786518a0605e7d&device_id=9f6ba5c5-28af-429d-8e7a-4d6c10449480 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2489] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:05:38 2026] GET /v2.0/networks?id=2444bc18-ab46-410f-9cab-3912a744be7c => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2490] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:05:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.167&port_id=70a137c1-39b3-4521-92df-95b5dac8f029 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2491] 199.204.45.53 () {34 vars in 1103 bytes} [Sun May 10 02:05:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A46&port_id=70a137c1-39b3-4521-92df-95b5dac8f029 => 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: 1209/2492] 199.204.45.53 () {34 vars in 1063 bytes} [Sun May 10 02:05:38 2026] GET /v2.0/subnets?id=c97db499-a13f-463f-88d4-615016187b68&id=02b9aa6e-93af-493a-b1ed-7576cb14f14f => generated 1415 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2493] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:05:38 2026] GET /v2.0/ports?network_id=2444bc18-ab46-410f-9cab-3912a744be7c&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2494] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:05:38 2026] GET /v2.0/ports?network_id=2444bc18-ab46-410f-9cab-3912a744be7c&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2495] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:05:38 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?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: 1211/2496] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:05:38 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:05:41.379 7 INFO neutron.db.segments_db [None req-84e0407a-818c-434c-87f1-ee4fc97d6258 67566dc33c10471a921594fbbe769386 08ee7b1c6df549a688cac699a8d5d074 - - default default] Added segment a19f27cc-aca7-4022-a579-76fb5ec9343c of type vxlan for network 9c4a1afe-4f42-4783-ab43-612410f55d03 [pid: 7|app: 0|req: 1286/2497] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:05:41 2026] POST /v2.0/networks => generated 727 bytes in 399 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2498] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:05:41 2026] POST /v2.0/subnets => generated 644 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:05:41.646 7 WARNING neutron.api.v2.base [None req-0fc74d8d-dd2c-49cf-a73a-666135e98e5b 67566dc33c10471a921594fbbe769386 08ee7b1c6df549a688cac699a8d5d074 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-10 02:05:41.647 7 INFO neutron.api.v2.resource [None req-0fc74d8d-dd2c-49cf-a73a-666135e98e5b 67566dc33c10471a921594fbbe769386 08ee7b1c6df549a688cac699a8d5d074 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1287/2499] 10.0.0.28 () {34 vars in 680 bytes} [Sun May 10 02:05:41 2026] POST /v2.0/rbac-policies => generated 143 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-10 02:05:41.866 8 INFO neutron.services.segments.plugin [-] Segment a19f27cc-aca7-4022-a579-76fb5ec9343c resource provider aggregate not found 2026-05-10 02:05:41.871 8 INFO neutron.services.segments.plugin [-] Segment a19f27cc-aca7-4022-a579-76fb5ec9343c resource provider aggregate not found 2026-05-10 02:05:41.888 8 INFO neutron.services.segments.plugin [-] Segment a19f27cc-aca7-4022-a579-76fb5ec9343c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a19f27cc-aca7-4022-a579-76fb5ec9343c found for delete ", "request_id": "req-1696943c-fe84-4600-bd1b-f1c2bedc2eac"}]} 2026-05-10 02:05:41.890 8 INFO neutron.services.segments.plugin [-] Segment a19f27cc-aca7-4022-a579-76fb5ec9343c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a19f27cc-aca7-4022-a579-76fb5ec9343c found for delete ", "request_id": "req-ca58aeb2-2a5f-467a-8f36-dc24830b626f"}]} [pid: 8|app: 0|req: 1213/2500] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:05:41 2026] DELETE /v2.0/networks/9c4a1afe-4f42-4783-ab43-612410f55d03 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:05:41.966 7 INFO neutron.db.segments_db [None req-5321c755-22ad-47b5-9cbc-d96db5cac9bf 67566dc33c10471a921594fbbe769386 08ee7b1c6df549a688cac699a8d5d074 - - default default] Added segment b3ea9837-dc1d-4bd7-8149-690213843aa7 of type vxlan for network 54196e8d-6dd5-45fc-a475-b64d7f580bc4 [pid: 7|app: 0|req: 1288/2501] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:05:41 2026] POST /v2.0/networks => generated 726 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2502] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:05:42 2026] POST /v2.0/subnets => generated 647 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:05:42.270 7 WARNING neutron.api.v2.base [None req-4f6136c5-fafd-4f86-836f-556ffc7048d5 67566dc33c10471a921594fbbe769386 08ee7b1c6df549a688cac699a8d5d074 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-10 02:05:42.271 7 INFO neutron.api.v2.resource [None req-4f6136c5-fafd-4f86-836f-556ffc7048d5 67566dc33c10471a921594fbbe769386 08ee7b1c6df549a688cac699a8d5d074 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1289/2503] 10.0.0.28 () {34 vars in 680 bytes} [Sun May 10 02:05:42 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2504] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:05:42 2026] DELETE /v2.0/networks/54196e8d-6dd5-45fc-a475-b64d7f580bc4 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:05:42.536 7 INFO neutron.db.segments_db [None req-02535607-7732-4ade-842b-d5d52f7f43e9 67566dc33c10471a921594fbbe769386 08ee7b1c6df549a688cac699a8d5d074 - - default default] Added segment 874c8796-1518-4183-b5a2-344bf404b1ff of type vxlan for network 4973829f-a828-4084-8dbc-c6304dd51aac [pid: 7|app: 0|req: 1290/2505] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:05:42 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: 8|app: 0|req: 1216/2506] 10.0.0.28 () {34 vars in 668 bytes} [Sun May 10 02:05:42 2026] POST /v2.0/subnets => generated 647 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2507] 10.0.0.28 () {34 vars in 680 bytes} [Sun May 10 02:05:42 2026] POST /v2.0/rbac-policies => generated 324 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2508] 10.0.0.28 () {32 vars in 722 bytes} [Sun May 10 02:05:43 2026] GET /v2.0/networks/4973829f-a828-4084-8dbc-c6304dd51aac => generated 654 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:05:43.874 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7ff7180a-b3b5-4ab4-a109-89c715717667 0295e502042f41d1a541d0dada7ae28f bbc77199b3554599adfc5efb51bc451c - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1292/2509] 10.0.0.28 () {32 vars in 722 bytes} [Sun May 10 02:05:43 2026] GET /v2.0/networks/4973829f-a828-4084-8dbc-c6304dd51aac => generated 138 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:05:43.917 8 INFO neutron.services.segments.plugin [-] Segment b3ea9837-dc1d-4bd7-8149-690213843aa7 resource provider aggregate not found 2026-05-10 02:05:43.918 8 INFO neutron.services.segments.plugin [-] Segment b3ea9837-dc1d-4bd7-8149-690213843aa7 resource provider aggregate not found 2026-05-10 02:05:43.938 8 INFO neutron.services.segments.plugin [-] Segment b3ea9837-dc1d-4bd7-8149-690213843aa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3ea9837-dc1d-4bd7-8149-690213843aa7 found for delete ", "request_id": "req-33119ca8-cdb8-4d64-9c7a-32a861723070"}]} 2026-05-10 02:05:43.943 8 INFO neutron.services.segments.plugin [-] Segment b3ea9837-dc1d-4bd7-8149-690213843aa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b3ea9837-dc1d-4bd7-8149-690213843aa7 found for delete ", "request_id": "req-e83edd7d-b648-411a-ab98-3bee06d6ffcb"}]} 2026-05-10 02:05:44.014 8 INFO neutron_taas.services.taas.taas_plugin [None req-052ac6ba-3561-47d9-bbe8-d9b3eab6e3ba 67566dc33c10471a921594fbbe769386 08ee7b1c6df549a688cac699a8d5d074 - - default default] TaaS: Handle Delete Port: 3ced038e-d9bb-49c7-bbe9-0cd54c53fa82 2026-05-10 02:05:44.018 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-052ac6ba-3561-47d9-bbe8-d9b3eab6e3ba 67566dc33c10471a921594fbbe769386 08ee7b1c6df549a688cac699a8d5d074 - - default default] Tap Mirror: Handle Delete Port: 3ced038e-d9bb-49c7-bbe9-0cd54c53fa82 [pid: 8|app: 0|req: 1218/2510] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:05:43 2026] DELETE /v2.0/networks/4973829f-a828-4084-8dbc-c6304dd51aac => generated 0 bytes in 436 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:05:44.343 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac5e6638-accf-4e51-960a-e06086016704 67566dc33c10471a921594fbbe769386 08ee7b1c6df549a688cac699a8d5d074 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1293/2511] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:05:44 2026] DELETE /v2.0/subnets/caf7670c-ed89-4e20-b927-3b4ebac9333a => generated 136 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:05:44.366 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0a6713d1-1607-43b6-b221-75d57c918413 67566dc33c10471a921594fbbe769386 08ee7b1c6df549a688cac699a8d5d074 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1219/2512] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:05:44 2026] DELETE /v2.0/subnets/abc1d80e-1782-4a20-ba8d-3cc6ead63ec6 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:05:44.395 7 INFO neutron.pecan_wsgi.hooks.translation [None req-befc00c5-2da4-4a6c-9624-e0cf41dfaae4 67566dc33c10471a921594fbbe769386 08ee7b1c6df549a688cac699a8d5d074 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1294/2513] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:05:44 2026] DELETE /v2.0/subnets/e69cfa48-ae66-49be-84f9-897ba9c09616 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2514] 10.0.0.223 () {34 vars in 990 bytes} [Sun May 10 02:05:44 2026] GET /v2.0/ports?device_id=9f6ba5c5-28af-429d-8e7a-4d6c10449480 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2515] 10.0.0.223 () {34 vars in 1040 bytes} [Sun May 10 02:05:44 2026] GET /v2.0/security-groups?id=a8d72c55-d960-4796-bb24-07d80b772fa0&fields=id&fields=name => generated 111 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2516] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:05:45 2026] GET /v2.0/security-groups?tenant_id=08ee7b1c6df549a688cac699a8d5d074&name=default => generated 2929 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2517] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:05:45 2026] DELETE /v2.0/security-groups/9bbf20e7-7345-47a3-ab20-fe884cf07cd8 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2518] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:05:45 2026] GET /v2.0/security-groups?tenant_id=bbc77199b3554599adfc5efb51bc451c&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2519] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:05:45 2026] DELETE /v2.0/security-groups/a35b35fe-5642-47a9-9d3d-3efe5d154522 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:05:45.957 8 INFO neutron.services.segments.plugin [-] Segment 874c8796-1518-4183-b5a2-344bf404b1ff resource provider aggregate not found 2026-05-10 02:05:45.962 8 INFO neutron.services.segments.plugin [-] Segment 874c8796-1518-4183-b5a2-344bf404b1ff resource provider aggregate not found 2026-05-10 02:05:45.976 8 INFO neutron.services.segments.plugin [-] Segment 874c8796-1518-4183-b5a2-344bf404b1ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 874c8796-1518-4183-b5a2-344bf404b1ff found for delete ", "request_id": "req-4a0f1919-5d14-4041-b255-c77c1c911de0"}]} 2026-05-10 02:05:45.977 8 INFO neutron.services.segments.plugin [-] Segment 874c8796-1518-4183-b5a2-344bf404b1ff resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 874c8796-1518-4183-b5a2-344bf404b1ff found for delete ", "request_id": "req-52d31450-f521-4630-825b-575f69d08a27"}]} [pid: 8|app: 0|req: 1223/2520] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:05:46 2026] GET /v2.0/security-groups?tenant_id=9fdf46f144cf49e2bc38dfec87779ff5&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2521] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:05:46 2026] DELETE /v2.0/security-groups/3a2b0507-f053-4618-a399-40bddaffc65f => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:05:50.821 8 INFO neutron.db.segments_db [None req-aee6a5ff-6c77-48b6-9daf-94df01b2db79 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] Added segment d1ffda3e-239c-4fc9-9c05-50e598b9c52a of type vxlan for network 8203ecb6-70ca-4c01-a09d-62bd69aff9fc [pid: 8|app: 0|req: 1225/2524] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:05:50 2026] POST /v2.0/networks => generated 632 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2525] 10.0.0.28 () {34 vars in 663 bytes} [Sun May 10 02:05:50 2026] POST /v2.0/ports => generated 743 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:05:51.299 8 INFO neutron.db.segments_db [None req-6a3cdcb6-54f0-4619-ba48-b3b3d20892cd 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] Added segment 9c5caa4d-b4c2-41c7-8c66-a65bbc130a35 of type vxlan for network a9c174df-6ebf-448e-840e-2c929c05b1f1 [pid: 8|app: 0|req: 1226/2526] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:05:51 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1301/2527] 10.0.0.28 () {34 vars in 663 bytes} [Sun May 10 02:05:51 2026] POST /v2.0/ports => generated 743 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:05:51.724 8 INFO neutron.db.segments_db [None req-4d8f90dc-7751-42df-ace9-41c47f069c26 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] Added segment 26817dc3-75f2-4e16-84e4-bd5adf36d3e1 of type vxlan for network 81e20246-e8a4-4b59-9f31-d491da0602ac [pid: 8|app: 0|req: 1227/2528] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:05:51 2026] POST /v2.0/networks => generated 632 bytes in 130 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: 1302/2529] 10.0.0.28 () {34 vars in 663 bytes} [Sun May 10 02:05:51 2026] POST /v2.0/ports => generated 743 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:05:52.183 8 INFO neutron.db.segments_db [None req-57d2bf45-acca-409a-9690-351c85e527eb 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] Added segment ef3bb05e-ef1a-43b9-afef-02e441eade72 of type vxlan for network 247855dd-f3d9-4c43-9679-4f24f24b890a [pid: 8|app: 0|req: 1228/2530] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:05:52 2026] POST /v2.0/networks => generated 630 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, ' [pid: 7|app: 0|req: 1303/2531] 10.0.0.28 () {34 vars in 663 bytes} [Sun May 10 02:05:52 2026] POST /v2.0/ports => generated 743 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:05:52.620 8 INFO neutron.db.segments_db [None req-c28e1e2e-205c-4b6d-a792-7e85e0ddcde9 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] Added segment 2df83ed7-6c6a-437f-83c2-5f1865d05774 of type vxlan for network 6a8be68b-92a9-43b2-8652-a78420c13ece [pid: 8|app: 0|req: 1229/2532] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:05:52 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1304/2533] 10.0.0.28 () {34 vars in 663 bytes} [Sun May 10 02:05:52 2026] POST /v2.0/ports => generated 743 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2534] 10.0.0.28 () {34 vars in 746 bytes} [Sun May 10 02:05:53 2026] PUT /v2.0/ports/3db499a1-e48a-4abd-8269-9ee9700a916e/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1305/2535] 10.0.0.28 () {34 vars in 746 bytes} [Sun May 10 02:05:53 2026] PUT /v2.0/ports/615f4255-4585-4718-b153-c2a403e5e223/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1231/2536] 10.0.0.28 () {34 vars in 746 bytes} [Sun May 10 02:05:53 2026] PUT /v2.0/ports/ed7862c9-7be1-43cb-a050-5a91707a07fd/tags => generated 34 bytes in 77 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: 1306/2537] 10.0.0.28 () {34 vars in 746 bytes} [Sun May 10 02:05:53 2026] PUT /v2.0/ports/16e23fa2-cff3-468e-8be3-83c5f5e91a4e/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: 8|app: 0|req: 1232/2538] 10.0.0.28 () {32 vars in 659 bytes} [Sun May 10 02:05:53 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 133 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: 1307/2539] 10.0.0.28 () {32 vars in 673 bytes} [Sun May 10 02:05:53 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2540] 10.0.0.28 () {32 vars in 669 bytes} [Sun May 10 02:05:53 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2541] 10.0.0.28 () {32 vars in 681 bytes} [Sun May 10 02:05:53 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2542] 10.0.0.28 () {32 vars in 667 bytes} [Sun May 10 02:05:53 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2543] 10.0.0.28 () {32 vars in 681 bytes} [Sun May 10 02:05:53 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2544] 10.0.0.28 () {32 vars in 677 bytes} [Sun May 10 02:05:53 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2545] 10.0.0.28 () {32 vars in 689 bytes} [Sun May 10 02:05:53 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:05:54.143 8 INFO neutron_taas.services.taas.taas_plugin [None req-32e8772c-46ea-46e3-bbb9-874c119b219c 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] TaaS: Handle Delete Port: 3db499a1-e48a-4abd-8269-9ee9700a916e 2026-05-10 02:05:54.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32e8772c-46ea-46e3-bbb9-874c119b219c 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] Tap Mirror: Handle Delete Port: 3db499a1-e48a-4abd-8269-9ee9700a916e [pid: 8|app: 0|req: 1236/2546] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:05:54 2026] DELETE /v2.0/ports/3db499a1-e48a-4abd-8269-9ee9700a916e => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:05:54.343 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea3e41a0-06e3-4bb6-9be7-6a4b0d125c9a 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] TaaS: Handle Delete Port: 615f4255-4585-4718-b153-c2a403e5e223 2026-05-10 02:05:54.347 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea3e41a0-06e3-4bb6-9be7-6a4b0d125c9a 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] Tap Mirror: Handle Delete Port: 615f4255-4585-4718-b153-c2a403e5e223 [pid: 7|app: 0|req: 1311/2547] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:05:54 2026] DELETE /v2.0/ports/615f4255-4585-4718-b153-c2a403e5e223 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:05:54.531 8 INFO neutron_taas.services.taas.taas_plugin [None req-6bdf2e13-6ae8-4c40-b58a-22241b28c050 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] TaaS: Handle Delete Port: ed7862c9-7be1-43cb-a050-5a91707a07fd 2026-05-10 02:05:54.533 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bdf2e13-6ae8-4c40-b58a-22241b28c050 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] Tap Mirror: Handle Delete Port: ed7862c9-7be1-43cb-a050-5a91707a07fd [pid: 8|app: 0|req: 1237/2548] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:05:54 2026] DELETE /v2.0/ports/ed7862c9-7be1-43cb-a050-5a91707a07fd => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:05:54.719 7 INFO neutron_taas.services.taas.taas_plugin [None req-44cc649c-6c0c-49e7-b842-2a6a835ee674 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] TaaS: Handle Delete Port: 16e23fa2-cff3-468e-8be3-83c5f5e91a4e 2026-05-10 02:05:54.722 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44cc649c-6c0c-49e7-b842-2a6a835ee674 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] Tap Mirror: Handle Delete Port: 16e23fa2-cff3-468e-8be3-83c5f5e91a4e [pid: 8|app: 0|req: 1238/2549] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:05:54 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2550] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:05:54 2026] DELETE /v2.0/ports/16e23fa2-cff3-468e-8be3-83c5f5e91a4e => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:05:54.927 8 INFO neutron_taas.services.taas.taas_plugin [None req-c90c5a5d-cc6d-4476-a05f-fb8bfb69b59a 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] TaaS: Handle Delete Port: 60d338c0-5dfa-482e-a5ad-dbf49567a7da 2026-05-10 02:05:54.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c90c5a5d-cc6d-4476-a05f-fb8bfb69b59a 90726b901d4746368061107ba3cdcbdc a2d1ac57727b4f8f80d0c6e92cc1c286 - - default default] Tap Mirror: Handle Delete Port: 60d338c0-5dfa-482e-a5ad-dbf49567a7da [pid: 8|app: 0|req: 1239/2551] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:05:54 2026] DELETE /v2.0/ports/60d338c0-5dfa-482e-a5ad-dbf49567a7da => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:05:55.167 7 INFO neutron.services.segments.plugin [-] Segment d1ffda3e-239c-4fc9-9c05-50e598b9c52a resource provider aggregate not found 2026-05-10 02:05:55.176 7 INFO neutron.services.segments.plugin [-] Segment d1ffda3e-239c-4fc9-9c05-50e598b9c52a resource provider aggregate not found 2026-05-10 02:05:55.195 7 INFO neutron.services.segments.plugin [-] Segment d1ffda3e-239c-4fc9-9c05-50e598b9c52a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1ffda3e-239c-4fc9-9c05-50e598b9c52a found for delete ", "request_id": "req-caf46899-f1a3-4f06-be68-34dc45087bd6"}]} 2026-05-10 02:05:55.198 7 INFO neutron.services.segments.plugin [-] Segment d1ffda3e-239c-4fc9-9c05-50e598b9c52a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1ffda3e-239c-4fc9-9c05-50e598b9c52a found for delete ", "request_id": "req-52c76457-31e7-4ccd-9693-23f441450119"}]} [pid: 7|app: 0|req: 1313/2552] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:05:55 2026] DELETE /v2.0/networks/8203ecb6-70ca-4c01-a09d-62bd69aff9fc => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:05:55.343 8 INFO neutron.services.segments.plugin [-] Segment 9c5caa4d-b4c2-41c7-8c66-a65bbc130a35 resource provider aggregate not found 2026-05-10 02:05:55.343 8 INFO neutron.services.segments.plugin [-] Segment 9c5caa4d-b4c2-41c7-8c66-a65bbc130a35 resource provider aggregate not found 2026-05-10 02:05:55.363 8 INFO neutron.services.segments.plugin [-] Segment 9c5caa4d-b4c2-41c7-8c66-a65bbc130a35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c5caa4d-b4c2-41c7-8c66-a65bbc130a35 found for delete ", "request_id": "req-3095fca9-303d-416a-b755-595e613931cb"}]} 2026-05-10 02:05:55.363 8 INFO neutron.services.segments.plugin [-] Segment 9c5caa4d-b4c2-41c7-8c66-a65bbc130a35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9c5caa4d-b4c2-41c7-8c66-a65bbc130a35 found for delete ", "request_id": "req-d4176913-7ff9-4923-8175-fc7d5b46e5f9"}]} [pid: 8|app: 0|req: 1240/2553] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:05:55 2026] DELETE /v2.0/networks/a9c174df-6ebf-448e-840e-2c929c05b1f1 => 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: 1314/2554] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:05:55 2026] DELETE /v2.0/networks/81e20246-e8a4-4b59-9f31-d491da0602ac => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2555] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:05:55 2026] DELETE /v2.0/networks/247855dd-f3d9-4c43-9679-4f24f24b890a => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2556] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:05:55 2026] DELETE /v2.0/networks/6a8be68b-92a9-43b2-8652-a78420c13ece => 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: 1242/2557] 10.0.0.92 () {30 vars in 689 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2558] 10.0.0.92 () {30 vars in 691 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2559] 10.0.0.92 () {30 vars in 667 bytes} [Sun May 10 02:05:55 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: 1317/2560] 10.0.0.92 () {30 vars in 703 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2561] 10.0.0.92 () {28 vars in 438 bytes} [Sun May 10 02:05:56 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2562] 10.0.0.92 () {30 vars in 727 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 657 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2563] 10.0.0.92 () {30 vars in 689 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2564] 10.0.0.92 () {30 vars in 691 bytes} [Sun May 10 02:05:56 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: 1248/2565] 10.0.0.92 () {30 vars in 667 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2566] 10.0.0.92 () {30 vars in 703 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2567] 10.0.0.92 () {30 vars in 727 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2568] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/security-groups?tenant_id=a2d1ac57727b4f8f80d0c6e92cc1c286&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: 1319/2569] 10.0.0.92 () {30 vars in 689 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2570] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:05:56 2026] DELETE /v2.0/security-groups/6f554157-88cb-4e3c-bfc5-439ddcbc4570 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2571] 10.0.0.92 () {30 vars in 691 bytes} [Sun May 10 02:05:56 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: 1252/2572] 10.0.0.92 () {30 vars in 667 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2573] 10.0.0.92 () {30 vars in 703 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2574] 10.0.0.92 () {30 vars in 729 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066 => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2575] 10.0.0.92 () {30 vars in 681 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2576] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/security-groups?tenant_id=43784c88a97e48bf96f8a7acea5b82b5&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: 1323/2577] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:05:57 2026] DELETE /v2.0/security-groups/a540350b-1066-4909-be61-4d6250e9f056 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:05:57.221 7 INFO neutron.services.segments.plugin [-] Segment 26817dc3-75f2-4e16-84e4-bd5adf36d3e1 resource provider aggregate not found 2026-05-10 02:05:57.228 7 INFO neutron.services.segments.plugin [-] Segment 26817dc3-75f2-4e16-84e4-bd5adf36d3e1 resource provider aggregate not found 2026-05-10 02:05:57.244 7 INFO neutron.services.segments.plugin [-] Segment 26817dc3-75f2-4e16-84e4-bd5adf36d3e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26817dc3-75f2-4e16-84e4-bd5adf36d3e1 found for delete ", "request_id": "req-e4eaccd5-5a9b-46d7-baed-4a6972ba1fa1"}]} 2026-05-10 02:05:57.244 7 INFO neutron.services.segments.plugin [-] Segment 26817dc3-75f2-4e16-84e4-bd5adf36d3e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26817dc3-75f2-4e16-84e4-bd5adf36d3e1 found for delete ", "request_id": "req-e8f195d8-2c7d-4818-af62-579393e24f38"}]} 2026-05-10 02:05:57.269 7 INFO neutron.services.segments.plugin [-] Segment 2df83ed7-6c6a-437f-83c2-5f1865d05774 resource provider aggregate not found 2026-05-10 02:05:57.272 7 INFO neutron.services.segments.plugin [-] Segment 2df83ed7-6c6a-437f-83c2-5f1865d05774 resource provider aggregate not found [pid: 8|app: 0|req: 1255/2578] 10.0.0.92 () {34 vars in 703 bytes} [Sun May 10 02:05:56 2026] POST /v2.0/ports => generated 1132 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:05:57.290 7 INFO neutron.services.segments.plugin [-] Segment 2df83ed7-6c6a-437f-83c2-5f1865d05774 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2df83ed7-6c6a-437f-83c2-5f1865d05774 found for delete ", "request_id": "req-6f508c7f-073a-45f4-ba1c-797d0d157ec5"}]} 2026-05-10 02:05:57.298 7 INFO neutron.services.segments.plugin [-] Segment 2df83ed7-6c6a-437f-83c2-5f1865d05774 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2df83ed7-6c6a-437f-83c2-5f1865d05774 found for delete ", "request_id": "req-f3e09add-97fa-4d48-b56e-43d5c889b26b"}]} 2026-05-10 02:05:57.385 8 INFO neutron.services.segments.plugin [-] Segment ef3bb05e-ef1a-43b9-afef-02e441eade72 resource provider aggregate not found 2026-05-10 02:05:57.390 8 INFO neutron.services.segments.plugin [-] Segment ef3bb05e-ef1a-43b9-afef-02e441eade72 resource provider aggregate not found 2026-05-10 02:05:57.403 8 INFO neutron.services.segments.plugin [-] Segment ef3bb05e-ef1a-43b9-afef-02e441eade72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef3bb05e-ef1a-43b9-afef-02e441eade72 found for delete ", "request_id": "req-38c156d7-f533-4e95-ab3c-4e273dda1f50"}]} 2026-05-10 02:05:57.405 8 INFO neutron.services.segments.plugin [-] Segment ef3bb05e-ef1a-43b9-afef-02e441eade72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef3bb05e-ef1a-43b9-afef-02e441eade72 found for delete ", "request_id": "req-176067d6-4f70-4a3c-b5ee-98c8f6b883b0"}]} [pid: 7|app: 0|req: 1324/2579] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:05:57 2026] GET /v2.0/security-groups?tenant_id=13a8487ae765447f83d0b0aaffae1f7d&name=default => generated 2929 bytes in 144 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: 1256/2580] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:05:57 2026] DELETE /v2.0/security-groups/6412796a-51b9-4e48-a885-273e990b41a9 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2581] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:06:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 171 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2582] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:06:00 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: 1326/2583] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:06:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2584] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:06:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2585] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:06:00 2026] GET /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2586] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:06:00 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: 1328/2587] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:06:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2588] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:06:00 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: 1329/2589] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:06:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:06:00.555 8 INFO neutron.api.v2.resource [None req-f4a24f1d-50b0-4f5e-a462-ba23a464bdff 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1261/2590] 199.204.45.53 () {30 vars in 762 bytes} [Sun May 10 02:06:00 2026] GET /v2.0/security-groups/lb-d8d868d9-c310-46d4-9213-d6e254860b66 => 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: 1330/2591] 199.204.45.53 () {30 vars in 784 bytes} [Sun May 10 02:06:00 2026] GET /v2.0/security-groups?name=lb-d8d868d9-c310-46d4-9213-d6e254860b66 => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2592] 199.204.45.53 () {34 vars in 735 bytes} [Sun May 10 02:06:00 2026] POST /v2.0/security-groups => generated 1638 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2593] 199.204.45.53 () {30 vars in 814 bytes} [Sun May 10 02:06:00 2026] GET /v2.0/security-group-rules?security_group_id=5ad7f125-c7a5-4c1a-8c43-e2e49cd389ab => generated 1182 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2594] 199.204.45.53 () {34 vars in 788 bytes} [Sun May 10 02:06:00 2026] PUT /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1132 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2595] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:06:01 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/2596] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:06:01 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: 1333/2597] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:06:01 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: 1265/2598] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:06:01 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: 1334/2599] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:06:01 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2600] 10.0.0.28 () {34 vars in 677 bytes} [Sun May 10 02:06:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2601] 10.0.0.28 () {34 vars in 677 bytes} [Sun May 10 02:06:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2602] 10.0.0.28 () {34 vars in 677 bytes} [Sun May 10 02:06:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2603] 10.0.0.28 () {34 vars in 677 bytes} [Sun May 10 02:06:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2604] 10.0.0.28 () {34 vars in 677 bytes} [Sun May 10 02:06:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2605] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:06:01 2026] PUT /v2.0/policies/782c48c1-fb93-4e30-bb70-60f551bb9a72/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2606] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:06:01 2026] PUT /v2.0/policies/68f7711a-6ed5-47d5-9e24-b775b2f70cf1/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2607] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:06:02 2026] PUT /v2.0/policies/d2a114da-328d-420b-aabc-5d3a6737cbdd/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2608] 10.0.0.28 () {34 vars in 752 bytes} [Sun May 10 02:06:02 2026] PUT /v2.0/policies/19f9af24-0ebd-4be3-9db4-9bcc34299cb6/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2609] 10.0.0.28 () {32 vars in 673 bytes} [Sun May 10 02:06:02 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2610] 10.0.0.28 () {32 vars in 687 bytes} [Sun May 10 02:06:02 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2611] 10.0.0.28 () {32 vars in 683 bytes} [Sun May 10 02:06:02 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2612] 10.0.0.28 () {32 vars in 695 bytes} [Sun May 10 02:06:02 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2613] 10.0.0.28 () {32 vars in 681 bytes} [Sun May 10 02:06:02 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2614] 10.0.0.28 () {32 vars in 695 bytes} [Sun May 10 02:06:02 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2615] 10.0.0.28 () {32 vars in 691 bytes} [Sun May 10 02:06:02 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2616] 10.0.0.28 () {32 vars in 703 bytes} [Sun May 10 02:06:02 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2617] 10.0.0.28 () {32 vars in 733 bytes} [Sun May 10 02:06:03 2026] DELETE /v2.0/qos/policies/782c48c1-fb93-4e30-bb70-60f551bb9a72 => 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: 1275/2618] 10.0.0.28 () {32 vars in 733 bytes} [Sun May 10 02:06:03 2026] DELETE /v2.0/qos/policies/68f7711a-6ed5-47d5-9e24-b775b2f70cf1 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2619] 10.0.0.28 () {32 vars in 733 bytes} [Sun May 10 02:06:03 2026] DELETE /v2.0/qos/policies/d2a114da-328d-420b-aabc-5d3a6737cbdd => 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: 1276/2620] 10.0.0.28 () {32 vars in 733 bytes} [Sun May 10 02:06:03 2026] DELETE /v2.0/qos/policies/19f9af24-0ebd-4be3-9db4-9bcc34299cb6 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2621] 10.0.0.28 () {32 vars in 733 bytes} [Sun May 10 02:06:03 2026] DELETE /v2.0/qos/policies/54bb5929-7bf2-4596-90cd-62ee559c45f1 => 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: 1277/2622] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:06:04 2026] GET /v2.0/security-groups?tenant_id=4bcc47ea3cec43bb99b88494db19824c&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2623] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:04 2026] DELETE /v2.0/security-groups/3d1568d9-c2d1-4df8-afce-633863585253 => 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: 1279/2626] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:06:04 2026] GET /v2.0/security-groups?tenant_id=c989bb28e32a4e86be153c3ad1a51847&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2627] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:04 2026] DELETE /v2.0/security-groups/b2d39d87-77d8-4392-9c44-40cd91934211 => 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: 1280/2628] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:06:04 2026] GET /v2.0/security-groups?tenant_id=7b9b0938f8974ed8bc1f077d83f43941&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: 1349/2629] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:04 2026] DELETE /v2.0/security-groups/c67fabc4-54e4-4fa6-9588-20a25751ada9 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2630] 10.0.0.212 () {34 vars in 1016 bytes} [Sun May 10 02:06:08 2026] GET /v2.0/security-groups?id=c368a33d-59be-4705-80d6-d05343954696&fields=id => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2631] 10.0.0.212 () {34 vars in 982 bytes} [Sun May 10 02:06:08 2026] GET /v2.0/networks?id=99758670-4713-4e1e-9e87-391e3865b7cd => generated 734 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2632] 10.0.0.212 () {34 vars in 965 bytes} [Sun May 10 02:06:08 2026] GET /v2.0/quotas/1a3934c87b6849cfbbc384aae6385560 => generated 291 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2633] 10.0.0.212 () {34 vars in 1002 bytes} [Sun May 10 02:06:08 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&fields=id => generated 149 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2634] 10.0.0.212 () {34 vars in 1008 bytes} [Sun May 10 02:06:08 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?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: 1352/2635] 10.0.0.212 () {34 vars in 1108 bytes} [Sun May 10 02:06:08 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2636] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:06:09 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => 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: 1284/2637] 10.0.0.28 () {34 vars in 683 bytes} [Sun May 10 02:06:09 2026] POST /v2.0/security-groups => generated 1603 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2638] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:06:09 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => 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: 1354/2639] 10.0.0.28 () {34 vars in 683 bytes} [Sun May 10 02:06:09 2026] POST /v2.0/security-groups => generated 1603 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2640] 10.0.0.28 () {34 vars in 683 bytes} [Sun May 10 02:06:09 2026] POST /v2.0/security-groups => generated 1603 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2641] 10.0.0.28 () {34 vars in 683 bytes} [Sun May 10 02:06:09 2026] POST /v2.0/security-groups => generated 1603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2642] 10.0.0.28 () {34 vars in 683 bytes} [Sun May 10 02:06:09 2026] POST /v2.0/security-groups => generated 1603 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2643] 10.0.0.28 () {34 vars in 766 bytes} [Sun May 10 02:06:09 2026] PUT /v2.0/security-groups/dab9ba0c-c6a0-4ca3-8c1f-f88c96060c8e/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: 1288/2644] 10.0.0.28 () {34 vars in 766 bytes} [Sun May 10 02:06:10 2026] PUT /v2.0/security-groups/70dea4cb-403d-42b2-903f-98fceb8444ec/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: 1357/2645] 10.0.0.28 () {34 vars in 766 bytes} [Sun May 10 02:06:10 2026] PUT /v2.0/security-groups/e50cf523-61ba-4283-b385-14bfaee77525/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: 1289/2646] 10.0.0.28 () {34 vars in 766 bytes} [Sun May 10 02:06:10 2026] PUT /v2.0/security-groups/36139fc9-8e50-4c70-94f2-f1885db505ca/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2647] 10.0.0.28 () {32 vars in 679 bytes} [Sun May 10 02:06:10 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2648] 10.0.0.28 () {32 vars in 693 bytes} [Sun May 10 02:06:10 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2649] 10.0.0.28 () {32 vars in 689 bytes} [Sun May 10 02:06:10 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2650] 10.0.0.28 () {32 vars in 701 bytes} [Sun May 10 02:06:10 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2651] 10.0.0.28 () {32 vars in 687 bytes} [Sun May 10 02:06:10 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2652] 10.0.0.28 () {32 vars in 701 bytes} [Sun May 10 02:06:10 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2653] 10.0.0.28 () {32 vars in 697 bytes} [Sun May 10 02:06:10 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2654] 10.0.0.28 () {32 vars in 709 bytes} [Sun May 10 02:06:10 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2655] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:10 2026] DELETE /v2.0/security-groups/dab9ba0c-c6a0-4ca3-8c1f-f88c96060c8e => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2656] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:10 2026] DELETE /v2.0/security-groups/70dea4cb-403d-42b2-903f-98fceb8444ec => 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: 1363/2657] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:10 2026] DELETE /v2.0/security-groups/e50cf523-61ba-4283-b385-14bfaee77525 => 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: 1295/2658] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:10 2026] DELETE /v2.0/security-groups/36139fc9-8e50-4c70-94f2-f1885db505ca => 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: 1364/2659] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:10 2026] DELETE /v2.0/security-groups/995abd90-6e5a-4888-9c4b-fab31447484a => 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: 1296/2660] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:06:11 2026] GET /v2.0/security-groups?tenant_id=ab493873082740f9910451b2cfd472b6&name=default => generated 2929 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2661] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:11 2026] DELETE /v2.0/security-groups/2b7e6075-a4ce-41e3-a6c4-5c40d946814e => 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: 1297/2662] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:06:12 2026] GET /v2.0/security-groups?tenant_id=e3ebd09ea5f1483e9fd4eda8ce302da0&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2663] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:12 2026] DELETE /v2.0/security-groups/82a27f75-3680-4d73-bcd9-0e69acda3fad => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2664] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:06:12 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 12 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2665] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:06:12 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2666] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:06:12 2026] GET /v2.0/security-groups?tenant_id=56915a25fe7b4af7a3fe7c9dc08f69e3&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2667] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:12 2026] DELETE /v2.0/security-groups/c5188b29-ab0c-4b1f-91aa-f0be980f3d55 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2668] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:06:13 2026] GET /v2.0/networks?id=99758670-4713-4e1e-9e87-391e3865b7cd => generated 734 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2669] 199.204.45.53 () {34 vars in 1049 bytes} [Sun May 10 02:06:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1a3934c87b6849cfbbc384aae6385560 => generated 343 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2670] 199.204.45.53 () {38 vars in 954 bytes} [Sun May 10 02:06:13 2026] POST /v2.0/ports => generated 1078 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2671] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:06:13 2026] PUT /v2.0/ports/a74b77a7-2412-4f49-b572-6a4e24b816e6 => generated 1239 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:06:14.225 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e575765-ad9b-414a-91eb-d3ed149464ea'] response: {'name': 'network-changed', 'server_uuid': '3a43524c-394e-471d-a64a-a40d2aba3c27', 'tag': 'a74b77a7-2412-4f49-b572-6a4e24b816e6', '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: 1370/2672] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:06:14 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1303/2673] 199.204.45.53 () {34 vars in 1017 bytes} [Sun May 10 02:06:14 2026] GET /v2.0/networks?tenant_id=1a3934c87b6849cfbbc384aae6385560&shared=False => generated 734 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2674] 199.204.45.53 () {34 vars in 929 bytes} [Sun May 10 02:06:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2675] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:06:15 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2676] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:06:15 2026] GET /v2.0/security-groups?id=c368a33d-59be-4705-80d6-d05343954696&fields=id&fields=name => generated 96 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2677] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:06:15 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2678] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:06:15 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => 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: 1306/2679] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:06:15 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.98&port_id=a74b77a7-2412-4f49-b572-6a4e24b816e6 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2680] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:06:15 2026] GET /v2.0/subnets?id=8cb50772-c33c-4ea7-826d-4c4f32c9bed3 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2681] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:06:16 2026] GET /v2.0/ports?network_id=99758670-4713-4e1e-9e87-391e3865b7cd&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2682] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:06:16 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2683] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:06:16 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?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: 1376/2684] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:06:16 2026] POST /v2.0/subnetpools => generated 516 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2685] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:06:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2686] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:06:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2687] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:06:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2688] 10.0.0.28 () {34 vars in 675 bytes} [Sun May 10 02:06:17 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2689] 10.0.0.28 () {34 vars in 758 bytes} [Sun May 10 02:06:17 2026] PUT /v2.0/subnetpools/37ab5592-7ef7-47bf-8a78-5fbd223032c2/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2690] 10.0.0.28 () {34 vars in 758 bytes} [Sun May 10 02:06:17 2026] PUT /v2.0/subnetpools/69b031fe-069a-4f77-8837-55ea12fd159c/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: 1312/2691] 10.0.0.28 () {34 vars in 758 bytes} [Sun May 10 02:06:17 2026] PUT /v2.0/subnetpools/24455ecf-068c-4d57-99c8-612c67db73c7/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: 1380/2692] 10.0.0.28 () {34 vars in 758 bytes} [Sun May 10 02:06:17 2026] PUT /v2.0/subnetpools/402d16e4-b5bb-460e-9a3c-2cd4e17f7785/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2693] 10.0.0.28 () {32 vars in 671 bytes} [Sun May 10 02:06:17 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2694] 10.0.0.28 () {32 vars in 685 bytes} [Sun May 10 02:06:17 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2695] 10.0.0.28 () {32 vars in 681 bytes} [Sun May 10 02:06:17 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2696] 10.0.0.28 () {32 vars in 693 bytes} [Sun May 10 02:06:17 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2697] 10.0.0.28 () {32 vars in 679 bytes} [Sun May 10 02:06:17 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2698] 10.0.0.28 () {32 vars in 693 bytes} [Sun May 10 02:06:17 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2699] 10.0.0.28 () {32 vars in 689 bytes} [Sun May 10 02:06:17 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2700] 10.0.0.28 () {32 vars in 701 bytes} [Sun May 10 02:06:17 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2701] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:06:17 2026] DELETE /v2.0/subnetpools/37ab5592-7ef7-47bf-8a78-5fbd223032c2 => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2702] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:06:17 2026] DELETE /v2.0/subnetpools/69b031fe-069a-4f77-8837-55ea12fd159c => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2703] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:06:17 2026] DELETE /v2.0/subnetpools/24455ecf-068c-4d57-99c8-612c67db73c7 => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2704] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:06:17 2026] DELETE /v2.0/subnetpools/402d16e4-b5bb-460e-9a3c-2cd4e17f7785 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2705] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:06:17 2026] DELETE /v2.0/subnetpools/647ee35d-c3b6-4115-9228-63f098dc01a4 => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2706] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:06:18 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => 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: 1320/2707] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:06:18 2026] GET /v2.0/security-groups?id=c368a33d-59be-4705-80d6-d05343954696&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2708] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:06:18 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2709] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:06:18 2026] GET /v2.0/security-groups?tenant_id=c5e038dc20eb48729379881bd36bb7f1&name=default => generated 2929 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2710] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:19 2026] DELETE /v2.0/security-groups/2b413944-a5a9-464c-8f84-50b540e64d76 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2711] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:06:19 2026] GET /v2.0/security-groups?tenant_id=26ad5724f3da4e00b23a0ac3a89c9cdf&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2714] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:19 2026] DELETE /v2.0/security-groups/219a1475-db57-4584-8c86-8c90d861eca7 => 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: 1325/2715] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:06:19 2026] GET /v2.0/security-groups?tenant_id=48c22bc334d54fb7bbd567a2487c92c9&name=default => generated 2929 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2716] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:19 2026] DELETE /v2.0/security-groups/efa2bac4-5066-4e6e-8860-179a697b0de3 => 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: 1326/2717] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:06:20 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 1244 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2718] 199.204.45.53 () {34 vars in 1043 bytes} [Sun May 10 02:06:20 2026] GET /v2.0/security-groups?id=c368a33d-59be-4705-80d6-d05343954696&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: 1327/2719] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:06:21 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => 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: 1393/2720] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:06:21 2026] GET /v2.0/security-groups?id=c368a33d-59be-4705-80d6-d05343954696&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2721] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:06:21 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:06:23.422 7 INFO neutron.db.segments_db [None req-a1a055d0-caa7-4479-b259-e0979cf9455c 862dae965e8846efb74f2b8e4b27521d 0a2b98029ea54338af31147fc3758988 - - default default] Added segment 29ba7c40-1ee4-4c50-8a73-8020a6b9f8a8 of type vxlan for network 54196659-d08b-4799-8f96-1afc2d69b360 [pid: 7|app: 0|req: 1394/2722] 10.0.0.28 () {34 vars in 669 bytes} [Sun May 10 02:06:23 2026] POST /v2.0/networks => generated 631 bytes in 440 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2723] 10.0.0.28 () {34 vars in 663 bytes} [Sun May 10 02:06:23 2026] POST /v2.0/ports => generated 743 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2724] 10.0.0.28 () {34 vars in 746 bytes} [Sun May 10 02:06:23 2026] PUT /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1330/2725] 10.0.0.28 () {32 vars in 726 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1396/2726] 10.0.0.28 () {34 vars in 757 bytes} [Sun May 10 02:06:23 2026] PUT /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags/green => generated 4 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1331/2727] 10.0.0.28 () {32 vars in 726 bytes} [Sun May 10 02:06:24 2026] GET /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1397/2728] 10.0.0.28 () {34 vars in 753 bytes} [Sun May 10 02:06:24 2026] PUT /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags/red => generated 4 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1332/2729] 10.0.0.28 () {32 vars in 726 bytes} [Sun May 10 02:06:24 2026] GET /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags => generated 34 bytes in 65 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1333/2730] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:06:24 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => 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: 1398/2731] 10.0.0.28 () {34 vars in 775 bytes} [Sun May 10 02:06:24 2026] PUT /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags/black.or.white => generated 4 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2732] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:06:24 2026] GET /v2.0/security-groups?id=c368a33d-59be-4705-80d6-d05343954696&fields=id&fields=name => generated 96 bytes in 28 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: 1399/2733] 10.0.0.28 () {32 vars in 726 bytes} [Sun May 10 02:06:24 2026] GET /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags => generated 52 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2734] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:06:24 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1400/2735] 10.0.0.28 () {34 vars in 746 bytes} [Sun May 10 02:06:24 2026] PUT /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags => generated 37 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2736] 10.0.0.28 () {32 vars in 726 bytes} [Sun May 10 02:06:24 2026] GET /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags => generated 37 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: 1401/2737] 10.0.0.28 () {32 vars in 734 bytes} [Sun May 10 02:06:24 2026] GET /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags/red => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:06:24.848 8 INFO neutron.api.v2.resource [None req-896b7a7d-dadf-4426-bfc5-65dee745b34a 862dae965e8846efb74f2b8e4b27521d 0a2b98029ea54338af31147fc3758988 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1337/2738] 10.0.0.28 () {32 vars in 738 bytes} [Sun May 10 02:06:24 2026] GET /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags/green => generated 99 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1402/2739] 10.0.0.28 () {32 vars in 737 bytes} [Sun May 10 02:06:24 2026] DELETE /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags/red => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1338/2740] 10.0.0.28 () {32 vars in 726 bytes} [Sun May 10 02:06:24 2026] GET /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:06:25.035 7 INFO neutron.api.v2.resource [None req-212e4aff-6f25-4d98-afa4-7752e2902011 862dae965e8846efb74f2b8e4b27521d 0a2b98029ea54338af31147fc3758988 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1403/2741] 10.0.0.28 () {32 vars in 741 bytes} [Sun May 10 02:06:24 2026] DELETE /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags/green => generated 99 bytes in 52 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: 1339/2742] 10.0.0.28 () {32 vars in 729 bytes} [Sun May 10 02:06:25 2026] DELETE /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/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: 1404/2743] 10.0.0.28 () {32 vars in 726 bytes} [Sun May 10 02:06:25 2026] GET /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:06:25.293 8 INFO neutron_taas.services.taas.taas_plugin [None req-c574a303-3850-4272-b82c-692fccb1a42c 862dae965e8846efb74f2b8e4b27521d 0a2b98029ea54338af31147fc3758988 - - default default] TaaS: Handle Delete Port: 4803570a-dc89-4bc5-9edb-434f32baefb4 2026-05-10 02:06:25.297 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c574a303-3850-4272-b82c-692fccb1a42c 862dae965e8846efb74f2b8e4b27521d 0a2b98029ea54338af31147fc3758988 - - default default] Tap Mirror: Handle Delete Port: 4803570a-dc89-4bc5-9edb-434f32baefb4 [pid: 8|app: 0|req: 1340/2744] 10.0.0.28 () {32 vars in 719 bytes} [Sun May 10 02:06:25 2026] DELETE /v2.0/ports/4803570a-dc89-4bc5-9edb-434f32baefb4 => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1405/2745] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:06:25 2026] DELETE /v2.0/networks/54196659-d08b-4799-8f96-1afc2d69b360 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:06:25.644 7 INFO neutron.services.segments.plugin [-] Segment 29ba7c40-1ee4-4c50-8a73-8020a6b9f8a8 resource provider aggregate not found 2026-05-10 02:06:25.659 7 INFO neutron.services.segments.plugin [-] Segment 29ba7c40-1ee4-4c50-8a73-8020a6b9f8a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29ba7c40-1ee4-4c50-8a73-8020a6b9f8a8 found for delete ", "request_id": "req-f819db6e-df99-4f73-b233-231f4c16cef2"}]} 2026-05-10 02:06:25.667 7 INFO neutron.services.segments.plugin [-] Segment 29ba7c40-1ee4-4c50-8a73-8020a6b9f8a8 resource provider aggregate not found 2026-05-10 02:06:25.689 7 INFO neutron.services.segments.plugin [-] Segment 29ba7c40-1ee4-4c50-8a73-8020a6b9f8a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29ba7c40-1ee4-4c50-8a73-8020a6b9f8a8 found for delete ", "request_id": "req-992b2b9f-0a19-4a61-81be-13da76363bd1"}]} [pid: 8|app: 0|req: 1341/2746] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:06:26 2026] GET /v2.0/security-groups?tenant_id=a4ce60a4cfa2486c9f731c5afd339a2e&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2747] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:26 2026] DELETE /v2.0/security-groups/5a89a56f-d440-4737-82bc-7441f76f8416 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2748] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:06:26 2026] GET /v2.0/security-groups?tenant_id=0a2b98029ea54338af31147fc3758988&name=default => generated 2929 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2749] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:06:26 2026] DELETE /v2.0/security-groups/beda74c2-e4ba-40ce-82e1-f7109c7164a7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2754] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:07:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2755] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:07:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2756] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:07:00 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: 1411/2757] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:07:00 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: 1347/2758] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:07:00 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2759] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:07:00 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2760] 199.204.45.53 () {34 vars in 716 bytes} [Sun May 10 02:07:00 2026] POST /v2.0/ports => generated 1059 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2761] 10.0.0.212 () {34 vars in 971 bytes} [Sun May 10 02:07:01 2026] GET /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => generated 1059 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2762] 10.0.0.212 () {34 vars in 907 bytes} [Sun May 10 02:07: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: 1414/2763] 199.204.45.53 () {34 vars in 1261 bytes} [Sun May 10 02:07:02 2026] GET /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2764] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:02 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?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: 1415/2765] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:02 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2766] 199.204.45.53 () {34 vars in 974 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2767] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/networks?id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066 => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2768] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:07:03 2026] PUT /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => generated 1249 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:07:04.105 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d9389aac-c643-4842-9dd7-b663a893bb70'] response: {'name': 'network-changed', 'server_uuid': '3a43524c-394e-471d-a64a-a40d2aba3c27', 'tag': '4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1354/2771] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 2485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2772] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/networks?id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066 => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2773] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => 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: 1419/2774] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/subnets?id=63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2775] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/ports?network_id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2776] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?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: 1357/2777] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?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: 1421/2778] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:07:05 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 2485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2779] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:07:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.98&port_id=a74b77a7-2412-4f49-b572-6a4e24b816e6 => 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: 1422/2780] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:07:06 2026] GET /v2.0/subnets?id=8cb50772-c33c-4ea7-826d-4c4f32c9bed3 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2781] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:06 2026] GET /v2.0/ports?network_id=99758670-4713-4e1e-9e87-391e3865b7cd&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: 1423/2782] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:06 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?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: 1360/2783] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:06 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?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: 1424/2784] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:07:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => 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: 1361/2785] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:07:06 2026] GET /v2.0/subnets?id=63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2786] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:06 2026] GET /v2.0/ports?network_id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066&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: 1362/2787] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:06 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2788] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:06 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2789] 10.0.0.212 () {34 vars in 971 bytes} [Sun May 10 02:07:10 2026] GET /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => 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: 1427/2790] 199.204.45.53 () {34 vars in 788 bytes} [Sun May 10 02:07:10 2026] PUT /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => generated 1276 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:07:10.793 8 INFO neutron.api.v2.resource [None req-87ad0d58-60fd-4130-99bc-4c97f98342c1 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1364/2791] 199.204.45.53 () {30 vars in 762 bytes} [Sun May 10 02:07:10 2026] GET /v2.0/security-groups/lb-d8d868d9-c310-46d4-9213-d6e254860b66 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2792] 199.204.45.53 () {30 vars in 784 bytes} [Sun May 10 02:07:10 2026] GET /v2.0/security-groups?name=lb-d8d868d9-c310-46d4-9213-d6e254860b66 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:07:10.861 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1c03da5-56bb-4333-96e5-643c7cd1d4c3'] response: {'name': 'network-changed', 'server_uuid': '3a43524c-394e-471d-a64a-a40d2aba3c27', 'tag': '4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1365/2793] 199.204.45.53 () {34 vars in 788 bytes} [Sun May 10 02:07:10 2026] PUT /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => generated 1314 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:07:11.130 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-15d4d7a1-d1bb-4860-92e9-5829d35248eb'] response: {'name': 'network-changed', 'server_uuid': '3a43524c-394e-471d-a64a-a40d2aba3c27', 'tag': '4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1429/2794] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:07:11 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1366/2795] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:07:11 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: 1430/2796] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2797] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2798] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2799] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 2586 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2800] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2801] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/networks?id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066 => generated 802 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2802] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2803] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => 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/2804] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2805] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/subnets?id=63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2806] 199.204.45.53 () {30 vars in 742 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066 => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2807] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/ports?network_id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2808] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2809] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?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: 1437/2810] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2811] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2812] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:07:12 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 2586 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2813] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:07:12 2026] GET /v2.0/networks?id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066 => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2814] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:07:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2815] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:07:12 2026] GET /v2.0/subnets?id=63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2816] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:12 2026] GET /v2.0/ports?network_id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066&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: 1377/2817] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:12 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?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: 1441/2818] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:12 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?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-05-10 02:07:18.429 8 INFO neutron.db.l3_db [None req-0be22838-14bd-48a3-a3b6-94611536aca1 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Floating IP 9f15e269-77d1-4ef2-aa1f-46529543ab45 associated. External IP: 10.96.250.208, port: 7337c00b-0bc0-4f56-9ffb-839f4d23c72b. [pid: 8|app: 0|req: 1378/2819] 10.0.0.28 () {34 vars in 676 bytes} [Sun May 10 02:07:17 2026] POST /v2.0/floatingips => generated 899 bytes in 1048 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2822] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:07: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: 1380/2823] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:07: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: 7|app: 0|req: 1444/2824] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:07: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: 8|app: 0|req: 1381/2825] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:07:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:07:21.862 7 INFO neutron.api.v2.resource [None req-2814d333-6994-4683-b6b4-8bf378ffb79c 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1445/2826] 199.204.45.53 () {30 vars in 762 bytes} [Sun May 10 02:07:21 2026] GET /v2.0/security-groups/lb-d8d868d9-c310-46d4-9213-d6e254860b66 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2827] 199.204.45.53 () {30 vars in 784 bytes} [Sun May 10 02:07:21 2026] GET /v2.0/security-groups?name=lb-d8d868d9-c310-46d4-9213-d6e254860b66 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2828] 199.204.45.53 () {30 vars in 814 bytes} [Sun May 10 02:07:21 2026] GET /v2.0/security-group-rules?security_group_id=5ad7f125-c7a5-4c1a-8c43-e2e49cd389ab => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2829] 199.204.45.53 () {34 vars in 746 bytes} [Sun May 10 02:07:21 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2830] 199.204.45.53 () {34 vars in 746 bytes} [Sun May 10 02:07:22 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: 8|app: 0|req: 1384/2831] 10.0.0.92 () {30 vars in 689 bytes} [Sun May 10 02:07:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2832] 10.0.0.92 () {30 vars in 691 bytes} [Sun May 10 02:07:29 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2833] 10.0.0.92 () {30 vars in 667 bytes} [Sun May 10 02:07:29 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: 1449/2834] 10.0.0.92 () {30 vars in 703 bytes} [Sun May 10 02:07:29 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: 1386/2835] 10.0.0.92 () {28 vars in 438 bytes} [Sun May 10 02:07:29 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: 1450/2836] 10.0.0.92 () {30 vars in 727 bytes} [Sun May 10 02:07:30 2026] GET /v2.0/subnets/c043228d-554c-4cdb-863a-afddd4455a69 => generated 656 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2837] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:07: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) [pid: 7|app: 0|req: 1451/2838] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:07:31 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: 1388/2839] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:07:31 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: 1452/2840] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:07:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2841] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:07:31 2026] GET /v2.0/subnets/c043228d-554c-4cdb-863a-afddd4455a69 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2842] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:07:31 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2843] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:07: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) [pid: 7|app: 0|req: 1454/2844] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:07:31 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: 1391/2845] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:07:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2846] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:07: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: 1392/2847] 199.204.45.53 () {34 vars in 716 bytes} [Sun May 10 02:07:31 2026] POST /v2.0/ports => generated 1328 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2848] 10.0.0.212 () {34 vars in 971 bytes} [Sun May 10 02:07:31 2026] GET /v2.0/ports/5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => generated 1328 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1393/2849] 199.204.45.53 () {34 vars in 1261 bytes} [Sun May 10 02:07:32 2026] GET /v2.0/ports/5cb0c197-cb0e-4454-bd5b-21ea675a2f5f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2850] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:33 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1394/2851] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:33 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1458/2852] 199.204.45.53 () {34 vars in 974 bytes} [Sun May 10 02:07:33 2026] GET /v2.0/ports/5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => generated 1328 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2853] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:07:33 2026] GET /v2.0/networks?id=b6a424b3-df78-44dc-9d71-1b6819d1300b => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2854] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:07:33 2026] PUT /v2.0/ports/5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => generated 1518 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:07:34.229 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b3fb823-6439-4279-9a98-59661fbd468e'] response: {'name': 'network-changed', 'server_uuid': '3a43524c-394e-471d-a64a-a40d2aba3c27', 'tag': '5cb0c197-cb0e-4454-bd5b-21ea675a2f5f', '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: 1461/2857] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 4096 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2858] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/networks?id=b6a424b3-df78-44dc-9d71-1b6819d1300b => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2859] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.222&port_id=5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => 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: 1398/2860] 199.204.45.53 () {34 vars in 1103 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A343&port_id=5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => 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: 1463/2861] 199.204.45.53 () {34 vars in 1063 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/subnets?id=ae01ac0c-1e37-4f20-bf7d-95fc405d483a&id=c043228d-554c-4cdb-863a-afddd4455a69 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2862] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2863] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:35 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2864] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:35 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1465/2865] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:35 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1401/2866] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:07:36 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 4096 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2867] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:07:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.98&port_id=a74b77a7-2412-4f49-b572-6a4e24b816e6 => 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: 1402/2868] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:07:36 2026] GET /v2.0/subnets?id=8cb50772-c33c-4ea7-826d-4c4f32c9bed3 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2869] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:36 2026] GET /v2.0/ports?network_id=99758670-4713-4e1e-9e87-391e3865b7cd&device_owner=network%3Adhcp => generated 1244 bytes in 668 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2870] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:36 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?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: 1468/2871] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:37 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2872] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => 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: 1469/2873] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:07:37 2026] GET /v2.0/subnets?id=63dbc59a-fd6d-4275-9ebf-733cce727170 => 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: 1405/2874] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:37 2026] GET /v2.0/ports?network_id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2875] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:37 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?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: 1406/2876] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:37 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?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: 1471/2877] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.222&port_id=5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => 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: 1407/2878] 199.204.45.53 () {34 vars in 1103 bytes} [Sun May 10 02:07:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A343&port_id=5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => 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: 1472/2879] 199.204.45.53 () {34 vars in 1063 bytes} [Sun May 10 02:07:37 2026] GET /v2.0/subnets?id=ae01ac0c-1e37-4f20-bf7d-95fc405d483a&id=c043228d-554c-4cdb-863a-afddd4455a69 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2880] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:37 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2881] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:37 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2882] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:37 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1474/2883] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:37 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1410/2884] 10.0.0.212 () {34 vars in 971 bytes} [Sun May 10 02:07:41 2026] GET /v2.0/ports/5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => generated 1520 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2885] 199.204.45.53 () {30 vars in 742 bytes} [Sun May 10 02:07:41 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b => 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: 1411/2886] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:07:41 2026] GET /v2.0/subnets/c043228d-554c-4cdb-863a-afddd4455a69 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2887] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:07:41 2026] GET /v2.0/subnets/ae01ac0c-1e37-4f20-bf7d-95fc405d483a => generated 743 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2888] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:07:41 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: 1477/2889] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:07:41 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2890] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:07: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: 1478/2891] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:07:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2892] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:07:41 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => 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: 1479/2893] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:07:41 2026] GET /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2894] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:07:41 2026] GET /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2895] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:07:41 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2896] 199.204.45.53 () {30 vars in 742 bytes} [Sun May 10 02:07:41 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066 => generated 799 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2897] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:07:42 2026] GET /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2898] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:07:42 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2901] 10.0.0.92 () {30 vars in 689 bytes} [Sun May 10 02:07:50 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: 1483/2902] 10.0.0.92 () {30 vars in 691 bytes} [Sun May 10 02:07:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2903] 10.0.0.92 () {30 vars in 667 bytes} [Sun May 10 02:07:50 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2904] 10.0.0.92 () {30 vars in 703 bytes} [Sun May 10 02:07:50 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: 1421/2905] 10.0.0.92 () {28 vars in 438 bytes} [Sun May 10 02:07: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: 1485/2906] 10.0.0.92 () {30 vars in 727 bytes} [Sun May 10 02:07:51 2026] GET /v2.0/subnets/c97db499-a13f-463f-88d4-615016187b68 => generated 656 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2907] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:07:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2908] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:07:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2909] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:07:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2910] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:07:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2911] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:07:53 2026] GET /v2.0/subnets/c043228d-554c-4cdb-863a-afddd4455a69 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2912] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:07:53 2026] GET /v2.0/subnets/c97db499-a13f-463f-88d4-615016187b68 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2913] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:07:53 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 4098 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2914] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:07:53 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: 1426/2915] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:07:53 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: 1490/2916] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:07:53 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: 1427/2917] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:07:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2918] 199.204.45.53 () {34 vars in 716 bytes} [Sun May 10 02:07:53 2026] POST /v2.0/ports => generated 1332 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2919] 10.0.0.212 () {34 vars in 971 bytes} [Sun May 10 02:07:54 2026] GET /v2.0/ports/e1641e83-5057-4076-8aed-0c8079333a49 => generated 1332 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: 7|app: 0|req: 1492/2920] 10.0.0.212 () {34 vars in 907 bytes} [Sun May 10 02:07: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: 8|app: 0|req: 1429/2921] 199.204.45.53 () {34 vars in 1261 bytes} [Sun May 10 02:07:55 2026] GET /v2.0/ports/e1641e83-5057-4076-8aed-0c8079333a49?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2922] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:55 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?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: 1430/2923] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:55 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2924] 199.204.45.53 () {34 vars in 974 bytes} [Sun May 10 02:07:56 2026] GET /v2.0/ports/e1641e83-5057-4076-8aed-0c8079333a49 => generated 1332 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2925] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:07:56 2026] GET /v2.0/networks?id=2444bc18-ab46-410f-9cab-3912a744be7c => generated 799 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2926] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:07:56 2026] PUT /v2.0/ports/e1641e83-5057-4076-8aed-0c8079333a49 => generated 1522 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:07:56.643 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ecd865b-f594-497d-8ca0-94a449c0abf5'] response: {'name': 'network-changed', 'server_uuid': '3a43524c-394e-471d-a64a-a40d2aba3c27', 'tag': 'e1641e83-5057-4076-8aed-0c8079333a49', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1432/2927] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:07:57 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 5612 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: 7|app: 0|req: 1496/2928] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:07:57 2026] GET /v2.0/networks?id=2444bc18-ab46-410f-9cab-3912a744be7c => generated 799 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2929] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:07:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=e1641e83-5057-4076-8aed-0c8079333a49 => 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: 1497/2930] 199.204.45.53 () {34 vars in 1105 bytes} [Sun May 10 02:07:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A336&port_id=e1641e83-5057-4076-8aed-0c8079333a49 => 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: 1434/2931] 199.204.45.53 () {34 vars in 1063 bytes} [Sun May 10 02:07:57 2026] GET /v2.0/subnets?id=c97db499-a13f-463f-88d4-615016187b68&id=02b9aa6e-93af-493a-b1ed-7576cb14f14f => generated 1415 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2932] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:57 2026] GET /v2.0/ports?network_id=2444bc18-ab46-410f-9cab-3912a744be7c&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2933] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:57 2026] GET /v2.0/ports?network_id=2444bc18-ab46-410f-9cab-3912a744be7c&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: 1499/2934] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:57 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2935] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:57 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2936] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:07:58 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 5612 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2937] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:07:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.98&port_id=a74b77a7-2412-4f49-b572-6a4e24b816e6 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2938] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:07:58 2026] GET /v2.0/subnets?id=8cb50772-c33c-4ea7-826d-4c4f32c9bed3 => generated 654 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2939] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:58 2026] GET /v2.0/ports?network_id=99758670-4713-4e1e-9e87-391e3865b7cd&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: 1502/2940] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:58 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?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: 1439/2941] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:58 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?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: 1503/2942] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:07:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => 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: 1440/2943] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:07:58 2026] GET /v2.0/subnets?id=63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2944] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:58 2026] GET /v2.0/ports?network_id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066&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: 1441/2945] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?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: 1505/2946] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2947] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.222&port_id=5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => 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: 1506/2948] 199.204.45.53 () {34 vars in 1103 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A343&port_id=5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => 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: 1443/2949] 199.204.45.53 () {34 vars in 1063 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/subnets?id=ae01ac0c-1e37-4f20-bf7d-95fc405d483a&id=c043228d-554c-4cdb-863a-afddd4455a69 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2950] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&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: 1444/2951] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2952] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2953] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1509/2954] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.187&port_id=e1641e83-5057-4076-8aed-0c8079333a49 => 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: 1446/2955] 199.204.45.53 () {34 vars in 1105 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A336&port_id=e1641e83-5057-4076-8aed-0c8079333a49 => 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: 1510/2956] 199.204.45.53 () {34 vars in 1063 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/subnets?id=c97db499-a13f-463f-88d4-615016187b68&id=02b9aa6e-93af-493a-b1ed-7576cb14f14f => generated 1415 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2957] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/ports?network_id=2444bc18-ab46-410f-9cab-3912a744be7c&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2958] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/ports?network_id=2444bc18-ab46-410f-9cab-3912a744be7c&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2959] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2960] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:07:59 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2961] 10.0.0.212 () {34 vars in 971 bytes} [Sun May 10 02:08:03 2026] GET /v2.0/ports/e1641e83-5057-4076-8aed-0c8079333a49 => generated 1524 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2962] 199.204.45.53 () {30 vars in 742 bytes} [Sun May 10 02:08:03 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c => generated 796 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2963] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:03 2026] GET /v2.0/subnets/c97db499-a13f-463f-88d4-615016187b68 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2964] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:03 2026] GET /v2.0/subnets/02b9aa6e-93af-493a-b1ed-7576cb14f14f => generated 748 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2965] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:03 2026] GET /v2.0/ports/5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => generated 1520 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2966] 199.204.45.53 () {34 vars in 789 bytes} [Sun May 10 02:08:03 2026] PUT /v2.0/ports/5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => generated 1255 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:08:04.177 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f2474409-c591-4de6-8fb8-c220734f70da'] response: {'name': 'network-changed', 'server_uuid': '3a43524c-394e-471d-a64a-a40d2aba3c27', 'tag': '5cb0c197-cb0e-4454-bd5b-21ea675a2f5f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1452/2967] 199.204.45.53 () {30 vars in 742 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b => generated 798 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: 1516/2968] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/subnets/c043228d-554c-4cdb-863a-afddd4455a69 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2969] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2970] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2971] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:08:04 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: 1518/2972] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:08:04 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: 1455/2975] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => 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: 1521/2976] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2977] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2978] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2979] 199.204.45.53 () {30 vars in 742 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066 => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2980] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 5385 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2981] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1132 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2982] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => 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: 1459/2983] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/networks?id=b6a424b3-df78-44dc-9d71-1b6819d1300b => generated 801 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2984] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.222&port_id=5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => 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: 1460/2985] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/subnets?id=c043228d-554c-4cdb-863a-afddd4455a69 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/2986] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&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: 1461/2987] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:08:04 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1527/2988] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:08:05 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2989] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:08:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2990] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:08:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2991] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:08:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2992] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:08:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2993] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:15 2026] GET /v2.0/subnets/c043228d-554c-4cdb-863a-afddd4455a69 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2994] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:15 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 5385 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2995] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:08:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2996] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:08:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2997] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:08:16 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: 1532/2998] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:08: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: 1467/2999] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:16 2026] GET /v2.0/ports/e1641e83-5057-4076-8aed-0c8079333a49 => generated 1524 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3000] 199.204.45.53 () {34 vars in 789 bytes} [Sun May 10 02:08:16 2026] PUT /v2.0/ports/e1641e83-5057-4076-8aed-0c8079333a49 => generated 1311 bytes in 343 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:08:16.642 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-866f4be4-93e6-46f9-9603-be3c36cea602'] response: {'name': 'network-changed', 'server_uuid': '3a43524c-394e-471d-a64a-a40d2aba3c27', 'tag': 'e1641e83-5057-4076-8aed-0c8079333a49', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1468/3001] 199.204.45.53 () {30 vars in 742 bytes} [Sun May 10 02:08:16 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c => generated 796 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1534/3002] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:16 2026] GET /v2.0/subnets/02b9aa6e-93af-493a-b1ed-7576cb14f14f => generated 748 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3003] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:16 2026] GET /v2.0/ports/e1641e83-5057-4076-8aed-0c8079333a49 => generated 1347 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3004] 199.204.45.53 () {34 vars in 788 bytes} [Sun May 10 02:08:16 2026] PUT /v2.0/ports/e1641e83-5057-4076-8aed-0c8079333a49 => generated 1080 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3005] 199.204.45.53 () {30 vars in 742 bytes} [Sun May 10 02:08:17 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c => generated 796 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1536/3006] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:17 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 4977 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3007] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:08:17 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 4977 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3008] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:08:17 2026] GET /v2.0/networks?id=2444bc18-ab46-410f-9cab-3912a744be7c => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3009] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:17 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3010] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:08:17 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?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: 1473/3011] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:08:17 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?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: 1539/3012] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:18 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 4977 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:08:18.676 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab5d3234-16af-4f2c-b5a4-14d4b5ddaf01'] response: {'name': 'network-changed', 'server_uuid': '3a43524c-394e-471d-a64a-a40d2aba3c27', 'tag': 'e1641e83-5057-4076-8aed-0c8079333a49', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1474/3013] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:08:19 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3014] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:08:19 2026] GET /v2.0/networks?id=2444bc18-ab46-410f-9cab-3912a744be7c => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3015] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:08:19 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3016] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:08:19 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?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: 1476/3017] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:19 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3020] 199.204.45.53 () {34 vars in 974 bytes} [Sun May 10 02:08:19 2026] GET /v2.0/ports/e1641e83-5057-4076-8aed-0c8079333a49 => generated 1116 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3021] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:08:19 2026] GET /v2.0/ports/e1641e83-5057-4076-8aed-0c8079333a49?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3022] 199.204.45.53 () {34 vars in 1015 bytes} [Sun May 10 02:08:19 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?fields=dns_domain => generated 29 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3023] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:08:19 2026] PUT /v2.0/ports/e1641e83-5057-4076-8aed-0c8079333a49 => generated 917 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3024] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:20 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 3869 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:08:20.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-48ab69b0-32be-4c10-bc58-5ab1cee7a5c4 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: e1641e83-5057-4076-8aed-0c8079333a49 2026-05-10 02:08:20.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48ab69b0-32be-4c10-bc58-5ab1cee7a5c4 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: e1641e83-5057-4076-8aed-0c8079333a49 [pid: 8|app: 0|req: 1480/3025] 199.204.45.53 () {32 vars in 758 bytes} [Sun May 10 02:08:20 2026] DELETE /v2.0/ports/e1641e83-5057-4076-8aed-0c8079333a49 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3026] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:08: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: 1481/3027] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:08:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3028] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:08:20 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: 1482/3029] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:08: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: 7|app: 0|req: 1548/3030] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:20 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3031] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:20 2026] GET /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3032] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:20 2026] GET /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => generated 1350 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3033] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3034] 199.204.45.53 () {30 vars in 742 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3035] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3036] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3037] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 3869 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3038] 199.204.45.53 () {34 vars in 1225 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/networks?id=99758670-4713-4e1e-9e87-391e3865b7cd&id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066&id=b6a424b3-df78-44dc-9d71-1b6819d1300b&id=2444bc18-ab46-410f-9cab-3912a744be7c => generated 3094 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3039] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.98&port_id=a74b77a7-2412-4f49-b572-6a4e24b816e6 => 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: 1553/3040] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/subnets?id=8cb50772-c33c-4ea7-826d-4c4f32c9bed3 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3041] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/ports?network_id=99758670-4713-4e1e-9e87-391e3865b7cd&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: 1554/3042] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?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: 1489/3043] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3044] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => 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: 1490/3045] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/subnets?id=63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3046] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/ports?network_id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3047] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:08:21 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3048] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:08:22 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3049] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:08:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.222&port_id=5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => 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: 1558/3050] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:08:22 2026] GET /v2.0/subnets?id=c043228d-554c-4cdb-863a-afddd4455a69 => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3051] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:08:22 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3052] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:08:22 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1494/3053] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:08:22 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1560/3054] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:08:26 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: 1495/3055] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:08:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3056] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:08:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3057] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:08:26 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: 1562/3058] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:26 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 3869 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3059] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:08:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3060] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:08:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3061] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:08:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3062] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:08:26 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: 1499/3063] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:26 2026] GET /v2.0/ports/5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3064] 199.204.45.53 () {34 vars in 788 bytes} [Sun May 10 02:08:26 2026] PUT /v2.0/ports/5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => generated 1080 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:08:26.931 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-35673152-8e74-404f-86cb-538bc9bdb54e'] response: {'name': 'network-changed', 'server_uuid': '3a43524c-394e-471d-a64a-a40d2aba3c27', 'tag': '5cb0c197-cb0e-4454-bd5b-21ea675a2f5f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1500/3065] 199.204.45.53 () {30 vars in 742 bytes} [Sun May 10 02:08:26 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1566/3066] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:26 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 3694 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/3067] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:27 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 3694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3068] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:08:27 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 3694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/3069] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:08:27 2026] GET /v2.0/networks?id=b6a424b3-df78-44dc-9d71-1b6819d1300b => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3070] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:08:27 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1503/3071] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:08:27 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1569/3072] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:28 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/3073] 199.204.45.53 () {34 vars in 974 bytes} [Sun May 10 02:08:29 2026] GET /v2.0/ports/5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => generated 1116 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3074] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:08:29 2026] GET /v2.0/ports/5cb0c197-cb0e-4454-bd5b-21ea675a2f5f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3075] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:29 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 3694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3076] 199.204.45.53 () {34 vars in 1015 bytes} [Sun May 10 02:08:29 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3077] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:08:29 2026] PUT /v2.0/ports/5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => generated 917 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3078] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:30 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:08:30.421 7 INFO neutron_taas.services.taas.taas_plugin [None req-5eeb43a2-265c-4f89-bc33-930344e6cf59 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 5cb0c197-cb0e-4454-bd5b-21ea675a2f5f 2026-05-10 02:08:30.423 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eeb43a2-265c-4f89-bc33-930344e6cf59 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 5cb0c197-cb0e-4454-bd5b-21ea675a2f5f [pid: 7|app: 0|req: 1573/3079] 199.204.45.53 () {32 vars in 758 bytes} [Sun May 10 02:08:30 2026] DELETE /v2.0/ports/5cb0c197-cb0e-4454-bd5b-21ea675a2f5f => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3080] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:08:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3081] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:08:30 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: 1508/3082] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:08:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3083] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:08:30 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: 1509/3084] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:30 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => 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: 1576/3085] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:30 2026] GET /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3086] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:30 2026] GET /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3087] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:30 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3088] 199.204.45.53 () {30 vars in 742 bytes} [Sun May 10 02:08:30 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066 => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3089] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:30 2026] GET /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3090] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:30 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3091] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:08:30 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 2586 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3092] 199.204.45.53 () {34 vars in 1145 bytes} [Sun May 10 02:08:31 2026] GET /v2.0/networks?id=99758670-4713-4e1e-9e87-391e3865b7cd&id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066&id=b6a424b3-df78-44dc-9d71-1b6819d1300b => generated 2309 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3093] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:08:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.98&port_id=a74b77a7-2412-4f49-b572-6a4e24b816e6 => 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: 1514/3094] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:08:31 2026] GET /v2.0/subnets?id=8cb50772-c33c-4ea7-826d-4c4f32c9bed3 => generated 654 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3095] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:08:31 2026] GET /v2.0/ports?network_id=99758670-4713-4e1e-9e87-391e3865b7cd&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: 1515/3096] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:08:31 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3097] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:08:31 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3098] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:08:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.107&port_id=4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => 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: 1583/3099] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:08:31 2026] GET /v2.0/subnets?id=63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3100] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:08:31 2026] GET /v2.0/ports?network_id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066&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: 1584/3101] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:08:31 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?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: 1518/3102] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:08:31 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?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: 1586/3105] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:08:42 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: 1520/3106] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:08:42 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3107] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:08: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: 1521/3108] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:08:42 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:08:42.608 7 INFO neutron.api.v2.resource [None req-ffdfc309-2018-44c8-9329-edba3dfabb90 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1588/3109] 199.204.45.53 () {30 vars in 762 bytes} [Sun May 10 02:08:42 2026] GET /v2.0/security-groups/lb-d8d868d9-c310-46d4-9213-d6e254860b66 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3110] 199.204.45.53 () {30 vars in 784 bytes} [Sun May 10 02:08:42 2026] GET /v2.0/security-groups?name=lb-d8d868d9-c310-46d4-9213-d6e254860b66 => generated 2865 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3111] 199.204.45.53 () {30 vars in 814 bytes} [Sun May 10 02:08:42 2026] GET /v2.0/security-group-rules?security_group_id=5ad7f125-c7a5-4c1a-8c43-e2e49cd389ab => generated 2334 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3112] 199.204.45.53 () {32 vars in 788 bytes} [Sun May 10 02:08:42 2026] DELETE /v2.0/security-group-rules/2a4d0a26-90f4-4bf1-9734-3fc4ab9aae74 => 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: 1590/3113] 199.204.45.53 () {32 vars in 788 bytes} [Sun May 10 02:08:42 2026] DELETE /v2.0/security-group-rules/7221e208-6681-4159-9539-92d91c0af7c2 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:46.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-0767b331-dbf9-402e-bf35-d276892aef0b 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] TaaS: Handle Delete Port: 47428591-c43c-42b6-9601-ff7359a707d6 2026-05-10 02:08:46.365 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0767b331-dbf9-402e-bf35-d276892aef0b 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Tap Mirror: Handle Delete Port: 47428591-c43c-42b6-9601-ff7359a707d6 2026-05-10 02:08:46.513 8 INFO neutron.db.l3_db [None req-0767b331-dbf9-402e-bf35-d276892aef0b 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Floating IP 9f15e269-77d1-4ef2-aa1f-46529543ab45 disassociated (deleted). External IP: 10.96.250.208, port: 7337c00b-0bc0-4f56-9ffb-839f4d23c72b. [pid: 8|app: 0|req: 1524/3114] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:08:46 2026] DELETE /v2.0/floatingips/9f15e269-77d1-4ef2-aa1f-46529543ab45 => generated 0 bytes in 516 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:46.793 7 INFO neutron.api.v2.resource [None req-ed662a8d-1401-47fd-bfc5-f940174805da 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1591/3115] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:08:46 2026] GET /v2.0/floatingips/9f15e269-77d1-4ef2-aa1f-46529543ab45 => generated 144 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3116] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:08:47 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: 1592/3117] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:08: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: 8|app: 0|req: 1526/3118] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:08:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3119] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:08:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:08:47.668 8 INFO neutron.api.v2.resource [None req-92a9251e-86d4-423b-b091-e13a1e31a273 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1527/3120] 199.204.45.53 () {30 vars in 762 bytes} [Sun May 10 02:08:47 2026] GET /v2.0/security-groups/lb-d8d868d9-c310-46d4-9213-d6e254860b66 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3121] 199.204.45.53 () {30 vars in 784 bytes} [Sun May 10 02:08:47 2026] GET /v2.0/security-groups?name=lb-d8d868d9-c310-46d4-9213-d6e254860b66 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3122] 199.204.45.53 () {30 vars in 814 bytes} [Sun May 10 02:08:47 2026] GET /v2.0/security-group-rules?security_group_id=5ad7f125-c7a5-4c1a-8c43-e2e49cd389ab => 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: 1595/3123] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:08:47 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: 1529/3124] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:08:47 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: 1596/3125] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:08:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3126] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:08: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: 1597/3127] 199.204.45.53 () {30 vars in 740 bytes} [Sun May 10 02:08:47 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => 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: 1531/3128] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:47 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3129] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:47 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 2586 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3130] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:48 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3131] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:49 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3134] 199.204.45.53 () {34 vars in 974 bytes} [Sun May 10 02:08:50 2026] GET /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => 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: 1601/3135] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:50 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3136] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:08:50 2026] GET /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf?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: 1602/3137] 199.204.45.53 () {34 vars in 1015 bytes} [Sun May 10 02:08:50 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3138] 199.204.45.53 () {38 vars in 1027 bytes} [Sun May 10 02:08:50 2026] PUT /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => generated 1151 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3139] 199.204.45.53 () {30 vars in 768 bytes} [Sun May 10 02:08:51 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 1244 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, ' [pid: 8|app: 0|req: 1537/3140] 199.204.45.53 () {34 vars in 788 bytes} [Sun May 10 02:08:51 2026] PUT /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => generated 1090 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3141] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:51 2026] GET /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => 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-05-10 02:08:51.684 8 INFO neutron_taas.services.taas.taas_plugin [None req-45bfbbac-4d03-42df-b25a-eb8c2fa8c00b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf 2026-05-10 02:08:51.687 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45bfbbac-4d03-42df-b25a-eb8c2fa8c00b 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf [pid: 8|app: 0|req: 1538/3142] 199.204.45.53 () {32 vars in 758 bytes} [Sun May 10 02:08:51 2026] DELETE /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3143] 199.204.45.53 () {30 vars in 702 bytes} [Sun May 10 02:08: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: 1539/3144] 199.204.45.53 () {30 vars in 704 bytes} [Sun May 10 02:08:51 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: 1606/3145] 199.204.45.53 () {30 vars in 680 bytes} [Sun May 10 02:08:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3146] 199.204.45.53 () {30 vars in 716 bytes} [Sun May 10 02:08:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:08:52.011 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6319ce80-34bf-4d74-92d4-01d53786c320 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3147] 199.204.45.53 () {32 vars in 758 bytes} [Sun May 10 02:08:51 2026] DELETE /v2.0/ports/4b1e0079-e9ac-4bd9-8bf9-adcd4f0311bf => 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: 1541/3148] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:52 2026] GET /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:08:52.074 7 INFO neutron.api.v2.resource [None req-315b9714-d930-4232-99ef-ef436e308c76 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1608/3149] 199.204.45.53 () {30 vars in 762 bytes} [Sun May 10 02:08:52 2026] GET /v2.0/security-groups/lb-d8d868d9-c310-46d4-9213-d6e254860b66 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3150] 199.204.45.53 () {30 vars in 784 bytes} [Sun May 10 02:08:52 2026] GET /v2.0/security-groups?name=lb-d8d868d9-c310-46d4-9213-d6e254860b66 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3151] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:08:52 2026] GET /v2.0/ports?tenant_id=1a3934c87b6849cfbbc384aae6385560&device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3152] 199.204.45.53 () {30 vars in 736 bytes} [Sun May 10 02:08:52 2026] GET /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3153] 199.204.45.53 () {34 vars in 1065 bytes} [Sun May 10 02:08:52 2026] GET /v2.0/networks?id=99758670-4713-4e1e-9e87-391e3865b7cd&id=3c8dcd6a-fb4a-439a-a284-f7f452c1c066 => generated 1522 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3154] 199.204.45.53 () {34 vars in 1059 bytes} [Sun May 10 02:08:52 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.98&port_id=a74b77a7-2412-4f49-b572-6a4e24b816e6 => 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: 1612/3155] 199.204.45.53 () {34 vars in 983 bytes} [Sun May 10 02:08:52 2026] GET /v2.0/subnets?id=8cb50772-c33c-4ea7-826d-4c4f32c9bed3 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3156] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:08:52 2026] GET /v2.0/ports?network_id=99758670-4713-4e1e-9e87-391e3865b7cd&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: 1614/3157] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:08:52 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?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: 1544/3158] 199.204.45.53 () {34 vars in 788 bytes} [Sun May 10 02:08:52 2026] PUT /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 1094 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3159] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:08:52 2026] GET /v2.0/networks/99758670-4713-4e1e-9e87-391e3865b7cd?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: 1545/3160] 199.204.45.53 () {32 vars in 778 bytes} [Sun May 10 02:08:52 2026] DELETE /v2.0/security-groups/5ad7f125-c7a5-4c1a-8c43-e2e49cd389ab => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:52.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e669e4d-2a3e-4b0b-afc7-59ab11dbaaf2 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: 7337c00b-0bc0-4f56-9ffb-839f4d23c72b 2026-05-10 02:08:52.590 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e669e4d-2a3e-4b0b-afc7-59ab11dbaaf2 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: 7337c00b-0bc0-4f56-9ffb-839f4d23c72b [pid: 7|app: 0|req: 1616/3161] 199.204.45.53 () {32 vars in 758 bytes} [Sun May 10 02:08:52 2026] DELETE /v2.0/ports/7337c00b-0bc0-4f56-9ffb-839f4d23c72b => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3162] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:08:55 2026] GET /v2.0/ports?device_id=3a43524c-394e-471d-a64a-a40d2aba3c27 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:08:55.756 7 INFO neutron_taas.services.taas.taas_plugin [req-2e593d52-c13a-4d99-8b32-756809c8a44a req-1cfe949b-98ef-496f-9b97-0fbbe339d552 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] TaaS: Handle Delete Port: a74b77a7-2412-4f49-b572-6a4e24b816e6 2026-05-10 02:08:55.759 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2e593d52-c13a-4d99-8b32-756809c8a44a req-1cfe949b-98ef-496f-9b97-0fbbe339d552 21f8134dfd8a481fb40776d0b70d3cb3 1a3934c87b6849cfbbc384aae6385560 - - default default] Tap Mirror: Handle Delete Port: a74b77a7-2412-4f49-b572-6a4e24b816e6 [pid: 7|app: 0|req: 1617/3163] 199.204.45.53 () {36 vars in 996 bytes} [Sun May 10 02:08:55 2026] DELETE /v2.0/ports/a74b77a7-2412-4f49-b572-6a4e24b816e6 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:08:55.956 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2493ceca-c22b-4f4b-aaf8-d0873670b7b8'] response: {'server_uuid': '3a43524c-394e-471d-a64a-a40d2aba3c27', 'name': 'network-vif-deleted', 'tag': 'a74b77a7-2412-4f49-b572-6a4e24b816e6', 'status': 'completed', 'code': 200} 2026-05-10 02:08:57.134 8 INFO neutron_taas.services.taas.taas_plugin [None req-59169651-cfe9-4bfd-aa4f-4c3060ff7573 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] TaaS: Handle Delete Port: 06efc379-05d9-4e14-8825-7c8f4d8f6518 2026-05-10 02:08:57.138 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59169651-cfe9-4bfd-aa4f-4c3060ff7573 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Tap Mirror: Handle Delete Port: 06efc379-05d9-4e14-8825-7c8f4d8f6518 2026-05-10 02:08:57.274 8 INFO neutron.db.l3_db [None req-59169651-cfe9-4bfd-aa4f-4c3060ff7573 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Floating IP a4addba0-ab4b-4065-8ad0-77c8ba8be10d disassociated (deleted). External IP: 10.96.250.215, port: 70a137c1-39b3-4521-92df-95b5dac8f029. [pid: 8|app: 0|req: 1547/3164] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:08:56 2026] DELETE /v2.0/floatingips/a4addba0-ab4b-4065-8ad0-77c8ba8be10d => generated 0 bytes in 569 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:57.591 7 INFO neutron.api.v2.resource [None req-2eeeacec-c21c-4a13-8fdc-bfb03b11bb64 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1618/3165] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:08:57 2026] GET /v2.0/floatingips/a4addba0-ab4b-4065-8ad0-77c8ba8be10d => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:08:57.605 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-be852121-b513-4b54-a723-0bd2afc5299a'] response: {'name': 'network-changed', 'server_uuid': '9f6ba5c5-28af-429d-8e7a-4d6c10449480', 'tag': '70a137c1-39b3-4521-92df-95b5dac8f029', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1548/3166] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:08:57 2026] GET /v2.0/ports?device_id=9f6ba5c5-28af-429d-8e7a-4d6c10449480 => generated 1200 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3167] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:08:57 2026] GET /v2.0/security-groups?id=a8d72c55-d960-4796-bb24-07d80b772fa0&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: 1549/3168] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:08:58 2026] GET /v2.0/ports?tenant_id=fdc63c5abedb46d9a7786518a0605e7d&device_id=9f6ba5c5-28af-429d-8e7a-4d6c10449480 => generated 1469 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3169] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:08:58 2026] GET /v2.0/networks?id=2444bc18-ab46-410f-9cab-3912a744be7c => generated 799 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3170] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:08:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.167&port_id=70a137c1-39b3-4521-92df-95b5dac8f029 => 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: 1621/3171] 199.204.45.53 () {34 vars in 1103 bytes} [Sun May 10 02:08:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A46&port_id=70a137c1-39b3-4521-92df-95b5dac8f029 => 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: 1551/3172] 199.204.45.53 () {34 vars in 1063 bytes} [Sun May 10 02:08:58 2026] GET /v2.0/subnets?id=c97db499-a13f-463f-88d4-615016187b68&id=02b9aa6e-93af-493a-b1ed-7576cb14f14f => generated 1415 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3173] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:08:58 2026] GET /v2.0/ports?network_id=2444bc18-ab46-410f-9cab-3912a744be7c&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3174] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:08:58 2026] GET /v2.0/ports?network_id=2444bc18-ab46-410f-9cab-3912a744be7c&device_owner=network%3Adhcp => generated 1461 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3175] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:08:58 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3176] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:08:58 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c?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: 1624/3177] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:09:00 2026] GET /v2.0/ports?device_id=9f6ba5c5-28af-429d-8e7a-4d6c10449480 => generated 1200 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:09:00.374 8 INFO neutron_taas.services.taas.taas_plugin [req-2343e586-e0d9-45b7-b83f-ebeba06e6e05 req-1b82170f-14a1-487c-8082-ef509386fb06 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] TaaS: Handle Delete Port: 70a137c1-39b3-4521-92df-95b5dac8f029 2026-05-10 02:09:00.377 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2343e586-e0d9-45b7-b83f-ebeba06e6e05 req-1b82170f-14a1-487c-8082-ef509386fb06 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Tap Mirror: Handle Delete Port: 70a137c1-39b3-4521-92df-95b5dac8f029 [pid: 8|app: 0|req: 1554/3178] 199.204.45.53 () {36 vars in 996 bytes} [Sun May 10 02:09:00 2026] DELETE /v2.0/ports/70a137c1-39b3-4521-92df-95b5dac8f029 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:09:00.571 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-309475fb-24f8-450c-8436-37af47669bca'] response: {'server_uuid': '9f6ba5c5-28af-429d-8e7a-4d6c10449480', 'name': 'network-vif-deleted', 'tag': '70a137c1-39b3-4521-92df-95b5dac8f029', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1625/3179] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:09:02 2026] GET /v2.0/ports?device_id=9f6ba5c5-28af-429d-8e7a-4d6c10449480 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:09:08.177 8 INFO neutron_taas.services.taas.taas_plugin [None req-0471b113-0193-4da2-857c-4de774438d05 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] TaaS: Handle Delete Port: ebd48281-f922-4280-bd29-344ae59d54c9 2026-05-10 02:09:08.182 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0471b113-0193-4da2-857c-4de774438d05 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Tap Mirror: Handle Delete Port: ebd48281-f922-4280-bd29-344ae59d54c9 2026-05-10 02:09:08.361 8 INFO neutron.db.l3_db [None req-0471b113-0193-4da2-857c-4de774438d05 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Floating IP 59f856d5-5d44-4a88-b734-1387913795b8 disassociated (deleted). External IP: 10.96.250.213, port: d0fcac84-a5ff-4c9e-b8a9-24b40adf65c6. [pid: 8|app: 0|req: 1556/3182] 10.0.0.28 () {32 vars in 731 bytes} [Sun May 10 02:09:08 2026] DELETE /v2.0/floatingips/59f856d5-5d44-4a88-b734-1387913795b8 => generated 0 bytes in 654 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:09:08.722 7 INFO neutron.api.v2.resource [None req-130b1d14-3caf-46c1-a1c8-63f6df9ffeee 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1627/3183] 10.0.0.28 () {32 vars in 728 bytes} [Sun May 10 02:09:08 2026] GET /v2.0/floatingips/59f856d5-5d44-4a88-b734-1387913795b8 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:09:08.741 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-07c09736-6445-4bcd-b14b-40c95bf60bc7'] response: {'name': 'network-changed', 'server_uuid': '95f4d8d4-b802-4ea7-bda7-1085ebd5e41a', 'tag': 'd0fcac84-a5ff-4c9e-b8a9-24b40adf65c6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1557/3184] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:09:08 2026] GET /v2.0/ports?device_id=95f4d8d4-b802-4ea7-bda7-1085ebd5e41a => generated 1200 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3185] 10.0.0.212 () {34 vars in 1040 bytes} [Sun May 10 02:09:08 2026] GET /v2.0/security-groups?id=a8d72c55-d960-4796-bb24-07d80b772fa0&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: 1558/3186] 199.204.45.53 () {34 vars in 1079 bytes} [Sun May 10 02:09:09 2026] GET /v2.0/ports?tenant_id=fdc63c5abedb46d9a7786518a0605e7d&device_id=95f4d8d4-b802-4ea7-bda7-1085ebd5e41a => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3187] 199.204.45.53 () {34 vars in 985 bytes} [Sun May 10 02:09:09 2026] GET /v2.0/networks?id=b6a424b3-df78-44dc-9d71-1b6819d1300b => 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: 1559/3188] 199.204.45.53 () {34 vars in 1057 bytes} [Sun May 10 02:09:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.111&port_id=d0fcac84-a5ff-4c9e-b8a9-24b40adf65c6 => 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: 1630/3189] 199.204.45.53 () {34 vars in 1103 bytes} [Sun May 10 02:09:09 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A290&port_id=d0fcac84-a5ff-4c9e-b8a9-24b40adf65c6 => 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: 1560/3190] 199.204.45.53 () {34 vars in 1063 bytes} [Sun May 10 02:09:09 2026] GET /v2.0/subnets?id=ae01ac0c-1e37-4f20-bf7d-95fc405d483a&id=c043228d-554c-4cdb-863a-afddd4455a69 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3191] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:09:09 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3192] 199.204.45.53 () {34 vars in 1051 bytes} [Sun May 10 02:09:09 2026] GET /v2.0/ports?network_id=b6a424b3-df78-44dc-9d71-1b6819d1300b&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3193] 199.204.45.53 () {34 vars in 1011 bytes} [Sun May 10 02:09:09 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1562/3194] 199.204.45.53 () {34 vars in 1111 bytes} [Sun May 10 02:09:09 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b?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: 1633/3195] 199.204.45.53 () {34 vars in 993 bytes} [Sun May 10 02:09:11 2026] GET /v2.0/ports?device_id=95f4d8d4-b802-4ea7-bda7-1085ebd5e41a => generated 1200 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:09:11.525 8 INFO neutron_taas.services.taas.taas_plugin [req-9e2e0bca-d175-477a-a397-b98dd6d3d89c req-1e531274-fff0-4dd1-b303-631cc7be15f3 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] TaaS: Handle Delete Port: d0fcac84-a5ff-4c9e-b8a9-24b40adf65c6 2026-05-10 02:09:11.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9e2e0bca-d175-477a-a397-b98dd6d3d89c req-1e531274-fff0-4dd1-b303-631cc7be15f3 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Tap Mirror: Handle Delete Port: d0fcac84-a5ff-4c9e-b8a9-24b40adf65c6 [pid: 8|app: 0|req: 1563/3196] 199.204.45.53 () {36 vars in 996 bytes} [Sun May 10 02:09:11 2026] DELETE /v2.0/ports/d0fcac84-a5ff-4c9e-b8a9-24b40adf65c6 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:09:11.731 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c667bfca-c017-424e-bc25-7231661cdcf8'] response: {'server_uuid': '95f4d8d4-b802-4ea7-bda7-1085ebd5e41a', 'name': 'network-vif-deleted', 'tag': 'd0fcac84-a5ff-4c9e-b8a9-24b40adf65c6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1634/3197] 10.0.0.212 () {34 vars in 990 bytes} [Sun May 10 02:09:14 2026] GET /v2.0/ports?device_id=95f4d8d4-b802-4ea7-bda7-1085ebd5e41a => 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: 1564/3198] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:09:19 2026] DELETE /v2.0/security-group-rules/c3ebcf19-f60f-413d-9ad9-3414874815f0 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:09:19.222 7 INFO neutron.api.v2.resource [None req-9607e8ef-0d74-4dc5-bd88-097605c3e61d 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1635/3199] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:09:19 2026] GET /v2.0/security-group-rules/c3ebcf19-f60f-413d-9ad9-3414874815f0 => 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: 1565/3200] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:09:19 2026] DELETE /v2.0/security-group-rules/94021871-77e7-4ac5-853f-80c885d23f68 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:09:19.301 7 INFO neutron.api.v2.resource [None req-65e33f60-55db-4f77-bc1f-12798f1a42c2 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1636/3201] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:09:19 2026] GET /v2.0/security-group-rules/94021871-77e7-4ac5-853f-80c885d23f68 => 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: 1566/3202] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:09:19 2026] DELETE /v2.0/security-group-rules/169e3321-387a-48e7-b7ee-b6ee7ef20c5a => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:09:19.378 7 INFO neutron.api.v2.resource [None req-94192f7a-7958-465a-bdc6-3f5283ecb914 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3203] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:09:19 2026] GET /v2.0/security-group-rules/169e3321-387a-48e7-b7ee-b6ee7ef20c5a => 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: 1567/3204] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:09:19 2026] DELETE /v2.0/security-group-rules/4e861607-a24e-4b44-af85-4c3697a2befb => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:09:19.453 7 INFO neutron.api.v2.resource [None req-1ecff127-6c99-4358-9d1b-02c64c1cfcbb 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1638/3207] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:09:19 2026] GET /v2.0/security-group-rules/4e861607-a24e-4b44-af85-4c3697a2befb => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3208] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:09:19 2026] DELETE /v2.0/security-group-rules/12cc6541-9c19-46a2-9342-c6e8d78db5bb => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:09:19.532 7 INFO neutron.api.v2.resource [None req-fe294227-ed77-47ee-817e-6f245ff83465 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1639/3209] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:09:19 2026] GET /v2.0/security-group-rules/12cc6541-9c19-46a2-9342-c6e8d78db5bb => 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: 1571/3210] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:09:19 2026] DELETE /v2.0/security-group-rules/67fa1ac7-d62b-46c2-a6c2-50a79a6083aa => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:09:19.610 7 INFO neutron.api.v2.resource [None req-ccf2b440-75e4-483b-bf23-2c9bd9673ed9 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3211] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:09:19 2026] GET /v2.0/security-group-rules/67fa1ac7-d62b-46c2-a6c2-50a79a6083aa => 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: 1572/3212] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:09:19 2026] DELETE /v2.0/security-group-rules/8b3836b7-bd1f-49e7-92b0-adb03b6b0f18 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:09:19.687 7 INFO neutron.api.v2.resource [None req-c3b46c92-fcce-489e-910b-54b46cf3f35a 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1641/3213] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:09:19 2026] GET /v2.0/security-group-rules/8b3836b7-bd1f-49e7-92b0-adb03b6b0f18 => 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: 1573/3214] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:09:19 2026] DELETE /v2.0/security-group-rules/894914ed-375a-4a4b-bbee-203ce17d56d2 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:09:19.757 7 INFO neutron.api.v2.resource [None req-e1698256-b262-4b51-a01f-ad5e1df01e3b 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1642/3215] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:09:19 2026] GET /v2.0/security-group-rules/894914ed-375a-4a4b-bbee-203ce17d56d2 => 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: 1574/3216] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:09:19 2026] DELETE /v2.0/security-group-rules/1f58537e-b048-48c0-ab89-602164223712 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:09:19.835 7 INFO neutron.api.v2.resource [None req-4b280145-1ce3-4a67-a859-238c2de54a1d 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1643/3217] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:09:19 2026] GET /v2.0/security-group-rules/1f58537e-b048-48c0-ab89-602164223712 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3218] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:09:19 2026] DELETE /v2.0/security-group-rules/449a558f-4867-4257-9953-bfab750734bf => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:09:19.907 7 INFO neutron.api.v2.resource [None req-495959f5-076e-46f5-ab46-a14be78326e4 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1644/3219] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:09:19 2026] GET /v2.0/security-group-rules/449a558f-4867-4257-9953-bfab750734bf => 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: 1576/3220] 10.0.0.28 () {32 vars in 749 bytes} [Sun May 10 02:09:19 2026] DELETE /v2.0/security-group-rules/c2591b71-89e5-4f21-a289-1bb23571c58e => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:09:19.979 7 INFO neutron.api.v2.resource [None req-0bbdfae8-0d3d-4f71-ad5e-c2325f8ee426 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1645/3221] 10.0.0.28 () {32 vars in 746 bytes} [Sun May 10 02:09:19 2026] GET /v2.0/security-group-rules/c2591b71-89e5-4f21-a289-1bb23571c58e => 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: 1577/3222] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:09:19 2026] DELETE /v2.0/security-groups/a8d72c55-d960-4796-bb24-07d80b772fa0 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:09:20.075 7 INFO neutron.api.v2.resource [None req-c55f95e7-5dc6-4907-b16a-1f9c2de846c3 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3223] 10.0.0.28 () {32 vars in 736 bytes} [Sun May 10 02:09:20 2026] GET /v2.0/security-groups/a8d72c55-d960-4796-bb24-07d80b772fa0 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:09:20.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-655f247a-609a-47b3-bb6f-0d95f1fb81ba 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] TaaS: Handle Delete Port: b1b93aa7-61aa-42e2-9ea6-765b5a457721 2026-05-10 02:09:20.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-655f247a-609a-47b3-bb6f-0d95f1fb81ba 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Tap Mirror: Handle Delete Port: b1b93aa7-61aa-42e2-9ea6-765b5a457721 [pid: 8|app: 0|req: 1578/3224] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:09:20 2026] PUT /v2.0/routers/761d1d19-a197-46e2-879a-eec789eaafdb/remove_router_interface => generated 309 bytes in 792 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:09:21.070 7 INFO neutron.api.v2.resource [None req-605f6cf0-60b9-48dc-8983-b5b20f7b33ed 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3225] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:09:20 2026] PUT /v2.0/routers/761d1d19-a197-46e2-879a-eec789eaafdb/remove_router_interface => generated 198 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:09:21.413 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c749bb0-c5a9-4578-9df7-6fdee8c768cc 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] TaaS: Handle Delete Port: c1ac9497-d86a-4a1d-a46c-40bdded0ea18 2026-05-10 02:09:21.416 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c749bb0-c5a9-4578-9df7-6fdee8c768cc 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Tap Mirror: Handle Delete Port: c1ac9497-d86a-4a1d-a46c-40bdded0ea18 [pid: 8|app: 0|req: 1579/3226] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:09:21 2026] PUT /v2.0/routers/761d1d19-a197-46e2-879a-eec789eaafdb/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:09:22.099 7 INFO neutron.api.v2.resource [None req-475bce6c-9b11-4b65-bbea-902e7b8c9c92 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3227] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:09:21 2026] PUT /v2.0/routers/761d1d19-a197-46e2-879a-eec789eaafdb/remove_router_interface => generated 198 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:09:22.430 8 INFO neutron_taas.services.taas.taas_plugin [None req-a74612da-abfa-44ba-ad6a-4f191d56585e 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] TaaS: Handle Delete Port: 2b34393e-0954-4062-ad1a-88ee7fbf1a63 2026-05-10 02:09:22.434 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a74612da-abfa-44ba-ad6a-4f191d56585e 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Tap Mirror: Handle Delete Port: 2b34393e-0954-4062-ad1a-88ee7fbf1a63 [pid: 8|app: 0|req: 1580/3228] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:09:22 2026] PUT /v2.0/routers/761d1d19-a197-46e2-879a-eec789eaafdb/remove_router_interface => generated 309 bytes in 839 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:09:23.105 7 INFO neutron.api.v2.resource [None req-cef9975f-e83d-445d-821c-2354f133d6ee 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3229] 10.0.0.28 () {34 vars in 788 bytes} [Sun May 10 02:09:22 2026] PUT /v2.0/routers/761d1d19-a197-46e2-879a-eec789eaafdb/remove_router_interface => generated 198 bytes in 154 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:09:23.958 8 INFO neutron_taas.services.taas.taas_plugin [None req-84f0a1c5-6a55-4be4-bd13-2b6e8d703e17 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] TaaS: Handle Delete Port: 35d46c15-d777-46ef-979d-72c4b136ee87 2026-05-10 02:09:23.961 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84f0a1c5-6a55-4be4-bd13-2b6e8d703e17 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Tap Mirror: Handle Delete Port: 35d46c15-d777-46ef-979d-72c4b136ee87 2026-05-10 02:09:24.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-84f0a1c5-6a55-4be4-bd13-2b6e8d703e17 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] TaaS: Handle Delete Port: ece584c4-7d17-4114-abe4-d4daed24f5f8 2026-05-10 02:09:24.207 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84f0a1c5-6a55-4be4-bd13-2b6e8d703e17 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Tap Mirror: Handle Delete Port: ece584c4-7d17-4114-abe4-d4daed24f5f8 2026-05-10 02:09:24.601 8 INFO neutron.db.l3_hamode_db [None req-84f0a1c5-6a55-4be4-bd13-2b6e8d703e17 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] HA network 044bfc8e-c238-4420-b768-c7ce9b6d089a was deleted as no HA routers are present in tenant fdc63c5abedb46d9a7786518a0605e7d. [pid: 8|app: 0|req: 1581/3230] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:09:23 2026] DELETE /v2.0/routers/761d1d19-a197-46e2-879a-eec789eaafdb => generated 0 bytes in 1498 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:09:24.631 7 INFO neutron.api.v2.resource [None req-dd159d7a-05b6-4aea-9926-1614a45bb085 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1650/3231] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:09:24 2026] GET /v2.0/routers/761d1d19-a197-46e2-879a-eec789eaafdb => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:09:24.700 8 INFO neutron.services.segments.plugin [-] Segment 32812139-32f7-47f0-8162-b6c0e1885b83 resource provider aggregate not found 2026-05-10 02:09:24.727 8 INFO neutron.services.segments.plugin [-] Segment 32812139-32f7-47f0-8162-b6c0e1885b83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32812139-32f7-47f0-8162-b6c0e1885b83 found for delete ", "request_id": "req-3ecc2084-10ee-4fce-aab6-9a2f5b47f91c"}]} 2026-05-10 02:09:24.743 8 INFO neutron.services.segments.plugin [-] Segment 32812139-32f7-47f0-8162-b6c0e1885b83 resource provider aggregate not found 2026-05-10 02:09:24.768 8 INFO neutron.services.segments.plugin [-] Segment 32812139-32f7-47f0-8162-b6c0e1885b83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 32812139-32f7-47f0-8162-b6c0e1885b83 found for delete ", "request_id": "req-387f6ede-005e-460b-a73d-4a104a10c3b2"}]} [pid: 8|app: 0|req: 1582/3232] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:09:24 2026] DELETE /v2.0/subnets/02b9aa6e-93af-493a-b1ed-7576cb14f14f => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:09:24.912 7 INFO neutron.pecan_wsgi.hooks.translation [None req-77dfc439-7164-4048-94ef-f4c7783296ff 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3233] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:09:24 2026] GET /v2.0/subnets/02b9aa6e-93af-493a-b1ed-7576cb14f14f => generated 136 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3234] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:09:24 2026] DELETE /v2.0/subnets/c97db499-a13f-463f-88d4-615016187b68 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:09:25.109 7 INFO neutron.pecan_wsgi.hooks.translation [None req-beabc5b5-18e2-4097-aefb-ab2adbb3d962 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3235] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:09:25 2026] GET /v2.0/subnets/c97db499-a13f-463f-88d4-615016187b68 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:09:25.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-b274231e-001f-4247-a36f-278efa41c0ed 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] TaaS: Handle Delete Port: 6cdc7a51-b68f-447c-bb34-4a7584a2ffd0 2026-05-10 02:09:25.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b274231e-001f-4247-a36f-278efa41c0ed 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Tap Mirror: Handle Delete Port: 6cdc7a51-b68f-447c-bb34-4a7584a2ffd0 [pid: 8|app: 0|req: 1584/3236] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:09:25 2026] DELETE /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:09:25.476 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3a1cc81-12a2-48da-bb94-379a2bdc160e 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1653/3237] 10.0.0.28 () {32 vars in 722 bytes} [Sun May 10 02:09:25 2026] GET /v2.0/networks/2444bc18-ab46-410f-9cab-3912a744be7c => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3238] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:09:25 2026] DELETE /v2.0/subnets/ae01ac0c-1e37-4f20-bf7d-95fc405d483a => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:09:25.671 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a58da9e5-fbda-4268-96a2-cd319c9b193e 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3239] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:09:25 2026] GET /v2.0/subnets/ae01ac0c-1e37-4f20-bf7d-95fc405d483a => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3240] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:09:25 2026] DELETE /v2.0/subnets/c043228d-554c-4cdb-863a-afddd4455a69 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:09:25.857 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b524906-c9b6-4819-8d28-4393841f7bb4 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3241] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:09:25 2026] GET /v2.0/subnets/c043228d-554c-4cdb-863a-afddd4455a69 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:09:25.953 8 INFO neutron_taas.services.taas.taas_plugin [None req-e404918a-d6f5-489f-b28c-ab009c8ecb7a 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] TaaS: Handle Delete Port: 284e170c-7cec-438e-a1cf-55a398922a6d 2026-05-10 02:09:25.955 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e404918a-d6f5-489f-b28c-ab009c8ecb7a 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Tap Mirror: Handle Delete Port: 284e170c-7cec-438e-a1cf-55a398922a6d [pid: 8|app: 0|req: 1587/3242] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:09:25 2026] DELETE /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:09:26.145 7 INFO neutron.pecan_wsgi.hooks.translation [None req-50c23a16-1b47-43f6-98fd-b07fb296ca68 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3243] 10.0.0.28 () {32 vars in 722 bytes} [Sun May 10 02:09:26 2026] GET /v2.0/networks/b6a424b3-df78-44dc-9d71-1b6819d1300b => 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: 1588/3244] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:09:26 2026] DELETE /v2.0/subnets/dbd3189e-a590-4a9c-b639-948640e83905 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:09:26.291 7 INFO neutron.pecan_wsgi.hooks.translation [None req-557e2df6-9ccc-4316-a47b-01074adca12b 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3245] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:09:26 2026] GET /v2.0/subnets/dbd3189e-a590-4a9c-b639-948640e83905 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3246] 10.0.0.28 () {32 vars in 723 bytes} [Sun May 10 02:09:26 2026] DELETE /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:09:26.437 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dda8f1a7-7fad-477a-ac49-387308d13eac 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3247] 10.0.0.28 () {32 vars in 720 bytes} [Sun May 10 02:09:26 2026] GET /v2.0/subnets/63dbc59a-fd6d-4275-9ebf-733cce727170 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:09:26.537 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab330ba1-440e-406c-977f-9ecc76943057 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] TaaS: Handle Delete Port: 9cbfe3fb-9dd7-4a6b-91f6-d517dffd4ee4 2026-05-10 02:09:26.540 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab330ba1-440e-406c-977f-9ecc76943057 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] Tap Mirror: Handle Delete Port: 9cbfe3fb-9dd7-4a6b-91f6-d517dffd4ee4 [pid: 8|app: 0|req: 1590/3248] 10.0.0.28 () {32 vars in 725 bytes} [Sun May 10 02:09:26 2026] DELETE /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:09:26.725 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34d69209-3579-4662-a2ed-74663e120f93 631dd8c3b3864c26987853a8b2ed429e fdc63c5abedb46d9a7786518a0605e7d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1659/3249] 10.0.0.28 () {32 vars in 722 bytes} [Sun May 10 02:09:26 2026] GET /v2.0/networks/3c8dcd6a-fb4a-439a-a284-f7f452c1c066 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:09:26.746 8 INFO neutron.services.segments.plugin [-] Segment df4ab8b7-0c8f-4bee-afbb-93ffbe1dc0c1 resource provider aggregate not found 2026-05-10 02:09:26.762 8 INFO neutron.services.segments.plugin [-] Segment df4ab8b7-0c8f-4bee-afbb-93ffbe1dc0c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df4ab8b7-0c8f-4bee-afbb-93ffbe1dc0c1 found for delete ", "request_id": "req-54ad5101-be0c-45e6-8d32-d3fe47bf2b56"}]} 2026-05-10 02:09:26.782 8 INFO neutron.services.segments.plugin [-] Segment 64ba744a-f1dc-4501-b155-1e5ce84b7829 resource provider aggregate not found 2026-05-10 02:09:26.787 8 INFO neutron.services.segments.plugin [-] Segment df4ab8b7-0c8f-4bee-afbb-93ffbe1dc0c1 resource provider aggregate not found 2026-05-10 02:09:26.803 8 INFO neutron.services.segments.plugin [-] Segment 64ba744a-f1dc-4501-b155-1e5ce84b7829 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64ba744a-f1dc-4501-b155-1e5ce84b7829 found for delete ", "request_id": "req-7efc03ca-9209-4342-b1fa-7f84c41af1ac"}]} 2026-05-10 02:09:26.808 8 INFO neutron.services.segments.plugin [-] Segment df4ab8b7-0c8f-4bee-afbb-93ffbe1dc0c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df4ab8b7-0c8f-4bee-afbb-93ffbe1dc0c1 found for delete ", "request_id": "req-78b5d3ba-cd66-4042-9ba3-e15a5651ef31"}]} 2026-05-10 02:09:26.827 8 INFO neutron.services.segments.plugin [-] Segment 64ba744a-f1dc-4501-b155-1e5ce84b7829 resource provider aggregate not found 2026-05-10 02:09:26.829 8 INFO neutron.services.segments.plugin [-] Segment af5dadef-f6e8-40df-818c-91405d81f67b resource provider aggregate not found 2026-05-10 02:09:26.851 8 INFO neutron.services.segments.plugin [-] Segment 64ba744a-f1dc-4501-b155-1e5ce84b7829 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64ba744a-f1dc-4501-b155-1e5ce84b7829 found for delete ", "request_id": "req-84fef81e-10b6-4caf-bb76-6df6728ce4d2"}]} 2026-05-10 02:09:26.861 8 INFO neutron.services.segments.plugin [-] Segment af5dadef-f6e8-40df-818c-91405d81f67b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af5dadef-f6e8-40df-818c-91405d81f67b found for delete ", "request_id": "req-4859809e-c6a6-4be3-a106-c230f79214a3"}]} 2026-05-10 02:09:26.865 8 INFO neutron.services.segments.plugin [-] Segment af5dadef-f6e8-40df-818c-91405d81f67b resource provider aggregate not found 2026-05-10 02:09:26.883 8 INFO neutron.services.segments.plugin [-] Segment af5dadef-f6e8-40df-818c-91405d81f67b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af5dadef-f6e8-40df-818c-91405d81f67b found for delete ", "request_id": "req-06c6d121-7b5f-4752-baa5-2c7dfc871638"}]} [pid: 8|app: 0|req: 1591/3250] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:09:28 2026] GET /v2.0/security-groups?tenant_id=f07bc0e8fd7c4ca68c982d074dd45cc3&name=default => generated 2929 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3251] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:09:29 2026] DELETE /v2.0/security-groups/ec452aac-2cdb-410a-b3e9-a447abef1327 => 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: 1592/3252] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:09:29 2026] GET /v2.0/security-groups?tenant_id=155292db809d4bd090b538a0b26ea2b2&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3253] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:09:29 2026] DELETE /v2.0/security-groups/50468b89-ca74-4e74-a0c6-d25b7c128e02 => 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: 1593/3254] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:09:29 2026] GET /v2.0/security-groups?tenant_id=7cba5e5ec7934b979cdd77939a7109e8&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3255] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:09:29 2026] DELETE /v2.0/security-groups/1c8f39c4-0492-43e1-a79c-563b702e1ef9 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3256] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:09:30 2026] GET /v2.0/security-groups?tenant_id=3c60c245f96a4532bd6064d485a039df&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: 1663/3257] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:09:30 2026] DELETE /v2.0/security-groups/0c89b9e1-9148-4e32-94f9-af950a32f64e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3258] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:09:30 2026] GET /v2.0/security-groups?tenant_id=cce9afc990ee4cadbc9de0508df5a8d2&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3259] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:09:30 2026] DELETE /v2.0/security-groups/edc29cb0-b04b-4bf1-aff4-c95e26dfad3c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3260] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:09:30 2026] GET /v2.0/security-groups?tenant_id=86874ce3960547deb1de4879f2b93610&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3261] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:09:30 2026] DELETE /v2.0/security-groups/5d0d417b-c1a4-458a-827a-3625a2e0bb78 => 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: 1597/3262] 10.0.0.28 () {32 vars in 773 bytes} [Sun May 10 02:09:31 2026] GET /v2.0/security-groups?tenant_id=fdc63c5abedb46d9a7786518a0605e7d&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: 1666/3263] 10.0.0.28 () {32 vars in 739 bytes} [Sun May 10 02:09:31 2026] DELETE /v2.0/security-groups/54e1742b-1219-459e-8941-24cced0b1929 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3264] 10.0.0.28 () {32 vars in 648 bytes} [Sun May 10 02:09:33 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: 7|app: 0|req: 1668/3267] 10.0.0.28 () {32 vars in 654 bytes} [Sun May 10 02:09:35 2026] GET /v2.0/floatingips => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3268] 10.0.0.28 () {32 vars in 646 bytes} [Sun May 10 02:09:35 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3269] 10.0.0.28 () {32 vars in 642 bytes} [Sun May 10 02:09:35 2026] GET /v2.0/ports => generated 4721 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3270] 10.0.0.28 () {32 vars in 646 bytes} [Sun May 10 02:09:35 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3271] 10.0.0.28 () {32 vars in 648 bytes} [Sun May 10 02:09:35 2026] GET /v2.0/networks => generated 2167 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3272] 10.0.0.28 () {32 vars in 662 bytes} [Sun May 10 02:09:35 2026] GET /v2.0/security-groups => generated 17397 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3273] 10.0.0.28 () {32 vars in 654 bytes} [Sun May 10 02:09:35 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)