+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Apr 23 08:16:01 2026] *** compiled with version: 13.3.0 on 22 April 2026 16:00:48 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-79dd87cfb7-jkjg8 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 0x7f3f8fd74668 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-04-23 08:16:05.727 8 INFO neutron.common.config [-] Logging enabled! 2026-04-23 08:16:05.727 8 INFO neutron.common.config [-] uwsgi version 26.0.3 2026-04-23 08:16:05.748 7 INFO neutron.common.config [-] Logging enabled! 2026-04-23 08:16:05.748 7 INFO neutron.common.config [-] uwsgi version 26.0.3 2026-04-23 08:16:06.749 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 08:16:06.785 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-23 08:16:08.156 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 08:16:08.160 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 08:16:08.164 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 08:16:08.165 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 08:16:08.165 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 08:16:08.165 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 08:16:08.165 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 08:16:08.173 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 08:16:08.173 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 08:16:08.173 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 08:16:08.196 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 08:16:08.198 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 08:16:08.198 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 08:16:08.232 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 08:16:08.235 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-23 08:16:08.239 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-23 08:16:08.240 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-23 08:16:08.240 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-23 08:16:08.240 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-23 08:16:08.240 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 08:16:08.249 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 08:16:08.249 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-23 08:16:08.249 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 08:16:08.256 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 08:16:08.257 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 08:16:08.257 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 08:16:08.257 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 08:16:08.273 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-23 08:16:08.274 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-23 08:16:08.274 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-23 08:16:08.324 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-23 08:16:08.324 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-23 08:16:08.324 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-23 08:16:08.324 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-23 08:16:08.548 7 INFO neutron.plugins.ml2.managers [None req-a70079a7-e616-404a-8ad2-08a3e6c2d853 - - - - - -] Initializing driver for type 'vlan' 2026-04-23 08:16:08.617 8 INFO neutron.plugins.ml2.managers [None req-eadb52c6-1f09-4b82-94b6-9a5f33e820bc - - - - - -] Initializing driver for type 'vlan' 2026-04-23 08:16:08.819 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a70079a7-e616-404a-8ad2-08a3e6c2d853 - - - - - -] VlanTypeDriver initialization complete 2026-04-23 08:16:08.819 7 INFO neutron.plugins.ml2.managers [None req-a70079a7-e616-404a-8ad2-08a3e6c2d853 - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 08:16:08.819 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a70079a7-e616-404a-8ad2-08a3e6c2d853 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 08:16:08.830 7 INFO neutron.plugins.ml2.managers [None req-a70079a7-e616-404a-8ad2-08a3e6c2d853 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 08:16:08.831 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a70079a7-e616-404a-8ad2-08a3e6c2d853 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 08:16:08.831 7 INFO neutron.plugins.ml2.managers [None req-a70079a7-e616-404a-8ad2-08a3e6c2d853 - - - - - -] Initializing extension driver 'port_security' 2026-04-23 08:16:08.831 7 INFO neutron.plugins.ml2.extensions.port_security [None req-a70079a7-e616-404a-8ad2-08a3e6c2d853 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 08:16:08.831 7 INFO neutron.plugins.ml2.managers [None req-a70079a7-e616-404a-8ad2-08a3e6c2d853 - - - - - -] Initializing extension driver 'qos' 2026-04-23 08:16:08.831 7 INFO neutron.plugins.ml2.managers [None req-a70079a7-e616-404a-8ad2-08a3e6c2d853 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 08:16:08.831 7 INFO neutron.plugins.ml2.managers [None req-a70079a7-e616-404a-8ad2-08a3e6c2d853 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 08:16:08.845 7 INFO neutron.quota [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded quota_driver: . 2026-04-23 08:16:08.846 7 INFO neutron.plugins.ml2.plugin [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 08:16:08.846 7 INFO neutron.plugins.ml2.managers [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 08:16:08.846 7 INFO neutron.plugins.ml2.managers [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 08:16:08.846 7 INFO neutron.plugins.ml2.managers [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 08:16:08.846 7 INFO neutron.extensions.vlantransparent [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Disabled vlantransparent extension. 2026-04-23 08:16:08.847 7 INFO neutron.extensions.qinq [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Disabled VLAN QinQ extension. 2026-04-23 08:16:08.847 7 INFO neutron.manager [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loading Plugin: qos 2026-04-23 08:16:08.860 7 INFO neutron.manager [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loading Plugin: router 2026-04-23 08:16:08.898 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-eadb52c6-1f09-4b82-94b6-9a5f33e820bc - - - - - -] VlanTypeDriver initialization complete 2026-04-23 08:16:08.898 8 INFO neutron.plugins.ml2.managers [None req-eadb52c6-1f09-4b82-94b6-9a5f33e820bc - - - - - -] Initializing driver for type 'vxlan' 2026-04-23 08:16:08.899 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-eadb52c6-1f09-4b82-94b6-9a5f33e820bc - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-23 08:16:08.909 7 INFO neutron.services.service_base [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 08:16:08.909 7 INFO neutron.manager [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loading Plugin: segments 2026-04-23 08:16:08.912 8 INFO neutron.plugins.ml2.managers [None req-eadb52c6-1f09-4b82-94b6-9a5f33e820bc - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-23 08:16:08.913 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-eadb52c6-1f09-4b82-94b6-9a5f33e820bc - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-23 08:16:08.913 8 INFO neutron.plugins.ml2.managers [None req-eadb52c6-1f09-4b82-94b6-9a5f33e820bc - - - - - -] Initializing extension driver 'port_security' 2026-04-23 08:16:08.913 8 INFO neutron.plugins.ml2.extensions.port_security [None req-eadb52c6-1f09-4b82-94b6-9a5f33e820bc - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-23 08:16:08.913 8 INFO neutron.plugins.ml2.managers [None req-eadb52c6-1f09-4b82-94b6-9a5f33e820bc - - - - - -] Initializing extension driver 'qos' 2026-04-23 08:16:08.914 8 INFO neutron.plugins.ml2.managers [None req-eadb52c6-1f09-4b82-94b6-9a5f33e820bc - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-23 08:16:08.914 8 INFO neutron.plugins.ml2.managers [None req-eadb52c6-1f09-4b82-94b6-9a5f33e820bc - - - - - -] Initializing mechanism driver 'l2population' 2026-04-23 08:16:08.931 8 INFO neutron.quota [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded quota_driver: . 2026-04-23 08:16:08.931 8 INFO neutron.plugins.ml2.plugin [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Modular L2 Plugin initialization complete 2026-04-23 08:16:08.931 8 INFO neutron.plugins.ml2.managers [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-23 08:16:08.931 8 INFO neutron.plugins.ml2.managers [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-23 08:16:08.931 8 INFO neutron.plugins.ml2.managers [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-23 08:16:08.932 8 INFO neutron.extensions.vlantransparent [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Disabled vlantransparent extension. 2026-04-23 08:16:08.932 8 INFO neutron.extensions.qinq [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Disabled VLAN QinQ extension. 2026-04-23 08:16:08.932 8 INFO neutron.manager [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loading Plugin: qos 2026-04-23 08:16:08.945 8 INFO neutron.manager [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loading Plugin: router 2026-04-23 08:16:08.989 8 INFO neutron.services.service_base [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-23 08:16:08.990 8 INFO neutron.manager [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loading Plugin: segments 2026-04-23 08:16:09.007 7 INFO neutron.manager [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loading Plugin: trunk 2026-04-23 08:16:09.021 7 INFO neutron.manager [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loading Plugin: vpnaas 2026-04-23 08:16:09.060 7 WARNING stevedore.named [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 08:16:09.060 7 WARNING stevedore.named [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 08:16:09.087 8 INFO neutron.manager [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loading Plugin: trunk 2026-04-23 08:16:09.102 8 INFO neutron.manager [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loading Plugin: vpnaas 2026-04-23 08:16:09.136 7 INFO neutron_vpnaas.services.vpn.plugin [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 08:16:09.137 7 INFO neutron.common.utils [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 08:16:09.137 7 INFO neutron.manager [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loading Plugin: taas 2026-04-23 08:16:09.141 8 WARNING stevedore.named [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-23 08:16:09.141 8 WARNING stevedore.named [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 08:16:09.164 7 WARNING stevedore.named [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 08:16:09.206 7 INFO neutron_taas.services.taas.taas_plugin [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 08:16:09.206 7 INFO neutron.manager [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loading Plugin: tapmirror 2026-04-23 08:16:09.211 8 INFO neutron_vpnaas.services.vpn.plugin [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-23 08:16:09.211 8 INFO neutron.common.utils [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-23 08:16:09.211 8 INFO neutron.manager [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loading Plugin: taas 2026-04-23 08:16:09.218 7 WARNING stevedore.named [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 08:16:09.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 08:16:09.236 7 INFO neutron.manager [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loading Plugin: auto_allocate 2026-04-23 08:16:09.237 8 WARNING stevedore.named [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 08:16:09.243 7 INFO neutron.manager [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loading Plugin: tag 2026-04-23 08:16:09.254 7 INFO neutron.manager [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loading Plugin: timestamp 2026-04-23 08:16:09.257 7 INFO neutron.manager [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 08:16:09.259 8 INFO neutron_taas.services.taas.taas_plugin [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-23 08:16:09.260 8 INFO neutron.manager [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loading Plugin: tapmirror 2026-04-23 08:16:09.261 7 INFO neutron.manager [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loading Plugin: flavors 2026-04-23 08:16:09.264 7 INFO neutron.manager [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loading Plugin: revisions 2026-04-23 08:16:09.267 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Initializing extension manager. 2026-04-23 08:16:09.269 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: address-group 2026-04-23 08:16:09.270 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: address-scope 2026-04-23 08:16:09.271 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 08:16:09.271 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: agent 2026-04-23 08:16:09.272 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 08:16:09.273 8 WARNING stevedore.named [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-23 08:16:09.273 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 08:16:09.274 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 08:16:09.275 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: availability_zone 2026-04-23 08:16:09.275 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 08:16:09.276 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 08:16:09.276 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: default-subnetpools 2026-04-23 08:16:09.278 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 08:16:09.278 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: dns-integration 2026-04-23 08:16:09.282 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 08:16:09.283 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 08:16:09.283 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: dvr 2026-04-23 08:16:09.284 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 08:16:09.284 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 08:16:09.285 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 08:16:09.285 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 08:16:09.286 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: external-net 2026-04-23 08:16:09.286 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 08:16:09.287 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: extraroute 2026-04-23 08:16:09.288 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 08:16:09.289 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 08:16:09.290 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 08:16:09.291 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 08:16:09.291 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 08:16:09.292 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: fip-port-details 2026-04-23 08:16:09.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-23 08:16:09.293 8 INFO neutron.manager [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loading Plugin: auto_allocate 2026-04-23 08:16:09.293 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: flavors 2026-04-23 08:16:09.295 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 08:16:09.296 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: floatingip-pools 2026-04-23 08:16:09.297 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: ip_allocation 2026-04-23 08:16:09.297 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 08:16:09.298 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: l2_adjacency 2026-04-23 08:16:09.300 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: router 2026-04-23 08:16:09.302 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 08:16:09.302 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 08:16:09.303 8 INFO neutron.manager [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loading Plugin: tag 2026-04-23 08:16:09.303 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 08:16:09.303 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 08:16:09.304 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: l3-ha 2026-04-23 08:16:09.304 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 08:16:09.305 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 08:16:09.305 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: l3-flavors 2026-04-23 08:16:09.307 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 08:16:09.307 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 08:16:09.309 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 08:16:09.310 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 08:16:09.311 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 08:16:09.313 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 08:16:09.313 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 08:16:09.313 8 INFO neutron.manager [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loading Plugin: timestamp 2026-04-23 08:16:09.314 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: multi-provider 2026-04-23 08:16:09.314 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: net-mtu 2026-04-23 08:16:09.315 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 08:16:09.316 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: network_availability_zone 2026-04-23 08:16:09.316 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: network_ha 2026-04-23 08:16:09.317 8 INFO neutron.manager [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loading Plugin: network_ip_availability 2026-04-23 08:16:09.317 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: network-ip-availability 2026-04-23 08:16:09.318 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 08:16:09.319 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: pagination 2026-04-23 08:16:09.319 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: port-device-profile 2026-04-23 08:16:09.320 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 08:16:09.320 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 08:16:09.320 8 INFO neutron.manager [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loading Plugin: flavors 2026-04-23 08:16:09.321 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 08:16:09.321 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: port-mac-override 2026-04-23 08:16:09.322 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 08:16:09.322 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 08:16:09.323 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 08:16:09.323 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: port-resource-request 2026-04-23 08:16:09.324 8 INFO neutron.manager [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loading Plugin: revisions 2026-04-23 08:16:09.324 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 08:16:09.324 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 08:16:09.325 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: binding 2026-04-23 08:16:09.325 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: binding-extended 2026-04-23 08:16:09.326 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: port-security 2026-04-23 08:16:09.326 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: project-id 2026-04-23 08:16:09.327 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: provider 2026-04-23 08:16:09.327 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Initializing extension manager. 2026-04-23 08:16:09.328 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 08:16:09.328 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: address-group 2026-04-23 08:16:09.329 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: address-scope 2026-04-23 08:16:09.330 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: qos 2026-04-23 08:16:09.330 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-23 08:16:09.331 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 08:16:09.331 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: agent 2026-04-23 08:16:09.331 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 08:16:09.331 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: agent-resources-synced 2026-04-23 08:16:09.332 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: qos-default 2026-04-23 08:16:09.332 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: qos-fip 2026-04-23 08:16:09.333 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-23 08:16:09.333 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 08:16:09.333 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-23 08:16:09.333 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 08:16:09.334 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 08:16:09.334 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: availability_zone 2026-04-23 08:16:09.334 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 08:16:09.334 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: availability_zone_filter 2026-04-23 08:16:09.335 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 08:16:09.335 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-23 08:16:09.335 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: default-subnetpools 2026-04-23 08:16:09.336 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: qos-pps 2026-04-23 08:16:09.336 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 08:16:09.337 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 08:16:09.337 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-23 08:16:09.337 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 08:16:09.338 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: dns-integration 2026-04-23 08:16:09.338 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: quota-check-limit 2026-04-23 08:16:09.338 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 08:16:09.339 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: dns-domain-ports 2026-04-23 08:16:09.339 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-23 08:16:09.340 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: dvr 2026-04-23 08:16:09.340 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-23 08:16:09.341 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: quotas 2026-04-23 08:16:09.341 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: empty-string-filtering 2026-04-23 08:16:09.341 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 08:16:09.342 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: quota_details 2026-04-23 08:16:09.342 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-23 08:16:09.342 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: external-net 2026-04-23 08:16:09.343 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: rbac-policies 2026-04-23 08:16:09.343 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-23 08:16:09.344 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: rbac-address-group 2026-04-23 08:16:09.344 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: extraroute 2026-04-23 08:16:09.344 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 08:16:09.344 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: extraroute-atomic 2026-04-23 08:16:09.345 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 08:16:09.345 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-23 08:16:09.345 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 08:16:09.345 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-23 08:16:09.346 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: revision-if-match 2026-04-23 08:16:09.346 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-23 08:16:09.346 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-23 08:16:09.347 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 08:16:09.347 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: fip-port-details 2026-04-23 08:16:09.347 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: router_availability_zone 2026-04-23 08:16:09.348 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: flavors 2026-04-23 08:16:09.348 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 08:16:09.349 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-23 08:16:09.349 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: floatingip-pools 2026-04-23 08:16:09.350 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 08:16:09.350 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: ip_allocation 2026-04-23 08:16:09.350 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 08:16:09.350 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-23 08:16:09.351 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 08:16:09.351 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: l2_adjacency 2026-04-23 08:16:09.351 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 08:16:09.352 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: router 2026-04-23 08:16:09.352 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 08:16:09.353 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 08:16:09.354 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-23 08:16:09.354 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-23 08:16:09.355 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-23 08:16:09.355 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: ext-gw-mode 2026-04-23 08:16:09.356 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: l3-ha 2026-04-23 08:16:09.356 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-23 08:16:09.357 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-23 08:16:09.357 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: l3-flavors 2026-04-23 08:16:09.357 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: security-group 2026-04-23 08:16:09.358 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-23 08:16:09.359 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: segment 2026-04-23 08:16:09.359 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-23 08:16:09.359 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 08:16:09.360 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: service-type 2026-04-23 08:16:09.360 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: sorting 2026-04-23 08:16:09.361 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 08:16:09.361 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-23 08:16:09.362 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: standard-attr-description 2026-04-23 08:16:09.362 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-23 08:16:09.362 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: stateful-security-group 2026-04-23 08:16:09.363 7 WARNING neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 08:16:09.363 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-23 08:16:09.363 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 08:16:09.364 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-23 08:16:09.364 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: subnet-external-network 2026-04-23 08:16:09.365 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-23 08:16:09.365 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: subnet_onboard 2026-04-23 08:16:09.365 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: multi-provider 2026-04-23 08:16:09.366 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 08:16:09.366 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: net-mtu 2026-04-23 08:16:09.366 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: subnet-service-types 2026-04-23 08:16:09.366 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: net-mtu-writable 2026-04-23 08:16:09.367 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: network_availability_zone 2026-04-23 08:16:09.367 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: subnet_allocation 2026-04-23 08:16:09.367 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: network_ha 2026-04-23 08:16:09.368 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: network-ip-availability 2026-04-23 08:16:09.369 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-23 08:16:09.369 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 08:16:09.369 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: pagination 2026-04-23 08:16:09.370 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: tag-creation 2026-04-23 08:16:09.370 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: port-device-profile 2026-04-23 08:16:09.370 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 08:16:09.370 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-23 08:16:09.371 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-23 08:16:09.371 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-23 08:16:09.372 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: port-mac-override 2026-04-23 08:16:09.372 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-23 08:16:09.373 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-23 08:16:09.374 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-23 08:16:09.374 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: port-resource-request 2026-04-23 08:16:09.374 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 08:16:09.375 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-23 08:16:09.375 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 08:16:09.375 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-23 08:16:09.376 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: binding 2026-04-23 08:16:09.376 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: trunk 2026-04-23 08:16:09.376 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: trunk-details 2026-04-23 08:16:09.376 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: binding-extended 2026-04-23 08:16:09.377 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 08:16:09.377 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: port-security 2026-04-23 08:16:09.377 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: project-id 2026-04-23 08:16:09.377 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 08:16:09.378 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: provider 2026-04-23 08:16:09.378 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 08:16:09.378 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-23 08:16:09.379 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 08:16:09.380 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: qos 2026-04-23 08:16:09.381 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-23 08:16:09.382 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 08:16:09.382 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-23 08:16:09.382 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: qos-default 2026-04-23 08:16:09.383 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: qos-fip 2026-04-23 08:16:09.383 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 08:16:09.383 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-23 08:16:09.384 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: vpn-flavors 2026-04-23 08:16:09.384 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-23 08:16:09.384 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-23 08:16:09.385 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-23 08:16:09.385 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-23 08:16:09.385 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: vpnaas 2026-04-23 08:16:09.386 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: qos-pps 2026-04-23 08:16:09.386 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-23 08:16:09.387 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-23 08:16:09.387 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: taas 2026-04-23 08:16:09.387 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: qos-rules-alias 2026-04-23 08:16:09.388 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: quota-check-limit 2026-04-23 08:16:09.388 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: tap-mirror 2026-04-23 08:16:09.389 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-23 08:16:09.389 7 INFO neutron.api.extensions [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 08:16:09.391 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: quotas 2026-04-23 08:16:09.392 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 08:16:09.392 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: quota_details 2026-04-23 08:16:09.392 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 08:16:09.392 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:16:09.392 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 08:16:09.393 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: rbac-policies 2026-04-23 08:16:09.394 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: rbac-address-group 2026-04-23 08:16:09.394 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: rbac-address-scope 2026-04-23 08:16:09.395 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: rbac-security-groups 2026-04-23 08:16:09.395 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-23 08:16:09.396 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 08:16:09.396 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: revision-if-match 2026-04-23 08:16:09.396 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 08:16:09.396 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-23 08:16:09.397 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: router_availability_zone 2026-04-23 08:16:09.397 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-23 08:16:09.399 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-23 08:16:09.400 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-23 08:16:09.400 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-23 08:16:09.401 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-23 08:16:09.401 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 08:16:09.401 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-23 08:16:09.401 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 08:16:09.402 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-23 08:16:09.402 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 08:16:09.403 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:16:09.403 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] subnetpool is already registered 2026-04-23 08:16:09.404 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:16:09.404 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] subnetpool is already registered 2026-04-23 08:16:09.404 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 08:16:09.405 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:16:09.405 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:16:09.406 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 08:16:09.407 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 08:16:09.407 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 08:16:09.407 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:16:09.408 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] ipsecpolicy is already registered 2026-04-23 08:16:09.407 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: security-group 2026-04-23 08:16:09.408 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:16:09.408 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] ikepolicy is already registered 2026-04-23 08:16:09.413 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 08:16:09.413 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] router is already registered 2026-04-23 08:16:09.411 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: segment 2026-04-23 08:16:09.413 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 08:16:09.413 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] floatingip is already registered 2026-04-23 08:16:09.415 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-23 08:16:09.416 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: service-type 2026-04-23 08:16:09.417 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 08:16:09.417 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] rbac_policy is already registered 2026-04-23 08:16:09.417 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: sorting 2026-04-23 08:16:09.418 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 08:16:09.418 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] security_group is already registered 2026-04-23 08:16:09.418 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 08:16:09.419 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] security_group_rule is already registered 2026-04-23 08:16:09.419 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: standard-attr-segment 2026-04-23 08:16:09.419 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:16:09.419 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] subnetpool is already registered 2026-04-23 08:16:09.420 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:16:09.420 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] subnetpool is already registered 2026-04-23 08:16:09.420 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 08:16:09.421 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] trunk is already registered 2026-04-23 08:16:09.421 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: standard-attr-description 2026-04-23 08:16:09.421 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:16:09.421 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] ikepolicy is already registered 2026-04-23 08:16:09.421 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:16:09.422 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] ipsecpolicy is already registered 2026-04-23 08:16:09.422 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 08:16:09.422 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: stateful-security-group 2026-04-23 08:16:09.422 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] endpoint_group is already registered 2026-04-23 08:16:09.422 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 08:16:09.423 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] vpnservice is already registered 2026-04-23 08:16:09.423 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 08:16:09.423 8 WARNING neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-23 08:16:09.423 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] ipsec_site_connection is already registered 2026-04-23 08:16:09.423 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:16:09.424 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] ipsecpolicy is already registered 2026-04-23 08:16:09.424 7 INFO neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:16:09.424 7 WARNING neutron.quota.resource_registry [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] ikepolicy is already registered 2026-04-23 08:16:09.424 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-23 08:16:09.425 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: subnet-external-network 2026-04-23 08:16:09.427 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: subnet_onboard 2026-04-23 08:16:09.428 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-23 08:16:09.428 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: subnet-service-types 2026-04-23 08:16:09.429 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: subnet_allocation 2026-04-23 08:16:09.430 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-23 08:16:09.430 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: tag-creation 2026-04-23 08:16:09.431 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-23 08:16:09.435 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: standard-attr-tag 2026-04-23 08:16:09.436 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-23 08:16:09.436 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: trunk 2026-04-23 08:16:09.437 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: trunk-details 2026-04-23 08:16:09.437 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-23 08:16:09.438 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-23 08:16:09.439 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-23 08:16:09.440 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-23 08:16:09.442 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-23 08:16:09.442 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-23 08:16:09.443 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: vpn-flavors 2026-04-23 08:16:09.445 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: vpnaas 2026-04-23 08:16:09.446 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: taas 2026-04-23 08:16:09.447 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: tap-mirror 2026-04-23 08:16:09.448 8 INFO neutron.api.extensions [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-23 08:16:09.450 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-23 08:16:09.450 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-23 08:16:09.451 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:16:09.451 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-23 08:16:09.454 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 08:16:09.454 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 08:16:09.459 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 08:16:09.460 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 08:16:09.460 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 08:16:09.461 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:16:09.461 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] subnetpool is already registered 2026-04-23 08:16:09.461 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:16:09.462 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] subnetpool is already registered 2026-04-23 08:16:09.462 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 08:16:09.462 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:16:09.463 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:16:09.463 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 08:16:09.464 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 08:16:09.464 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 08:16:09.464 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:16:09.465 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] ipsecpolicy is already registered 2026-04-23 08:16:09.465 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:16:09.465 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] ikepolicy is already registered 2026-04-23 08:16:09.468 7 WARNING keystonemiddleware._common.config [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 08:16:09.469 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-23 08:16:09.470 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] router is already registered 2026-04-23 08:16:09.470 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-23 08:16:09.470 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] floatingip is already registered 2026-04-23 08:16:09.474 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-23 08:16:09.474 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] rbac_policy is already registered 2026-04-23 08:16:09.474 7 WARNING oslo_config.cfg [None req-3e842260-6995-4dbf-ae8c-d7135ac4f66a - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-23 08:16:09.475 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-23 08:16:09.475 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] security_group is already registered 2026-04-23 08:16:09.475 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-23 08:16:09.475 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] security_group_rule is already registered 2026-04-23 08:16:09.476 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-23 08:16:09.476 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] subnetpool is already registered 2026-04-23 08:16:09.477 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of TrackedResource for resource:subnetpool WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f3f8fd74668 pid: 7 (default app) 2026-04-23 08:16:09.477 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] subnetpool is already registered 2026-04-23 08:16:09.477 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-23 08:16:09.477 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] trunk is already registered 2026-04-23 08:16:09.478 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:16:09.478 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] ikepolicy is already registered 2026-04-23 08:16:09.478 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:16:09.479 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] ipsecpolicy is already registered 2026-04-23 08:16:09.479 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-23 08:16:09.479 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] endpoint_group is already registered 2026-04-23 08:16:09.479 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-23 08:16:09.480 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] vpnservice is already registered 2026-04-23 08:16:09.480 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-23 08:16:09.480 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] ipsec_site_connection is already registered 2026-04-23 08:16:09.480 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-23 08:16:09.481 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] ipsecpolicy is already registered 2026-04-23 08:16:09.481 8 INFO neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-23 08:16:09.481 8 WARNING neutron.quota.resource_registry [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] ikepolicy is already registered 2026-04-23 08:16:09.519 8 WARNING keystonemiddleware._common.config [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-23 08:16:09.526 8 WARNING oslo_config.cfg [None req-34c33bf2-e158-4d72-8657-745a07e14469 - - - - - -] 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 0x7f3f8fd74668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 08:16:13.910 7 INFO neutron.pecan_wsgi.hooks.translation [None req-493dbbd6-77c7-4426-a6cc-beb27406a197 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/4] 199.204.45.33 () {44 vars in 922 bytes} [Thu Apr 23 08:16:13 2026] GET /v2.0/networks/public => generated 108 bytes in 771 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/5] 199.204.45.33 () {44 vars in 944 bytes} [Thu Apr 23 08:16:13 2026] GET /v2.0/networks?name=public => generated 15 bytes in 367 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:16:14.658 7 WARNING neutron.services.revisions.revision_plugin [None req-4c168def-1380-4bd4-9196-1bb16b981b5f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Could not find related network for resource to bump revision. 2026-04-23 08:16:14.679 7 INFO neutron.db.segments_db [None req-4c168def-1380-4bd4-9196-1bb16b981b5f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment c530c337-5395-4d50-98d3-2786fee8d43c of type flat for network b8e8ac0f-7eef-42dc-a384-643e08acc4a6 2026-04-23 08:16:14.724 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c168def-1380-4bd4-9196-1bb16b981b5f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/6] 199.204.45.33 () {48 vars in 962 bytes} [Thu Apr 23 08:16:14 2026] POST /v2.0/networks => generated 124 bytes in 450 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:16:20.590 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b4150188-e2e8-4fdb-b142-55350693622d 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/8] 199.204.45.33 () {44 vars in 922 bytes} [Thu Apr 23 08:16:20 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 3/9] 199.204.45.33 () {44 vars in 944 bytes} [Thu Apr 23 08:16:20 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-04-23 08:16:20.659 7 WARNING neutron.services.revisions.revision_plugin [None req-82f9352b-42ee-4726-91df-ef652b4315dd 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Could not find related network for resource to bump revision. 2026-04-23 08:16:20.673 7 INFO neutron.db.segments_db [None req-82f9352b-42ee-4726-91df-ef652b4315dd 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 10b4c718-e39f-4059-8a9b-35e555e7be62 of type flat for network cc9362f2-a5c0-4cc7-a539-8ac03bff2fa8 2026-04-23 08:16:20.707 7 INFO neutron.pecan_wsgi.hooks.translation [None req-82f9352b-42ee-4726-91df-ef652b4315dd 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/10] 199.204.45.33 () {48 vars in 962 bytes} [Thu Apr 23 08:16:20 2026] POST /v2.0/networks => generated 124 bytes in 114 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:16:26.870 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5cddfacd-6ddd-4eac-aa60-7d5d43df89e3 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/11] 199.204.45.33 () {44 vars in 922 bytes} [Thu Apr 23 08:16:26 2026] GET /v2.0/networks/public => generated 108 bytes in 360 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/12] 199.204.45.33 () {44 vars in 944 bytes} [Thu Apr 23 08:16:26 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:16:27.119 8 WARNING neutron.services.revisions.revision_plugin [None req-3b83a493-a8e2-443c-b1ce-e68498a75eef 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Could not find related network for resource to bump revision. 2026-04-23 08:16:27.141 8 INFO neutron.db.segments_db [None req-3b83a493-a8e2-443c-b1ce-e68498a75eef 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment b7781e08-d52a-4609-ab04-f5c4f3cd8f79 of type flat for network 3ef3038f-6723-4ac2-bdbe-27cbcff70ae9 2026-04-23 08:16:27.200 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3b83a493-a8e2-443c-b1ce-e68498a75eef 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/13] 199.204.45.33 () {48 vars in 962 bytes} [Thu Apr 23 08:16:26 2026] POST /v2.0/networks => generated 124 bytes in 321 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:16:33.048 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1f08982-7af8-4abc-8c7a-6b55e924d27f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/15] 199.204.45.33 () {44 vars in 922 bytes} [Thu Apr 23 08:16:33 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/16] 199.204.45.33 () {44 vars in 944 bytes} [Thu Apr 23 08:16:33 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-04-23 08:16:33.120 8 WARNING neutron.services.revisions.revision_plugin [None req-9a7fbc6e-6ccf-49b1-95ac-3208a395a17e 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Could not find related network for resource to bump revision. 2026-04-23 08:16:33.137 8 INFO neutron.db.segments_db [None req-9a7fbc6e-6ccf-49b1-95ac-3208a395a17e 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 143a7acc-367b-40a3-ada9-fe1aaa67ef23 of type flat for network 4cf2fd77-03b2-4ceb-9190-d1ccae5c7509 2026-04-23 08:16:33.155 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a7fbc6e-6ccf-49b1-95ac-3208a395a17e 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/17] 199.204.45.33 () {48 vars in 962 bytes} [Thu Apr 23 08:16:33 2026] POST /v2.0/networks => generated 124 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:16:39.064 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c9c272fe-6a14-4fbe-be1f-fc3b952ffe76 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/18] 199.204.45.33 () {44 vars in 922 bytes} [Thu Apr 23 08:16:39 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/19] 199.204.45.33 () {44 vars in 944 bytes} [Thu Apr 23 08:16:39 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-04-23 08:16:39.134 7 WARNING neutron.services.revisions.revision_plugin [None req-442e8d5b-b157-4431-a0ee-ddbf54726a89 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Could not find related network for resource to bump revision. 2026-04-23 08:16:39.154 7 INFO neutron.db.segments_db [None req-442e8d5b-b157-4431-a0ee-ddbf54726a89 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 1b2b5d08-d90a-4d0e-a74e-fff5d2d8a654 of type flat for network f944464c-74bb-4a54-8009-506f71a87ec0 [pid: 7|app: 0|req: 12/20] 199.204.45.33 () {48 vars in 962 bytes} [Thu Apr 23 08:16:39 2026] POST /v2.0/networks => generated 706 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:16:40.387 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dad39e6e-e970-49d6-9402-658098cd2c44 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/21] 199.204.45.33 () {44 vars in 922 bytes} [Thu Apr 23 08:16:40 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/22] 199.204.45.33 () {44 vars in 944 bytes} [Thu Apr 23 08:16:40 2026] GET /v2.0/networks?name=public => generated 709 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:16:40.456 8 INFO neutron.pecan_wsgi.hooks.translation [None req-85f72249-0c47-4a4c-8c2f-231c6a2d1b42 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/23] 199.204.45.33 () {44 vars in 1029 bytes} [Thu Apr 23 08:16:40 2026] GET /v2.0/subnets/public-subnet?network_id=f944464c-74bb-4a54-8009-506f71a87ec0 => generated 113 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 14/24] 199.204.45.33 () {44 vars in 1052 bytes} [Thu Apr 23 08:16:40 2026] GET /v2.0/subnets?name=public-subnet&network_id=f944464c-74bb-4a54-8009-506f71a87ec0 => 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: 11/25] 199.204.45.33 () {48 vars in 960 bytes} [Thu Apr 23 08:16:40 2026] POST /v2.0/subnets => generated 664 bytes in 2996 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:21:23.519 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ac3cac34-45a1-46b0-8472-d709bd21ea7c 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/63] 199.204.45.33 () {44 vars in 932 bytes} [Thu Apr 23 08:21:23 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/64] 199.204.45.33 () {44 vars in 954 bytes} [Thu Apr 23 08:21:23 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:21:23.597 7 INFO neutron.db.segments_db [None req-41229146-15dd-470e-a14e-7e3e3beea582 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment b3041bd5-a701-4651-9187-3c184a1e0ac8 of type vxlan for network db9f5556-544b-41ef-ac5f-7ff846098275 [pid: 7|app: 0|req: 35/65] 199.204.45.33 () {48 vars in 961 bytes} [Thu Apr 23 08:21:23 2026] POST /v2.0/networks => generated 706 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:21:24.587 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c96e95e4-9963-4576-997e-0e755a0390bd 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/66] 199.204.45.33 () {44 vars in 932 bytes} [Thu Apr 23 08:21:24 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/67] 199.204.45.33 () {44 vars in 954 bytes} [Thu Apr 23 08:21:24 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:21:24.649 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1e247207-111d-4071-8732-06d19c3d773b 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/68] 199.204.45.33 () {44 vars in 1031 bytes} [Thu Apr 23 08:21:24 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=db9f5556-544b-41ef-ac5f-7ff846098275 => generated 114 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/69] 199.204.45.33 () {44 vars in 1054 bytes} [Thu Apr 23 08:21:24 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=db9f5556-544b-41ef-ac5f-7ff846098275 => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/70] 199.204.45.33 () {48 vars in 960 bytes} [Thu Apr 23 08:21:24 2026] POST /v2.0/subnets => generated 651 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:21:25.850 7 INFO neutron.api.v2.resource [None req-8000c754-fa9f-4f88-abd9-7b3477a52531 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/71] 199.204.45.33 () {44 vars in 966 bytes} [Thu Apr 23 08:21:25 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/72] 199.204.45.33 () {44 vars in 988 bytes} [Thu Apr 23 08:21:25 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/73] 199.204.45.33 () {48 vars in 975 bytes} [Thu Apr 23 08:21:25 2026] POST /v2.0/security-groups => generated 1616 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/74] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:26 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 1616 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/75] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:27 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/76] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:27 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/77] 199.204.45.33 () {48 vars in 986 bytes} [Thu Apr 23 08:21:27 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/78] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:27 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 2230 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/79] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:28 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 2230 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/80] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:28 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/81] 199.204.45.33 () {48 vars in 986 bytes} [Thu Apr 23 08:21:28 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/82] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:29 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/83] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:29 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/84] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:29 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/85] 199.204.45.33 () {48 vars in 986 bytes} [Thu Apr 23 08:21:29 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/86] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:30 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 3462 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/87] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:30 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/88] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:30 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/89] 199.204.45.33 () {48 vars in 986 bytes} [Thu Apr 23 08:21:30 2026] POST /v2.0/security-group-rules => generated 603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/90] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:31 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 4078 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/91] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:31 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/92] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:31 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => 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: 49/93] 199.204.45.33 () {48 vars in 986 bytes} [Thu Apr 23 08:21:31 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: 45/94] 199.204.45.33 () {44 vars in 982 bytes} [Thu Apr 23 08:21:32 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275 => generated 731 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:21:32.487 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0a595785-8cfd-4723-88ca-3161829fe2bf 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/95] 199.204.45.33 () {44 vars in 1071 bytes} [Thu Apr 23 08:21:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=db9f5556-544b-41ef-ac5f-7ff846098275 => 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: 46/96] 199.204.45.33 () {44 vars in 1094 bytes} [Thu Apr 23 08:21:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=db9f5556-544b-41ef-ac5f-7ff846098275 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/97] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:32 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/100] 199.204.45.33 () {48 vars in 956 bytes} [Thu Apr 23 08:21:32 2026] POST /v2.0/ports => generated 1100 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 08:21:39.421 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5ea10d0d-27df-4799-831e-ba1e57ff2632 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 54/101] 199.204.45.33 () {44 vars in 974 bytes} [Thu Apr 23 08:21:39 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 39 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: 48/102] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:39 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/103] 199.204.45.33 () {48 vars in 1026 bytes} [Thu Apr 23 08:21:39 2026] PUT /v2.0/ports/7dd50272-cb78-4e05-87f3-2a19d83c3341 => generated 1249 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/104] 199.204.45.33 () {44 vars in 915 bytes} [Thu Apr 23 08:21:41 2026] GET /v2.0/ports => generated 3730 bytes in 97 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-04-23 08:21:42.499 7 INFO neutron.api.v2.resource [None req-d223ff03-d868-41bd-b55d-45e5604d1c5b 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 56/105] 199.204.45.33 () {44 vars in 954 bytes} [Thu Apr 23 08:21:42 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/106] 199.204.45.33 () {44 vars in 976 bytes} [Thu Apr 23 08:21:42 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/107] 199.204.45.33 () {48 vars in 975 bytes} [Thu Apr 23 08:21:42 2026] POST /v2.0/security-groups => generated 1610 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/108] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:43 2026] GET /v2.0/security-groups/c4d76d06-5e91-42bc-85bf-ae1c9bb6e309 => generated 1610 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/109] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:43 2026] GET /v2.0/security-groups/c4d76d06-5e91-42bc-85bf-ae1c9bb6e309 => generated 1610 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/110] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:43 2026] GET /v2.0/security-groups/c4d76d06-5e91-42bc-85bf-ae1c9bb6e309 => 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: 59/111] 199.204.45.33 () {48 vars in 986 bytes} [Thu Apr 23 08:21:43 2026] POST /v2.0/security-group-rules => generated 623 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/112] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:44 2026] GET /v2.0/security-groups/c4d76d06-5e91-42bc-85bf-ae1c9bb6e309 => generated 2246 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/113] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:44 2026] GET /v2.0/security-groups/c4d76d06-5e91-42bc-85bf-ae1c9bb6e309 => generated 2246 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/114] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:21:44 2026] GET /v2.0/security-groups/c4d76d06-5e91-42bc-85bf-ae1c9bb6e309 => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/115] 199.204.45.33 () {48 vars in 986 bytes} [Thu Apr 23 08:21:44 2026] POST /v2.0/security-group-rules => generated 627 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/126] 199.204.45.33 () {44 vars in 970 bytes} [Thu Apr 23 08:22:49 2026] GET /v2.0/quotas/6a71733dc6b44181899d16ad67c44735 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/127] 199.204.45.33 () {48 vars in 1022 bytes} [Thu Apr 23 08:22:49 2026] PUT /v2.0/quotas/6a71733dc6b44181899d16ad67c44735 => generated 291 bytes in 32 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-04-23 08:25:09.635 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1391923d-7643-459b-bb94-9c698058c0bc 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 70/146] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:25:09 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 416 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: 77/147] 199.204.45.33 () {30 vars in 762 bytes} [Thu Apr 23 08:25:09 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:25:11.459 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2e7470a4-7673-43e5-92d5-28576a6106de 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 71/148] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:25:11 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 92 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 78/149] 199.204.45.33 () {30 vars in 762 bytes} [Thu Apr 23 08:25:11 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:32:02.040 8 INFO neutron.api.v2.resource [None req-49de2dfe-9c25-4412-8052-36a434338e5f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 99/204] 199.204.45.33 () {44 vars in 1069 bytes} [Thu Apr 23 08:32:01 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 139 bytes in 163 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/205] 199.204.45.33 () {44 vars in 1092 bytes} [Thu Apr 23 08:32:02 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 23 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 100/206] 199.204.45.33 () {48 vars in 976 bytes} [Thu Apr 23 08:32:02 2026] POST /v2.0/security-groups => generated 1624 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/209] 199.204.45.33 () {44 vars in 1083 bytes} [Thu Apr 23 08:32:03 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7?project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 1624 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/210] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:32:03 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/211] 199.204.45.33 () {44 vars in 1083 bytes} [Thu Apr 23 08:32:03 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7?project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/212] 199.204.45.33 () {48 vars in 986 bytes} [Thu Apr 23 08:32:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/213] 199.204.45.33 () {44 vars in 1083 bytes} [Thu Apr 23 08:32:04 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7?project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/214] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:32:04 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7 => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/215] 199.204.45.33 () {44 vars in 1083 bytes} [Thu Apr 23 08:32:05 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7?project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/216] 199.204.45.33 () {48 vars in 986 bytes} [Thu Apr 23 08:32:05 2026] POST /v2.0/security-group-rules => generated 599 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/217] 199.204.45.33 () {44 vars in 1083 bytes} [Thu Apr 23 08:32:06 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7?project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/218] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:32:06 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/219] 199.204.45.33 () {44 vars in 1083 bytes} [Thu Apr 23 08:32:06 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7?project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/220] 199.204.45.33 () {48 vars in 986 bytes} [Thu Apr 23 08:32:06 2026] POST /v2.0/security-group-rules => generated 601 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/221] 199.204.45.33 () {44 vars in 1083 bytes} [Thu Apr 23 08:32:08 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7?project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 3460 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/222] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:32:08 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7 => generated 3460 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/223] 199.204.45.33 () {44 vars in 1083 bytes} [Thu Apr 23 08:32:08 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7?project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 3460 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/224] 199.204.45.33 () {48 vars in 986 bytes} [Thu Apr 23 08:32:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/251] 199.204.45.33 () {30 vars in 739 bytes} [Thu Apr 23 08:35:21 2026] GET /v2.0/networks?tenant_id=90d69ec86b2f42cc8eb0a8eea6a5e348&shared=False => generated 15 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:35:21.280 8 INFO neutron.db.segments_db [None req-c319dd11-4f93-4741-8c5b-f7a350a37028 619f689b2d3446448740d36f71c6f68a 90d69ec86b2f42cc8eb0a8eea6a5e348 - - 01a87659fc0b45538ec4bcdfddaab5e4 01a87659fc0b45538ec4bcdfddaab5e4] Added segment d69f61a0-9546-4989-90c9-f37d51e04503 of type vxlan for network be77ca78-4ac3-413a-b79f-538924755f61 [pid: 8|app: 0|req: 123/252] 199.204.45.33 () {34 vars in 681 bytes} [Thu Apr 23 08:35:21 2026] POST /v2.0/networks => generated 718 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/253] 199.204.45.33 () {30 vars in 721 bytes} [Thu Apr 23 08:35:21 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/254] 199.204.45.33 () {30 vars in 632 bytes} [Thu Apr 23 08:35:21 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: 131/255] 199.204.45.33 () {34 vars in 676 bytes} [Thu Apr 23 08:35:21 2026] POST /v2.0/ports => generated 999 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 125/256] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:35:21 2026] GET /v2.0/networks/be77ca78-4ac3-413a-b79f-538924755f61 => generated 705 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/257] 199.204.45.33 () {30 vars in 721 bytes} [Thu Apr 23 08:35:24 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/258] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:35:24 2026] GET /v2.0/networks/be77ca78-4ac3-413a-b79f-538924755f61 => generated 705 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/261] 199.204.45.33 () {44 vars in 970 bytes} [Thu Apr 23 08:35:35 2026] GET /v2.0/quotas/90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/262] 199.204.45.33 () {48 vars in 1022 bytes} [Thu Apr 23 08:35:36 2026] PUT /v2.0/quotas/90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:46:33.313 8 INFO neutron.pecan_wsgi.hooks.translation [None req-920b700b-3b99-4a74-8f98-b005bb61ef83 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/351] 199.204.45.33 () {44 vars in 922 bytes} [Thu Apr 23 08:46:33 2026] GET /v2.0/networks/public => generated 108 bytes in 176 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/352] 199.204.45.33 () {44 vars in 944 bytes} [Thu Apr 23 08:46:33 2026] GET /v2.0/networks?name=public => generated 753 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:46:34.566 8 INFO neutron.pecan_wsgi.hooks.translation [None req-777c5941-a9bb-4155-8df0-b2f2f96e387a 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/353] 199.204.45.33 () {44 vars in 922 bytes} [Thu Apr 23 08:46:34 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/354] 199.204.45.33 () {44 vars in 944 bytes} [Thu Apr 23 08:46:34 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:46:34.640 8 INFO neutron.pecan_wsgi.hooks.translation [None req-89e50e5d-572a-4aca-a883-6896f9ada292 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/355] 199.204.45.33 () {44 vars in 1029 bytes} [Thu Apr 23 08:46:34 2026] GET /v2.0/subnets/public-subnet?network_id=f944464c-74bb-4a54-8009-506f71a87ec0 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/356] 199.204.45.33 () {44 vars in 1052 bytes} [Thu Apr 23 08:46:34 2026] GET /v2.0/subnets?name=public-subnet&network_id=f944464c-74bb-4a54-8009-506f71a87ec0 => generated 667 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:47:01.684 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad0474e0-57bb-4925-9ea3-10712dbfecef 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/359] 199.204.45.33 () {44 vars in 932 bytes} [Thu Apr 23 08:47:01 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/360] 199.204.45.33 () {44 vars in 954 bytes} [Thu Apr 23 08:47:01 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:47:02.643 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a0afe718-c8de-4e8d-9abc-20750c80943f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/361] 199.204.45.33 () {44 vars in 932 bytes} [Thu Apr 23 08:47:02 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/362] 199.204.45.33 () {44 vars in 954 bytes} [Thu Apr 23 08:47:02 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:47:02.718 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db7ae093-0501-49dc-a375-8d1bf55737d8 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/363] 199.204.45.33 () {44 vars in 1031 bytes} [Thu Apr 23 08:47:02 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=db9f5556-544b-41ef-ac5f-7ff846098275 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/366] 199.204.45.33 () {44 vars in 1054 bytes} [Thu Apr 23 08:47:02 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=db9f5556-544b-41ef-ac5f-7ff846098275 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:47:03.793 8 INFO neutron.api.v2.resource [None req-9474c59c-b8d4-4409-a4ca-c1992ed7e169 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/367] 199.204.45.33 () {44 vars in 966 bytes} [Thu Apr 23 08:47:03 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/368] 199.204.45.33 () {44 vars in 988 bytes} [Thu Apr 23 08:47:03 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/369] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:04 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 4694 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/370] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:04 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/371] 199.204.45.33 () {44 vars in 1006 bytes} [Thu Apr 23 08:47:04 2026] GET /v2.0/security-group-rules/b07a6e2b-29f8-4ddd-b7a1-84a09dbb51f2 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/372] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:05 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/373] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:05 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/374] 199.204.45.33 () {44 vars in 1006 bytes} [Thu Apr 23 08:47:05 2026] GET /v2.0/security-group-rules/5aa94bdd-0270-482a-adfd-f24e82d67adc => 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: 186/375] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:06 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/376] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:06 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/377] 199.204.45.33 () {44 vars in 1006 bytes} [Thu Apr 23 08:47:06 2026] GET /v2.0/security-group-rules/74a370dc-83e9-4949-aed0-c0cdd9fab72d => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/378] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:07 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/379] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:07 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/380] 199.204.45.33 () {44 vars in 1006 bytes} [Thu Apr 23 08:47:07 2026] GET /v2.0/security-group-rules/fc302b0a-7b4a-4fc9-b189-f0c01324d461 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/381] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:08 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 4694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/382] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:08 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/383] 199.204.45.33 () {44 vars in 1006 bytes} [Thu Apr 23 08:47:08 2026] GET /v2.0/security-group-rules/65b59bbf-eadc-482c-ae6c-4b2a6c0071ce => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/384] 199.204.45.33 () {44 vars in 982 bytes} [Thu Apr 23 08:47:10 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275 => generated 731 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:47:10.261 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d9ac172-5008-4f27-b762-34e1b90e463c 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/385] 199.204.45.33 () {44 vars in 1071 bytes} [Thu Apr 23 08:47:10 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=db9f5556-544b-41ef-ac5f-7ff846098275 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/386] 199.204.45.33 () {44 vars in 1094 bytes} [Thu Apr 23 08:47:10 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=db9f5556-544b-41ef-ac5f-7ff846098275 => generated 1254 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/387] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:10 2026] GET /v2.0/security-groups/8fbcab40-e74b-4f17-90a0-a9eb661e21e9 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:47:17.992 8 INFO neutron.pecan_wsgi.hooks.translation [None req-aa24b1f4-57e6-462b-8221-cc3234adcf27 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/390] 199.204.45.33 () {44 vars in 974 bytes} [Thu Apr 23 08:47:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/391] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/392] 199.204.45.33 () {44 vars in 915 bytes} [Thu Apr 23 08:47:19 2026] GET /v2.0/ports => generated 4725 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:47:20.964 7 INFO neutron.api.v2.resource [None req-d545be9b-15b2-4ea4-8cd8-71c50bb37c3e 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/393] 199.204.45.33 () {44 vars in 954 bytes} [Thu Apr 23 08:47:20 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/394] 199.204.45.33 () {44 vars in 976 bytes} [Thu Apr 23 08:47:20 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/395] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:21 2026] GET /v2.0/security-groups/c4d76d06-5e91-42bc-85bf-ae1c9bb6e309 => generated 2886 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/396] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:21 2026] GET /v2.0/security-groups/c4d76d06-5e91-42bc-85bf-ae1c9bb6e309 => generated 2886 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/397] 199.204.45.33 () {44 vars in 1006 bytes} [Thu Apr 23 08:47:21 2026] GET /v2.0/security-group-rules/587a7de3-d149-4f51-a55d-8d18d2aec2c5 => generated 623 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/398] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:22 2026] GET /v2.0/security-groups/c4d76d06-5e91-42bc-85bf-ae1c9bb6e309 => generated 2886 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/399] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:47:22 2026] GET /v2.0/security-groups/c4d76d06-5e91-42bc-85bf-ae1c9bb6e309 => generated 2886 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/400] 199.204.45.33 () {44 vars in 1006 bytes} [Thu Apr 23 08:47:22 2026] GET /v2.0/security-group-rules/986e1163-43d2-4b06-a1f3-76702da257af => generated 627 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/403] 199.204.45.33 () {44 vars in 970 bytes} [Thu Apr 23 08:47:34 2026] GET /v2.0/quotas/6a71733dc6b44181899d16ad67c44735 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:48:26.470 8 INFO neutron.api.v2.resource [None req-391feb89-1f63-41cb-9f8a-c3763ac41107 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 204/410] 199.204.45.33 () {44 vars in 1069 bytes} [Thu Apr 23 08:48:26 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/411] 199.204.45.33 () {44 vars in 1092 bytes} [Thu Apr 23 08:48:26 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 4072 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/412] 199.204.45.33 () {44 vars in 1083 bytes} [Thu Apr 23 08:48:27 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7?project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/413] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:48:27 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/414] 199.204.45.33 () {44 vars in 1006 bytes} [Thu Apr 23 08:48:27 2026] GET /v2.0/security-group-rules/d2ab9ebf-625f-4e30-bb96-161fe7bd44f2 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/415] 199.204.45.33 () {44 vars in 1083 bytes} [Thu Apr 23 08:48:28 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7?project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 4075 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/416] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:48:28 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/417] 199.204.45.33 () {44 vars in 1006 bytes} [Thu Apr 23 08:48:28 2026] GET /v2.0/security-group-rules/577c74e0-84a6-4a65-812d-6f0270cb79dc => generated 599 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/418] 199.204.45.33 () {44 vars in 1083 bytes} [Thu Apr 23 08:48:29 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7?project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 4075 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/419] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:48:29 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/420] 199.204.45.33 () {44 vars in 1006 bytes} [Thu Apr 23 08:48:29 2026] GET /v2.0/security-group-rules/ea8ee612-b67a-48bb-ac98-ef576441b55d => 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: 212/421] 199.204.45.33 () {44 vars in 1083 bytes} [Thu Apr 23 08:48:30 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7?project_id=90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 4075 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/422] 199.204.45.33 () {44 vars in 996 bytes} [Thu Apr 23 08:48:30 2026] GET /v2.0/security-groups/2e2781ce-0a55-4562-b62a-9d16c6fcd0c7 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/423] 199.204.45.33 () {44 vars in 1006 bytes} [Thu Apr 23 08:48:30 2026] GET /v2.0/security-group-rules/a74289bf-1d52-4d37-8885-a70677de2d35 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/426] 199.204.45.33 () {44 vars in 970 bytes} [Thu Apr 23 08:48:38 2026] GET /v2.0/quotas/90d69ec86b2f42cc8eb0a8eea6a5e348 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/433] 199.204.45.33 () {44 vars in 944 bytes} [Thu Apr 23 08:49:29 2026] GET /v2.0/networks?name=public => generated 753 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/440] 10.0.0.127 () {32 vars in 649 bytes} [Thu Apr 23 08:50:08 2026] GET /v2.0/networks => generated 2167 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/441] 10.0.0.127 () {32 vars in 655 bytes} [Thu Apr 23 08:50:09 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/442] 10.0.0.127 () {32 vars in 647 bytes} [Thu Apr 23 08:50:09 2026] GET /v2.0/routers => generated 15 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/443] 10.0.0.127 () {32 vars in 643 bytes} [Thu Apr 23 08:50:09 2026] GET /v2.0/ports => generated 4725 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/444] 10.0.0.127 () {32 vars in 647 bytes} [Thu Apr 23 08:50:09 2026] GET /v2.0/subnets => generated 1308 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/445] 10.0.0.127 () {32 vars in 649 bytes} [Thu Apr 23 08:50:09 2026] GET /v2.0/networks => generated 2167 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/446] 10.0.0.127 () {32 vars in 663 bytes} [Thu Apr 23 08:50:09 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/447] 10.0.0.127 () {32 vars in 655 bytes} [Thu Apr 23 08:50:09 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:50:20.865 7 INFO neutron.db.segments_db [None req-f8646c54-f992-4f56-8e7b-7b37a0290af9 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment efb1593b-2ab6-4006-a0cf-5996b7ae453a of type vxlan for network 9f3750ac-5703-4087-8307-ba27ac362acd 2026-04-23 08:50:20.871 8 INFO neutron.db.segments_db [None req-6743a507-4587-48f9-9a3c-8bb7a68691e1 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 44f0241a-049a-4b17-8d07-35112c46a5eb of type vxlan for network a038463d-8f9e-47f4-9635-1718c96db0a3 [pid: 8|app: 0|req: 224/450] 10.0.0.127 () {34 vars in 671 bytes} [Thu Apr 23 08:50:20 2026] POST /v2.0/networks => generated 738 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/451] 10.0.0.127 () {34 vars in 671 bytes} [Thu Apr 23 08:50:20 2026] POST /v2.0/networks => generated 748 bytes in 504 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:50:21.131 8 INFO neutron.db.segments_db [None req-cd75483c-45bf-4959-8c02-1bacbee10db7 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 4f239c59-b5cb-4563-9f56-880a1cdd6f48 of type vxlan for network c2e4af81-5e56-4f2a-828c-7ed5f556f72a [pid: 7|app: 0|req: 228/452] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:50:20 2026] POST /v2.0/subnets => generated 685 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/453] 10.0.0.127 () {34 vars in 671 bytes} [Thu Apr 23 08:50:20 2026] POST /v2.0/networks => generated 748 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:50:21.260 8 INFO neutron.db.segments_db [None req-458cdca5-dc7f-4cd7-ac43-fa6cc0ac1bca 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 5830c7c1-5f4e-4eaf-994a-d5a62b0d6ae9 of type vxlan for network 37bd9386-445d-4944-8eec-41ade58c3ea3 [pid: 7|app: 0|req: 229/454] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:50:21 2026] POST /v2.0/subnets => generated 695 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:50:21.499 8 INFO neutron.db.l3_hamode_db [None req-458cdca5-dc7f-4cd7-ac43-fa6cc0ac1bca 22038b09d218462d8d85ae6f1b23d904 a4573c91bfd84fd383be7212a7fbef63 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 230/455] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:50:21 2026] POST /v2.0/subnets => generated 695 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:50:21.542 7 INFO neutron.db.segments_db [None req-6b5dd3f3-e008-4ab9-8e67-8a49da6144ff 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 4d4bcec8-86c7-4f66-9f13-df5b729ae2ea of type vxlan for network 72113b1c-6da4-4a5e-a900-615e6e2c4aa7 2026-04-23 08:50:21.796 7 INFO neutron.db.l3_hamode_db [None req-6b5dd3f3-e008-4ab9-8e67-8a49da6144ff 22038b09d218462d8d85ae6f1b23d904 6bb3120741094a4aab272310267e11e3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:50:22.454 8 INFO neutron.db.l3_hamode_db [None req-458cdca5-dc7f-4cd7-ac43-fa6cc0ac1bca 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:50:22.706 7 INFO neutron.db.l3_hamode_db [None req-6b5dd3f3-e008-4ab9-8e67-8a49da6144ff 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 226/456] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:50:21 2026] POST /v2.0/routers => generated 725 bytes in 2550 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:50:23.806 8 INFO neutron.db.segments_db [None req-5eec28f0-9cb8-4cc9-8075-19a59e917d9f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 06d51cd1-5074-48f5-9bdc-62e2e2a67f63 of type vxlan for network a9c348d3-821e-4691-9b9f-d91203694a0f [pid: 7|app: 0|req: 231/457] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:50:21 2026] POST /v2.0/routers => generated 735 bytes in 2405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:50:24.045 8 INFO neutron.db.l3_hamode_db [None req-5eec28f0-9cb8-4cc9-8075-19a59e917d9f 22038b09d218462d8d85ae6f1b23d904 bdbc989a636a435fb47ad0c143196d43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 232/458] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:50:23 2026] GET /v2.0/security-groups?tenant_id=70781b79319c4623b4367fd07602bcf9&name=default => generated 2922 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:50:24.713 8 INFO neutron.db.l3_hamode_db [None req-5eec28f0-9cb8-4cc9-8075-19a59e917d9f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 233/459] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:50:24 2026] PUT /v2.0/routers/4acaeae5-0d74-40de-b0a4-ccfccda956ec/add_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/460] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:50:23 2026] POST /v2.0/routers => generated 735 bytes in 1876 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/461] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:50:25 2026] DELETE /v2.0/security-groups/505e20af-6166-4300-83f0-6cb13486e63b => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/462] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:50:25 2026] PUT /v2.0/routers/0e352170-cc8b-424f-8e21-869afc50c550/add_router_interface => generated 309 bytes in 1271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/463] 10.0.0.127 () {34 vars in 685 bytes} [Thu Apr 23 08:50:26 2026] POST /v2.0/security-groups => generated 1658 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/464] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:50:26 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/465] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:50:26 2026] POST /v2.0/security-group-rules => generated 602 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/466] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:50:25 2026] PUT /v2.0/routers/1360f501-7c9f-4fbd-884c-e574e5bdb7f2/add_router_interface => generated 309 bytes in 1110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/467] 10.0.0.127 () {34 vars in 685 bytes} [Thu Apr 23 08:50:27 2026] POST /v2.0/security-groups => generated 1660 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/468] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:50:27 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/469] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:50:26 2026] POST /v2.0/floatingips => generated 552 bytes in 567 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/470] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:50:27 2026] POST /v2.0/security-group-rules => generated 602 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:50:27.806 8 INFO neutron.db.segments_db [None req-37f374ca-638b-4bbd-9df7-aec32599a234 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 5e65ac16-8569-44e6-9d50-f23c7deedafa of type vxlan for network 5f171ebe-d62a-4989-bad2-79736d839881 [pid: 8|app: 0|req: 233/471] 10.0.0.127 () {34 vars in 671 bytes} [Thu Apr 23 08:50:27 2026] POST /v2.0/networks => generated 745 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/472] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:50:27 2026] POST /v2.0/floatingips => generated 552 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/473] 10.0.0.31 () {38 vars in 970 bytes} [Thu Apr 23 08:50:27 2026] POST /v2.0/security-groups => generated 1685 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/474] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:28 2026] GET /v2.0/security-groups/f05e66e4-51c1-4821-98a4-9430246b2663 => generated 1685 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/475] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:50:27 2026] POST /v2.0/subnets => generated 692 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/476] 10.0.0.31 () {38 vars in 980 bytes} [Thu Apr 23 08:50:28 2026] POST /v2.0/security-group-rules => generated 614 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:50:28.304 7 INFO neutron.db.segments_db [None req-490fd87a-0804-452d-85cb-c052851139f7 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 78cdcb76-4713-4509-99f3-c6a8e3a615e6 of type vxlan for network 73b8659e-d292-4716-8f91-680fe7d813c6 [pid: 8|app: 0|req: 237/477] 10.0.0.31 () {38 vars in 970 bytes} [Thu Apr 23 08:50:28 2026] POST /v2.0/security-groups => generated 1685 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/478] 10.0.0.31 () {34 vars in 1097 bytes} [Thu Apr 23 08:50:28 2026] GET /v2.0/security-groups?name=tempest-securitygroup--607542211&fields=id&tenant_id=a4573c91bfd84fd383be7212a7fbef63 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/479] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:28 2026] GET /v2.0/security-groups/fcc61398-4f07-41fb-bea5-ef875398e3ba => generated 1685 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/480] 10.0.0.31 () {34 vars in 981 bytes} [Thu Apr 23 08:50:28 2026] GET /v2.0/networks?id=a038463d-8f9e-47f4-9635-1718c96db0a3 => generated 670 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:50:28.627 7 INFO neutron.db.l3_hamode_db [None req-490fd87a-0804-452d-85cb-c052851139f7 22038b09d218462d8d85ae6f1b23d904 ebe6aa818f4e472cb1ecea3bd2d7f4a7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 241/481] 10.0.0.31 () {38 vars in 980 bytes} [Thu Apr 23 08:50:28 2026] POST /v2.0/security-group-rules => generated 614 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/482] 10.0.0.31 () {34 vars in 964 bytes} [Thu Apr 23 08:50:28 2026] GET /v2.0/quotas/a4573c91bfd84fd383be7212a7fbef63 => 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: 243/483] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:50:28 2026] GET /v2.0/ports?tenant_id=a4573c91bfd84fd383be7212a7fbef63&fields=id => generated 103 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/484] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:28 2026] GET /v2.0/security-groups/fcc61398-4f07-41fb-bea5-ef875398e3ba => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/485] 10.0.0.31 () {38 vars in 980 bytes} [Thu Apr 23 08:50:28 2026] POST /v2.0/security-group-rules => generated 619 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/486] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:29 2026] GET /v2.0/security-groups/fcc61398-4f07-41fb-bea5-ef875398e3ba => generated 2940 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/487] 10.0.0.31 () {34 vars in 1000 bytes} [Thu Apr 23 08:50:29 2026] GET /v2.0/security-group-rules/3b511f92-495c-4f7d-b7a3-6102979d9b95 => generated 616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/488] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:29 2026] GET /v2.0/security-groups/fcc61398-4f07-41fb-bea5-ef875398e3ba => generated 2940 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/489] 10.0.0.31 () {34 vars in 906 bytes} [Thu Apr 23 08:50:29 2026] GET /v2.0/extensions => generated 21537 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/490] 10.0.0.31 () {36 vars in 1022 bytes} [Thu Apr 23 08:50:29 2026] DELETE /v2.0/security-group-rules/3b511f92-495c-4f7d-b7a3-6102979d9b95 => 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: 251/491] 10.0.0.31 () {34 vars in 1007 bytes} [Thu Apr 23 08:50:29 2026] GET /v2.0/networks/a038463d-8f9e-47f4-9635-1718c96db0a3?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: 252/492] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:29 2026] GET /v2.0/security-groups/fcc61398-4f07-41fb-bea5-ef875398e3ba => generated 2310 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/493] 10.0.0.31 () {34 vars in 1107 bytes} [Thu Apr 23 08:50:29 2026] GET /v2.0/networks/a038463d-8f9e-47f4-9635-1718c96db0a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/494] 10.0.0.31 () {36 vars in 1012 bytes} [Thu Apr 23 08:50:29 2026] DELETE /v2.0/security-groups/fcc61398-4f07-41fb-bea5-ef875398e3ba => 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: 255/495] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:29 2026] GET /v2.0/security-groups/f05e66e4-51c1-4821-98a4-9430246b2663 => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:50:29.721 7 INFO neutron.db.l3_hamode_db [None req-490fd87a-0804-452d-85cb-c052851139f7 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 256/496] 10.0.0.31 () {36 vars in 1012 bytes} [Thu Apr 23 08:50:29 2026] DELETE /v2.0/security-groups/f05e66e4-51c1-4821-98a4-9430246b2663 => 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: 257/497] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:29 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:50:30.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-875e05dd-5d51-4e73-94c0-7163841f5445 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 9ae19cdc-59f2-442c-b17b-fd0bb90e8b12 2026-04-23 08:50:30.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-875e05dd-5d51-4e73-94c0-7163841f5445 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 9ae19cdc-59f2-442c-b17b-fd0bb90e8b12 [pid: 7|app: 0|req: 241/498] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:50:28 2026] POST /v2.0/routers => generated 732 bytes in 2513 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/499] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:50:29 2026] PUT /v2.0/routers/1360f501-7c9f-4fbd-884c-e574e5bdb7f2/remove_router_interface => generated 309 bytes in 1453 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/500] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:31 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:50:31.534 8 INFO neutron_taas.services.taas.taas_plugin [None req-cafc0217-4adb-4239-b454-fad1651268a8 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 8a497396-37c8-4192-a635-a0ba53d9357e 2026-04-23 08:50:31.538 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cafc0217-4adb-4239-b454-fad1651268a8 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 8a497396-37c8-4192-a635-a0ba53d9357e [pid: 7|app: 0|req: 242/501] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:50:30 2026] PUT /v2.0/routers/ea043248-4a21-446c-90fc-c7265ac9cf4a/add_router_interface => generated 309 bytes in 1072 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:50:31.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-cafc0217-4adb-4239-b454-fad1651268a8 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 031dcc93-251f-4b4f-88ba-e30052d48880 2026-04-23 08:50:31.829 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cafc0217-4adb-4239-b454-fad1651268a8 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 031dcc93-251f-4b4f-88ba-e30052d48880 2026-04-23 08:50:31.938 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-cafc0217-4adb-4239-b454-fad1651268a8 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - 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-04-23 08:50:32.419 8 INFO neutron.db.l3_hamode_db [None req-cafc0217-4adb-4239-b454-fad1651268a8 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] HA network a9c348d3-821e-4691-9b9f-d91203694a0f was deleted as no HA routers are present in tenant bdbc989a636a435fb47ad0c143196d43. [pid: 7|app: 0|req: 243/502] 10.0.0.31 () {38 vars in 970 bytes} [Thu Apr 23 08:50:32 2026] POST /v2.0/security-groups => generated 1681 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/503] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:50:31 2026] DELETE /v2.0/routers/1360f501-7c9f-4fbd-884c-e574e5bdb7f2 => generated 0 bytes in 1130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/504] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:32 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/505] 10.0.0.31 () {38 vars in 970 bytes} [Thu Apr 23 08:50:32 2026] POST /v2.0/security-groups => generated 1682 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/508] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:50:32 2026] DELETE /v2.0/subnets/e3aee4f4-7036-4255-bca0-4e6c8357a812 => generated 0 bytes in 346 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:50:32.810 8 INFO neutron.services.segments.plugin [-] Segment 06d51cd1-5074-48f5-9bdc-62e2e2a67f63 resource provider aggregate not found 2026-04-23 08:50:32.833 8 INFO neutron.services.segments.plugin [-] Segment 06d51cd1-5074-48f5-9bdc-62e2e2a67f63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06d51cd1-5074-48f5-9bdc-62e2e2a67f63 found for delete ", "request_id": "req-e70f1491-7d16-454a-a5ca-24b07bc36b84"}]} 2026-04-23 08:50:32.837 8 INFO neutron.services.segments.plugin [-] Segment 06d51cd1-5074-48f5-9bdc-62e2e2a67f63 resource provider aggregate not found 2026-04-23 08:50:32.862 8 INFO neutron.services.segments.plugin [-] Segment 06d51cd1-5074-48f5-9bdc-62e2e2a67f63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 06d51cd1-5074-48f5-9bdc-62e2e2a67f63 found for delete ", "request_id": "req-65718ec8-5da9-44d8-9379-83ec37ecb837"}]} [pid: 7|app: 0|req: 248/509] 10.0.0.31 () {38 vars in 970 bytes} [Thu Apr 23 08:50:32 2026] POST /v2.0/security-groups => generated 1680 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 08:50:32.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a0e4ec8-0823-41ee-a42d-700f457d5236 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: f3e1562c-712e-4f63-9fe1-2c803b54874b 2026-04-23 08:50:32.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a0e4ec8-0823-41ee-a42d-700f457d5236 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: f3e1562c-712e-4f63-9fe1-2c803b54874b [pid: 7|app: 0|req: 249/510] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:50:32 2026] GET /v2.0/security-groups?tenant_id=ebe6aa818f4e472cb1ecea3bd2d7f4a7 => generated 7908 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/511] 10.0.0.31 () {34 vars in 1097 bytes} [Thu Apr 23 08:50:32 2026] GET /v2.0/security-groups?name=tempest-securitygroup--675905198&fields=id&tenant_id=6bb3120741094a4aab272310267e11e3 => 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: 251/512] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/security-groups/daca918b-f65e-43ae-a722-8f5137f2b9c5 => generated 2922 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/513] 10.0.0.31 () {34 vars in 981 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/networks?id=9f3750ac-5703-4087-8307-ba27ac362acd => generated 680 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/514] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:50:32 2026] DELETE /v2.0/networks/c2e4af81-5e56-4f2a-828c-7ed5f556f72a => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/515] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/security-groups/daca918b-f65e-43ae-a722-8f5137f2b9c5 => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/516] 10.0.0.31 () {34 vars in 964 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/quotas/6bb3120741094a4aab272310267e11e3 => 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: 254/517] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/security-groups/bf16d986-3bf5-4b28-8d1d-c286cc9f4748 => generated 1681 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/518] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/ports?tenant_id=6bb3120741094a4aab272310267e11e3&fields=id => generated 103 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/519] 10.0.0.31 () {36 vars in 1012 bytes} [Thu Apr 23 08:50:33 2026] DELETE /v2.0/security-groups/bf16d986-3bf5-4b28-8d1d-c286cc9f4748 => 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: 265/520] 10.0.0.31 () {34 vars in 1007 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/networks/9f3750ac-5703-4087-8307-ba27ac362acd?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:50:33.366 8 INFO neutron.api.v2.resource [req-34bd5538-49ab-45a3-985f-54cc30c995cc req-99edca3f-33cc-4b08-92c8-d3b13de97f48 eac640be5b7b484ba60a30cd48437efb ebe6aa818f4e472cb1ecea3bd2d7f4a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 266/521] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/security-groups/bf16d986-3bf5-4b28-8d1d-c286cc9f4748 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/522] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/security-groups?tenant_id=bdbc989a636a435fb47ad0c143196d43&name=default => generated 2921 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/523] 10.0.0.31 () {34 vars in 1107 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/networks/9f3750ac-5703-4087-8307-ba27ac362acd?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: 268/524] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/security-groups/95224cd0-0130-4114-862f-ed0e5c8b6c8b => generated 1682 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/525] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:50:33 2026] DELETE /v2.0/security-groups/911eef4c-dc22-42cc-b04d-a43cb6ad38f4 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/526] 10.0.0.31 () {36 vars in 1012 bytes} [Thu Apr 23 08:50:33 2026] DELETE /v2.0/security-groups/95224cd0-0130-4114-862f-ed0e5c8b6c8b => 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: 258/527] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:50:33.666 8 INFO neutron.api.v2.resource [req-24bd67b3-fa17-465f-98d7-bd0489598e71 req-93a3274b-f7ab-488f-9d77-98b993694a89 eac640be5b7b484ba60a30cd48437efb ebe6aa818f4e472cb1ecea3bd2d7f4a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 270/528] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/security-groups/95224cd0-0130-4114-862f-ed0e5c8b6c8b => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/529] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/security-groups/4f5495b2-53a5-4ea0-be9e-848f59185083 => generated 1680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/530] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/531] 10.0.0.31 () {36 vars in 1012 bytes} [Thu Apr 23 08:50:33 2026] DELETE /v2.0/security-groups/4f5495b2-53a5-4ea0-be9e-848f59185083 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:50:33.853 8 INFO neutron.api.v2.resource [req-22f8db18-a727-4c93-9725-db5c636b6723 req-d31db1e8-dcbc-48a7-ba1c-086d39412961 eac640be5b7b484ba60a30cd48437efb ebe6aa818f4e472cb1ecea3bd2d7f4a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/532] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/security-groups/4f5495b2-53a5-4ea0-be9e-848f59185083 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/533] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/security-groups?tenant_id=ebe6aa818f4e472cb1ecea3bd2d7f4a7 => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/534] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/security-groups/daca918b-f65e-43ae-a722-8f5137f2b9c5 => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/535] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:33 2026] GET /v2.0/security-groups/daca918b-f65e-43ae-a722-8f5137f2b9c5 => generated 2922 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:50:34.023 8 INFO neutron.api.v2.resource [req-4841438a-74a8-4f6d-ba83-b1c61b0c629a req-c005a84b-94e2-4707-8758-ae106668520c eac640be5b7b484ba60a30cd48437efb ebe6aa818f4e472cb1ecea3bd2d7f4a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 274/536] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:34 2026] GET /v2.0/security-groups/4f5495b2-53a5-4ea0-be9e-848f59185083 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:50:34.054 7 INFO neutron.api.v2.resource [req-ad0d829a-2da1-4523-85e9-e3a338a5b14d req-801ecb88-4e96-4ce5-b237-0a06b07d4676 eac640be5b7b484ba60a30cd48437efb ebe6aa818f4e472cb1ecea3bd2d7f4a7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 263/537] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:34 2026] GET /v2.0/security-groups/95224cd0-0130-4114-862f-ed0e5c8b6c8b => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:50:34.093 8 INFO neutron.api.v2.resource [req-87911eda-495b-443e-9ebd-c59d911fd207 req-2d08ca91-c551-47a6-af1f-e6eb44cb3337 eac640be5b7b484ba60a30cd48437efb ebe6aa818f4e472cb1ecea3bd2d7f4a7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 275/538] 10.0.0.31 () {34 vars in 990 bytes} [Thu Apr 23 08:50:34 2026] GET /v2.0/security-groups/bf16d986-3bf5-4b28-8d1d-c286cc9f4748 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:50:34.640 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5f9d5c9-e3e1-4c06-b81d-85480b073f02 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 0f941480-9ccf-4e0e-bffa-371c669bb2c9 2026-04-23 08:50:34.650 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5f9d5c9-e3e1-4c06-b81d-85480b073f02 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 0f941480-9ccf-4e0e-bffa-371c669bb2c9 2026-04-23 08:50:34.861 8 INFO neutron.services.segments.plugin [-] Segment 4f239c59-b5cb-4563-9f56-880a1cdd6f48 resource provider aggregate not found 2026-04-23 08:50:34.888 8 INFO neutron.services.segments.plugin [-] Segment 4f239c59-b5cb-4563-9f56-880a1cdd6f48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f239c59-b5cb-4563-9f56-880a1cdd6f48 found for delete ", "request_id": "req-a10805ee-771e-4f65-8b0b-6fe51f6196a2"}]} 2026-04-23 08:50:34.891 8 INFO neutron.services.segments.plugin [-] Segment 4f239c59-b5cb-4563-9f56-880a1cdd6f48 resource provider aggregate not found 2026-04-23 08:50:34.913 8 INFO neutron.services.segments.plugin [-] Segment 4f239c59-b5cb-4563-9f56-880a1cdd6f48 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4f239c59-b5cb-4563-9f56-880a1cdd6f48 found for delete ", "request_id": "req-b5277215-3410-40c0-9d9d-655fd94a28ad"}]} [pid: 8|app: 0|req: 276/539] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:50:34 2026] GET /v2.0/networks?id=a038463d-8f9e-47f4-9635-1718c96db0a3 => generated 670 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/540] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:34 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => 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: 278/541] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:35 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => 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: 279/542] 199.204.45.33 () {34 vars in 910 bytes} [Thu Apr 23 08:50:35 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/543] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:50:34 2026] PUT /v2.0/routers/ea043248-4a21-446c-90fc-c7265ac9cf4a/remove_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/544] 199.204.45.33 () {34 vars in 1049 bytes} [Thu Apr 23 08:50:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a4573c91bfd84fd383be7212a7fbef63 => generated 180 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:50:35.504 7 INFO neutron_taas.services.taas.taas_plugin [None req-1cdf0e07-22ba-41a1-ae4a-ea2a97c0e623 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 9c71b9c0-dac5-4ec5-9f5d-61df374e4fcf 2026-04-23 08:50:35.507 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cdf0e07-22ba-41a1-ae4a-ea2a97c0e623 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 9c71b9c0-dac5-4ec5-9f5d-61df374e4fcf 2026-04-23 08:50:35.530 8 INFO neutron.db.segments_db [None req-21f8dd4d-69da-40ec-b882-55dc2338c379 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 26570b38-51ec-489b-a081-c1488e3f7b21 of type vxlan for network f1be9a7b-da98-46ac-bd51-db2b117231b1 [pid: 8|app: 0|req: 281/545] 10.0.0.127 () {34 vars in 671 bytes} [Thu Apr 23 08:50:35 2026] POST /v2.0/networks => generated 750 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:50:35.735 7 INFO neutron_taas.services.taas.taas_plugin [None req-1cdf0e07-22ba-41a1-ae4a-ea2a97c0e623 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 875d7374-8739-4640-81b9-f1782eac986d 2026-04-23 08:50:35.738 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cdf0e07-22ba-41a1-ae4a-ea2a97c0e623 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 875d7374-8739-4640-81b9-f1782eac986d 2026-04-23 08:50:35.852 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-1cdf0e07-22ba-41a1-ae4a-ea2a97c0e623 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - 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: 282/546] 199.204.45.33 () {38 vars in 954 bytes} [Thu Apr 23 08:50:35 2026] POST /v2.0/ports => generated 954 bytes in 389 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: 283/547] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:50:35 2026] POST /v2.0/subnets => generated 697 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/548] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:36 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 957 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/549] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:36 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:50:36.269 7 INFO neutron.db.l3_hamode_db [None req-1cdf0e07-22ba-41a1-ae4a-ea2a97c0e623 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] HA network 73b8659e-d292-4716-8f91-680fe7d813c6 was deleted as no HA routers are present in tenant ebe6aa818f4e472cb1ecea3bd2d7f4a7. [pid: 7|app: 0|req: 265/550] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:50:35 2026] DELETE /v2.0/routers/ea043248-4a21-446c-90fc-c7265ac9cf4a => generated 0 bytes in 1012 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:50:36.279 8 INFO neutron.db.segments_db [None req-e7f49d31-c8c2-4210-84b4-ce3e3d208e56 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 03c98c0f-506d-4476-a29d-e26623646f0a of type vxlan for network 4235973d-db38-4ed0-a67d-a850b13e319f [pid: 7|app: 0|req: 266/551] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:36 2026] GET /v2.0/security-groups?id=a061e08c-63c5-4251-b527-f3f3d013f6d6&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/552] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:50:36 2026] DELETE /v2.0/subnets/0f70f415-c930-48b0-9696-860743089f57 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:50:36.561 8 INFO neutron.db.l3_hamode_db [None req-e7f49d31-c8c2-4210-84b4-ce3e3d208e56 22038b09d218462d8d85ae6f1b23d904 59965dc00c29477895e730586891c4b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:50:36.702 7 INFO neutron.services.segments.plugin [-] Segment 78cdcb76-4713-4509-99f3-c6a8e3a615e6 resource provider aggregate not found 2026-04-23 08:50:36.727 7 INFO neutron.services.segments.plugin [-] Segment 78cdcb76-4713-4509-99f3-c6a8e3a615e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78cdcb76-4713-4509-99f3-c6a8e3a615e6 found for delete ", "request_id": "req-50d5aed7-dffe-4f8f-8e1c-eab65f9fd50e"}]} 2026-04-23 08:50:36.789 7 INFO neutron.services.segments.plugin [-] Segment 78cdcb76-4713-4509-99f3-c6a8e3a615e6 resource provider aggregate not found 2026-04-23 08:50:36.818 7 INFO neutron.services.segments.plugin [-] Segment 78cdcb76-4713-4509-99f3-c6a8e3a615e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 78cdcb76-4713-4509-99f3-c6a8e3a615e6 found for delete ", "request_id": "req-8657b3fc-945a-46a7-b00c-5c320405c0e5"}]} [pid: 7|app: 0|req: 268/553] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:50:36 2026] PUT /v2.0/ports/91fd3f52-67de-4e37-a1f5-3016a7313598 => generated 1235 bytes in 475 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-04-23 08:50:37.144 7 INFO neutron_taas.services.taas.taas_plugin [None req-cfbb2b4d-c370-4bb6-ac17-9670d35ed51b 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 74f2c879-6524-4a92-975a-93777ccb9dc7 2026-04-23 08:50:37.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cfbb2b4d-c370-4bb6-ac17-9670d35ed51b 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 74f2c879-6524-4a92-975a-93777ccb9dc7 2026-04-23 08:50:37.353 8 INFO neutron.db.l3_hamode_db [None req-e7f49d31-c8c2-4210-84b4-ce3e3d208e56 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 269/554] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:50:37 2026] DELETE /v2.0/networks/5f171ebe-d62a-4989-bad2-79736d839881 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/555] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:37 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/556] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:37 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/557] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:37 2026] GET /v2.0/security-groups?id=a061e08c-63c5-4251-b527-f3f3d013f6d6&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/558] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:50:37 2026] GET /v2.0/security-groups?tenant_id=ebe6aa818f4e472cb1ecea3bd2d7f4a7&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:50:37.646 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-eefe4f46-ee16-40de-b8ba-983be4b2e729'] response: {'name': 'network-changed', 'server_uuid': '61254a73-a866-412d-af8b-32788b0eb8d3', 'tag': '91fd3f52-67de-4e37-a1f5-3016a7313598', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 274/559] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:50:37 2026] DELETE /v2.0/security-groups/daca918b-f65e-43ae-a722-8f5137f2b9c5 => 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: 275/560] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:50:37 2026] GET /v2.0/networks?id=9f3750ac-5703-4087-8307-ba27ac362acd => generated 680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/561] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:50:38 2026] GET /v2.0/ports?tenant_id=a4573c91bfd84fd383be7212a7fbef63&device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/562] 199.204.45.33 () {34 vars in 1049 bytes} [Thu Apr 23 08:50:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6bb3120741094a4aab272310267e11e3 => generated 180 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/563] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:50:36 2026] POST /v2.0/routers => generated 737 bytes in 1960 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/564] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:50:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=91fd3f52-67de-4e37-a1f5-3016a7313598 => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/565] 199.204.45.33 () {38 vars in 954 bytes} [Thu Apr 23 08:50:38 2026] POST /v2.0/ports => generated 958 bytes in 452 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: 288/566] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:50:38 2026] GET /v2.0/subnets?id=e85c3a98-b896-4fc5-b3de-f15df5416e75 => generated 688 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:50:38.776 7 INFO neutron.services.segments.plugin [-] Segment 5e65ac16-8569-44e6-9d50-f23c7deedafa resource provider aggregate not found [pid: 8|app: 0|req: 289/567] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:38 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 961 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:50:38.815 7 INFO neutron.services.segments.plugin [-] Segment 5e65ac16-8569-44e6-9d50-f23c7deedafa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e65ac16-8569-44e6-9d50-f23c7deedafa found for delete ", "request_id": "req-169320c4-7b30-4700-b7b4-c99932cbeba4"}]} 2026-04-23 08:50:38.847 7 INFO neutron.services.segments.plugin [-] Segment 5e65ac16-8569-44e6-9d50-f23c7deedafa resource provider aggregate not found 2026-04-23 08:50:38.872 7 INFO neutron.services.segments.plugin [-] Segment 5e65ac16-8569-44e6-9d50-f23c7deedafa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e65ac16-8569-44e6-9d50-f23c7deedafa found for delete ", "request_id": "req-176abfac-2299-4689-9d78-dccbc85f3f3e"}]} [pid: 8|app: 0|req: 290/568] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:50:38 2026] PUT /v2.0/ports/fa2d1491-26dd-4a43-b917-262dd6e5fd23 => generated 1239 bytes in 471 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: 291/569] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:39 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/570] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:50:39 2026] GET /v2.0/ports?network_id=a038463d-8f9e-47f4-9635-1718c96db0a3&device_owner=network%3Adhcp => generated 1244 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/571] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:39 2026] GET /v2.0/security-groups?id=64fc0df5-b296-4891-95bc-f76ba7b32469&fields=id&fields=name => generated 113 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/572] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:50:38 2026] PUT /v2.0/routers/5e8837c9-dd0d-4357-83cd-2828807ed738/add_router_interface => generated 309 bytes in 1302 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/573] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:39 2026] GET /v2.0/security-groups?id=a061e08c-63c5-4251-b527-f3f3d013f6d6&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/574] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:50:39 2026] GET /v2.0/networks/a038463d-8f9e-47f4-9635-1718c96db0a3?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: 295/575] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:50:39 2026] GET /v2.0/networks/a038463d-8f9e-47f4-9635-1718c96db0a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:50:39.843 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-49d0e5e3-e1ec-4a87-a5b0-e9901c33c88c'] response: {'name': 'network-changed', 'server_uuid': 'db8d0bde-73fe-4554-971e-5b5f2470b35d', 'tag': 'fa2d1491-26dd-4a43-b917-262dd6e5fd23', 'status': 'completed', 'code': 200} 2026-04-23 08:50:39.983 7 INFO neutron.db.segments_db [None req-4da188ba-d291-45d4-a6ac-0676fc1b123e 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment bcf3a31c-5cc3-4b0c-93d5-7da8f56a1c04 of type vxlan for network 526aaedd-bc07-44c2-8239-c429a188858b [pid: 7|app: 0|req: 281/576] 10.0.0.127 () {34 vars in 671 bytes} [Thu Apr 23 08:50:39 2026] POST /v2.0/networks => generated 743 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/577] 10.0.0.127 () {34 vars in 685 bytes} [Thu Apr 23 08:50:40 2026] POST /v2.0/security-groups => generated 1660 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/578] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:50:40 2026] POST /v2.0/subnets => generated 691 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/579] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:50:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/580] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:50:40 2026] GET /v2.0/ports?tenant_id=6bb3120741094a4aab272310267e11e3&device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 1242 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:50:40.387 7 INFO neutron.db.segments_db [None req-baeb8c22-aae4-4779-8a40-726ed517a75b 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment e3473878-354f-4c41-aa7e-05d222951044 of type vxlan for network 7ed0a187-92b9-4da8-9488-74890a9decb4 [pid: 8|app: 0|req: 298/581] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:50:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/582] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:50:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=fa2d1491-26dd-4a43-b917-262dd6e5fd23 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:50:40.663 7 INFO neutron.db.l3_hamode_db [None req-baeb8c22-aae4-4779-8a40-726ed517a75b 22038b09d218462d8d85ae6f1b23d904 5e271727203f4c45b108238cb3a1958c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 300/583] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:50:40 2026] POST /v2.0/floatingips => generated 552 bytes in 616 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/584] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/subnets?id=752ebce8-3a84-4619-8ac6-526556a5f964 => generated 698 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/585] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => 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: 303/586] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/587] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/ports?tenant_id=a4573c91bfd84fd383be7212a7fbef63&device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/588] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/ports?network_id=9f3750ac-5703-4087-8307-ba27ac362acd&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/589] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/security-groups?id=64fc0df5-b296-4891-95bc-f76ba7b32469&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: 307/590] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/security-groups?id=a061e08c-63c5-4251-b527-f3f3d013f6d6&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: 308/591] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/networks?id=a038463d-8f9e-47f4-9635-1718c96db0a3 => generated 766 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/592] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/networks/9f3750ac-5703-4087-8307-ba27ac362acd?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/593] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=91fd3f52-67de-4e37-a1f5-3016a7313598 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/594] 10.0.0.31 () {34 vars in 1099 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1625436048&fields=id&tenant_id=59965dc00c29477895e730586891c4b5 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/595] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/networks/9f3750ac-5703-4087-8307-ba27ac362acd?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: 313/596] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/subnets?id=e85c3a98-b896-4fc5-b3de-f15df5416e75 => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/597] 10.0.0.31 () {34 vars in 981 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/networks?id=f1be9a7b-da98-46ac-bd51-db2b117231b1 => generated 682 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:50:41.701 7 INFO neutron.db.l3_hamode_db [None req-baeb8c22-aae4-4779-8a40-726ed517a75b 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 315/598] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/ports?network_id=a038463d-8f9e-47f4-9635-1718c96db0a3&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/599] 10.0.0.31 () {34 vars in 964 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/quotas/59965dc00c29477895e730586891c4b5 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/600] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/networks/a038463d-8f9e-47f4-9635-1718c96db0a3?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: 318/601] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/ports?tenant_id=59965dc00c29477895e730586891c4b5&fields=id => generated 57 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/602] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:50:41 2026] GET /v2.0/networks/a038463d-8f9e-47f4-9635-1718c96db0a3?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: 320/603] 10.0.0.31 () {34 vars in 906 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/extensions => generated 21537 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/604] 10.0.0.31 () {34 vars in 1007 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1?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: 322/605] 10.0.0.31 () {34 vars in 1107 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/606] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/607] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => 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: 325/608] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/security-groups?id=64fc0df5-b296-4891-95bc-f76ba7b32469&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/609] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/security-groups?id=a061e08c-63c5-4251-b527-f3f3d013f6d6&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: 327/610] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/ports?tenant_id=6bb3120741094a4aab272310267e11e3&device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => 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: 328/611] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => 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: 284/612] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:50:40 2026] POST /v2.0/routers => generated 731 bytes in 2392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/613] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/networks?id=9f3750ac-5703-4087-8307-ba27ac362acd => generated 776 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/614] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=fa2d1491-26dd-4a43-b917-262dd6e5fd23 => 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: 331/615] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/subnets?id=752ebce8-3a84-4619-8ac6-526556a5f964 => generated 698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/616] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/ports?network_id=9f3750ac-5703-4087-8307-ba27ac362acd&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/617] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/networks/9f3750ac-5703-4087-8307-ba27ac362acd?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/618] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:50:42 2026] GET /v2.0/networks/9f3750ac-5703-4087-8307-ba27ac362acd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/619] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:43 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 973 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/620] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:43 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 969 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/621] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:43 2026] GET /v2.0/security-groups?id=64fc0df5-b296-4891-95bc-f76ba7b32469&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/622] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:43 2026] GET /v2.0/security-groups?id=a061e08c-63c5-4251-b527-f3f3d013f6d6&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/623] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:43 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/624] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:50:42 2026] PUT /v2.0/routers/39dd2840-7fb6-4206-bc85-a03822067822/add_router_interface => generated 309 bytes in 1330 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/625] 10.0.0.127 () {34 vars in 685 bytes} [Thu Apr 23 08:50:44 2026] POST /v2.0/security-groups => generated 1661 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/626] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:50:44 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: 8|app: 0|req: 341/627] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:50:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/628] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:44 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 973 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/629] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:45 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/630] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:45 2026] GET /v2.0/security-groups?id=64fc0df5-b296-4891-95bc-f76ba7b32469&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: 290/631] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:45 2026] GET /v2.0/security-groups?id=a061e08c-63c5-4251-b527-f3f3d013f6d6&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: 291/632] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:45 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => 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: 342/633] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:50:44 2026] POST /v2.0/floatingips => generated 552 bytes in 630 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/634] 10.0.0.31 () {34 vars in 1099 bytes} [Thu Apr 23 08:50:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1428618631&fields=id&tenant_id=5e271727203f4c45b108238cb3a1958c => generated 69 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/635] 10.0.0.31 () {34 vars in 981 bytes} [Thu Apr 23 08:50:46 2026] GET /v2.0/networks?id=526aaedd-bc07-44c2-8239-c429a188858b => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/636] 10.0.0.31 () {34 vars in 964 bytes} [Thu Apr 23 08:50:46 2026] GET /v2.0/quotas/5e271727203f4c45b108238cb3a1958c => 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: 294/637] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:46 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/638] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:50:46 2026] GET /v2.0/ports?tenant_id=5e271727203f4c45b108238cb3a1958c&fields=id => generated 57 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/639] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:46 2026] GET /v2.0/security-groups?id=64fc0df5-b296-4891-95bc-f76ba7b32469&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: 345/640] 10.0.0.31 () {34 vars in 1007 bytes} [Thu Apr 23 08:50:46 2026] GET /v2.0/networks/526aaedd-bc07-44c2-8239-c429a188858b?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: 296/641] 10.0.0.31 () {34 vars in 1107 bytes} [Thu Apr 23 08:50:46 2026] GET /v2.0/networks/526aaedd-bc07-44c2-8239-c429a188858b?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: 346/642] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:46 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/643] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:46 2026] GET /v2.0/security-groups?id=a061e08c-63c5-4251-b527-f3f3d013f6d6&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: 347/644] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:46 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/645] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:46 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => 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: 348/646] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:50:46 2026] GET /v2.0/networks?id=f1be9a7b-da98-46ac-bd51-db2b117231b1 => generated 682 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/647] 199.204.45.33 () {34 vars in 1049 bytes} [Thu Apr 23 08:50:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=59965dc00c29477895e730586891c4b5 => generated 181 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/648] 199.204.45.33 () {38 vars in 954 bytes} [Thu Apr 23 08:50:46 2026] POST /v2.0/ports => generated 958 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/649] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:47 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 973 bytes in 32 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: 350/650] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:47 2026] GET /v2.0/security-groups?id=64fc0df5-b296-4891-95bc-f76ba7b32469&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/651] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:47 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/652] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:47 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/653] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:47 2026] GET /v2.0/security-groups?id=a061e08c-63c5-4251-b527-f3f3d013f6d6&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/654] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:47 2026] GET /v2.0/security-groups?id=434a95dc-9909-4b2f-b9ec-f0a6c9879fb5&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: 355/655] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:47 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => 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: 358/658] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:47 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => 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: 301/659] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:50:47 2026] PUT /v2.0/ports/b3fe0019-c555-485f-ad08-a36e71cabc08 => generated 1239 bytes in 479 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:50:47.907 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e7d69e2-4915-435b-bcee-607d5c9e991d'] response: {'name': 'network-changed', 'server_uuid': '80f152d5-018c-4897-8c39-15625da55b09', 'tag': 'b3fe0019-c555-485f-ad08-a36e71cabc08', '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: 302/660] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:50:48 2026] GET /v2.0/ports?tenant_id=59965dc00c29477895e730586891c4b5&device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/661] 199.204.45.33 () {34 vars in 1017 bytes} [Thu Apr 23 08:50:48 2026] GET /v2.0/networks?tenant_id=59965dc00c29477895e730586891c4b5&shared=False => generated 778 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:50:48.530 8 INFO neutron.db.l3_db [None req-85b0253b-4499-45a9-af4e-e851d3ec60a3 d3a3e07079064ee6832752f23215f46f a4573c91bfd84fd383be7212a7fbef63 - - default default] Floating IP 8b00505c-765b-4aa8-9cc4-072f4b7f8054 associated. External IP: 10.96.250.207, port: 91fd3f52-67de-4e37-a1f5-3016a7313598. [pid: 7|app: 0|req: 304/662] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:48 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/663] 199.204.45.33 () {34 vars in 929 bytes} [Thu Apr 23 08:50:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/664] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:48 2026] GET /v2.0/security-groups?id=64fc0df5-b296-4891-95bc-f76ba7b32469&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/665] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:50:47 2026] PUT /v2.0/floatingips/8b00505c-765b-4aa8-9cc4-072f4b7f8054 => generated 855 bytes in 1023 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/666] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:48 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/667] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:48 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 973 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/668] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:48 2026] GET /v2.0/security-groups?id=434a95dc-9909-4b2f-b9ec-f0a6c9879fb5&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/669] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:48 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:50:48.946 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5665831e-66cb-40bd-98aa-a9536181e651'] response: {'name': 'network-changed', 'server_uuid': '61254a73-a866-412d-af8b-32788b0eb8d3', 'tag': '91fd3f52-67de-4e37-a1f5-3016a7313598', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 362/670] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:48 2026] GET /v2.0/security-groups?id=a061e08c-63c5-4251-b527-f3f3d013f6d6&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: 309/671] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => 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: 363/672] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/security-groups?id=a061e08c-63c5-4251-b527-f3f3d013f6d6&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: 7|app: 0|req: 310/673] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/ports?tenant_id=a4573c91bfd84fd383be7212a7fbef63&device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/674] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/networks?id=a038463d-8f9e-47f4-9635-1718c96db0a3 => generated 766 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/675] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=91fd3f52-67de-4e37-a1f5-3016a7313598 => generated 858 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/676] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/subnets?id=e85c3a98-b896-4fc5-b3de-f15df5416e75 => generated 688 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/677] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/ports?tenant_id=59965dc00c29477895e730586891c4b5&device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/678] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/ports?network_id=a038463d-8f9e-47f4-9635-1718c96db0a3&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: 313/679] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b3fe0019-c555-485f-ad08-a36e71cabc08 => 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: 367/680] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/networks/a038463d-8f9e-47f4-9635-1718c96db0a3?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: 314/681] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/subnets?id=68fc60af-efc5-4f81-a835-6367110db4ca => generated 700 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/682] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/683] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/networks/a038463d-8f9e-47f4-9635-1718c96db0a3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/684] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/ports?network_id=f1be9a7b-da98-46ac-bd51-db2b117231b1&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: 316/685] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/security-groups?id=64fc0df5-b296-4891-95bc-f76ba7b32469&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: 370/686] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1?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: 317/687] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1?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: 371/688] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => 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: 318/689] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:49 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/690] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:50 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/691] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:50 2026] GET /v2.0/security-groups?id=434a95dc-9909-4b2f-b9ec-f0a6c9879fb5&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-04-23 08:50:50.420 8 INFO neutron.db.l3_db [None req-a264210c-6841-4a69-99d1-d472d1003713 15625229563747b9b7f4d97d33da5031 6bb3120741094a4aab272310267e11e3 - - default default] Floating IP 1d50c1e9-2a39-4762-b724-2a0ba015ba68 associated. External IP: 10.96.250.203, port: fa2d1491-26dd-4a43-b917-262dd6e5fd23. [pid: 7|app: 0|req: 321/692] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:50 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/693] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:50 2026] GET /v2.0/security-groups?id=a061e08c-63c5-4251-b527-f3f3d013f6d6&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/694] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:50:49 2026] PUT /v2.0/floatingips/1d50c1e9-2a39-4762-b724-2a0ba015ba68 => generated 856 bytes in 768 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/695] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:50 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/697] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:50 2026] GET /v2.0/security-groups?id=64fc0df5-b296-4891-95bc-f76ba7b32469&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: 373/697] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:50:50 2026] GET /v2.0/networks?id=526aaedd-bc07-44c2-8239-c429a188858b => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/698] 199.204.45.33 () {34 vars in 1049 bytes} [Thu Apr 23 08:50:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5e271727203f4c45b108238cb3a1958c => generated 181 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:50:50.981 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa03a335-8152-4727-bf04-3713fa333a14'] response: {'name': 'network-changed', 'server_uuid': 'db8d0bde-73fe-4554-971e-5b5f2470b35d', 'tag': 'fa2d1491-26dd-4a43-b917-262dd6e5fd23', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 375/699] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/700] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/701] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/security-groups?id=434a95dc-9909-4b2f-b9ec-f0a6c9879fb5&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/702] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/703] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/security-groups?id=64fc0df5-b296-4891-95bc-f76ba7b32469&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: 7|app: 0|req: 325/704] 199.204.45.33 () {38 vars in 954 bytes} [Thu Apr 23 08:50:50 2026] POST /v2.0/ports => generated 954 bytes in 562 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/705] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/ports?tenant_id=6bb3120741094a4aab272310267e11e3&device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 381/706] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/networks?id=9f3750ac-5703-4087-8307-ba27ac362acd => generated 776 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/707] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=fa2d1491-26dd-4a43-b917-262dd6e5fd23 => generated 859 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/708] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/709] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/subnets?id=752ebce8-3a84-4619-8ac6-526556a5f964 => generated 698 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/710] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/security-groups?id=a061e08c-63c5-4251-b527-f3f3d013f6d6&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/711] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/ports?network_id=9f3750ac-5703-4087-8307-ba27ac362acd&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/712] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/713] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/networks/9f3750ac-5703-4087-8307-ba27ac362acd?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: 326/714] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:50:51 2026] PUT /v2.0/ports/4b6ac27b-769f-445f-b6e6-05881b52d624 => generated 1235 bytes in 464 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-04-23 08:50:52.011 8 INFO neutron_taas.services.taas.taas_plugin [req-3f5b799f-4d10-429d-8e81-854042804a9d req-7df2809c-b480-45d7-b4b9-9910788a2862 d3a3e07079064ee6832752f23215f46f a4573c91bfd84fd383be7212a7fbef63 - - default default] TaaS: Handle Delete Port: 91fd3f52-67de-4e37-a1f5-3016a7313598 2026-04-23 08:50:52.021 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3f5b799f-4d10-429d-8e81-854042804a9d req-7df2809c-b480-45d7-b4b9-9910788a2862 d3a3e07079064ee6832752f23215f46f a4573c91bfd84fd383be7212a7fbef63 - - default default] Tap Mirror: Handle Delete Port: 91fd3f52-67de-4e37-a1f5-3016a7313598 2026-04-23 08:50:52.026 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4bffa316-0626-4664-a7a9-58d10e77ea11'] response: {'name': 'network-changed', 'server_uuid': '367c19cf-6788-470c-a786-2e954586a9e7', 'tag': '4b6ac27b-769f-445f-b6e6-05881b52d624', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 327/715] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:50:51 2026] GET /v2.0/networks/9f3750ac-5703-4087-8307-ba27ac362acd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:50:52.185 8 INFO neutron.db.l3_db [req-3f5b799f-4d10-429d-8e81-854042804a9d req-7df2809c-b480-45d7-b4b9-9910788a2862 d3a3e07079064ee6832752f23215f46f a4573c91bfd84fd383be7212a7fbef63 - - default default] Floating IP 8b00505c-765b-4aa8-9cc4-072f4b7f8054 disassociated. External IP: 10.96.250.207, port: 91fd3f52-67de-4e37-a1f5-3016a7313598. [pid: 7|app: 0|req: 328/716] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:52 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => 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: 329/717] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:52 2026] GET /v2.0/security-groups?id=d65fd8ad-4220-4a76-89e0-4c1c03c04096&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: 330/718] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:52 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/719] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:52 2026] GET /v2.0/security-groups?id=434a95dc-9909-4b2f-b9ec-f0a6c9879fb5&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/720] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:52 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/721] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:52 2026] GET /v2.0/security-groups?id=64fc0df5-b296-4891-95bc-f76ba7b32469&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: 7|app: 0|req: 334/722] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:50:52 2026] GET /v2.0/ports?tenant_id=5e271727203f4c45b108238cb3a1958c&device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/723] 199.204.45.33 () {36 vars in 996 bytes} [Thu Apr 23 08:50:51 2026] DELETE /v2.0/ports/91fd3f52-67de-4e37-a1f5-3016a7313598 => generated 0 bytes in 733 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/724] 199.204.45.33 () {34 vars in 1017 bytes} [Thu Apr 23 08:50:52 2026] GET /v2.0/networks?tenant_id=5e271727203f4c45b108238cb3a1958c&shared=False => generated 771 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/725] 199.204.45.33 () {34 vars in 929 bytes} [Thu Apr 23 08:50:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/726] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:52 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:50:53.021 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf141d1a-2e1a-4481-abb4-61a8738ed1fd'] response: {'server_uuid': '61254a73-a866-412d-af8b-32788b0eb8d3', 'name': 'network-vif-deleted', 'tag': '91fd3f52-67de-4e37-a1f5-3016a7313598', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 391/727] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:53 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/728] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:53 2026] GET /v2.0/security-groups?id=d65fd8ad-4220-4a76-89e0-4c1c03c04096&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/729] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:53 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/730] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:53 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/731] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:53 2026] GET /v2.0/security-groups?id=434a95dc-9909-4b2f-b9ec-f0a6c9879fb5&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/732] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:53 2026] GET /v2.0/security-groups?id=64fc0df5-b296-4891-95bc-f76ba7b32469&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: 339/733] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:50:53 2026] GET /v2.0/ports?tenant_id=5e271727203f4c45b108238cb3a1958c&device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/734] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:50:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4b6ac27b-769f-445f-b6e6-05881b52d624 => 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: 340/735] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:50:53 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/736] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:50:53 2026] GET /v2.0/subnets?id=d4ded577-9af2-4276-8b38-504b27eb564e => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/737] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:50:53 2026] GET /v2.0/ports?network_id=526aaedd-bc07-44c2-8239-c429a188858b&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/738] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:50:53 2026] GET /v2.0/networks/526aaedd-bc07-44c2-8239-c429a188858b?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:50:53.965 7 INFO neutron_taas.services.taas.taas_plugin [req-7a58336a-7f1b-4702-91f3-ac7472bbe1a6 req-670f426c-429c-4a2d-91e8-d92362d2f8aa 15625229563747b9b7f4d97d33da5031 6bb3120741094a4aab272310267e11e3 - - default default] TaaS: Handle Delete Port: fa2d1491-26dd-4a43-b917-262dd6e5fd23 2026-04-23 08:50:53.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7a58336a-7f1b-4702-91f3-ac7472bbe1a6 req-670f426c-429c-4a2d-91e8-d92362d2f8aa 15625229563747b9b7f4d97d33da5031 6bb3120741094a4aab272310267e11e3 - - default default] Tap Mirror: Handle Delete Port: fa2d1491-26dd-4a43-b917-262dd6e5fd23 [pid: 8|app: 0|req: 399/739] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:50:53 2026] GET /v2.0/networks/526aaedd-bc07-44c2-8239-c429a188858b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/740] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:53 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:50:54.164 7 INFO neutron.db.l3_db [req-7a58336a-7f1b-4702-91f3-ac7472bbe1a6 req-670f426c-429c-4a2d-91e8-d92362d2f8aa 15625229563747b9b7f4d97d33da5031 6bb3120741094a4aab272310267e11e3 - - default default] Floating IP 1d50c1e9-2a39-4762-b724-2a0ba015ba68 disassociated. External IP: 10.96.250.203, port: fa2d1491-26dd-4a43-b917-262dd6e5fd23. [pid: 7|app: 0|req: 341/741] 199.204.45.33 () {36 vars in 996 bytes} [Thu Apr 23 08:50:53 2026] DELETE /v2.0/ports/fa2d1491-26dd-4a43-b917-262dd6e5fd23 => generated 0 bytes in 701 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/742] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:54 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:50:54.549 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-27236cf9-41fc-4225-823b-3c468ae3b456'] response: {'server_uuid': 'db8d0bde-73fe-4554-971e-5b5f2470b35d', 'name': 'network-vif-deleted', 'tag': 'fa2d1491-26dd-4a43-b917-262dd6e5fd23', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 342/743] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:54 2026] GET /v2.0/security-groups?id=d65fd8ad-4220-4a76-89e0-4c1c03c04096&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/744] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:54 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => 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: 402/745] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:54 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/746] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:54 2026] GET /v2.0/security-groups?id=434a95dc-9909-4b2f-b9ec-f0a6c9879fb5&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/747] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:55 2026] GET /v2.0/ports?device_id=61254a73-a866-412d-af8b-32788b0eb8d3 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/748] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:55 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/749] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:55 2026] GET /v2.0/security-groups?id=d65fd8ad-4220-4a76-89e0-4c1c03c04096&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/750] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:55 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => 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: 405/751] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:55 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => 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: 347/752] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:55 2026] GET /v2.0/security-groups?id=434a95dc-9909-4b2f-b9ec-f0a6c9879fb5&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: 406/753] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:56 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/754] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:50:56 2026] DELETE /v2.0/security-groups/a061e08c-63c5-4251-b527-f3f3d013f6d6 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:50:56.340 8 INFO neutron.api.v2.resource [None req-ff5a4a97-942b-4bd1-810b-e8d5ba949249 d3a3e07079064ee6832752f23215f46f a4573c91bfd84fd383be7212a7fbef63 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 408/755] 10.0.0.127 () {32 vars in 737 bytes} [Thu Apr 23 08:50:56 2026] GET /v2.0/security-groups/a061e08c-63c5-4251-b527-f3f3d013f6d6 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:50:56.436 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a302003-1883-4550-bf8b-2afe02aa35fd d3a3e07079064ee6832752f23215f46f a4573c91bfd84fd383be7212a7fbef63 - - default default] TaaS: Handle Delete Port: 52e32d6b-a1a3-4f4c-8ba0-4540c114ca99 2026-04-23 08:50:56.451 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a302003-1883-4550-bf8b-2afe02aa35fd d3a3e07079064ee6832752f23215f46f a4573c91bfd84fd383be7212a7fbef63 - - default default] Tap Mirror: Handle Delete Port: 52e32d6b-a1a3-4f4c-8ba0-4540c114ca99 2026-04-23 08:50:56.473 7 INFO neutron.db.l3_db [None req-38028c02-505f-4a1d-a572-dae0791209e7 144a9695d7a64feda15a863278a66ac5 59965dc00c29477895e730586891c4b5 - - default default] Floating IP 2e575703-23a8-406f-b486-ab27377e7af8 associated. External IP: 10.96.250.210, port: b3fe0019-c555-485f-ad08-a36e71cabc08. [pid: 8|app: 0|req: 409/756] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:50:56 2026] DELETE /v2.0/floatingips/8b00505c-765b-4aa8-9cc4-072f4b7f8054 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/757] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:50:56 2026] PUT /v2.0/floatingips/2e575703-23a8-406f-b486-ab27377e7af8 => generated 856 bytes in 737 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:50:56.849 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cdfaba1d-5c9f-47a5-ad8c-be61ac0b34cc'] response: {'name': 'network-changed', 'server_uuid': '80f152d5-018c-4897-8c39-15625da55b09', 'tag': 'b3fe0019-c555-485f-ad08-a36e71cabc08', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 349/758] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:56 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => 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: 350/759] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:56 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/760] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:56 2026] GET /v2.0/security-groups?id=d65fd8ad-4220-4a76-89e0-4c1c03c04096&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/761] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:56 2026] GET /v2.0/security-groups?id=434a95dc-9909-4b2f-b9ec-f0a6c9879fb5&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:50:57.047 8 INFO neutron_taas.services.taas.taas_plugin [None req-9759f1fa-83c0-44fa-b03d-fe4c92002931 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: f873bd3e-b3da-4b85-b85d-d30ab2f4d7cc 2026-04-23 08:50:57.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9759f1fa-83c0-44fa-b03d-fe4c92002931 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: f873bd3e-b3da-4b85-b85d-d30ab2f4d7cc [pid: 7|app: 0|req: 353/762] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:57 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => 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: 354/763] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:50:57 2026] GET /v2.0/ports?tenant_id=59965dc00c29477895e730586891c4b5&device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/764] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:50:57 2026] GET /v2.0/networks?id=f1be9a7b-da98-46ac-bd51-db2b117231b1 => generated 778 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/765] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:50:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b3fe0019-c555-485f-ad08-a36e71cabc08 => generated 859 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/766] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:50:57 2026] GET /v2.0/subnets?id=68fc60af-efc5-4f81-a835-6367110db4ca => generated 700 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/767] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:50:57 2026] GET /v2.0/ports?network_id=f1be9a7b-da98-46ac-bd51-db2b117231b1&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: 410/768] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:50:56 2026] PUT /v2.0/routers/4acaeae5-0d74-40de-b0a4-ccfccda956ec/remove_router_interface => generated 309 bytes in 998 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/769] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:50:57 2026] GET /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1?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: 360/770] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:50:57 2026] GET /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:50:57.840 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d7aa9ab-29cb-417d-91ef-fa290494e2cc 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 3ba43748-0beb-4233-b62e-85552a347f68 2026-04-23 08:50:57.845 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d7aa9ab-29cb-417d-91ef-fa290494e2cc 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 3ba43748-0beb-4233-b62e-85552a347f68 2026-04-23 08:50:58.097 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d7aa9ab-29cb-417d-91ef-fa290494e2cc 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 4ebd695f-1ee5-41d2-a979-bdef03d7dd63 2026-04-23 08:50:58.100 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d7aa9ab-29cb-417d-91ef-fa290494e2cc 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 4ebd695f-1ee5-41d2-a979-bdef03d7dd63 [pid: 7|app: 0|req: 361/771] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:58 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/772] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:58 2026] GET /v2.0/security-groups?id=d65fd8ad-4220-4a76-89e0-4c1c03c04096&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: 363/773] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:58 2026] GET /v2.0/ports?device_id=db8d0bde-73fe-4554-971e-5b5f2470b35d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:50:58.506 8 INFO neutron.services.segments.plugin [-] Segment 5830c7c1-5f4e-4eaf-994a-d5a62b0d6ae9 resource provider aggregate not found 2026-04-23 08:50:58.512 8 INFO neutron.services.segments.plugin [-] Segment 5830c7c1-5f4e-4eaf-994a-d5a62b0d6ae9 resource provider aggregate not found 2026-04-23 08:50:58.529 8 INFO neutron.services.segments.plugin [-] Segment 5830c7c1-5f4e-4eaf-994a-d5a62b0d6ae9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5830c7c1-5f4e-4eaf-994a-d5a62b0d6ae9 found for delete ", "request_id": "req-7c2e349a-2dba-4fff-bed3-f84699018fa7"}]} 2026-04-23 08:50:58.533 8 INFO neutron.services.segments.plugin [-] Segment 5830c7c1-5f4e-4eaf-994a-d5a62b0d6ae9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5830c7c1-5f4e-4eaf-994a-d5a62b0d6ae9 found for delete ", "request_id": "req-ba26b0a9-2c4c-4206-ab31-3e6d6bb30350"}]} 2026-04-23 08:50:58.543 8 INFO neutron.db.l3_hamode_db [None req-8d7aa9ab-29cb-417d-91ef-fa290494e2cc 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] HA network 37bd9386-445d-4944-8eec-41ade58c3ea3 was deleted as no HA routers are present in tenant a4573c91bfd84fd383be7212a7fbef63. [pid: 8|app: 0|req: 411/774] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:50:57 2026] DELETE /v2.0/routers/4acaeae5-0d74-40de-b0a4-ccfccda956ec => 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: 364/775] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:50:58 2026] DELETE /v2.0/subnets/e85c3a98-b896-4fc5-b3de-f15df5416e75 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:50:58.813 8 INFO neutron_taas.services.taas.taas_plugin [None req-8fcf716f-5926-4223-9234-7beff3bd5f4c 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 457eb3dc-c91b-4e74-a786-e577c879760d 2026-04-23 08:50:58.815 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fcf716f-5926-4223-9234-7beff3bd5f4c 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 457eb3dc-c91b-4e74-a786-e577c879760d [pid: 8|app: 0|req: 412/776] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:50:58 2026] DELETE /v2.0/networks/a038463d-8f9e-47f4-9635-1718c96db0a3 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/777] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:50:59 2026] GET /v2.0/security-groups?tenant_id=a4573c91bfd84fd383be7212a7fbef63&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: 366/778] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:59 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => 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: 413/779] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:50:59 2026] DELETE /v2.0/security-groups/55283190-0c6c-4745-8b79-739292df8336 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/780] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:50:59 2026] GET /v2.0/security-groups?id=d65fd8ad-4220-4a76-89e0-4c1c03c04096&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: 414/781] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:50:59 2026] DELETE /v2.0/security-groups/64fc0df5-b296-4891-95bc-f76ba7b32469 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:50:59.423 8 INFO neutron.api.v2.resource [None req-5d5ff2cc-826f-4fd4-a038-3a47985180d6 15625229563747b9b7f4d97d33da5031 6bb3120741094a4aab272310267e11e3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 415/782] 10.0.0.127 () {32 vars in 737 bytes} [Thu Apr 23 08:50:59 2026] GET /v2.0/security-groups/64fc0df5-b296-4891-95bc-f76ba7b32469 => 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: 368/783] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:50:59 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:50:59.559 8 INFO neutron_taas.services.taas.taas_plugin [None req-992812ca-33f4-471d-bd4d-805dcdcb7641 15625229563747b9b7f4d97d33da5031 6bb3120741094a4aab272310267e11e3 - - default default] TaaS: Handle Delete Port: 2a0c490f-981e-4b91-8f47-4963dbc00f27 2026-04-23 08:50:59.562 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-992812ca-33f4-471d-bd4d-805dcdcb7641 15625229563747b9b7f4d97d33da5031 6bb3120741094a4aab272310267e11e3 - - default default] Tap Mirror: Handle Delete Port: 2a0c490f-981e-4b91-8f47-4963dbc00f27 [pid: 8|app: 0|req: 416/784] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:50:59 2026] DELETE /v2.0/floatingips/1d50c1e9-2a39-4762-b724-2a0ba015ba68 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:51:00.061 7 INFO neutron.db.l3_db [None req-ba619626-4327-4d7f-84b3-2334f100fcd5 fdace8a4180a4460b0584d5f08f017f0 5e271727203f4c45b108238cb3a1958c - - default default] Floating IP eeac6395-275c-456b-9709-da86af5685ed associated. External IP: 10.96.250.214, port: 4b6ac27b-769f-445f-b6e6-05881b52d624. 2026-04-23 08:51:00.152 8 INFO neutron_taas.services.taas.taas_plugin [None req-167391b5-fa6e-49c6-b5b4-1cc5c4d3bd62 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 21b4fe3e-581f-4c17-b0ef-9e37e3a1cf4a 2026-04-23 08:51:00.156 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-167391b5-fa6e-49c6-b5b4-1cc5c4d3bd62 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 21b4fe3e-581f-4c17-b0ef-9e37e3a1cf4a [pid: 7|app: 0|req: 369/785] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:50:59 2026] PUT /v2.0/floatingips/eeac6395-275c-456b-9709-da86af5685ed => generated 855 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:00.458 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc761f5d-14d7-42a1-a745-921f0944ee72'] response: {'name': 'network-changed', 'server_uuid': '367c19cf-6788-470c-a786-2e954586a9e7', 'tag': '4b6ac27b-769f-445f-b6e6-05881b52d624', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 370/786] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:00 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:00.569 8 INFO neutron.services.segments.plugin [-] Segment 44f0241a-049a-4b17-8d07-35112c46a5eb resource provider aggregate not found 2026-04-23 08:51:00.574 8 INFO neutron.services.segments.plugin [-] Segment 44f0241a-049a-4b17-8d07-35112c46a5eb resource provider aggregate not found [pid: 7|app: 0|req: 371/787] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:00 2026] GET /v2.0/security-groups?id=d65fd8ad-4220-4a76-89e0-4c1c03c04096&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:00.605 8 INFO neutron.services.segments.plugin [-] Segment 44f0241a-049a-4b17-8d07-35112c46a5eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44f0241a-049a-4b17-8d07-35112c46a5eb found for delete ", "request_id": "req-68589bc6-ae10-4328-9a4b-8e51053d9278"}]} 2026-04-23 08:51:00.606 8 INFO neutron.services.segments.plugin [-] Segment 44f0241a-049a-4b17-8d07-35112c46a5eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44f0241a-049a-4b17-8d07-35112c46a5eb found for delete ", "request_id": "req-20d59de8-deb6-4ad5-bf0d-8a9ef909ea31"}]} [pid: 8|app: 0|req: 417/788] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:50:59 2026] PUT /v2.0/routers/0e352170-cc8b-424f-8e21-869afc50c550/remove_router_interface => generated 309 bytes in 1105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/789] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:00 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/790] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:51:00 2026] GET /v2.0/ports?tenant_id=5e271727203f4c45b108238cb3a1958c&device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/791] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:01 2026] GET /v2.0/security-groups?id=d65fd8ad-4220-4a76-89e0-4c1c03c04096&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: 421/792] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:51:01 2026] GET /v2.0/networks?id=526aaedd-bc07-44c2-8239-c429a188858b => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:01.136 7 INFO neutron_taas.services.taas.taas_plugin [None req-45b70d76-3821-41d7-81a9-8283b886eeba 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: e711faa2-ecd5-4b7e-8ef5-c3190171855c 2026-04-23 08:51:01.139 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45b70d76-3821-41d7-81a9-8283b886eeba 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: e711faa2-ecd5-4b7e-8ef5-c3190171855c [pid: 8|app: 0|req: 422/793] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:51:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=4b6ac27b-769f-445f-b6e6-05881b52d624 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/794] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:51:01 2026] GET /v2.0/subnets?id=d4ded577-9af2-4276-8b38-504b27eb564e => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:01.446 7 INFO neutron_taas.services.taas.taas_plugin [None req-45b70d76-3821-41d7-81a9-8283b886eeba 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 79808abb-558c-4d37-9586-d1ebc0c29da9 2026-04-23 08:51:01.449 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45b70d76-3821-41d7-81a9-8283b886eeba 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 79808abb-558c-4d37-9586-d1ebc0c29da9 2026-04-23 08:51:01.500 8 INFO neutron.db.segments_db [None req-b7397df0-f138-4cfe-bda8-6474decb1c80 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 7fc10303-eb40-4754-a644-0c0f568b61d3 of type vxlan for network d9bd0d13-bb0a-43ed-887d-72b6120e2b34 [pid: 8|app: 0|req: 424/795] 10.0.0.127 () {34 vars in 671 bytes} [Thu Apr 23 08:51:01 2026] POST /v2.0/networks => generated 744 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/796] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:51:01 2026] GET /v2.0/ports?network_id=526aaedd-bc07-44c2-8239-c429a188858b&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:51:01.824 7 INFO neutron.services.segments.plugin [-] Segment 4d4bcec8-86c7-4f66-9f13-df5b729ae2ea resource provider aggregate not found [pid: 8|app: 0|req: 426/797] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:01 2026] POST /v2.0/subnets => generated 691 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:51:01.828 7 INFO neutron.services.segments.plugin [-] Segment 4d4bcec8-86c7-4f66-9f13-df5b729ae2ea resource provider aggregate not found 2026-04-23 08:51:01.860 7 INFO neutron.services.segments.plugin [-] Segment 4d4bcec8-86c7-4f66-9f13-df5b729ae2ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d4bcec8-86c7-4f66-9f13-df5b729ae2ea found for delete ", "request_id": "req-5daee500-15f1-43c7-9ddc-a17a273b8414"}]} 2026-04-23 08:51:01.868 7 INFO neutron.db.l3_hamode_db [None req-45b70d76-3821-41d7-81a9-8283b886eeba 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] HA network 72113b1c-6da4-4a5e-a900-615e6e2c4aa7 was deleted as no HA routers are present in tenant 6bb3120741094a4aab272310267e11e3. [pid: 8|app: 0|req: 427/798] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:51:01 2026] GET /v2.0/networks/526aaedd-bc07-44c2-8239-c429a188858b?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:51:01.873 7 INFO neutron.services.segments.plugin [-] Segment 4d4bcec8-86c7-4f66-9f13-df5b729ae2ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d4bcec8-86c7-4f66-9f13-df5b729ae2ea found for delete ", "request_id": "req-cc1dce2e-145b-45e4-b6ae-658fa5582062"}]} [pid: 7|app: 0|req: 372/799] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:00 2026] DELETE /v2.0/routers/0e352170-cc8b-424f-8e21-869afc50c550 => generated 0 bytes in 1017 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/800] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:51:01 2026] GET /v2.0/networks/526aaedd-bc07-44c2-8239-c429a188858b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:51:01.933 8 INFO neutron.db.segments_db [None req-26767f5a-ed93-4d40-a47f-cf40336f2c37 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment a20694b9-5e7f-436e-856d-e3224ed54655 of type vxlan for network e0826800-5003-4899-bafe-3880844421dd [pid: 7|app: 0|req: 374/801] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:01 2026] DELETE /v2.0/subnets/752ebce8-3a84-4619-8ac6-526556a5f964 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:02.224 8 INFO neutron.db.l3_hamode_db [None req-26767f5a-ed93-4d40-a47f-cf40336f2c37 22038b09d218462d8d85ae6f1b23d904 75af7b04d356432b82295567886c95ea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:51:02.226 7 INFO neutron_taas.services.taas.taas_plugin [None req-e61c1d0f-16ea-41b0-948e-2ae56cd8dba9 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: c01b1936-75cf-4cbf-8d78-0af0acf3f9c8 2026-04-23 08:51:02.229 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e61c1d0f-16ea-41b0-948e-2ae56cd8dba9 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: c01b1936-75cf-4cbf-8d78-0af0acf3f9c8 [pid: 7|app: 0|req: 375/802] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:02 2026] DELETE /v2.0/networks/9f3750ac-5703-4087-8307-ba27ac362acd => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/803] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:02 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/804] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:02 2026] GET /v2.0/security-groups?id=d65fd8ad-4220-4a76-89e0-4c1c03c04096&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: 378/805] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:02 2026] GET /v2.0/security-groups?tenant_id=6bb3120741094a4aab272310267e11e3&name=default => generated 2921 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/806] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:02 2026] DELETE /v2.0/security-groups/bbe30bc9-a43d-4c74-a2e1-d55f7c85bbd5 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:51:03.106 8 INFO neutron.db.l3_hamode_db [None req-26767f5a-ed93-4d40-a47f-cf40336f2c37 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 382/809] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:51:03 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:03.535 7 INFO neutron_taas.services.taas.taas_plugin [req-51f5eb01-d31d-4f84-b5e4-72f2730c910c req-64a393b1-4d0e-487b-b936-87eb6a4798fc fdace8a4180a4460b0584d5f08f017f0 5e271727203f4c45b108238cb3a1958c - - default default] TaaS: Handle Delete Port: 4b6ac27b-769f-445f-b6e6-05881b52d624 2026-04-23 08:51:03.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-51f5eb01-d31d-4f84-b5e4-72f2730c910c req-64a393b1-4d0e-487b-b936-87eb6a4798fc fdace8a4180a4460b0584d5f08f017f0 5e271727203f4c45b108238cb3a1958c - - default default] Tap Mirror: Handle Delete Port: 4b6ac27b-769f-445f-b6e6-05881b52d624 2026-04-23 08:51:03.675 7 INFO neutron.db.l3_db [req-51f5eb01-d31d-4f84-b5e4-72f2730c910c req-64a393b1-4d0e-487b-b936-87eb6a4798fc fdace8a4180a4460b0584d5f08f017f0 5e271727203f4c45b108238cb3a1958c - - default default] Floating IP eeac6395-275c-456b-9709-da86af5685ed disassociated. External IP: 10.96.250.214, port: 4b6ac27b-769f-445f-b6e6-05881b52d624. 2026-04-23 08:51:03.909 7 INFO neutron.services.segments.plugin [-] Segment efb1593b-2ab6-4006-a0cf-5996b7ae453a resource provider aggregate not found 2026-04-23 08:51:03.917 7 INFO neutron.services.segments.plugin [-] Segment efb1593b-2ab6-4006-a0cf-5996b7ae453a resource provider aggregate not found 2026-04-23 08:51:03.936 7 INFO neutron.services.segments.plugin [-] Segment efb1593b-2ab6-4006-a0cf-5996b7ae453a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efb1593b-2ab6-4006-a0cf-5996b7ae453a found for delete ", "request_id": "req-b0da414a-ad9d-4190-8539-11c5ffcaba59"}]} 2026-04-23 08:51:03.939 7 INFO neutron.services.segments.plugin [-] Segment efb1593b-2ab6-4006-a0cf-5996b7ae453a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid efb1593b-2ab6-4006-a0cf-5996b7ae453a found for delete ", "request_id": "req-8058018b-89ec-4b43-8f53-59a67fd57259"}]} [pid: 7|app: 0|req: 383/810] 199.204.45.33 () {36 vars in 996 bytes} [Thu Apr 23 08:51:03 2026] DELETE /v2.0/ports/4b6ac27b-769f-445f-b6e6-05881b52d624 => generated 0 bytes in 683 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/811] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:04 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:51:04.103 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-751a2480-aa0f-4482-8352-03f029673d6e'] response: {'server_uuid': '367c19cf-6788-470c-a786-2e954586a9e7', 'name': 'network-vif-deleted', 'tag': '4b6ac27b-769f-445f-b6e6-05881b52d624', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 428/812] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:01 2026] POST /v2.0/routers => generated 731 bytes in 2332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/813] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:05 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/814] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:51:04 2026] PUT /v2.0/routers/8129f724-12cf-4989-a340-6e25100597bf/add_router_interface => generated 309 bytes in 1472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/815] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:05 2026] GET /v2.0/security-groups?tenant_id=47444058f6bb4b54877cfbd325bea813&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/816] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:06 2026] DELETE /v2.0/security-groups/bd27474d-f36e-4ba8-94e7-804ec7f5b5df => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/817] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:06 2026] GET /v2.0/ports?device_id=367c19cf-6788-470c-a786-2e954586a9e7 => 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: 431/818] 10.0.0.127 () {34 vars in 685 bytes} [Thu Apr 23 08:51:06 2026] POST /v2.0/security-groups => generated 1660 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/819] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:51:06 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: 8|app: 0|req: 432/820] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:51:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/821] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:51:06 2026] POST /v2.0/floatingips => generated 552 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/822] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:07 2026] DELETE /v2.0/security-groups/d65fd8ad-4220-4a76-89e0-4c1c03c04096 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:51:07.553 7 INFO neutron.api.v2.resource [None req-8e15fce5-c3e5-44fc-a2a5-18dc4776b17b fdace8a4180a4460b0584d5f08f017f0 5e271727203f4c45b108238cb3a1958c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 390/823] 10.0.0.127 () {32 vars in 737 bytes} [Thu Apr 23 08:51:07 2026] GET /v2.0/security-groups/d65fd8ad-4220-4a76-89e0-4c1c03c04096 => generated 146 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/824] 10.0.0.31 () {34 vars in 1099 bytes} [Thu Apr 23 08:51:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1810182952&fields=id&tenant_id=75af7b04d356432b82295567886c95ea => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:51:07.698 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e5ff152-bcf9-4edd-b749-cb118ed8e34a fdace8a4180a4460b0584d5f08f017f0 5e271727203f4c45b108238cb3a1958c - - default default] TaaS: Handle Delete Port: 47482fa6-492e-458e-8e80-5e51ee3944ec 2026-04-23 08:51:07.701 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e5ff152-bcf9-4edd-b749-cb118ed8e34a fdace8a4180a4460b0584d5f08f017f0 5e271727203f4c45b108238cb3a1958c - - default default] Tap Mirror: Handle Delete Port: 47482fa6-492e-458e-8e80-5e51ee3944ec [pid: 7|app: 0|req: 392/825] 10.0.0.31 () {34 vars in 981 bytes} [Thu Apr 23 08:51:07 2026] GET /v2.0/networks?id=d9bd0d13-bb0a-43ed-887d-72b6120e2b34 => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/826] 10.0.0.31 () {34 vars in 964 bytes} [Thu Apr 23 08:51:07 2026] GET /v2.0/quotas/75af7b04d356432b82295567886c95ea => 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: 394/827] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:51:07 2026] GET /v2.0/ports?tenant_id=75af7b04d356432b82295567886c95ea&fields=id => generated 103 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/828] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:51:07 2026] DELETE /v2.0/floatingips/eeac6395-275c-456b-9709-da86af5685ed => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/829] 10.0.0.31 () {34 vars in 1007 bytes} [Thu Apr 23 08:51:07 2026] GET /v2.0/networks/d9bd0d13-bb0a-43ed-887d-72b6120e2b34?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: 395/830] 10.0.0.232 () {34 vars in 990 bytes} [Thu Apr 23 08:51:07 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 1244 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/831] 10.0.0.31 () {34 vars in 1107 bytes} [Thu Apr 23 08:51:08 2026] GET /v2.0/networks/d9bd0d13-bb0a-43ed-887d-72b6120e2b34?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:51:08.304 8 INFO neutron_taas.services.taas.taas_plugin [None req-f636a803-b203-4379-8f6c-a07dfd897a71 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 6560e606-bbdd-4e77-bd5a-5d84bde74612 [pid: 7|app: 0|req: 397/832] 10.0.0.232 () {34 vars in 1040 bytes} [Thu Apr 23 08:51:08 2026] GET /v2.0/security-groups?id=434a95dc-9909-4b2f-b9ec-f0a6c9879fb5&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:08.307 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f636a803-b203-4379-8f6c-a07dfd897a71 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 6560e606-bbdd-4e77-bd5a-5d84bde74612 [pid: 7|app: 0|req: 398/833] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:08 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => 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: 436/834] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:51:07 2026] PUT /v2.0/routers/39dd2840-7fb6-4206-bc85-a03822067822/remove_router_interface => generated 309 bytes in 1290 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:09.476 7 INFO neutron_taas.services.taas.taas_plugin [None req-2afd76aa-8cb6-417c-9d6d-9205f044e402 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 47763380-14cf-4186-a211-559b7fa6d2f8 2026-04-23 08:51:09.482 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2afd76aa-8cb6-417c-9d6d-9205f044e402 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 47763380-14cf-4186-a211-559b7fa6d2f8 [pid: 8|app: 0|req: 437/835] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:09 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:51:09.803 7 INFO neutron_taas.services.taas.taas_plugin [None req-2afd76aa-8cb6-417c-9d6d-9205f044e402 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: a6a4db87-edd7-4cab-be33-1c6ead7d9dd4 2026-04-23 08:51:09.806 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2afd76aa-8cb6-417c-9d6d-9205f044e402 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: a6a4db87-edd7-4cab-be33-1c6ead7d9dd4 2026-04-23 08:51:10.211 7 INFO neutron.services.segments.plugin [-] Segment e3473878-354f-4c41-aa7e-05d222951044 resource provider aggregate not found 2026-04-23 08:51:10.217 7 INFO neutron.services.segments.plugin [-] Segment e3473878-354f-4c41-aa7e-05d222951044 resource provider aggregate not found 2026-04-23 08:51:10.253 7 INFO neutron.services.segments.plugin [-] Segment e3473878-354f-4c41-aa7e-05d222951044 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3473878-354f-4c41-aa7e-05d222951044 found for delete ", "request_id": "req-e0ed201e-7416-4219-8b5d-1c1dc85ce0fe"}]} 2026-04-23 08:51:10.255 7 INFO neutron.services.segments.plugin [-] Segment e3473878-354f-4c41-aa7e-05d222951044 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3473878-354f-4c41-aa7e-05d222951044 found for delete ", "request_id": "req-ab5c7ee8-3d06-4525-8321-a55720d65bdf"}]} 2026-04-23 08:51:10.272 7 INFO neutron.db.l3_hamode_db [None req-2afd76aa-8cb6-417c-9d6d-9205f044e402 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] HA network 7ed0a187-92b9-4da8-9488-74890a9decb4 was deleted as no HA routers are present in tenant 5e271727203f4c45b108238cb3a1958c. [pid: 7|app: 0|req: 399/836] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:09 2026] DELETE /v2.0/routers/39dd2840-7fb6-4206-bc85-a03822067822 => generated 0 bytes in 1062 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/837] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:10 2026] DELETE /v2.0/subnets/d4ded577-9af2-4276-8b38-504b27eb564e => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:10.567 7 INFO neutron_taas.services.taas.taas_plugin [None req-83cbb5bb-32ec-4f05-84ad-d900984bdce5 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 3bfd59cc-b87d-42e3-a43c-81c854da756d 2026-04-23 08:51:10.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83cbb5bb-32ec-4f05-84ad-d900984bdce5 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 3bfd59cc-b87d-42e3-a43c-81c854da756d [pid: 8|app: 0|req: 439/838] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:10 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/839] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:10 2026] DELETE /v2.0/networks/526aaedd-bc07-44c2-8239-c429a188858b => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/840] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:10 2026] GET /v2.0/security-groups?tenant_id=5e271727203f4c45b108238cb3a1958c&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/841] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:11 2026] DELETE /v2.0/security-groups/0a08db2d-fc1f-4081-8393-1570a6a4e0ec => 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: 441/842] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:11 2026] GET /v2.0/security-groups?tenant_id=36b3f0ea3c154291b7aea24ef73c592d&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/843] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:11 2026] DELETE /v2.0/security-groups/dc5a3b5b-9e16-4fa6-bb75-2f0cec4ffc4f => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/844] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:11 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 12 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/845] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:11 2026] GET /v2.0/security-groups?tenant_id=1d2f79374227404b855efb27e71e3e12&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/846] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:11 2026] DELETE /v2.0/security-groups/ca416b7c-5027-4017-a649-6a5fa5a913e2 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:51:12.276 7 INFO neutron.services.segments.plugin [-] Segment bcf3a31c-5cc3-4b0c-93d5-7da8f56a1c04 resource provider aggregate not found 2026-04-23 08:51:12.281 7 INFO neutron.services.segments.plugin [-] Segment bcf3a31c-5cc3-4b0c-93d5-7da8f56a1c04 resource provider aggregate not found 2026-04-23 08:51:12.296 7 INFO neutron.services.segments.plugin [-] Segment bcf3a31c-5cc3-4b0c-93d5-7da8f56a1c04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcf3a31c-5cc3-4b0c-93d5-7da8f56a1c04 found for delete ", "request_id": "req-7fdf863e-b3a9-4639-b0fd-574c415d117d"}]} 2026-04-23 08:51:12.298 7 INFO neutron.services.segments.plugin [-] Segment bcf3a31c-5cc3-4b0c-93d5-7da8f56a1c04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcf3a31c-5cc3-4b0c-93d5-7da8f56a1c04 found for delete ", "request_id": "req-de9e7e69-ef62-4e18-b9e5-7e35da330bce"}]} [pid: 8|app: 0|req: 443/847] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:12 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/848] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:51:12 2026] GET /v2.0/networks?id=d9bd0d13-bb0a-43ed-887d-72b6120e2b34 => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/849] 199.204.45.33 () {34 vars in 1049 bytes} [Thu Apr 23 08:51:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=75af7b04d356432b82295567886c95ea => generated 181 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/850] 199.204.45.33 () {38 vars in 954 bytes} [Thu Apr 23 08:51:12 2026] POST /v2.0/ports => generated 954 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/851] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:51:13 2026] PUT /v2.0/ports/29e9e994-fa92-43fe-9fb4-2c6eda0ce17a => generated 1235 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:51:13.856 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e86c0bc-cc94-4c5f-ab28-ad6c9277ee14'] response: {'name': 'network-changed', 'server_uuid': '450439c9-b7a8-4886-ad2f-6522cd20cb96', 'tag': '29e9e994-fa92-43fe-9fb4-2c6eda0ce17a', '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: 407/852] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:13 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 969 bytes in 32 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: 446/853] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:13 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&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: 408/854] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:51:14 2026] GET /v2.0/ports?tenant_id=75af7b04d356432b82295567886c95ea&device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/855] 199.204.45.33 () {34 vars in 1017 bytes} [Thu Apr 23 08:51:14 2026] GET /v2.0/networks?tenant_id=75af7b04d356432b82295567886c95ea&shared=False => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/856] 199.204.45.33 () {34 vars in 929 bytes} [Thu Apr 23 08:51:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/857] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:15 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/858] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:15 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&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: 449/859] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:51:15 2026] GET /v2.0/ports?tenant_id=75af7b04d356432b82295567886c95ea&device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/860] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:51:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=29e9e994-fa92-43fe-9fb4-2c6eda0ce17a => 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: 450/861] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:51:15 2026] GET /v2.0/subnets?id=a59facdb-960c-4305-857d-0315a6bee07d => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/862] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:51:15 2026] GET /v2.0/ports?network_id=d9bd0d13-bb0a-43ed-887d-72b6120e2b34&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: 451/863] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:51:15 2026] GET /v2.0/networks/d9bd0d13-bb0a-43ed-887d-72b6120e2b34?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/864] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:51:15 2026] GET /v2.0/networks/d9bd0d13-bb0a-43ed-887d-72b6120e2b34?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: 452/865] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:16 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/866] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:16 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&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: 453/867] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:16 2026] GET /v2.0/security-groups?tenant_id=fdb16efd779b4a0a88cbd6181e7e508f&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/868] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:16 2026] DELETE /v2.0/security-groups/e09672b5-d468-4552-939f-4b3dff686c3c => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/869] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:16 2026] GET /v2.0/security-groups?tenant_id=d0183a9dc2e044549a1ef6c5cd1cac1c&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/870] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:17 2026] DELETE /v2.0/security-groups/32fe5ccb-a5a1-4bb3-a7a0-370a418eb141 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/871] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:17 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => 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: 417/872] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:17 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/875] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:17 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 975 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/876] 10.0.0.31 () {34 vars in 970 bytes} [Thu Apr 23 08:51:18 2026] GET /v2.0/ports/b3fe0019-c555-485f-ad08-a36e71cabc08 => generated 972 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/877] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:18 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => 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: 458/878] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:18 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&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: 421/879] 199.204.45.33 () {34 vars in 999 bytes} [Thu Apr 23 08:51:18 2026] GET /v2.0/subnets?network_id=f1be9a7b-da98-46ac-bd51-db2b117231b1 => generated 682 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/880] 199.204.45.33 () {34 vars in 1145 bytes} [Thu Apr 23 08:51:18 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09&device_owner=compute%3Anova&network_id=f1be9a7b-da98-46ac-bd51-db2b117231b1 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/881] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:18 2026] GET /v2.0/security-groups?tenant_id=52b87d4ea6184640bc3446c7b7e5330f&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/882] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:51:18 2026] PUT /v2.0/ports/b3fe0019-c555-485f-ad08-a36e71cabc08 => generated 1149 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:51:19.201 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f70c0630-49cc-4ed2-b663-a317837c2b2d'] response: {'name': 'network-changed', 'server_uuid': '80f152d5-018c-4897-8c39-15625da55b09', 'tag': 'b3fe0019-c555-485f-ad08-a36e71cabc08', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 461/883] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:19 2026] DELETE /v2.0/security-groups/3089ca3c-cb52-40de-9293-1fec9bfdb936 => generated 0 bytes in 98 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: 423/884] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:19 2026] GET /v2.0/security-groups?tenant_id=79a0798865964661b6c37347b56d11ef&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/885] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:19 2026] DELETE /v2.0/security-groups/50e83b0d-2ecc-4c4c-af72-9ba93b722d19 => 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: 424/886] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:51:19 2026] GET /v2.0/ports?tenant_id=59965dc00c29477895e730586891c4b5&device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 1421 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/887] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:51:19 2026] GET /v2.0/networks?id=f1be9a7b-da98-46ac-bd51-db2b117231b1 => generated 778 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/888] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:19 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => 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: 464/889] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:19 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&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: 426/890] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:51:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b3fe0019-c555-485f-ad08-a36e71cabc08 => generated 861 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/891] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:51:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b3fe0019-c555-485f-ad08-a36e71cabc08 => 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: 427/892] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:51:19 2026] GET /v2.0/subnets?id=68fc60af-efc5-4f81-a835-6367110db4ca => generated 700 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/893] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:51:19 2026] GET /v2.0/ports?network_id=f1be9a7b-da98-46ac-bd51-db2b117231b1&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: 428/894] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:51:20 2026] GET /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1?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: 467/895] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:51:20 2026] GET /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1?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: 429/896] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:20 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 1152 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/897] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:20 2026] GET /v2.0/security-groups?id=434a95dc-9909-4b2f-b9ec-f0a6c9879fb5&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/898] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:20 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => 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: 469/899] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:20 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/900] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:21 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/901] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:51:21 2026] GET /v2.0/ports?tenant_id=59965dc00c29477895e730586891c4b5&device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 1421 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/902] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:51:21 2026] GET /v2.0/networks?id=f1be9a7b-da98-46ac-bd51-db2b117231b1 => generated 778 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/903] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:21 2026] GET /v2.0/security-groups?tenant_id=4d6f492c9d7d43fe98bb4df664c7dbf6&name=default => generated 2925 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:51:21.601 8 INFO neutron.db.l3_db [None req-0a4873d0-8ad4-4897-a3f5-7a66ffb2ef26 487b8334a38446728a34695524ce8385 75af7b04d356432b82295567886c95ea - - default default] Floating IP 2df06946-97fc-40bc-9f96-3e8bfc653458 associated. External IP: 10.96.250.220, port: 29e9e994-fa92-43fe-9fb4-2c6eda0ce17a. [pid: 7|app: 0|req: 433/904] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:51:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b3fe0019-c555-485f-ad08-a36e71cabc08 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/905] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:21 2026] DELETE /v2.0/security-groups/4da7d131-311d-49d6-91a3-024362278a43 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/906] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:51:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b3fe0019-c555-485f-ad08-a36e71cabc08 => 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: 436/907] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:51:21 2026] GET /v2.0/subnets?id=68fc60af-efc5-4f81-a835-6367110db4ca => generated 700 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/908] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:51:21 2026] GET /v2.0/ports?network_id=f1be9a7b-da98-46ac-bd51-db2b117231b1&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/909] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:51:21 2026] PUT /v2.0/floatingips/2df06946-97fc-40bc-9f96-3e8bfc653458 => generated 855 bytes in 631 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/910] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:51:21 2026] GET /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:51:21.908 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-21966dd2-0191-4945-b4ac-ee305b7ce783'] response: {'name': 'network-changed', 'server_uuid': '450439c9-b7a8-4886-ad2f-6522cd20cb96', 'tag': '29e9e994-fa92-43fe-9fb4-2c6eda0ce17a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 439/911] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:51:21 2026] GET /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1?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: 473/912] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:21 2026] GET /v2.0/security-groups?tenant_id=c73e730fdc6a4cc3904cacc708c61420&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/913] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:22 2026] DELETE /v2.0/security-groups/c71f3d3a-ec37-4b09-9ea6-d47b70c3b3cf => 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: 474/914] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:51:22 2026] GET /v2.0/ports?tenant_id=75af7b04d356432b82295567886c95ea&device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/915] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:51:22 2026] GET /v2.0/networks?id=d9bd0d13-bb0a-43ed-887d-72b6120e2b34 => generated 772 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/916] 199.204.45.33 () {34 vars in 1117 bytes} [Thu Apr 23 08:51:22 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.9 => generated 1152 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/917] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:51:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=29e9e994-fa92-43fe-9fb4-2c6eda0ce17a => generated 858 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/918] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:51:22 2026] GET /v2.0/subnets?id=a59facdb-960c-4305-857d-0315a6bee07d => generated 694 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/919] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:51:22 2026] GET /v2.0/ports?network_id=d9bd0d13-bb0a-43ed-887d-72b6120e2b34&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/920] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:51:22 2026] GET /v2.0/networks/d9bd0d13-bb0a-43ed-887d-72b6120e2b34?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: 480/921] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:51:22 2026] GET /v2.0/networks/d9bd0d13-bb0a-43ed-887d-72b6120e2b34?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: 442/922] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:51:22 2026] PUT /v2.0/ports/b3fe0019-c555-485f-ad08-a36e71cabc08 => generated 972 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:23.000 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4550d5f-a2d2-485b-96a3-364ec9491f0f'] response: {'name': 'network-changed', 'server_uuid': '80f152d5-018c-4897-8c39-15625da55b09', 'tag': 'b3fe0019-c555-485f-ad08-a36e71cabc08', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 481/923] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:51:23 2026] GET /v2.0/ports?tenant_id=59965dc00c29477895e730586891c4b5&device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 1244 bytes in 66 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: 443/924] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:51:23 2026] GET /v2.0/networks?id=f1be9a7b-da98-46ac-bd51-db2b117231b1 => generated 778 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/925] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:51:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b3fe0019-c555-485f-ad08-a36e71cabc08 => generated 861 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/926] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:51:23 2026] GET /v2.0/subnets?id=68fc60af-efc5-4f81-a835-6367110db4ca => generated 700 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/927] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:51:23 2026] GET /v2.0/ports?network_id=f1be9a7b-da98-46ac-bd51-db2b117231b1&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: 445/928] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:51:23 2026] GET /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1?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: 484/929] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:51:23 2026] GET /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/930] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:24 2026] GET /v2.0/security-groups?tenant_id=3f9ea83843574b9f8171faca57c9d944&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/931] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:24 2026] DELETE /v2.0/security-groups/497cbdc4-42fc-4a1c-9699-462a93b94e55 => 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: 447/932] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:24 2026] GET /v2.0/security-groups?tenant_id=489d84b7c09b498a9ec9d4cf4785d944&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/933] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:24 2026] DELETE /v2.0/security-groups/9a8df745-37f7-484e-93c2-cc3c4e03e5a1 => 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: 448/934] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:24 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 975 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/935] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:51:24 2026] GET /v2.0/ports?tenant_id=59965dc00c29477895e730586891c4b5&device_id=80f152d5-018c-4897-8c39-15625da55b09 => 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: 449/936] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:24 2026] GET /v2.0/security-groups?id=434a95dc-9909-4b2f-b9ec-f0a6c9879fb5&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/937] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:51:24 2026] GET /v2.0/networks?id=f1be9a7b-da98-46ac-bd51-db2b117231b1 => generated 778 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/938] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:51:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b3fe0019-c555-485f-ad08-a36e71cabc08 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/939] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:51:25 2026] GET /v2.0/subnets?id=68fc60af-efc5-4f81-a835-6367110db4ca => generated 700 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/940] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:51:25 2026] GET /v2.0/ports?network_id=f1be9a7b-da98-46ac-bd51-db2b117231b1&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/941] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:51:25 2026] GET /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/942] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:51:25 2026] GET /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1?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: 453/943] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:26 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/944] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:26 2026] GET /v2.0/security-groups?id=434a95dc-9909-4b2f-b9ec-f0a6c9879fb5&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/945] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:26 2026] GET /v2.0/security-groups?tenant_id=d63b7522127744f4a6269ad090451319&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/946] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:26 2026] DELETE /v2.0/security-groups/8a548663-de18-4607-9491-42cc0694b583 => 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: 492/947] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:26 2026] GET /v2.0/security-groups?tenant_id=472454e7e7a54c7db109fcb3892ee07f&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/948] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:26 2026] DELETE /v2.0/security-groups/09a790c5-c4be-4959-8f73-197097b2e9df => 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: 493/949] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:27 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/950] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:27 2026] GET /v2.0/security-groups?id=434a95dc-9909-4b2f-b9ec-f0a6c9879fb5&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: 457/951] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:51:27 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:27.450 7 INFO neutron_taas.services.taas.taas_plugin [req-910f86f4-94bb-4bf8-b38b-ca8d38353942 req-2cff9570-e3c5-4ec4-8757-c3f21ffa84f9 144a9695d7a64feda15a863278a66ac5 59965dc00c29477895e730586891c4b5 - - default default] TaaS: Handle Delete Port: b3fe0019-c555-485f-ad08-a36e71cabc08 2026-04-23 08:51:27.454 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-910f86f4-94bb-4bf8-b38b-ca8d38353942 req-2cff9570-e3c5-4ec4-8757-c3f21ffa84f9 144a9695d7a64feda15a863278a66ac5 59965dc00c29477895e730586891c4b5 - - default default] Tap Mirror: Handle Delete Port: b3fe0019-c555-485f-ad08-a36e71cabc08 [pid: 8|app: 0|req: 495/952] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:27 2026] GET /v2.0/security-groups?tenant_id=63b79e4bbd66420e86bc139b7f6d0760&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:51:27.606 7 INFO neutron.db.l3_db [req-910f86f4-94bb-4bf8-b38b-ca8d38353942 req-2cff9570-e3c5-4ec4-8757-c3f21ffa84f9 144a9695d7a64feda15a863278a66ac5 59965dc00c29477895e730586891c4b5 - - default default] Floating IP 2e575703-23a8-406f-b486-ab27377e7af8 disassociated. External IP: 10.96.250.210, port: b3fe0019-c555-485f-ad08-a36e71cabc08. [pid: 8|app: 0|req: 496/953] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:27 2026] DELETE /v2.0/security-groups/1f4c94a4-b5b0-4ed8-a596-a5eb1669d841 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/954] 199.204.45.33 () {36 vars in 996 bytes} [Thu Apr 23 08:51:27 2026] DELETE /v2.0/ports/b3fe0019-c555-485f-ad08-a36e71cabc08 => generated 0 bytes in 700 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:28.087 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e16a87a8-6be1-4979-a0ca-c709ba1ddd16'] response: {'server_uuid': '80f152d5-018c-4897-8c39-15625da55b09', 'name': 'network-vif-deleted', 'tag': 'b3fe0019-c555-485f-ad08-a36e71cabc08', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 497/955] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:28 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/956] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:29 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => 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: 498/957] 10.0.0.232 () {34 vars in 990 bytes} [Thu Apr 23 08:51:30 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 1240 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/958] 10.0.0.232 () {34 vars in 1040 bytes} [Thu Apr 23 08:51:30 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&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: 499/959] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:30 2026] GET /v2.0/ports?device_id=80f152d5-018c-4897-8c39-15625da55b09 => 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: 461/960] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:31 2026] DELETE /v2.0/security-groups/434a95dc-9909-4b2f-b9ec-f0a6c9879fb5 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:51:31.870 8 INFO neutron.api.v2.resource [None req-583ef83b-8879-452e-9e25-784be6923d16 144a9695d7a64feda15a863278a66ac5 59965dc00c29477895e730586891c4b5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 500/961] 10.0.0.127 () {32 vars in 737 bytes} [Thu Apr 23 08:51:31 2026] GET /v2.0/security-groups/434a95dc-9909-4b2f-b9ec-f0a6c9879fb5 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:51:31.986 7 INFO neutron_taas.services.taas.taas_plugin [None req-d04d27e8-bf01-49f9-9f06-9683c93b8400 144a9695d7a64feda15a863278a66ac5 59965dc00c29477895e730586891c4b5 - - default default] TaaS: Handle Delete Port: 4e683502-4e7d-4bf4-bb39-5f41c6ee96c8 2026-04-23 08:51:31.991 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d04d27e8-bf01-49f9-9f06-9683c93b8400 144a9695d7a64feda15a863278a66ac5 59965dc00c29477895e730586891c4b5 - - default default] Tap Mirror: Handle Delete Port: 4e683502-4e7d-4bf4-bb39-5f41c6ee96c8 [pid: 7|app: 0|req: 462/962] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:51:31 2026] DELETE /v2.0/floatingips/2e575703-23a8-406f-b486-ab27377e7af8 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:51:32.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-4d86d3fe-7506-485a-bd58-f8c3fd4b342f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 31f8e3c3-95e2-46e6-a7ad-8207afc99308 2026-04-23 08:51:32.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d86d3fe-7506-485a-bd58-f8c3fd4b342f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 31f8e3c3-95e2-46e6-a7ad-8207afc99308 [pid: 7|app: 0|req: 465/965] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:32 2026] GET /v2.0/security-groups?tenant_id=923eafb81dd9436ea58ca8b827c92249&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/966] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:51:32 2026] PUT /v2.0/routers/5e8837c9-dd0d-4357-83cd-2828807ed738/remove_router_interface => generated 309 bytes in 941 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/967] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:33 2026] GET /v2.0/security-groups?tenant_id=7c14cd0c57384e4e9ea2c85069a9ecd7&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/968] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:33 2026] DELETE /v2.0/security-groups/0f4b8c9b-1bd8-46e2-9bc1-1919592d1eb1 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/969] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:33 2026] DELETE /v2.0/security-groups/f01e4d0e-1132-4f49-bd7c-5766923705fc => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:51:33.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2d406b0-1280-4f1e-a4ea-b656bdf19278 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 6cddebc4-ebd5-4639-a126-fcb149c43393 2026-04-23 08:51:33.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2d406b0-1280-4f1e-a4ea-b656bdf19278 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 6cddebc4-ebd5-4639-a126-fcb149c43393 [pid: 8|app: 0|req: 504/970] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:33 2026] GET /v2.0/security-groups?tenant_id=6f8c26817ac84b05abdee3cd91ac9939&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:51:33.812 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2d406b0-1280-4f1e-a4ea-b656bdf19278 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: b255c7c8-03d5-447e-b8f7-96add9dcf2b4 2026-04-23 08:51:33.817 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2d406b0-1280-4f1e-a4ea-b656bdf19278 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: b255c7c8-03d5-447e-b8f7-96add9dcf2b4 [pid: 8|app: 0|req: 505/971] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:33 2026] DELETE /v2.0/security-groups/5be34a3c-8bfa-43f5-ba55-cac31b2e2e0d => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:51:34.164 7 INFO neutron.services.segments.plugin [-] Segment 03c98c0f-506d-4476-a29d-e26623646f0a resource provider aggregate not found 2026-04-23 08:51:34.164 7 INFO neutron.services.segments.plugin [-] Segment 03c98c0f-506d-4476-a29d-e26623646f0a resource provider aggregate not found 2026-04-23 08:51:34.184 7 INFO neutron.services.segments.plugin [-] Segment 03c98c0f-506d-4476-a29d-e26623646f0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03c98c0f-506d-4476-a29d-e26623646f0a found for delete ", "request_id": "req-ce53c908-a48c-4510-a146-b169b28a8577"}]} 2026-04-23 08:51:34.187 7 INFO neutron.services.segments.plugin [-] Segment 03c98c0f-506d-4476-a29d-e26623646f0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 03c98c0f-506d-4476-a29d-e26623646f0a found for delete ", "request_id": "req-39e2f164-088c-4fa8-8bad-7048329d1734"}]} 2026-04-23 08:51:34.190 7 INFO neutron.db.l3_hamode_db [None req-b2d406b0-1280-4f1e-a4ea-b656bdf19278 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] HA network 4235973d-db38-4ed0-a67d-a850b13e319f was deleted as no HA routers are present in tenant 59965dc00c29477895e730586891c4b5. [pid: 7|app: 0|req: 467/972] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:33 2026] DELETE /v2.0/routers/5e8837c9-dd0d-4357-83cd-2828807ed738 => generated 0 bytes in 947 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/973] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:34 2026] DELETE /v2.0/subnets/68fc60af-efc5-4f81-a835-6367110db4ca => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:34.511 7 INFO neutron_taas.services.taas.taas_plugin [None req-1476ba8a-30bf-460e-be02-753cb1ac78d6 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 48631df3-8b56-4075-bf4c-2c642e35bcdd 2026-04-23 08:51:34.515 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1476ba8a-30bf-460e-be02-753cb1ac78d6 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 48631df3-8b56-4075-bf4c-2c642e35bcdd [pid: 7|app: 0|req: 468/974] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:34 2026] DELETE /v2.0/networks/f1be9a7b-da98-46ac-bd51-db2b117231b1 => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/975] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:34 2026] GET /v2.0/security-groups?tenant_id=59965dc00c29477895e730586891c4b5&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/976] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:34 2026] DELETE /v2.0/security-groups/db90a6d2-a398-4a6f-8fc8-df0b14013071 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:51:35.824 8 INFO neutron.db.segments_db [None req-2edac19a-1b7a-4806-91d8-55188345d18f efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Added segment aa7c5c34-9713-4520-b3e7-ca766e9f395f of type vxlan for network 5f0c5da5-7b28-43a9-a6b7-813e22daffc0 [pid: 8|app: 0|req: 508/977] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:35 2026] POST /v2.0/networks => generated 649 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/978] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:35 2026] GET /v2.0/security-groups?tenant_id=90a89b2c1f9b4181ae8e5718bcfc086e&name=default => generated 2925 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/979] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:35 2026] DELETE /v2.0/security-groups/fd9439bf-89ea-4326-b7cc-2154c546bf5f => 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: 509/980] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:35 2026] POST /v2.0/subnets => generated 627 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:51:36.213 7 INFO neutron.services.segments.plugin [-] Segment 26570b38-51ec-489b-a081-c1488e3f7b21 resource provider aggregate not found 2026-04-23 08:51:36.235 7 INFO neutron.services.segments.plugin [-] Segment 26570b38-51ec-489b-a081-c1488e3f7b21 resource provider aggregate not found 2026-04-23 08:51:36.241 7 INFO neutron.services.segments.plugin [-] Segment 26570b38-51ec-489b-a081-c1488e3f7b21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26570b38-51ec-489b-a081-c1488e3f7b21 found for delete ", "request_id": "req-a1bd61f4-28be-42dd-83d2-228a47015424"}]} 2026-04-23 08:51:36.248 7 INFO neutron.db.segments_db [None req-ae8f8c4c-2c2d-451c-a723-16fafac8d90b efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Added segment 58e24216-561d-45cc-ba4e-db525257ddd4 of type vxlan for network 99100e42-d09b-4b4e-aea1-53a6f963129c 2026-04-23 08:51:36.260 7 INFO neutron.services.segments.plugin [-] Segment 26570b38-51ec-489b-a081-c1488e3f7b21 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26570b38-51ec-489b-a081-c1488e3f7b21 found for delete ", "request_id": "req-e83057b6-0cf5-4c1e-bb60-08be4123f16a"}]} 2026-04-23 08:51:36.523 7 INFO neutron.db.l3_hamode_db [None req-ae8f8c4c-2c2d-451c-a723-16fafac8d90b efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 510/981] 10.0.0.127 () {32 vars in 653 bytes} [Thu Apr 23 08:51:36 2026] GET /v2.0/extensions => generated 21537 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/982] 10.0.0.127 () {32 vars in 681 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/983] 10.0.0.127 () {32 vars in 681 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/984] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/985] 10.0.0.127 () {32 vars in 665 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/986] 10.0.0.127 () {32 vars in 699 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/987] 10.0.0.127 () {32 vars in 697 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/988] 10.0.0.127 () {32 vars in 701 bytes} [Thu Apr 23 08:51:37 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: 518/989] 10.0.0.127 () {32 vars in 689 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/990] 10.0.0.127 () {32 vars in 703 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/991] 10.0.0.127 () {32 vars in 693 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/992] 10.0.0.127 () {32 vars in 695 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/993] 10.0.0.127 () {32 vars in 685 bytes} [Thu Apr 23 08:51:37 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: 523/994] 10.0.0.127 () {32 vars in 687 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/995] 10.0.0.127 () {32 vars in 661 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/996] 10.0.0.127 () {32 vars in 699 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/997] 10.0.0.127 () {32 vars in 679 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/998] 10.0.0.127 () {32 vars in 683 bytes} [Thu Apr 23 08:51:37 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: 528/999] 10.0.0.127 () {32 vars in 675 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1000] 10.0.0.127 () {32 vars in 689 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1001] 10.0.0.127 () {32 vars in 723 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1002] 10.0.0.127 () {32 vars in 687 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1003] 10.0.0.127 () {32 vars in 669 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:37.334 7 INFO neutron.db.l3_hamode_db [None req-ae8f8c4c-2c2d-451c-a723-16fafac8d90b efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 533/1004] 10.0.0.127 () {32 vars in 687 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1005] 10.0.0.127 () {32 vars in 681 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1006] 10.0.0.127 () {32 vars in 699 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1007] 10.0.0.127 () {32 vars in 679 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1008] 10.0.0.127 () {32 vars in 667 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1009] 10.0.0.127 () {32 vars in 677 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1010] 10.0.0.127 () {32 vars in 665 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/l3-ha => 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: 540/1011] 10.0.0.127 () {32 vars in 675 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1012] 10.0.0.127 () {32 vars in 713 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1013] 10.0.0.127 () {32 vars in 691 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1014] 10.0.0.127 () {32 vars in 683 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1015] 10.0.0.127 () {32 vars in 669 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1016] 10.0.0.127 () {32 vars in 687 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1017] 10.0.0.127 () {32 vars in 705 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1018] 10.0.0.127 () {32 vars in 675 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1019] 10.0.0.127 () {32 vars in 701 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1020] 10.0.0.127 () {32 vars in 675 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1021] 10.0.0.127 () {32 vars in 693 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1022] 10.0.0.127 () {32 vars in 689 bytes} [Thu Apr 23 08:51:37 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: 552/1023] 10.0.0.127 () {32 vars in 709 bytes} [Thu Apr 23 08:51:37 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: 8|app: 0|req: 553/1024] 10.0.0.127 () {32 vars in 705 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/port-numa-affinity-policy => 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: 554/1025] 10.0.0.127 () {32 vars in 719 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1026] 10.0.0.127 () {32 vars in 697 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1027] 10.0.0.127 () {32 vars in 711 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1028] 10.0.0.127 () {32 vars in 669 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/binding => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1029] 10.0.0.127 () {32 vars in 687 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1030] 10.0.0.127 () {32 vars in 681 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1031] 10.0.0.127 () {32 vars in 675 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1032] 10.0.0.127 () {32 vars in 671 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1033] 10.0.0.127 () {32 vars in 661 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1034] 10.0.0.127 () {32 vars in 699 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1035] 10.0.0.127 () {32 vars in 699 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1036] 10.0.0.127 () {32 vars in 677 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1037] 10.0.0.127 () {32 vars in 669 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1038] 10.0.0.127 () {32 vars in 683 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1039] 10.0.0.127 () {32 vars in 701 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1040] 10.0.0.127 () {32 vars in 685 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1041] 10.0.0.127 () {32 vars in 707 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1042] 10.0.0.127 () {32 vars in 669 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1043] 10.0.0.127 () {32 vars in 697 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1044] 10.0.0.127 () {32 vars in 695 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1045] 10.0.0.127 () {32 vars in 685 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1046] 10.0.0.127 () {32 vars in 689 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1047] 10.0.0.127 () {32 vars in 705 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1048] 10.0.0.127 () {32 vars in 667 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1049] 10.0.0.127 () {32 vars in 681 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1050] 10.0.0.127 () {32 vars in 681 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1051] 10.0.0.127 () {32 vars in 691 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1052] 10.0.0.127 () {32 vars in 691 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1053] 10.0.0.127 () {32 vars in 695 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1054] 10.0.0.127 () {32 vars in 685 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1055] 10.0.0.127 () {32 vars in 689 bytes} [Thu Apr 23 08:51:37 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: 585/1056] 10.0.0.127 () {32 vars in 701 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1057] 10.0.0.127 () {32 vars in 703 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1058] 10.0.0.127 () {32 vars in 713 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1059] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:51:37 2026] GET /v2.0/extensions/security-groups-normalized-cidr => 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: 589/1060] 10.0.0.127 () {32 vars in 715 bytes} [Thu Apr 23 08:51:37 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) 2026-04-23 08:51:37.988 8 INFO neutron.db.segments_db [None req-42d84d6e-0355-4b06-956d-42833e8bf8ca d5516fb3295342eba6d06502bcb4e0e8 282e28873182430fb0059c7319218030 - - default default] Added segment d4c52a01-a353-4104-9aef-3aa62d25aa8c of type vxlan for network 6408aa7f-d941-47ed-a908-72de692adf41 [pid: 8|app: 0|req: 590/1061] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:37 2026] POST /v2.0/networks => generated 643 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1062] 10.0.0.127 () {32 vars in 727 bytes} [Thu Apr 23 08:51:38 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1063] 10.0.0.127 () {32 vars in 741 bytes} [Thu Apr 23 08:51:38 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1064] 10.0.0.127 () {32 vars in 719 bytes} [Thu Apr 23 08:51:38 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1065] 10.0.0.127 () {32 vars in 683 bytes} [Thu Apr 23 08:51:38 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: 595/1066] 10.0.0.127 () {32 vars in 669 bytes} [Thu Apr 23 08:51:38 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: 7|app: 0|req: 472/1067] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:36 2026] POST /v2.0/routers => generated 695 bytes in 2026 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/1068] 10.0.0.127 () {32 vars in 719 bytes} [Thu Apr 23 08:51:38 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1069] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:38 2026] POST /v2.0/subnets => generated 641 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1070] 10.0.0.127 () {32 vars in 679 bytes} [Thu Apr 23 08:51:38 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:38.412 8 INFO neutron.db.segments_db [None req-9a98a7bd-0b4f-4c0b-a669-860431077dd1 d5516fb3295342eba6d06502bcb4e0e8 282e28873182430fb0059c7319218030 - - default default] Added segment 1ff968bd-a601-4a24-a17d-88d363d55607 of type vxlan for network ab006e0e-9bbf-4f1d-a94a-82bae34efb90 [pid: 8|app: 0|req: 598/1071] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:38 2026] POST /v2.0/networks => generated 644 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1072] 10.0.0.127 () {32 vars in 669 bytes} [Thu Apr 23 08:51:38 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: 8|app: 0|req: 600/1073] 10.0.0.127 () {34 vars in 743 bytes} [Thu Apr 23 08:51:38 2026] PUT /v2.0/networks/ab006e0e-9bbf-4f1d-a94a-82bae34efb90 => generated 592 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1074] 10.0.0.127 () {32 vars in 697 bytes} [Thu Apr 23 08:51:38 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1075] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:38 2026] POST /v2.0/subnets => generated 626 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1076] 10.0.0.127 () {32 vars in 705 bytes} [Thu Apr 23 08:51:38 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: 8|app: 0|req: 604/1077] 10.0.0.127 () {34 vars in 741 bytes} [Thu Apr 23 08:51:38 2026] PUT /v2.0/subnets/bdc3c428-9aa2-4ee2-af47-11a181fc0426 => generated 636 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1078] 10.0.0.127 () {32 vars in 701 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:39.335 8 INFO neutron.services.segments.plugin [-] Segment 1ff968bd-a601-4a24-a17d-88d363d55607 resource provider aggregate not found 2026-04-23 08:51:39.339 8 INFO neutron.services.segments.plugin [-] Segment 1ff968bd-a601-4a24-a17d-88d363d55607 resource provider aggregate not found 2026-04-23 08:51:39.357 8 INFO neutron.services.segments.plugin [-] Segment 1ff968bd-a601-4a24-a17d-88d363d55607 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ff968bd-a601-4a24-a17d-88d363d55607 found for delete ", "request_id": "req-75d6613e-1de7-4e0c-8b4b-161c5401d035"}]} 2026-04-23 08:51:39.359 8 INFO neutron.services.segments.plugin [-] Segment 1ff968bd-a601-4a24-a17d-88d363d55607 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ff968bd-a601-4a24-a17d-88d363d55607 found for delete ", "request_id": "req-72093c2e-8264-4fd1-a6f7-cf80cac1a8d4"}]} [pid: 8|app: 0|req: 606/1079] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:39 2026] DELETE /v2.0/networks/ab006e0e-9bbf-4f1d-a94a-82bae34efb90 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1080] 10.0.0.127 () {32 vars in 701 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:39.383 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1651a6f-1e66-4087-b73e-1b5c98e9962a d5516fb3295342eba6d06502bcb4e0e8 282e28873182430fb0059c7319218030 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 608/1081] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:39 2026] DELETE /v2.0/networks/ab006e0e-9bbf-4f1d-a94a-82bae34efb90 => 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: 609/1082] 10.0.0.127 () {32 vars in 683 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1083] 10.0.0.127 () {32 vars in 694 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1084] 10.0.0.127 () {32 vars in 705 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1085] 10.0.0.127 () {32 vars in 742 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/subnets?network_id=f944464c-74bb-4a54-8009-506f71a87ec0 => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1086] 10.0.0.127 () {32 vars in 695 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1087] 10.0.0.127 () {32 vars in 653 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions => generated 21537 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1088] 10.0.0.127 () {32 vars in 689 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1089] 10.0.0.127 () {32 vars in 649 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/networks => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1090] 10.0.0.127 () {32 vars in 697 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/1091] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:51:38 2026] PUT /v2.0/routers/ea8be008-08e8-4a06-8ce2-4629832ee08d/add_router_interface => generated 309 bytes in 1367 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/1092] 10.0.0.127 () {32 vars in 679 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1093] 10.0.0.127 () {32 vars in 647 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/subnets => generated 1280 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1094] 10.0.0.127 () {32 vars in 689 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1095] 10.0.0.127 () {32 vars in 723 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/networks/6408aa7f-d941-47ed-a908-72de692adf41 => generated 668 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1096] 10.0.0.127 () {32 vars in 701 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1097] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/subnets/82e4e924-ef6a-4b47-b423-bf6921548aed => generated 641 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1098] 10.0.0.127 () {32 vars in 665 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:39.684 8 INFO neutron.pecan_wsgi.hooks.translation [None req-84f9f9b7-75b0-4dc2-88dd-332c8030aae2 d5516fb3295342eba6d06502bcb4e0e8 282e28873182430fb0059c7319218030 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 624/1099] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:39 2026] DELETE /v2.0/subnets/bdc3c428-9aa2-4ee2-af47-11a181fc0426 => 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: 625/1100] 10.0.0.127 () {32 vars in 681 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:39.700 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7d6237e4-74ce-406a-ae64-cf9b6d5c634c d5516fb3295342eba6d06502bcb4e0e8 282e28873182430fb0059c7319218030 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 626/1101] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:39 2026] DELETE /v2.0/networks/ab006e0e-9bbf-4f1d-a94a-82bae34efb90 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1102] 10.0.0.127 () {32 vars in 677 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1103] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:39 2026] DELETE /v2.0/subnets/82e4e924-ef6a-4b47-b423-bf6921548aed => generated 0 bytes in 85 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1104] 10.0.0.127 () {32 vars in 693 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1105] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:39 2026] DELETE /v2.0/networks/6408aa7f-d941-47ed-a908-72de692adf41 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1106] 10.0.0.127 () {32 vars in 677 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1107] 10.0.0.127 () {32 vars in 667 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1108] 10.0.0.127 () {32 vars in 663 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1109] 10.0.0.127 () {32 vars in 675 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1110] 10.0.0.127 () {32 vars in 687 bytes} [Thu Apr 23 08:51:39 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/1111] 10.0.0.127 () {34 vars in 665 bytes} [Thu Apr 23 08:51:39 2026] POST /v2.0/ports => generated 954 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1112] 10.0.0.127 () {34 vars in 665 bytes} [Thu Apr 23 08:51:40 2026] POST /v2.0/ports => generated 959 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 637/1113] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:40 2026] GET /v2.0/security-groups?tenant_id=282e28873182430fb0059c7319218030&name=default => generated 2925 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1114] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:40 2026] GET /v2.0/security-groups?tenant_id=b403e1b7976d4ecda66a04290d79de50&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1115] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:40 2026] DELETE /v2.0/security-groups/5e4e5209-3dd3-4589-b8b6-628b233ca980 => 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: 640/1116] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:41 2026] DELETE /v2.0/security-groups/97270226-35f3-475c-a157-7ac4d4e308db => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:51:41.218 7 INFO neutron.db.l3_db [None req-d9a452a5-9a76-403a-8b04-0afc4e962c29 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Floating IP 156540fd-f993-4a37-8fec-c38ad378d3e2 associated. External IP: 10.96.250.204, port: 59929558-bd5b-42b5-bbe7-a372e22d46f6. 2026-04-23 08:51:41.378 8 INFO neutron.services.segments.plugin [-] Segment d4c52a01-a353-4104-9aef-3aa62d25aa8c resource provider aggregate not found 2026-04-23 08:51:41.384 8 INFO neutron.services.segments.plugin [-] Segment d4c52a01-a353-4104-9aef-3aa62d25aa8c resource provider aggregate not found 2026-04-23 08:51:41.400 8 INFO neutron.services.segments.plugin [-] Segment d4c52a01-a353-4104-9aef-3aa62d25aa8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4c52a01-a353-4104-9aef-3aa62d25aa8c found for delete ", "request_id": "req-d4c6078b-c8f4-45c4-9dac-2c31f6dcfbf9"}]} 2026-04-23 08:51:41.404 8 INFO neutron.services.segments.plugin [-] Segment d4c52a01-a353-4104-9aef-3aa62d25aa8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4c52a01-a353-4104-9aef-3aa62d25aa8c found for delete ", "request_id": "req-8c2f66e3-89a9-47b5-bf3a-2bc563116f29"}]} [pid: 7|app: 0|req: 477/1117] 10.0.0.127 () {34 vars in 677 bytes} [Thu Apr 23 08:51:40 2026] POST /v2.0/floatingips => generated 843 bytes in 1137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:51:41.700 8 INFO neutron.db.l3_db [None req-870ebe88-2b3b-49ad-a72e-ff37b7235b51 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Floating IP 156540fd-f993-4a37-8fec-c38ad378d3e2 disassociated. External IP: 10.96.250.204, port: 59929558-bd5b-42b5-bbe7-a372e22d46f6. [pid: 8|app: 0|req: 641/1118] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:51:41 2026] PUT /v2.0/floatingips/156540fd-f993-4a37-8fec-c38ad378d3e2 => generated 552 bytes in 318 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:42.364 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5e2af1a-9cbb-4437-8b70-9fc5be1b8e19 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] TaaS: Handle Delete Port: 79b30766-6194-4bd4-b1cb-7c11b0ab4e8c 2026-04-23 08:51:42.369 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5e2af1a-9cbb-4437-8b70-9fc5be1b8e19 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Tap Mirror: Handle Delete Port: 79b30766-6194-4bd4-b1cb-7c11b0ab4e8c [pid: 7|app: 0|req: 478/1119] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:51:41 2026] DELETE /v2.0/floatingips/156540fd-f993-4a37-8fec-c38ad378d3e2 => generated 0 bytes in 611 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:51:43.030 7 INFO neutron.db.segments_db [None req-2e2bb137-4bc3-4be9-a9d5-170fd9c287ec dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Added segment 7f696dd5-5cc3-49bf-a44a-1bab017d5a89 of type vxlan for network d0378d45-a1cb-4d38-8648-c205e1ec716e [pid: 7|app: 0|req: 479/1120] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:42 2026] POST /v2.0/networks => generated 633 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:51:43.164 8 INFO neutron.db.l3_db [None req-31a38ca5-fa1c-4bea-996c-e29823010f8d efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Floating IP facf22f6-d470-41e7-8ad3-c605b7e2f2a9 associated. External IP: 10.96.250.212, port: a89b7f3b-689a-4f26-98d9-26fb5c4af89f. 2026-04-23 08:51:43.346 7 INFO neutron.db.segments_db [None req-2eeb1093-0f1e-4eb8-b8fb-2b4c316e513f ebcaa564b70847738b1caadce0bec1a2 95288db9b49f44d5bd4abe111f84f1a3 - - default default] Added segment 9cbf8db9-f1d7-404e-803f-e3b3f7dca4c7 of type vxlan for network bb0662a3-bc48-4b30-8392-4346d8361a4c 2026-04-23 08:51:43.408 7 INFO neutron.db.segments_db [None req-2eeb1093-0f1e-4eb8-b8fb-2b4c316e513f ebcaa564b70847738b1caadce0bec1a2 95288db9b49f44d5bd4abe111f84f1a3 - - default default] Added segment 7e64b9da-a618-408d-8ac0-6c24945ecb5a of type vxlan for network 23f29185-d1ae-4188-b57f-7f4325bcdef9 [pid: 8|app: 0|req: 642/1121] 10.0.0.127 () {34 vars in 677 bytes} [Thu Apr 23 08:51:42 2026] POST /v2.0/floatingips => generated 841 bytes in 987 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/1122] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:43 2026] POST /v2.0/networks => generated 1245 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 08:51:43.577 8 INFO neutron.db.segments_db [None req-8b411735-7113-4391-96ea-8f78c78eae88 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Added segment b8d18baa-2ff2-478e-8c89-89b0474f0818 of type vxlan for network 4a7a19e5-25ed-4771-b85e-58b54005aab8 [pid: 7|app: 0|req: 481/1123] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:43 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1124] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:51:43 2026] GET /v2.0/floatingips/facf22f6-d470-41e7-8ad3-c605b7e2f2a9 => generated 841 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1125] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:43 2026] POST /v2.0/networks => generated 633 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1126] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:43 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&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: 483/1127] 10.0.0.127 () {32 vars in 649 bytes} [Thu Apr 23 08:51:43 2026] GET /v2.0/networks => generated 1844 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1128] 10.0.0.127 () {32 vars in 655 bytes} [Thu Apr 23 08:51:43 2026] GET /v2.0/floatingips => generated 844 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:43.880 8 INFO neutron.services.segments.plugin [-] Segment 9cbf8db9-f1d7-404e-803f-e3b3f7dca4c7 resource provider aggregate not found 2026-04-23 08:51:43.883 8 INFO neutron.services.segments.plugin [-] Segment 9cbf8db9-f1d7-404e-803f-e3b3f7dca4c7 resource provider aggregate not found 2026-04-23 08:51:43.903 8 INFO neutron.services.segments.plugin [-] Segment 9cbf8db9-f1d7-404e-803f-e3b3f7dca4c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cbf8db9-f1d7-404e-803f-e3b3f7dca4c7 found for delete ", "request_id": "req-5aee5ce7-afa4-401b-8a5f-e0da0becf666"}]} 2026-04-23 08:51:43.907 8 INFO neutron.services.segments.plugin [-] Segment 9cbf8db9-f1d7-404e-803f-e3b3f7dca4c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9cbf8db9-f1d7-404e-803f-e3b3f7dca4c7 found for delete ", "request_id": "req-24f4431b-cdec-4bf3-85d1-4d696a43406c"}]} [pid: 8|app: 0|req: 646/1129] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:43 2026] DELETE /v2.0/networks/bb0662a3-bc48-4b30-8392-4346d8361a4c => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/1130] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:43 2026] POST /v2.0/subnets => generated 646 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1131] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:43 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1132] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:43 2026] DELETE /v2.0/networks/23f29185-d1ae-4188-b57f-7f4325bcdef9 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:44.238 7 INFO neutron.db.l3_db [None req-00f4917f-515b-48bf-89c8-a8669fabf575 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Floating IP facf22f6-d470-41e7-8ad3-c605b7e2f2a9 associated. External IP: 10.96.250.212, port: a89b7f3b-689a-4f26-98d9-26fb5c4af89f. [pid: 8|app: 0|req: 649/1133] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:44 2026] POST /v2.0/subnets => generated 655 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1134] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:44 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&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: 651/1135] 10.0.0.127 () {32 vars in 649 bytes} [Thu Apr 23 08:51:44 2026] GET /v2.0/networks => generated 651 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:44.451 8 INFO neutron.db.segments_db [None req-33a3bde4-57bd-46d9-9d50-aac50f0d6668 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Added segment 7dbaae80-ec5d-443c-b67b-7e43192cabeb of type vxlan for network 225cac74-91f7-4bee-89a6-0904abdec77b 2026-04-23 08:51:44.686 8 INFO neutron.db.l3_hamode_db [None req-33a3bde4-57bd-46d9-9d50-aac50f0d6668 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:51:44.849 8 INFO neutron.db.l3_hamode_db [None req-33a3bde4-57bd-46d9-9d50-aac50f0d6668 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 485/1136] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:51:43 2026] PUT /v2.0/floatingips/facf22f6-d470-41e7-8ad3-c605b7e2f2a9 => generated 843 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:44.937 7 INFO neutron.db.segments_db [None req-a9a51831-01ab-45e1-bad2-7ee3c59f2d0d ebcaa564b70847738b1caadce0bec1a2 95288db9b49f44d5bd4abe111f84f1a3 - - default default] Added segment e92fca00-1906-4b88-8363-093cea5b3513 of type vxlan for network 80ab93b2-0113-405b-8f5b-b6b184e0fca3 [pid: 7|app: 0|req: 486/1137] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:44 2026] POST /v2.0/networks => generated 654 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1138] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:45 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:45.192 7 INFO neutron.db.l3_db [None req-8dfab972-7841-4a3f-8a98-bf1ba6d24393 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Floating IP facf22f6-d470-41e7-8ad3-c605b7e2f2a9 disassociated. External IP: 10.96.250.212, port: 59929558-bd5b-42b5-bbe7-a372e22d46f6. [pid: 8|app: 0|req: 652/1139] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:44 2026] POST /v2.0/routers => generated 510 bytes in 1036 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:51:45.499 8 INFO neutron.db.segments_db [None req-b48c0226-04a8-488c-9d14-991d55ee2ae4 ebcaa564b70847738b1caadce0bec1a2 95288db9b49f44d5bd4abe111f84f1a3 - - default default] Added segment 41c30df2-9ef8-4354-92d9-b346d9f98d0d of type vxlan for network b3ff298f-7092-49ba-b524-ae707d264856 [pid: 7|app: 0|req: 488/1140] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:51:45 2026] PUT /v2.0/floatingips/facf22f6-d470-41e7-8ad3-c605b7e2f2a9 => generated 552 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1141] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:45 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&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: 653/1142] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:45 2026] POST /v2.0/networks => generated 653 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:51:45.692 8 INFO neutron_taas.services.taas.taas_plugin [None req-0cf110cc-650e-49eb-8eff-7fff3d46e789 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] TaaS: Handle Delete Port: 5a0a6d67-d50a-4ba6-8162-c3b1c051ebdc 2026-04-23 08:51:45.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cf110cc-650e-49eb-8eff-7fff3d46e789 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Tap Mirror: Handle Delete Port: 5a0a6d67-d50a-4ba6-8162-c3b1c051ebdc [pid: 8|app: 0|req: 654/1143] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:51:45 2026] DELETE /v2.0/floatingips/facf22f6-d470-41e7-8ad3-c605b7e2f2a9 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:51:45.933 8 INFO neutron.services.segments.plugin [-] Segment 7e64b9da-a618-408d-8ac0-6c24945ecb5a resource provider aggregate not found 2026-04-23 08:51:45.937 8 INFO neutron.services.segments.plugin [-] Segment 7e64b9da-a618-408d-8ac0-6c24945ecb5a resource provider aggregate not found 2026-04-23 08:51:45.959 8 INFO neutron.services.segments.plugin [-] Segment 7e64b9da-a618-408d-8ac0-6c24945ecb5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e64b9da-a618-408d-8ac0-6c24945ecb5a found for delete ", "request_id": "req-df7d79a1-1fd5-4b12-b0ba-f1fa558d9fda"}]} 2026-04-23 08:51:45.961 8 INFO neutron.services.segments.plugin [-] Segment 7e64b9da-a618-408d-8ac0-6c24945ecb5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e64b9da-a618-408d-8ac0-6c24945ecb5a found for delete ", "request_id": "req-322fe37c-8bd1-4d6f-bd17-4375cf7a5414"}]} [pid: 8|app: 0|req: 655/1144] 10.0.0.127 () {34 vars in 665 bytes} [Thu Apr 23 08:51:45 2026] POST /v2.0/ports => generated 1506 bytes in 530 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, ' 2026-04-23 08:51:46.376 8 INFO neutron.api.v2.resource [None req-68fd1bfa-b6b6-42dc-8c12-c6e877d735be efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 656/1145] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:51:46 2026] DELETE /v2.0/floatingips/facf22f6-d470-41e7-8ad3-c605b7e2f2a9 => generated 144 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1146] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:51:46 2026] GET /v2.0/ports?tenant_id=75af7b04d356432b82295567886c95ea&device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1147] 10.0.0.127 () {32 vars in 643 bytes} [Thu Apr 23 08:51:46 2026] GET /v2.0/ports => generated 1506 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/1148] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:51:45 2026] PUT /v2.0/routers/effb8763-97dd-4542-b9d8-e05a7eac8200/add_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:46.615 8 INFO neutron_taas.services.taas.taas_plugin [None req-b266a78c-08e1-4b0b-b4f6-6a23f2c6305b efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] TaaS: Handle Delete Port: 59929558-bd5b-42b5-bbe7-a372e22d46f6 2026-04-23 08:51:46.618 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b266a78c-08e1-4b0b-b4f6-6a23f2c6305b efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Tap Mirror: Handle Delete Port: 59929558-bd5b-42b5-bbe7-a372e22d46f6 [pid: 7|app: 0|req: 491/1149] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:51:46 2026] GET /v2.0/networks?id=d9bd0d13-bb0a-43ed-887d-72b6120e2b34 => generated 772 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1150] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:51:46 2026] DELETE /v2.0/ports/59929558-bd5b-42b5-bbe7-a372e22d46f6 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:46.781 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d0cb033-42f9-4817-a9be-e894d5f7e8c1 ebcaa564b70847738b1caadce0bec1a2 95288db9b49f44d5bd4abe111f84f1a3 - - default default] TaaS: Handle Delete Port: 990fa1cb-c033-4d89-992b-9cd93adb94ab 2026-04-23 08:51:46.786 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d0cb033-42f9-4817-a9be-e894d5f7e8c1 ebcaa564b70847738b1caadce0bec1a2 95288db9b49f44d5bd4abe111f84f1a3 - - default default] Tap Mirror: Handle Delete Port: 990fa1cb-c033-4d89-992b-9cd93adb94ab [pid: 8|app: 0|req: 660/1151] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:51:46 2026] GET /v2.0/ports/d5736871-6382-436b-9ae8-87210a628b27 => generated 959 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1152] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:51:46 2026] DELETE /v2.0/ports/990fa1cb-c033-4d89-992b-9cd93adb94ab => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1153] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:46 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/1154] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:51:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=29e9e994-fa92-43fe-9fb4-2c6eda0ce17a => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:46.964 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a7f1459-bfb4-4abb-b9ba-717c1cae61e9 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] TaaS: Handle Delete Port: a89b7f3b-689a-4f26-98d9-26fb5c4af89f 2026-04-23 08:51:46.968 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a7f1459-bfb4-4abb-b9ba-717c1cae61e9 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Tap Mirror: Handle Delete Port: a89b7f3b-689a-4f26-98d9-26fb5c4af89f [pid: 8|app: 0|req: 662/1155] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:51:46 2026] DELETE /v2.0/ports/a89b7f3b-689a-4f26-98d9-26fb5c4af89f => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:47.207 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d9f9373-a2c0-4883-b10b-edf9ab675827 ebcaa564b70847738b1caadce0bec1a2 95288db9b49f44d5bd4abe111f84f1a3 - - default default] TaaS: Handle Delete Port: 123836d9-b5e8-4142-ab92-efea8c3447f4 2026-04-23 08:51:47.210 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d9f9373-a2c0-4883-b10b-edf9ab675827 ebcaa564b70847738b1caadce0bec1a2 95288db9b49f44d5bd4abe111f84f1a3 - - default default] Tap Mirror: Handle Delete Port: 123836d9-b5e8-4142-ab92-efea8c3447f4 [pid: 8|app: 0|req: 663/1156] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:51:47 2026] DELETE /v2.0/ports/123836d9-b5e8-4142-ab92-efea8c3447f4 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1157] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:47 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1158] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:51:47 2026] GET /v2.0/subnets?id=a59facdb-960c-4305-857d-0315a6bee07d => generated 694 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1159] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:51:47 2026] GET /v2.0/ports?device_id=ea8be008-08e8-4a06-8ce2-4629832ee08d => generated 958 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1160] 10.0.0.127 () {32 vars in 643 bytes} [Thu Apr 23 08:51:47 2026] GET /v2.0/ports => 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: 668/1161] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:51:47 2026] GET /v2.0/ports?network_id=d9bd0d13-bb0a-43ed-887d-72b6120e2b34&device_owner=network%3Adhcp => generated 1244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:51:47.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-49513447-786c-42c8-ab79-15194318afb0 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] TaaS: Handle Delete Port: ca172116-8904-4695-824f-f70eaee43b81 2026-04-23 08:51:47.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49513447-786c-42c8-ab79-15194318afb0 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Tap Mirror: Handle Delete Port: ca172116-8904-4695-824f-f70eaee43b81 [pid: 7|app: 0|req: 494/1162] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:51:46 2026] PUT /v2.0/routers/effb8763-97dd-4542-b9d8-e05a7eac8200/add_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:47.924 7 INFO neutron.db.segments_db [None req-35189187-fff5-4774-a914-1cff49d293a8 ebcaa564b70847738b1caadce0bec1a2 95288db9b49f44d5bd4abe111f84f1a3 - - default default] Added segment cbb8621d-6408-4334-9d9e-5fff775cf2d0 of type vxlan for network 1dc93e85-0a20-4994-bf00-c44d49c30304 [pid: 7|app: 0|req: 495/1163] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:47 2026] POST /v2.0/networks => generated 653 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1164] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:51:47 2026] GET /v2.0/networks/d9bd0d13-bb0a-43ed-887d-72b6120e2b34?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1167] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:51:48 2026] GET /v2.0/ports/068b569c-7b33-45f1-bfdf-bd3d9dac5515 => generated 967 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:48.155 7 INFO neutron.db.segments_db [None req-6a9dfd0d-cc29-4884-bd7a-07276b0df82c ebcaa564b70847738b1caadce0bec1a2 95288db9b49f44d5bd4abe111f84f1a3 - - default default] Added segment 3ddee84f-b778-4026-8c8b-ba7dd1ac614c of type vxlan for network a09f6a93-b402-42d4-b9e7-cb5c0fe9083b [pid: 8|app: 0|req: 669/1168] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:51:47 2026] PUT /v2.0/routers/ea8be008-08e8-4a06-8ce2-4629832ee08d/remove_router_interface => generated 309 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1169] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:51:48 2026] GET /v2.0/networks/d9bd0d13-bb0a-43ed-887d-72b6120e2b34?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1170] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:48 2026] POST /v2.0/networks => generated 653 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:51:48.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c1f484f-c3a2-49c8-b00a-c59d19627944 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] TaaS: Handle Delete Port: 2b776380-aab7-4a0a-8604-9a4de425cecb 2026-04-23 08:51:48.520 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c1f484f-c3a2-49c8-b00a-c59d19627944 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Tap Mirror: Handle Delete Port: 2b776380-aab7-4a0a-8604-9a4de425cecb 2026-04-23 08:51:48.613 8 INFO neutron_taas.services.taas.taas_plugin [None req-0dbcde56-eacb-411b-9829-26e9454c89be dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] TaaS: Handle Delete Port: 068b569c-7b33-45f1-bfdf-bd3d9dac5515 2026-04-23 08:51:48.617 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dbcde56-eacb-411b-9829-26e9454c89be dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Tap Mirror: Handle Delete Port: 068b569c-7b33-45f1-bfdf-bd3d9dac5515 2026-04-23 08:51:48.817 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c1f484f-c3a2-49c8-b00a-c59d19627944 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] TaaS: Handle Delete Port: d6b82060-b314-4d43-ae5e-2e1122e5820e 2026-04-23 08:51:48.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c1f484f-c3a2-49c8-b00a-c59d19627944 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] Tap Mirror: Handle Delete Port: d6b82060-b314-4d43-ae5e-2e1122e5820e [pid: 8|app: 0|req: 671/1171] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:51:48 2026] PUT /v2.0/routers/effb8763-97dd-4542-b9d8-e05a7eac8200/remove_router_interface => generated 309 bytes in 914 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:49.154 7 INFO neutron.services.segments.plugin [-] Segment 58e24216-561d-45cc-ba4e-db525257ddd4 resource provider aggregate not found 2026-04-23 08:51:49.158 7 INFO neutron.services.segments.plugin [-] Segment 58e24216-561d-45cc-ba4e-db525257ddd4 resource provider aggregate not found 2026-04-23 08:51:49.175 7 INFO neutron.services.segments.plugin [-] Segment 58e24216-561d-45cc-ba4e-db525257ddd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58e24216-561d-45cc-ba4e-db525257ddd4 found for delete ", "request_id": "req-53264015-a52e-4939-a3f1-716eb6dbb47f"}]} 2026-04-23 08:51:49.180 7 INFO neutron.services.segments.plugin [-] Segment 58e24216-561d-45cc-ba4e-db525257ddd4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58e24216-561d-45cc-ba4e-db525257ddd4 found for delete ", "request_id": "req-7cbc089b-82bd-451e-bd91-93cba9ad8e8b"}]} 2026-04-23 08:51:49.194 7 INFO neutron.db.l3_hamode_db [None req-0c1f484f-c3a2-49c8-b00a-c59d19627944 efea37dc454c4ff8a8e63faf4d3d23df 8d1efe305cbd4fa79fbca01aa188ef16 - - default default] HA network 99100e42-d09b-4b4e-aea1-53a6f963129c was deleted as no HA routers are present in tenant 8d1efe305cbd4fa79fbca01aa188ef16. [pid: 7|app: 0|req: 501/1172] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:48 2026] DELETE /v2.0/routers/ea8be008-08e8-4a06-8ce2-4629832ee08d => generated 0 bytes in 960 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1173] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:49 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:49.560 8 INFO neutron_taas.services.taas.taas_plugin [None req-8c0876c0-4c63-425c-bf81-292d5c24d197 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] TaaS: Handle Delete Port: d5736871-6382-436b-9ae8-87210a628b27 2026-04-23 08:51:49.564 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c0876c0-4c63-425c-bf81-292d5c24d197 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Tap Mirror: Handle Delete Port: d5736871-6382-436b-9ae8-87210a628b27 [pid: 7|app: 0|req: 502/1174] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:49 2026] POST /v2.0/subnets => generated 1323 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1175] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:49 2026] DELETE /v2.0/subnets/957b21a7-488e-4b95-9039-9dfabe2bd37b => 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: 504/1176] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:49 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1177] 10.0.0.127 () {32 vars in 647 bytes} [Thu Apr 23 08:51:49 2026] GET /v2.0/subnets => generated 1959 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1178] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:49 2026] DELETE /v2.0/networks/5f0c5da5-7b28-43a9-a6b7-813e22daffc0 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1179] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:49 2026] DELETE /v2.0/subnets/2a5ada7e-070a-4f91-b62f-a7567acd9c8b => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1180] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:50 2026] DELETE /v2.0/subnets/c7ca00cc-3416-4d96-ae8b-dcc2f9782ef6 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1181] 10.0.0.127 () {32 vars in 647 bytes} [Thu Apr 23 08:51:50 2026] GET /v2.0/subnets => generated 649 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1182] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:50 2026] DELETE /v2.0/networks/a09f6a93-b402-42d4-b9e7-cb5c0fe9083b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1183] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:51:49 2026] PUT /v2.0/routers/effb8763-97dd-4542-b9d8-e05a7eac8200/remove_router_interface => generated 309 bytes in 1168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1184] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:51:50 2026] GET /v2.0/ports?device_id=effb8763-97dd-4542-b9d8-e05a7eac8200 => 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: 511/1185] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:50 2026] DELETE /v2.0/networks/1dc93e85-0a20-4994-bf00-c44d49c30304 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:50.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-15b5e166-9ed3-430f-b10c-c58d9240b56f dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] TaaS: Handle Delete Port: 1f48dc66-2173-4a39-b5fa-14e1787f403d 2026-04-23 08:51:50.600 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15b5e166-9ed3-430f-b10c-c58d9240b56f dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Tap Mirror: Handle Delete Port: 1f48dc66-2173-4a39-b5fa-14e1787f403d [pid: 7|app: 0|req: 512/1186] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:50 2026] GET /v2.0/security-groups?tenant_id=8d1efe305cbd4fa79fbca01aa188ef16&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1187] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:50 2026] DELETE /v2.0/networks/b3ff298f-7092-49ba-b524-ae707d264856 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1188] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:50 2026] DELETE /v2.0/security-groups/05d8be1c-00b0-4ea7-a45a-8be57d495578 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:51:50.937 8 INFO neutron.services.segments.plugin [-] Segment 7dbaae80-ec5d-443c-b67b-7e43192cabeb resource provider aggregate not found 2026-04-23 08:51:50.958 8 INFO neutron.services.segments.plugin [-] Segment 7dbaae80-ec5d-443c-b67b-7e43192cabeb resource provider aggregate not found 2026-04-23 08:51:50.963 8 INFO neutron.services.segments.plugin [-] Segment 7dbaae80-ec5d-443c-b67b-7e43192cabeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dbaae80-ec5d-443c-b67b-7e43192cabeb found for delete ", "request_id": "req-0af9ade8-aa2e-44ba-9d76-4032c476033a"}]} 2026-04-23 08:51:50.975 8 INFO neutron.services.segments.plugin [-] Segment 7dbaae80-ec5d-443c-b67b-7e43192cabeb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7dbaae80-ec5d-443c-b67b-7e43192cabeb found for delete ", "request_id": "req-4fab22fc-4532-4104-b1b4-3c9d383c035d"}]} 2026-04-23 08:51:50.984 8 INFO neutron.db.l3_hamode_db [None req-15b5e166-9ed3-430f-b10c-c58d9240b56f dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] HA network 225cac74-91f7-4bee-89a6-0904abdec77b was deleted as no HA routers are present in tenant f84168642b1d4267bf675235c989680b. [pid: 8|app: 0|req: 675/1189] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:50 2026] DELETE /v2.0/routers/effb8763-97dd-4542-b9d8-e05a7eac8200 => generated 0 bytes in 544 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1190] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:50 2026] DELETE /v2.0/networks/80ab93b2-0113-405b-8f5b-b6b184e0fca3 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1191] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:50 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => 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: 677/1192] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:51 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:51.213 7 INFO neutron.services.segments.plugin [-] Segment aa7c5c34-9713-4520-b3e7-ca766e9f395f resource provider aggregate not found 2026-04-23 08:51:51.224 7 INFO neutron.services.segments.plugin [-] Segment aa7c5c34-9713-4520-b3e7-ca766e9f395f resource provider aggregate not found 2026-04-23 08:51:51.246 7 INFO neutron.services.segments.plugin [-] Segment aa7c5c34-9713-4520-b3e7-ca766e9f395f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa7c5c34-9713-4520-b3e7-ca766e9f395f found for delete ", "request_id": "req-d29e1141-3b83-45e3-8710-d5da78aaa2f8"}]} 2026-04-23 08:51:51.250 7 INFO neutron.services.segments.plugin [-] Segment aa7c5c34-9713-4520-b3e7-ca766e9f395f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa7c5c34-9713-4520-b3e7-ca766e9f395f found for delete ", "request_id": "req-746d22a3-8a36-4511-8ee8-05f20cf678d3"}]} 2026-04-23 08:51:51.273 7 INFO neutron.services.segments.plugin [-] Segment 3ddee84f-b778-4026-8c8b-ba7dd1ac614c resource provider aggregate not found 2026-04-23 08:51:51.275 7 INFO neutron.services.segments.plugin [-] Segment 3ddee84f-b778-4026-8c8b-ba7dd1ac614c resource provider aggregate not found [pid: 7|app: 0|req: 516/1193] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:51 2026] DELETE /v2.0/subnets/0e45a0c2-3067-480c-b804-aa160dfd236b => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:51.306 7 INFO neutron.services.segments.plugin [-] Segment 3ddee84f-b778-4026-8c8b-ba7dd1ac614c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ddee84f-b778-4026-8c8b-ba7dd1ac614c found for delete ", "request_id": "req-46c0fb7a-3f8b-48c6-a46e-cd7adfec1471"}]} 2026-04-23 08:51:51.310 7 INFO neutron.services.segments.plugin [-] Segment 3ddee84f-b778-4026-8c8b-ba7dd1ac614c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ddee84f-b778-4026-8c8b-ba7dd1ac614c found for delete ", "request_id": "req-a1089670-63ae-4f26-a7c2-d8d1acf87f6f"}]} 2026-04-23 08:51:51.331 7 INFO neutron.services.segments.plugin [-] Segment cbb8621d-6408-4334-9d9e-5fff775cf2d0 resource provider aggregate not found 2026-04-23 08:51:51.337 7 INFO neutron.services.segments.plugin [-] Segment cbb8621d-6408-4334-9d9e-5fff775cf2d0 resource provider aggregate not found 2026-04-23 08:51:51.349 7 INFO neutron.services.segments.plugin [-] Segment cbb8621d-6408-4334-9d9e-5fff775cf2d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbb8621d-6408-4334-9d9e-5fff775cf2d0 found for delete ", "request_id": "req-be5209ed-c83f-46f7-bd2c-c3f37e8b6a24"}]} 2026-04-23 08:51:51.353 7 INFO neutron.services.segments.plugin [-] Segment cbb8621d-6408-4334-9d9e-5fff775cf2d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbb8621d-6408-4334-9d9e-5fff775cf2d0 found for delete ", "request_id": "req-bb93dc89-bf4e-418a-b8a9-82f050f38f5e"}]} 2026-04-23 08:51:51.367 7 INFO neutron.services.segments.plugin [-] Segment 41c30df2-9ef8-4354-92d9-b346d9f98d0d resource provider aggregate not found 2026-04-23 08:51:51.370 7 INFO neutron.services.segments.plugin [-] Segment 41c30df2-9ef8-4354-92d9-b346d9f98d0d resource provider aggregate not found 2026-04-23 08:51:51.381 7 INFO neutron.services.segments.plugin [-] Segment 41c30df2-9ef8-4354-92d9-b346d9f98d0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41c30df2-9ef8-4354-92d9-b346d9f98d0d found for delete ", "request_id": "req-74999239-bcf0-4dac-9164-52f399c7ce4e"}]} 2026-04-23 08:51:51.390 7 INFO neutron.services.segments.plugin [-] Segment e92fca00-1906-4b88-8363-093cea5b3513 resource provider aggregate not found 2026-04-23 08:51:51.393 7 INFO neutron.services.segments.plugin [-] Segment 41c30df2-9ef8-4354-92d9-b346d9f98d0d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41c30df2-9ef8-4354-92d9-b346d9f98d0d found for delete ", "request_id": "req-afce1de3-e9e8-4f5d-a1b5-8212e67f180e"}]} 2026-04-23 08:51:51.401 7 INFO neutron.services.segments.plugin [-] Segment e92fca00-1906-4b88-8363-093cea5b3513 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e92fca00-1906-4b88-8363-093cea5b3513 found for delete ", "request_id": "req-2e702e57-f725-47da-ab7b-d4baa3ee070b"}]} 2026-04-23 08:51:51.406 7 INFO neutron.services.segments.plugin [-] Segment e92fca00-1906-4b88-8363-093cea5b3513 resource provider aggregate not found 2026-04-23 08:51:51.421 7 INFO neutron.services.segments.plugin [-] Segment e92fca00-1906-4b88-8363-093cea5b3513 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e92fca00-1906-4b88-8363-093cea5b3513 found for delete ", "request_id": "req-291b0b06-161d-4128-a004-409d2df50159"}]} [pid: 8|app: 0|req: 678/1194] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:51 2026] DELETE /v2.0/subnets/3c96d6a3-8f32-4ac2-8141-ce9c1a45bcfb => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:51.596 7 INFO neutron_taas.services.taas.taas_plugin [None req-70399f56-fc87-49ad-9d53-79d289912302 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] TaaS: Handle Delete Port: 934bd983-dc6d-4144-a65b-7de0369847dd 2026-04-23 08:51:51.598 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70399f56-fc87-49ad-9d53-79d289912302 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Tap Mirror: Handle Delete Port: 934bd983-dc6d-4144-a65b-7de0369847dd [pid: 8|app: 0|req: 679/1195] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:51 2026] GET /v2.0/security-groups?tenant_id=95288db9b49f44d5bd4abe111f84f1a3&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1196] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:51 2026] DELETE /v2.0/networks/4a7a19e5-25ed-4771-b85e-58b54005aab8 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1197] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:51 2026] DELETE /v2.0/security-groups/7b3bcf9d-708f-4735-a8e5-b9467bcb9e52 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:51:51.852 7 INFO neutron_taas.services.taas.taas_plugin [None req-4fbbb2d6-c167-40ba-b4ed-6be5bce8d58d dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] TaaS: Handle Delete Port: 143ef0ab-dd53-4dab-964b-23c6b065ca4f 2026-04-23 08:51:51.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fbbb2d6-c167-40ba-b4ed-6be5bce8d58d dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Tap Mirror: Handle Delete Port: 143ef0ab-dd53-4dab-964b-23c6b065ca4f [pid: 7|app: 0|req: 518/1198] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:51 2026] DELETE /v2.0/networks/d0378d45-a1cb-4d38-8648-c205e1ec716e => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:52.117 8 INFO neutron.db.segments_db [None req-5e885963-91ca-40af-9468-69521ee31def dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Added segment d8200bf9-eecc-40f2-9478-d0ea7fbd5340 of type vxlan for network 462f8207-fdb0-4db4-aad9-ef0ff159ce9f [pid: 7|app: 0|req: 519/1199] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:52 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1200] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:52 2026] POST /v2.0/networks => generated 633 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1201] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:52 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&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: 682/1202] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:52 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:51:52.499 7 INFO neutron.db.segments_db [None req-8596ddde-b236-4ade-850b-429a25e681a2 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Added segment 333b6624-6d41-45ec-a5b2-47b96ca870e0 of type vxlan for network 08743053-82d8-4ba3-9da1-1cbf6b7a31fc 2026-04-23 08:51:52.727 7 INFO neutron.db.l3_hamode_db [None req-8596ddde-b236-4ade-850b-429a25e681a2 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:51:52.857 7 INFO neutron.db.l3_hamode_db [None req-8596ddde-b236-4ade-850b-429a25e681a2 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:51:52.943 8 INFO neutron.db.segments_db [None req-28ddc775-88f0-4e0f-b4b4-45e5597da0f2 b65330efd2b244c594414542a4dccc02 1c99706b101044fd974e1c4a43ea305f - - default default] Added segment d3ade7c4-2dba-411f-a791-6d3cda071121 of type vxlan for network da940b9c-8c34-42e8-bb7e-c0ff2f3d7b66 [pid: 8|app: 0|req: 683/1203] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:52 2026] POST /v2.0/networks => generated 648 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1204] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:53 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1205] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:53 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&fields=id&fields=name => generated 114 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:53.444 7 INFO neutron.services.segments.plugin [-] Segment b8d18baa-2ff2-478e-8c89-89b0474f0818 resource provider aggregate not found 2026-04-23 08:51:53.455 7 INFO neutron.services.segments.plugin [-] Segment b8d18baa-2ff2-478e-8c89-89b0474f0818 resource provider aggregate not found 2026-04-23 08:51:53.466 7 INFO neutron.services.segments.plugin [-] Segment b8d18baa-2ff2-478e-8c89-89b0474f0818 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8d18baa-2ff2-478e-8c89-89b0474f0818 found for delete ", "request_id": "req-59a90048-44c3-4b89-b83b-349c97418ec0"}]} 2026-04-23 08:51:53.482 7 INFO neutron.services.segments.plugin [-] Segment b8d18baa-2ff2-478e-8c89-89b0474f0818 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8d18baa-2ff2-478e-8c89-89b0474f0818 found for delete ", "request_id": "req-daa67e02-a4d4-4fd8-833d-2dbd74cbfca4"}]} 2026-04-23 08:51:53.492 7 INFO neutron.services.segments.plugin [-] Segment 7f696dd5-5cc3-49bf-a44a-1bab017d5a89 resource provider aggregate not found [pid: 7|app: 0|req: 521/1206] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:52 2026] POST /v2.0/routers => generated 510 bytes in 1047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:51:53.511 7 INFO neutron.services.segments.plugin [-] Segment 7f696dd5-5cc3-49bf-a44a-1bab017d5a89 resource provider aggregate not found 2026-04-23 08:51:53.526 7 INFO neutron.services.segments.plugin [-] Segment 7f696dd5-5cc3-49bf-a44a-1bab017d5a89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f696dd5-5cc3-49bf-a44a-1bab017d5a89 found for delete ", "request_id": "req-4ec69523-b3a0-4cc6-bbcf-ad2ba7cc77ae"}]} 2026-04-23 08:51:53.535 7 INFO neutron.services.segments.plugin [-] Segment 7f696dd5-5cc3-49bf-a44a-1bab017d5a89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f696dd5-5cc3-49bf-a44a-1bab017d5a89 found for delete ", "request_id": "req-0993a9dd-770f-4761-92fb-04693d388c9f"}]} [pid: 8|app: 0|req: 686/1207] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:53 2026] POST /v2.0/subnets => generated 673 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:51:53.865 7 INFO neutron.db.segments_db [None req-320b3b7d-29a0-40fe-8982-593af29312fb 8c88c8713dcf468c9aa358d57f029632 f81d55cf67bf42cb9609bb0921692825 - - default default] Added segment fb69828f-a6bb-4ccf-8a16-63a3e684dd30 of type vxlan for network bd9d0760-d256-4175-ba0f-8c9c8bd87251 2026-04-23 08:51:53.929 7 INFO neutron.db.segments_db [None req-320b3b7d-29a0-40fe-8982-593af29312fb 8c88c8713dcf468c9aa358d57f029632 f81d55cf67bf42cb9609bb0921692825 - - default default] Added segment a7a4d5f3-d803-4b73-baf4-459d533edae8 of type vxlan for network 00785187-391b-4dcc-965b-a2f5f1c29ca6 [pid: 8|app: 0|req: 687/1208] 10.0.0.127 () {34 vars in 665 bytes} [Thu Apr 23 08:51:53 2026] POST /v2.0/ports => generated 963 bytes in 322 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: 522/1209] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:53 2026] POST /v2.0/networks => generated 1245 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 08:51:54.106 8 INFO neutron.db.segments_db [None req-86fde4f3-5e12-4539-9562-f43c1f78c036 b65330efd2b244c594414542a4dccc02 1c99706b101044fd974e1c4a43ea305f - - default default] Added segment 39c8f719-81df-459f-8e02-d023e6204e8c of type vxlan for network 5edea7ea-2561-4159-872b-f8eedba65323 [pid: 8|app: 0|req: 688/1210] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:54 2026] POST /v2.0/networks => generated 648 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1211] 10.0.0.127 () {32 vars in 649 bytes} [Thu Apr 23 08:51:54 2026] GET /v2.0/networks => generated 1844 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1212] 10.0.0.127 () {34 vars in 743 bytes} [Thu Apr 23 08:51:54 2026] PUT /v2.0/networks/5edea7ea-2561-4159-872b-f8eedba65323 => generated 592 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:54.441 8 INFO neutron.services.segments.plugin [-] Segment fb69828f-a6bb-4ccf-8a16-63a3e684dd30 resource provider aggregate not found 2026-04-23 08:51:54.446 8 INFO neutron.services.segments.plugin [-] Segment fb69828f-a6bb-4ccf-8a16-63a3e684dd30 resource provider aggregate not found 2026-04-23 08:51:54.461 8 INFO neutron.services.segments.plugin [-] Segment fb69828f-a6bb-4ccf-8a16-63a3e684dd30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb69828f-a6bb-4ccf-8a16-63a3e684dd30 found for delete ", "request_id": "req-fd09672d-7968-4fcd-9b93-86e0cca5b4c5"}]} [pid: 8|app: 0|req: 691/1213] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:54 2026] DELETE /v2.0/networks/bd9d0760-d256-4175-ba0f-8c9c8bd87251 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:54.479 8 INFO neutron.services.segments.plugin [-] Segment fb69828f-a6bb-4ccf-8a16-63a3e684dd30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb69828f-a6bb-4ccf-8a16-63a3e684dd30 found for delete ", "request_id": "req-a8d44065-7cbb-4a4c-965e-59ae7ad95ce7"}]} [pid: 8|app: 0|req: 692/1214] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:54 2026] POST /v2.0/subnets => generated 646 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1215] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:54 2026] DELETE /v2.0/networks/00785187-391b-4dcc-965b-a2f5f1c29ca6 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1216] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:54 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1217] 10.0.0.127 () {34 vars in 741 bytes} [Thu Apr 23 08:51:54 2026] PUT /v2.0/subnets/4496519a-33ee-45a6-8052-34fe40f9a117 => generated 656 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1218] 10.0.0.127 () {32 vars in 649 bytes} [Thu Apr 23 08:51:54 2026] GET /v2.0/networks => generated 651 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1219] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:55 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1220] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:51:54 2026] PUT /v2.0/routers/f0944915-7ce7-4a3e-b2a1-9082a68866f9/add_router_interface => generated 309 bytes in 992 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-04-23 08:51:55.127 7 INFO neutron.db.segments_db [None req-ee1ea83c-a8b0-4d95-b500-68faf68b8d5d 8c88c8713dcf468c9aa358d57f029632 f81d55cf67bf42cb9609bb0921692825 - - default default] Added segment cf7304f7-7b74-4312-a5a2-22db68737553 of type vxlan for network b6c28e02-8474-4275-aaeb-aa2a1f186281 [pid: 8|app: 0|req: 698/1221] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:55 2026] DELETE /v2.0/networks/5edea7ea-2561-4159-872b-f8eedba65323 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1222] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:55 2026] POST /v2.0/networks => generated 649 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:51:55.233 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c209568-d2f2-4ddc-8bad-a75ea1a250fb b65330efd2b244c594414542a4dccc02 1c99706b101044fd974e1c4a43ea305f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 525/1223] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:55 2026] DELETE /v2.0/networks/5edea7ea-2561-4159-872b-f8eedba65323 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1224] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:51:55 2026] GET /v2.0/ports/3fda892d-2d37-4656-b8b3-814a7a8adec3 => generated 1037 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:51:55.296 7 INFO neutron.db.segments_db [None req-0949ead1-8f2d-4327-9765-592831e2091e 8c88c8713dcf468c9aa358d57f029632 f81d55cf67bf42cb9609bb0921692825 - - default default] Added segment 1fc2b66d-96a1-4816-928e-82df7342142c of type vxlan for network be0132cb-6b95-43fd-bfec-84f2e9a283bb [pid: 8|app: 0|req: 700/1225] 10.0.0.127 () {32 vars in 694 bytes} [Thu Apr 23 08:51:55 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1226] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:55 2026] POST /v2.0/networks => generated 650 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1227] 10.0.0.127 () {32 vars in 742 bytes} [Thu Apr 23 08:51:55 2026] GET /v2.0/subnets?network_id=f944464c-74bb-4a54-8009-506f71a87ec0 => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:55.610 8 INFO neutron_taas.services.taas.taas_plugin [None req-c28f3034-e9e3-4a11-a4d0-45e80586e3c4 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] TaaS: Handle Delete Port: 3fda892d-2d37-4656-b8b3-814a7a8adec3 2026-04-23 08:51:55.612 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c28f3034-e9e3-4a11-a4d0-45e80586e3c4 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Tap Mirror: Handle Delete Port: 3fda892d-2d37-4656-b8b3-814a7a8adec3 [pid: 8|app: 0|req: 701/1228] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:51:55 2026] PUT /v2.0/routers/f0944915-7ce7-4a3e-b2a1-9082a68866f9/remove_router_interface => generated 309 bytes in 648 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: 702/1229] 10.0.0.127 () {32 vars in 653 bytes} [Thu Apr 23 08:51:55 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-23 08:51:56.037 8 INFO neutron.api.v2.resource [None req-f6c23030-4f63-47d0-b857-b45f8ac6340e dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 703/1230] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:51:55 2026] PUT /v2.0/routers/f0944915-7ce7-4a3e-b2a1-9082a68866f9/remove_router_interface => generated 197 bytes in 84 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1231] 10.0.0.127 () {32 vars in 649 bytes} [Thu Apr 23 08:51:56 2026] GET /v2.0/networks => generated 1313 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1232] 10.0.0.127 () {34 vars in 665 bytes} [Thu Apr 23 08:51:55 2026] POST /v2.0/ports => generated 1505 bytes in 642 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: 705/1233] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:51:56 2026] GET /v2.0/ports?device_id=f0944915-7ce7-4a3e-b2a1-9082a68866f9 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1234] 10.0.0.127 () {32 vars in 647 bytes} [Thu Apr 23 08:51:56 2026] GET /v2.0/subnets => generated 1312 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1235] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:56 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1236] 10.0.0.127 () {32 vars in 643 bytes} [Thu Apr 23 08:51:56 2026] GET /v2.0/ports => generated 1505 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1237] 10.0.0.127 () {32 vars in 723 bytes} [Thu Apr 23 08:51:56 2026] GET /v2.0/networks/da940b9c-8c34-42e8-bb7e-c0ff2f3d7b66 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:56.295 7 INFO neutron_taas.services.taas.taas_plugin [None req-64ef805b-a279-4a42-877e-d3e7e552ab64 8c88c8713dcf468c9aa358d57f029632 f81d55cf67bf42cb9609bb0921692825 - - default default] TaaS: Handle Delete Port: a650b526-20e0-4ef4-a092-598ee62ec5d7 2026-04-23 08:51:56.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64ef805b-a279-4a42-877e-d3e7e552ab64 8c88c8713dcf468c9aa358d57f029632 f81d55cf67bf42cb9609bb0921692825 - - default default] Tap Mirror: Handle Delete Port: a650b526-20e0-4ef4-a092-598ee62ec5d7 2026-04-23 08:51:56.308 8 INFO neutron_taas.services.taas.taas_plugin [None req-f726343a-f5ac-4d10-84a4-742a4006325a dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] TaaS: Handle Delete Port: 8abc1ac9-b35a-475d-ae41-7a8196e2b4b6 2026-04-23 08:51:56.312 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f726343a-f5ac-4d10-84a4-742a4006325a dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Tap Mirror: Handle Delete Port: 8abc1ac9-b35a-475d-ae41-7a8196e2b4b6 [pid: 7|app: 0|req: 531/1238] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:51:56 2026] DELETE /v2.0/ports/a650b526-20e0-4ef4-a092-598ee62ec5d7 => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1239] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:56 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1240] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:51:56 2026] GET /v2.0/subnets/a2082353-9c91-4f5f-8e19-ad7e92ad135d => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:56.487 8 INFO neutron.services.segments.plugin [-] Segment a7a4d5f3-d803-4b73-baf4-459d533edae8 resource provider aggregate not found 2026-04-23 08:51:56.502 8 INFO neutron.services.segments.plugin [-] Segment a7a4d5f3-d803-4b73-baf4-459d533edae8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7a4d5f3-d803-4b73-baf4-459d533edae8 found for delete ", "request_id": "req-b38deb54-90ea-4d0d-8579-ca6551c28361"}]} 2026-04-23 08:51:56.526 8 INFO neutron.services.segments.plugin [-] Segment a7a4d5f3-d803-4b73-baf4-459d533edae8 resource provider aggregate not found 2026-04-23 08:51:56.533 8 INFO neutron.services.segments.plugin [-] Segment 39c8f719-81df-459f-8e02-d023e6204e8c resource provider aggregate not found 2026-04-23 08:51:56.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca147290-68c8-4139-94ab-03f6f33430f9 8c88c8713dcf468c9aa358d57f029632 f81d55cf67bf42cb9609bb0921692825 - - default default] TaaS: Handle Delete Port: a47b0673-4726-42af-b6cd-b848f7f8ba26 2026-04-23 08:51:56.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca147290-68c8-4139-94ab-03f6f33430f9 8c88c8713dcf468c9aa358d57f029632 f81d55cf67bf42cb9609bb0921692825 - - default default] Tap Mirror: Handle Delete Port: a47b0673-4726-42af-b6cd-b848f7f8ba26 2026-04-23 08:51:56.545 8 INFO neutron.services.segments.plugin [-] Segment a7a4d5f3-d803-4b73-baf4-459d533edae8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7a4d5f3-d803-4b73-baf4-459d533edae8 found for delete ", "request_id": "req-17431418-2e91-46b8-935a-54d4734ae062"}]} 2026-04-23 08:51:56.562 8 INFO neutron.services.segments.plugin [-] Segment 39c8f719-81df-459f-8e02-d023e6204e8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39c8f719-81df-459f-8e02-d023e6204e8c found for delete ", "request_id": "req-027e9269-0719-4914-aa84-ac447faf8b43"}]} 2026-04-23 08:51:56.563 8 INFO neutron.services.segments.plugin [-] Segment 39c8f719-81df-459f-8e02-d023e6204e8c resource provider aggregate not found 2026-04-23 08:51:56.582 8 INFO neutron.services.segments.plugin [-] Segment 39c8f719-81df-459f-8e02-d023e6204e8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39c8f719-81df-459f-8e02-d023e6204e8c found for delete ", "request_id": "req-9958dd67-dc83-49d6-8d69-20ad47f44143"}]} [pid: 7|app: 0|req: 534/1241] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:51:56 2026] DELETE /v2.0/ports/a47b0673-4726-42af-b6cd-b848f7f8ba26 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:56.626 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6acb599f-7e03-4521-9466-5b91c7f6667f b65330efd2b244c594414542a4dccc02 1c99706b101044fd974e1c4a43ea305f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 535/1242] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:56 2026] DELETE /v2.0/subnets/4496519a-33ee-45a6-8052-34fe40f9a117 => 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: 536/1243] 10.0.0.127 () {32 vars in 643 bytes} [Thu Apr 23 08:51:56 2026] GET /v2.0/ports => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:51:56.653 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15affde5-f47d-4147-a3a7-6334b1ec96e6 b65330efd2b244c594414542a4dccc02 1c99706b101044fd974e1c4a43ea305f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 537/1244] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:56 2026] DELETE /v2.0/networks/5edea7ea-2561-4159-872b-f8eedba65323 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:51:56.700 7 INFO neutron.db.segments_db [None req-26ad31b0-a793-4c90-9e23-29390766c089 8c88c8713dcf468c9aa358d57f029632 f81d55cf67bf42cb9609bb0921692825 - - default default] Added segment 64f77a06-9bfc-4bd5-8f7b-1712a79a103d of type vxlan for network 430903a5-216a-4503-8d25-0d6aa7fdbb3b 2026-04-23 08:51:56.709 8 INFO neutron.db.l3_hamode_db [None req-f726343a-f5ac-4d10-84a4-742a4006325a dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] HA network 08743053-82d8-4ba3-9da1-1cbf6b7a31fc was deleted as no HA routers are present in tenant f84168642b1d4267bf675235c989680b. [pid: 8|app: 0|req: 708/1245] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:56 2026] DELETE /v2.0/routers/f0944915-7ce7-4a3e-b2a1-9082a68866f9 => generated 0 bytes in 563 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1246] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:56 2026] POST /v2.0/networks => generated 649 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1247] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:56 2026] DELETE /v2.0/subnets/a2082353-9c91-4f5f-8e19-ad7e92ad135d => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:56.886 8 INFO neutron.db.segments_db [None req-b041364d-e568-4cc4-bd8f-7629e3b16eb6 8c88c8713dcf468c9aa358d57f029632 f81d55cf67bf42cb9609bb0921692825 - - default default] Added segment df671674-d087-4bfd-8f73-f52bde05bee2 of type vxlan for network 75594f45-448e-4b22-9782-bf7e5f2f643d [pid: 7|app: 0|req: 539/1248] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:56 2026] DELETE /v2.0/subnets/af9b1ba2-d7aa-4204-bda0-66febb0c931b => generated 0 bytes in 103 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1249] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:56 2026] POST /v2.0/networks => generated 650 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:51:57.005 7 INFO neutron.services.segments.plugin [-] Segment d3ade7c4-2dba-411f-a791-6d3cda071121 resource provider aggregate not found 2026-04-23 08:51:57.011 7 INFO neutron.services.segments.plugin [-] Segment d3ade7c4-2dba-411f-a791-6d3cda071121 resource provider aggregate not found [pid: 7|app: 0|req: 540/1250] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:56 2026] DELETE /v2.0/networks/da940b9c-8c34-42e8-bb7e-c0ff2f3d7b66 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:57.030 7 INFO neutron.services.segments.plugin [-] Segment d3ade7c4-2dba-411f-a791-6d3cda071121 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3ade7c4-2dba-411f-a791-6d3cda071121 found for delete ", "request_id": "req-b3cb552f-6f3e-4a13-9c96-813dc4ab5fb6"}]} 2026-04-23 08:51:57.033 7 INFO neutron.services.segments.plugin [-] Segment d3ade7c4-2dba-411f-a791-6d3cda071121 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3ade7c4-2dba-411f-a791-6d3cda071121 found for delete ", "request_id": "req-07f64f2e-6048-4a59-af34-a61c1b6a1889"}]} [pid: 8|app: 0|req: 711/1251] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:56 2026] DELETE /v2.0/networks/462f8207-fdb0-4db4-aad9-ef0ff159ce9f => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:57.157 8 INFO neutron.db.segments_db [None req-4489740e-c16e-4e17-9e86-8a30ff8e1ed4 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Added segment 2895421d-29ec-47d6-99bf-ccc999f2ecec of type vxlan for network f6393558-9096-4ddc-9351-a5a98f427d79 [pid: 8|app: 0|req: 712/1252] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:51:57 2026] POST /v2.0/networks => generated 634 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1253] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:57 2026] POST /v2.0/subnets => generated 1273 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1254] 10.0.0.127 () {32 vars in 647 bytes} [Thu Apr 23 08:51:57 2026] GET /v2.0/subnets => generated 1909 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1255] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:57 2026] POST /v2.0/subnets => generated 646 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1256] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:57 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:57.615 7 INFO neutron.db.segments_db [None req-33763dab-5597-4b61-ac15-8de66300d4e7 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Added segment 97089aee-8bbc-41f1-b8e7-16dd262d62b1 of type vxlan for network c33039c9-0552-438d-b7e9-74ffbb83a085 [pid: 8|app: 0|req: 714/1257] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:57 2026] DELETE /v2.0/subnets/a416d566-180c-4df7-8fe1-5e0672371d1e => 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: 715/1258] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:57 2026] GET /v2.0/security-groups?tenant_id=1c99706b101044fd974e1c4a43ea305f&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:51:57.845 7 INFO neutron.db.l3_hamode_db [None req-33763dab-5597-4b61-ac15-8de66300d4e7 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 716/1259] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:57 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:51:57.947 7 INFO neutron.db.l3_hamode_db [None req-33763dab-5597-4b61-ac15-8de66300d4e7 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 717/1260] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:51:57 2026] DELETE /v2.0/subnets/1559e9c5-7799-4802-8836-4ea2ff15f5f6 => 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: 718/1261] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:58 2026] DELETE /v2.0/security-groups/1636da01-95a2-4c31-bec6-e1aeac09d7f9 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1262] 10.0.0.127 () {32 vars in 647 bytes} [Thu Apr 23 08:51:58 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1263] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:58 2026] DELETE /v2.0/networks/75594f45-448e-4b22-9782-bf7e5f2f643d => 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: 721/1264] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:58 2026] DELETE /v2.0/networks/430903a5-216a-4503-8d25-0d6aa7fdbb3b => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1265] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:51:57 2026] POST /v2.0/routers => generated 510 bytes in 956 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:51:58.591 8 INFO neutron.services.segments.plugin [-] Segment 333b6624-6d41-45ec-a5b2-47b96ca870e0 resource provider aggregate not found [pid: 8|app: 0|req: 722/1266] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:58 2026] DELETE /v2.0/networks/be0132cb-6b95-43fd-bfec-84f2e9a283bb => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:51:58.615 8 INFO neutron.services.segments.plugin [-] Segment 333b6624-6d41-45ec-a5b2-47b96ca870e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 333b6624-6d41-45ec-a5b2-47b96ca870e0 found for delete ", "request_id": "req-cb51bb97-5509-41d8-8c36-5886a1b75598"}]} 2026-04-23 08:51:58.622 8 INFO neutron.services.segments.plugin [-] Segment 333b6624-6d41-45ec-a5b2-47b96ca870e0 resource provider aggregate not found 2026-04-23 08:51:58.642 8 INFO neutron.services.segments.plugin [-] Segment d8200bf9-eecc-40f2-9478-d0ea7fbd5340 resource provider aggregate not found 2026-04-23 08:51:58.662 8 INFO neutron.services.segments.plugin [-] Segment 333b6624-6d41-45ec-a5b2-47b96ca870e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 333b6624-6d41-45ec-a5b2-47b96ca870e0 found for delete ", "request_id": "req-0e502e58-852d-404c-8a52-ff1b4f487f79"}]} 2026-04-23 08:51:58.665 8 INFO neutron.services.segments.plugin [-] Segment d8200bf9-eecc-40f2-9478-d0ea7fbd5340 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8200bf9-eecc-40f2-9478-d0ea7fbd5340 found for delete ", "request_id": "req-1ef4c76e-33e8-4b6f-9284-546826cc85c0"}]} 2026-04-23 08:51:58.683 8 INFO neutron.services.segments.plugin [-] Segment d8200bf9-eecc-40f2-9478-d0ea7fbd5340 resource provider aggregate not found 2026-04-23 08:51:58.694 8 INFO neutron.services.segments.plugin [-] Segment df671674-d087-4bfd-8f73-f52bde05bee2 resource provider aggregate not found 2026-04-23 08:51:58.700 8 INFO neutron.services.segments.plugin [-] Segment d8200bf9-eecc-40f2-9478-d0ea7fbd5340 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8200bf9-eecc-40f2-9478-d0ea7fbd5340 found for delete ", "request_id": "req-d0c07907-cd0e-4162-9dc0-1a9aa10529f7"}]} 2026-04-23 08:51:58.718 8 INFO neutron.services.segments.plugin [-] Segment df671674-d087-4bfd-8f73-f52bde05bee2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df671674-d087-4bfd-8f73-f52bde05bee2 found for delete ", "request_id": "req-3d79f1d5-a812-4fdd-82c3-494995d6dc04"}]} 2026-04-23 08:51:58.726 8 INFO neutron.services.segments.plugin [-] Segment df671674-d087-4bfd-8f73-f52bde05bee2 resource provider aggregate not found 2026-04-23 08:51:58.745 8 INFO neutron.services.segments.plugin [-] Segment 64f77a06-9bfc-4bd5-8f7b-1712a79a103d resource provider aggregate not found 2026-04-23 08:51:58.753 8 INFO neutron.services.segments.plugin [-] Segment df671674-d087-4bfd-8f73-f52bde05bee2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df671674-d087-4bfd-8f73-f52bde05bee2 found for delete ", "request_id": "req-582e87e2-f39c-45bb-afce-1206845ed653"}]} 2026-04-23 08:51:58.769 8 INFO neutron.services.segments.plugin [-] Segment 64f77a06-9bfc-4bd5-8f7b-1712a79a103d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64f77a06-9bfc-4bd5-8f7b-1712a79a103d found for delete ", "request_id": "req-409f0a46-0aa4-4f7f-b80d-3147d0844e84"}]} 2026-04-23 08:51:58.773 8 INFO neutron.services.segments.plugin [-] Segment 64f77a06-9bfc-4bd5-8f7b-1712a79a103d resource provider aggregate not found 2026-04-23 08:51:58.787 8 INFO neutron.services.segments.plugin [-] Segment 1fc2b66d-96a1-4816-928e-82df7342142c resource provider aggregate not found 2026-04-23 08:51:58.795 8 INFO neutron.services.segments.plugin [-] Segment 64f77a06-9bfc-4bd5-8f7b-1712a79a103d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64f77a06-9bfc-4bd5-8f7b-1712a79a103d found for delete ", "request_id": "req-2fa99577-8a76-4d01-821a-715817282c0f"}]} 2026-04-23 08:51:58.803 8 INFO neutron.services.segments.plugin [-] Segment 1fc2b66d-96a1-4816-928e-82df7342142c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fc2b66d-96a1-4816-928e-82df7342142c found for delete ", "request_id": "req-1661ae23-fba8-432f-8330-c379dad58f9e"}]} 2026-04-23 08:51:58.815 8 INFO neutron.services.segments.plugin [-] Segment 1fc2b66d-96a1-4816-928e-82df7342142c resource provider aggregate not found 2026-04-23 08:51:58.840 8 INFO neutron.services.segments.plugin [-] Segment 1fc2b66d-96a1-4816-928e-82df7342142c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fc2b66d-96a1-4816-928e-82df7342142c found for delete ", "request_id": "req-407f0d57-8f3c-4427-942a-9eec7a149451"}]} [pid: 8|app: 0|req: 723/1267] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:51:58 2026] DELETE /v2.0/networks/b6c28e02-8474-4275-aaeb-aa2a1f186281 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1268] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:51:58 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => 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: 725/1269] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:51:59 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1270] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:51:59 2026] GET /v2.0/security-groups?tenant_id=f81d55cf67bf42cb9609bb0921692825&name=default => generated 2925 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1271] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:51:58 2026] PUT /v2.0/routers/3f451c06-0e34-4426-bb2e-316d7d07c117/add_router_interface => generated 309 bytes in 1076 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1272] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:51:59 2026] GET /v2.0/ports/48002c79-6702-44dd-90f9-2a4c2326a8ac => generated 959 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1273] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:51:59 2026] DELETE /v2.0/security-groups/79791f43-ac98-4df4-bccb-cce6f1458bb6 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:52:00.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-d79b613d-800a-489c-b4d8-1953417a9cc0 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] TaaS: Handle Delete Port: 48002c79-6702-44dd-90f9-2a4c2326a8ac 2026-04-23 08:52:00.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d79b613d-800a-489c-b4d8-1953417a9cc0 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Tap Mirror: Handle Delete Port: 48002c79-6702-44dd-90f9-2a4c2326a8ac 2026-04-23 08:52:00.416 8 INFO neutron.db.segments_db [None req-44216489-a867-418a-bb3c-a05c25e9f11f db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Added segment d693d240-7b78-4eae-9682-6ae2a140283c of type vxlan for network f7263046-8a0f-4a85-a012-bdf8287c88e2 [pid: 7|app: 0|req: 547/1274] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:51:59 2026] PUT /v2.0/routers/3f451c06-0e34-4426-bb2e-316d7d07c117/remove_router_interface => generated 309 bytes in 767 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1275] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:00 2026] GET /v2.0/ports?device_id=3f451c06-0e34-4426-bb2e-316d7d07c117 => 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: 728/1276] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:52:00 2026] POST /v2.0/networks => generated 630 bytes in 522 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:00.640 8 INFO neutron.db.segments_db [None req-1911dcea-ab7f-4688-977b-e4a81a2390b6 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Added segment 7af88093-05a0-4c84-bc33-f6962883f7a1 of type vxlan for network b6f14675-6aff-4684-809f-ea6704722419 2026-04-23 08:52:00.709 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c4da280-d5b0-4c19-9eff-6580dbb0b4c1 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] TaaS: Handle Delete Port: 48c835fa-a5f3-4183-9bf2-7584bdf8c29d 2026-04-23 08:52:00.712 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c4da280-d5b0-4c19-9eff-6580dbb0b4c1 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Tap Mirror: Handle Delete Port: 48c835fa-a5f3-4183-9bf2-7584bdf8c29d [pid: 8|app: 0|req: 729/1277] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:52:00 2026] POST /v2.0/networks => generated 630 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:00.825 8 INFO neutron.services.segments.plugin [-] Segment cf7304f7-7b74-4312-a5a2-22db68737553 resource provider aggregate not found 2026-04-23 08:52:00.847 8 INFO neutron.services.segments.plugin [-] Segment cf7304f7-7b74-4312-a5a2-22db68737553 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf7304f7-7b74-4312-a5a2-22db68737553 found for delete ", "request_id": "req-21b41d18-e257-4834-bbee-f10d7dc4a7e4"}]} 2026-04-23 08:52:00.864 8 INFO neutron.services.segments.plugin [-] Segment cf7304f7-7b74-4312-a5a2-22db68737553 resource provider aggregate not found 2026-04-23 08:52:00.879 8 INFO neutron.services.segments.plugin [-] Segment cf7304f7-7b74-4312-a5a2-22db68737553 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf7304f7-7b74-4312-a5a2-22db68737553 found for delete ", "request_id": "req-25ed7908-0d00-419f-aa35-c745200865f2"}]} 2026-04-23 08:52:01.065 7 INFO neutron.services.segments.plugin [-] Segment 97089aee-8bbc-41f1-b8e7-16dd262d62b1 resource provider aggregate not found 2026-04-23 08:52:01.087 7 INFO neutron.services.segments.plugin [-] Segment 97089aee-8bbc-41f1-b8e7-16dd262d62b1 resource provider aggregate not found 2026-04-23 08:52:01.087 7 INFO neutron.services.segments.plugin [-] Segment 97089aee-8bbc-41f1-b8e7-16dd262d62b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97089aee-8bbc-41f1-b8e7-16dd262d62b1 found for delete ", "request_id": "req-7f3d3c78-28da-4721-977b-48d5812562a3"}]} [pid: 8|app: 0|req: 730/1278] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:00 2026] POST /v2.0/subnets => generated 626 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:01.105 7 INFO neutron.services.segments.plugin [-] Segment 97089aee-8bbc-41f1-b8e7-16dd262d62b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97089aee-8bbc-41f1-b8e7-16dd262d62b1 found for delete ", "request_id": "req-0b036f7c-b6af-4980-a17f-47e79db8ecd9"}]} 2026-04-23 08:52:01.106 7 INFO neutron.db.l3_hamode_db [None req-8c4da280-d5b0-4c19-9eff-6580dbb0b4c1 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] HA network c33039c9-0552-438d-b7e9-74ffbb83a085 was deleted as no HA routers are present in tenant f84168642b1d4267bf675235c989680b. [pid: 7|app: 0|req: 549/1279] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:00 2026] DELETE /v2.0/routers/3f451c06-0e34-4426-bb2e-316d7d07c117 => generated 0 bytes in 596 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1280] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:01 2026] DELETE /v2.0/subnets/7cd1beb6-beeb-4692-af48-cc0edffc884d => 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: 731/1281] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:01 2026] POST /v2.0/subnets => generated 626 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1282] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:01 2026] DELETE /v2.0/networks/f6393558-9096-4ddc-9351-a5a98f427d79 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:01.399 8 INFO neutron.db.segments_db [None req-e96c9f55-6309-46e5-8e5d-3e5fd82e57de db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Added segment 5aafe29a-5e1a-4032-b98c-7e41c26b9a79 of type vxlan for network 09730701-d004-49e5-a115-99e2470363b8 2026-04-23 08:52:01.445 7 INFO neutron.db.segments_db [None req-27875ff4-fc24-4a7c-8837-870ee9e8e764 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Added segment 2e56bb25-2614-429f-ad54-c71e442c0c8b of type vxlan for network 8a57ef1f-a4e6-4133-8d51-8df66ef22cd8 2026-04-23 08:52:01.649 7 INFO neutron.db.l3_hamode_db [None req-27875ff4-fc24-4a7c-8837-870ee9e8e764 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:52:01.649 8 INFO neutron.db.l3_hamode_db [None req-e96c9f55-6309-46e5-8e5d-3e5fd82e57de db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:52:01.750 8 INFO neutron.db.l3_hamode_db [None req-e96c9f55-6309-46e5-8e5d-3e5fd82e57de db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 732/1283] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:01 2026] POST /v2.0/routers => generated 507 bytes in 968 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:02.369 7 INFO neutron.db.l3_hamode_db [None req-27875ff4-fc24-4a7c-8837-870ee9e8e764 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 733/1284] 10.0.0.127 () {34 vars in 684 bytes} [Thu Apr 23 08:52:02 2026] POST /v2.0/security-groups => generated 1625 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 08:52:03.113 7 INFO neutron.services.segments.plugin [-] Segment 2895421d-29ec-47d6-99bf-ccc999f2ecec resource provider aggregate not found 2026-04-23 08:52:03.136 7 INFO neutron.services.segments.plugin [-] Segment 2895421d-29ec-47d6-99bf-ccc999f2ecec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2895421d-29ec-47d6-99bf-ccc999f2ecec found for delete ", "request_id": "req-ef5af373-16fa-4b4a-b08c-acb1318e1158"}]} 2026-04-23 08:52:03.136 7 INFO neutron.services.segments.plugin [-] Segment 2895421d-29ec-47d6-99bf-ccc999f2ecec resource provider aggregate not found 2026-04-23 08:52:03.157 7 INFO neutron.services.segments.plugin [-] Segment 2895421d-29ec-47d6-99bf-ccc999f2ecec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2895421d-29ec-47d6-99bf-ccc999f2ecec found for delete ", "request_id": "req-e88a4a63-9361-4544-82b9-f598b502603e"}]} [pid: 7|app: 0|req: 552/1285] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:01 2026] POST /v2.0/routers => generated 692 bytes in 2222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1286] 10.0.0.127 () {32 vars in 663 bytes} [Thu Apr 23 08:52:03 2026] GET /v2.0/security-groups => generated 4530 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1289] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:52:03 2026] GET /v2.0/routers/5e363cee-0a94-4cab-96bd-7173f940732f => generated 698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1290] 10.0.0.127 () {34 vars in 758 bytes} [Thu Apr 23 08:52:03 2026] PUT /v2.0/security-groups/5260d884-0d7f-4b9f-a6d6-0c2137b5799a => generated 1662 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1291] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:52:02 2026] PUT /v2.0/routers/b6a20b6e-d2d2-4a3f-a01d-2074970739fe/add_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1292] 10.0.0.127 () {32 vars in 647 bytes} [Thu Apr 23 08:52:03 2026] GET /v2.0/routers => generated 701 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1293] 10.0.0.127 () {32 vars in 737 bytes} [Thu Apr 23 08:52:03 2026] GET /v2.0/security-groups/5260d884-0d7f-4b9f-a6d6-0c2137b5799a => generated 1662 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1294] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:52:03 2026] GET /v2.0/ports/2d9bb05a-da8a-43f6-a123-9ef1cc428cde => generated 955 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1295] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:03 2026] DELETE /v2.0/security-groups/5260d884-0d7f-4b9f-a6d6-0c2137b5799a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1296] 10.0.0.127 () {34 vars in 741 bytes} [Thu Apr 23 08:52:03 2026] PUT /v2.0/routers/5e363cee-0a94-4cab-96bd-7173f940732f => generated 705 bytes in 399 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1297] 10.0.0.127 () {32 vars in 663 bytes} [Thu Apr 23 08:52:04 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: 8|app: 0|req: 738/1298] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:52:04 2026] GET /v2.0/routers/5e363cee-0a94-4cab-96bd-7173f940732f => generated 705 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:04.389 8 INFO neutron.api.v2.resource [None req-2706f821-8f86-4251-91c0-d4d3ca6fcaeb b571369c917e45a1bbb0f869dd2e3ed9 2544b09f73cd4d2f8974b87f2cc928bd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 739/1299] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:04 2026] DELETE /v2.0/security-groups/5260d884-0d7f-4b9f-a6d6-0c2137b5799a => 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: 740/1300] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:04 2026] GET /v2.0/ports?device_id=5e363cee-0a94-4cab-96bd-7173f940732f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1301] 10.0.0.127 () {34 vars in 684 bytes} [Thu Apr 23 08:52:04 2026] POST /v2.0/security-groups => generated 1625 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 08:52:04.734 8 INFO neutron_taas.services.taas.taas_plugin [None req-3929ef02-69cc-4ce9-9ac4-09d727c5c52f dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] TaaS: Handle Delete Port: cf2892c8-5a66-40df-bbfe-fb733383b35d 2026-04-23 08:52:04.738 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3929ef02-69cc-4ce9-9ac4-09d727c5c52f dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Tap Mirror: Handle Delete Port: cf2892c8-5a66-40df-bbfe-fb733383b35d 2026-04-23 08:52:04.984 8 INFO neutron_taas.services.taas.taas_plugin [None req-3929ef02-69cc-4ce9-9ac4-09d727c5c52f dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] TaaS: Handle Delete Port: 77675bcb-cb52-4b6f-af27-eeee2e1e1360 [pid: 7|app: 0|req: 561/1302] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:52:04 2026] PUT /v2.0/routers/b6a20b6e-d2d2-4a3f-a01d-2074970739fe/add_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:04.987 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3929ef02-69cc-4ce9-9ac4-09d727c5c52f dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] Tap Mirror: Handle Delete Port: 77675bcb-cb52-4b6f-af27-eeee2e1e1360 [pid: 7|app: 0|req: 562/1303] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:52:04 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1304] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:52:05 2026] GET /v2.0/ports/95c37b67-332b-4a17-8776-7a7b8c281b63 => generated 955 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1305] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:52:05 2026] GET /v2.0/security-group-rules/370ff04a-5fd5-4084-add9-1ce38ec28349 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:05.294 8 INFO neutron.services.segments.plugin [-] Segment 2e56bb25-2614-429f-ad54-c71e442c0c8b resource provider aggregate not found 2026-04-23 08:52:05.298 8 INFO neutron.services.segments.plugin [-] Segment 2e56bb25-2614-429f-ad54-c71e442c0c8b resource provider aggregate not found 2026-04-23 08:52:05.318 8 INFO neutron.services.segments.plugin [-] Segment 2e56bb25-2614-429f-ad54-c71e442c0c8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e56bb25-2614-429f-ad54-c71e442c0c8b found for delete ", "request_id": "req-6b90ce02-5041-499b-9bac-2d1bd8bd3d05"}]} 2026-04-23 08:52:05.319 8 INFO neutron.services.segments.plugin [-] Segment 2e56bb25-2614-429f-ad54-c71e442c0c8b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e56bb25-2614-429f-ad54-c71e442c0c8b found for delete ", "request_id": "req-c4f03a35-ed36-4f3a-8c1d-ec143e395af9"}]} 2026-04-23 08:52:05.323 8 INFO neutron.db.l3_hamode_db [None req-3929ef02-69cc-4ce9-9ac4-09d727c5c52f dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] HA network 8a57ef1f-a4e6-4133-8d51-8df66ef22cd8 was deleted as no HA routers are present in tenant f84168642b1d4267bf675235c989680b. [pid: 8|app: 0|req: 742/1306] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:04 2026] DELETE /v2.0/routers/5e363cee-0a94-4cab-96bd-7173f940732f => generated 0 bytes in 808 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1307] 10.0.0.127 () {32 vars in 673 bytes} [Thu Apr 23 08:52:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1308] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:05 2026] GET /v2.0/ports?device_id=5e363cee-0a94-4cab-96bd-7173f940732f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1309] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:52:05 2026] DELETE /v2.0/security-group-rules/370ff04a-5fd5-4084-add9-1ce38ec28349 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:52:05.488 7 INFO neutron_taas.services.taas.taas_plugin [None req-74230353-0ff9-4ea4-bed1-11b3d460d5d9 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] TaaS: Handle Delete Port: 95c37b67-332b-4a17-8776-7a7b8c281b63 2026-04-23 08:52:05.490 8 INFO neutron.api.v2.resource [None req-d671c518-dc72-4b77-ae8b-9601af542a5f dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 746/1310] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:05 2026] DELETE /v2.0/routers/5e363cee-0a94-4cab-96bd-7173f940732f => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:52:05.491 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74230353-0ff9-4ea4-bed1-11b3d460d5d9 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Tap Mirror: Handle Delete Port: 95c37b67-332b-4a17-8776-7a7b8c281b63 [pid: 8|app: 0|req: 747/1311] 10.0.0.127 () {32 vars in 673 bytes} [Thu Apr 23 08:52:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1312] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:05 2026] GET /v2.0/ports?device_id=3f451c06-0e34-4426-bb2e-316d7d07c117 => 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: 749/1313] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:52:05 2026] POST /v2.0/security-group-rules => generated 601 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:05.656 8 INFO neutron.api.v2.resource [None req-fbcae439-8e27-41f2-a9fe-94b83c7a3175 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 750/1314] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:05 2026] DELETE /v2.0/routers/3f451c06-0e34-4426-bb2e-316d7d07c117 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1315] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:52:05 2026] GET /v2.0/security-group-rules/a0c3c078-3da2-44a3-9ac9-c6daac3e5cbf => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:05.678 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2ed01c32-9e83-456d-b21d-151f44eb7d54 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 752/1316] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:05 2026] DELETE /v2.0/subnets/7cd1beb6-beeb-4692-af48-cc0edffc884d => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1317] 10.0.0.127 () {32 vars in 673 bytes} [Thu Apr 23 08:52:05 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1318] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:05 2026] GET /v2.0/ports?device_id=f0944915-7ce7-4a3e-b2a1-9082a68866f9 => 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: 755/1319] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:52:05 2026] DELETE /v2.0/security-group-rules/a0c3c078-3da2-44a3-9ac9-c6daac3e5cbf => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:52:05.816 8 INFO neutron.api.v2.resource [None req-de12ec3d-f745-40fb-82b3-06b6b7822834 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 756/1320] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:05 2026] DELETE /v2.0/routers/f0944915-7ce7-4a3e-b2a1-9082a68866f9 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1321] 10.0.0.127 () {32 vars in 673 bytes} [Thu Apr 23 08:52:05 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:52:05.869 8 INFO neutron.pecan_wsgi.hooks.translation [None req-80134a6b-eb4d-47ba-afd7-8f29ba284665 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 565/1322] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:52:05 2026] PUT /v2.0/routers/b6a20b6e-d2d2-4a3f-a01d-2074970739fe/remove_router_interface => generated 309 bytes in 673 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1323] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:05 2026] DELETE /v2.0/subnets/af9b1ba2-d7aa-4204-bda0-66febb0c931b => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1324] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:52:05 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1325] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:05 2026] GET /v2.0/ports?device_id=effb8763-97dd-4542-b9d8-e05a7eac8200 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1326] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:52:05 2026] GET /v2.0/security-group-rules/bc5c5c32-612e-473b-ae35-ce8e0dd1d66f => generated 602 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:06.010 7 INFO neutron.api.v2.resource [None req-04275410-2679-4925-bfd2-234a40182c69 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 569/1327] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:05 2026] DELETE /v2.0/routers/effb8763-97dd-4542-b9d8-e05a7eac8200 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1328] 10.0.0.127 () {32 vars in 673 bytes} [Thu Apr 23 08:52:06 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:52:06.088 7 INFO neutron.pecan_wsgi.hooks.translation [None req-593763a2-5605-4928-93c0-7673fc2d0b5c dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 571/1329] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:06 2026] DELETE /v2.0/subnets/0e45a0c2-3067-480c-b804-aa160dfd236b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1330] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:52:06 2026] DELETE /v2.0/security-group-rules/bc5c5c32-612e-473b-ae35-ce8e0dd1d66f => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:52:06.167 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8de1b099-d708-4121-8221-3fc09219f433 dcde4875a1eb435cbc0aaa3cf8828695 f84168642b1d4267bf675235c989680b - - default default] DELETE failed (client error): The resource could not be found. 2026-04-23 08:52:06.168 8 INFO neutron_taas.services.taas.taas_plugin [None req-b60bf6e0-d0cb-4dae-b62d-a8a41fd98bd9 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] TaaS: Handle Delete Port: 2d9bb05a-da8a-43f6-a123-9ef1cc428cde [pid: 7|app: 0|req: 573/1331] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:06 2026] DELETE /v2.0/subnets/3c96d6a3-8f32-4ac2-8141-ce9c1a45bcfb => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:52:06.172 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b60bf6e0-d0cb-4dae-b62d-a8a41fd98bd9 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Tap Mirror: Handle Delete Port: 2d9bb05a-da8a-43f6-a123-9ef1cc428cde [pid: 7|app: 0|req: 574/1332] 10.0.0.127 () {32 vars in 673 bytes} [Thu Apr 23 08:52:06 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1333] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:06 2026] DELETE /v2.0/security-groups/733cf7b9-af7c-4bc9-a11f-15bed7d75e31 => 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: 576/1334] 10.0.0.127 () {32 vars in 663 bytes} [Thu Apr 23 08:52:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1335] 10.0.0.127 () {32 vars in 663 bytes} [Thu Apr 23 08:52:06 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1336] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:52:05 2026] PUT /v2.0/routers/b6a20b6e-d2d2-4a3f-a01d-2074970739fe/remove_router_interface => generated 309 bytes in 762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1337] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:06 2026] GET /v2.0/ports?device_id=b6a20b6e-d2d2-4a3f-a01d-2074970739fe => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:06.848 8 INFO neutron_taas.services.taas.taas_plugin [None req-17c24563-673f-4056-85a5-bc297d1c183c db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] TaaS: Handle Delete Port: c4cdc2b5-dcb7-4004-9314-4a642babb8fa 2026-04-23 08:52:06.851 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-17c24563-673f-4056-85a5-bc297d1c183c db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Tap Mirror: Handle Delete Port: c4cdc2b5-dcb7-4004-9314-4a642babb8fa [pid: 7|app: 0|req: 579/1338] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:06 2026] GET /v2.0/security-groups?tenant_id=f84168642b1d4267bf675235c989680b&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1339] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:06 2026] GET /v2.0/security-groups?tenant_id=2544b09f73cd4d2f8974b87f2cc928bd&name=default => generated 2925 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1340] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:07 2026] DELETE /v2.0/security-groups/c28a9e63-5b4f-4941-b4ef-2b9867c422ea => 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: 582/1341] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:07 2026] DELETE /v2.0/security-groups/6854d615-9ef0-4570-9583-16bca82efef3 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:52:07.225 8 INFO neutron.db.l3_hamode_db [None req-17c24563-673f-4056-85a5-bc297d1c183c db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] HA network 09730701-d004-49e5-a115-99e2470363b8 was deleted as no HA routers are present in tenant fb0f85f21f644f9abf2254eb549761be. [pid: 8|app: 0|req: 760/1342] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:06 2026] DELETE /v2.0/routers/b6a20b6e-d2d2-4a3f-a01d-2074970739fe => generated 0 bytes in 570 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:52:07.338 8 INFO neutron.services.segments.plugin [-] Segment 5aafe29a-5e1a-4032-b98c-7e41c26b9a79 resource provider aggregate not found 2026-04-23 08:52:07.353 8 INFO neutron.services.segments.plugin [-] Segment 5aafe29a-5e1a-4032-b98c-7e41c26b9a79 resource provider aggregate not found [pid: 7|app: 0|req: 583/1343] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:07 2026] DELETE /v2.0/subnets/8820741f-0ef4-4a7c-8abf-fec3c6e7febe => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:07.360 8 INFO neutron.services.segments.plugin [-] Segment 5aafe29a-5e1a-4032-b98c-7e41c26b9a79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5aafe29a-5e1a-4032-b98c-7e41c26b9a79 found for delete ", "request_id": "req-6f6a2942-cdb0-4ef4-a1db-25f041fde141"}]} 2026-04-23 08:52:07.370 8 INFO neutron.services.segments.plugin [-] Segment 5aafe29a-5e1a-4032-b98c-7e41c26b9a79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5aafe29a-5e1a-4032-b98c-7e41c26b9a79 found for delete ", "request_id": "req-ea04b0a7-0c74-4177-ac0d-17e0ab768881"}]} [pid: 8|app: 0|req: 761/1344] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:07 2026] DELETE /v2.0/subnets/4433f408-5c25-4ccd-a8b9-d98ab2b70c5b => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:07.649 7 INFO neutron.services.segments.plugin [-] Segment 7af88093-05a0-4c84-bc33-f6962883f7a1 resource provider aggregate not found 2026-04-23 08:52:07.652 7 INFO neutron.services.segments.plugin [-] Segment 7af88093-05a0-4c84-bc33-f6962883f7a1 resource provider aggregate not found [pid: 7|app: 0|req: 584/1345] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:07 2026] DELETE /v2.0/networks/b6f14675-6aff-4684-809f-ea6704722419 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:07.671 7 INFO neutron.services.segments.plugin [-] Segment 7af88093-05a0-4c84-bc33-f6962883f7a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7af88093-05a0-4c84-bc33-f6962883f7a1 found for delete ", "request_id": "req-c74e5d9d-0472-4533-92b2-4cd4b819476a"}]} 2026-04-23 08:52:07.676 7 INFO neutron.services.segments.plugin [-] Segment 7af88093-05a0-4c84-bc33-f6962883f7a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7af88093-05a0-4c84-bc33-f6962883f7a1 found for delete ", "request_id": "req-ca70e316-8335-415a-986d-c8a502bba469"}]} 2026-04-23 08:52:07.776 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebd5ac02-fe72-41cf-b0de-c2f750069f06 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] TaaS: Handle Delete Port: 2ceed843-5072-4206-bce5-e590bbb25a98 2026-04-23 08:52:07.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebd5ac02-fe72-41cf-b0de-c2f750069f06 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Tap Mirror: Handle Delete Port: 2ceed843-5072-4206-bce5-e590bbb25a98 [pid: 8|app: 0|req: 762/1346] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:07 2026] DELETE /v2.0/networks/f7263046-8a0f-4a85-a012-bdf8287c88e2 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:08.001 7 INFO neutron.db.segments_db [None req-c573775a-e8ac-487d-8e16-f19a85169c70 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Added segment c173a735-b322-4dfd-88e6-e8eba4b08013 of type vxlan for network 762d46a5-08f9-493b-8044-f438af20a019 [pid: 7|app: 0|req: 585/1347] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:52:07 2026] POST /v2.0/networks => generated 629 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1348] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:08 2026] POST /v2.0/subnets => generated 626 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:08.360 7 INFO neutron.db.segments_db [None req-1cd23878-24ee-43a2-a837-bc5ff82fea40 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Added segment 7729e832-93a2-4877-a2c2-4de1eb5659fc of type vxlan for network 0751b4a4-be41-4f00-8489-7900aa43e0e0 2026-04-23 08:52:08.616 7 INFO neutron.db.l3_hamode_db [None req-1cd23878-24ee-43a2-a837-bc5ff82fea40 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:52:08.741 7 INFO neutron.db.l3_hamode_db [None req-1cd23878-24ee-43a2-a837-bc5ff82fea40 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:52:09.381 8 INFO neutron.services.segments.plugin [-] Segment d693d240-7b78-4eae-9682-6ae2a140283c resource provider aggregate not found [pid: 7|app: 0|req: 586/1349] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:08 2026] POST /v2.0/routers => generated 506 bytes in 1075 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:09.392 8 INFO neutron.services.segments.plugin [-] Segment d693d240-7b78-4eae-9682-6ae2a140283c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d693d240-7b78-4eae-9682-6ae2a140283c found for delete ", "request_id": "req-50cd86b3-51df-443c-bb9e-068534ef39a0"}]} 2026-04-23 08:52:09.396 8 INFO neutron.services.segments.plugin [-] Segment d693d240-7b78-4eae-9682-6ae2a140283c resource provider aggregate not found 2026-04-23 08:52:09.414 8 INFO neutron.services.segments.plugin [-] Segment d693d240-7b78-4eae-9682-6ae2a140283c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d693d240-7b78-4eae-9682-6ae2a140283c found for delete ", "request_id": "req-b7550b93-cf24-4e0b-90c5-2bc3e322700e"}]} [pid: 7|app: 0|req: 587/1350] 10.0.0.232 () {34 vars in 990 bytes} [Thu Apr 23 08:52:09 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => 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: 588/1351] 10.0.0.232 () {34 vars in 1040 bytes} [Thu Apr 23 08:52:09 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1352] 10.0.0.127 () {34 vars in 665 bytes} [Thu Apr 23 08:52:09 2026] POST /v2.0/ports => generated 952 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1353] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:52:09 2026] PUT /v2.0/routers/3339f089-1073-4b80-94e6-d7406581decd/add_router_interface => generated 309 bytes in 1171 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: 765/1354] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:52:10 2026] GET /v2.0/ports/6038d716-318a-4b1b-8297-6bf948867e65 => generated 1026 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-04-23 08:52:11.467 7 INFO neutron_taas.services.taas.taas_plugin [None req-10ae4fe8-1605-4a25-894d-65f5abaafb80 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] TaaS: Handle Delete Port: 6038d716-318a-4b1b-8297-6bf948867e65 2026-04-23 08:52:11.471 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10ae4fe8-1605-4a25-894d-65f5abaafb80 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Tap Mirror: Handle Delete Port: 6038d716-318a-4b1b-8297-6bf948867e65 [pid: 7|app: 0|req: 590/1355] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:52:11 2026] PUT /v2.0/routers/3339f089-1073-4b80-94e6-d7406581decd/remove_router_interface => generated 309 bytes in 897 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:12.054 8 INFO neutron.api.v2.resource [None req-e98dccef-80d9-4354-a60f-732540dae483 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 766/1356] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:52:11 2026] PUT /v2.0/routers/3339f089-1073-4b80-94e6-d7406581decd/remove_router_interface => generated 197 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1357] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:12 2026] GET /v2.0/ports?device_id=3339f089-1073-4b80-94e6-d7406581decd => generated 12 bytes in 17 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-04-23 08:52:12.234 8 INFO neutron_taas.services.taas.taas_plugin [None req-3533441e-eea4-47c0-a408-277f023edf63 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] TaaS: Handle Delete Port: 9a9e627d-6c2a-4c94-a1bd-1e1a87382c28 2026-04-23 08:52:12.238 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3533441e-eea4-47c0-a408-277f023edf63 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Tap Mirror: Handle Delete Port: 9a9e627d-6c2a-4c94-a1bd-1e1a87382c28 [pid: 7|app: 0|req: 591/1358] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:11 2026] GET /v2.0/security-groups?tenant_id=b49cecb249d948ccb53436fac1794d86&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1359] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:12 2026] DELETE /v2.0/security-groups/b893eda9-b00f-4f48-a706-a451bb64299c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:52:12.565 8 INFO neutron.services.segments.plugin [-] Segment 7729e832-93a2-4877-a2c2-4de1eb5659fc resource provider aggregate not found 2026-04-23 08:52:12.569 8 INFO neutron.services.segments.plugin [-] Segment 7729e832-93a2-4877-a2c2-4de1eb5659fc resource provider aggregate not found 2026-04-23 08:52:12.588 8 INFO neutron.services.segments.plugin [-] Segment 7729e832-93a2-4877-a2c2-4de1eb5659fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7729e832-93a2-4877-a2c2-4de1eb5659fc found for delete ", "request_id": "req-631c2f53-5d98-454b-a367-f89d091fb2e3"}]} 2026-04-23 08:52:12.589 8 INFO neutron.services.segments.plugin [-] Segment 7729e832-93a2-4877-a2c2-4de1eb5659fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7729e832-93a2-4877-a2c2-4de1eb5659fc found for delete ", "request_id": "req-43ca009c-1b9c-40a9-a9ff-47a23a533cf9"}]} 2026-04-23 08:52:12.599 8 INFO neutron.db.l3_hamode_db [None req-3533441e-eea4-47c0-a408-277f023edf63 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] HA network 0751b4a4-be41-4f00-8489-7900aa43e0e0 was deleted as no HA routers are present in tenant fb0f85f21f644f9abf2254eb549761be. [pid: 8|app: 0|req: 768/1360] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:12 2026] DELETE /v2.0/routers/3339f089-1073-4b80-94e6-d7406581decd => generated 0 bytes in 523 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1361] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:12 2026] GET /v2.0/security-groups?tenant_id=ee13ceb24d884252ab992ab66c538a69&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1362] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:12 2026] DELETE /v2.0/subnets/bed265e0-e978-4dbe-bd5d-b5ff4745e9b4 => 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: 769/1363] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:12 2026] GET /v2.0/security-groups?tenant_id=a798e45b5f39416da5893a7f01b93a59&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: 595/1364] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:12 2026] DELETE /v2.0/security-groups/b26cfd40-5e1b-4ec4-8a33-3225f8c777b6 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:52:12.968 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a69f373-8ec3-40b8-bcff-6ff2f2f451cf db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] TaaS: Handle Delete Port: 46e10db6-194b-4552-bf54-86d9d27559b5 2026-04-23 08:52:12.971 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a69f373-8ec3-40b8-bcff-6ff2f2f451cf db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Tap Mirror: Handle Delete Port: 46e10db6-194b-4552-bf54-86d9d27559b5 [pid: 7|app: 0|req: 596/1365] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:12 2026] DELETE /v2.0/security-groups/dd291f26-8e6f-4e8c-adb4-5d11b1acdbf2 => 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: 770/1366] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:12 2026] DELETE /v2.0/networks/762d46a5-08f9-493b-8044-f438af20a019 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:13.229 7 INFO neutron.db.segments_db [None req-460ac6c4-906b-4f8e-90aa-0790fa14f5f8 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Added segment f0386b32-91a7-401d-9cf2-2b48379f2713 of type vxlan for network bfea8ed0-40f8-46f2-aeac-0021e403fa03 [pid: 7|app: 0|req: 597/1367] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:52:13 2026] POST /v2.0/networks => generated 629 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1368] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:13 2026] GET /v2.0/security-groups?tenant_id=429e91182ddf4dd3a7c69cc414ac3f7d&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1369] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:13 2026] DELETE /v2.0/security-groups/0b2ab23d-b6ae-4717-939e-c15663ed789b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1370] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52: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) 2026-04-23 08:52:13.632 8 INFO neutron.db.segments_db [None req-53ca9b31-cd1f-4c5a-8a60-6599e829aa53 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Added segment 0bb4c7b1-80c0-4ed1-95a2-02596eff1025 of type vxlan for network b6276990-1fc0-4c09-b6b4-c1f3aad0fe65 2026-04-23 08:52:13.869 8 INFO neutron.db.l3_hamode_db [None req-53ca9b31-cd1f-4c5a-8a60-6599e829aa53 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:52:13.981 8 INFO neutron.db.l3_hamode_db [None req-53ca9b31-cd1f-4c5a-8a60-6599e829aa53 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 773/1371] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:13 2026] POST /v2.0/routers => generated 506 bytes in 971 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:14.609 8 INFO neutron.services.segments.plugin [-] Segment c173a735-b322-4dfd-88e6-e8eba4b08013 resource provider aggregate not found 2026-04-23 08:52:14.614 8 INFO neutron.services.segments.plugin [-] Segment c173a735-b322-4dfd-88e6-e8eba4b08013 resource provider aggregate not found 2026-04-23 08:52:14.626 8 INFO neutron.services.segments.plugin [-] Segment c173a735-b322-4dfd-88e6-e8eba4b08013 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c173a735-b322-4dfd-88e6-e8eba4b08013 found for delete ", "request_id": "req-ada15f9d-a46e-4438-9f82-26bbe3f1134d"}]} 2026-04-23 08:52:14.630 8 INFO neutron.services.segments.plugin [-] Segment c173a735-b322-4dfd-88e6-e8eba4b08013 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c173a735-b322-4dfd-88e6-e8eba4b08013 found for delete ", "request_id": "req-0f1f69d2-9499-4c3a-ab61-c8ce59d8bfd2"}]} [pid: 7|app: 0|req: 599/1372] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:52:14 2026] PUT /v2.0/routers/667a8f6a-2288-40d3-83e2-f902eb73916c/add_router_interface => generated 309 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1373] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:52:15 2026] GET /v2.0/ports/274118f2-812d-4e5f-8391-438c8944175e => generated 955 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:16.166 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ce135d9-6f55-4d23-84d1-9e66d02d589a db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] TaaS: Handle Delete Port: 274118f2-812d-4e5f-8391-438c8944175e 2026-04-23 08:52:16.170 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ce135d9-6f55-4d23-84d1-9e66d02d589a db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Tap Mirror: Handle Delete Port: 274118f2-812d-4e5f-8391-438c8944175e [pid: 7|app: 0|req: 600/1374] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:52:15 2026] PUT /v2.0/routers/667a8f6a-2288-40d3-83e2-f902eb73916c/remove_router_interface => generated 309 bytes in 820 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1375] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:16 2026] GET /v2.0/ports?device_id=667a8f6a-2288-40d3-83e2-f902eb73916c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:16.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-c458585d-cf32-4312-8846-ad6332ecb40e db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] TaaS: Handle Delete Port: 58d44028-0ff7-4d76-93ec-638064359fd3 2026-04-23 08:52:16.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c458585d-cf32-4312-8846-ad6332ecb40e db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Tap Mirror: Handle Delete Port: 58d44028-0ff7-4d76-93ec-638064359fd3 [pid: 8|app: 0|req: 775/1376] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:16 2026] GET /v2.0/security-groups?tenant_id=aef5c5fbfa0c44c7acb737fde7ba67e7&name=default => generated 2925 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1377] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:16 2026] DELETE /v2.0/security-groups/ba60f7cd-77b5-43c1-8a4b-9db982ac2cff => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:52:17.115 7 INFO neutron.services.segments.plugin [-] Segment 0bb4c7b1-80c0-4ed1-95a2-02596eff1025 resource provider aggregate not found 2026-04-23 08:52:17.118 7 INFO neutron.services.segments.plugin [-] Segment 0bb4c7b1-80c0-4ed1-95a2-02596eff1025 resource provider aggregate not found 2026-04-23 08:52:17.140 7 INFO neutron.services.segments.plugin [-] Segment 0bb4c7b1-80c0-4ed1-95a2-02596eff1025 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bb4c7b1-80c0-4ed1-95a2-02596eff1025 found for delete ", "request_id": "req-2a1c4143-dc56-4246-95f7-77147718627e"}]} 2026-04-23 08:52:17.144 7 INFO neutron.services.segments.plugin [-] Segment 0bb4c7b1-80c0-4ed1-95a2-02596eff1025 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0bb4c7b1-80c0-4ed1-95a2-02596eff1025 found for delete ", "request_id": "req-604b8f6f-3b50-4cd5-8ab3-3a9d03583618"}]} 2026-04-23 08:52:17.154 7 INFO neutron.db.l3_hamode_db [None req-c458585d-cf32-4312-8846-ad6332ecb40e db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] HA network b6276990-1fc0-4c09-b6b4-c1f3aad0fe65 was deleted as no HA routers are present in tenant fb0f85f21f644f9abf2254eb549761be. [pid: 7|app: 0|req: 602/1378] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:16 2026] DELETE /v2.0/routers/667a8f6a-2288-40d3-83e2-f902eb73916c => generated 0 bytes in 511 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1379] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:16 2026] GET /v2.0/security-groups?tenant_id=2389ab76731e4e179330e6c3408a4e09&name=default => generated 2925 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1380] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:17 2026] DELETE /v2.0/subnets/262a2e77-d448-45d1-a8df-139595cd8d80 => 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: 778/1381] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:17 2026] DELETE /v2.0/security-groups/878408bd-711b-4842-bbd2-286df88dedb3 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:52:17.460 7 INFO neutron_taas.services.taas.taas_plugin [None req-625d55d4-f428-4297-8715-d735ec17f1b2 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] TaaS: Handle Delete Port: 936f6f25-4b25-4e90-b7a8-56d383cf8f56 2026-04-23 08:52:17.464 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-625d55d4-f428-4297-8715-d735ec17f1b2 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Tap Mirror: Handle Delete Port: 936f6f25-4b25-4e90-b7a8-56d383cf8f56 [pid: 7|app: 0|req: 604/1382] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:17 2026] DELETE /v2.0/networks/bfea8ed0-40f8-46f2-aeac-0021e403fa03 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:17.708 8 INFO neutron.db.segments_db [None req-f1e9a552-5f05-42c4-842d-07ef4a1320db db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Added segment 398e5b72-8aff-4821-a37e-0eb1ce8b87b7 of type vxlan for network 48b7878e-5ae2-4ebc-ada1-e3a6e2107d1b 2026-04-23 08:52:17.962 8 INFO neutron.db.l3_hamode_db [None req-f1e9a552-5f05-42c4-842d-07ef4a1320db db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:52:18.687 8 INFO neutron.db.l3_hamode_db [None req-f1e9a552-5f05-42c4-842d-07ef4a1320db db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:52:19.164 7 INFO neutron.services.segments.plugin [-] Segment f0386b32-91a7-401d-9cf2-2b48379f2713 resource provider aggregate not found 2026-04-23 08:52:19.167 7 INFO neutron.services.segments.plugin [-] Segment f0386b32-91a7-401d-9cf2-2b48379f2713 resource provider aggregate not found 2026-04-23 08:52:19.178 7 INFO neutron.services.segments.plugin [-] Segment f0386b32-91a7-401d-9cf2-2b48379f2713 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0386b32-91a7-401d-9cf2-2b48379f2713 found for delete ", "request_id": "req-9d5678cf-6c5f-43f8-b8ff-79edd5ebab32"}]} 2026-04-23 08:52:19.182 7 INFO neutron.services.segments.plugin [-] Segment f0386b32-91a7-401d-9cf2-2b48379f2713 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0386b32-91a7-401d-9cf2-2b48379f2713 found for delete ", "request_id": "req-9c691d31-135e-4b73-8ecd-2da58c3ba86b"}]} [pid: 7|app: 0|req: 607/1385] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:19 2026] GET /v2.0/security-groups?tenant_id=674f3db1024c430095f967f2c20c5cf7&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1386] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:19 2026] DELETE /v2.0/security-groups/6a7fb499-bea8-4ef2-957a-a9db0e4a850a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1387] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:17 2026] POST /v2.0/routers => generated 688 bytes in 1963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1388] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:52:19 2026] GET /v2.0/routers/7f36dbd0-061d-4b9d-bebf-c607034f0e7c => generated 694 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1389] 10.0.0.127 () {32 vars in 647 bytes} [Thu Apr 23 08:52:19 2026] GET /v2.0/routers => generated 697 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1390] 10.0.0.127 () {34 vars in 741 bytes} [Thu Apr 23 08:52:19 2026] PUT /v2.0/routers/7f36dbd0-061d-4b9d-bebf-c607034f0e7c => generated 701 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1391] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:52:20 2026] GET /v2.0/routers/7f36dbd0-061d-4b9d-bebf-c607034f0e7c => generated 701 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1392] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:20 2026] GET /v2.0/ports?device_id=7f36dbd0-061d-4b9d-bebf-c607034f0e7c => 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: 612/1393] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:20 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 971 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1394] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:20 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&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: 614/1395] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:20 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:21.246 8 INFO neutron_taas.services.taas.taas_plugin [None req-52105261-0cd4-4d8a-b320-2e357b668a77 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] TaaS: Handle Delete Port: 6d695967-a3a9-44fa-b799-62b1a5133dec 2026-04-23 08:52:21.250 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52105261-0cd4-4d8a-b320-2e357b668a77 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Tap Mirror: Handle Delete Port: 6d695967-a3a9-44fa-b799-62b1a5133dec [pid: 7|app: 0|req: 615/1396] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:21 2026] GET /v2.0/security-groups?tenant_id=38ee9b97fb7744c0a96037b7155ec759&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1397] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:21 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:21.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-52105261-0cd4-4d8a-b320-2e357b668a77 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] TaaS: Handle Delete Port: 31f5a6a6-5a58-4eaa-ab98-b38daee82fe0 2026-04-23 08:52:21.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-52105261-0cd4-4d8a-b320-2e357b668a77 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] Tap Mirror: Handle Delete Port: 31f5a6a6-5a58-4eaa-ab98-b38daee82fe0 2026-04-23 08:52:21.577 7 INFO neutron.db.segments_db [None req-258f129c-684d-4c01-9359-d6da5bfcc9e0 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 4bd0e448-3188-4e8a-9cdb-0b6b82055ba9 of type vxlan for network 5b8bf6d6-62e8-4ee3-9f06-183c6a5bb873 [pid: 7|app: 0|req: 617/1398] 10.0.0.127 () {34 vars in 671 bytes} [Thu Apr 23 08:52:21 2026] POST /v2.0/networks => generated 740 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1399] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:21 2026] DELETE /v2.0/security-groups/1103e050-f2e9-4cc7-b4d8-750b9c218fe4 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:52:21.886 8 INFO neutron.services.segments.plugin [-] Segment 398e5b72-8aff-4821-a37e-0eb1ce8b87b7 resource provider aggregate not found 2026-04-23 08:52:21.891 8 INFO neutron.services.segments.plugin [-] Segment 398e5b72-8aff-4821-a37e-0eb1ce8b87b7 resource provider aggregate not found 2026-04-23 08:52:21.909 8 INFO neutron.services.segments.plugin [-] Segment 398e5b72-8aff-4821-a37e-0eb1ce8b87b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 398e5b72-8aff-4821-a37e-0eb1ce8b87b7 found for delete ", "request_id": "req-fb2f14cd-34f1-479c-aa26-6617292c9329"}]} 2026-04-23 08:52:21.912 8 INFO neutron.services.segments.plugin [-] Segment 398e5b72-8aff-4821-a37e-0eb1ce8b87b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 398e5b72-8aff-4821-a37e-0eb1ce8b87b7 found for delete ", "request_id": "req-0a6770ea-f226-4ab1-9e57-e2feb3436d1d"}]} 2026-04-23 08:52:21.915 8 INFO neutron.db.l3_hamode_db [None req-52105261-0cd4-4d8a-b320-2e357b668a77 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] HA network 48b7878e-5ae2-4ebc-ada1-e3a6e2107d1b was deleted as no HA routers are present in tenant fb0f85f21f644f9abf2254eb549761be. [pid: 8|app: 0|req: 782/1400] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:20 2026] DELETE /v2.0/routers/7f36dbd0-061d-4b9d-bebf-c607034f0e7c => generated 0 bytes in 1585 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1401] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:21 2026] POST /v2.0/subnets => generated 687 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1402] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:21 2026] GET /v2.0/ports?device_id=7f36dbd0-061d-4b9d-bebf-c607034f0e7c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:21.965 8 INFO neutron.api.v2.resource [None req-bc6c2e96-2844-44fe-9f6a-b6aa9fdbdb7b db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 784/1403] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:21 2026] DELETE /v2.0/routers/7f36dbd0-061d-4b9d-bebf-c607034f0e7c => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:52:21.983 7 INFO neutron.db.segments_db [None req-e224eaf6-a614-410c-9d04-107e782e3fee 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 51bb9eda-4e72-4b8f-906f-51bfdb1d3940 of type vxlan for network 3752db7a-6317-49ed-adf7-452f5addaf53 [pid: 8|app: 0|req: 785/1404] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:21 2026] GET /v2.0/ports?device_id=667a8f6a-2288-40d3-83e2-f902eb73916c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:22.024 8 INFO neutron.api.v2.resource [None req-aeefb17a-57ae-4f56-88db-1942f82eb64f db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 786/1405] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:21 2026] DELETE /v2.0/routers/667a8f6a-2288-40d3-83e2-f902eb73916c => generated 135 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:52:22.041 8 INFO neutron.pecan_wsgi.hooks.translation [None req-52f0cd53-61aa-4559-896f-c1250c248e54 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 787/1406] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:22 2026] DELETE /v2.0/subnets/262a2e77-d448-45d1-a8df-139595cd8d80 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1407] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:22 2026] GET /v2.0/ports?device_id=3339f089-1073-4b80-94e6-d7406581decd => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:22.093 8 INFO neutron.api.v2.resource [None req-b4200331-58c0-4e64-ad61-5f22ecbf16d1 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 789/1408] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:22 2026] DELETE /v2.0/routers/3339f089-1073-4b80-94e6-d7406581decd => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:52:22.110 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6783b1f2-b213-4b50-8c57-15709d21065f db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 790/1409] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:22 2026] DELETE /v2.0/subnets/bed265e0-e978-4dbe-bd5d-b5ff4745e9b4 => 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: 791/1410] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:22 2026] GET /v2.0/ports?device_id=b6a20b6e-d2d2-4a3f-a01d-2074970739fe => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:22.153 8 INFO neutron.api.v2.resource [None req-d29b9e6b-3169-45b4-ae22-90b3cfc0e174 db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 792/1411] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:22 2026] DELETE /v2.0/routers/b6a20b6e-d2d2-4a3f-a01d-2074970739fe => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:52:22.173 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3357c47b-b80e-4821-87de-1e1b9411b93d db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 793/1412] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:22 2026] DELETE /v2.0/subnets/8820741f-0ef4-4a7c-8abf-fec3c6e7febe => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:52:22.196 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8532f261-2f9f-4647-a587-0aef026590aa db1b7dcbf6e54ba6979e257cde9d9fce fb0f85f21f644f9abf2254eb549761be - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 794/1413] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:22 2026] DELETE /v2.0/subnets/4433f408-5c25-4ccd-a8b9-d98ab2b70c5b => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:52:22.235 7 INFO neutron.db.l3_hamode_db [None req-e224eaf6-a614-410c-9d04-107e782e3fee 22038b09d218462d8d85ae6f1b23d904 f3e10be802494777a2ce17d8f86a2a25 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 795/1414] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:22 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1415] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:22 2026] GET /v2.0/security-groups?id=cbbf7863-8c96-4105-b786-0a66e488cd0e&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1416] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:22 2026] GET /v2.0/security-groups?tenant_id=fb0f85f21f644f9abf2254eb549761be&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1417] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:22 2026] DELETE /v2.0/security-groups/1757292f-1340-4892-aa4a-4ba272fc70bf => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:52:23.148 7 INFO neutron.db.l3_hamode_db [None req-e224eaf6-a614-410c-9d04-107e782e3fee 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 799/1418] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:52:23 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:23.767 8 INFO neutron_taas.services.taas.taas_plugin [req-2cd70a46-c389-45a6-b560-fccb9de2b1a5 req-380b9210-1858-4d52-825b-5bc98b0a58db 487b8334a38446728a34695524ce8385 75af7b04d356432b82295567886c95ea - - default default] TaaS: Handle Delete Port: 29e9e994-fa92-43fe-9fb4-2c6eda0ce17a 2026-04-23 08:52:23.769 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2cd70a46-c389-45a6-b560-fccb9de2b1a5 req-380b9210-1858-4d52-825b-5bc98b0a58db 487b8334a38446728a34695524ce8385 75af7b04d356432b82295567886c95ea - - default default] Tap Mirror: Handle Delete Port: 29e9e994-fa92-43fe-9fb4-2c6eda0ce17a 2026-04-23 08:52:23.923 8 INFO neutron.db.l3_db [req-2cd70a46-c389-45a6-b560-fccb9de2b1a5 req-380b9210-1858-4d52-825b-5bc98b0a58db 487b8334a38446728a34695524ce8385 75af7b04d356432b82295567886c95ea - - default default] Floating IP 2df06946-97fc-40bc-9f96-3e8bfc653458 disassociated. External IP: 10.96.250.220, port: 29e9e994-fa92-43fe-9fb4-2c6eda0ce17a. [pid: 7|app: 0|req: 620/1419] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:21 2026] POST /v2.0/routers => generated 727 bytes in 2104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1420] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:24 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => 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: 800/1421] 199.204.45.33 () {36 vars in 996 bytes} [Thu Apr 23 08:52:23 2026] DELETE /v2.0/ports/29e9e994-fa92-43fe-9fb4-2c6eda0ce17a => generated 0 bytes in 632 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:24.342 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-238e1c33-94eb-4132-8ac2-4705f7f88d9f'] response: {'server_uuid': '450439c9-b7a8-4886-ad2f-6522cd20cb96', 'name': 'network-vif-deleted', 'tag': '29e9e994-fa92-43fe-9fb4-2c6eda0ce17a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 801/1422] 10.0.0.127 () {32 vars in 623 bytes} [Thu Apr 23 08:52:24 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: 802/1423] 10.0.0.127 () {32 vars in 633 bytes} [Thu Apr 23 08:52:24 2026] GET /v2.0/ => generated 632 bytes in 199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1424] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:25 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => 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: 622/1425] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:52:24 2026] PUT /v2.0/routers/b8da6175-131d-4dc1-9e64-68f7ba524461/add_router_interface => generated 309 bytes in 1588 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1426] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:25 2026] GET /v2.0/security-groups?tenant_id=5efeaf6593a14ac7bcf0db434a8c552d&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1427] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:25 2026] DELETE /v2.0/security-groups/d8920e56-c620-4257-ae6a-2bbd32efd421 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1428] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:26 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => 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: 624/1429] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:27 2026] GET /v2.0/ports?device_id=450439c9-b7a8-4886-ad2f-6522cd20cb96 => 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: 806/1430] 10.0.0.31 () {34 vars in 981 bytes} [Thu Apr 23 08:52:27 2026] GET /v2.0/networks?id=5b8bf6d6-62e8-4ee3-9f06-183c6a5bb873 => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1431] 10.0.0.31 () {34 vars in 964 bytes} [Thu Apr 23 08:52:28 2026] GET /v2.0/quotas/f3e10be802494777a2ce17d8f86a2a25 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1432] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:52:28 2026] GET /v2.0/ports?tenant_id=f3e10be802494777a2ce17d8f86a2a25&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1433] 10.0.0.31 () {34 vars in 1007 bytes} [Thu Apr 23 08:52:28 2026] GET /v2.0/networks/5b8bf6d6-62e8-4ee3-9f06-183c6a5bb873?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: 808/1434] 10.0.0.31 () {34 vars in 1107 bytes} [Thu Apr 23 08:52:28 2026] GET /v2.0/networks/5b8bf6d6-62e8-4ee3-9f06-183c6a5bb873?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1435] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:28 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => 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: 809/1436] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:28 2026] DELETE /v2.0/security-groups/cbbf7863-8c96-4105-b786-0a66e488cd0e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:52:28.559 7 INFO neutron.api.v2.resource [None req-0f4ac68b-7ca4-4423-9cf8-7c7afb6f0c9f 487b8334a38446728a34695524ce8385 75af7b04d356432b82295567886c95ea - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 628/1437] 10.0.0.127 () {32 vars in 737 bytes} [Thu Apr 23 08:52:28 2026] GET /v2.0/security-groups/cbbf7863-8c96-4105-b786-0a66e488cd0e => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:52:28.669 8 INFO neutron_taas.services.taas.taas_plugin [None req-1247bf1b-4260-4094-8164-468c0c6a5366 487b8334a38446728a34695524ce8385 75af7b04d356432b82295567886c95ea - - default default] TaaS: Handle Delete Port: 1f283714-5c91-46ed-963b-94ca68d5db5a 2026-04-23 08:52:28.672 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1247bf1b-4260-4094-8164-468c0c6a5366 487b8334a38446728a34695524ce8385 75af7b04d356432b82295567886c95ea - - default default] Tap Mirror: Handle Delete Port: 1f283714-5c91-46ed-963b-94ca68d5db5a [pid: 8|app: 0|req: 810/1438] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:52:28 2026] DELETE /v2.0/floatingips/2df06946-97fc-40bc-9f96-3e8bfc653458 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:52:29.247 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7c59366-aa6e-4126-876f-35d91f97fe2e 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: d8b08659-63e4-4e56-8b72-19b048b80da6 2026-04-23 08:52:29.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7c59366-aa6e-4126-876f-35d91f97fe2e 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: d8b08659-63e4-4e56-8b72-19b048b80da6 [pid: 8|app: 0|req: 811/1439] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:29 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1440] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:52:28 2026] PUT /v2.0/routers/8129f724-12cf-4989-a340-6e25100597bf/remove_router_interface => generated 309 bytes in 1025 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:30.102 8 INFO neutron_taas.services.taas.taas_plugin [None req-c79eb06f-8b9f-425d-a597-a2aa6f0823b4 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: be6f281e-79e0-45a2-af05-97dad932e775 2026-04-23 08:52:30.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c79eb06f-8b9f-425d-a597-a2aa6f0823b4 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: be6f281e-79e0-45a2-af05-97dad932e775 2026-04-23 08:52:30.386 8 INFO neutron_taas.services.taas.taas_plugin [None req-c79eb06f-8b9f-425d-a597-a2aa6f0823b4 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 04f665b0-11d0-48be-a7b7-660f20fa439d 2026-04-23 08:52:30.391 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c79eb06f-8b9f-425d-a597-a2aa6f0823b4 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 04f665b0-11d0-48be-a7b7-660f20fa439d [pid: 7|app: 0|req: 630/1441] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:30 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:30.793 8 INFO neutron.services.segments.plugin [-] Segment a20694b9-5e7f-436e-856d-e3224ed54655 resource provider aggregate not found 2026-04-23 08:52:30.799 8 INFO neutron.services.segments.plugin [-] Segment a20694b9-5e7f-436e-856d-e3224ed54655 resource provider aggregate not found 2026-04-23 08:52:30.818 8 INFO neutron.services.segments.plugin [-] Segment a20694b9-5e7f-436e-856d-e3224ed54655 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a20694b9-5e7f-436e-856d-e3224ed54655 found for delete ", "request_id": "req-66829ac0-7095-4da7-b02f-a0875718ce21"}]} 2026-04-23 08:52:30.819 8 INFO neutron.services.segments.plugin [-] Segment a20694b9-5e7f-436e-856d-e3224ed54655 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a20694b9-5e7f-436e-856d-e3224ed54655 found for delete ", "request_id": "req-8f179f35-a175-412e-9783-e266211e16c5"}]} 2026-04-23 08:52:30.823 8 INFO neutron.db.l3_hamode_db [None req-c79eb06f-8b9f-425d-a597-a2aa6f0823b4 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] HA network e0826800-5003-4899-bafe-3880844421dd was deleted as no HA routers are present in tenant 75af7b04d356432b82295567886c95ea. [pid: 8|app: 0|req: 812/1442] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:29 2026] DELETE /v2.0/routers/8129f724-12cf-4989-a340-6e25100597bf => generated 0 bytes in 957 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1443] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:30 2026] DELETE /v2.0/subnets/a59facdb-960c-4305-857d-0315a6bee07d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:31.085 8 INFO neutron_taas.services.taas.taas_plugin [None req-03e05160-6430-4468-b7c4-22f22dfd2e38 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 112cca03-e36e-42b1-8a44-8c8e28dad8b9 2026-04-23 08:52:31.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03e05160-6430-4468-b7c4-22f22dfd2e38 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 112cca03-e36e-42b1-8a44-8c8e28dad8b9 [pid: 8|app: 0|req: 813/1444] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:30 2026] DELETE /v2.0/networks/d9bd0d13-bb0a-43ed-887d-72b6120e2b34 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1445] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:31 2026] GET /v2.0/security-groups?tenant_id=75af7b04d356432b82295567886c95ea&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1446] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:31 2026] DELETE /v2.0/security-groups/999b304f-3e11-4b62-ad3d-b0679322c3a0 => 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: 633/1447] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:31 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => 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: 634/1448] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:52:32 2026] GET /v2.0/networks?id=5b8bf6d6-62e8-4ee3-9f06-183c6a5bb873 => generated 672 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:32.844 8 INFO neutron.services.segments.plugin [-] Segment 7fc10303-eb40-4754-a644-0c0f568b61d3 resource provider aggregate not found 2026-04-23 08:52:32.855 8 INFO neutron.services.segments.plugin [-] Segment 7fc10303-eb40-4754-a644-0c0f568b61d3 resource provider aggregate not found 2026-04-23 08:52:32.873 8 INFO neutron.services.segments.plugin [-] Segment 7fc10303-eb40-4754-a644-0c0f568b61d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fc10303-eb40-4754-a644-0c0f568b61d3 found for delete ", "request_id": "req-3513084c-65e4-4155-84cd-24dcb13e8b76"}]} 2026-04-23 08:52:32.874 8 INFO neutron.services.segments.plugin [-] Segment 7fc10303-eb40-4754-a644-0c0f568b61d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7fc10303-eb40-4754-a644-0c0f568b61d3 found for delete ", "request_id": "req-fa07e45d-927d-4e1d-896d-9bb94293dcc8"}]} [pid: 8|app: 0|req: 815/1449] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:32 2026] GET /v2.0/security-groups?tenant_id=87cb0dffc49945f5b5dab25575f30c24&name=default => generated 2925 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1450] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:32 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 961 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1453] 199.204.45.33 () {38 vars in 954 bytes} [Thu Apr 23 08:52:32 2026] POST /v2.0/ports => generated 958 bytes in 385 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: 636/1454] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:33 2026] GET /v2.0/security-groups?id=19e44cd9-d8a3-4009-80c6-83705d9464ad&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1455] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:32 2026] DELETE /v2.0/security-groups/5f3d2d3b-1c64-4c14-b7d0-9f41d44068dc => 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: 637/1456] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:52:33 2026] PUT /v2.0/ports/c6bf1d3d-0431-4912-8b69-41bffdd855a0 => generated 1239 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:52:33.517 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-67d93220-0647-4517-91b7-8514e5524621'] response: {'name': 'network-changed', 'server_uuid': '7eac2ffe-47a4-4bd5-8556-22feaa97efe4', 'tag': 'c6bf1d3d-0431-4912-8b69-41bffdd855a0', 'status': 'completed', 'code': 200} 2026-04-23 08:52:33.894 8 INFO neutron.db.segments_db [None req-3762b988-e716-4a84-977b-1bf74227d917 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 81bf77f7-0a9f-4182-af35-c387a5741020 of type vxlan for network c7b8032e-4359-47a1-819b-7e20aed554d2 [pid: 8|app: 0|req: 820/1457] 10.0.0.127 () {34 vars in 671 bytes} [Thu Apr 23 08:52:33 2026] POST /v2.0/networks => generated 746 bytes in 483 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: 821/1458] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:52:34 2026] GET /v2.0/ports?tenant_id=f3e10be802494777a2ce17d8f86a2a25&device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1459] 199.204.45.33 () {34 vars in 1017 bytes} [Thu Apr 23 08:52:34 2026] GET /v2.0/networks?tenant_id=f3e10be802494777a2ce17d8f86a2a25&shared=False => generated 768 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1460] 199.204.45.33 () {34 vars in 929 bytes} [Thu Apr 23 08:52:34 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1461] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:34 2026] POST /v2.0/subnets => generated 693 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:34.247 7 INFO neutron.db.segments_db [None req-c4467e12-a803-4bd7-9658-7f8ec5d2ceb1 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment ff7970ac-2a83-4cd9-9d19-93704533863b of type vxlan for network 45186929-f6a6-4b6b-8d73-f03f2624fc26 [pid: 8|app: 0|req: 824/1462] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:34 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1463] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:34 2026] GET /v2.0/security-groups?id=19e44cd9-d8a3-4009-80c6-83705d9464ad&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:34.497 7 INFO neutron.db.l3_hamode_db [None req-c4467e12-a803-4bd7-9658-7f8ec5d2ceb1 22038b09d218462d8d85ae6f1b23d904 bfa89c5525644072b7b2f80a162e24e9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 826/1464] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:52:35 2026] GET /v2.0/ports?tenant_id=f3e10be802494777a2ce17d8f86a2a25&device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1465] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:52:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=c6bf1d3d-0431-4912-8b69-41bffdd855a0 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:35.290 7 INFO neutron.db.l3_hamode_db [None req-c4467e12-a803-4bd7-9658-7f8ec5d2ceb1 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 828/1466] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:52:35 2026] GET /v2.0/subnets?id=e87ead94-2a6b-4f2f-8901-d7612386a919 => generated 690 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1467] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:52:35 2026] GET /v2.0/ports?network_id=5b8bf6d6-62e8-4ee3-9f06-183c6a5bb873&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1468] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:52:35 2026] GET /v2.0/networks/5b8bf6d6-62e8-4ee3-9f06-183c6a5bb873?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: 831/1469] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:35 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1470] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:52:35 2026] GET /v2.0/networks/5b8bf6d6-62e8-4ee3-9f06-183c6a5bb873?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: 833/1471] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:35 2026] GET /v2.0/security-groups?id=19e44cd9-d8a3-4009-80c6-83705d9464ad&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:36.250 8 INFO neutron.db.segments_db [None req-c267cc27-b55e-4c30-b04d-646733f7db00 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Added segment db83add5-4c1d-47c4-851c-d60d6548abd5 of type vxlan for network 4e111d60-d01a-44a9-86b2-844ca07012f7 [pid: 7|app: 0|req: 639/1472] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:34 2026] POST /v2.0/routers => generated 733 bytes in 2047 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1473] 10.0.0.127 () {34 vars in 671 bytes} [Thu Apr 23 08:52:35 2026] POST /v2.0/networks => generated 633 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:36.398 8 INFO neutron.db.segments_db [None req-8dd2783f-cca8-4eec-8cc3-392ac95f8295 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Added segment 19e04b97-19cf-474f-b53a-c62601463a3c of type vxlan for network dc960292-3e1e-4263-ac42-e0235716c1e0 2026-04-23 08:52:36.669 8 INFO neutron.db.l3_hamode_db [None req-8dd2783f-cca8-4eec-8cc3-392ac95f8295 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:52:37.487 8 INFO neutron.db.l3_hamode_db [None req-8dd2783f-cca8-4eec-8cc3-392ac95f8295 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 640/1474] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:52:36 2026] PUT /v2.0/routers/0d6e42d4-fda6-4e54-9996-15600c9f0b58/add_router_interface => generated 309 bytes in 1268 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1475] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:37 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1476] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:37 2026] GET /v2.0/security-groups?id=19e44cd9-d8a3-4009-80c6-83705d9464ad&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: 835/1477] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:36 2026] POST /v2.0/routers => generated 694 bytes in 2332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1478] 10.0.0.31 () {34 vars in 981 bytes} [Thu Apr 23 08:52:38 2026] GET /v2.0/networks?id=c7b8032e-4359-47a1-819b-7e20aed554d2 => generated 678 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1479] 10.0.0.127 () {32 vars in 776 bytes} [Thu Apr 23 08:52:38 2026] GET /v2.0/subnets?project_id=aefa1b05b9254a33b2451defbaf4a76b&cidr=10.100.0.0%2F28 => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1481] 10.0.0.31 () {34 vars in 964 bytes} [Thu Apr 23 08:52:38 2026] GET /v2.0/quotas/bfa89c5525644072b7b2f80a162e24e9 => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1481] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:38 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 975 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1482] 10.0.0.127 () {32 vars in 694 bytes} [Thu Apr 23 08:52:38 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1483] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:52:38 2026] GET /v2.0/ports?tenant_id=bfa89c5525644072b7b2f80a162e24e9&fields=id => generated 103 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1484] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:38 2026] GET /v2.0/security-groups?id=19e44cd9-d8a3-4009-80c6-83705d9464ad&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1485] 10.0.0.127 () {32 vars in 784 bytes} [Thu Apr 23 08:52:38 2026] GET /v2.0/subnets?network_id=f944464c-74bb-4a54-8009-506f71a87ec0&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: 8|app: 0|req: 840/1486] 10.0.0.31 () {34 vars in 1007 bytes} [Thu Apr 23 08:52:38 2026] GET /v2.0/networks/c7b8032e-4359-47a1-819b-7e20aed554d2?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: 841/1487] 10.0.0.31 () {34 vars in 1107 bytes} [Thu Apr 23 08:52:38 2026] GET /v2.0/networks/c7b8032e-4359-47a1-819b-7e20aed554d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1488] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:39 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => 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: 647/1489] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:38 2026] POST /v2.0/subnets => generated 657 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1490] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:39 2026] GET /v2.0/security-groups?tenant_id=0f74349b28084c468621a1216fd2185c&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: 844/1491] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:39 2026] DELETE /v2.0/security-groups/5123bb2e-7185-45d2-a346-b1bf68daa80c => 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: 845/1492] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:39 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 975 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1493] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:40 2026] GET /v2.0/security-groups?id=19e44cd9-d8a3-4009-80c6-83705d9464ad&fields=id&fields=name => generated 88 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1494] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:40 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => 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: 648/1495] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:52:39 2026] PUT /v2.0/routers/8da4a2d3-27ae-4153-9bac-a919d33276ac/add_router_interface => generated 309 bytes in 1493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1496] 10.0.0.127 () {32 vars in 649 bytes} [Thu Apr 23 08:52:40 2026] GET /v2.0/networks => generated 6512 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1497] 10.0.0.127 () {32 vars in 647 bytes} [Thu Apr 23 08:52:40 2026] GET /v2.0/subnets => generated 5199 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1498] 10.0.0.127 () {32 vars in 647 bytes} [Thu Apr 23 08:52:40 2026] GET /v2.0/routers => generated 2189 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1499] 10.0.0.127 () {34 vars in 685 bytes} [Thu Apr 23 08:52:41 2026] POST /v2.0/security-groups => generated 1673 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1500] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:41 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => 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: 850/1501] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:52: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: 7|app: 0|req: 652/1502] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:52:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1503] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:52:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1504] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:41 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1505] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:52:41 2026] POST /v2.0/security-group-rules => generated 601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1506] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:41 2026] GET /v2.0/security-groups?id=19e44cd9-d8a3-4009-80c6-83705d9464ad&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:41.874 7 INFO neutron.db.securitygroups_db [None req-99880bee-ecf4-412d-ad30-ba46d50f8760 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Project aefa1b05b9254a33b2451defbaf4a76b 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: 654/1507] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:52:41 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:41.999 8 INFO neutron.db.securitygroups_db [None req-7e7f572e-3a91-4375-a76e-333759887424 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Project aefa1b05b9254a33b2451defbaf4a76b 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: 854/1508] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:52:41 2026] POST /v2.0/security-group-rules => generated 606 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1509] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:42 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => 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: 855/1510] 10.0.0.127 () {32 vars in 649 bytes} [Thu Apr 23 08:52:42 2026] GET /v2.0/networks => generated 1298 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1511] 10.0.0.31 () {34 vars in 1097 bytes} [Thu Apr 23 08:52:42 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-992582648&fields=id&tenant_id=aefa1b05b9254a33b2451defbaf4a76b => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1512] 10.0.0.31 () {34 vars in 981 bytes} [Thu Apr 23 08:52:42 2026] GET /v2.0/networks?id=4e111d60-d01a-44a9-86b2-844ca07012f7 => generated 661 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1513] 10.0.0.31 () {34 vars in 964 bytes} [Thu Apr 23 08:52:42 2026] GET /v2.0/quotas/aefa1b05b9254a33b2451defbaf4a76b => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1514] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:52:42 2026] GET /v2.0/ports?tenant_id=aefa1b05b9254a33b2451defbaf4a76b&fields=id => generated 57 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1515] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:42 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1516] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:42 2026] GET /v2.0/security-groups?id=19e44cd9-d8a3-4009-80c6-83705d9464ad&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1517] 10.0.0.31 () {34 vars in 1007 bytes} [Thu Apr 23 08:52:42 2026] GET /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7?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: 859/1518] 10.0.0.31 () {34 vars in 1107 bytes} [Thu Apr 23 08:52:43 2026] GET /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1519] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:43 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => 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: 860/1520] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:43 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => 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: 661/1521] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:52:43 2026] GET /v2.0/networks?id=c7b8032e-4359-47a1-819b-7e20aed554d2 => generated 678 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1522] 199.204.45.33 () {38 vars in 954 bytes} [Thu Apr 23 08:52:43 2026] POST /v2.0/ports => generated 954 bytes in 412 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: 862/1523] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:44 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => 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: 662/1524] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:52:44 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 975 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1525] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:44 2026] GET /v2.0/security-groups?id=19e44cd9-d8a3-4009-80c6-83705d9464ad&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:44.325 7 INFO neutron_taas.services.taas.taas_plugin [req-8cb7dac9-176b-4426-8567-61b75700d5ac req-f0eeb810-97a2-4ee9-9dcb-1dd9871f5a61 2b68b77410ca40eb8d6100ce77927f56 f3e10be802494777a2ce17d8f86a2a25 - - default default] TaaS: Handle Delete Port: c6bf1d3d-0431-4912-8b69-41bffdd855a0 2026-04-23 08:52:44.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8cb7dac9-176b-4426-8567-61b75700d5ac req-f0eeb810-97a2-4ee9-9dcb-1dd9871f5a61 2b68b77410ca40eb8d6100ce77927f56 f3e10be802494777a2ce17d8f86a2a25 - - default default] Tap Mirror: Handle Delete Port: c6bf1d3d-0431-4912-8b69-41bffdd855a0 [pid: 7|app: 0|req: 664/1526] 199.204.45.33 () {36 vars in 996 bytes} [Thu Apr 23 08:52:44 2026] DELETE /v2.0/ports/c6bf1d3d-0431-4912-8b69-41bffdd855a0 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:44.532 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e5a40d0-acaa-4f9f-971d-c776ac47f208'] response: {'server_uuid': '7eac2ffe-47a4-4bd5-8556-22feaa97efe4', 'name': 'network-vif-deleted', 'tag': 'c6bf1d3d-0431-4912-8b69-41bffdd855a0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 863/1527] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:52:44 2026] PUT /v2.0/ports/89c0ca71-4ab5-4fdb-b252-8ba7328210e0 => generated 1235 bytes in 531 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: 864/1528] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:44 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => 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: 865/1529] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:44 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:44.732 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-76d0a8cf-8eea-4ac7-b90d-e23f347d936b'] response: {'name': 'network-changed', 'server_uuid': 'bfdf4874-41f8-482d-b7ac-de797280b44a', 'tag': '89c0ca71-4ab5-4fdb-b252-8ba7328210e0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 866/1530] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:44 2026] GET /v2.0/security-groups?id=b2a18bef-4c20-4ee8-ae08-43269f0a39a7&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:44.966 7 INFO neutron.db.segments_db [None req-e7632aa8-c621-4930-84f9-d726659e4395 496da38dd7034c07a0b691c880e63692 bfac43d8cfad4252a4a0eee07014305f - - default default] Added segment 996a4adb-3ec7-4d3a-85a1-f86cb5775824 of type vxlan for network 7913fa2e-e34d-4a26-99f3-78410ab3a453 [pid: 7|app: 0|req: 665/1531] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:52:44 2026] POST /v2.0/networks => generated 724 bytes in 542 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1532] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:45 2026] POST /v2.0/subnets => generated 644 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1533] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:45 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => 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: 666/1534] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:52:45 2026] GET /v2.0/ports?tenant_id=bfa89c5525644072b7b2f80a162e24e9&device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:52:45.280 8 WARNING neutron.api.v2.base [None req-edb79e50-c0dc-47a0-bc5a-2cf4530dafe2 496da38dd7034c07a0b691c880e63692 bfac43d8cfad4252a4a0eee07014305f - - 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-04-23 08:52:45.281 8 INFO neutron.api.v2.resource [None req-edb79e50-c0dc-47a0-bc5a-2cf4530dafe2 496da38dd7034c07a0b691c880e63692 bfac43d8cfad4252a4a0eee07014305f - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 869/1535] 10.0.0.127 () {34 vars in 681 bytes} [Thu Apr 23 08:52:45 2026] POST /v2.0/rbac-policies => generated 143 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1536] 199.204.45.33 () {34 vars in 1017 bytes} [Thu Apr 23 08:52:45 2026] GET /v2.0/networks?tenant_id=bfa89c5525644072b7b2f80a162e24e9&shared=False => generated 774 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1537] 199.204.45.33 () {34 vars in 929 bytes} [Thu Apr 23 08:52:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:45.469 7 INFO neutron.services.segments.plugin [-] Segment 996a4adb-3ec7-4d3a-85a1-f86cb5775824 resource provider aggregate not found 2026-04-23 08:52:45.488 7 INFO neutron.services.segments.plugin [-] Segment 996a4adb-3ec7-4d3a-85a1-f86cb5775824 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 996a4adb-3ec7-4d3a-85a1-f86cb5775824 found for delete ", "request_id": "req-86f9cf06-acc1-49a0-873a-6216a5f1ed14"}]} 2026-04-23 08:52:45.491 7 INFO neutron.services.segments.plugin [-] Segment 996a4adb-3ec7-4d3a-85a1-f86cb5775824 resource provider aggregate not found [pid: 7|app: 0|req: 667/1538] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:45 2026] DELETE /v2.0/networks/7913fa2e-e34d-4a26-99f3-78410ab3a453 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:45.503 7 INFO neutron.services.segments.plugin [-] Segment 996a4adb-3ec7-4d3a-85a1-f86cb5775824 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 996a4adb-3ec7-4d3a-85a1-f86cb5775824 found for delete ", "request_id": "req-cd2b7232-7865-4f82-ad09-31425fbe28b1"}]} 2026-04-23 08:52:45.568 8 INFO neutron.db.segments_db [None req-778a1e9b-325c-4dc7-9ffc-de898803d4a1 496da38dd7034c07a0b691c880e63692 bfac43d8cfad4252a4a0eee07014305f - - default default] Added segment 8211ef10-fce1-439f-a578-e3cac920a8a1 of type vxlan for network 0c1b20f5-6224-4d96-9cd9-f51c847457a6 [pid: 8|app: 0|req: 872/1539] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:52:45 2026] POST /v2.0/networks => generated 727 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1540] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:45 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => 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: 874/1541] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:45 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1542] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:45 2026] GET /v2.0/security-groups?id=b2a18bef-4c20-4ee8-ae08-43269f0a39a7&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1543] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:45 2026] POST /v2.0/subnets => generated 647 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:45.949 8 WARNING neutron.api.v2.base [None req-90b45d8d-72f6-4a7f-8670-b88851ea36a2 496da38dd7034c07a0b691c880e63692 bfac43d8cfad4252a4a0eee07014305f - - 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-04-23 08:52:45.949 8 INFO neutron.api.v2.resource [None req-90b45d8d-72f6-4a7f-8670-b88851ea36a2 496da38dd7034c07a0b691c880e63692 bfac43d8cfad4252a4a0eee07014305f - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 876/1544] 10.0.0.127 () {34 vars in 681 bytes} [Thu Apr 23 08:52:45 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: 7|app: 0|req: 669/1545] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:45 2026] DELETE /v2.0/networks/0c1b20f5-6224-4d96-9cd9-f51c847457a6 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:46.211 8 INFO neutron.db.segments_db [None req-12c71046-72cc-446a-84d0-59d440bce3df 496da38dd7034c07a0b691c880e63692 bfac43d8cfad4252a4a0eee07014305f - - default default] Added segment 5c16e6de-be91-4303-bf08-9c2f8f8f67af of type vxlan for network aad5f9c2-dee0-4d3d-b883-e0fc1c0fac52 [pid: 8|app: 0|req: 877/1546] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:52:46 2026] POST /v2.0/networks => generated 727 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1547] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:46 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => 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: 879/1548] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:52:46 2026] GET /v2.0/ports?tenant_id=bfa89c5525644072b7b2f80a162e24e9&device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1549] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:52:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=89c0ca71-4ab5-4fdb-b252-8ba7328210e0 => 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: 881/1550] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:52:46 2026] GET /v2.0/subnets?id=d21b99e6-4cdb-45f2-bc5f-2b03bd59cc12 => generated 696 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1551] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:46 2026] POST /v2.0/subnets => generated 647 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1552] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:52:46 2026] GET /v2.0/ports?network_id=c7b8032e-4359-47a1-819b-7e20aed554d2&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1553] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:52:46 2026] GET /v2.0/networks/c7b8032e-4359-47a1-819b-7e20aed554d2?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1554] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:52:46 2026] GET /v2.0/networks/c7b8032e-4359-47a1-819b-7e20aed554d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1555] 10.0.0.127 () {34 vars in 681 bytes} [Thu Apr 23 08:52:46 2026] POST /v2.0/rbac-policies => generated 324 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1556] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:46 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1557] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:47 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1558] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:47 2026] GET /v2.0/security-groups?id=b2a18bef-4c20-4ee8-ae08-43269f0a39a7&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: 7|app: 0|req: 673/1559] 10.0.0.127 () {32 vars in 723 bytes} [Thu Apr 23 08:52:47 2026] GET /v2.0/networks/aad5f9c2-dee0-4d3d-b883-e0fc1c0fac52 => generated 655 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1560] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:47 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:47.509 7 INFO neutron.services.segments.plugin [-] Segment 8211ef10-fce1-439f-a578-e3cac920a8a1 resource provider aggregate not found 2026-04-23 08:52:47.523 7 INFO neutron.services.segments.plugin [-] Segment 8211ef10-fce1-439f-a578-e3cac920a8a1 resource provider aggregate not found 2026-04-23 08:52:47.528 7 INFO neutron.services.segments.plugin [-] Segment 8211ef10-fce1-439f-a578-e3cac920a8a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8211ef10-fce1-439f-a578-e3cac920a8a1 found for delete ", "request_id": "req-adb2ae1d-1ddc-4867-9a6b-356634202a1e"}]} 2026-04-23 08:52:47.539 7 INFO neutron.services.segments.plugin [-] Segment 8211ef10-fce1-439f-a578-e3cac920a8a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8211ef10-fce1-439f-a578-e3cac920a8a1 found for delete ", "request_id": "req-b557cf1e-7be7-4b80-9397-1ec9ee5f5159"}]} [pid: 7|app: 0|req: 674/1561] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:52:47 2026] GET /v2.0/networks?id=4e111d60-d01a-44a9-86b2-844ca07012f7 => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1562] 199.204.45.33 () {34 vars in 1049 bytes} [Thu Apr 23 08:52:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aefa1b05b9254a33b2451defbaf4a76b => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:47.632 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dfad699d-5cbb-43c6-82c6-6ac3b1af71b5 d2067406e77b4dceb647db316a92ed2a cede090b19a144049225ec4516cfd439 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 888/1563] 10.0.0.127 () {32 vars in 723 bytes} [Thu Apr 23 08:52:47 2026] GET /v2.0/networks/aad5f9c2-dee0-4d3d-b883-e0fc1c0fac52 => generated 138 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:52:47.826 8 INFO neutron.services.segments.plugin [-] Segment 5c16e6de-be91-4303-bf08-9c2f8f8f67af resource provider aggregate not found 2026-04-23 08:52:47.836 8 INFO neutron.services.segments.plugin [-] Segment 5c16e6de-be91-4303-bf08-9c2f8f8f67af resource provider aggregate not found 2026-04-23 08:52:47.841 8 INFO neutron.services.segments.plugin [-] Segment 5c16e6de-be91-4303-bf08-9c2f8f8f67af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c16e6de-be91-4303-bf08-9c2f8f8f67af found for delete ", "request_id": "req-4da82630-b56f-49b3-9ad0-460f5b07ee12"}]} 2026-04-23 08:52:47.857 8 INFO neutron.services.segments.plugin [-] Segment 5c16e6de-be91-4303-bf08-9c2f8f8f67af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c16e6de-be91-4303-bf08-9c2f8f8f67af found for delete ", "request_id": "req-3fa2dba1-a11b-4b56-9e6c-9fd8cec441d9"}]} [pid: 8|app: 0|req: 889/1564] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:47 2026] DELETE /v2.0/networks/aad5f9c2-dee0-4d3d-b883-e0fc1c0fac52 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:47.883 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21595827-3899-4cf0-9166-caf62f9bb98c 496da38dd7034c07a0b691c880e63692 bfac43d8cfad4252a4a0eee07014305f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 892/1567] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:47 2026] DELETE /v2.0/subnets/ca3797c6-7cf8-40b9-a3f2-1f586f5fabfb => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:52:47.903 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fa81eff1-aa17-4566-ac90-1052c42bacd8 496da38dd7034c07a0b691c880e63692 bfac43d8cfad4252a4a0eee07014305f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 893/1568] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:47 2026] DELETE /v2.0/subnets/da791845-3ef3-4b9d-91a1-a06f7fff2761 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:52:47.923 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f04a7d9b-3824-47fc-b87d-2a9ce94c6dc6 496da38dd7034c07a0b691c880e63692 bfac43d8cfad4252a4a0eee07014305f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 894/1569] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:47 2026] DELETE /v2.0/subnets/dbbe2a72-0d44-419f-962e-fa1d6fb114c2 => 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: 676/1570] 199.204.45.33 () {38 vars in 954 bytes} [Thu Apr 23 08:52:47 2026] POST /v2.0/ports => generated 958 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1571] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:47 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 961 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 896/1572] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:48 2026] GET /v2.0/security-groups?id=3d634c75-921a-4b48-83ef-e4dd4b8795d9&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: 897/1573] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:48 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1574] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:48 2026] GET /v2.0/security-groups?id=b2a18bef-4c20-4ee8-ae08-43269f0a39a7&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1575] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:52:48 2026] PUT /v2.0/ports/15272ffc-aa20-4399-bd08-ec0552ce6dcb => generated 1239 bytes in 451 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:52:48.528 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-efeef41d-1cf1-4eb9-8fa5-fa9112bab0bc'] response: {'name': 'network-changed', 'server_uuid': '7c293329-4ec7-422b-b9f6-3b1c333e59d3', 'tag': '15272ffc-aa20-4399-bd08-ec0552ce6dcb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 899/1576] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:48 2026] GET /v2.0/ports?device_id=7eac2ffe-47a4-4bd5-8556-22feaa97efe4 => generated 12 bytes in 20 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: 678/1577] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:48 2026] GET /v2.0/security-groups?tenant_id=cede090b19a144049225ec4516cfd439&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1578] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:52:49 2026] GET /v2.0/ports?tenant_id=aefa1b05b9254a33b2451defbaf4a76b&device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1579] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:49 2026] DELETE /v2.0/security-groups/7f4018ea-5431-4f3d-8947-aa8dbfe4e034 => 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: 680/1580] 199.204.45.33 () {34 vars in 1017 bytes} [Thu Apr 23 08:52:49 2026] GET /v2.0/networks?tenant_id=aefa1b05b9254a33b2451defbaf4a76b&shared=False => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1581] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:49 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1582] 199.204.45.33 () {34 vars in 929 bytes} [Thu Apr 23 08:52:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1583] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:49 2026] GET /v2.0/security-groups?id=3d634c75-921a-4b48-83ef-e4dd4b8795d9&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: 682/1584] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:49 2026] GET /v2.0/security-groups?tenant_id=faa4bfaafbef41849e3c445404eece64&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1585] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:49 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1586] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:49 2026] GET /v2.0/security-groups?id=b2a18bef-4c20-4ee8-ae08-43269f0a39a7&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1587] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:49 2026] DELETE /v2.0/security-groups/b0518829-8b2c-4b31-be19-fa1dcc0af2cf => 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: 905/1588] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:49 2026] GET /v2.0/security-groups?tenant_id=bfac43d8cfad4252a4a0eee07014305f&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1589] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:49 2026] DELETE /v2.0/security-groups/ad283ed5-ef60-46fc-b508-c2843d328860 => 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: 906/1590] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:52:50 2026] GET /v2.0/ports?tenant_id=aefa1b05b9254a33b2451defbaf4a76b&device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1591] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:52:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=15272ffc-aa20-4399-bd08-ec0552ce6dcb => 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: 907/1592] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:52:50 2026] GET /v2.0/subnets?id=eebb7700-fa8c-47fa-bb74-1410235b9ba8 => 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: 686/1593] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:50 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1594] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:52:50 2026] GET /v2.0/ports?network_id=4e111d60-d01a-44a9-86b2-844ca07012f7&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: 687/1595] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:50 2026] GET /v2.0/security-groups?id=3d634c75-921a-4b48-83ef-e4dd4b8795d9&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: 909/1596] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:52:50 2026] GET /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7?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: 688/1597] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:52:50 2026] GET /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7?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: 910/1598] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:50 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1599] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:50 2026] GET /v2.0/security-groups?id=b2a18bef-4c20-4ee8-ae08-43269f0a39a7&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:51.203 8 INFO neutron_taas.services.taas.taas_plugin [None req-e69f5012-605f-4426-88bb-ba87c686a770 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 719b9969-fbeb-4e1b-b1d9-c0badaf43cd4 2026-04-23 08:52:51.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e69f5012-605f-4426-88bb-ba87c686a770 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 719b9969-fbeb-4e1b-b1d9-c0badaf43cd4 [pid: 7|app: 0|req: 690/1600] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:51 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1601] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:51 2026] GET /v2.0/security-groups?id=3d634c75-921a-4b48-83ef-e4dd4b8795d9&fields=id&fields=name => generated 113 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1602] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:51 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1603] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:51 2026] GET /v2.0/security-groups?id=b2a18bef-4c20-4ee8-ae08-43269f0a39a7&fields=id&fields=name => generated 88 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1604] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:52:50 2026] PUT /v2.0/routers/b8da6175-131d-4dc1-9e64-68f7ba524461/remove_router_interface => generated 309 bytes in 1099 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:52.119 7 INFO neutron_taas.services.taas.taas_plugin [None req-247f6f6e-08e4-4561-9ec7-0ba48f04a01c 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: a0332210-f8fd-4e71-82ae-1ce5fc72821f 2026-04-23 08:52:52.122 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-247f6f6e-08e4-4561-9ec7-0ba48f04a01c 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: a0332210-f8fd-4e71-82ae-1ce5fc72821f 2026-04-23 08:52:52.406 7 INFO neutron_taas.services.taas.taas_plugin [None req-247f6f6e-08e4-4561-9ec7-0ba48f04a01c 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 64cdb8b6-14ca-482b-a793-9fb1f69ea8e0 2026-04-23 08:52:52.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-247f6f6e-08e4-4561-9ec7-0ba48f04a01c 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 64cdb8b6-14ca-482b-a793-9fb1f69ea8e0 2026-04-23 08:52:52.841 7 INFO neutron.services.segments.plugin [-] Segment 51bb9eda-4e72-4b8f-906f-51bfdb1d3940 resource provider aggregate not found 2026-04-23 08:52:52.841 7 INFO neutron.services.segments.plugin [-] Segment 51bb9eda-4e72-4b8f-906f-51bfdb1d3940 resource provider aggregate not found 2026-04-23 08:52:52.869 7 INFO neutron.services.segments.plugin [-] Segment 51bb9eda-4e72-4b8f-906f-51bfdb1d3940 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51bb9eda-4e72-4b8f-906f-51bfdb1d3940 found for delete ", "request_id": "req-03586c85-e8d9-465a-81c0-b4f7a9a42c1f"}]} 2026-04-23 08:52:52.869 7 INFO neutron.services.segments.plugin [-] Segment 51bb9eda-4e72-4b8f-906f-51bfdb1d3940 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 51bb9eda-4e72-4b8f-906f-51bfdb1d3940 found for delete ", "request_id": "req-bb369bff-54c9-4945-9d96-d9eee7b51404"}]} 2026-04-23 08:52:52.873 7 INFO neutron.db.l3_hamode_db [None req-247f6f6e-08e4-4561-9ec7-0ba48f04a01c 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] HA network 3752db7a-6317-49ed-adf7-452f5addaf53 was deleted as no HA routers are present in tenant f3e10be802494777a2ce17d8f86a2a25. [pid: 7|app: 0|req: 694/1605] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:51 2026] DELETE /v2.0/routers/b8da6175-131d-4dc1-9e64-68f7ba524461 => generated 0 bytes in 1001 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1606] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:52 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => 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: 913/1607] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:52 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1608] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:52 2026] GET /v2.0/security-groups?id=b2a18bef-4c20-4ee8-ae08-43269f0a39a7&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1609] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:53 2026] GET /v2.0/security-groups?id=3d634c75-921a-4b48-83ef-e4dd4b8795d9&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1610] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:52 2026] DELETE /v2.0/subnets/e87ead94-2a6b-4f2f-8901-d7612386a919 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:53.240 8 INFO neutron_taas.services.taas.taas_plugin [None req-db741ea4-cfec-4e3d-adfb-ceee01aadf13 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 8e3b0ee0-d08d-493a-96ae-877ef7de1ae9 2026-04-23 08:52:53.244 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db741ea4-cfec-4e3d-adfb-ceee01aadf13 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 8e3b0ee0-d08d-493a-96ae-877ef7de1ae9 [pid: 7|app: 0|req: 696/1611] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:53 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => generated 971 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1612] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:53 2026] GET /v2.0/security-groups?id=b2a18bef-4c20-4ee8-ae08-43269f0a39a7&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:53.535 8 INFO neutron.services.segments.plugin [-] Segment 4bd0e448-3188-4e8a-9cdb-0b6b82055ba9 resource provider aggregate not found 2026-04-23 08:52:53.548 8 INFO neutron.services.segments.plugin [-] Segment 4bd0e448-3188-4e8a-9cdb-0b6b82055ba9 resource provider aggregate not found 2026-04-23 08:52:53.555 8 INFO neutron.services.segments.plugin [-] Segment 4bd0e448-3188-4e8a-9cdb-0b6b82055ba9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bd0e448-3188-4e8a-9cdb-0b6b82055ba9 found for delete ", "request_id": "req-a7a31bb2-5b31-4cc4-9dc6-4a4243847994"}]} 2026-04-23 08:52:53.565 8 INFO neutron.services.segments.plugin [-] Segment 4bd0e448-3188-4e8a-9cdb-0b6b82055ba9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bd0e448-3188-4e8a-9cdb-0b6b82055ba9 found for delete ", "request_id": "req-0b1fd409-74c9-4624-8c79-066733538a18"}]} [pid: 8|app: 0|req: 916/1613] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:53 2026] DELETE /v2.0/networks/5b8bf6d6-62e8-4ee3-9f06-183c6a5bb873 => generated 0 bytes in 507 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1614] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:52:53 2026] GET /v2.0/security-groups?tenant_id=f3e10be802494777a2ce17d8f86a2a25&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1615] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:52:53 2026] DELETE /v2.0/security-groups/19e44cd9-d8a3-4009-80c6-83705d9464ad => 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: 699/1616] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:54 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1617] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:54 2026] GET /v2.0/security-groups?id=3d634c75-921a-4b48-83ef-e4dd4b8795d9&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:54.658 7 INFO neutron.db.segments_db [None req-0d671f75-0fe1-462d-8645-ba53df5090d7 10d36857f70146be9f2ac8695c0e3c24 b368acd6172c4305aa2ce935fc422a63 - - default default] Added segment f2f4b019-9a73-49a6-b730-471acb053d6b of type vxlan for network c4d8ba77-fa10-4369-aa5f-cd8292e0b5b1 [pid: 8|app: 0|req: 919/1618] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:54 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1619] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:54 2026] GET /v2.0/security-groups?id=b2a18bef-4c20-4ee8-ae08-43269f0a39a7&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1620] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:52:54 2026] POST /v2.0/networks => generated 632 bytes in 434 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1621] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:54 2026] POST /v2.0/subnets => generated 626 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:55.053 7 INFO neutron.db.segments_db [None req-eebd5a2f-bb4b-484a-bd20-62eec4b108c3 10d36857f70146be9f2ac8695c0e3c24 b368acd6172c4305aa2ce935fc422a63 - - default default] Added segment 075c5973-92e7-4c3f-a274-237f5f7f80d3 of type vxlan for network 06873d5c-ca54-4029-a97d-b19f84445f49 [pid: 7|app: 0|req: 701/1622] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:52:54 2026] POST /v2.0/networks => generated 632 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1623] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:55 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1624] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:55 2026] GET /v2.0/security-groups?id=3d634c75-921a-4b48-83ef-e4dd4b8795d9&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: 922/1625] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:55 2026] POST /v2.0/subnets => generated 629 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:55.512 7 INFO neutron.db.segments_db [None req-65ec530a-0027-422a-acc2-d828a224a775 10d36857f70146be9f2ac8695c0e3c24 b368acd6172c4305aa2ce935fc422a63 - - default default] Added segment c839bf1b-1b7d-4911-93fb-d5ae9efd97f0 of type vxlan for network e2625bb2-faaf-483a-bac8-be0cdaef0b7b [pid: 8|app: 0|req: 923/1626] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:55 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1627] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:55 2026] GET /v2.0/security-groups?id=3d634c75-921a-4b48-83ef-e4dd4b8795d9&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1628] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:52:55 2026] POST /v2.0/networks => generated 631 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1629] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:52:55 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => 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: 925/1630] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:55 2026] POST /v2.0/subnets => generated 629 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1631] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:55 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1632] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:52:55 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:56.055 8 INFO neutron.db.segments_db [None req-a627ee85-ed79-4a77-aede-2abeff840c76 10d36857f70146be9f2ac8695c0e3c24 b368acd6172c4305aa2ce935fc422a63 - - default default] Added segment 23d5fb1f-0207-42ff-ab00-661d4491826d of type vxlan for network ca31ea5c-060b-4a50-b6ba-ea7be43db910 [pid: 8|app: 0|req: 928/1633] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:52:55 2026] POST /v2.0/networks => generated 630 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1634] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:52:56 2026] GET /v2.0/security-groups?id=b2a18bef-4c20-4ee8-ae08-43269f0a39a7&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:52:56.320 8 INFO neutron_taas.services.taas.taas_plugin [req-b2586432-33da-47b3-b9ac-c05d36df35f8 req-0da90872-753b-4764-a9ff-d4660404af7e 10696a3b7ed04c329532d81cb3435b48 bfa89c5525644072b7b2f80a162e24e9 - - default default] TaaS: Handle Delete Port: 89c0ca71-4ab5-4fdb-b252-8ba7328210e0 2026-04-23 08:52:56.323 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b2586432-33da-47b3-b9ac-c05d36df35f8 req-0da90872-753b-4764-a9ff-d4660404af7e 10696a3b7ed04c329532d81cb3435b48 bfa89c5525644072b7b2f80a162e24e9 - - default default] Tap Mirror: Handle Delete Port: 89c0ca71-4ab5-4fdb-b252-8ba7328210e0 2026-04-23 08:52:56.465 7 INFO neutron.db.l3_db [None req-b24ec9af-16b3-4d32-942c-d04e3ec964fb 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Floating IP 9e3206b3-4438-4b3e-b8c5-5e91f125ff4a associated. External IP: 10.96.250.218, port: 15272ffc-aa20-4399-bd08-ec0552ce6dcb. [pid: 8|app: 0|req: 930/1635] 199.204.45.33 () {36 vars in 996 bytes} [Thu Apr 23 08:52:56 2026] DELETE /v2.0/ports/89c0ca71-4ab5-4fdb-b252-8ba7328210e0 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:56.515 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-555dfab0-d61e-4d2d-aa54-3294ee9f893c'] response: {'server_uuid': 'bfdf4874-41f8-482d-b7ac-de797280b44a', 'name': 'network-vif-deleted', 'tag': '89c0ca71-4ab5-4fdb-b252-8ba7328210e0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 706/1636] 10.0.0.127 () {34 vars in 677 bytes} [Thu Apr 23 08:52:55 2026] POST /v2.0/floatingips => generated 856 bytes in 1082 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1637] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:56 2026] POST /v2.0/subnets => generated 629 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:52:56.819 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-42f7054e-1504-435f-b010-268bc8aef8e4'] response: {'name': 'network-changed', 'server_uuid': '7c293329-4ec7-422b-b9f6-3b1c333e59d3', 'tag': '15272ffc-aa20-4399-bd08-ec0552ce6dcb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 707/1638] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:52:56 2026] GET /v2.0/floatingips/9e3206b3-4438-4b3e-b8c5-5e91f125ff4a => generated 856 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:56.846 8 INFO neutron.db.segments_db [None req-57a4a6d2-e176-4ae4-b1df-2df54af8bad4 10d36857f70146be9f2ac8695c0e3c24 b368acd6172c4305aa2ce935fc422a63 - - default default] Added segment abea084c-31fb-439d-afb3-0c41ec0f18b3 of type vxlan for network 46c760d0-0100-45ea-9f6e-af0d10d054b4 [pid: 8|app: 0|req: 932/1639] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:52:56 2026] POST /v2.0/networks => generated 631 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1640] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:52:56 2026] POST /v2.0/subnets => generated 629 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1641] 10.0.0.127 () {34 vars in 751 bytes} [Thu Apr 23 08:52:57 2026] PUT /v2.0/subnets/948c1506-76e6-4e3a-a9ee-08d773fbc06e/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1642] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => 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: 709/1643] 10.0.0.86 () {30 vars in 649 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/extensions => generated 21537 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1644] 10.0.0.127 () {34 vars in 751 bytes} [Thu Apr 23 08:52:57 2026] PUT /v2.0/subnets/c988ed4c-1ed2-4eb3-9f14-36269835e107/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1645] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/ports?tenant_id=aefa1b05b9254a33b2451defbaf4a76b&device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1646] 10.0.0.127 () {34 vars in 751 bytes} [Thu Apr 23 08:52:57 2026] PUT /v2.0/subnets/6a39f2e2-dd2f-4f2a-bc7e-2c920bdb077b/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1647] 10.0.0.86 () {30 vars in 723 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/quotas/aa646942b6d04e25bab89550c8a6ee28/details => generated 847 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1648] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/networks?id=4e111d60-d01a-44a9-86b2-844ca07012f7 => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1649] 10.0.0.127 () {34 vars in 751 bytes} [Thu Apr 23 08:52:57 2026] PUT /v2.0/subnets/abed5afd-e19b-43ee-a4f5-c6160f92256c/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1650] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=15272ffc-aa20-4399-bd08-ec0552ce6dcb => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1651] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/subnets?id=eebb7700-fa8c-47fa-bb74-1410235b9ba8 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1652] 10.0.0.127 () {32 vars in 664 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1653] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/ports?network_id=4e111d60-d01a-44a9-86b2-844ca07012f7&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: 939/1654] 10.0.0.127 () {32 vars in 678 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1655] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7?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: 940/1656] 10.0.0.127 () {32 vars in 674 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1657] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7?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: 941/1658] 10.0.0.127 () {32 vars in 686 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1659] 10.0.0.127 () {32 vars in 672 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1660] 10.0.0.127 () {32 vars in 686 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1661] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/floatingips/9e3206b3-4438-4b3e-b8c5-5e91f125ff4a => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1662] 10.0.0.127 () {32 vars in 682 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/subnets?not-tags-any=blue => 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: 720/1663] 10.0.0.127 () {32 vars in 694 bytes} [Thu Apr 23 08:52:57 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1664] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:57 2026] DELETE /v2.0/subnets/948c1506-76e6-4e3a-a9ee-08d773fbc06e => 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: 721/1665] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:58 2026] DELETE /v2.0/subnets/c988ed4c-1ed2-4eb3-9f14-36269835e107 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1666] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:58 2026] DELETE /v2.0/subnets/6a39f2e2-dd2f-4f2a-bc7e-2c920bdb077b => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1667] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:58 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => 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: 722/1668] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:58 2026] DELETE /v2.0/subnets/abed5afd-e19b-43ee-a4f5-c6160f92256c => 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: 947/1669] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:52:58 2026] DELETE /v2.0/subnets/de9e2012-4685-4863-acfb-bf71b5fe2d79 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:52:58.826 7 INFO neutron.services.segments.plugin [-] Segment f2f4b019-9a73-49a6-b730-471acb053d6b resource provider aggregate not found 2026-04-23 08:52:58.830 7 INFO neutron.services.segments.plugin [-] Segment f2f4b019-9a73-49a6-b730-471acb053d6b resource provider aggregate not found 2026-04-23 08:52:58.852 7 INFO neutron.services.segments.plugin [-] Segment f2f4b019-9a73-49a6-b730-471acb053d6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2f4b019-9a73-49a6-b730-471acb053d6b found for delete ", "request_id": "req-19dd8d3b-f31d-4402-aed6-180e6fbd5a11"}]} 2026-04-23 08:52:58.862 7 INFO neutron.services.segments.plugin [-] Segment f2f4b019-9a73-49a6-b730-471acb053d6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2f4b019-9a73-49a6-b730-471acb053d6b found for delete ", "request_id": "req-187e5975-3756-4ae5-8020-c225cbd62f80"}]} [pid: 7|app: 0|req: 723/1670] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:58 2026] DELETE /v2.0/networks/c4d8ba77-fa10-4369-aa5f-cd8292e0b5b1 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1671] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:52:58 2026] GET /v2.0/floatingips/9e3206b3-4438-4b3e-b8c5-5e91f125ff4a => generated 858 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:52:59.021 8 INFO neutron.services.segments.plugin [-] Segment 075c5973-92e7-4c3f-a274-237f5f7f80d3 resource provider aggregate not found 2026-04-23 08:52:59.027 8 INFO neutron.services.segments.plugin [-] Segment 075c5973-92e7-4c3f-a274-237f5f7f80d3 resource provider aggregate not found 2026-04-23 08:52:59.045 8 INFO neutron.services.segments.plugin [-] Segment 075c5973-92e7-4c3f-a274-237f5f7f80d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 075c5973-92e7-4c3f-a274-237f5f7f80d3 found for delete ", "request_id": "req-9113bc7c-74c5-4165-9adb-a85ce703df61"}]} 2026-04-23 08:52:59.047 8 INFO neutron.services.segments.plugin [-] Segment 075c5973-92e7-4c3f-a274-237f5f7f80d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 075c5973-92e7-4c3f-a274-237f5f7f80d3 found for delete ", "request_id": "req-d5276fb7-d055-448e-9cf2-4122c34b1d85"}]} [pid: 8|app: 0|req: 948/1672] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:58 2026] DELETE /v2.0/networks/06873d5c-ca54-4029-a97d-b19f84445f49 => 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: 725/1673] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:59 2026] DELETE /v2.0/networks/e2625bb2-faaf-483a-bac8-be0cdaef0b7b => 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: 726/1674] 10.0.0.86 () {30 vars in 649 bytes} [Thu Apr 23 08:52:59 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1675] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:59 2026] DELETE /v2.0/networks/ca31ea5c-060b-4a50-b6ba-ea7be43db910 => 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: 950/1676] 10.0.0.86 () {30 vars in 723 bytes} [Thu Apr 23 08:52:59 2026] GET /v2.0/quotas/aa646942b6d04e25bab89550c8a6ee28/details => generated 847 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1677] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:52:59 2026] DELETE /v2.0/networks/46c760d0-0100-45ea-9f6e-af0d10d054b4 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1678] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:52:59 2026] GET /v2.0/ports?device_id=bfdf4874-41f8-482d-b7ac-de797280b44a => 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: 728/1679] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:00 2026] GET /v2.0/security-groups?tenant_id=8cad03c1f7994372ba6b61bb9661f2a1&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1680] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:00 2026] DELETE /v2.0/security-groups/96bb2851-d228-41af-a206-ac7b79afac33 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:00.880 7 INFO neutron.services.segments.plugin [-] Segment c839bf1b-1b7d-4911-93fb-d5ae9efd97f0 resource provider aggregate not found 2026-04-23 08:53:00.891 7 INFO neutron.services.segments.plugin [-] Segment c839bf1b-1b7d-4911-93fb-d5ae9efd97f0 resource provider aggregate not found 2026-04-23 08:53:00.901 7 INFO neutron.services.segments.plugin [-] Segment c839bf1b-1b7d-4911-93fb-d5ae9efd97f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c839bf1b-1b7d-4911-93fb-d5ae9efd97f0 found for delete ", "request_id": "req-1c41e6c9-e99e-4caf-a144-411240cedc99"}]} 2026-04-23 08:53:00.907 7 INFO neutron.services.segments.plugin [-] Segment c839bf1b-1b7d-4911-93fb-d5ae9efd97f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c839bf1b-1b7d-4911-93fb-d5ae9efd97f0 found for delete ", "request_id": "req-fca47fa1-865d-4233-894e-7fc8c8489301"}]} 2026-04-23 08:53:00.921 7 INFO neutron.services.segments.plugin [-] Segment abea084c-31fb-439d-afb3-0c41ec0f18b3 resource provider aggregate not found 2026-04-23 08:53:00.926 7 INFO neutron.services.segments.plugin [-] Segment abea084c-31fb-439d-afb3-0c41ec0f18b3 resource provider aggregate not found 2026-04-23 08:53:00.938 8 INFO neutron_taas.services.taas.taas_plugin [None req-0dc6b08c-983d-4d38-8ae2-7c2627e58340 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 9eb7c933-6bd2-4036-99ef-6461225c2597 2026-04-23 08:53:00.941 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dc6b08c-983d-4d38-8ae2-7c2627e58340 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 9eb7c933-6bd2-4036-99ef-6461225c2597 2026-04-23 08:53:00.952 7 INFO neutron.services.segments.plugin [-] Segment abea084c-31fb-439d-afb3-0c41ec0f18b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abea084c-31fb-439d-afb3-0c41ec0f18b3 found for delete ", "request_id": "req-c12a64c3-3837-436f-aee9-5be6249101aa"}]} 2026-04-23 08:53:00.958 7 INFO neutron.services.segments.plugin [-] Segment abea084c-31fb-439d-afb3-0c41ec0f18b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid abea084c-31fb-439d-afb3-0c41ec0f18b3 found for delete ", "request_id": "req-f8133573-c0f3-4b1d-813a-213c0ef03dfd"}]} [pid: 7|app: 0|req: 730/1681] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:00 2026] GET /v2.0/security-groups?tenant_id=72915ed1d8ac4e1e9e6e6726c9df174d&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:53:01.065 8 INFO neutron.services.segments.plugin [-] Segment 23d5fb1f-0207-42ff-ab00-661d4491826d resource provider aggregate not found 2026-04-23 08:53:01.078 8 INFO neutron.services.segments.plugin [-] Segment 23d5fb1f-0207-42ff-ab00-661d4491826d resource provider aggregate not found 2026-04-23 08:53:01.089 8 INFO neutron.services.segments.plugin [-] Segment 23d5fb1f-0207-42ff-ab00-661d4491826d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23d5fb1f-0207-42ff-ab00-661d4491826d found for delete ", "request_id": "req-47a254c1-68c1-4637-9885-e67982183418"}]} 2026-04-23 08:53:01.104 8 INFO neutron.services.segments.plugin [-] Segment 23d5fb1f-0207-42ff-ab00-661d4491826d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23d5fb1f-0207-42ff-ab00-661d4491826d found for delete ", "request_id": "req-22fb8e5a-37ca-4be1-b0a0-c1787504b134"}]} [pid: 7|app: 0|req: 731/1682] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:01 2026] DELETE /v2.0/security-groups/f0a428e3-4e82-4d15-9710-cb7a8bd170a2 => 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: 732/1683] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:01 2026] GET /v2.0/security-groups?tenant_id=b368acd6172c4305aa2ce935fc422a63&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1684] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:01 2026] DELETE /v2.0/security-groups/c526e45a-8890-42aa-8f4f-8c445ab040a5 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1685] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:53:00 2026] PUT /v2.0/routers/0d6e42d4-fda6-4e54-9996-15600c9f0b58/remove_router_interface => generated 309 bytes in 960 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:01.705 8 INFO neutron_taas.services.taas.taas_plugin [None req-b008dcd8-3e83-4e30-999c-47760c3e4b28 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: c457b699-31eb-4b45-9445-69e62ef71533 2026-04-23 08:53:01.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b008dcd8-3e83-4e30-999c-47760c3e4b28 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: c457b699-31eb-4b45-9445-69e62ef71533 [pid: 7|app: 0|req: 734/1686] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:01 2026] GET /v2.0/security-groups?tenant_id=aa646942b6d04e25bab89550c8a6ee28&name=default => generated 2925 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:53:01.945 8 INFO neutron_taas.services.taas.taas_plugin [None req-b008dcd8-3e83-4e30-999c-47760c3e4b28 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 3c24175f-e51b-47a7-bf14-a3354d584789 2026-04-23 08:53:01.948 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b008dcd8-3e83-4e30-999c-47760c3e4b28 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 3c24175f-e51b-47a7-bf14-a3354d584789 [pid: 7|app: 0|req: 735/1687] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:01 2026] DELETE /v2.0/security-groups/644d890f-47f4-4c14-a392-74e338e59686 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:02.365 8 INFO neutron.db.l3_hamode_db [None req-b008dcd8-3e83-4e30-999c-47760c3e4b28 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] HA network 45186929-f6a6-4b6b-8d73-f03f2624fc26 was deleted as no HA routers are present in tenant bfa89c5525644072b7b2f80a162e24e9. [pid: 8|app: 0|req: 953/1688] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:01 2026] DELETE /v2.0/routers/0d6e42d4-fda6-4e54-9996-15600c9f0b58 => generated 0 bytes in 822 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1689] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:02 2026] DELETE /v2.0/subnets/d21b99e6-4cdb-45f2-bc5f-2b03bd59cc12 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:53:02.644 8 INFO neutron_taas.services.taas.taas_plugin [None req-479d86b9-7c77-437b-853a-2bbfae997401 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 6ad59b59-dcee-4235-8234-4bc742b12feb 2026-04-23 08:53:02.647 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-479d86b9-7c77-437b-853a-2bbfae997401 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 6ad59b59-dcee-4235-8234-4bc742b12feb [pid: 8|app: 0|req: 954/1692] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:53:02 2026] DELETE /v2.0/networks/c7b8032e-4359-47a1-819b-7e20aed554d2 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1693] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:02 2026] GET /v2.0/security-groups?tenant_id=bfa89c5525644072b7b2f80a162e24e9&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1694] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:02 2026] DELETE /v2.0/security-groups/b2a18bef-4c20-4ee8-ae08-43269f0a39a7 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:03.108 8 INFO neutron.services.segments.plugin [-] Segment ff7970ac-2a83-4cd9-9d19-93704533863b resource provider aggregate not found 2026-04-23 08:53:03.125 8 INFO neutron.services.segments.plugin [-] Segment ff7970ac-2a83-4cd9-9d19-93704533863b resource provider aggregate not found 2026-04-23 08:53:03.129 8 INFO neutron.services.segments.plugin [-] Segment ff7970ac-2a83-4cd9-9d19-93704533863b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff7970ac-2a83-4cd9-9d19-93704533863b found for delete ", "request_id": "req-75a01b8b-0d86-4b51-8591-9b47f3c999f8"}]} 2026-04-23 08:53:03.147 8 INFO neutron.services.segments.plugin [-] Segment ff7970ac-2a83-4cd9-9d19-93704533863b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff7970ac-2a83-4cd9-9d19-93704533863b found for delete ", "request_id": "req-684dcdcd-ca9b-49d1-954c-bc3ca1288c83"}]} 2026-04-23 08:53:03.151 8 INFO neutron.services.segments.plugin [-] Segment 81bf77f7-0a9f-4182-af35-c387a5741020 resource provider aggregate not found 2026-04-23 08:53:03.169 8 INFO neutron.services.segments.plugin [-] Segment 81bf77f7-0a9f-4182-af35-c387a5741020 resource provider aggregate not found 2026-04-23 08:53:03.178 8 INFO neutron.services.segments.plugin [-] Segment 81bf77f7-0a9f-4182-af35-c387a5741020 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81bf77f7-0a9f-4182-af35-c387a5741020 found for delete ", "request_id": "req-3a699097-8cbb-4bce-81e7-b38fc8059567"}]} 2026-04-23 08:53:03.189 8 INFO neutron.services.segments.plugin [-] Segment 81bf77f7-0a9f-4182-af35-c387a5741020 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 81bf77f7-0a9f-4182-af35-c387a5741020 found for delete ", "request_id": "req-8ad54d6c-3b76-4ae9-a433-4f377295dedb"}]} 2026-04-23 08:53:05.101 7 INFO neutron.db.segments_db [None req-3675a843-9e06-4481-9f2b-e69a3a36c5a9 a200d87fff534bb18f886772c3852734 699bbe9e284c4e52a34d07b3ddece3c7 - - default default] Added segment e287e075-995f-4a96-980c-668be8814432 of type vxlan for network bf22e525-699b-494b-a4a7-825809b3226a 2026-04-23 08:53:05.322 7 INFO neutron.db.l3_hamode_db [None req-3675a843-9e06-4481-9f2b-e69a3a36c5a9 a200d87fff534bb18f886772c3852734 699bbe9e284c4e52a34d07b3ddece3c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:53:05.446 7 INFO neutron.db.l3_hamode_db [None req-3675a843-9e06-4481-9f2b-e69a3a36c5a9 a200d87fff534bb18f886772c3852734 699bbe9e284c4e52a34d07b3ddece3c7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 740/1695] 10.0.0.127 () {34 vars in 668 bytes} [Thu Apr 23 08:53:04 2026] POST /v2.0/routers => generated 474 bytes in 1088 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1696] 10.0.0.127 () {34 vars in 751 bytes} [Thu Apr 23 08:53:06 2026] PUT /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags => generated 25 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1697] 10.0.0.127 () {32 vars in 731 bytes} [Thu Apr 23 08:53:06 2026] GET /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags => generated 25 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1698] 10.0.0.127 () {34 vars in 762 bytes} [Thu Apr 23 08:53:06 2026] PUT /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags/green => generated 4 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1699] 10.0.0.127 () {32 vars in 731 bytes} [Thu Apr 23 08:53:06 2026] GET /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/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: 958/1700] 10.0.0.127 () {34 vars in 758 bytes} [Thu Apr 23 08:53:06 2026] PUT /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags/red => generated 4 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1701] 10.0.0.127 () {32 vars in 731 bytes} [Thu Apr 23 08:53:06 2026] GET /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags => generated 34 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1702] 10.0.0.127 () {34 vars in 780 bytes} [Thu Apr 23 08:53:06 2026] PUT /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags/black.or.white => generated 4 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1703] 10.0.0.127 () {32 vars in 731 bytes} [Thu Apr 23 08:53:06 2026] GET /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags => generated 52 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1704] 10.0.0.127 () {34 vars in 751 bytes} [Thu Apr 23 08:53:07 2026] PUT /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags => generated 37 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1705] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:53:06 2026] POST /v2.0/floatingips => generated 552 bytes in 633 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1706] 10.0.0.127 () {32 vars in 731 bytes} [Thu Apr 23 08:53:07 2026] GET /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags => generated 37 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1707] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:53:07 2026] GET /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags/red => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:07.506 8 INFO neutron.api.v2.resource [None req-2b31579d-6262-4407-9dfb-62a340f91107 a200d87fff534bb18f886772c3852734 699bbe9e284c4e52a34d07b3ddece3c7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 965/1708] 10.0.0.127 () {32 vars in 743 bytes} [Thu Apr 23 08:53:07 2026] GET /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags/green => generated 99 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1709] 10.0.0.127 () {32 vars in 742 bytes} [Thu Apr 23 08:53:07 2026] DELETE /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags/red => 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: 967/1710] 10.0.0.127 () {32 vars in 731 bytes} [Thu Apr 23 08:53:07 2026] GET /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags => generated 30 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:53:07.766 8 INFO neutron.api.v2.resource [None req-96828e2b-4d7e-486e-a2d0-4198de5a8155 a200d87fff534bb18f886772c3852734 699bbe9e284c4e52a34d07b3ddece3c7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 968/1711] 10.0.0.127 () {32 vars in 746 bytes} [Thu Apr 23 08:53:07 2026] DELETE /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags/green => generated 99 bytes in 80 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1712] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:53:07 2026] POST /v2.0/floatingips => generated 552 bytes in 579 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1713] 10.0.0.127 () {32 vars in 734 bytes} [Thu Apr 23 08:53:07 2026] DELETE /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags => 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: 969/1714] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:07 2026] GET /v2.0/security-groups?tenant_id=faf15c90cab84b6ca88ec8c8d7e0d92c&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1715] 10.0.0.127 () {32 vars in 731 bytes} [Thu Apr 23 08:53:08 2026] GET /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed/tags => generated 12 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1716] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:08 2026] DELETE /v2.0/security-groups/1c3ad2aa-f5f3-43ef-9935-a2b1d1c227bf => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1717] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:53:08 2026] GET /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed => generated 480 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1718] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:53:07 2026] POST /v2.0/floatingips => generated 552 bytes in 625 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1719] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:08 2026] GET /v2.0/security-groups?tenant_id=91e4fb8a45bf47ec96ff22bb4739b0ef&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1720] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:53:08 2026] POST /v2.0/floatingips => generated 552 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1721] 10.0.0.127 () {34 vars in 742 bytes} [Thu Apr 23 08:53:08 2026] PUT /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed => generated 480 bytes in 949 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1722] 10.0.0.232 () {34 vars in 990 bytes} [Thu Apr 23 08:53:09 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1723] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:09 2026] DELETE /v2.0/security-groups/7b9da3ab-300a-47c6-a241-c563c3bde2f9 => 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: 750/1724] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:53:09 2026] GET /v2.0/ports?device_id=b094e34b-c254-49bf-b4c7-1aa4e173e9ed => 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: 751/1725] 10.0.0.232 () {34 vars in 1040 bytes} [Thu Apr 23 08:53:09 2026] GET /v2.0/security-groups?id=3d634c75-921a-4b48-83ef-e4dd4b8795d9&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:09.465 7 INFO neutron_taas.services.taas.taas_plugin [None req-e5086e1a-923d-42bb-b46f-c6f1d64ed6ff a200d87fff534bb18f886772c3852734 699bbe9e284c4e52a34d07b3ddece3c7 - - default default] TaaS: Handle Delete Port: 29cca1e2-f522-4dcb-9290-4a2c3be34ade 2026-04-23 08:53:09.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5086e1a-923d-42bb-b46f-c6f1d64ed6ff a200d87fff534bb18f886772c3852734 699bbe9e284c4e52a34d07b3ddece3c7 - - default default] Tap Mirror: Handle Delete Port: 29cca1e2-f522-4dcb-9290-4a2c3be34ade 2026-04-23 08:53:09.761 7 INFO neutron.services.segments.plugin [-] Segment e287e075-995f-4a96-980c-668be8814432 resource provider aggregate not found 2026-04-23 08:53:09.770 7 INFO neutron.services.segments.plugin [-] Segment e287e075-995f-4a96-980c-668be8814432 resource provider aggregate not found 2026-04-23 08:53:09.781 7 INFO neutron.services.segments.plugin [-] Segment e287e075-995f-4a96-980c-668be8814432 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e287e075-995f-4a96-980c-668be8814432 found for delete ", "request_id": "req-12f31abf-b32e-4437-b8c3-5d41394086c2"}]} 2026-04-23 08:53:09.794 7 INFO neutron.services.segments.plugin [-] Segment e287e075-995f-4a96-980c-668be8814432 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e287e075-995f-4a96-980c-668be8814432 found for delete ", "request_id": "req-7a1be35c-fb13-4a02-be0e-9965b3582e3f"}]} 2026-04-23 08:53:09.801 7 INFO neutron.db.l3_hamode_db [None req-e5086e1a-923d-42bb-b46f-c6f1d64ed6ff a200d87fff534bb18f886772c3852734 699bbe9e284c4e52a34d07b3ddece3c7 - - default default] HA network bf22e525-699b-494b-a4a7-825809b3226a was deleted as no HA routers are present in tenant 699bbe9e284c4e52a34d07b3ddece3c7. [pid: 7|app: 0|req: 752/1726] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:09 2026] DELETE /v2.0/routers/b094e34b-c254-49bf-b4c7-1aa4e173e9ed => generated 0 bytes in 481 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1727] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:53:09 2026] POST /v2.0/floatingips => generated 552 bytes in 568 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1728] 10.0.0.127 () {34 vars in 759 bytes} [Thu Apr 23 08:53:09 2026] PUT /v2.0/floatingips/e2c550a2-e865-4c39-b340-37eeee7916d9/tags => generated 17 bytes in 589 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1729] 10.0.0.127 () {34 vars in 759 bytes} [Thu Apr 23 08:53:10 2026] PUT /v2.0/floatingips/f03b7d75-75f1-4e08-af86-0a8e0d7d7b7f/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1730] 10.0.0.127 () {34 vars in 759 bytes} [Thu Apr 23 08:53:10 2026] PUT /v2.0/floatingips/b0d50012-46ff-4a9a-884c-cf92a6ba737a/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1731] 10.0.0.127 () {34 vars in 759 bytes} [Thu Apr 23 08:53:10 2026] PUT /v2.0/floatingips/39d23421-ea3d-42ee-b971-a03ddb464978/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: 757/1732] 10.0.0.127 () {32 vars in 672 bytes} [Thu Apr 23 08:53:10 2026] GET /v2.0/floatingips?tags=red => 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: 758/1733] 10.0.0.127 () {32 vars in 686 bytes} [Thu Apr 23 08:53:10 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1734] 10.0.0.127 () {32 vars in 682 bytes} [Thu Apr 23 08:53:10 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1735] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:10 2026] GET /v2.0/security-groups?tenant_id=8aa21601a06e4bd4b15ce09cc5597c16&name=default => generated 2925 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1736] 10.0.0.127 () {32 vars in 694 bytes} [Thu Apr 23 08:53:10 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1737] 10.0.0.127 () {32 vars in 680 bytes} [Thu Apr 23 08:53:10 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1738] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:10 2026] DELETE /v2.0/security-groups/ae8bd7df-f04f-48f7-ae1e-7713484aa21b => 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: 762/1739] 10.0.0.127 () {32 vars in 694 bytes} [Thu Apr 23 08:53:10 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1740] 10.0.0.127 () {32 vars in 690 bytes} [Thu Apr 23 08:53:10 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1741] 10.0.0.127 () {32 vars in 702 bytes} [Thu Apr 23 08:53:11 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:53:11.206 8 INFO neutron_taas.services.taas.taas_plugin [None req-f33cb8a8-7631-4d54-811f-c3da6982e55e dd9c4ab230aa427692bd4dc7dfd8c0e5 08b861a6bd7840a29a59afbfcf94a55d - - default default] TaaS: Handle Delete Port: dc81a95e-29e4-4a88-af1f-426515aa091c 2026-04-23 08:53:11.209 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f33cb8a8-7631-4d54-811f-c3da6982e55e dd9c4ab230aa427692bd4dc7dfd8c0e5 08b861a6bd7840a29a59afbfcf94a55d - - default default] Tap Mirror: Handle Delete Port: dc81a95e-29e4-4a88-af1f-426515aa091c [pid: 7|app: 0|req: 764/1742] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:11 2026] GET /v2.0/security-groups?tenant_id=699bbe9e284c4e52a34d07b3ddece3c7&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1743] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:11 2026] DELETE /v2.0/security-groups/91cd1083-01cc-4c3c-a121-66f99df3074a => 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: 979/1744] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:53:11 2026] DELETE /v2.0/floatingips/e2c550a2-e865-4c39-b340-37eeee7916d9 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:11.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-0aa5cf9d-d696-46cb-abb2-71ee15bb37d0 dd9c4ab230aa427692bd4dc7dfd8c0e5 08b861a6bd7840a29a59afbfcf94a55d - - default default] TaaS: Handle Delete Port: 59907199-06d6-4af6-83df-68bfe00460d6 2026-04-23 08:53:11.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0aa5cf9d-d696-46cb-abb2-71ee15bb37d0 dd9c4ab230aa427692bd4dc7dfd8c0e5 08b861a6bd7840a29a59afbfcf94a55d - - default default] Tap Mirror: Handle Delete Port: 59907199-06d6-4af6-83df-68bfe00460d6 [pid: 7|app: 0|req: 766/1745] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:53:11 2026] DELETE /v2.0/floatingips/f03b7d75-75f1-4e08-af86-0a8e0d7d7b7f => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:11.755 8 INFO neutron_taas.services.taas.taas_plugin [None req-665c5e62-f62b-451d-8287-b4b8f691c830 dd9c4ab230aa427692bd4dc7dfd8c0e5 08b861a6bd7840a29a59afbfcf94a55d - - default default] TaaS: Handle Delete Port: 06d0d071-dff1-453c-9ddb-16da1c60298c 2026-04-23 08:53:11.759 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-665c5e62-f62b-451d-8287-b4b8f691c830 dd9c4ab230aa427692bd4dc7dfd8c0e5 08b861a6bd7840a29a59afbfcf94a55d - - default default] Tap Mirror: Handle Delete Port: 06d0d071-dff1-453c-9ddb-16da1c60298c [pid: 8|app: 0|req: 980/1746] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:53:11 2026] DELETE /v2.0/floatingips/b0d50012-46ff-4a9a-884c-cf92a6ba737a => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:12.034 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e45d40f-95f0-4050-b469-1eea43f55316 dd9c4ab230aa427692bd4dc7dfd8c0e5 08b861a6bd7840a29a59afbfcf94a55d - - default default] TaaS: Handle Delete Port: 1b2f6904-4021-46d2-b8a5-a5970b4cf451 2026-04-23 08:53:12.036 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e45d40f-95f0-4050-b469-1eea43f55316 dd9c4ab230aa427692bd4dc7dfd8c0e5 08b861a6bd7840a29a59afbfcf94a55d - - default default] Tap Mirror: Handle Delete Port: 1b2f6904-4021-46d2-b8a5-a5970b4cf451 [pid: 7|app: 0|req: 767/1747] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:53:11 2026] DELETE /v2.0/floatingips/39d23421-ea3d-42ee-b971-a03ddb464978 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:12.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-50ae4994-e201-427b-b9eb-af98338d1124 dd9c4ab230aa427692bd4dc7dfd8c0e5 08b861a6bd7840a29a59afbfcf94a55d - - default default] TaaS: Handle Delete Port: 6507fa1e-b3b1-47aa-bbc1-97e72c2f437d 2026-04-23 08:53:12.365 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50ae4994-e201-427b-b9eb-af98338d1124 dd9c4ab230aa427692bd4dc7dfd8c0e5 08b861a6bd7840a29a59afbfcf94a55d - - default default] Tap Mirror: Handle Delete Port: 6507fa1e-b3b1-47aa-bbc1-97e72c2f437d [pid: 8|app: 0|req: 981/1748] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:53:12 2026] DELETE /v2.0/floatingips/3e64d214-2d8d-4e41-b255-199cf22f0341 => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1749] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:13 2026] GET /v2.0/security-groups?tenant_id=08b861a6bd7840a29a59afbfcf94a55d&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1750] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:13 2026] DELETE /v2.0/security-groups/6dac9018-35fb-40c9-b5bb-e5fc5cd83291 => 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: 769/1751] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:13 2026] GET /v2.0/security-groups?tenant_id=c1851ecee9ab4216a298838d74ef7b95&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: 983/1752] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:14 2026] DELETE /v2.0/security-groups/1dae7e70-8e0e-4456-92e2-7827bfd6c0d6 => 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: 770/1753] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:14 2026] GET /v2.0/security-groups?tenant_id=4040b9c0ce9d4283b4574f291ff2947e&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1754] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:14 2026] DELETE /v2.0/security-groups/7abf981c-7464-4fcc-993d-9907e87d4bc2 => 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: 771/1755] 10.0.0.127 () {34 vars in 684 bytes} [Thu Apr 23 08:53:14 2026] POST /v2.0/security-groups => generated 1601 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1756] 10.0.0.127 () {34 vars in 767 bytes} [Thu Apr 23 08:53:15 2026] PUT /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1757] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:53:15 2026] GET /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1758] 10.0.0.127 () {34 vars in 778 bytes} [Thu Apr 23 08:53:15 2026] PUT /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1759] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:53:15 2026] GET /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1760] 10.0.0.127 () {34 vars in 774 bytes} [Thu Apr 23 08:53:15 2026] PUT /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags/red => generated 4 bytes in 31 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1761] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:53:15 2026] GET /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1762] 10.0.0.127 () {34 vars in 796 bytes} [Thu Apr 23 08:53:15 2026] PUT /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1763] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:53:15 2026] GET /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1764] 10.0.0.127 () {34 vars in 767 bytes} [Thu Apr 23 08:53:15 2026] PUT /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1765] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:15 2026] GET /v2.0/security-groups?tenant_id=443cc9df9dc147a698dc2b52a75d89ef&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1766] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:53:15 2026] GET /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1767] 10.0.0.127 () {32 vars in 755 bytes} [Thu Apr 23 08:53:15 2026] GET /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1768] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:15 2026] DELETE /v2.0/security-groups/d11d4263-ffd7-4997-8eee-64de67f2fa31 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:15.889 8 INFO neutron.api.v2.resource [None req-696f538b-7c58-4331-9daa-28db5e6f7bec 106c90730ffa47d4919a5fd9770810d4 1408eb73f7024cdc87fb2fbd96ca31d0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 995/1769] 10.0.0.127 () {32 vars in 759 bytes} [Thu Apr 23 08:53:15 2026] GET /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1770] 10.0.0.127 () {32 vars in 758 bytes} [Thu Apr 23 08:53:15 2026] DELETE /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/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: 996/1771] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:53:15 2026] GET /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:53:16.031 8 INFO neutron.api.v2.resource [None req-ef847d3b-5859-40b9-9d35-f0af3a2a116c 106c90730ffa47d4919a5fd9770810d4 1408eb73f7024cdc87fb2fbd96ca31d0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 997/1772] 10.0.0.127 () {32 vars in 762 bytes} [Thu Apr 23 08:53:15 2026] DELETE /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1773] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:15 2026] GET /v2.0/security-groups?tenant_id=09cb7f3b21f44f8594c89dd7de405b2b&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1774] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:53:16 2026] DELETE /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1775] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:53:16 2026] GET /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1776] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:16 2026] DELETE /v2.0/security-groups/8574786e-6b4a-4c4a-b2b0-d5df3279db58 => 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: 1000/1777] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:16 2026] DELETE /v2.0/security-groups/099562f7-b0eb-4ffa-8088-34d8f37bf8dc => 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: 778/1778] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:16 2026] GET /v2.0/security-groups?tenant_id=1408eb73f7024cdc87fb2fbd96ca31d0&name=default => generated 2925 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1779] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:17 2026] DELETE /v2.0/security-groups/6e01955f-6def-45cf-b976-b6ffc013fdd0 => 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: 779/1780] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:17 2026] GET /v2.0/security-groups?tenant_id=111e87c561914201994e4d0071dce100&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1781] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:17 2026] DELETE /v2.0/security-groups/281f6a53-3744-4830-82e0-65f5c0d08540 => 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: 1004/1784] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:18 2026] GET /v2.0/security-groups?tenant_id=b98079c8ce5d482fb6325bebfa97a31d&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1785] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:18 2026] DELETE /v2.0/security-groups/47332c20-4106-4d7d-918a-6cf3d97bbd58 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:19.003 7 INFO neutron.db.segments_db [None req-2bd06b5c-ad2d-4500-8afd-d165cfe07ad0 fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] Added segment eac03880-0069-473a-94b2-1b251293ec9f of type vxlan for network 39b76e70-614e-448e-b00f-40a364138d91 [pid: 7|app: 0|req: 781/1786] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:18 2026] POST /v2.0/networks => generated 632 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1787] 10.0.0.127 () {32 vars in 826 bytes} [Thu Apr 23 08:53:19 2026] GET /v2.0/ports?project_id=aefa1b05b9254a33b2451defbaf4a76b&network_id=4e111d60-d01a-44a9-86b2-844ca07012f7 => generated 3695 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1788] 10.0.0.127 () {34 vars in 664 bytes} [Thu Apr 23 08:53:19 2026] POST /v2.0/ports => generated 743 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:19.581 7 INFO neutron.db.segments_db [None req-ce51c5e2-fde9-4f47-9588-ff8df0eba2dc fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] Added segment 784c9122-e573-4a17-960e-0b227278e63b of type vxlan for network dc76b404-ba50-44eb-8788-d94d6fc8d4f1 [pid: 7|app: 0|req: 783/1789] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:19 2026] POST /v2.0/networks => generated 630 bytes in 156 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: 784/1790] 10.0.0.127 () {32 vars in 742 bytes} [Thu Apr 23 08:53:19 2026] GET /v2.0/subnets?network_id=f944464c-74bb-4a54-8009-506f71a87ec0 => generated 667 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1791] 10.0.0.127 () {34 vars in 664 bytes} [Thu Apr 23 08:53:19 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-04-23 08:53:20.068 8 INFO neutron.db.segments_db [None req-6d0deef2-f54b-45d7-9fa3-9de74fd92b02 fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] Added segment f3094431-5e8d-4b0b-80dd-4649cbe6b5e4 of type vxlan for network 6102dd6f-9750-4a9d-bd99-adf45eb16275 2026-04-23 08:53:20.101 7 INFO neutron.db.l3_db [None req-de4a931c-0818-4499-9e26-7fd2b2653fc9 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Floating IP 9e3206b3-4438-4b3e-b8c5-5e91f125ff4a disassociated. External IP: 10.96.250.218, port: 15272ffc-aa20-4399-bd08-ec0552ce6dcb. [pid: 8|app: 0|req: 1008/1792] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:20 2026] POST /v2.0/networks => generated 632 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1793] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:53:19 2026] PUT /v2.0/floatingips/9e3206b3-4438-4b3e-b8c5-5e91f125ff4a => generated 554 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1794] 10.0.0.127 () {34 vars in 664 bytes} [Thu Apr 23 08:53:20 2026] POST /v2.0/ports => generated 743 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1795] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:53:20 2026] GET /v2.0/floatingips/9e3206b3-4438-4b3e-b8c5-5e91f125ff4a => generated 554 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:20.503 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e0a75d7-7cc7-4c51-8bbe-8890aee83428'] response: {'name': 'network-changed', 'server_uuid': '7c293329-4ec7-422b-b9f6-3b1c333e59d3', 'tag': '15272ffc-aa20-4399-bd08-ec0552ce6dcb', '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, ' 2026-04-23 08:53:20.572 8 INFO neutron.db.segments_db [None req-03a2d82a-e14f-4ae5-b8ea-2f09dea53ab8 fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] Added segment 2dfb2cf6-162e-426e-a3bd-7a5fdbb525dc of type vxlan for network 9aebf8af-89c0-4173-9173-12659a16c350 [pid: 8|app: 0|req: 1010/1796] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:20 2026] POST /v2.0/networks => generated 632 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:20.840 7 INFO neutron.db.segments_db [None req-50eec416-85da-4b4f-b118-81a7a709a398 d245536c1e0d4f94b3c6efebcb6090e3 ee9ce6b62f0b4845bbab4ca87f6b2683 - - default default] Added segment c95fc738-82d6-478f-9f85-e0affbb26cdb of type vxlan for network c9d20a87-a8f1-4a55-bafb-48380732007c [pid: 7|app: 0|req: 787/1797] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:20 2026] POST /v2.0/networks => generated 631 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1798] 10.0.0.127 () {34 vars in 664 bytes} [Thu Apr 23 08:53:20 2026] POST /v2.0/ports => generated 743 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 08:53:21.202 7 INFO neutron.db.segments_db [None req-82b4a93a-1a81-4e7c-820d-117f2fa0fa35 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] Added segment 0fafa2bf-688f-45cd-844b-d097082b9195 of type vxlan for network 81d261d7-e36a-47a8-b301-277af152d7cd [pid: 8|app: 0|req: 1012/1799] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:21 2026] POST /v2.0/subnets => generated 626 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1800] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:20 2026] POST /v2.0/networks => generated 649 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1801] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:53:21 2026] GET /v2.0/ports?tenant_id=aefa1b05b9254a33b2451defbaf4a76b&device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:53:21.357 7 INFO neutron.db.segments_db [None req-33ad2e9d-a5a0-49c4-b62b-3d58f01b0803 fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] Added segment 359f3278-ccbf-4ccf-b5f6-a3691d8abb4f of type vxlan for network 3ef31d7e-a8d1-49f6-b3f5-dd4c1ac8b5f3 [pid: 8|app: 0|req: 1014/1802] 10.0.0.127 () {34 vars in 751 bytes} [Thu Apr 23 08:53:21 2026] PUT /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1803] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:21 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: 7|app: 0|req: 790/1804] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:53:21 2026] GET /v2.0/networks?id=4e111d60-d01a-44a9-86b2-844ca07012f7 => generated 757 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1805] 10.0.0.127 () {32 vars in 731 bytes} [Thu Apr 23 08:53:21 2026] GET /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1806] 10.0.0.127 () {34 vars in 665 bytes} [Thu Apr 23 08:53:21 2026] POST /v2.0/ports => generated 775 bytes in 284 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: 1016/1807] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:53:21 2026] GET /v2.0/floatingips/9e3206b3-4438-4b3e-b8c5-5e91f125ff4a => generated 554 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1808] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:53:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=15272ffc-aa20-4399-bd08-ec0552ce6dcb => 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: 1018/1809] 10.0.0.127 () {34 vars in 762 bytes} [Thu Apr 23 08:53:21 2026] PUT /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-23 08:53:21.829 8 INFO neutron.db.segments_db [None req-6774237f-5b15-45cc-9234-0a5312946af4 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] Added segment 50d34306-b15a-4aae-9ca9-89cdeb5a0af0 of type vxlan for network 2502ae0a-662d-4021-ba73-b4dad890020e [pid: 7|app: 0|req: 792/1810] 10.0.0.127 () {34 vars in 664 bytes} [Thu Apr 23 08:53:21 2026] POST /v2.0/ports => generated 743 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 793/1811] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:53:21 2026] GET /v2.0/subnets?id=eebb7700-fa8c-47fa-bb74-1410235b9ba8 => 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: 1019/1812] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:21 2026] POST /v2.0/networks => generated 636 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1813] 10.0.0.127 () {32 vars in 731 bytes} [Thu Apr 23 08:53:21 2026] GET /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1814] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:53:21 2026] GET /v2.0/ports?network_id=4e111d60-d01a-44a9-86b2-844ca07012f7&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1815] 10.0.0.127 () {34 vars in 747 bytes} [Thu Apr 23 08:53:21 2026] PUT /v2.0/ports/4e40fdcb-994a-4449-b0a5-f90d223b1300/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1021/1816] 10.0.0.127 () {34 vars in 758 bytes} [Thu Apr 23 08:53:21 2026] PUT /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1817] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7?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: 1023/1818] 10.0.0.127 () {34 vars in 747 bytes} [Thu Apr 23 08:53:22 2026] PUT /v2.0/ports/9730e47c-800b-4c6b-b3e8-e42b4091ee6c/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1024/1819] 10.0.0.127 () {32 vars in 731 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1820] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:21 2026] POST /v2.0/subnets => generated 646 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1821] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1822] 10.0.0.127 () {34 vars in 747 bytes} [Thu Apr 23 08:53:22 2026] PUT /v2.0/ports/655e3592-dab7-4ad7-b36b-a7a4a2fd5314/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1026/1823] 10.0.0.127 () {34 vars in 780 bytes} [Thu Apr 23 08:53:22 2026] PUT /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/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: 8|app: 0|req: 1027/1824] 10.0.0.127 () {34 vars in 747 bytes} [Thu Apr 23 08:53:22 2026] PUT /v2.0/ports/b2388b00-5429-402e-8f0a-d59f3b96ca7b/tags => generated 19 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: 1028/1825] 10.0.0.127 () {32 vars in 731 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags => generated 52 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1826] 10.0.0.127 () {32 vars in 660 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1827] 10.0.0.127 () {34 vars in 751 bytes} [Thu Apr 23 08:53:22 2026] PUT /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1828] 10.0.0.127 () {34 vars in 665 bytes} [Thu Apr 23 08:53:22 2026] POST /v2.0/ports => generated 966 bytes in 339 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: 1031/1829] 10.0.0.127 () {32 vars in 674 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1830] 10.0.0.127 () {32 vars in 731 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:53:22.726 8 INFO neutron_taas.services.taas.taas_plugin [None req-e65e5609-ef90-4624-b0f7-6c583c91a3d1 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] TaaS: Handle Delete Port: 16176662-c170-4a2b-928f-ba4c461f5da2 2026-04-23 08:53:22.730 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e65e5609-ef90-4624-b0f7-6c583c91a3d1 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] Tap Mirror: Handle Delete Port: 16176662-c170-4a2b-928f-ba4c461f5da2 [pid: 7|app: 0|req: 800/1831] 10.0.0.127 () {32 vars in 670 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1832] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1833] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/floatingips/9e3206b3-4438-4b3e-b8c5-5e91f125ff4a => generated 552 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1834] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:22 2026] DELETE /v2.0/ports/16176662-c170-4a2b-928f-ba4c461f5da2 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1835] 10.0.0.127 () {32 vars in 682 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:53:22.883 8 INFO neutron.api.v2.resource [None req-437b7054-d25c-49dd-aac9-f78268aebd84 d245536c1e0d4f94b3c6efebcb6090e3 ee9ce6b62f0b4845bbab4ca87f6b2683 - - default default] show failed (client error): The resource could not be found. 2026-04-23 08:53:22.883 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15d0bb8a-4909-40b4-a208-26151649f09c 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1033/1836] 10.0.0.127 () {32 vars in 743 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1837] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:22 2026] DELETE /v2.0/ports/16176662-c170-4a2b-928f-ba4c461f5da2 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1838] 10.0.0.127 () {32 vars in 742 bytes} [Thu Apr 23 08:53:22 2026] DELETE /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:22.969 7 INFO neutron.pecan_wsgi.hooks.translation [None req-04e00c8e-3c8a-49b1-a3f2-fb26f4bac443 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 806/1839] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/ports/16176662-c170-4a2b-928f-ba4c461f5da2 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1840] 10.0.0.127 () {32 vars in 668 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1841] 10.0.0.127 () {32 vars in 731 bytes} [Thu Apr 23 08:53:22 2026] GET /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1842] 10.0.0.127 () {32 vars in 682 bytes} [Thu Apr 23 08:53:23 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1843] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:22 2026] DELETE /v2.0/subnets/fbbc0183-9b7e-4243-9f64-c06091807221 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:53:23.155 7 INFO neutron.api.v2.resource [None req-96b9d7af-67ab-4eaf-bac7-4818cf43d0d6 d245536c1e0d4f94b3c6efebcb6090e3 ee9ce6b62f0b4845bbab4ca87f6b2683 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 809/1844] 10.0.0.127 () {32 vars in 746 bytes} [Thu Apr 23 08:53:23 2026] DELETE /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1845] 10.0.0.127 () {32 vars in 678 bytes} [Thu Apr 23 08:53:23 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1846] 10.0.0.127 () {32 vars in 734 bytes} [Thu Apr 23 08:53:23 2026] DELETE /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:23.278 7 INFO neutron.services.segments.plugin [-] Segment 50d34306-b15a-4aae-9ca9-89cdeb5a0af0 resource provider aggregate not found 2026-04-23 08:53:23.288 7 INFO neutron.services.segments.plugin [-] Segment 50d34306-b15a-4aae-9ca9-89cdeb5a0af0 resource provider aggregate not found 2026-04-23 08:53:23.305 7 INFO neutron.services.segments.plugin [-] Segment 50d34306-b15a-4aae-9ca9-89cdeb5a0af0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d34306-b15a-4aae-9ca9-89cdeb5a0af0 found for delete ", "request_id": "req-cc0b0a42-4202-4503-a006-ca256eb033e3"}]} 2026-04-23 08:53:23.309 7 INFO neutron.services.segments.plugin [-] Segment 50d34306-b15a-4aae-9ca9-89cdeb5a0af0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50d34306-b15a-4aae-9ca9-89cdeb5a0af0 found for delete ", "request_id": "req-42324b4b-f57a-4262-8073-30470722a90e"}]} [pid: 7|app: 0|req: 810/1847] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:53:23 2026] DELETE /v2.0/networks/2502ae0a-662d-4021-ba73-b4dad890020e => 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: 1038/1848] 10.0.0.127 () {32 vars in 690 bytes} [Thu Apr 23 08:53:23 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1849] 10.0.0.127 () {32 vars in 731 bytes} [Thu Apr 23 08:53:23 2026] GET /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:53:23.391 8 INFO neutron.db.segments_db [None req-a62cf5a3-188d-456f-bc14-20c89c76bacb 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] Added segment 606a33e6-202c-43cd-9901-821758003bec of type vxlan for network e40dd96a-a65d-4e56-bd3d-4b31d06fe9fb 2026-04-23 08:53:23.457 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f680af5-dae3-45fa-a619-d8d062475cf3 fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] TaaS: Handle Delete Port: 4e40fdcb-994a-4449-b0a5-f90d223b1300 2026-04-23 08:53:23.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f680af5-dae3-45fa-a619-d8d062475cf3 fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] Tap Mirror: Handle Delete Port: 4e40fdcb-994a-4449-b0a5-f90d223b1300 [pid: 8|app: 0|req: 1039/1850] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:23 2026] POST /v2.0/networks => generated 636 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1851] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:23 2026] DELETE /v2.0/ports/4e40fdcb-994a-4449-b0a5-f90d223b1300 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1852] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:23 2026] DELETE /v2.0/subnets/ce95d3e0-326f-49c2-ac50-ba5feaf9b2c2 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:53:23.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e182b0f-92f0-4128-893c-5459e3709ab7 fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] TaaS: Handle Delete Port: 9730e47c-800b-4c6b-b3e8-e42b4091ee6c 2026-04-23 08:53:23.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e182b0f-92f0-4128-893c-5459e3709ab7 fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] Tap Mirror: Handle Delete Port: 9730e47c-800b-4c6b-b3e8-e42b4091ee6c [pid: 7|app: 0|req: 813/1853] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:23 2026] POST /v2.0/subnets => generated 646 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1854] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:23 2026] DELETE /v2.0/ports/9730e47c-800b-4c6b-b3e8-e42b4091ee6c => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:53:23.872 7 INFO neutron_taas.services.taas.taas_plugin [None req-6435861d-bfc9-4b31-8525-5e0a78849ea1 d245536c1e0d4f94b3c6efebcb6090e3 ee9ce6b62f0b4845bbab4ca87f6b2683 - - default default] TaaS: Handle Delete Port: 7d89eb73-8fd8-4837-a63d-b7fffd430006 2026-04-23 08:53:23.875 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6435861d-bfc9-4b31-8525-5e0a78849ea1 d245536c1e0d4f94b3c6efebcb6090e3 ee9ce6b62f0b4845bbab4ca87f6b2683 - - default default] Tap Mirror: Handle Delete Port: 7d89eb73-8fd8-4837-a63d-b7fffd430006 [pid: 7|app: 0|req: 814/1855] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:53:23 2026] DELETE /v2.0/networks/c9d20a87-a8f1-4a55-bafb-48380732007c => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:53:24.126 7 INFO neutron_taas.services.taas.taas_plugin [None req-365d2d35-8fa5-423b-a737-3761096e68a8 fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] TaaS: Handle Delete Port: 655e3592-dab7-4ad7-b36b-a7a4a2fd5314 2026-04-23 08:53:24.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-365d2d35-8fa5-423b-a737-3761096e68a8 fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] Tap Mirror: Handle Delete Port: 655e3592-dab7-4ad7-b36b-a7a4a2fd5314 [pid: 8|app: 0|req: 1042/1856] 10.0.0.127 () {34 vars in 665 bytes} [Thu Apr 23 08:53:23 2026] POST /v2.0/ports => generated 923 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1857] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:24 2026] DELETE /v2.0/ports/655e3592-dab7-4ad7-b36b-a7a4a2fd5314 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1858] 10.0.0.127 () {34 vars in 685 bytes} [Thu Apr 23 08:53:24 2026] POST /v2.0/security-groups => generated 1675 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 08:53:24.320 7 INFO neutron_taas.services.taas.taas_plugin [None req-6006b545-ecd0-47ff-a8b3-ca217bd800c2 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] TaaS: Handle Delete Port: 92336a69-a5aa-45ec-b6e3-eeea26a69545 2026-04-23 08:53:24.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6006b545-ecd0-47ff-a8b3-ca217bd800c2 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] Tap Mirror: Handle Delete Port: 92336a69-a5aa-45ec-b6e3-eeea26a69545 2026-04-23 08:53:24.366 8 INFO neutron_taas.services.taas.taas_plugin [None req-42d84112-5f4d-45e5-9d2a-805a698a1c06 fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] TaaS: Handle Delete Port: b2388b00-5429-402e-8f0a-d59f3b96ca7b 2026-04-23 08:53:24.369 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42d84112-5f4d-45e5-9d2a-805a698a1c06 fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] Tap Mirror: Handle Delete Port: b2388b00-5429-402e-8f0a-d59f3b96ca7b [pid: 8|app: 0|req: 1044/1859] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:24 2026] DELETE /v2.0/ports/b2388b00-5429-402e-8f0a-d59f3b96ca7b => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1860] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:24 2026] DELETE /v2.0/ports/92336a69-a5aa-45ec-b6e3-eeea26a69545 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:53:24.535 7 INFO neutron_taas.services.taas.taas_plugin [None req-044ad8d0-da78-4246-8b1c-7ad0ee982450 fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] TaaS: Handle Delete Port: 13d06daa-9a1f-43e3-93ba-c77873edb4d1 2026-04-23 08:53:24.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-044ad8d0-da78-4246-8b1c-7ad0ee982450 fc89f85eb9f94603bc2e0d7aca5fd1a7 6a50dd67377145c4b0e574973b55b498 - - default default] Tap Mirror: Handle Delete Port: 13d06daa-9a1f-43e3-93ba-c77873edb4d1 [pid: 8|app: 0|req: 1045/1861] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:24.558 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f567ea8c-342b-4853-ac92-372be59165b9 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1046/1862] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:53:24 2026] GET /v2.0/ports/92336a69-a5aa-45ec-b6e3-eeea26a69545 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1863] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:24 2026] DELETE /v2.0/ports/13d06daa-9a1f-43e3-93ba-c77873edb4d1 => 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: 1047/1864] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:24 2026] POST /v2.0/security-group-rules => generated 596 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1865] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:24 2026] DELETE /v2.0/subnets/b9720bb6-cf75-4c65-b2ed-3b74df1ffa53 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:53:24.778 8 INFO neutron.services.segments.plugin [-] Segment eac03880-0069-473a-94b2-1b251293ec9f resource provider aggregate not found 2026-04-23 08:53:24.783 8 INFO neutron.services.segments.plugin [-] Segment eac03880-0069-473a-94b2-1b251293ec9f resource provider aggregate not found 2026-04-23 08:53:24.800 8 INFO neutron.services.segments.plugin [-] Segment eac03880-0069-473a-94b2-1b251293ec9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eac03880-0069-473a-94b2-1b251293ec9f found for delete ", "request_id": "req-16dc2af0-14a0-4135-8164-6d2bef7defb1"}]} 2026-04-23 08:53:24.801 8 INFO neutron.services.segments.plugin [-] Segment eac03880-0069-473a-94b2-1b251293ec9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eac03880-0069-473a-94b2-1b251293ec9f found for delete ", "request_id": "req-910f88b3-333b-4b61-8adc-cdf089670fc2"}]} [pid: 8|app: 0|req: 1048/1866] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:53:24 2026] DELETE /v2.0/networks/39b76e70-614e-448e-b00f-40a364138d91 => 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: 819/1867] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:24 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/1868] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:24 2026] GET /v2.0/security-groups?tenant_id=ee9ce6b62f0b4845bbab4ca87f6b2683&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1869] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:53:24 2026] DELETE /v2.0/networks/e40dd96a-a65d-4e56-bd3d-4b31d06fe9fb => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1870] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:53:24 2026] DELETE /v2.0/networks/dc76b404-ba50-44eb-8788-d94d6fc8d4f1 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1871] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1872] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:25 2026] DELETE /v2.0/security-groups/7a42c062-d7b9-4c23-925b-8d93be9a59e1 => 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: 1052/1873] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:53:25 2026] DELETE /v2.0/networks/6102dd6f-9750-4a9d-bd99-adf45eb16275 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:53:25.295 8 INFO neutron.db.securitygroups_db [None req-90147a15-b818-4b2b-8e3c-593e2591cbb8 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Project aefa1b05b9254a33b2451defbaf4a76b added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-04-23 08:53:25.323 7 INFO neutron.services.segments.plugin [-] Segment c95fc738-82d6-478f-9f85-e0affbb26cdb resource provider aggregate not found 2026-04-23 08:53:25.329 7 INFO neutron.services.segments.plugin [-] Segment c95fc738-82d6-478f-9f85-e0affbb26cdb resource provider aggregate not found 2026-04-23 08:53:25.345 7 INFO neutron.services.segments.plugin [-] Segment c95fc738-82d6-478f-9f85-e0affbb26cdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c95fc738-82d6-478f-9f85-e0affbb26cdb found for delete ", "request_id": "req-c8617367-c248-4c0c-a715-327137bc6d65"}]} 2026-04-23 08:53:25.353 7 INFO neutron.services.segments.plugin [-] Segment c95fc738-82d6-478f-9f85-e0affbb26cdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c95fc738-82d6-478f-9f85-e0affbb26cdb found for delete ", "request_id": "req-e83cf1fe-d9ed-42a7-a2ee-232b9df5031f"}]} 2026-04-23 08:53:25.366 7 INFO neutron.services.segments.plugin [-] Segment 606a33e6-202c-43cd-9901-821758003bec resource provider aggregate not found 2026-04-23 08:53:25.374 7 INFO neutron.services.segments.plugin [-] Segment 606a33e6-202c-43cd-9901-821758003bec resource provider aggregate not found [pid: 8|app: 0|req: 1053/1874] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:25 2026] POST /v2.0/security-group-rules => generated 607 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1875] 10.0.0.127 () {34 vars in 665 bytes} [Thu Apr 23 08:53:25 2026] POST /v2.0/ports => generated 778 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:25.394 7 INFO neutron.services.segments.plugin [-] Segment 606a33e6-202c-43cd-9901-821758003bec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 606a33e6-202c-43cd-9901-821758003bec found for delete ", "request_id": "req-2ac3bf4e-1353-4c98-bb88-a516dcc86f94"}]} 2026-04-23 08:53:25.394 7 INFO neutron.services.segments.plugin [-] Segment 606a33e6-202c-43cd-9901-821758003bec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 606a33e6-202c-43cd-9901-821758003bec found for delete ", "request_id": "req-4d1c526c-8f03-4a43-b488-9101a07e29e3"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1054/1876] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:25 2026] GET /v2.0/security-groups?tenant_id=b5eac57dec964e4086cb64011a30cb7e&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1877] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:53:25 2026] DELETE /v2.0/networks/9aebf8af-89c0-4173-9173-12659a16c350 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:53:25.545 8 INFO neutron.db.securitygroups_db [None req-9cb8da34-9776-4b14-a770-72ff10e3a6fa 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Project aefa1b05b9254a33b2451defbaf4a76b 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: 1055/1878] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:25 2026] POST /v2.0/security-group-rules => generated 606 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1879] 10.0.0.127 () {34 vars in 737 bytes} [Thu Apr 23 08:53:25 2026] PUT /v2.0/ports/323f5913-d25d-4e1f-b827-546341e2b16e => generated 752 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/1880] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:25 2026] DELETE /v2.0/security-groups/899f2d4f-b13c-43c0-8202-603ceb042826 => generated 0 bytes in 87 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-04-23 08:53:25.821 8 INFO neutron_taas.services.taas.taas_plugin [None req-849a2f19-7369-4f46-a016-cc2c1f43e201 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] TaaS: Handle Delete Port: 323f5913-d25d-4e1f-b827-546341e2b16e 2026-04-23 08:53:25.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-849a2f19-7369-4f46-a016-cc2c1f43e201 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] Tap Mirror: Handle Delete Port: 323f5913-d25d-4e1f-b827-546341e2b16e [pid: 7|app: 0|req: 825/1881] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:53:25 2026] DELETE /v2.0/networks/3ef31d7e-a8d1-49f6-b3f5-dd4c1ac8b5f3 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1882] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:25 2026] DELETE /v2.0/ports/323f5913-d25d-4e1f-b827-546341e2b16e => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1883] 10.0.0.127 () {32 vars in 643 bytes} [Thu Apr 23 08:53:25 2026] GET /v2.0/ports => generated 778 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:25.980 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8012f758-b4b8-4c20-b4c9-15991e6869eb 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1058/1884] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:53:25 2026] GET /v2.0/ports/323f5913-d25d-4e1f-b827-546341e2b16e => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1885] 10.0.0.127 () {32 vars in 643 bytes} [Thu Apr 23 08:53:25 2026] GET /v2.0/ports => generated 778 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1886] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:53:26 2026] GET /v2.0/ports/1419ca92-6071-49d7-846c-ae95be414a5b => generated 775 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:26.089 7 INFO neutron.pecan_wsgi.hooks.translation [None req-45fbb97b-f543-4a2e-9650-a02d5382cd5a 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 829/1887] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:26 2026] DELETE /v2.0/ports/92336a69-a5aa-45ec-b6e3-eeea26a69545 => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:53:26.109 7 INFO neutron.pecan_wsgi.hooks.translation [None req-78feef04-d14a-44ec-b469-780a4898489c 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 830/1888] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:26 2026] DELETE /v2.0/subnets/b9720bb6-cf75-4c65-b2ed-3b74df1ffa53 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:53:26.125 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d2ee7f0-5218-4dd0-a3f2-acab415177dc 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 831/1889] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:26 2026] DELETE /v2.0/subnets/fbbc0183-9b7e-4243-9f64-c06091807221 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:53:26.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-72546fd6-8967-4639-a24f-df453a5b7434 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] TaaS: Handle Delete Port: 1419ca92-6071-49d7-846c-ae95be414a5b 2026-04-23 08:53:26.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72546fd6-8967-4639-a24f-df453a5b7434 6c55077bff5a4cbb95b4da66b038f45b 029769f4a1784fd19d92aac89076ae3b - - default default] Tap Mirror: Handle Delete Port: 1419ca92-6071-49d7-846c-ae95be414a5b [pid: 8|app: 0|req: 1059/1890] 10.0.0.127 () {32 vars in 649 bytes} [Thu Apr 23 08:53:25 2026] GET /v2.0/networks => generated 1298 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1891] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:26 2026] DELETE /v2.0/ports/1419ca92-6071-49d7-846c-ae95be414a5b => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1892] 10.0.0.31 () {34 vars in 1099 bytes} [Thu Apr 23 08:53:26 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1455930035&fields=id&tenant_id=aefa1b05b9254a33b2451defbaf4a76b => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1893] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:53:26 2026] DELETE /v2.0/networks/81d261d7-e36a-47a8-b301-277af152d7cd => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1894] 10.0.0.31 () {34 vars in 981 bytes} [Thu Apr 23 08:53:26 2026] GET /v2.0/networks?id=4e111d60-d01a-44a9-86b2-844ca07012f7 => generated 661 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/1895] 10.0.0.31 () {34 vars in 964 bytes} [Thu Apr 23 08:53:26 2026] GET /v2.0/quotas/aefa1b05b9254a33b2451defbaf4a76b => 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: 835/1896] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:53:26 2026] GET /v2.0/ports?tenant_id=aefa1b05b9254a33b2451defbaf4a76b&fields=id => generated 149 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/1897] 10.0.0.31 () {34 vars in 1007 bytes} [Thu Apr 23 08:53:26 2026] GET /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7?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: 836/1898] 10.0.0.31 () {34 vars in 1107 bytes} [Thu Apr 23 08:53:26 2026] GET /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:53:26.819 8 INFO neutron.services.segments.plugin [-] Segment 784c9122-e573-4a17-960e-0b227278e63b resource provider aggregate not found 2026-04-23 08:53:26.825 8 INFO neutron.services.segments.plugin [-] Segment 784c9122-e573-4a17-960e-0b227278e63b resource provider aggregate not found 2026-04-23 08:53:26.834 8 INFO neutron.services.segments.plugin [-] Segment 784c9122-e573-4a17-960e-0b227278e63b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 784c9122-e573-4a17-960e-0b227278e63b found for delete ", "request_id": "req-c49ddce4-f499-447a-ae65-fb11635b9115"}]} 2026-04-23 08:53:26.842 8 INFO neutron.services.segments.plugin [-] Segment 784c9122-e573-4a17-960e-0b227278e63b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 784c9122-e573-4a17-960e-0b227278e63b found for delete ", "request_id": "req-01e68f02-712e-49e2-9fcb-be503afadfd8"}]} 2026-04-23 08:53:26.860 8 INFO neutron.services.segments.plugin [-] Segment f3094431-5e8d-4b0b-80dd-4649cbe6b5e4 resource provider aggregate not found 2026-04-23 08:53:26.869 8 INFO neutron.services.segments.plugin [-] Segment f3094431-5e8d-4b0b-80dd-4649cbe6b5e4 resource provider aggregate not found [pid: 7|app: 0|req: 837/1899] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:26 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:53:26.874 8 INFO neutron.services.segments.plugin [-] Segment f3094431-5e8d-4b0b-80dd-4649cbe6b5e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3094431-5e8d-4b0b-80dd-4649cbe6b5e4 found for delete ", "request_id": "req-12526202-4390-4069-8f0b-e207857c7690"}]} 2026-04-23 08:53:26.896 8 INFO neutron.services.segments.plugin [-] Segment 0fafa2bf-688f-45cd-844b-d097082b9195 resource provider aggregate not found 2026-04-23 08:53:26.899 8 INFO neutron.services.segments.plugin [-] Segment f3094431-5e8d-4b0b-80dd-4649cbe6b5e4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3094431-5e8d-4b0b-80dd-4649cbe6b5e4 found for delete ", "request_id": "req-61ef0709-dfc5-4a24-9161-30a8108e6b99"}]} 2026-04-23 08:53:26.926 8 INFO neutron.services.segments.plugin [-] Segment 0fafa2bf-688f-45cd-844b-d097082b9195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fafa2bf-688f-45cd-844b-d097082b9195 found for delete ", "request_id": "req-6cc93687-e16c-4bfa-9224-d2bdb541c3de"}]} 2026-04-23 08:53:26.931 8 INFO neutron.services.segments.plugin [-] Segment 0fafa2bf-688f-45cd-844b-d097082b9195 resource provider aggregate not found 2026-04-23 08:53:26.949 8 INFO neutron.services.segments.plugin [-] Segment 0fafa2bf-688f-45cd-844b-d097082b9195 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fafa2bf-688f-45cd-844b-d097082b9195 found for delete ", "request_id": "req-cacae6ba-3a7f-4bfb-9cda-a18322f2759e"}]} [pid: 7|app: 0|req: 838/1900] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:26 2026] GET /v2.0/security-groups?tenant_id=029769f4a1784fd19d92aac89076ae3b&name=default => generated 2925 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1901] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:26 2026] GET /v2.0/security-groups?tenant_id=30477309ccc84b9cb79a9565b090dd1b&name=default => generated 2925 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1902] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:27 2026] DELETE /v2.0/security-groups/f94b4bc1-96fc-45cd-87c3-368a2e15007c => 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: 1064/1903] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:27 2026] DELETE /v2.0/security-groups/c464de73-a8c6-48ff-9346-569d2607be82 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:27.418 7 INFO neutron.services.segments.plugin [-] Segment 2dfb2cf6-162e-426e-a3bd-7a5fdbb525dc resource provider aggregate not found 2026-04-23 08:53:27.427 7 INFO neutron.services.segments.plugin [-] Segment 2dfb2cf6-162e-426e-a3bd-7a5fdbb525dc resource provider aggregate not found 2026-04-23 08:53:27.439 7 INFO neutron.services.segments.plugin [-] Segment 2dfb2cf6-162e-426e-a3bd-7a5fdbb525dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dfb2cf6-162e-426e-a3bd-7a5fdbb525dc found for delete ", "request_id": "req-d6e58604-76e0-47ae-87d0-dc65228aa06e"}]} 2026-04-23 08:53:27.458 7 INFO neutron.services.segments.plugin [-] Segment 2dfb2cf6-162e-426e-a3bd-7a5fdbb525dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dfb2cf6-162e-426e-a3bd-7a5fdbb525dc found for delete ", "request_id": "req-c9a9ee65-46eb-44d1-92e0-a47a0424e0c9"}]} 2026-04-23 08:53:27.463 7 INFO neutron.services.segments.plugin [-] Segment 359f3278-ccbf-4ccf-b5f6-a3691d8abb4f resource provider aggregate not found 2026-04-23 08:53:27.475 7 INFO neutron.services.segments.plugin [-] Segment 359f3278-ccbf-4ccf-b5f6-a3691d8abb4f resource provider aggregate not found [pid: 7|app: 0|req: 840/1904] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:27 2026] GET /v2.0/security-groups?tenant_id=2461f3f662c4499ebed5797fb16e179a&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:53:27.485 7 INFO neutron.services.segments.plugin [-] Segment 359f3278-ccbf-4ccf-b5f6-a3691d8abb4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 359f3278-ccbf-4ccf-b5f6-a3691d8abb4f found for delete ", "request_id": "req-8328bc24-85ff-4510-b11b-4249afb3a6e4"}]} 2026-04-23 08:53:27.499 7 INFO neutron.services.segments.plugin [-] Segment 359f3278-ccbf-4ccf-b5f6-a3691d8abb4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 359f3278-ccbf-4ccf-b5f6-a3691d8abb4f found for delete ", "request_id": "req-c41f7bb9-9bf2-4bc3-936e-8d2d0e2b2a36"}]} [pid: 8|app: 0|req: 1065/1905] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:27 2026] DELETE /v2.0/security-groups/a7273bb9-d478-4f44-923f-d220fc315ff9 => 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: 841/1906] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:27 2026] GET /v2.0/security-groups?tenant_id=6a50dd67377145c4b0e574973b55b498&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/1907] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:27 2026] DELETE /v2.0/security-groups/6d0e1f01-8b30-4df0-a032-72ce07d73509 => 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: 842/1908] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:27 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => 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: 843/1909] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:29 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:53:29.238 8 INFO neutron.db.segments_db [None req-3fb6240e-ef75-4d6e-9bba-3eaba6dfa325 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] Added segment 3cfd9139-c208-4725-9938-9b565039635a of type vxlan for network 9d3432df-889e-4eca-a396-3736ba0c7b40 [pid: 8|app: 0|req: 1067/1910] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:28 2026] POST /v2.0/networks => generated 645 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1911] 10.0.0.127 () {34 vars in 665 bytes} [Thu Apr 23 08:53:29 2026] POST /v2.0/ports => generated 774 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:29.695 8 INFO neutron.db.segments_db [None req-b0c53386-7b2e-4342-b80f-69bb879ca0bf 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] Added segment 8a9d6b48-22ce-418e-8051-5668d1c8f02d of type vxlan for network 91c2a54f-0a51-468e-af76-2edf017ecc93 [pid: 8|app: 0|req: 1068/1912] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:29 2026] POST /v2.0/networks => generated 632 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 845/1913] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:29 2026] POST /v2.0/subnets => generated 626 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1914] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:30 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => 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: 1069/1915] 10.0.0.127 () {34 vars in 665 bytes} [Thu Apr 23 08:53:29 2026] POST /v2.0/ports => generated 950 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:30.438 7 INFO neutron_taas.services.taas.taas_plugin [None req-db5c053d-3ae0-4f74-acd1-6487c3f334f2 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] TaaS: Handle Delete Port: e13f55d9-51b2-4a04-b3f2-192b88749aac 2026-04-23 08:53:30.441 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db5c053d-3ae0-4f74-acd1-6487c3f334f2 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] Tap Mirror: Handle Delete Port: e13f55d9-51b2-4a04-b3f2-192b88749aac [pid: 7|app: 0|req: 847/1916] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:30 2026] DELETE /v2.0/ports/e13f55d9-51b2-4a04-b3f2-192b88749aac => generated 0 bytes in 334 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-04-23 08:53:30.671 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c5ba7d90-d85e-4426-bc96-1da28c06948e 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1070/1917] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:30 2026] DELETE /v2.0/ports/e13f55d9-51b2-4a04-b3f2-192b88749aac => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:53:30.698 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2160cecf-472f-453b-b6a7-f23829082534 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 848/1918] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:53:30 2026] GET /v2.0/ports/e13f55d9-51b2-4a04-b3f2-192b88749aac => generated 132 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/1919] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:30 2026] DELETE /v2.0/subnets/e2c8106a-9627-4c63-8a9e-d223edea56f8 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:53:31.012 7 INFO neutron_taas.services.taas.taas_plugin [None req-756ef746-3edf-4d2e-9eca-f0c433ba74c5 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] TaaS: Handle Delete Port: c4f7f22d-ce29-4895-9058-72cbf66b595e 2026-04-23 08:53:31.016 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-756ef746-3edf-4d2e-9eca-f0c433ba74c5 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] Tap Mirror: Handle Delete Port: c4f7f22d-ce29-4895-9058-72cbf66b595e [pid: 8|app: 0|req: 1072/1920] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:53:31 2026] GET /v2.0/networks?id=4e111d60-d01a-44a9-86b2-844ca07012f7 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:31.199 7 INFO neutron.services.segments.plugin [-] Segment 8a9d6b48-22ce-418e-8051-5668d1c8f02d resource provider aggregate not found [pid: 8|app: 0|req: 1073/1921] 199.204.45.33 () {34 vars in 1049 bytes} [Thu Apr 23 08:53:31 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aefa1b05b9254a33b2451defbaf4a76b => generated 273 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:31.204 7 INFO neutron.services.segments.plugin [-] Segment 8a9d6b48-22ce-418e-8051-5668d1c8f02d resource provider aggregate not found 2026-04-23 08:53:31.223 7 INFO neutron.services.segments.plugin [-] Segment 8a9d6b48-22ce-418e-8051-5668d1c8f02d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a9d6b48-22ce-418e-8051-5668d1c8f02d found for delete ", "request_id": "req-80187718-41c6-4c43-809e-9c0a22cbbe7a"}]} [pid: 8|app: 0|req: 1074/1922] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:31 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:53:31.228 7 INFO neutron.services.segments.plugin [-] Segment 8a9d6b48-22ce-418e-8051-5668d1c8f02d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a9d6b48-22ce-418e-8051-5668d1c8f02d found for delete ", "request_id": "req-cecf6da9-f570-4678-99e8-b793f6224286"}]} [pid: 7|app: 0|req: 849/1923] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:53:30 2026] DELETE /v2.0/networks/91c2a54f-0a51-468e-af76-2edf017ecc93 => generated 0 bytes in 325 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:53:31.302 7 INFO neutron.db.segments_db [None req-fa2ee8ed-b7d7-47a8-9cb0-d38a97695912 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] Added segment 0fcd1bb6-5ea2-4f74-b115-5dea70175804 of type vxlan for network 19af799c-b563-48bf-a418-a6e120a7b0a3 [pid: 7|app: 0|req: 850/1924] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:31 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/1925] 199.204.45.33 () {38 vars in 954 bytes} [Thu Apr 23 08:53:31 2026] POST /v2.0/ports => generated 958 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 851/1926] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:31 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1927] 10.0.0.127 () {34 vars in 665 bytes} [Thu Apr 23 08:53:31 2026] POST /v2.0/ports => generated 916 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/1928] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:53:31 2026] PUT /v2.0/ports/5ce28951-5831-4ab9-98ba-c3cc5d1e1c8d => generated 1239 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:53:32.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-266aea65-0f34-4936-8ec1-537e8956c635 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] TaaS: Handle Delete Port: be90848d-4d56-4b84-84f6-d0d708d7ef2f 2026-04-23 08:53:32.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-266aea65-0f34-4936-8ec1-537e8956c635 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] Tap Mirror: Handle Delete Port: be90848d-4d56-4b84-84f6-d0d708d7ef2f 2026-04-23 08:53:32.100 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-39df1eff-3174-4daa-9c9f-9421064e64b1'] response: {'name': 'network-changed', 'server_uuid': '018e4c9f-0a3c-492b-95ed-91e86542e948', 'tag': '5ce28951-5831-4ab9-98ba-c3cc5d1e1c8d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 853/1929] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:31 2026] DELETE /v2.0/ports/be90848d-4d56-4b84-84f6-d0d708d7ef2f => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:53:32.223 7 INFO neutron.pecan_wsgi.hooks.translation [None req-73a133a5-88ed-41cc-9a54-3097d8035baf 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 854/1930] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:53:32 2026] GET /v2.0/ports/be90848d-4d56-4b84-84f6-d0d708d7ef2f => generated 132 bytes in 14 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: 1077/1931] 10.0.0.127 () {34 vars in 678 bytes} [Thu Apr 23 08:53:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/1932] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:32 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1933] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:32 2026] DELETE /v2.0/subnets/4a636999-686f-4899-b800-0a56dab414fa => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/1934] 10.0.0.127 () {34 vars in 678 bytes} [Thu Apr 23 08:53:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1935] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:53:32 2026] GET /v2.0/security-groups?id=fcf883c2-6688-444f-a961-084171682562&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1936] 10.0.0.127 () {34 vars in 678 bytes} [Thu Apr 23 08:53:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1937] 10.0.0.127 () {34 vars in 678 bytes} [Thu Apr 23 08:53:32 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) 2026-04-23 08:53:32.486 8 INFO neutron.services.segments.plugin [-] Segment 0fcd1bb6-5ea2-4f74-b115-5dea70175804 resource provider aggregate not found 2026-04-23 08:53:32.488 8 INFO neutron.services.segments.plugin [-] Segment 0fcd1bb6-5ea2-4f74-b115-5dea70175804 resource provider aggregate not found 2026-04-23 08:53:32.501 8 INFO neutron.services.segments.plugin [-] Segment 0fcd1bb6-5ea2-4f74-b115-5dea70175804 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fcd1bb6-5ea2-4f74-b115-5dea70175804 found for delete ", "request_id": "req-6a0b6f00-d42e-4443-882b-0ecb3f1b76fd"}]} 2026-04-23 08:53:32.505 8 INFO neutron.services.segments.plugin [-] Segment 0fcd1bb6-5ea2-4f74-b115-5dea70175804 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fcd1bb6-5ea2-4f74-b115-5dea70175804 found for delete ", "request_id": "req-ffc74b46-9166-4865-be57-8bbca7c40571"}]} [pid: 7|app: 0|req: 859/1938] 10.0.0.127 () {34 vars in 678 bytes} [Thu Apr 23 08:53:32 2026] POST /v2.0/qos/policies => generated 359 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/1939] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:53:32 2026] DELETE /v2.0/networks/19af799c-b563-48bf-a418-a6e120a7b0a3 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1940] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:53:32 2026] PUT /v2.0/policies/2fac8bd9-cb2d-4089-9599-c9b56e85774d/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1941] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:53:32 2026] PUT /v2.0/policies/cd980837-ecd8-4cf3-879c-6e9baa0c70dc/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: 862/1942] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:53:32 2026] GET /v2.0/ports?tenant_id=aefa1b05b9254a33b2451defbaf4a76b&device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1943] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:53:32 2026] PUT /v2.0/policies/632864fe-e5ef-437d-9be1-a62bc9dc1b2d/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1944] 199.204.45.33 () {34 vars in 1017 bytes} [Thu Apr 23 08:53:32 2026] GET /v2.0/networks?tenant_id=aefa1b05b9254a33b2451defbaf4a76b&shared=False => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1947] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:53:32 2026] PUT /v2.0/policies/3bcd2205-4c3c-4d84-b5a4-03c32e26d3ee/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/1948] 10.0.0.127 () {34 vars in 665 bytes} [Thu Apr 23 08:53:32 2026] POST /v2.0/ports => generated 773 bytes in 317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 868/1949] 199.204.45.33 () {34 vars in 929 bytes} [Thu Apr 23 08:53:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/1950] 10.0.0.127 () {34 vars in 737 bytes} [Thu Apr 23 08:53:32 2026] PUT /v2.0/ports/c86a04c5-906d-4142-8580-db96a6339692 => generated 752 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:33.133 7 INFO neutron_taas.services.taas.taas_plugin [None req-93c7c599-a9ca-4f42-b223-6710b3f071f7 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] TaaS: Handle Delete Port: c86a04c5-906d-4142-8580-db96a6339692 2026-04-23 08:53:33.137 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93c7c599-a9ca-4f42-b223-6710b3f071f7 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] Tap Mirror: Handle Delete Port: c86a04c5-906d-4142-8580-db96a6339692 [pid: 7|app: 0|req: 869/1951] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:33 2026] DELETE /v2.0/ports/c86a04c5-906d-4142-8580-db96a6339692 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1952] 10.0.0.127 () {32 vars in 643 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/ports => generated 777 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:33.284 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34417db1-f25c-440e-a3bc-7f0edba02812 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 871/1953] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/ports/c86a04c5-906d-4142-8580-db96a6339692 => 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: 872/1954] 10.0.0.127 () {32 vars in 643 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/ports => generated 777 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1955] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/ports/47b5b2a4-d14a-4531-bc91-9ecf3a26551a => generated 774 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 08:53:33.407 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eddb8dfc-56e1-41be-b000-92d928e6895a 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 874/1956] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:33 2026] DELETE /v2.0/ports/be90848d-4d56-4b84-84f6-d0d708d7ef2f => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:53:33.432 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5cdbf94-8fc9-408f-93b8-d8bbb8c2d5bb 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 875/1957] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:33 2026] DELETE /v2.0/subnets/4a636999-686f-4899-b800-0a56dab414fa => 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: 1083/1958] 10.0.0.127 () {32 vars in 674 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:53:33.484 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b76ea1ee-6066-4a42-a9d5-34c260a53c8e 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1084/1959] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:33 2026] DELETE /v2.0/subnets/e2c8106a-9627-4c63-8a9e-d223edea56f8 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1960] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 973 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/1961] 10.0.0.127 () {32 vars in 688 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/1962] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/security-groups?id=fcf883c2-6688-444f-a961-084171682562&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-04-23 08:53:33.577 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7adc9fc-234a-4a76-9657-ede9c5a45298 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] TaaS: Handle Delete Port: 47b5b2a4-d14a-4531-bc91-9ecf3a26551a 2026-04-23 08:53:33.580 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7adc9fc-234a-4a76-9657-ede9c5a45298 1edaf38b07494fa7a96232e88fb3ac91 fc50bd4b1ce74c87a38d4d19009c52cb - - default default] Tap Mirror: Handle Delete Port: 47b5b2a4-d14a-4531-bc91-9ecf3a26551a [pid: 8|app: 0|req: 1087/1963] 10.0.0.127 () {32 vars in 684 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1964] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:53:33 2026] DELETE /v2.0/ports/47b5b2a4-d14a-4531-bc91-9ecf3a26551a => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/1965] 10.0.0.127 () {32 vars in 696 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/1966] 10.0.0.127 () {32 vars in 682 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:33.792 7 INFO neutron.services.segments.plugin [-] Segment 3cfd9139-c208-4725-9938-9b565039635a resource provider aggregate not found 2026-04-23 08:53:33.796 7 INFO neutron.services.segments.plugin [-] Segment 3cfd9139-c208-4725-9938-9b565039635a resource provider aggregate not found [pid: 8|app: 0|req: 1090/1967] 10.0.0.127 () {32 vars in 696 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:53:33.817 7 INFO neutron.services.segments.plugin [-] Segment 3cfd9139-c208-4725-9938-9b565039635a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cfd9139-c208-4725-9938-9b565039635a found for delete ", "request_id": "req-79af4c76-6eef-47d1-a48a-d505d1ffd961"}]} [pid: 7|app: 0|req: 878/1968] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:53:33 2026] DELETE /v2.0/networks/9d3432df-889e-4eca-a396-3736ba0c7b40 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:53:33.817 7 INFO neutron.services.segments.plugin [-] Segment 3cfd9139-c208-4725-9938-9b565039635a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cfd9139-c208-4725-9938-9b565039635a found for delete ", "request_id": "req-0ac1d506-8e9e-4d6c-872a-d1f1a6b87416"}]} [pid: 8|app: 0|req: 1091/1969] 10.0.0.127 () {32 vars in 692 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1970] 10.0.0.127 () {32 vars in 704 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/1971] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/ports?tenant_id=aefa1b05b9254a33b2451defbaf4a76b&device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/1972] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5ce28951-5831-4ab9-98ba-c3cc5d1e1c8d => 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: 1094/1973] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:53:33 2026] GET /v2.0/subnets?id=eebb7700-fa8c-47fa-bb74-1410235b9ba8 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1974] 10.0.0.127 () {32 vars in 734 bytes} [Thu Apr 23 08:53:33 2026] DELETE /v2.0/qos/policies/2fac8bd9-cb2d-4089-9599-c9b56e85774d => 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: 1095/1975] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:53:34 2026] GET /v2.0/ports?network_id=4e111d60-d01a-44a9-86b2-844ca07012f7&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1976] 10.0.0.127 () {32 vars in 734 bytes} [Thu Apr 23 08:53:34 2026] DELETE /v2.0/qos/policies/cd980837-ecd8-4cf3-879c-6e9baa0c70dc => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/1977] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:53:34 2026] GET /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7?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: 882/1978] 10.0.0.127 () {32 vars in 734 bytes} [Thu Apr 23 08:53:34 2026] DELETE /v2.0/qos/policies/632864fe-e5ef-437d-9be1-a62bc9dc1b2d => 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: 1097/1979] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:53:34 2026] GET /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7?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: 883/1980] 10.0.0.127 () {32 vars in 734 bytes} [Thu Apr 23 08:53:34 2026] DELETE /v2.0/qos/policies/3bcd2205-4c3c-4d84-b5a4-03c32e26d3ee => 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: 1098/1981] 10.0.0.127 () {32 vars in 734 bytes} [Thu Apr 23 08:53:34 2026] DELETE /v2.0/qos/policies/a11b7a31-ea5c-4e00-afe7-65b475a8ce05 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1982] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:34 2026] GET /v2.0/security-groups?tenant_id=fc50bd4b1ce74c87a38d4d19009c52cb&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/1983] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:34 2026] DELETE /v2.0/security-groups/21ec886c-ed8f-4ca9-9f71-a354d9c503e7 => 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: 885/1984] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:34 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/1985] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:53:34 2026] GET /v2.0/security-groups?id=fcf883c2-6688-444f-a961-084171682562&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1986] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:35 2026] GET /v2.0/security-groups?tenant_id=8ed8d5e1a11f4e51baffea5e87957c61&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1987] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:35 2026] DELETE /v2.0/security-groups/6063b451-4378-4df6-98ad-82d204b6a111 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:35.505 8 INFO neutron.db.segments_db [None req-936ccb65-5d38-4c8f-b1c5-68116ddf292c 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Added segment 19fe0fd5-60ae-45a2-880e-ec172c5b0a53 of type vxlan for network 1d41f870-014c-4d38-b937-ae21c0d9b73f [pid: 8|app: 0|req: 1101/1988] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:35 2026] POST /v2.0/networks => generated 639 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1989] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:35 2026] GET /v2.0/security-groups?tenant_id=679e78b7c67c4d04a8021a2ea1396b5d&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: 889/1990] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:35 2026] DELETE /v2.0/security-groups/fac95c04-d298-4894-9d71-6cd11ebe0250 => 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: 890/1991] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:35 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => 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: 1102/1992] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:35 2026] POST /v2.0/subnets => generated 655 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1993] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:53:35 2026] GET /v2.0/security-groups?id=fcf883c2-6688-444f-a961-084171682562&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: 1103/1994] 10.0.0.127 () {32 vars in 722 bytes} [Thu Apr 23 08:53:35 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1995] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:35 2026] GET /v2.0/security-groups?tenant_id=9786e10d2f6b4916b553dfc2ba6ebe6b&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1996] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:36 2026] DELETE /v2.0/security-groups/4deefecd-3036-4678-b96f-547bf274c095 => 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: 1104/1997] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:36 2026] POST /v2.0/subnets => generated 732 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:36.352 7 INFO neutron.db.segments_db [None req-37fbd2b4-ef4d-407a-88db-80321a81b82a 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Added segment 44dc2fb2-6cdd-4c7a-94b0-7d096e59c9e7 of type vxlan for network e50fd394-4573-4354-b3b3-195fd508d714 [pid: 7|app: 0|req: 894/1998] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:36 2026] POST /v2.0/networks => generated 637 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1999] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:36 2026] POST /v2.0/subnets => generated 655 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2000] 10.0.0.127 () {34 vars in 684 bytes} [Thu Apr 23 08:53:36 2026] POST /v2.0/security-groups => generated 1624 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2001] 10.0.0.127 () {32 vars in 663 bytes} [Thu Apr 23 08:53:36 2026] GET /v2.0/security-groups => generated 4529 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2002] 10.0.0.127 () {34 vars in 758 bytes} [Thu Apr 23 08:53:36 2026] PUT /v2.0/security-groups/7a62e823-dbd4-45bb-adfe-35fa61c385be => generated 1662 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2003] 10.0.0.127 () {32 vars in 737 bytes} [Thu Apr 23 08:53:36 2026] GET /v2.0/security-groups/7a62e823-dbd4-45bb-adfe-35fa61c385be => generated 1662 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/2004] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:36 2026] POST /v2.0/subnets => generated 724 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:36.949 7 INFO neutron.db.segments_db [None req-dc1268ba-0516-4a46-b96f-e1e452371817 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Added segment 932784e1-3c31-4e68-ab5c-766e1f40ac7d of type vxlan for network 0c197175-4aa2-418b-80c5-80361d09ee22 [pid: 8|app: 0|req: 1109/2005] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:36 2026] DELETE /v2.0/security-groups/7a62e823-dbd4-45bb-adfe-35fa61c385be => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2006] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:36 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/2007] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:53:36 2026] POST /v2.0/networks => generated 638 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2008] 10.0.0.127 () {32 vars in 663 bytes} [Thu Apr 23 08:53:37 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/2009] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:53:37 2026] GET /v2.0/security-groups?id=fcf883c2-6688-444f-a961-084171682562&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:37.089 7 INFO neutron.api.v2.resource [None req-7ad29104-1cd4-4425-951c-04f07083d3bb c3b9196687d5450d9af7a1e93985ba61 e699ec086fb14ccb8fbe64a1fe95a251 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 899/2010] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:37 2026] DELETE /v2.0/security-groups/7a62e823-dbd4-45bb-adfe-35fa61c385be => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/2011] 10.0.0.127 () {34 vars in 684 bytes} [Thu Apr 23 08:53:37 2026] POST /v2.0/security-groups => generated 1625 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2012] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:37 2026] POST /v2.0/subnets => generated 656 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/2013] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/2014] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:53:37 2026] GET /v2.0/security-group-rules/4c2dbd87-cf7b-41f9-8389-d831ddbe690c => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/2015] 10.0.0.127 () {32 vars in 673 bytes} [Thu Apr 23 08:53:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/2016] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:53:37 2026] DELETE /v2.0/security-group-rules/4c2dbd87-cf7b-41f9-8389-d831ddbe690c => 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: 1113/2017] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:37 2026] POST /v2.0/subnets => generated 728 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:37.547 8 INFO neutron.db.segments_db [None req-b9cddd15-569a-4ff7-b069-00cf7cd38d5f 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Added segment b90258a8-0c5c-4ed5-94d5-83020c1840fd of type vxlan for network 98c140b7-3f1c-4a81-882f-bfd27088eeee [pid: 7|app: 0|req: 905/2018] 10.0.0.127 () {32 vars in 673 bytes} [Thu Apr 23 08:53:37 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) [pid: 7|app: 0|req: 906/2019] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:37 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/2020] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:53:37 2026] GET /v2.0/security-group-rules/5dd6746b-824e-41ef-b0e2-3e7278d2027a => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:37.748 8 INFO neutron.db.l3_hamode_db [None req-b9cddd15-569a-4ff7-b069-00cf7cd38d5f 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 908/2021] 10.0.0.127 () {32 vars in 673 bytes} [Thu Apr 23 08:53:37 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/2022] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:53:37 2026] DELETE /v2.0/security-group-rules/5dd6746b-824e-41ef-b0e2-3e7278d2027a => 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: 910/2023] 10.0.0.127 () {32 vars in 673 bytes} [Thu Apr 23 08:53:37 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:53:37.978 7 INFO neutron.db.securitygroups_db [None req-47741758-e0c4-4cb1-a1e8-445fcc9121d0 c3b9196687d5450d9af7a1e93985ba61 e699ec086fb14ccb8fbe64a1fe95a251 - - default default] Project e699ec086fb14ccb8fbe64a1fe95a251 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: 911/2024] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:37 2026] POST /v2.0/security-group-rules => generated 607 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/2025] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:53:38 2026] GET /v2.0/security-group-rules/7320634d-609b-4a35-9bfb-6134c6b2e29a => generated 607 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/2026] 10.0.0.127 () {32 vars in 673 bytes} [Thu Apr 23 08:53:38 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/2027] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:53:38 2026] DELETE /v2.0/security-group-rules/7320634d-609b-4a35-9bfb-6134c6b2e29a => 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: 915/2028] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:38 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/2029] 10.0.0.127 () {32 vars in 673 bytes} [Thu Apr 23 08:53:38 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/2030] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:53:38 2026] GET /v2.0/security-groups?id=fcf883c2-6688-444f-a961-084171682562&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: 918/2031] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:38 2026] DELETE /v2.0/security-groups/56eaf361-1b55-40a2-8827-83ebf0975794 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/2032] 10.0.0.127 () {32 vars in 663 bytes} [Thu Apr 23 08:53:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/2033] 10.0.0.127 () {32 vars in 663 bytes} [Thu Apr 23 08:53:38 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:53:38.627 8 INFO neutron.db.l3_hamode_db [None req-b9cddd15-569a-4ff7-b069-00cf7cd38d5f 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 921/2034] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:39 2026] GET /v2.0/security-groups?tenant_id=e699ec086fb14ccb8fbe64a1fe95a251&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/2035] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:39 2026] DELETE /v2.0/security-groups/3fbcf68b-00b0-4087-9a7a-f127610d2d19 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/2036] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:39 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2037] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:37 2026] POST /v2.0/routers => generated 684 bytes in 2088 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/2038] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:53:39 2026] GET /v2.0/security-groups?id=fcf883c2-6688-444f-a961-084171682562&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: 925/2039] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:39 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => 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: 926/2040] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:53:39 2026] GET /v2.0/security-groups?id=fcf883c2-6688-444f-a961-084171682562&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/2041] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:53:39 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:53:40.181 7 INFO neutron.db.l3_db [None req-c5500c1e-d16b-4b0b-93a9-6398ec6aa373 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Floating IP 9e3206b3-4438-4b3e-b8c5-5e91f125ff4a associated. External IP: 10.96.250.218, port: 5ce28951-5831-4ab9-98ba-c3cc5d1e1c8d. [pid: 7|app: 0|req: 928/2042] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:53:39 2026] PUT /v2.0/floatingips/9e3206b3-4438-4b3e-b8c5-5e91f125ff4a => generated 856 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:40.652 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b4cddcfc-4bf0-4db2-a123-8fe5f3bd5a93'] response: {'name': 'network-changed', 'server_uuid': '018e4c9f-0a3c-492b-95ed-91e86542e948', 'tag': '5ce28951-5831-4ab9-98ba-c3cc5d1e1c8d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 929/2043] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:53:40 2026] GET /v2.0/floatingips/9e3206b3-4438-4b3e-b8c5-5e91f125ff4a => generated 856 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:41.024 7 INFO neutron.db.segments_db [None req-79e67477-13d8-476e-b138-b0e5bb99a77a 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Added segment 5f4699fe-74cb-4c6f-bbc5-182a8484a168 of type vxlan for network 5162aef4-afd4-423b-afa2-74135b890073 [pid: 8|app: 0|req: 1115/2044] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:53:39 2026] PUT /v2.0/routers/3f593f48-8403-43d6-b1af-5f0f381480a8/add_router_interface => generated 309 bytes in 1505 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:41.368 7 INFO neutron.db.l3_hamode_db [None req-79e67477-13d8-476e-b138-b0e5bb99a77a 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:53:41.502 7 INFO neutron.db.l3_hamode_db [None req-79e67477-13d8-476e-b138-b0e5bb99a77a 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 930/2045] 10.0.0.127 () {34 vars in 668 bytes} [Thu Apr 23 08:53:40 2026] POST /v2.0/routers => generated 474 bytes in 1457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/2046] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:53:42 2026] GET /v2.0/ports?tenant_id=aefa1b05b9254a33b2451defbaf4a76b&device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/2047] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:53:42 2026] POST /v2.0/subnetpools => generated 548 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/2048] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:53:42 2026] GET /v2.0/floatingips/9e3206b3-4438-4b3e-b8c5-5e91f125ff4a => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:42.462 7 INFO neutron.db.l3_hamode_db [None req-64b07b0c-96aa-494e-8d28-63aeb844fdde 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:53:42.604 7 INFO neutron.db.l3_hamode_db [None req-64b07b0c-96aa-494e-8d28-63aeb844fdde 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1116/2049] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:53:41 2026] PUT /v2.0/routers/3f593f48-8403-43d6-b1af-5f0f381480a8/add_router_interface => generated 309 bytes in 1555 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2050] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:53:42 2026] GET /v2.0/networks?id=4e111d60-d01a-44a9-86b2-844ca07012f7 => generated 757 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2051] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:53:42 2026] GET /v2.0/subnetpools/0b2bb67a-b0d1-4024-8caf-c95169f47586 => generated 548 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/2052] 10.0.0.127 () {34 vars in 668 bytes} [Thu Apr 23 08:53:42 2026] POST /v2.0/routers => generated 474 bytes in 831 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2053] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:53:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=5ce28951-5831-4ab9-98ba-c3cc5d1e1c8d => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/2054] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:53:43 2026] PUT /v2.0/subnetpools/0b2bb67a-b0d1-4024-8caf-c95169f47586 => generated 501 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:43.384 7 INFO neutron.db.l3_hamode_db [None req-a8d5afbc-c651-4a3d-95d3-699df46024fe 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:53:43.520 7 INFO neutron.db.l3_hamode_db [None req-a8d5afbc-c651-4a3d-95d3-699df46024fe 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 937/2055] 10.0.0.127 () {34 vars in 668 bytes} [Thu Apr 23 08:53:43 2026] POST /v2.0/routers => generated 474 bytes in 838 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2056] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:53:42 2026] PUT /v2.0/routers/3f593f48-8403-43d6-b1af-5f0f381480a8/add_router_interface => generated 309 bytes in 1466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/2057] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:53:44 2026] GET /v2.0/subnets?id=eebb7700-fa8c-47fa-bb74-1410235b9ba8 => generated 678 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2058] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:53:44 2026] DELETE /v2.0/subnetpools/0b2bb67a-b0d1-4024-8caf-c95169f47586 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:53:44.262 7 INFO neutron.db.l3_hamode_db [None req-f1a61bdf-05cb-4706-83f9-ecf3878b825b 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1121/2059] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:53:44 2026] GET /v2.0/ports?network_id=4e111d60-d01a-44a9-86b2-844ca07012f7&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:53:44.385 7 INFO neutron.db.l3_hamode_db [None req-f1a61bdf-05cb-4706-83f9-ecf3878b825b 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1122/2060] 10.0.0.127 () {34 vars in 684 bytes} [Thu Apr 23 08:53:44 2026] POST /v2.0/security-groups => generated 1628 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 08:53:44.423 8 INFO neutron.api.v2.resource [None req-d07437f2-6b55-4ca3-aa8a-5c3f2a07c0a8 df13a61b2f6842f7a70a4a2f18782091 eb85e63632484cf5bf847442b086cf7a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1123/2061] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:53:44 2026] GET /v2.0/subnetpools/0b2bb67a-b0d1-4024-8caf-c95169f47586 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2062] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:53:44 2026] GET /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7?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: 1125/2063] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:44.594 8 INFO neutron.api.v2.resource [None req-b3ca551b-2cae-4b35-a61d-c148529e914d df13a61b2f6842f7a70a4a2f18782091 eb85e63632484cf5bf847442b086cf7a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1126/2064] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:53:44 2026] DELETE /v2.0/subnetpools/0b2bb67a-b0d1-4024-8caf-c95169f47586 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2065] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:53:44 2026] GET /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2066] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2067] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:44 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: 939/2068] 10.0.0.127 () {34 vars in 668 bytes} [Thu Apr 23 08:53:44 2026] POST /v2.0/routers => generated 474 bytes in 804 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2069] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:44 2026] POST /v2.0/security-group-rules => generated 601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:45.064 7 INFO neutron.db.l3_hamode_db [None req-1b7fea78-74e0-4309-83b4-faa8595b7dd8 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1131/2070] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:45 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:45.193 7 INFO neutron.db.l3_hamode_db [None req-1b7fea78-74e0-4309-83b4-faa8595b7dd8 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1132/2071] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:45 2026] GET /v2.0/security-groups?tenant_id=eb85e63632484cf5bf847442b086cf7a&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2072] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:45 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: 1134/2073] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:45 2026] DELETE /v2.0/security-groups/b8b4f32e-7c02-4681-886d-0427c2404fd7 => 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: 1135/2074] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/2075] 10.0.0.127 () {34 vars in 668 bytes} [Thu Apr 23 08:53:45 2026] POST /v2.0/routers => generated 474 bytes in 773 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/2076] 10.0.0.127 () {34 vars in 751 bytes} [Thu Apr 23 08:53:45 2026] PUT /v2.0/routers/09b8a3fd-6a0e-4221-9fcf-20451a62e684/tags => generated 17 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2077] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2078] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:45 2026] POST /v2.0/security-group-rules => generated 599 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2079] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2080] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/2081] 10.0.0.127 () {34 vars in 751 bytes} [Thu Apr 23 08:53:45 2026] PUT /v2.0/routers/5b128b5e-b858-4106-9cc1-00f6ee5b710c/tags => generated 25 bytes in 513 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2082] 10.0.0.127 () {34 vars in 751 bytes} [Thu Apr 23 08:53:46 2026] PUT /v2.0/routers/69e3444c-0558-4abf-8719-89818038584f/tags => generated 34 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/2083] 10.0.0.127 () {34 vars in 751 bytes} [Thu Apr 23 08:53:46 2026] PUT /v2.0/routers/36836f0c-c70c-46c8-9129-8160c02af2f3/tags => generated 19 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2084] 10.0.0.127 () {32 vars in 664 bytes} [Thu Apr 23 08:53:46 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/2085] 10.0.0.31 () {34 vars in 1095 bytes} [Thu Apr 23 08:53:46 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1701761744&fields=id&tenant_id=cd1c13268c4c448fb37464c5914f4f65 => generated 69 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2086] 10.0.0.127 () {32 vars in 678 bytes} [Thu Apr 23 08:53:46 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/2087] 10.0.0.31 () {34 vars in 981 bytes} [Thu Apr 23 08:53:46 2026] GET /v2.0/networks?id=e50fd394-4573-4354-b3b3-195fd508d714 => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/2088] 10.0.0.31 () {34 vars in 964 bytes} [Thu Apr 23 08:53:46 2026] GET /v2.0/quotas/cd1c13268c4c448fb37464c5914f4f65 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2089] 10.0.0.127 () {32 vars in 674 bytes} [Thu Apr 23 08:53:46 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/2090] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:53:46 2026] GET /v2.0/ports?tenant_id=cd1c13268c4c448fb37464c5914f4f65&fields=id => generated 287 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2091] 10.0.0.31 () {34 vars in 1007 bytes} [Thu Apr 23 08:53:47 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2092] 10.0.0.31 () {34 vars in 1107 bytes} [Thu Apr 23 08:53:47 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2093] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:47 2026] GET /v2.0/ports?device_id=0534d687-d606-4dc6-b9ca-7a089dc239ca => 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: 1144/2094] 10.0.0.127 () {32 vars in 686 bytes} [Thu Apr 23 08:53:46 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2095] 10.0.0.127 () {32 vars in 672 bytes} [Thu Apr 23 08:53:47 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2096] 10.0.0.127 () {32 vars in 686 bytes} [Thu Apr 23 08:53:47 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2097] 10.0.0.127 () {32 vars in 682 bytes} [Thu Apr 23 08:53:47 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:53:47.598 7 INFO neutron.db.segments_db [None req-6b36ca78-a7e8-48f7-b556-8b8636b9522b 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment e4e5f0fc-f9c0-4a6a-8c79-babe6e90a6cc of type vxlan for network b44a696a-e51d-465b-a528-8b1ee4af42d1 [pid: 8|app: 0|req: 1148/2098] 10.0.0.127 () {32 vars in 694 bytes} [Thu Apr 23 08:53:47 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2099] 10.0.0.127 () {34 vars in 671 bytes} [Thu Apr 23 08:53:47 2026] POST /v2.0/networks => generated 741 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2100] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:53:47 2026] GET /v2.0/routers/09b8a3fd-6a0e-4221-9fcf-20451a62e684 => generated 485 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2101] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:47 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-04-23 08:53:48.028 7 INFO neutron.db.segments_db [None req-d16f6443-4d4e-47e6-9efa-1f252c1daa8e 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment de33f450-755a-462e-9f13-91b887d1eb8d of type vxlan for network 9ef8a952-7a23-486f-8422-c371e013e7fe 2026-04-23 08:53:48.332 7 INFO neutron.db.l3_hamode_db [None req-d16f6443-4d4e-47e6-9efa-1f252c1daa8e 22038b09d218462d8d85ae6f1b23d904 864de91f43e24ebc8f9244851183ff5f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1150/2104] 10.0.0.127 () {34 vars in 742 bytes} [Thu Apr 23 08:53:47 2026] PUT /v2.0/routers/09b8a3fd-6a0e-4221-9fcf-20451a62e684 => generated 485 bytes in 678 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2105] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:53:48 2026] GET /v2.0/ports?device_id=09b8a3fd-6a0e-4221-9fcf-20451a62e684 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:53:48.636 8 INFO neutron_taas.services.taas.taas_plugin [None req-002b3123-8756-4898-b222-ec3226a8e4aa 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] TaaS: Handle Delete Port: 0ebfb0c7-63cf-449d-8923-994401470caa 2026-04-23 08:53:48.639 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-002b3123-8756-4898-b222-ec3226a8e4aa 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Tap Mirror: Handle Delete Port: 0ebfb0c7-63cf-449d-8923-994401470caa [pid: 8|app: 0|req: 1152/2106] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:48 2026] DELETE /v2.0/routers/09b8a3fd-6a0e-4221-9fcf-20451a62e684 => generated 0 bytes in 403 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2107] 10.0.0.232 () {34 vars in 990 bytes} [Thu Apr 23 08:53:48 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2108] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:53:48 2026] GET /v2.0/routers/5b128b5e-b858-4106-9cc1-00f6ee5b710c => generated 493 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2109] 10.0.0.232 () {34 vars in 1040 bytes} [Thu Apr 23 08:53:48 2026] GET /v2.0/security-groups?id=fcf883c2-6688-444f-a961-084171682562&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:49.171 7 INFO neutron.db.l3_hamode_db [None req-d16f6443-4d4e-47e6-9efa-1f252c1daa8e 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1156/2110] 10.0.0.127 () {34 vars in 742 bytes} [Thu Apr 23 08:53:48 2026] PUT /v2.0/routers/5b128b5e-b858-4106-9cc1-00f6ee5b710c => generated 493 bytes in 590 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2111] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:53:49 2026] GET /v2.0/ports?device_id=5b128b5e-b858-4106-9cc1-00f6ee5b710c => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:53:49.729 8 INFO neutron_taas.services.taas.taas_plugin [None req-db96c19b-75b9-474e-be06-53f7bbb26e80 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] TaaS: Handle Delete Port: 1e1d6990-0cd0-4561-abbb-1f7ef18c88bc 2026-04-23 08:53:49.731 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db96c19b-75b9-474e-be06-53f7bbb26e80 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Tap Mirror: Handle Delete Port: 1e1d6990-0cd0-4561-abbb-1f7ef18c88bc [pid: 8|app: 0|req: 1158/2112] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:49 2026] DELETE /v2.0/routers/5b128b5e-b858-4106-9cc1-00f6ee5b710c => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2113] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:53:49 2026] GET /v2.0/routers/69e3444c-0558-4abf-8719-89818038584f => generated 502 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2114] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:47 2026] POST /v2.0/routers => generated 728 bytes in 2145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2115] 10.0.0.127 () {34 vars in 742 bytes} [Thu Apr 23 08:53:49 2026] PUT /v2.0/routers/69e3444c-0558-4abf-8719-89818038584f => generated 502 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2116] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:53:50 2026] GET /v2.0/ports?device_id=69e3444c-0558-4abf-8719-89818038584f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:53:50.729 8 INFO neutron_taas.services.taas.taas_plugin [None req-197c9905-60f2-495f-81d2-a84d5eb5196c 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] TaaS: Handle Delete Port: 6002647d-39ad-4cce-82c2-53244b7395d7 2026-04-23 08:53:50.731 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-197c9905-60f2-495f-81d2-a84d5eb5196c 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Tap Mirror: Handle Delete Port: 6002647d-39ad-4cce-82c2-53244b7395d7 [pid: 8|app: 0|req: 1162/2117] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:50 2026] DELETE /v2.0/routers/69e3444c-0558-4abf-8719-89818038584f => generated 0 bytes in 370 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2118] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:53:50 2026] GET /v2.0/routers/36836f0c-c70c-46c8-9129-8160c02af2f3 => generated 487 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2119] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:53:50 2026] PUT /v2.0/routers/00de00c3-1472-44f0-8fb7-cd6996d7711b/add_router_interface => generated 309 bytes in 1237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2120] 10.0.0.127 () {34 vars in 742 bytes} [Thu Apr 23 08:53:50 2026] PUT /v2.0/routers/36836f0c-c70c-46c8-9129-8160c02af2f3 => generated 487 bytes in 593 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2121] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:53:51 2026] GET /v2.0/networks?id=e50fd394-4573-4354-b3b3-195fd508d714 => generated 704 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2122] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:53:51 2026] GET /v2.0/ports?device_id=36836f0c-c70c-46c8-9129-8160c02af2f3 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2123] 199.204.45.33 () {34 vars in 1049 bytes} [Thu Apr 23 08:53:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cd1c13268c4c448fb37464c5914f4f65 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:51.805 8 INFO neutron_taas.services.taas.taas_plugin [None req-57055a58-d250-42b8-af81-08acdcb37c94 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] TaaS: Handle Delete Port: 1bba372d-7b8c-4d02-b5c1-0cebf50f745c 2026-04-23 08:53:51.810 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57055a58-d250-42b8-af81-08acdcb37c94 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Tap Mirror: Handle Delete Port: 1bba372d-7b8c-4d02-b5c1-0cebf50f745c [pid: 8|app: 0|req: 1166/2124] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:51 2026] DELETE /v2.0/routers/36836f0c-c70c-46c8-9129-8160c02af2f3 => generated 0 bytes in 410 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2125] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:53:52 2026] GET /v2.0/routers/3c883d56-5ce9-4e13-9ecb-1603633864b2 => generated 480 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2126] 199.204.45.33 () {38 vars in 954 bytes} [Thu Apr 23 08:53:51 2026] POST /v2.0/ports => generated 1179 bytes in 656 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 960/2127] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:52 2026] GET /v2.0/ports?device_id=0534d687-d606-4dc6-b9ca-7a089dc239ca => generated 1182 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2128] 10.0.0.127 () {34 vars in 742 bytes} [Thu Apr 23 08:53:52 2026] PUT /v2.0/routers/3c883d56-5ce9-4e13-9ecb-1603633864b2 => generated 480 bytes in 596 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2129] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:53:52 2026] GET /v2.0/security-groups?id=5d2a71a5-f406-4072-94d3-039e744c7d89&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2130] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:53:52 2026] PUT /v2.0/ports/243a3e30-c8e8-4d4b-8db1-8c729d42f443 => generated 1460 bytes in 515 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-04-23 08:53:52.903 8 INFO neutron.db.segments_db [None req-0f5218d5-4e03-47a3-a455-b8cdc48eaa91 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 65451d91-8cec-464d-a7ba-c1121ac17bad of type vxlan for network 28eb571c-bfda-4337-a740-8a8c2d1718cd [pid: 7|app: 0|req: 962/2131] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:53:52 2026] GET /v2.0/ports?device_id=3c883d56-5ce9-4e13-9ecb-1603633864b2 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:53:52.913 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5119d8b-7aa3-434f-8a7d-39781e1625ac'] response: {'name': 'network-changed', 'server_uuid': '0534d687-d606-4dc6-b9ca-7a089dc239ca', 'tag': '243a3e30-c8e8-4d4b-8db1-8c729d42f443', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1170/2132] 10.0.0.127 () {34 vars in 671 bytes} [Thu Apr 23 08:53:52 2026] POST /v2.0/networks => generated 741 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:53.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-a83cffa1-50e5-400d-a4f9-8c8cdac17107 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] TaaS: Handle Delete Port: f03fe1f0-7e12-4404-969d-b6d19e445a82 2026-04-23 08:53:53.103 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a83cffa1-50e5-400d-a4f9-8c8cdac17107 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] Tap Mirror: Handle Delete Port: f03fe1f0-7e12-4404-969d-b6d19e445a82 [pid: 8|app: 0|req: 1171/2133] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:52 2026] POST /v2.0/subnets => generated 688 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:53.283 8 INFO neutron.db.segments_db [None req-9bb3abbd-17e9-405f-b8aa-96b618c761a0 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Added segment 65d95095-9359-495e-b8da-1aa523998bd2 of type vxlan for network 8339585c-8b79-4562-8866-f5dff83c8182 2026-04-23 08:53:53.529 8 INFO neutron.db.l3_hamode_db [None req-9bb3abbd-17e9-405f-b8aa-96b618c761a0 22038b09d218462d8d85ae6f1b23d904 a4eebb572ac9439aa95a0a471fa74c48 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-23 08:53:53.570 7 INFO neutron.services.segments.plugin [-] Segment 5f4699fe-74cb-4c6f-bbc5-182a8484a168 resource provider aggregate not found 2026-04-23 08:53:53.571 7 INFO neutron.services.segments.plugin [-] Segment 5f4699fe-74cb-4c6f-bbc5-182a8484a168 resource provider aggregate not found 2026-04-23 08:53:53.596 7 INFO neutron.services.segments.plugin [-] Segment 5f4699fe-74cb-4c6f-bbc5-182a8484a168 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f4699fe-74cb-4c6f-bbc5-182a8484a168 found for delete ", "request_id": "req-5e78f64e-03e4-4cbf-908c-d5a4aa5c0e78"}]} 2026-04-23 08:53:53.597 7 INFO neutron.services.segments.plugin [-] Segment 5f4699fe-74cb-4c6f-bbc5-182a8484a168 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5f4699fe-74cb-4c6f-bbc5-182a8484a168 found for delete ", "request_id": "req-837a141f-766a-43c8-a701-a4837e5feb35"}]} 2026-04-23 08:53:53.601 7 INFO neutron.db.l3_hamode_db [None req-a83cffa1-50e5-400d-a4f9-8c8cdac17107 277ce68047b14aebba010e37a01b2b90 3575c8eeedb349018f76c2ebb8cd961a - - default default] HA network 5162aef4-afd4-423b-afa2-74135b890073 was deleted as no HA routers are present in tenant 3575c8eeedb349018f76c2ebb8cd961a. [pid: 7|app: 0|req: 963/2134] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:53:52 2026] DELETE /v2.0/routers/3c883d56-5ce9-4e13-9ecb-1603633864b2 => generated 0 bytes in 700 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2135] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:53:53 2026] GET /v2.0/ports?tenant_id=cd1c13268c4c448fb37464c5914f4f65&device_id=0534d687-d606-4dc6-b9ca-7a089dc239ca => generated 1463 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2136] 199.204.45.33 () {34 vars in 1017 bytes} [Thu Apr 23 08:53:53 2026] GET /v2.0/networks?tenant_id=cd1c13268c4c448fb37464c5914f4f65&shared=False => generated 2372 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2137] 199.204.45.33 () {34 vars in 929 bytes} [Thu Apr 23 08:53:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:53:54.332 8 INFO neutron.db.l3_hamode_db [None req-9bb3abbd-17e9-405f-b8aa-96b618c761a0 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 967/2138] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:54 2026] GET /v2.0/security-groups?tenant_id=3575c8eeedb349018f76c2ebb8cd961a&name=default => generated 2925 bytes in 319 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2139] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:53:54 2026] GET /v2.0/ports?tenant_id=cd1c13268c4c448fb37464c5914f4f65&device_id=0534d687-d606-4dc6-b9ca-7a089dc239ca => generated 1463 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2140] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:54 2026] DELETE /v2.0/security-groups/6e2615aa-2daf-4d5e-b185-569331b9d29e => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2141] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:53:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.85&port_id=243a3e30-c8e8-4d4b-8db1-8c729d42f443 => 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: 971/2142] 199.204.45.33 () {34 vars in 1103 bytes} [Thu Apr 23 08:53:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2aa&port_id=243a3e30-c8e8-4d4b-8db1-8c729d42f443 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2143] 199.204.45.33 () {34 vars in 1063 bytes} [Thu Apr 23 08:53:55 2026] GET /v2.0/subnets?id=829c3c4e-471e-401a-9084-cfca7d979a61&id=7d88dcd5-a6a1-43ab-bd47-3e588cce7c9e => generated 1408 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2144] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:53:55 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2145] 10.0.0.127 () {34 vars in 669 bytes} [Thu Apr 23 08:53:53 2026] POST /v2.0/routers => generated 728 bytes in 2040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2146] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:53:55 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2147] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:55 2026] GET /v2.0/security-groups?tenant_id=d2a982e5fc34410fbf56d7c989908efa&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2148] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:53:55 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?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: 976/2149] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:55 2026] DELETE /v2.0/security-groups/ff024293-b1dc-40ad-b29f-9ee326075fb1 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2150] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:53:55 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?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: 978/2151] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:53:55 2026] GET /v2.0/security-groups?tenant_id=6c3466ada1e84c2c93983a594197328b&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2152] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:53:55 2026] DELETE /v2.0/security-groups/57ce519b-4bd7-4d30-a316-0a7dfd3fe646 => 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: 1174/2153] 10.0.0.127 () {34 vars in 783 bytes} [Thu Apr 23 08:53:55 2026] PUT /v2.0/routers/2c2cb3c8-9d2e-4b5f-9c3e-0629a002f3ca/add_router_interface => generated 309 bytes in 1144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2154] 10.0.0.127 () {34 vars in 685 bytes} [Thu Apr 23 08:53:57 2026] POST /v2.0/security-groups => generated 1677 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2155] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2156] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:57 2026] POST /v2.0/security-group-rules => generated 596 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2157] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2158] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:57.822 8 INFO neutron.db.securitygroups_db [None req-eb2b1bad-5567-459d-ac1c-0c8f6263ed10 c28203699102459db4a2a6ca7b011f61 864de91f43e24ebc8f9244851183ff5f - - default default] Project 864de91f43e24ebc8f9244851183ff5f 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: 1177/2159] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:53:57.939 8 INFO neutron.db.securitygroups_db [None req-ebd2be52-1c61-4bfd-9bb8-2b1038c485bb c28203699102459db4a2a6ca7b011f61 864de91f43e24ebc8f9244851183ff5f - - default default] Project 864de91f43e24ebc8f9244851183ff5f 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: 983/2160] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:57 2026] GET /v2.0/ports?device_id=0534d687-d606-4dc6-b9ca-7a089dc239ca => generated 1194 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2162] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:53:57 2026] GET /v2.0/security-groups?id=5d2a71a5-f406-4072-94d3-039e744c7d89&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2162] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:57 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2163] 10.0.0.127 () {34 vars in 685 bytes} [Thu Apr 23 08:53:58 2026] POST /v2.0/security-groups => generated 1663 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2164] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2165] 10.0.0.127 () {34 vars in 695 bytes} [Thu Apr 23 08:53:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2166] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:53:58 2026] POST /v2.0/floatingips => generated 552 bytes in 591 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2167] 10.0.0.31 () {34 vars in 1099 bytes} [Thu Apr 23 08:53:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1254103076&fields=id&tenant_id=864de91f43e24ebc8f9244851183ff5f => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2168] 10.0.0.31 () {34 vars in 1099 bytes} [Thu Apr 23 08:53:59 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1063859839&fields=id&tenant_id=864de91f43e24ebc8f9244851183ff5f => generated 69 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2169] 10.0.0.31 () {34 vars in 981 bytes} [Thu Apr 23 08:53:59 2026] GET /v2.0/networks?id=b44a696a-e51d-465b-a528-8b1ee4af42d1 => generated 673 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2170] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:53:59 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2171] 10.0.0.31 () {34 vars in 964 bytes} [Thu Apr 23 08:53:59 2026] GET /v2.0/quotas/864de91f43e24ebc8f9244851183ff5f => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2172] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:53:59 2026] GET /v2.0/security-groups?id=fcf883c2-6688-444f-a961-084171682562&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: 990/2173] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:53:59 2026] GET /v2.0/ports?tenant_id=864de91f43e24ebc8f9244851183ff5f&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2174] 10.0.0.31 () {34 vars in 1007 bytes} [Thu Apr 23 08:53:59 2026] GET /v2.0/networks/b44a696a-e51d-465b-a528-8b1ee4af42d1?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2175] 10.0.0.31 () {34 vars in 1107 bytes} [Thu Apr 23 08:53:59 2026] GET /v2.0/networks/b44a696a-e51d-465b-a528-8b1ee4af42d1?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: 1185/2176] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:00 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => 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: 992/2177] 10.0.0.127 () {34 vars in 684 bytes} [Thu Apr 23 08:54:00 2026] POST /v2.0/security-groups => generated 1603 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2178] 10.0.0.127 () {34 vars in 684 bytes} [Thu Apr 23 08:54:00 2026] POST /v2.0/security-groups => generated 1603 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2179] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:00 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2180] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:54:01 2026] GET /v2.0/security-groups?id=fcf883c2-6688-444f-a961-084171682562&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2181] 10.0.0.127 () {34 vars in 684 bytes} [Thu Apr 23 08:54:00 2026] POST /v2.0/security-groups => generated 1603 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2182] 10.0.0.127 () {34 vars in 684 bytes} [Thu Apr 23 08:54:01 2026] POST /v2.0/security-groups => generated 1603 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2183] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:01 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2184] 10.0.0.127 () {34 vars in 684 bytes} [Thu Apr 23 08:54:01 2026] POST /v2.0/security-groups => generated 1603 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2185] 10.0.0.127 () {34 vars in 767 bytes} [Thu Apr 23 08:54:01 2026] PUT /v2.0/security-groups/1b716049-6038-4517-8b48-e14cf7fbe95d/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2186] 10.0.0.127 () {34 vars in 767 bytes} [Thu Apr 23 08:54:01 2026] PUT /v2.0/security-groups/9d4d151b-7a48-4b34-94ba-e0c45bfcbaec/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2187] 10.0.0.127 () {34 vars in 767 bytes} [Thu Apr 23 08:54:01 2026] PUT /v2.0/security-groups/4be1358f-d6b3-4f03-82a3-7b97b43f3f2a/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2188] 10.0.0.127 () {34 vars in 767 bytes} [Thu Apr 23 08:54:01 2026] PUT /v2.0/security-groups/763b7c37-cacc-4f7a-a29c-7188c1e435b3/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2189] 10.0.0.127 () {32 vars in 680 bytes} [Thu Apr 23 08:54:01 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2190] 10.0.0.127 () {32 vars in 694 bytes} [Thu Apr 23 08:54:01 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2191] 10.0.0.127 () {32 vars in 690 bytes} [Thu Apr 23 08:54:01 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2192] 10.0.0.127 () {32 vars in 702 bytes} [Thu Apr 23 08:54:01 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2193] 10.0.0.127 () {32 vars in 688 bytes} [Thu Apr 23 08:54:01 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2194] 10.0.0.127 () {32 vars in 702 bytes} [Thu Apr 23 08:54:01 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2195] 10.0.0.127 () {32 vars in 698 bytes} [Thu Apr 23 08:54:01 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2196] 10.0.0.127 () {32 vars in 710 bytes} [Thu Apr 23 08:54:02 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2197] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:02 2026] DELETE /v2.0/security-groups/1b716049-6038-4517-8b48-e14cf7fbe95d => 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: 1198/2198] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:02 2026] DELETE /v2.0/security-groups/9d4d151b-7a48-4b34-94ba-e0c45bfcbaec => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2199] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:02 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 973 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2200] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:54:02 2026] GET /v2.0/security-groups?id=fcf883c2-6688-444f-a961-084171682562&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2201] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:02 2026] DELETE /v2.0/security-groups/4be1358f-d6b3-4f03-82a3-7b97b43f3f2a => 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: 1200/2202] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:54:02 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2203] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:02 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => 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: 1003/2204] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:02 2026] DELETE /v2.0/security-groups/763b7c37-cacc-4f7a-a29c-7188c1e435b3 => 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: 1004/2205] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:02 2026] DELETE /v2.0/security-groups/b8c6a242-4327-4361-918f-4a61515800d6 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:02.512 8 INFO neutron_taas.services.taas.taas_plugin [req-87efa5e5-041b-46de-b967-6e06f9bf66fc req-693e2413-a147-44a0-8c60-49d259e8ff4e 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] TaaS: Handle Delete Port: 5ce28951-5831-4ab9-98ba-c3cc5d1e1c8d 2026-04-23 08:54:02.515 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-87efa5e5-041b-46de-b967-6e06f9bf66fc req-693e2413-a147-44a0-8c60-49d259e8ff4e 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Tap Mirror: Handle Delete Port: 5ce28951-5831-4ab9-98ba-c3cc5d1e1c8d 2026-04-23 08:54:02.630 8 INFO neutron.db.l3_db [req-87efa5e5-041b-46de-b967-6e06f9bf66fc req-693e2413-a147-44a0-8c60-49d259e8ff4e 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Floating IP 9e3206b3-4438-4b3e-b8c5-5e91f125ff4a disassociated. External IP: 10.96.250.218, port: 5ce28951-5831-4ab9-98ba-c3cc5d1e1c8d. [pid: 8|app: 0|req: 1202/2208] 199.204.45.33 () {36 vars in 996 bytes} [Thu Apr 23 08:54:02 2026] DELETE /v2.0/ports/5ce28951-5831-4ab9-98ba-c3cc5d1e1c8d => generated 0 bytes in 566 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:54:02.992 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0cffc92a-29df-44ca-9821-c87ee74f3636'] response: {'server_uuid': '018e4c9f-0a3c-492b-95ed-91e86542e948', 'name': 'network-vif-deleted', 'tag': '5ce28951-5831-4ab9-98ba-c3cc5d1e1c8d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1007/2209] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:03 2026] GET /v2.0/ports?device_id=0534d687-d606-4dc6-b9ca-7a089dc239ca => generated 1196 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2210] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:54:03 2026] GET /v2.0/security-groups?id=5d2a71a5-f406-4072-94d3-039e744c7d89&fields=id&fields=name => generated 112 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2211] 10.0.0.127 () {32 vars in 818 bytes} [Thu Apr 23 08:54:03 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&mac_address=fa%3A16%3A3e%3A8c%3Ac6%3A4c => generated 1196 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2212] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:03 2026] GET /v2.0/security-groups?tenant_id=ca72a48b1fd6486aaf38a69e442c7b13&name=default => generated 2929 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2213] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:03 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => 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: 1011/2214] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:03 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => 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: 1012/2215] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:03 2026] DELETE /v2.0/security-groups/ad139d10-397f-49b0-8153-ff2d5288e4c2 => 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: 1013/2216] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:03 2026] GET /v2.0/security-groups?tenant_id=a5c04b778c89494b9f19840b65281525&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2217] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:03 2026] DELETE /v2.0/security-groups/087efe7b-cd4d-4187-941d-ace664f57748 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:04.231 8 INFO neutron.db.l3_db [None req-e8452248-99d1-4430-b51f-cc61dbc67f98 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Floating IP 0eae43fa-abba-4945-b14e-937f1057f73a associated. External IP: 10.96.250.209, port: 243a3e30-c8e8-4d4b-8db1-8c729d42f443. [pid: 7|app: 0|req: 1015/2218] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:04 2026] GET /v2.0/security-groups?tenant_id=08f889dfbd434473abd55f5db857982e&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2219] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:04 2026] DELETE /v2.0/security-groups/d3cd0b69-c828-4416-b343-a6d7847dd472 => 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: 1204/2220] 10.0.0.127 () {34 vars in 677 bytes} [Thu Apr 23 08:54:03 2026] POST /v2.0/floatingips => generated 854 bytes in 1210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2221] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:54:04 2026] GET /v2.0/networks?id=b44a696a-e51d-465b-a528-8b1ee4af42d1 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2222] 199.204.45.33 () {34 vars in 1049 bytes} [Thu Apr 23 08:54:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=864de91f43e24ebc8f9244851183ff5f => generated 274 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2223] 10.0.0.31 () {34 vars in 1095 bytes} [Thu Apr 23 08:54:04 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1701761744&fields=id&tenant_id=cd1c13268c4c448fb37464c5914f4f65 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2224] 10.0.0.31 () {34 vars in 981 bytes} [Thu Apr 23 08:54:04 2026] GET /v2.0/networks?id=0c197175-4aa2-418b-80c5-80361d09ee22 => generated 705 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2225] 10.0.0.31 () {34 vars in 964 bytes} [Thu Apr 23 08:54:04 2026] GET /v2.0/quotas/cd1c13268c4c448fb37464c5914f4f65 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2226] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:54:04 2026] GET /v2.0/ports?tenant_id=cd1c13268c4c448fb37464c5914f4f65&fields=id => generated 333 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2227] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:04 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => 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: 1023/2228] 10.0.0.31 () {34 vars in 1007 bytes} [Thu Apr 23 08:54:04 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?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: 1024/2229] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:04 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 996 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2230] 10.0.0.31 () {34 vars in 1107 bytes} [Thu Apr 23 08:54:05 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2231] 199.204.45.33 () {38 vars in 954 bytes} [Thu Apr 23 08:54:04 2026] POST /v2.0/ports => generated 993 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2232] 10.0.0.31 () {34 vars in 1119 bytes} [Thu Apr 23 08:54:05 2026] GET /v2.0/security-groups?id=9035a474-8ede-4482-821f-4d16b6e39163&id=2022f10a-7fb1-4d2a-a9fb-682dabd78766&fields=id&fields=name => generated 207 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 08:54:05.178 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3daed37c-ae8c-4118-91e1-a8592268cb9d'] response: {'name': 'network-changed', 'server_uuid': '0534d687-d606-4dc6-b9ca-7a089dc239ca', 'tag': '243a3e30-c8e8-4d4b-8db1-8c729d42f443', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1027/2233] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:05 2026] GET /v2.0/ports?device_id=1ea9dc59-2b4e-40cd-b0a3-67565b9a2457 => 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: 1207/2234] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:54:05 2026] PUT /v2.0/ports/4afa1104-3510-4a49-b206-bd497351d18d => generated 1274 bytes in 509 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2235] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:54:05 2026] GET /v2.0/ports?tenant_id=cd1c13268c4c448fb37464c5914f4f65&device_id=0534d687-d606-4dc6-b9ca-7a089dc239ca => generated 1465 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1208/2236] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:54:05 2026] GET /v2.0/networks?id=e50fd394-4573-4354-b3b3-195fd508d714 => generated 799 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2237] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:54:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.85&port_id=243a3e30-c8e8-4d4b-8db1-8c729d42f443 => generated 857 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2238] 199.204.45.33 () {34 vars in 1103 bytes} [Thu Apr 23 08:54:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2aa&port_id=243a3e30-c8e8-4d4b-8db1-8c729d42f443 => 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: 1030/2239] 199.204.45.33 () {34 vars in 1063 bytes} [Thu Apr 23 08:54:05 2026] GET /v2.0/subnets?id=829c3c4e-471e-401a-9084-cfca7d979a61&id=7d88dcd5-a6a1-43ab-bd47-3e588cce7c9e => generated 1408 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2240] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:54:05 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2241] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:54:05 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2242] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:05 2026] GET /v2.0/ports?device_id=018e4c9f-0a3c-492b-95ed-91e86542e948 => 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: 1032/2243] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:54:05 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?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: 1212/2244] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:54:06 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2245] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:06 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2246] 10.0.0.31 () {34 vars in 1119 bytes} [Thu Apr 23 08:54:06 2026] GET /v2.0/security-groups?id=9035a474-8ede-4482-821f-4d16b6e39163&id=2022f10a-7fb1-4d2a-a9fb-682dabd78766&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2247] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:54:06 2026] GET /v2.0/ports?tenant_id=864de91f43e24ebc8f9244851183ff5f&device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1277 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2248] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:54:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4afa1104-3510-4a49-b206-bd497351d18d => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2249] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:54:06 2026] GET /v2.0/subnets?id=8d9838b1-f9fb-4dd8-8cf9-d976536447bc => generated 691 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2250] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:54:06 2026] GET /v2.0/ports?network_id=b44a696a-e51d-465b-a528-8b1ee4af42d1&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2251] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:54:06 2026] GET /v2.0/networks/b44a696a-e51d-465b-a528-8b1ee4af42d1?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: 1216/2252] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:54:06 2026] GET /v2.0/networks/b44a696a-e51d-465b-a528-8b1ee4af42d1?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: 1037/2253] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:07 2026] DELETE /v2.0/security-groups/fcf883c2-6688-444f-a961-084171682562 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:07.216 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c5164de-8338-4748-bc32-970c8b57272c'] response: {'name': 'network-changed', 'server_uuid': '337b39ad-3932-404e-8493-897d6269fa4d', 'tag': '4afa1104-3510-4a49-b206-bd497351d18d', 'status': 'completed', 'code': 200} 2026-04-23 08:54:07.267 8 INFO neutron_taas.services.taas.taas_plugin [None req-d67d6267-abb3-4919-9faa-1d2e93f98c3b 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] TaaS: Handle Delete Port: c2027bca-9855-4abb-b313-74b9da1b0a15 2026-04-23 08:54:07.270 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d67d6267-abb3-4919-9faa-1d2e93f98c3b 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Tap Mirror: Handle Delete Port: c2027bca-9855-4abb-b313-74b9da1b0a15 [pid: 7|app: 0|req: 1038/2254] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:07 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2255] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:54:07 2026] DELETE /v2.0/floatingips/9e3206b3-4438-4b3e-b8c5-5e91f125ff4a => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2256] 10.0.0.31 () {34 vars in 1119 bytes} [Thu Apr 23 08:54:07 2026] GET /v2.0/security-groups?id=9035a474-8ede-4482-821f-4d16b6e39163&id=2022f10a-7fb1-4d2a-a9fb-682dabd78766&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2257] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:07 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 975 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2258] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:54:07 2026] GET /v2.0/security-groups?id=3d634c75-921a-4b48-83ef-e4dd4b8795d9&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: 1041/2259] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:54:07 2026] GET /v2.0/ports?tenant_id=864de91f43e24ebc8f9244851183ff5f&device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1277 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2260] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:54:07 2026] GET /v2.0/networks?id=b44a696a-e51d-465b-a528-8b1ee4af42d1 => generated 769 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2261] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4afa1104-3510-4a49-b206-bd497351d18d => 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: 1044/2262] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/subnets?id=8d9838b1-f9fb-4dd8-8cf9-d976536447bc => generated 691 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:54:08.105 8 INFO neutron.db.segments_db [None req-2250928c-a278-4001-9cfe-d948230422c1 944792303cc44c9698cd80d2e46f7c24 db7f5c3dc7b94710b9cbc1cb9b21953f - - default default] Added segment bc8640d9-c1a7-4a45-a19c-cca3c1254477 of type vxlan for network 7a33aa13-3016-40f9-ab9b-8814b8c4e795 [pid: 7|app: 0|req: 1045/2263] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/ports?network_id=b44a696a-e51d-465b-a528-8b1ee4af42d1&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: 1219/2264] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:54:07 2026] POST /v2.0/networks => generated 631 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2265] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/networks/b44a696a-e51d-465b-a528-8b1ee4af42d1?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: 1220/2266] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:54:08 2026] PUT /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2267] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/networks/b44a696a-e51d-465b-a528-8b1ee4af42d1?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: 1221/2268] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2269] 10.0.0.127 () {34 vars in 764 bytes} [Thu Apr 23 08:54:08 2026] PUT /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags/green => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2270] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags => generated 34 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2271] 10.0.0.127 () {34 vars in 760 bytes} [Thu Apr 23 08:54:08 2026] PUT /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags/red => 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: 1223/2272] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1008 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2273] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/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: 1224/2274] 10.0.0.31 () {34 vars in 1119 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/security-groups?id=9035a474-8ede-4482-821f-4d16b6e39163&id=2022f10a-7fb1-4d2a-a9fb-682dabd78766&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2275] 10.0.0.127 () {34 vars in 782 bytes} [Thu Apr 23 08:54:08 2026] PUT /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags/black.or.white => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2276] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags => generated 52 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2277] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:54:08 2026] PUT /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags => generated 37 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2278] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2279] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/security-groups?id=3d634c75-921a-4b48-83ef-e4dd4b8795d9&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2280] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2281] 10.0.0.127 () {32 vars in 741 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:08.966 8 INFO neutron.api.v2.resource [None req-977547be-2e5f-4810-9746-6bc039c1f02a 944792303cc44c9698cd80d2e46f7c24 db7f5c3dc7b94710b9cbc1cb9b21953f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1228/2282] 10.0.0.127 () {32 vars in 745 bytes} [Thu Apr 23 08:54:08 2026] GET /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/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: 1055/2283] 10.0.0.127 () {32 vars in 744 bytes} [Thu Apr 23 08:54:08 2026] DELETE /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2284] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:54:09 2026] GET /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags => generated 30 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:54:09.138 7 INFO neutron.api.v2.resource [None req-f78bc6bd-d4cb-4221-b502-32c11fa46673 944792303cc44c9698cd80d2e46f7c24 db7f5c3dc7b94710b9cbc1cb9b21953f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1056/2285] 10.0.0.127 () {32 vars in 748 bytes} [Thu Apr 23 08:54:09 2026] DELETE /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags/green => generated 99 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2286] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:54:09 2026] DELETE /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2287] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:54:09 2026] GET /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:54:09.370 8 INFO neutron.services.segments.plugin [-] Segment bc8640d9-c1a7-4a45-a19c-cca3c1254477 resource provider aggregate not found 2026-04-23 08:54:09.381 8 INFO neutron.services.segments.plugin [-] Segment bc8640d9-c1a7-4a45-a19c-cca3c1254477 resource provider aggregate not found 2026-04-23 08:54:09.391 8 INFO neutron.services.segments.plugin [-] Segment bc8640d9-c1a7-4a45-a19c-cca3c1254477 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc8640d9-c1a7-4a45-a19c-cca3c1254477 found for delete ", "request_id": "req-f28d67c2-2a89-40a8-a4da-33cb7975ac57"}]} 2026-04-23 08:54:09.406 8 INFO neutron.services.segments.plugin [-] Segment bc8640d9-c1a7-4a45-a19c-cca3c1254477 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc8640d9-c1a7-4a45-a19c-cca3c1254477 found for delete ", "request_id": "req-ef6081de-f247-4caf-816b-302b2cf512d5"}]} [pid: 8|app: 0|req: 1231/2288] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:09 2026] DELETE /v2.0/networks/7a33aa13-3016-40f9-ab9b-8814b8c4e795 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2289] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:54:09 2026] GET /v2.0/networks?id=0c197175-4aa2-418b-80c5-80361d09ee22 => generated 705 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2290] 199.204.45.33 () {34 vars in 1049 bytes} [Thu Apr 23 08:54:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cd1c13268c4c448fb37464c5914f4f65 => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2291] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:09 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1008 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2292] 10.0.0.31 () {34 vars in 1119 bytes} [Thu Apr 23 08:54:09 2026] GET /v2.0/security-groups?id=9035a474-8ede-4482-821f-4d16b6e39163&id=2022f10a-7fb1-4d2a-a9fb-682dabd78766&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2293] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:09 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2294] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:54:09 2026] GET /v2.0/security-groups?id=3d634c75-921a-4b48-83ef-e4dd4b8795d9&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2295] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:54:10 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2296] 199.204.45.33 () {38 vars in 954 bytes} [Thu Apr 23 08:54:09 2026] POST /v2.0/ports => generated 1183 bytes in 434 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, ' 2026-04-23 08:54:10.201 7 INFO neutron_taas.services.taas.taas_plugin [req-d841b305-3cfa-40a2-9a11-7fbb73d11bee req-312b57a8-723e-4c75-a10a-e217e309e4da 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] TaaS: Handle Delete Port: 15272ffc-aa20-4399-bd08-ec0552ce6dcb 2026-04-23 08:54:10.205 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d841b305-3cfa-40a2-9a11-7fbb73d11bee req-312b57a8-723e-4c75-a10a-e217e309e4da 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Tap Mirror: Handle Delete Port: 15272ffc-aa20-4399-bd08-ec0552ce6dcb [pid: 8|app: 0|req: 1238/2297] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:10 2026] GET /v2.0/security-groups?tenant_id=041a6adf12564b27912cc1f872dcf48d&name=default => generated 2929 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2298] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:54:10 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1277 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2299] 199.204.45.33 () {36 vars in 996 bytes} [Thu Apr 23 08:54:10 2026] DELETE /v2.0/ports/15272ffc-aa20-4399-bd08-ec0552ce6dcb => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:54:10.398 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b35b22d-c908-40ea-977d-144b93955f90'] response: {'server_uuid': '7c293329-4ec7-422b-b9f6-3b1c333e59d3', 'name': 'network-vif-deleted', 'tag': '15272ffc-aa20-4399-bd08-ec0552ce6dcb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1061/2300] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:10 2026] DELETE /v2.0/security-groups/85b1d8aa-eed1-4e13-a93b-5c2a3d1003c7 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2301] 199.204.45.33 () {34 vars in 1123 bytes} [Thu Apr 23 08:54:10 2026] GET /v2.0/security-groups?id=9035a474-8ede-4482-821f-4d16b6e39163&id=2022f10a-7fb1-4d2a-a9fb-682dabd78766&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2302] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:10 2026] GET /v2.0/ports?device_id=1ea9dc59-2b4e-40cd-b0a3-67565b9a2457 => generated 1198 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2303] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:54:10 2026] GET /v2.0/security-groups?id=5d2a71a5-f406-4072-94d3-039e744c7d89&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2304] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:10 2026] GET /v2.0/security-groups?tenant_id=db7f5c3dc7b94710b9cbc1cb9b21953f&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2305] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:54:10 2026] PUT /v2.0/ports/0b027b84-1a3a-4c45-9857-cb0e1a3f6840 => generated 1464 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2306] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:10 2026] DELETE /v2.0/security-groups/b1cf6d0d-ddcc-44f6-b015-906660abf51a => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:10.752 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e3e46bde-36b0-41fc-b831-e4011a01c40f'] response: {'name': 'network-changed', 'server_uuid': '1ea9dc59-2b4e-40cd-b0a3-67565b9a2457', 'tag': '0b027b84-1a3a-4c45-9857-cb0e1a3f6840', '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: 1241/2307] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:10 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1008 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2308] 10.0.0.31 () {34 vars in 1119 bytes} [Thu Apr 23 08:54:10 2026] GET /v2.0/security-groups?id=9035a474-8ede-4482-821f-4d16b6e39163&id=2022f10a-7fb1-4d2a-a9fb-682dabd78766&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2309] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:11 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => 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: 1068/2310] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:54:11 2026] GET /v2.0/ports?tenant_id=cd1c13268c4c448fb37464c5914f4f65&device_id=1ea9dc59-2b4e-40cd-b0a3-67565b9a2457 => generated 1467 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2311] 199.204.45.33 () {34 vars in 1017 bytes} [Thu Apr 23 08:54:11 2026] GET /v2.0/networks?tenant_id=cd1c13268c4c448fb37464c5914f4f65&shared=False => generated 2372 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2312] 199.204.45.33 () {34 vars in 929 bytes} [Thu Apr 23 08:54:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2313] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:11 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1010 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2314] 10.0.0.31 () {34 vars in 1119 bytes} [Thu Apr 23 08:54:12 2026] GET /v2.0/security-groups?id=9035a474-8ede-4482-821f-4d16b6e39163&id=2022f10a-7fb1-4d2a-a9fb-682dabd78766&fields=id&fields=name => generated 207 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2315] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:12 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => 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: 1071/2316] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:54:12 2026] GET /v2.0/ports?tenant_id=cd1c13268c4c448fb37464c5914f4f65&device_id=1ea9dc59-2b4e-40cd-b0a3-67565b9a2457 => generated 1467 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2317] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:54:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.41&port_id=0b027b84-1a3a-4c45-9857-cb0e1a3f6840 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2318] 199.204.45.33 () {34 vars in 1105 bytes} [Thu Apr 23 08:54:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A204&port_id=0b027b84-1a3a-4c45-9857-cb0e1a3f6840 => 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: 1247/2319] 199.204.45.33 () {34 vars in 1063 bytes} [Thu Apr 23 08:54:12 2026] GET /v2.0/subnets?id=cb79aa9e-2852-4db2-a369-e8e4e9598372&id=7950ad98-701e-4f86-81dc-3ae72917270d => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2320] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:54:12 2026] GET /v2.0/ports?network_id=0c197175-4aa2-418b-80c5-80361d09ee22&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: 8|app: 0|req: 1248/2321] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:54:12 2026] GET /v2.0/ports?network_id=0c197175-4aa2-418b-80c5-80361d09ee22&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2322] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:54:12 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?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: 1075/2323] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:54:12 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?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: 1249/2324] 10.0.0.232 () {34 vars in 990 bytes} [Thu Apr 23 08:54:12 2026] GET /v2.0/ports?device_id=0534d687-d606-4dc6-b9ca-7a089dc239ca => generated 1465 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2325] 10.0.0.232 () {34 vars in 1040 bytes} [Thu Apr 23 08:54:12 2026] GET /v2.0/security-groups?id=5d2a71a5-f406-4072-94d3-039e744c7d89&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2326] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:13 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2327] 10.0.0.31 () {34 vars in 1119 bytes} [Thu Apr 23 08:54:13 2026] GET /v2.0/security-groups?id=9035a474-8ede-4482-821f-4d16b6e39163&id=2022f10a-7fb1-4d2a-a9fb-682dabd78766&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2328] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:13 2026] GET /v2.0/ports?device_id=7c293329-4ec7-422b-b9f6-3b1c333e59d3 => 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: 1078/2329] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:13 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1010 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:54:13.814 8 INFO neutron.db.l3_db [None req-262ca28a-5c85-4804-ad59-673c9904fa32 c28203699102459db4a2a6ca7b011f61 864de91f43e24ebc8f9244851183ff5f - - default default] Floating IP 327b20eb-bd20-46ca-bc82-0369387df57b associated. External IP: 10.96.250.216, port: 4afa1104-3510-4a49-b206-bd497351d18d. 2026-04-23 08:54:14.348 7 INFO neutron.db.segments_db [None req-86351343-4a3d-496b-92d4-4983eb941801 f0ab6ab31b1841eeaba793b2b59cdc16 5fe9b4762b094bd2b2dfaec6bbef0f6a - - default default] Added segment 9854c8e9-17a6-4251-888b-a5725223727e of type vxlan for network 0aef8bb4-53ad-4c28-b36d-a71d7475c029 [pid: 7|app: 0|req: 1079/2330] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:54:14 2026] POST /v2.0/networks => generated 631 bytes in 417 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2331] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:14 2026] DELETE /v2.0/security-groups/3d634c75-921a-4b48-83ef-e4dd4b8795d9 => 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: 1252/2332] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:54:13 2026] PUT /v2.0/floatingips/327b20eb-bd20-46ca-bc82-0369387df57b => generated 855 bytes in 1112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:54:14.631 7 INFO neutron.db.segments_db [None req-d6591f40-8c50-45fe-b574-689ac3eac360 f0ab6ab31b1841eeaba793b2b59cdc16 5fe9b4762b094bd2b2dfaec6bbef0f6a - - default default] Added segment 5dca2260-c5f0-42fc-8897-4f0027e16eee of type vxlan for network f0de163d-ac28-4678-a9a8-d015fd195558 2026-04-23 08:54:14.644 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ddd8429-1022-413d-bc62-7c5a89e1c0e4'] response: {'name': 'network-changed', 'server_uuid': '337b39ad-3932-404e-8493-897d6269fa4d', 'tag': '4afa1104-3510-4a49-b206-bd497351d18d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1081/2333] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:54:14 2026] POST /v2.0/networks => generated 632 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2334] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:54:14 2026] PUT /v2.0/networks/0aef8bb4-53ad-4c28-b36d-a71d7475c029/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2335] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:54:14 2026] GET /v2.0/networks/0aef8bb4-53ad-4c28-b36d-a71d7475c029/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: 1084/2336] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:54:14 2026] PUT /v2.0/networks/f0de163d-ac28-4678-a9a8-d015fd195558/tags => generated 17 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2337] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:54:14 2026] GET /v2.0/networks/f0de163d-ac28-4678-a9a8-d015fd195558/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2338] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:54:14 2026] PUT /v2.0/networks/f0de163d-ac28-4678-a9a8-d015fd195558/tags => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:54:15.070 8 INFO neutron_taas.services.taas.taas_plugin [None req-66142e37-d894-4afb-81ed-a9ea86d4ad47 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] TaaS: Handle Delete Port: ed60a9af-6e44-4632-aa07-f5a2f242581c 2026-04-23 08:54:15.075 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66142e37-d894-4afb-81ed-a9ea86d4ad47 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Tap Mirror: Handle Delete Port: ed60a9af-6e44-4632-aa07-f5a2f242581c [pid: 7|app: 0|req: 1087/2339] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:54:15 2026] GET /v2.0/networks/f0de163d-ac28-4678-a9a8-d015fd195558/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2340] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:54:15 2026] GET /v2.0/networks/0aef8bb4-53ad-4c28-b36d-a71d7475c029/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2341] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:54:15 2026] GET /v2.0/ports?tenant_id=864de91f43e24ebc8f9244851183ff5f&device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1279 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:54:15.355 7 INFO neutron.services.segments.plugin [-] Segment 9854c8e9-17a6-4251-888b-a5725223727e resource provider aggregate not found 2026-04-23 08:54:15.362 7 INFO neutron.services.segments.plugin [-] Segment 9854c8e9-17a6-4251-888b-a5725223727e resource provider aggregate not found 2026-04-23 08:54:15.380 7 INFO neutron.services.segments.plugin [-] Segment 9854c8e9-17a6-4251-888b-a5725223727e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9854c8e9-17a6-4251-888b-a5725223727e found for delete ", "request_id": "req-981e2718-9bc0-46cc-8558-e0d0358371b4"}]} 2026-04-23 08:54:15.382 7 INFO neutron.services.segments.plugin [-] Segment 9854c8e9-17a6-4251-888b-a5725223727e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9854c8e9-17a6-4251-888b-a5725223727e found for delete ", "request_id": "req-2c330018-ca58-4e2e-ab64-e92170eb29d6"}]} [pid: 7|app: 0|req: 1090/2342] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:15 2026] DELETE /v2.0/networks/0aef8bb4-53ad-4c28-b36d-a71d7475c029 => 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: 1091/2343] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:54:15 2026] GET /v2.0/networks?id=b44a696a-e51d-465b-a528-8b1ee4af42d1 => generated 769 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2344] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:15 2026] DELETE /v2.0/networks/f0de163d-ac28-4678-a9a8-d015fd195558 => 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: 1093/2345] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:54:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=4afa1104-3510-4a49-b206-bd497351d18d => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2346] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:54:15 2026] GET /v2.0/subnets?id=8d9838b1-f9fb-4dd8-8cf9-d976536447bc => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2347] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:15 2026] GET /v2.0/ports?device_id=1ea9dc59-2b4e-40cd-b0a3-67565b9a2457 => generated 1200 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2348] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:54:14 2026] PUT /v2.0/routers/8da4a2d3-27ae-4153-9bac-a919d33276ac/remove_router_interface => generated 309 bytes in 1164 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2349] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:54:15 2026] GET /v2.0/ports?network_id=b44a696a-e51d-465b-a528-8b1ee4af42d1&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2350] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:54:15 2026] GET /v2.0/security-groups?id=5d2a71a5-f406-4072-94d3-039e744c7d89&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2351] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:54:15 2026] GET /v2.0/networks/b44a696a-e51d-465b-a528-8b1ee4af42d1?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: 1256/2352] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:54:15 2026] GET /v2.0/networks/b44a696a-e51d-465b-a528-8b1ee4af42d1?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: 1097/2353] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:54:15 2026] DELETE /v2.0/subnets/eebb7700-fa8c-47fa-bb74-1410235b9ba8 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:54:16.258 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ce13971-d6cf-45c1-8926-fa4ddf4494d2 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] TaaS: Handle Delete Port: ad6b4a8a-2003-4e23-ac4d-c84f19938a15 2026-04-23 08:54:16.260 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ce13971-d6cf-45c1-8926-fa4ddf4494d2 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Tap Mirror: Handle Delete Port: ad6b4a8a-2003-4e23-ac4d-c84f19938a15 2026-04-23 08:54:16.529 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ce13971-d6cf-45c1-8926-fa4ddf4494d2 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] TaaS: Handle Delete Port: 639625d0-e763-49f8-8d2a-7834fb799c31 2026-04-23 08:54:16.532 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ce13971-d6cf-45c1-8926-fa4ddf4494d2 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Tap Mirror: Handle Delete Port: 639625d0-e763-49f8-8d2a-7834fb799c31 [pid: 7|app: 0|req: 1098/2354] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:16 2026] GET /v2.0/security-groups?tenant_id=0c7de14200634a3b8663ce567bbe80c4&name=default => generated 2929 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2355] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:16 2026] DELETE /v2.0/security-groups/7ec8a435-da61-49cb-9da2-6af800cf37bb => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2356] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:16 2026] GET /v2.0/security-groups?tenant_id=5fe9b4762b094bd2b2dfaec6bbef0f6a&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2357] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:16 2026] DELETE /v2.0/security-groups/539bc04c-5640-45d5-b409-4bc33fa21d44 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:16.960 8 INFO neutron.services.segments.plugin [-] Segment 19e04b97-19cf-474f-b53a-c62601463a3c resource provider aggregate not found 2026-04-23 08:54:16.964 8 INFO neutron.services.segments.plugin [-] Segment 19e04b97-19cf-474f-b53a-c62601463a3c resource provider aggregate not found 2026-04-23 08:54:16.985 8 INFO neutron.services.segments.plugin [-] Segment 19e04b97-19cf-474f-b53a-c62601463a3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19e04b97-19cf-474f-b53a-c62601463a3c found for delete ", "request_id": "req-58ee3b3b-0e3b-405f-875a-634cc5253941"}]} 2026-04-23 08:54:16.986 8 INFO neutron.services.segments.plugin [-] Segment 19e04b97-19cf-474f-b53a-c62601463a3c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19e04b97-19cf-474f-b53a-c62601463a3c found for delete ", "request_id": "req-522d8df7-e446-4bce-9f33-36960001007a"}]} 2026-04-23 08:54:16.991 8 INFO neutron.db.l3_hamode_db [None req-8ce13971-d6cf-45c1-8926-fa4ddf4494d2 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] HA network dc960292-3e1e-4263-ac42-e0235716c1e0 was deleted as no HA routers are present in tenant aefa1b05b9254a33b2451defbaf4a76b. [pid: 8|app: 0|req: 1257/2358] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:54:16 2026] DELETE /v2.0/routers/8da4a2d3-27ae-4153-9bac-a919d33276ac => generated 0 bytes in 971 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:17.125 7 INFO neutron_taas.services.taas.taas_plugin [None req-54527b60-c94b-4e05-9bfd-cd018704d713 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] TaaS: Handle Delete Port: fe06e377-8ffc-4d0d-947c-af61694a438c 2026-04-23 08:54:17.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54527b60-c94b-4e05-9bfd-cd018704d713 57298fbdeb8240ba885c197a2a66bbd3 aefa1b05b9254a33b2451defbaf4a76b - - default default] Tap Mirror: Handle Delete Port: fe06e377-8ffc-4d0d-947c-af61694a438c [pid: 7|app: 0|req: 1102/2359] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:17 2026] DELETE /v2.0/networks/4e111d60-d01a-44a9-86b2-844ca07012f7 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:54:17.404 7 INFO neutron.services.segments.plugin [-] Segment 5dca2260-c5f0-42fc-8897-4f0027e16eee resource provider aggregate not found 2026-04-23 08:54:17.413 7 INFO neutron.services.segments.plugin [-] Segment 5dca2260-c5f0-42fc-8897-4f0027e16eee resource provider aggregate not found 2026-04-23 08:54:17.423 7 INFO neutron.services.segments.plugin [-] Segment 5dca2260-c5f0-42fc-8897-4f0027e16eee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dca2260-c5f0-42fc-8897-4f0027e16eee found for delete ", "request_id": "req-f76171df-2e98-4b7c-9ee4-80e202e909f7"}]} 2026-04-23 08:54:17.432 7 INFO neutron.services.segments.plugin [-] Segment 5dca2260-c5f0-42fc-8897-4f0027e16eee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dca2260-c5f0-42fc-8897-4f0027e16eee found for delete ", "request_id": "req-b2b7a456-b270-4897-964e-d3e950552083"}]} 2026-04-23 08:54:17.442 7 INFO neutron.services.segments.plugin [-] Segment db83add5-4c1d-47c4-851c-d60d6548abd5 resource provider aggregate not found 2026-04-23 08:54:17.449 7 INFO neutron.services.segments.plugin [-] Segment db83add5-4c1d-47c4-851c-d60d6548abd5 resource provider aggregate not found 2026-04-23 08:54:17.470 7 INFO neutron.services.segments.plugin [-] Segment db83add5-4c1d-47c4-851c-d60d6548abd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db83add5-4c1d-47c4-851c-d60d6548abd5 found for delete ", "request_id": "req-87b24a8c-50b8-4c48-8721-153e943d0bd8"}]} 2026-04-23 08:54:17.473 7 INFO neutron.services.segments.plugin [-] Segment db83add5-4c1d-47c4-851c-d60d6548abd5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db83add5-4c1d-47c4-851c-d60d6548abd5 found for delete ", "request_id": "req-0e2e50e9-e405-40bd-a8af-f802082d989b"}]} [pid: 8|app: 0|req: 1259/2362] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:17 2026] GET /v2.0/security-groups?tenant_id=1757515e1d4741a1bf9939276b0034a4&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2363] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:18 2026] DELETE /v2.0/security-groups/4b700750-c8a0-46bc-8277-052e1d857fbc => 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: 1260/2364] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:18 2026] GET /v2.0/security-groups?tenant_id=aefa1b05b9254a33b2451defbaf4a76b&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: 1105/2365] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:18 2026] DELETE /v2.0/security-groups/1077429a-c06d-418c-bde5-dbcccf970b23 => 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: 1261/2366] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:20 2026] GET /v2.0/ports?device_id=1ea9dc59-2b4e-40cd-b0a3-67565b9a2457 => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2367] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:54:20 2026] GET /v2.0/security-groups?id=5d2a71a5-f406-4072-94d3-039e744c7d89&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2368] 10.0.0.127 () {32 vars in 818 bytes} [Thu Apr 23 08:54:21 2026] GET /v2.0/ports?network_id=0c197175-4aa2-418b-80c5-80361d09ee22&mac_address=fa%3A16%3A3e%3A05%3Ad0%3A45 => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:54:21.904 7 INFO neutron.db.l3_db [None req-2bde534a-8707-4b99-9f38-a531b86d28b7 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Floating IP db09faca-8517-48ea-a6d7-68b8eef3e6ed associated. External IP: 10.96.250.207, port: 0b027b84-1a3a-4c45-9857-cb0e1a3f6840. [pid: 8|app: 0|req: 1263/2369] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:21 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1010 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2370] 10.0.0.31 () {34 vars in 1119 bytes} [Thu Apr 23 08:54:22 2026] GET /v2.0/security-groups?id=9035a474-8ede-4482-821f-4d16b6e39163&id=2022f10a-7fb1-4d2a-a9fb-682dabd78766&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2371] 10.0.0.127 () {34 vars in 677 bytes} [Thu Apr 23 08:54:21 2026] POST /v2.0/floatingips => generated 854 bytes in 1182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:54:22.337 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-743cf40b-d7ba-4a4a-bbb2-744fc6743575'] response: {'name': 'network-changed', 'server_uuid': '1ea9dc59-2b4e-40cd-b0a3-67565b9a2457', 'tag': '0b027b84-1a3a-4c45-9857-cb0e1a3f6840', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1265/2372] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:54:22 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1279 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2373] 10.0.0.127 () {32 vars in 858 bytes} [Thu Apr 23 08:54:22 2026] GET /v2.0/floatingips?floating_network_id=f944464c-74bb-4a54-8009-506f71a87ec0&port_id=4afa1104-3510-4a49-b206-bd497351d18d => generated 860 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2374] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:54:22 2026] GET /v2.0/ports?tenant_id=cd1c13268c4c448fb37464c5914f4f65&device_id=1ea9dc59-2b4e-40cd-b0a3-67565b9a2457 => generated 1469 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2375] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:54:22 2026] POST /v2.0/subnetpools => generated 516 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2376] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:54:22 2026] GET /v2.0/networks?id=0c197175-4aa2-418b-80c5-80361d09ee22 => 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: 1267/2377] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:54:22 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: 7|app: 0|req: 1111/2378] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:54:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.41&port_id=0b027b84-1a3a-4c45-9857-cb0e1a3f6840 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2379] 199.204.45.33 () {34 vars in 1105 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A204&port_id=0b027b84-1a3a-4c45-9857-cb0e1a3f6840 => 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: 1268/2380] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:54:22 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: 7|app: 0|req: 1113/2381] 199.204.45.33 () {34 vars in 1063 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/subnets?id=cb79aa9e-2852-4db2-a369-e8e4e9598372&id=7950ad98-701e-4f86-81dc-3ae72917270d => generated 1413 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2382] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:54:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2383] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/ports?network_id=0c197175-4aa2-418b-80c5-80361d09ee22&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: 1270/2384] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:54:23 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2385] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/ports?network_id=0c197175-4aa2-418b-80c5-80361d09ee22&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: 1271/2386] 10.0.0.232 () {34 vars in 990 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1279 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2387] 10.0.0.127 () {34 vars in 759 bytes} [Thu Apr 23 08:54:23 2026] PUT /v2.0/subnetpools/931250e9-f300-4ca0-9eca-13241b62e13f/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2388] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?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: 1117/2389] 10.0.0.232 () {34 vars in 1120 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/security-groups?id=9035a474-8ede-4482-821f-4d16b6e39163&id=2022f10a-7fb1-4d2a-a9fb-682dabd78766&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2390] 10.0.0.127 () {34 vars in 759 bytes} [Thu Apr 23 08:54:23 2026] PUT /v2.0/subnetpools/8824b83b-c5bf-4375-909c-65d09590518a/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2391] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2392] 10.0.0.127 () {34 vars in 759 bytes} [Thu Apr 23 08:54:23 2026] PUT /v2.0/subnetpools/77c3d3da-d440-42f4-a6b8-e7f98f34ca22/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2393] 10.0.0.127 () {34 vars in 759 bytes} [Thu Apr 23 08:54:23 2026] PUT /v2.0/subnetpools/2a71988a-535f-4423-935e-d695944688eb/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2394] 10.0.0.127 () {32 vars in 672 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2395] 10.0.0.127 () {32 vars in 686 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2396] 10.0.0.127 () {32 vars in 682 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2397] 10.0.0.127 () {32 vars in 694 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2398] 10.0.0.127 () {32 vars in 680 bytes} [Thu Apr 23 08:54:23 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: 1122/2399] 10.0.0.127 () {32 vars in 694 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2400] 10.0.0.127 () {32 vars in 690 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2401] 10.0.0.127 () {32 vars in 702 bytes} [Thu Apr 23 08:54:23 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2402] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:54:23 2026] DELETE /v2.0/subnetpools/931250e9-f300-4ca0-9eca-13241b62e13f => 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: 1124/2403] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:54:23 2026] DELETE /v2.0/subnetpools/8824b83b-c5bf-4375-909c-65d09590518a => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2404] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:54:23 2026] DELETE /v2.0/subnetpools/77c3d3da-d440-42f4-a6b8-e7f98f34ca22 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2405] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:54:23 2026] DELETE /v2.0/subnetpools/2a71988a-535f-4423-935e-d695944688eb => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2406] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:54:23 2026] DELETE /v2.0/subnetpools/164793a9-0d17-4cb8-8f2a-c919562abd08 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2407] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:24 2026] GET /v2.0/security-groups?tenant_id=475892bd56a24a2e978e53ca645ba150&name=default => generated 2929 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2408] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:25 2026] DELETE /v2.0/security-groups/500139ca-e152-4f54-bfba-f935f3efe324 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2409] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:25 2026] GET /v2.0/security-groups?tenant_id=03e6217677214cfe81d9b8be77455056&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2410] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:25 2026] DELETE /v2.0/security-groups/a4ae9216-be66-499e-acd3-04ef24c00c2b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2411] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:25 2026] GET /v2.0/security-groups?tenant_id=ccacefaad47f4cf88f9a8328678c2c19&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2412] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:25 2026] DELETE /v2.0/security-groups/f11ae3cf-24df-45dc-89f0-33658b647832 => 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: 1129/2413] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:25 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1010 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2414] 10.0.0.31 () {34 vars in 1119 bytes} [Thu Apr 23 08:54:25 2026] GET /v2.0/security-groups?id=9035a474-8ede-4482-821f-4d16b6e39163&id=2022f10a-7fb1-4d2a-a9fb-682dabd78766&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2415] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:27 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1010 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2416] 10.0.0.31 () {34 vars in 1119 bytes} [Thu Apr 23 08:54:27 2026] GET /v2.0/security-groups?id=9035a474-8ede-4482-821f-4d16b6e39163&id=2022f10a-7fb1-4d2a-a9fb-682dabd78766&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2417] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:28 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1010 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2418] 10.0.0.31 () {34 vars in 1119 bytes} [Thu Apr 23 08:54:28 2026] GET /v2.0/security-groups?id=9035a474-8ede-4482-821f-4d16b6e39163&id=2022f10a-7fb1-4d2a-a9fb-682dabd78766&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2419] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:54:28 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:54:28.553 8 INFO neutron_taas.services.taas.taas_plugin [req-ed1460e9-c726-43d8-8caa-1f851434791b req-cc560e47-e643-4264-a2dc-e73627a73a1c c28203699102459db4a2a6ca7b011f61 864de91f43e24ebc8f9244851183ff5f - - default default] TaaS: Handle Delete Port: 4afa1104-3510-4a49-b206-bd497351d18d 2026-04-23 08:54:28.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ed1460e9-c726-43d8-8caa-1f851434791b req-cc560e47-e643-4264-a2dc-e73627a73a1c c28203699102459db4a2a6ca7b011f61 864de91f43e24ebc8f9244851183ff5f - - default default] Tap Mirror: Handle Delete Port: 4afa1104-3510-4a49-b206-bd497351d18d 2026-04-23 08:54:28.671 8 INFO neutron.db.l3_db [req-ed1460e9-c726-43d8-8caa-1f851434791b req-cc560e47-e643-4264-a2dc-e73627a73a1c c28203699102459db4a2a6ca7b011f61 864de91f43e24ebc8f9244851183ff5f - - default default] Floating IP 327b20eb-bd20-46ca-bc82-0369387df57b disassociated. External IP: 10.96.250.216, port: 4afa1104-3510-4a49-b206-bd497351d18d. [pid: 7|app: 0|req: 1133/2420] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:54:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2421] 199.204.45.33 () {36 vars in 996 bytes} [Thu Apr 23 08:54:28 2026] DELETE /v2.0/ports/4afa1104-3510-4a49-b206-bd497351d18d => generated 0 bytes in 679 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2422] 10.0.0.127 () {34 vars in 759 bytes} [Thu Apr 23 08:54:29 2026] PUT /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:54:29.130 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-033b2ec8-6904-4d27-a845-e962365cd12d'] response: {'server_uuid': '337b39ad-3932-404e-8493-897d6269fa4d', 'name': 'network-vif-deleted', 'tag': '4afa1104-3510-4a49-b206-bd497351d18d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1289/2423] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:54:29 2026] GET /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2424] 10.0.0.127 () {34 vars in 770 bytes} [Thu Apr 23 08:54:29 2026] PUT /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags/green => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2425] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:54:29 2026] GET /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2426] 10.0.0.127 () {34 vars in 766 bytes} [Thu Apr 23 08:54:29 2026] PUT /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2427] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:54:29 2026] GET /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2428] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:29 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2429] 10.0.0.127 () {34 vars in 788 bytes} [Thu Apr 23 08:54:29 2026] PUT /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2430] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:54:29 2026] GET /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags => generated 52 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2431] 10.0.0.127 () {34 vars in 759 bytes} [Thu Apr 23 08:54:29 2026] PUT /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2432] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:54:29 2026] GET /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2433] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:54:29 2026] GET /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:29.561 8 INFO neutron.api.v2.resource [None req-3fc6affe-8bb0-4e01-a5d4-ec04a4b9f8aa d71c12af058d4841a3cdc49bb96cf86a 476d5a7d7f504f5d963a2b11710bd20d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1295/2434] 10.0.0.127 () {32 vars in 751 bytes} [Thu Apr 23 08:54:29 2026] GET /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2435] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:54:29 2026] DELETE /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2436] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:54:29 2026] GET /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags => generated 30 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:54:29.696 7 INFO neutron.api.v2.resource [None req-c353706d-adc5-42fa-b1bf-07ef7b232b32 d71c12af058d4841a3cdc49bb96cf86a 476d5a7d7f504f5d963a2b11710bd20d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1141/2437] 10.0.0.127 () {32 vars in 754 bytes} [Thu Apr 23 08:54:29 2026] DELETE /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/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: 1297/2438] 10.0.0.127 () {32 vars in 742 bytes} [Thu Apr 23 08:54:29 2026] DELETE /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/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: 1142/2439] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:54:29 2026] GET /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2440] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:54:29 2026] DELETE /v2.0/subnetpools/69adf1cc-b41f-477e-9111-4cc2008d3a18 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2441] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:30 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => 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: 1299/2442] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:30 2026] GET /v2.0/security-groups?tenant_id=527fd2ef54b54d60927bd4f75aa7c09f&name=default => generated 2929 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2443] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:30 2026] DELETE /v2.0/security-groups/676af2ba-bd65-4eac-9800-0d38dd62ba32 => 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: 1300/2444] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:30 2026] GET /v2.0/security-groups?tenant_id=476d5a7d7f504f5d963a2b11710bd20d&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2445] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:31 2026] DELETE /v2.0/security-groups/516f4a25-4b7c-40e8-8938-6e1ef3b0bb45 => 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: 1301/2446] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:54:31 2026] GET /v2.0/ports?device_id=337b39ad-3932-404e-8493-897d6269fa4d => 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: 1146/2449] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:32 2026] DELETE /v2.0/security-groups/9035a474-8ede-4482-821f-4d16b6e39163 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:32.806 8 INFO neutron.api.v2.resource [None req-cc7745e1-fdcc-4b1c-8f6f-d2a90fcd5c80 c28203699102459db4a2a6ca7b011f61 864de91f43e24ebc8f9244851183ff5f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1304/2450] 10.0.0.127 () {32 vars in 737 bytes} [Thu Apr 23 08:54:32 2026] GET /v2.0/security-groups/9035a474-8ede-4482-821f-4d16b6e39163 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:54:32.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-556204ef-aaed-43b1-a030-c9a82b76615f c28203699102459db4a2a6ca7b011f61 864de91f43e24ebc8f9244851183ff5f - - default default] TaaS: Handle Delete Port: 40954f2d-0648-4678-b108-533808e74e7d 2026-04-23 08:54:32.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-556204ef-aaed-43b1-a030-c9a82b76615f c28203699102459db4a2a6ca7b011f61 864de91f43e24ebc8f9244851183ff5f - - default default] Tap Mirror: Handle Delete Port: 40954f2d-0648-4678-b108-533808e74e7d [pid: 7|app: 0|req: 1147/2451] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:54:32 2026] DELETE /v2.0/floatingips/327b20eb-bd20-46ca-bc82-0369387df57b => generated 0 bytes in 297 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2452] 10.0.0.232 () {34 vars in 990 bytes} [Thu Apr 23 08:54:33 2026] GET /v2.0/ports?device_id=1ea9dc59-2b4e-40cd-b0a3-67565b9a2457 => 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: 1149/2453] 10.0.0.232 () {34 vars in 1040 bytes} [Thu Apr 23 08:54:33 2026] GET /v2.0/security-groups?id=5d2a71a5-f406-4072-94d3-039e744c7d89&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2454] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:33 2026] DELETE /v2.0/security-groups/2022f10a-7fb1-4d2a-a9fb-682dabd78766 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:33.705 7 INFO neutron_taas.services.taas.taas_plugin [None req-8e620bfb-e55f-4374-a875-53f5c52408b0 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: b4921d35-e274-4f18-b486-1078899fc340 2026-04-23 08:54:33.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e620bfb-e55f-4374-a875-53f5c52408b0 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: b4921d35-e274-4f18-b486-1078899fc340 [pid: 7|app: 0|req: 1150/2455] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:54:33 2026] PUT /v2.0/routers/00de00c3-1472-44f0-8fb7-cd6996d7711b/remove_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:54:34.518 8 INFO neutron_taas.services.taas.taas_plugin [None req-820a50bb-a6f2-4606-856c-9be78432e3b5 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 35b9b2b3-583f-47ca-bc91-02e29e788aef 2026-04-23 08:54:34.521 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-820a50bb-a6f2-4606-856c-9be78432e3b5 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 35b9b2b3-583f-47ca-bc91-02e29e788aef 2026-04-23 08:54:34.794 8 INFO neutron_taas.services.taas.taas_plugin [None req-820a50bb-a6f2-4606-856c-9be78432e3b5 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: b83351cf-aaf5-4055-b937-7572cb5ef29b 2026-04-23 08:54:34.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-820a50bb-a6f2-4606-856c-9be78432e3b5 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: b83351cf-aaf5-4055-b937-7572cb5ef29b [pid: 7|app: 0|req: 1151/2456] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:34 2026] GET /v2.0/security-groups?tenant_id=f86c336ee64c40f99bf6350c731de257&name=default => generated 2929 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2457] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:34 2026] DELETE /v2.0/security-groups/b2cfacc0-1541-4555-8150-39d7fb02d1a0 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:35.147 8 INFO neutron.services.segments.plugin [-] Segment de33f450-755a-462e-9f13-91b887d1eb8d resource provider aggregate not found 2026-04-23 08:54:35.148 8 INFO neutron.services.segments.plugin [-] Segment de33f450-755a-462e-9f13-91b887d1eb8d resource provider aggregate not found 2026-04-23 08:54:35.173 8 INFO neutron.services.segments.plugin [-] Segment de33f450-755a-462e-9f13-91b887d1eb8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de33f450-755a-462e-9f13-91b887d1eb8d found for delete ", "request_id": "req-8657aaf7-ef45-44ff-ac4f-0843de5e203d"}]} 2026-04-23 08:54:35.174 8 INFO neutron.services.segments.plugin [-] Segment de33f450-755a-462e-9f13-91b887d1eb8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de33f450-755a-462e-9f13-91b887d1eb8d found for delete ", "request_id": "req-11b323af-0458-44bb-8447-ae8cd2fd4d8b"}]} 2026-04-23 08:54:35.187 8 INFO neutron.db.l3_hamode_db [None req-820a50bb-a6f2-4606-856c-9be78432e3b5 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] HA network 9ef8a952-7a23-486f-8422-c371e013e7fe was deleted as no HA routers are present in tenant 864de91f43e24ebc8f9244851183ff5f. [pid: 8|app: 0|req: 1306/2458] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:54:34 2026] DELETE /v2.0/routers/00de00c3-1472-44f0-8fb7-cd6996d7711b => generated 0 bytes in 886 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2459] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:35 2026] GET /v2.0/security-groups?tenant_id=221bd188e8864783acd185e0397ce176&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2460] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:35 2026] DELETE /v2.0/security-groups/d5c5cc18-901d-4248-9fda-b4f105b6dee2 => 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: 1307/2461] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:54:35 2026] DELETE /v2.0/subnets/8d9838b1-f9fb-4dd8-8cf9-d976536447bc => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:54:35.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-39c8e27f-b56c-4af0-8e9b-ecdb3e8862f9 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 2f661baf-905f-4c9c-b558-4db164dc8dd0 2026-04-23 08:54:35.476 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-39c8e27f-b56c-4af0-8e9b-ecdb3e8862f9 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 2f661baf-905f-4c9c-b558-4db164dc8dd0 2026-04-23 08:54:35.620 7 INFO neutron.services.segments.plugin [-] Segment e4e5f0fc-f9c0-4a6a-8c79-babe6e90a6cc resource provider aggregate not found 2026-04-23 08:54:35.634 7 INFO neutron.services.segments.plugin [-] Segment e4e5f0fc-f9c0-4a6a-8c79-babe6e90a6cc resource provider aggregate not found 2026-04-23 08:54:35.640 7 INFO neutron.services.segments.plugin [-] Segment e4e5f0fc-f9c0-4a6a-8c79-babe6e90a6cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4e5f0fc-f9c0-4a6a-8c79-babe6e90a6cc found for delete ", "request_id": "req-5ab1466d-1d93-4a90-9b36-0268e9b5cd74"}]} [pid: 7|app: 0|req: 1155/2462] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:35 2026] DELETE /v2.0/networks/b44a696a-e51d-465b-a528-8b1ee4af42d1 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:54:35.655 7 INFO neutron.services.segments.plugin [-] Segment e4e5f0fc-f9c0-4a6a-8c79-babe6e90a6cc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4e5f0fc-f9c0-4a6a-8c79-babe6e90a6cc found for delete ", "request_id": "req-894ac206-4fb7-4333-82b0-b26c01329228"}]} 2026-04-23 08:54:36.030 8 INFO neutron_taas.services.taas.taas_plugin [None req-96241601-adf2-4d55-8d14-83425959a90f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: cfbf8df4-df62-4896-85a7-d4b797cc020c 2026-04-23 08:54:36.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96241601-adf2-4d55-8d14-83425959a90f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: cfbf8df4-df62-4896-85a7-d4b797cc020c [pid: 8|app: 0|req: 1308/2463] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:54:35 2026] PUT /v2.0/routers/2c2cb3c8-9d2e-4b5f-9c3e-0629a002f3ca/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:54:36.730 7 INFO neutron_taas.services.taas.taas_plugin [None req-400e11cd-64df-4b3e-ac7c-d330e3dc6d54 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 35a9a418-226f-496e-bae9-0be300546dea 2026-04-23 08:54:36.732 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-400e11cd-64df-4b3e-ac7c-d330e3dc6d54 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 35a9a418-226f-496e-bae9-0be300546dea 2026-04-23 08:54:36.981 7 INFO neutron_taas.services.taas.taas_plugin [None req-400e11cd-64df-4b3e-ac7c-d330e3dc6d54 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: a02ac5cc-6df7-461c-b5cd-58675b0b564c 2026-04-23 08:54:36.984 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-400e11cd-64df-4b3e-ac7c-d330e3dc6d54 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: a02ac5cc-6df7-461c-b5cd-58675b0b564c 2026-04-23 08:54:37.327 7 INFO neutron.db.l3_hamode_db [None req-400e11cd-64df-4b3e-ac7c-d330e3dc6d54 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] HA network 8339585c-8b79-4562-8866-f5dff83c8182 was deleted as no HA routers are present in tenant a4eebb572ac9439aa95a0a471fa74c48. [pid: 7|app: 0|req: 1156/2464] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:54:36 2026] DELETE /v2.0/routers/2c2cb3c8-9d2e-4b5f-9c3e-0629a002f3ca => generated 0 bytes in 776 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2465] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:54:37 2026] DELETE /v2.0/subnets/628fd281-5601-467f-b077-76078d5a35ac => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:54:37.603 7 INFO neutron_taas.services.taas.taas_plugin [None req-32e27b93-b6f5-4131-8447-f763dac719cd 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 6ab0cc65-c971-47f2-be85-fd33ed27f2b5 2026-04-23 08:54:37.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32e27b93-b6f5-4131-8447-f763dac719cd 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 6ab0cc65-c971-47f2-be85-fd33ed27f2b5 2026-04-23 08:54:37.665 7 INFO neutron.services.segments.plugin [-] Segment 65d95095-9359-495e-b8da-1aa523998bd2 resource provider aggregate not found 2026-04-23 08:54:37.676 7 INFO neutron.services.segments.plugin [-] Segment 65d95095-9359-495e-b8da-1aa523998bd2 resource provider aggregate not found 2026-04-23 08:54:37.692 7 INFO neutron.services.segments.plugin [-] Segment 65d95095-9359-495e-b8da-1aa523998bd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65d95095-9359-495e-b8da-1aa523998bd2 found for delete ", "request_id": "req-2b1aaa28-af4f-41bf-b8d5-1eeee715fa26"}]} 2026-04-23 08:54:37.693 7 INFO neutron.services.segments.plugin [-] Segment 65d95095-9359-495e-b8da-1aa523998bd2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65d95095-9359-495e-b8da-1aa523998bd2 found for delete ", "request_id": "req-eca1a0af-e7eb-495b-98dd-de47cc7c3024"}]} [pid: 7|app: 0|req: 1157/2466] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:37 2026] DELETE /v2.0/networks/28eb571c-bfda-4337-a740-8a8c2d1718cd => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2467] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:38 2026] GET /v2.0/security-groups?tenant_id=a4eebb572ac9439aa95a0a471fa74c48&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: 1158/2468] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:38 2026] DELETE /v2.0/security-groups/2a18add6-5740-4c71-a082-60dd2d0e31c2 => 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: 1311/2469] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:38 2026] GET /v2.0/security-groups?tenant_id=864de91f43e24ebc8f9244851183ff5f&name=default => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2470] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:38 2026] DELETE /v2.0/security-groups/3a395166-e296-481f-bc10-c533af63271e => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:39.722 7 INFO neutron.services.segments.plugin [-] Segment 65451d91-8cec-464d-a7ba-c1121ac17bad resource provider aggregate not found 2026-04-23 08:54:39.726 7 INFO neutron.services.segments.plugin [-] Segment 65451d91-8cec-464d-a7ba-c1121ac17bad resource provider aggregate not found 2026-04-23 08:54:39.741 7 INFO neutron.services.segments.plugin [-] Segment 65451d91-8cec-464d-a7ba-c1121ac17bad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65451d91-8cec-464d-a7ba-c1121ac17bad found for delete ", "request_id": "req-137fe404-3d50-4bab-8e08-b277b716ff51"}]} 2026-04-23 08:54:39.742 7 INFO neutron.services.segments.plugin [-] Segment 65451d91-8cec-464d-a7ba-c1121ac17bad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65451d91-8cec-464d-a7ba-c1121ac17bad found for delete ", "request_id": "req-ac7c72a2-c3f8-4b29-beb0-a90155bd182e"}]} 2026-04-23 08:54:43.066 8 INFO neutron.db.segments_db [None req-9e3cc7e1-dd82-4c73-9bcf-2558b072d919 113326ec91d94fb9930448ea9cb6c737 f03816fb7193415e9e8485568d3b1893 - - default default] Added segment e7adcbfc-6a22-4678-964a-b65b7da7f4c8 of type vxlan for network 7e6896b6-5d11-4cf6-93e4-8de0a473561f [pid: 8|app: 0|req: 1312/2471] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:54:42 2026] POST /v2.0/networks => generated 632 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:54:43.225 7 INFO neutron.db.segments_db [None req-88d81af9-643f-4785-a25b-a1ef7ff20dcd 113326ec91d94fb9930448ea9cb6c737 f03816fb7193415e9e8485568d3b1893 - - default default] Added segment e8bb3078-50a9-4473-ac4e-1a580573aa9c of type vxlan for network 585d1552-7c66-440a-b47e-1bc25b0b506b [pid: 7|app: 0|req: 1160/2472] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:54:43 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:54:43.390 8 INFO neutron.db.segments_db [None req-a8dfe7d0-fbe2-4808-a736-be4d90e90924 113326ec91d94fb9930448ea9cb6c737 f03816fb7193415e9e8485568d3b1893 - - default default] Added segment fcb90031-0ddc-412a-b060-d7f4d54cc37e of type vxlan for network 4aa51f42-8050-4252-862c-259b6501f654 [pid: 8|app: 0|req: 1313/2473] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:54:43 2026] POST /v2.0/networks => generated 631 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:54:43.519 7 INFO neutron.db.segments_db [None req-c5c93f3e-4b42-4549-95cf-f449a424c1f4 113326ec91d94fb9930448ea9cb6c737 f03816fb7193415e9e8485568d3b1893 - - default default] Added segment 6aa9e6dc-1eaf-4f58-880d-a62531e88000 of type vxlan for network 47a402b3-f519-4ed5-9fd7-75a243c3118f [pid: 7|app: 0|req: 1161/2474] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:54:43 2026] POST /v2.0/networks => generated 632 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:54:43.664 8 INFO neutron.db.segments_db [None req-d6e15930-fa24-44a0-aff5-bc50cc255602 113326ec91d94fb9930448ea9cb6c737 f03816fb7193415e9e8485568d3b1893 - - default default] Added segment b85ec9a3-3526-40a6-93ca-50b67483cda8 of type vxlan for network 7841c2dd-186e-4b76-b3ab-e499933bb5be [pid: 8|app: 0|req: 1314/2475] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:54:43 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2476] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:54:43 2026] PUT /v2.0/networks/7e6896b6-5d11-4cf6-93e4-8de0a473561f/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2477] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:54:43 2026] PUT /v2.0/networks/585d1552-7c66-440a-b47e-1bc25b0b506b/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2478] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:54:43 2026] PUT /v2.0/networks/4aa51f42-8050-4252-862c-259b6501f654/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2479] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:54:43 2026] PUT /v2.0/networks/47a402b3-f519-4ed5-9fd7-75a243c3118f/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2480] 10.0.0.127 () {32 vars in 666 bytes} [Thu Apr 23 08:54:43 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2481] 10.0.0.127 () {32 vars in 680 bytes} [Thu Apr 23 08:54:44 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2482] 10.0.0.127 () {32 vars in 676 bytes} [Thu Apr 23 08:54:44 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2483] 10.0.0.127 () {32 vars in 688 bytes} [Thu Apr 23 08:54:44 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2484] 10.0.0.127 () {32 vars in 674 bytes} [Thu Apr 23 08:54:44 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2485] 10.0.0.127 () {32 vars in 688 bytes} [Thu Apr 23 08:54:44 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2486] 10.0.0.127 () {32 vars in 684 bytes} [Thu Apr 23 08:54:44 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2487] 10.0.0.127 () {32 vars in 696 bytes} [Thu Apr 23 08:54:44 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:54:44.629 7 INFO neutron.services.segments.plugin [-] Segment e7adcbfc-6a22-4678-964a-b65b7da7f4c8 resource provider aggregate not found 2026-04-23 08:54:44.630 7 INFO neutron.services.segments.plugin [-] Segment e7adcbfc-6a22-4678-964a-b65b7da7f4c8 resource provider aggregate not found 2026-04-23 08:54:44.650 7 INFO neutron.services.segments.plugin [-] Segment e7adcbfc-6a22-4678-964a-b65b7da7f4c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7adcbfc-6a22-4678-964a-b65b7da7f4c8 found for delete ", "request_id": "req-18e60fc8-00de-463c-a611-efd50c1b5f1a"}]} 2026-04-23 08:54:44.653 7 INFO neutron.services.segments.plugin [-] Segment e7adcbfc-6a22-4678-964a-b65b7da7f4c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7adcbfc-6a22-4678-964a-b65b7da7f4c8 found for delete ", "request_id": "req-0c87608b-2409-42bd-b005-db09d93840d4"}]} [pid: 7|app: 0|req: 1168/2488] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:44 2026] DELETE /v2.0/networks/7e6896b6-5d11-4cf6-93e4-8de0a473561f => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:54:44.782 8 INFO neutron.services.segments.plugin [-] Segment e8bb3078-50a9-4473-ac4e-1a580573aa9c resource provider aggregate not found 2026-04-23 08:54:44.787 8 INFO neutron.services.segments.plugin [-] Segment e8bb3078-50a9-4473-ac4e-1a580573aa9c resource provider aggregate not found 2026-04-23 08:54:44.806 8 INFO neutron.services.segments.plugin [-] Segment e8bb3078-50a9-4473-ac4e-1a580573aa9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8bb3078-50a9-4473-ac4e-1a580573aa9c found for delete ", "request_id": "req-d5a057e2-819e-4c3c-9fc4-22762115a7e2"}]} 2026-04-23 08:54:44.809 8 INFO neutron.services.segments.plugin [-] Segment e8bb3078-50a9-4473-ac4e-1a580573aa9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8bb3078-50a9-4473-ac4e-1a580573aa9c found for delete ", "request_id": "req-063ae2ee-c93f-4bdb-91ad-819ed01e3f94"}]} [pid: 8|app: 0|req: 1321/2489] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:44 2026] DELETE /v2.0/networks/585d1552-7c66-440a-b47e-1bc25b0b506b => 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: 1169/2490] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:44 2026] DELETE /v2.0/networks/4aa51f42-8050-4252-862c-259b6501f654 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2491] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:44 2026] DELETE /v2.0/networks/47a402b3-f519-4ed5-9fd7-75a243c3118f => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2492] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:45 2026] DELETE /v2.0/networks/7841c2dd-186e-4b76-b3ab-e499933bb5be => 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: 1323/2493] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:45 2026] GET /v2.0/security-groups?tenant_id=f03816fb7193415e9e8485568d3b1893&name=default => generated 2929 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2494] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:46 2026] DELETE /v2.0/security-groups/41d43e21-33d5-4510-a05a-36308bdef287 => 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: 1324/2495] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:46 2026] GET /v2.0/security-groups?tenant_id=d2286c48fc62418ea92e0ee6dbfed9fd&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2496] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:46 2026] DELETE /v2.0/security-groups/e43829b5-26f4-44b1-9a2a-d6c7350b6516 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:46.673 7 INFO neutron.services.segments.plugin [-] Segment fcb90031-0ddc-412a-b060-d7f4d54cc37e resource provider aggregate not found 2026-04-23 08:54:46.675 7 INFO neutron.services.segments.plugin [-] Segment fcb90031-0ddc-412a-b060-d7f4d54cc37e resource provider aggregate not found 2026-04-23 08:54:46.694 7 INFO neutron.services.segments.plugin [-] Segment fcb90031-0ddc-412a-b060-d7f4d54cc37e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcb90031-0ddc-412a-b060-d7f4d54cc37e found for delete ", "request_id": "req-94b7f259-08ce-48bd-b38a-32853ee5f639"}]} 2026-04-23 08:54:46.695 7 INFO neutron.services.segments.plugin [-] Segment fcb90031-0ddc-412a-b060-d7f4d54cc37e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcb90031-0ddc-412a-b060-d7f4d54cc37e found for delete ", "request_id": "req-7d3564ad-1ebd-473b-80c4-e43ddae3300b"}]} 2026-04-23 08:54:46.712 7 INFO neutron.services.segments.plugin [-] Segment b85ec9a3-3526-40a6-93ca-50b67483cda8 resource provider aggregate not found 2026-04-23 08:54:46.718 7 INFO neutron.services.segments.plugin [-] Segment b85ec9a3-3526-40a6-93ca-50b67483cda8 resource provider aggregate not found 2026-04-23 08:54:46.729 7 INFO neutron.services.segments.plugin [-] Segment b85ec9a3-3526-40a6-93ca-50b67483cda8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b85ec9a3-3526-40a6-93ca-50b67483cda8 found for delete ", "request_id": "req-0a2610cd-df34-4678-8f34-eea1f37d73ce"}]} 2026-04-23 08:54:46.736 7 INFO neutron.services.segments.plugin [-] Segment b85ec9a3-3526-40a6-93ca-50b67483cda8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b85ec9a3-3526-40a6-93ca-50b67483cda8 found for delete ", "request_id": "req-f8d7520b-3e78-49f8-b37f-16517b4a5694"}]} 2026-04-23 08:54:46.831 8 INFO neutron.services.segments.plugin [-] Segment 6aa9e6dc-1eaf-4f58-880d-a62531e88000 resource provider aggregate not found [pid: 8|app: 0|req: 1325/2497] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:46 2026] GET /v2.0/security-groups?tenant_id=920fae4a8d4c466e9bbc1f74de592bfd&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:54:46.840 8 INFO neutron.services.segments.plugin [-] Segment 6aa9e6dc-1eaf-4f58-880d-a62531e88000 resource provider aggregate not found 2026-04-23 08:54:46.854 8 INFO neutron.services.segments.plugin [-] Segment 6aa9e6dc-1eaf-4f58-880d-a62531e88000 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6aa9e6dc-1eaf-4f58-880d-a62531e88000 found for delete ", "request_id": "req-5c3e876d-bc22-4fef-be0a-9950135c2f9c"}]} 2026-04-23 08:54:46.856 8 INFO neutron.services.segments.plugin [-] Segment 6aa9e6dc-1eaf-4f58-880d-a62531e88000 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6aa9e6dc-1eaf-4f58-880d-a62531e88000 found for delete ", "request_id": "req-dab8976a-34c1-470b-9fbf-a63101d59ad8"}]} [pid: 7|app: 0|req: 1173/2498] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:46 2026] DELETE /v2.0/security-groups/8b9989b9-1fd0-4ccc-8023-c165fcc89bbc => 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: 1326/2499] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:54:47 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2502] 10.0.0.106 () {30 vars in 690 bytes} [Thu Apr 23 08:54:48 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2503] 10.0.0.106 () {30 vars in 692 bytes} [Thu Apr 23 08:54:48 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2504] 10.0.0.106 () {30 vars in 668 bytes} [Thu Apr 23 08:54:48 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: 1329/2505] 10.0.0.106 () {30 vars in 704 bytes} [Thu Apr 23 08:54:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2506] 10.0.0.106 () {28 vars in 439 bytes} [Thu Apr 23 08:54:49 2026] GET / => generated 151 bytes in 6 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2507] 10.0.0.106 () {30 vars in 728 bytes} [Thu Apr 23 08:54:49 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 655 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2508] 10.0.0.106 () {30 vars in 690 bytes} [Thu Apr 23 08:54:49 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: 1331/2509] 10.0.0.106 () {30 vars in 692 bytes} [Thu Apr 23 08:54:49 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: 1179/2510] 10.0.0.106 () {30 vars in 668 bytes} [Thu Apr 23 08:54:49 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: 1332/2511] 10.0.0.106 () {30 vars in 704 bytes} [Thu Apr 23 08:54:49 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: 1180/2512] 10.0.0.106 () {30 vars in 728 bytes} [Thu Apr 23 08:54:49 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2513] 10.0.0.106 () {30 vars in 690 bytes} [Thu Apr 23 08:54:49 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: 1181/2514] 10.0.0.106 () {30 vars in 692 bytes} [Thu Apr 23 08:54:49 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2515] 10.0.0.106 () {30 vars in 668 bytes} [Thu Apr 23 08:54:49 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: 1182/2516] 10.0.0.106 () {30 vars in 704 bytes} [Thu Apr 23 08:54:49 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: 1335/2517] 10.0.0.106 () {30 vars in 730 bytes} [Thu Apr 23 08:54:49 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f => generated 799 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2518] 10.0.0.106 () {30 vars in 682 bytes} [Thu Apr 23 08:54:49 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2519] 10.0.0.106 () {34 vars in 704 bytes} [Thu Apr 23 08:54:49 2026] POST /v2.0/ports => generated 1128 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-23 08:54:51.348 7 INFO neutron.db.segments_db [None req-38aec85d-d3e7-4c48-b577-f06c585989b1 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] Added segment 4485e093-2a9f-422e-b961-3fadffac479c of type vxlan for network 0ef59e3e-0e7b-498d-88f4-1a686f76f903 [pid: 7|app: 0|req: 1184/2520] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:54:50 2026] POST /v2.0/networks => generated 632 bytes in 530 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: 1337/2521] 10.0.0.127 () {34 vars in 664 bytes} [Thu Apr 23 08:54:51 2026] POST /v2.0/ports => generated 743 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2522] 10.0.0.127 () {34 vars in 666 bytes} [Thu Apr 23 08:54:51 2026] POST /v2.0/trunks => generated 407 bytes in 216 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-04-23 08:54:52.141 8 INFO neutron.db.segments_db [None req-5c6f2357-6aae-495d-9723-531116646583 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] Added segment b590d0bf-90c0-49aa-912d-8e6b69fc4351 of type vxlan for network 862a3232-afb8-4dc8-b0cb-71994422119c [pid: 8|app: 0|req: 1338/2523] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:54:52 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2524] 10.0.0.127 () {34 vars in 664 bytes} [Thu Apr 23 08:54:52 2026] POST /v2.0/ports => generated 743 bytes in 302 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: 1187/2525] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:54:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2526] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:54:52 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: 1189/2527] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:54:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2528] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:54:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2529] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:54:52 2026] GET /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2530] 10.0.0.127 () {34 vars in 666 bytes} [Thu Apr 23 08:54:52 2026] POST /v2.0/trunks => generated 407 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:54:52.820 7 INFO neutron.db.segments_db [None req-c4a1c81d-cea3-4ebb-9843-270e2d877897 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] Added segment 179774c5-316a-4b7c-9960-1bef2796fa4a of type vxlan for network cd29b1d8-a9fa-417b-9c89-33bd4e1278d7 [pid: 7|app: 0|req: 1192/2531] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:54:52 2026] POST /v2.0/networks => generated 629 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2532] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:54:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2533] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:54:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2534] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:54:52 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: 1196/2535] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:54:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:54:53.008 7 INFO neutron.api.v2.resource [None req-1a90d9fd-9636-42a0-b10c-b3c58b8ec56f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1197/2536] 199.204.45.33 () {30 vars in 762 bytes} [Thu Apr 23 08:54:52 2026] GET /v2.0/security-groups/lb-3c7e711e-ae08-4540-81d7-33b0bbc50942 => 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: 1198/2537] 199.204.45.33 () {30 vars in 784 bytes} [Thu Apr 23 08:54:53 2026] GET /v2.0/security-groups?name=lb-3c7e711e-ae08-4540-81d7-33b0bbc50942 => generated 23 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2538] 199.204.45.33 () {34 vars in 735 bytes} [Thu Apr 23 08:54:53 2026] POST /v2.0/security-groups => generated 1638 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2539] 10.0.0.127 () {34 vars in 664 bytes} [Thu Apr 23 08:54:52 2026] POST /v2.0/ports => generated 743 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1200/2540] 199.204.45.33 () {30 vars in 814 bytes} [Thu Apr 23 08:54:53 2026] GET /v2.0/security-group-rules?security_group_id=36e5b7fe-822e-4428-b6d1-b86d4ae2579d => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2541] 10.0.0.127 () {34 vars in 666 bytes} [Thu Apr 23 08:54:53 2026] POST /v2.0/trunks => generated 407 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-23 08:54:53.353 8 INFO neutron.db.segments_db [None req-b7be1537-adce-4c5a-85b8-1c334935c481 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] Added segment 6a9fc65e-fbef-4c69-931e-785dad787299 of type vxlan for network 81582f74-ed9c-4378-ae7a-812ac72b75f8 [pid: 7|app: 0|req: 1201/2542] 199.204.45.33 () {34 vars in 788 bytes} [Thu Apr 23 08:54:53 2026] PUT /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1128 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2543] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:54:53 2026] POST /v2.0/networks => generated 632 bytes in 171 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: 1202/2544] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:54:53 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: 1203/2545] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:54:53 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: 1204/2546] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:54:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2547] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:54:53 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: 1206/2548] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:54:53 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2549] 10.0.0.127 () {34 vars in 664 bytes} [Thu Apr 23 08:54:53 2026] POST /v2.0/ports => generated 743 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2550] 10.0.0.127 () {34 vars in 666 bytes} [Thu Apr 23 08:54:53 2026] POST /v2.0/trunks => generated 407 bytes in 168 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-04-23 08:54:54.003 8 INFO neutron.db.segments_db [None req-3f902831-4a85-4895-aad4-923bbd00bc22 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] Added segment 0e158544-987e-4393-a4cf-2800a2272f08 of type vxlan for network 18caebb8-c070-4bec-bd81-db28ef6788ea [pid: 8|app: 0|req: 1344/2551] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:54:53 2026] POST /v2.0/networks => generated 631 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2552] 10.0.0.127 () {34 vars in 664 bytes} [Thu Apr 23 08:54:54 2026] POST /v2.0/ports => generated 743 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2553] 10.0.0.127 () {34 vars in 666 bytes} [Thu Apr 23 08:54:54 2026] POST /v2.0/trunks => generated 407 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1209/2554] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:54:54 2026] PUT /v2.0/trunks/90fd3bb8-3816-4388-9715-4eb30c85fe5d/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2555] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:54:54 2026] PUT /v2.0/trunks/a9e1a9e1-4a8b-4613-b762-6a64881df93e/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2556] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:54:54 2026] PUT /v2.0/trunks/33464aad-8cdf-487f-b07b-55d41770831e/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2557] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:54:54 2026] PUT /v2.0/trunks/71b7ed74-811c-4bf6-9730-d5e93d1b8521/tags => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2558] 10.0.0.127 () {32 vars in 662 bytes} [Thu Apr 23 08:54:54 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2559] 10.0.0.127 () {32 vars in 676 bytes} [Thu Apr 23 08:54:54 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2560] 10.0.0.127 () {32 vars in 672 bytes} [Thu Apr 23 08:54:54 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2561] 10.0.0.127 () {32 vars in 684 bytes} [Thu Apr 23 08:54:54 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2562] 10.0.0.127 () {32 vars in 670 bytes} [Thu Apr 23 08:54:54 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2563] 10.0.0.127 () {32 vars in 684 bytes} [Thu Apr 23 08:54:54 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2564] 10.0.0.127 () {32 vars in 680 bytes} [Thu Apr 23 08:54:54 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2565] 10.0.0.127 () {32 vars in 692 bytes} [Thu Apr 23 08:54:54 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2566] 10.0.0.127 () {32 vars in 719 bytes} [Thu Apr 23 08:54:54 2026] GET /v2.0/trunks/90fd3bb8-3816-4388-9715-4eb30c85fe5d => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2567] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:54:54 2026] GET /v2.0/ports/532647d2-4ad2-4790-a637-1390ca50165f => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2568] 10.0.0.127 () {32 vars in 722 bytes} [Thu Apr 23 08:54:55 2026] DELETE /v2.0/trunks/90fd3bb8-3816-4388-9715-4eb30c85fe5d => 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: 1353/2569] 10.0.0.127 () {32 vars in 719 bytes} [Thu Apr 23 08:54:55 2026] GET /v2.0/trunks/a9e1a9e1-4a8b-4613-b762-6a64881df93e => generated 420 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2570] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:54:55 2026] GET /v2.0/ports/ee44475f-a816-449d-982e-9612017206f3 => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2571] 10.0.0.127 () {32 vars in 722 bytes} [Thu Apr 23 08:54:55 2026] DELETE /v2.0/trunks/a9e1a9e1-4a8b-4613-b762-6a64881df93e => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2572] 10.0.0.127 () {32 vars in 719 bytes} [Thu Apr 23 08:54:55 2026] GET /v2.0/trunks/33464aad-8cdf-487f-b07b-55d41770831e => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2573] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:54:55 2026] GET /v2.0/ports/318de207-2ebf-459a-80b1-67da0e32eeb4 => generated 826 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2574] 10.0.0.127 () {32 vars in 722 bytes} [Thu Apr 23 08:54:55 2026] DELETE /v2.0/trunks/33464aad-8cdf-487f-b07b-55d41770831e => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2575] 10.0.0.127 () {32 vars in 719 bytes} [Thu Apr 23 08:54:55 2026] GET /v2.0/trunks/71b7ed74-811c-4bf6-9730-d5e93d1b8521 => generated 414 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2576] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:54:55 2026] GET /v2.0/ports/3b9bdc38-30fc-45b9-a91e-5ad42f475518 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2577] 10.0.0.127 () {32 vars in 722 bytes} [Thu Apr 23 08:54:55 2026] DELETE /v2.0/trunks/71b7ed74-811c-4bf6-9730-d5e93d1b8521 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2578] 10.0.0.127 () {32 vars in 719 bytes} [Thu Apr 23 08:54:55 2026] GET /v2.0/trunks/fd2cfb74-2b55-4b3c-82f0-bb51fec79d3b => generated 407 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2579] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:54:55 2026] GET /v2.0/ports/5269bad3-04ae-450d-8cf4-252afe3fb6a7 => generated 826 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2580] 10.0.0.127 () {32 vars in 722 bytes} [Thu Apr 23 08:54:55 2026] DELETE /v2.0/trunks/fd2cfb74-2b55-4b3c-82f0-bb51fec79d3b => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:55.914 8 INFO neutron_taas.services.taas.taas_plugin [None req-27c4d824-acd1-4fc0-9b52-4d2d18461d5b 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] TaaS: Handle Delete Port: 532647d2-4ad2-4790-a637-1390ca50165f 2026-04-23 08:54:55.918 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27c4d824-acd1-4fc0-9b52-4d2d18461d5b 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] Tap Mirror: Handle Delete Port: 532647d2-4ad2-4790-a637-1390ca50165f [pid: 8|app: 0|req: 1359/2581] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:54:55 2026] DELETE /v2.0/ports/532647d2-4ad2-4790-a637-1390ca50165f => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:54:56.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-016c7650-4385-41b3-9b46-7a18227379e4 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] TaaS: Handle Delete Port: ee44475f-a816-449d-982e-9612017206f3 2026-04-23 08:54:56.131 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-016c7650-4385-41b3-9b46-7a18227379e4 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] Tap Mirror: Handle Delete Port: ee44475f-a816-449d-982e-9612017206f3 [pid: 7|app: 0|req: 1223/2582] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:54:56 2026] DELETE /v2.0/ports/ee44475f-a816-449d-982e-9612017206f3 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:54:56.314 8 INFO neutron_taas.services.taas.taas_plugin [None req-312fe5d5-ae70-4e79-8edb-accca167161b 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] TaaS: Handle Delete Port: 318de207-2ebf-459a-80b1-67da0e32eeb4 2026-04-23 08:54:56.317 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-312fe5d5-ae70-4e79-8edb-accca167161b 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] Tap Mirror: Handle Delete Port: 318de207-2ebf-459a-80b1-67da0e32eeb4 [pid: 8|app: 0|req: 1360/2583] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:54:56 2026] DELETE /v2.0/ports/318de207-2ebf-459a-80b1-67da0e32eeb4 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:54:56.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-2abaffd2-a779-4830-b946-f3d008e994b3 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] TaaS: Handle Delete Port: 3b9bdc38-30fc-45b9-a91e-5ad42f475518 2026-04-23 08:54:56.504 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2abaffd2-a779-4830-b946-f3d008e994b3 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] Tap Mirror: Handle Delete Port: 3b9bdc38-30fc-45b9-a91e-5ad42f475518 [pid: 7|app: 0|req: 1224/2584] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:54:56 2026] DELETE /v2.0/ports/3b9bdc38-30fc-45b9-a91e-5ad42f475518 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:54:56.711 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ccabeb3-dd3b-4075-8db2-d000019f006a 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] TaaS: Handle Delete Port: 5269bad3-04ae-450d-8cf4-252afe3fb6a7 2026-04-23 08:54:56.714 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ccabeb3-dd3b-4075-8db2-d000019f006a 124eec35202445b381102fc61db73bed 6b0242f8e15045e4a2ccf51b0df6b829 - - default default] Tap Mirror: Handle Delete Port: 5269bad3-04ae-450d-8cf4-252afe3fb6a7 [pid: 8|app: 0|req: 1361/2585] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:54:56 2026] DELETE /v2.0/ports/5269bad3-04ae-450d-8cf4-252afe3fb6a7 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:54:56.925 7 INFO neutron.services.segments.plugin [-] Segment 4485e093-2a9f-422e-b961-3fadffac479c resource provider aggregate not found 2026-04-23 08:54:56.929 7 INFO neutron.services.segments.plugin [-] Segment 4485e093-2a9f-422e-b961-3fadffac479c resource provider aggregate not found 2026-04-23 08:54:56.938 7 INFO neutron.services.segments.plugin [-] Segment 4485e093-2a9f-422e-b961-3fadffac479c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4485e093-2a9f-422e-b961-3fadffac479c found for delete ", "request_id": "req-9023e816-7d28-4f23-854d-79a86884b63c"}]} 2026-04-23 08:54:56.943 7 INFO neutron.services.segments.plugin [-] Segment 4485e093-2a9f-422e-b961-3fadffac479c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4485e093-2a9f-422e-b961-3fadffac479c found for delete ", "request_id": "req-1773a55b-3f70-4520-b42c-695de8e7cbc2"}]} [pid: 7|app: 0|req: 1225/2586] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:56 2026] DELETE /v2.0/networks/0ef59e3e-0e7b-498d-88f4-1a686f76f903 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:54:57.083 8 INFO neutron.services.segments.plugin [-] Segment b590d0bf-90c0-49aa-912d-8e6b69fc4351 resource provider aggregate not found 2026-04-23 08:54:57.092 8 INFO neutron.services.segments.plugin [-] Segment b590d0bf-90c0-49aa-912d-8e6b69fc4351 resource provider aggregate not found 2026-04-23 08:54:57.111 8 INFO neutron.services.segments.plugin [-] Segment b590d0bf-90c0-49aa-912d-8e6b69fc4351 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b590d0bf-90c0-49aa-912d-8e6b69fc4351 found for delete ", "request_id": "req-6657e9d3-53ec-4a4d-9099-a643539c0123"}]} 2026-04-23 08:54:57.116 8 INFO neutron.services.segments.plugin [-] Segment b590d0bf-90c0-49aa-912d-8e6b69fc4351 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b590d0bf-90c0-49aa-912d-8e6b69fc4351 found for delete ", "request_id": "req-bf56eac4-575d-4cc8-be20-cb8ce78af74e"}]} [pid: 8|app: 0|req: 1362/2587] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:56 2026] DELETE /v2.0/networks/862a3232-afb8-4dc8-b0cb-71994422119c => 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: 1226/2588] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:57 2026] DELETE /v2.0/networks/cd29b1d8-a9fa-417b-9c89-33bd4e1278d7 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2589] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:57 2026] DELETE /v2.0/networks/81582f74-ed9c-4378-ae7a-812ac72b75f8 => 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: 1227/2590] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:54:57 2026] DELETE /v2.0/networks/18caebb8-c070-4bec-bd81-db28ef6788ea => 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: 1364/2591] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:58 2026] GET /v2.0/security-groups?tenant_id=653f7cbee8b64b9695faae9f0b303d5d&name=default => generated 2929 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2592] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:58 2026] DELETE /v2.0/security-groups/490afff6-5c5d-4fc2-8f44-905a6fa2e26d => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:58.956 7 INFO neutron.services.segments.plugin [-] Segment 179774c5-316a-4b7c-9960-1bef2796fa4a resource provider aggregate not found 2026-04-23 08:54:58.969 7 INFO neutron.services.segments.plugin [-] Segment 179774c5-316a-4b7c-9960-1bef2796fa4a resource provider aggregate not found 2026-04-23 08:54:58.971 7 INFO neutron.services.segments.plugin [-] Segment 179774c5-316a-4b7c-9960-1bef2796fa4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 179774c5-316a-4b7c-9960-1bef2796fa4a found for delete ", "request_id": "req-60915fb7-a040-4de6-b6d0-ad64e7d10342"}]} 2026-04-23 08:54:58.984 7 INFO neutron.services.segments.plugin [-] Segment 179774c5-316a-4b7c-9960-1bef2796fa4a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 179774c5-316a-4b7c-9960-1bef2796fa4a found for delete ", "request_id": "req-2af845fd-ea55-4930-9c95-c48853d26d73"}]} 2026-04-23 08:54:58.992 7 INFO neutron.services.segments.plugin [-] Segment 0e158544-987e-4393-a4cf-2800a2272f08 resource provider aggregate not found 2026-04-23 08:54:59.000 7 INFO neutron.services.segments.plugin [-] Segment 0e158544-987e-4393-a4cf-2800a2272f08 resource provider aggregate not found 2026-04-23 08:54:59.006 7 INFO neutron.services.segments.plugin [-] Segment 0e158544-987e-4393-a4cf-2800a2272f08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e158544-987e-4393-a4cf-2800a2272f08 found for delete ", "request_id": "req-b6ac54f8-3f4c-4274-acfb-2325c583e7a9"}]} 2026-04-23 08:54:59.017 7 INFO neutron.services.segments.plugin [-] Segment 0e158544-987e-4393-a4cf-2800a2272f08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e158544-987e-4393-a4cf-2800a2272f08 found for delete ", "request_id": "req-69d4a578-76cf-435f-9fbf-b9fa28f57f8f"}]} [pid: 8|app: 0|req: 1365/2593] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:58 2026] GET /v2.0/security-groups?tenant_id=1b3a626f6a7c4024a5315b597226f92d&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:54:59.136 8 INFO neutron.services.segments.plugin [-] Segment 6a9fc65e-fbef-4c69-931e-785dad787299 resource provider aggregate not found 2026-04-23 08:54:59.137 8 INFO neutron.services.segments.plugin [-] Segment 6a9fc65e-fbef-4c69-931e-785dad787299 resource provider aggregate not found [pid: 7|app: 0|req: 1229/2594] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:59 2026] DELETE /v2.0/security-groups/cf585adb-45d1-4243-ac5d-d1436199d83d => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:54:59.153 8 INFO neutron.services.segments.plugin [-] Segment 6a9fc65e-fbef-4c69-931e-785dad787299 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a9fc65e-fbef-4c69-931e-785dad787299 found for delete ", "request_id": "req-21dc75ef-e008-4927-a822-4b90e85a66cd"}]} 2026-04-23 08:54:59.155 8 INFO neutron.services.segments.plugin [-] Segment 6a9fc65e-fbef-4c69-931e-785dad787299 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a9fc65e-fbef-4c69-931e-785dad787299 found for delete ", "request_id": "req-808a771d-29c1-439f-8558-1e833e5f3bbc"}]} [pid: 8|app: 0|req: 1366/2595] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:54:59 2026] GET /v2.0/security-groups?tenant_id=6b0242f8e15045e4a2ccf51b0df6b829&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2596] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:54:59 2026] DELETE /v2.0/security-groups/47771913-72f2-4124-82da-378bb285b486 => 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: 1367/2597] 10.0.0.31 () {34 vars in 1015 bytes} [Thu Apr 23 08:55:01 2026] GET /v2.0/security-groups?id=c4d76d06-5e91-42bc-85bf-ae1c9bb6e309&fields=id => generated 69 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2598] 10.0.0.31 () {34 vars in 981 bytes} [Thu Apr 23 08:55:01 2026] GET /v2.0/networks?id=db9f5556-544b-41ef-ac5f-7ff846098275 => generated 734 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2599] 10.0.0.31 () {34 vars in 964 bytes} [Thu Apr 23 08:55:01 2026] GET /v2.0/quotas/6a71733dc6b44181899d16ad67c44735 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2600] 10.0.0.31 () {34 vars in 1001 bytes} [Thu Apr 23 08:55:01 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&fields=id => generated 149 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2601] 10.0.0.31 () {34 vars in 1007 bytes} [Thu Apr 23 08:55:01 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?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: 1233/2602] 10.0.0.31 () {34 vars in 1107 bytes} [Thu Apr 23 08:55:01 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?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: 1370/2603] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:55:02 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => 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: 1234/2604] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:55:02 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => 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: 1371/2607] 10.0.0.127 () {34 vars in 676 bytes} [Thu Apr 23 08:55:02 2026] POST /v2.0/floatingips => generated 552 bytes in 660 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2608] 10.0.0.127 () {34 vars in 759 bytes} [Thu Apr 23 08:55:03 2026] PUT /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2609] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:55:03 2026] GET /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2610] 10.0.0.127 () {34 vars in 770 bytes} [Thu Apr 23 08:55:03 2026] PUT /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2611] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:55:03 2026] GET /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2612] 10.0.0.127 () {34 vars in 766 bytes} [Thu Apr 23 08:55:03 2026] PUT /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags/red => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2613] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:55:03 2026] GET /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/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: 1240/2614] 10.0.0.127 () {34 vars in 788 bytes} [Thu Apr 23 08:55:03 2026] PUT /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags/black.or.white => generated 4 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2615] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:55:04 2026] GET /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2616] 10.0.0.127 () {34 vars in 759 bytes} [Thu Apr 23 08:55:04 2026] PUT /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2617] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:55:04 2026] GET /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/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: 1242/2618] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:55:04 2026] GET /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:55:04.287 8 INFO neutron.api.v2.resource [None req-5ed31027-0c0e-4dd6-9fd6-55a8b07b680e 208efe67f3984a06afcd4a2db135a5ba 615f9123c8114c0d8d0f7494af5cca0c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1377/2619] 10.0.0.127 () {32 vars in 751 bytes} [Thu Apr 23 08:55:04 2026] GET /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2620] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:55:04 2026] DELETE /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2621] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:55:04 2026] GET /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:55:04.441 7 INFO neutron.api.v2.resource [None req-77c097d7-0a59-4a11-864f-12e938ebf468 208efe67f3984a06afcd4a2db135a5ba 615f9123c8114c0d8d0f7494af5cca0c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1244/2622] 10.0.0.127 () {32 vars in 754 bytes} [Thu Apr 23 08:55:04 2026] DELETE /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2623] 10.0.0.127 () {32 vars in 742 bytes} [Thu Apr 23 08:55:04 2026] DELETE /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2624] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:55:04 2026] GET /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:55:04.705 8 INFO neutron_taas.services.taas.taas_plugin [None req-7571cb14-da46-4513-ac00-1299f11a3794 208efe67f3984a06afcd4a2db135a5ba 615f9123c8114c0d8d0f7494af5cca0c - - default default] TaaS: Handle Delete Port: a0170fd8-e684-4a52-84e0-629c85a2b3c3 2026-04-23 08:55:04.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7571cb14-da46-4513-ac00-1299f11a3794 208efe67f3984a06afcd4a2db135a5ba 615f9123c8114c0d8d0f7494af5cca0c - - default default] Tap Mirror: Handle Delete Port: a0170fd8-e684-4a52-84e0-629c85a2b3c3 [pid: 8|app: 0|req: 1380/2625] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:55:04 2026] DELETE /v2.0/floatingips/89323934-ed7e-45ca-82ee-7c3a85291d4d => generated 0 bytes in 332 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2626] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:55:05 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => 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: 1381/2627] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:55:05 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2628] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:55:05 2026] GET /v2.0/security-groups?tenant_id=1c10cf9e74604b989fa187ba863c8111&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2629] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:55:05 2026] DELETE /v2.0/security-groups/8f46b62f-7ac8-4793-962f-e8972b5d914d => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2630] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:55:06 2026] GET /v2.0/security-groups?tenant_id=615f9123c8114c0d8d0f7494af5cca0c&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2631] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:55:06 2026] GET /v2.0/networks?id=db9f5556-544b-41ef-ac5f-7ff846098275 => generated 734 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2632] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:55:06 2026] DELETE /v2.0/security-groups/23317761-c522-4dfa-85de-aff3c24730e4 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2633] 199.204.45.33 () {34 vars in 1049 bytes} [Thu Apr 23 08:55:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6a71733dc6b44181899d16ad67c44735 => generated 343 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2634] 199.204.45.33 () {38 vars in 954 bytes} [Thu Apr 23 08:55:06 2026] POST /v2.0/ports => generated 1082 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2635] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:55:06 2026] PUT /v2.0/ports/7b69e891-b479-4a22-9a8a-7863dae6defe => generated 1243 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:55:07.190 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-90cd6b20-dd37-423d-91fb-138f4f210966'] response: {'name': 'network-changed', 'server_uuid': 'c653116a-ba69-4cf5-9f6d-be905d98ffbf', 'tag': '7b69e891-b479-4a22-9a8a-7863dae6defe', '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: 1385/2636] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:55:07 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1246 bytes in 49 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: 1252/2637] 199.204.45.33 () {34 vars in 1017 bytes} [Thu Apr 23 08:55:07 2026] GET /v2.0/networks?tenant_id=6a71733dc6b44181899d16ad67c44735&shared=False => generated 734 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2638] 199.204.45.33 () {34 vars in 929 bytes} [Thu Apr 23 08:55:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2639] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:55:08 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2640] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:55:08 2026] GET /v2.0/security-groups?id=c4d76d06-5e91-42bc-85bf-ae1c9bb6e309&fields=id&fields=name => generated 96 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2641] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:55:08 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2642] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:55:08 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2643] 199.204.45.33 () {34 vars in 1061 bytes} [Thu Apr 23 08:55:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.147&port_id=7b69e891-b479-4a22-9a8a-7863dae6defe => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2644] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:55:09 2026] GET /v2.0/subnets?id=82178c6f-167b-4b92-ae13-d083f2d24222 => 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: 1256/2645] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:55:09 2026] GET /v2.0/ports?network_id=db9f5556-544b-41ef-ac5f-7ff846098275&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: 1390/2646] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:55:09 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?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: 1257/2647] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:55:09 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:55:09.912 8 INFO neutron.db.segments_db [None req-c1215f6d-03b3-469c-8df9-2d471dc71ce0 fbb76d16a8b548c9b79b2aeb0d4a5d93 3cf95be4fedf4214ae8cdd16309cb44a - - default default] Added segment 52f9bc89-b447-44ef-8e5f-8394c379e6e1 of type vxlan for network a71cd2fd-a1aa-4286-b7fe-903578045dfd [pid: 8|app: 0|req: 1391/2648] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:55:09 2026] POST /v2.0/networks => generated 632 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2649] 10.0.0.127 () {34 vars in 664 bytes} [Thu Apr 23 08:55:10 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2650] 10.0.0.127 () {34 vars in 747 bytes} [Thu Apr 23 08:55:10 2026] PUT /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1259/2651] 10.0.0.127 () {32 vars in 727 bytes} [Thu Apr 23 08:55:10 2026] GET /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1393/2652] 10.0.0.127 () {34 vars in 758 bytes} [Thu Apr 23 08:55:10 2026] PUT /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags/green => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1260/2653] 10.0.0.127 () {32 vars in 727 bytes} [Thu Apr 23 08:55:10 2026] GET /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1394/2654] 10.0.0.127 () {34 vars in 754 bytes} [Thu Apr 23 08:55:10 2026] PUT /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags/red => generated 4 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1261/2655] 10.0.0.127 () {32 vars in 727 bytes} [Thu Apr 23 08:55:10 2026] GET /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1395/2656] 10.0.0.127 () {34 vars in 776 bytes} [Thu Apr 23 08:55:10 2026] PUT /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1262/2657] 10.0.0.127 () {32 vars in 727 bytes} [Thu Apr 23 08:55:10 2026] GET /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags => generated 52 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1396/2658] 10.0.0.127 () {34 vars in 747 bytes} [Thu Apr 23 08:55:10 2026] PUT /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1263/2659] 10.0.0.127 () {32 vars in 727 bytes} [Thu Apr 23 08:55:11 2026] GET /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1397/2660] 10.0.0.127 () {32 vars in 735 bytes} [Thu Apr 23 08:55:11 2026] GET /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags/red => 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: 1264/2661] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:55:11 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1246 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2662] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:55:11 2026] GET /v2.0/security-groups?id=c4d76d06-5e91-42bc-85bf-ae1c9bb6e309&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:55:11.207 8 INFO neutron.api.v2.resource [None req-966f4fcb-c0de-492b-b81a-1a394a5a990c fbb76d16a8b548c9b79b2aeb0d4a5d93 3cf95be4fedf4214ae8cdd16309cb44a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1398/2663] 10.0.0.127 () {32 vars in 739 bytes} [Thu Apr 23 08:55:11 2026] GET /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags/green => generated 99 bytes in 57 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: 1399/2664] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:55:11 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1246 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2665] 10.0.0.127 () {32 vars in 738 bytes} [Thu Apr 23 08:55:11 2026] DELETE /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags/red => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2666] 10.0.0.127 () {32 vars in 727 bytes} [Thu Apr 23 08:55:11 2026] GET /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 08:55:11.402 7 INFO neutron.api.v2.resource [None req-95c19ca3-0f10-4a72-a2e1-54691ef987b7 fbb76d16a8b548c9b79b2aeb0d4a5d93 3cf95be4fedf4214ae8cdd16309cb44a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1267/2667] 10.0.0.127 () {32 vars in 742 bytes} [Thu Apr 23 08:55:11 2026] DELETE /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1401/2668] 10.0.0.127 () {32 vars in 730 bytes} [Thu Apr 23 08:55:11 2026] DELETE /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags => generated 0 bytes in 67 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: 1268/2669] 10.0.0.127 () {32 vars in 727 bytes} [Thu Apr 23 08:55:11 2026] GET /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88/tags => generated 12 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-04-23 08:55:11.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-05b8333d-6333-49dd-a05a-e168b9ebaf93 fbb76d16a8b548c9b79b2aeb0d4a5d93 3cf95be4fedf4214ae8cdd16309cb44a - - default default] TaaS: Handle Delete Port: 61b0d70b-0af7-474e-a60b-483b893c2a88 2026-04-23 08:55:11.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05b8333d-6333-49dd-a05a-e168b9ebaf93 fbb76d16a8b548c9b79b2aeb0d4a5d93 3cf95be4fedf4214ae8cdd16309cb44a - - default default] Tap Mirror: Handle Delete Port: 61b0d70b-0af7-474e-a60b-483b893c2a88 [pid: 8|app: 0|req: 1402/2670] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:55:11 2026] DELETE /v2.0/ports/61b0d70b-0af7-474e-a60b-483b893c2a88 => generated 0 bytes in 194 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-04-23 08:55:11.854 7 INFO neutron.services.segments.plugin [-] Segment 52f9bc89-b447-44ef-8e5f-8394c379e6e1 resource provider aggregate not found 2026-04-23 08:55:11.856 7 INFO neutron.services.segments.plugin [-] Segment 52f9bc89-b447-44ef-8e5f-8394c379e6e1 resource provider aggregate not found 2026-04-23 08:55:11.873 7 INFO neutron.services.segments.plugin [-] Segment 52f9bc89-b447-44ef-8e5f-8394c379e6e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52f9bc89-b447-44ef-8e5f-8394c379e6e1 found for delete ", "request_id": "req-6f0e1552-1ed4-4612-8430-c7a596cdb483"}]} 2026-04-23 08:55:11.874 7 INFO neutron.services.segments.plugin [-] Segment 52f9bc89-b447-44ef-8e5f-8394c379e6e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52f9bc89-b447-44ef-8e5f-8394c379e6e1 found for delete ", "request_id": "req-a570edb2-9d04-400f-b998-fe5eec687f6a"}]} [pid: 7|app: 0|req: 1269/2671] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:55:11 2026] DELETE /v2.0/networks/a71cd2fd-a1aa-4286-b7fe-903578045dfd => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2672] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:55:12 2026] GET /v2.0/security-groups?tenant_id=3cf95be4fedf4214ae8cdd16309cb44a&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: 1270/2673] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:55:12 2026] DELETE /v2.0/security-groups/bd2fbed8-4721-46ef-8765-b215b6b4a488 => 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: 1404/2674] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:55:12 2026] GET /v2.0/security-groups?tenant_id=63e77b7e57d141439acde9b5971b3b69&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: 1271/2675] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:55:13 2026] DELETE /v2.0/security-groups/1271ccd0-4c8d-49d2-a814-7372bf59d11f => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2676] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:55:13 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1246 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2677] 199.204.45.33 () {34 vars in 1043 bytes} [Thu Apr 23 08:55:13 2026] GET /v2.0/security-groups?id=c4d76d06-5e91-42bc-85bf-ae1c9bb6e309&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2678] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:55:14 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2679] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:55:14 2026] GET /v2.0/security-groups?id=c4d76d06-5e91-42bc-85bf-ae1c9bb6e309&fields=id&fields=name => generated 96 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2680] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:55:14 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2681] 10.0.0.127 () {34 vars in 678 bytes} [Thu Apr 23 08:55:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2682] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:55:16 2026] PUT /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2683] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:55:16 2026] GET /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2684] 10.0.0.127 () {34 vars in 764 bytes} [Thu Apr 23 08:55:16 2026] PUT /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2685] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:55:16 2026] GET /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2686] 10.0.0.127 () {34 vars in 760 bytes} [Thu Apr 23 08:55:16 2026] PUT /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2687] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:55:16 2026] GET /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2688] 10.0.0.127 () {34 vars in 782 bytes} [Thu Apr 23 08:55:16 2026] PUT /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags/black.or.white => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2689] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:55:16 2026] GET /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2690] 10.0.0.127 () {34 vars in 753 bytes} [Thu Apr 23 08:55:16 2026] PUT /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/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: 1279/2691] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:55:16 2026] GET /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2692] 10.0.0.127 () {32 vars in 741 bytes} [Thu Apr 23 08:55:16 2026] GET /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:55:17.009 7 INFO neutron.api.v2.resource [None req-3303f6b5-ba6d-4df4-b193-7122ec999231 429efcd983984a668d7cec6385e064aa e95c5b35ba83473d97729103a953d0fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1280/2693] 10.0.0.127 () {32 vars in 745 bytes} [Thu Apr 23 08:55:16 2026] GET /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2694] 10.0.0.127 () {32 vars in 744 bytes} [Thu Apr 23 08:55:17 2026] DELETE /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags/red => 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: 1281/2695] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:55:17 2026] GET /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:55:17.144 8 INFO neutron.api.v2.resource [None req-5c165729-af33-4b1d-bb2c-b4304b3eaa71 429efcd983984a668d7cec6385e064aa e95c5b35ba83473d97729103a953d0fa - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1415/2696] 10.0.0.127 () {32 vars in 748 bytes} [Thu Apr 23 08:55:17 2026] DELETE /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2697] 10.0.0.127 () {32 vars in 736 bytes} [Thu Apr 23 08:55:17 2026] DELETE /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags => 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: 1416/2698] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:55:17 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2699] 10.0.0.127 () {32 vars in 733 bytes} [Thu Apr 23 08:55:17 2026] GET /v2.0/policies/da0da5f8-b065-429b-a482-3832a2482e72/tags => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2700] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:55:17 2026] GET /v2.0/security-groups?id=c4d76d06-5e91-42bc-85bf-ae1c9bb6e309&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2701] 10.0.0.127 () {32 vars in 734 bytes} [Thu Apr 23 08:55:17 2026] DELETE /v2.0/qos/policies/da0da5f8-b065-429b-a482-3832a2482e72 => 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: 1418/2702] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:55:17 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2705] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:55:18 2026] GET /v2.0/security-groups?tenant_id=4605e5bcdd11435f9dd347c89261f119&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2706] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:55:18 2026] DELETE /v2.0/security-groups/370afc17-9b57-4d1c-8b4a-f0e4309bebad => 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: 1421/2707] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:55:18 2026] GET /v2.0/security-groups?tenant_id=e95c5b35ba83473d97729103a953d0fa&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: 1287/2708] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:55:18 2026] DELETE /v2.0/security-groups/93da5fee-4b0f-4e6c-8301-e3d88a86f163 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:55:22.314 8 INFO neutron.db.segments_db [None req-4f2bee58-5441-4e30-be6a-d4a52d456ec2 5f4499243a2c4b20bcc2a78fe34733cd 324d8c0d475b4ee7903375564edb876b - - default default] Added segment f2f11284-1702-4432-85e2-c573f077c224 of type vxlan for network d6b99266-9958-4755-be1f-923547598a08 [pid: 8|app: 0|req: 1422/2709] 10.0.0.127 () {34 vars in 670 bytes} [Thu Apr 23 08:55:22 2026] POST /v2.0/networks => generated 630 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2710] 10.0.0.127 () {34 vars in 664 bytes} [Thu Apr 23 08:55:22 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: 1423/2711] 10.0.0.127 () {34 vars in 666 bytes} [Thu Apr 23 08:55:22 2026] POST /v2.0/trunks => generated 407 bytes in 144 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: 1289/2712] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:55:22 2026] PUT /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2713] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:55:22 2026] GET /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/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: 1290/2714] 10.0.0.127 () {34 vars in 760 bytes} [Thu Apr 23 08:55:22 2026] PUT /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/tags/green => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2715] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:55:22 2026] GET /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2716] 10.0.0.127 () {34 vars in 756 bytes} [Thu Apr 23 08:55:23 2026] PUT /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2717] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:55:23 2026] GET /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2718] 10.0.0.127 () {34 vars in 778 bytes} [Thu Apr 23 08:55:23 2026] PUT /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/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: 8|app: 0|req: 1427/2719] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:55:23 2026] GET /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2720] 10.0.0.127 () {34 vars in 749 bytes} [Thu Apr 23 08:55:23 2026] PUT /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/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: 1428/2721] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:55:23 2026] GET /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2722] 10.0.0.127 () {32 vars in 737 bytes} [Thu Apr 23 08:55:23 2026] GET /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:55:23.284 8 INFO neutron.api.v2.resource [None req-8effbbf8-dba1-42f8-86ff-399ca440de12 5f4499243a2c4b20bcc2a78fe34733cd 324d8c0d475b4ee7903375564edb876b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1429/2723] 10.0.0.127 () {32 vars in 741 bytes} [Thu Apr 23 08:55:23 2026] GET /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2724] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:55:23 2026] DELETE /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2725] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:55:23 2026] GET /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:55:23.445 7 INFO neutron.api.v2.resource [None req-f4ecda3f-bd55-493a-a98f-c1893d73b4d8 5f4499243a2c4b20bcc2a78fe34733cd 324d8c0d475b4ee7903375564edb876b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1296/2726] 10.0.0.127 () {32 vars in 744 bytes} [Thu Apr 23 08:55:23 2026] DELETE /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/tags/green => generated 99 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2727] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:55:23 2026] DELETE /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/tags => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2728] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:55:23 2026] GET /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca/tags => 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: 1432/2729] 10.0.0.127 () {32 vars in 719 bytes} [Thu Apr 23 08:55:23 2026] GET /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca => 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: 1298/2730] 10.0.0.127 () {32 vars in 717 bytes} [Thu Apr 23 08:55:23 2026] GET /v2.0/ports/460d7f20-840a-46f0-9dcf-fe64d91e855c => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2731] 10.0.0.127 () {32 vars in 722 bytes} [Thu Apr 23 08:55:23 2026] DELETE /v2.0/trunks/d00dfa36-342b-4988-95bc-aae12aeedaca => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:55:23.800 7 INFO neutron_taas.services.taas.taas_plugin [None req-72050a4c-fefa-43af-bf01-3fd7a622f5c0 5f4499243a2c4b20bcc2a78fe34733cd 324d8c0d475b4ee7903375564edb876b - - default default] TaaS: Handle Delete Port: 460d7f20-840a-46f0-9dcf-fe64d91e855c 2026-04-23 08:55:23.803 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72050a4c-fefa-43af-bf01-3fd7a622f5c0 5f4499243a2c4b20bcc2a78fe34733cd 324d8c0d475b4ee7903375564edb876b - - default default] Tap Mirror: Handle Delete Port: 460d7f20-840a-46f0-9dcf-fe64d91e855c [pid: 7|app: 0|req: 1299/2732] 10.0.0.127 () {32 vars in 720 bytes} [Thu Apr 23 08:55:23 2026] DELETE /v2.0/ports/460d7f20-840a-46f0-9dcf-fe64d91e855c => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:55:24.004 8 INFO neutron.services.segments.plugin [-] Segment f2f11284-1702-4432-85e2-c573f077c224 resource provider aggregate not found 2026-04-23 08:55:24.016 8 INFO neutron.services.segments.plugin [-] Segment f2f11284-1702-4432-85e2-c573f077c224 resource provider aggregate not found 2026-04-23 08:55:24.033 8 INFO neutron.services.segments.plugin [-] Segment f2f11284-1702-4432-85e2-c573f077c224 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2f11284-1702-4432-85e2-c573f077c224 found for delete ", "request_id": "req-55c5289b-34c9-4405-ab15-d63eef922586"}]} 2026-04-23 08:55:24.036 8 INFO neutron.services.segments.plugin [-] Segment f2f11284-1702-4432-85e2-c573f077c224 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f2f11284-1702-4432-85e2-c573f077c224 found for delete ", "request_id": "req-b6ac0cbb-60a1-453a-bf19-24c76dd3b71c"}]} [pid: 8|app: 0|req: 1434/2733] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:55:23 2026] DELETE /v2.0/networks/d6b99266-9958-4755-be1f-923547598a08 => 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: 1300/2734] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:55:24 2026] GET /v2.0/security-groups?tenant_id=5779896610ff4c5fa1cea214b9bfb644&name=default => generated 2929 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2735] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:55:24 2026] DELETE /v2.0/security-groups/a39eb11b-d7a9-4711-847c-2f07914ea66f => 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: 1301/2736] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:55:25 2026] GET /v2.0/security-groups?tenant_id=324d8c0d475b4ee7903375564edb876b&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2737] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:55:25 2026] DELETE /v2.0/security-groups/0a7e1900-5849-488e-a70a-706e9504f772 => 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: 1439/2742] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:55:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2743] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:55: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: 1440/2744] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:55:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2745] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:55:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2746] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:55:52 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2747] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:55:52 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2748] 199.204.45.33 () {34 vars in 716 bytes} [Thu Apr 23 08:55:52 2026] POST /v2.0/ports => generated 1055 bytes in 328 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2749] 10.0.0.31 () {34 vars in 970 bytes} [Thu Apr 23 08:55:53 2026] GET /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1055 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2750] 10.0.0.31 () {34 vars in 906 bytes} [Thu Apr 23 08:55:53 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: 1308/2751] 199.204.45.33 () {34 vars in 1261 bytes} [Thu Apr 23 08:55:54 2026] GET /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2752] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:55:54 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?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: 1309/2753] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:55:54 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2754] 199.204.45.33 () {34 vars in 974 bytes} [Thu Apr 23 08:55:55 2026] GET /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1055 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2755] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:55:55 2026] GET /v2.0/networks?id=1d41f870-014c-4d38-b937-ae21c0d9b73f => generated 802 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2756] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:55:55 2026] PUT /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1245 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:55:55.825 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9665a8b-87e2-4ae2-9c84-3fcac2927540'] response: {'name': 'network-changed', 'server_uuid': 'c653116a-ba69-4cf5-9f6d-be905d98ffbf', 'tag': 'cd272d9c-c21f-4d68-b1d7-87030297a7f0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1311/2757] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:55:56 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 2485 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2758] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:55:56 2026] GET /v2.0/networks?id=1d41f870-014c-4d38-b937-ae21c0d9b73f => generated 802 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2759] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:55:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=cd272d9c-c21f-4d68-b1d7-87030297a7f0 => 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: 1448/2760] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:55:56 2026] GET /v2.0/subnets?id=de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2761] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:55:56 2026] GET /v2.0/ports?network_id=1d41f870-014c-4d38-b937-ae21c0d9b73f&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: 8|app: 0|req: 1449/2762] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:55:56 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?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: 1314/2763] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:55:56 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2764] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:55:57 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 2485 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2765] 199.204.45.33 () {34 vars in 1061 bytes} [Thu Apr 23 08:55:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.147&port_id=7b69e891-b479-4a22-9a8a-7863dae6defe => 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: 1451/2766] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:55:57 2026] GET /v2.0/subnets?id=82178c6f-167b-4b92-ae13-d083f2d24222 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2767] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:55:57 2026] GET /v2.0/ports?network_id=db9f5556-544b-41ef-ac5f-7ff846098275&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2768] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:55:57 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2769] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:55:57 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?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: 1453/2770] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:55:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=cd272d9c-c21f-4d68-b1d7-87030297a7f0 => 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: 1318/2771] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:55:57 2026] GET /v2.0/subnets?id=de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 676 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2772] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:55:57 2026] GET /v2.0/ports?network_id=1d41f870-014c-4d38-b937-ae21c0d9b73f&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2773] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:55:58 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?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: 1455/2774] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:55:58 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?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: 1320/2775] 10.0.0.31 () {34 vars in 970 bytes} [Thu Apr 23 08:56:01 2026] GET /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1247 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2776] 199.204.45.33 () {34 vars in 788 bytes} [Thu Apr 23 08:56:01 2026] PUT /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1271 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:56:02.202 7 INFO neutron.api.v2.resource [None req-c6ca97c6-6064-4a65-87b7-6c3785e91a60 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1321/2777] 199.204.45.33 () {30 vars in 762 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/security-groups/lb-3c7e711e-ae08-4540-81d7-33b0bbc50942 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:56:02.216 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-37e1bd1f-1d45-4b91-b938-1c56173412b1'] response: {'name': 'network-changed', 'server_uuid': 'c653116a-ba69-4cf5-9f6d-be905d98ffbf', 'tag': 'cd272d9c-c21f-4d68-b1d7-87030297a7f0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1457/2778] 199.204.45.33 () {30 vars in 784 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/security-groups?name=lb-3c7e711e-ae08-4540-81d7-33b0bbc50942 => generated 1639 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2779] 199.204.45.33 () {34 vars in 788 bytes} [Thu Apr 23 08:56:02 2026] PUT /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1309 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:56:02.528 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a5b0d45-e7f0-416d-a280-837d208ed046'] response: {'name': 'network-changed', 'server_uuid': 'c653116a-ba69-4cf5-9f6d-be905d98ffbf', 'tag': 'cd272d9c-c21f-4d68-b1d7-87030297a7f0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1458/2780] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:56:02 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1323/2781] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:56:02 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: 1459/2782] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:56:02 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: 1324/2783] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:56:02 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: 1460/2784] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2785] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2788] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2789] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1345 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2790] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/networks?id=1d41f870-014c-4d38-b937-ae21c0d9b73f => generated 802 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2791] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2792] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=cd272d9c-c21f-4d68-b1d7-87030297a7f0 => 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: 1463/2793] 199.204.45.33 () {30 vars in 742 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2794] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/subnets?id=de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2795] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2796] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/ports?network_id=1d41f870-014c-4d38-b937-ae21c0d9b73f&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2797] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2798] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2799] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:56:02 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?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: 1334/2800] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:56:04 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2801] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:56:04 2026] GET /v2.0/networks?id=1d41f870-014c-4d38-b937-ae21c0d9b73f => generated 802 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2802] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:56:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=cd272d9c-c21f-4d68-b1d7-87030297a7f0 => 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: 1468/2803] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:56:04 2026] GET /v2.0/subnets?id=de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2804] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:04 2026] GET /v2.0/ports?network_id=1d41f870-014c-4d38-b937-ae21c0d9b73f&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2805] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:56:04 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2806] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:56:04 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:56:11.292 8 INFO neutron.db.l3_db [None req-8d0c7a52-8441-40b5-8ee5-fb84b76f5eaa 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Floating IP c987de15-dca7-428c-9c80-8601336469db associated. External IP: 10.96.250.208, port: 838f107f-833c-4708-b2a0-210a377329a7. [pid: 8|app: 0|req: 1470/2807] 10.0.0.127 () {34 vars in 677 bytes} [Thu Apr 23 08:56:10 2026] POST /v2.0/floatingips => generated 898 bytes in 1106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2808] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:56:14 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: 1471/2809] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:56:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2810] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:56:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2811] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:56:14 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-04-23 08:56:14.456 7 INFO neutron.api.v2.resource [None req-fe7618a7-4523-4894-8f09-fcc9d7b2bf44 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1340/2812] 199.204.45.33 () {30 vars in 762 bytes} [Thu Apr 23 08:56:14 2026] GET /v2.0/security-groups/lb-3c7e711e-ae08-4540-81d7-33b0bbc50942 => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2813] 199.204.45.33 () {30 vars in 784 bytes} [Thu Apr 23 08:56:14 2026] GET /v2.0/security-groups?name=lb-3c7e711e-ae08-4540-81d7-33b0bbc50942 => 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: 1341/2814] 199.204.45.33 () {30 vars in 814 bytes} [Thu Apr 23 08:56:14 2026] GET /v2.0/security-group-rules?security_group_id=36e5b7fe-822e-4428-b6d1-b86d4ae2579d => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2815] 199.204.45.33 () {34 vars in 746 bytes} [Thu Apr 23 08:56:14 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: 7|app: 0|req: 1342/2816] 199.204.45.33 () {34 vars in 746 bytes} [Thu Apr 23 08:56:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2819] 10.0.0.106 () {30 vars in 690 bytes} [Thu Apr 23 08:56:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2820] 10.0.0.106 () {30 vars in 692 bytes} [Thu Apr 23 08:56:23 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: 1477/2821] 10.0.0.106 () {30 vars in 668 bytes} [Thu Apr 23 08:56:23 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: 1345/2822] 10.0.0.106 () {30 vars in 704 bytes} [Thu Apr 23 08:56:23 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: 1478/2823] 10.0.0.106 () {28 vars in 439 bytes} [Thu Apr 23 08:56:24 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: 1346/2824] 10.0.0.106 () {30 vars in 728 bytes} [Thu Apr 23 08:56:24 2026] GET /v2.0/subnets/829c3c4e-471e-401a-9084-cfca7d979a61 => generated 655 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2825] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:56:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2826] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:56:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2827] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:56:24 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: 1348/2828] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:56:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2829] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:24 2026] GET /v2.0/subnets/829c3c4e-471e-401a-9084-cfca7d979a61 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2830] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:56:24 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2831] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:56:25 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: 1350/2832] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:56:25 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: 1483/2833] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:56:25 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: 1351/2834] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:56:25 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2835] 199.204.45.33 () {34 vars in 716 bytes} [Thu Apr 23 08:56:25 2026] POST /v2.0/ports => generated 1324 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2836] 10.0.0.31 () {34 vars in 970 bytes} [Thu Apr 23 08:56:25 2026] GET /v2.0/ports/93d934e8-1301-48f5-8a8c-af2c3723e989 => generated 1324 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1485/2837] 199.204.45.33 () {34 vars in 1261 bytes} [Thu Apr 23 08:56:26 2026] GET /v2.0/ports/93d934e8-1301-48f5-8a8c-af2c3723e989?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2838] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:56:26 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?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: 1486/2839] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:56:26 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?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: 1354/2840] 199.204.45.33 () {34 vars in 974 bytes} [Thu Apr 23 08:56:27 2026] GET /v2.0/ports/93d934e8-1301-48f5-8a8c-af2c3723e989 => generated 1324 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2841] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:56:27 2026] GET /v2.0/networks?id=e50fd394-4573-4354-b3b3-195fd508d714 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2842] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:56:27 2026] PUT /v2.0/ports/93d934e8-1301-48f5-8a8c-af2c3723e989 => generated 1514 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:56:27.920 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5873b1d-f735-4d41-aae6-3e0f5aa0e48d'] response: {'name': 'network-changed', 'server_uuid': 'c653116a-ba69-4cf5-9f6d-be905d98ffbf', 'tag': '93d934e8-1301-48f5-8a8c-af2c3723e989', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1488/2843] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:56:28 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 4091 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: 7|app: 0|req: 1356/2844] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:56:28 2026] GET /v2.0/networks?id=e50fd394-4573-4354-b3b3-195fd508d714 => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2845] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:56:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.18&port_id=93d934e8-1301-48f5-8a8c-af2c3723e989 => 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: 1357/2846] 199.204.45.33 () {34 vars in 1103 bytes} [Thu Apr 23 08:56:28 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A12a&port_id=93d934e8-1301-48f5-8a8c-af2c3723e989 => 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: 1490/2847] 199.204.45.33 () {34 vars in 1063 bytes} [Thu Apr 23 08:56:28 2026] GET /v2.0/subnets?id=829c3c4e-471e-401a-9084-cfca7d979a61&id=7d88dcd5-a6a1-43ab-bd47-3e588cce7c9e => generated 1408 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2848] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:28 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2849] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:28 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2850] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:56:28 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?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: 1492/2851] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:56:28 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2852] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:56:29 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 4091 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2853] 199.204.45.33 () {34 vars in 1061 bytes} [Thu Apr 23 08:56:29 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.147&port_id=7b69e891-b479-4a22-9a8a-7863dae6defe => 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: 1361/2854] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:56:29 2026] GET /v2.0/subnets?id=82178c6f-167b-4b92-ae13-d083f2d24222 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2855] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:29 2026] GET /v2.0/ports?network_id=db9f5556-544b-41ef-ac5f-7ff846098275&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: 1362/2856] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:56:29 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?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: 1495/2857] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:56:30 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2858] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:56:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=cd272d9c-c21f-4d68-b1d7-87030297a7f0 => 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: 1496/2859] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:56:30 2026] GET /v2.0/subnets?id=de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2860] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:30 2026] GET /v2.0/ports?network_id=1d41f870-014c-4d38-b937-ae21c0d9b73f&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: 1497/2861] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:56:30 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?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: 1365/2862] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:56:30 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?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: 1498/2863] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:56:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.18&port_id=93d934e8-1301-48f5-8a8c-af2c3723e989 => 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: 1366/2864] 199.204.45.33 () {34 vars in 1103 bytes} [Thu Apr 23 08:56:30 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A12a&port_id=93d934e8-1301-48f5-8a8c-af2c3723e989 => 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: 1499/2865] 199.204.45.33 () {34 vars in 1063 bytes} [Thu Apr 23 08:56:30 2026] GET /v2.0/subnets?id=829c3c4e-471e-401a-9084-cfca7d979a61&id=7d88dcd5-a6a1-43ab-bd47-3e588cce7c9e => generated 1408 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2866] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:30 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2867] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:30 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2868] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:56:30 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2869] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:56:30 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?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: 1370/2872] 10.0.0.31 () {34 vars in 970 bytes} [Thu Apr 23 08:56:34 2026] GET /v2.0/ports/93d934e8-1301-48f5-8a8c-af2c3723e989 => generated 1516 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2873] 199.204.45.33 () {30 vars in 742 bytes} [Thu Apr 23 08:56:34 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714 => generated 796 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2874] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:34 2026] GET /v2.0/subnets/829c3c4e-471e-401a-9084-cfca7d979a61 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2875] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:34 2026] GET /v2.0/subnets/7d88dcd5-a6a1-43ab-bd47-3e588cce7c9e => generated 742 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2876] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:56:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2877] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:56:35 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: 1373/2878] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:56:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2879] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:56:35 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2880] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:35 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2881] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:56:35 2026] GET /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2882] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:56:35 2026] GET /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1345 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2883] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:35 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2884] 199.204.45.33 () {30 vars in 742 bytes} [Thu Apr 23 08:56:35 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f => generated 799 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2885] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:56:35 2026] GET /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2886] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:35 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2887] 10.0.0.106 () {30 vars in 690 bytes} [Thu Apr 23 08:56:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2888] 10.0.0.106 () {30 vars in 692 bytes} [Thu Apr 23 08:56:39 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: 1511/2889] 10.0.0.106 () {30 vars in 668 bytes} [Thu Apr 23 08:56:39 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: 1379/2890] 10.0.0.106 () {30 vars in 704 bytes} [Thu Apr 23 08:56:39 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2891] 10.0.0.106 () {28 vars in 439 bytes} [Thu Apr 23 08:56:39 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2892] 10.0.0.106 () {30 vars in 728 bytes} [Thu Apr 23 08:56:39 2026] GET /v2.0/subnets/cb79aa9e-2852-4db2-a369-e8e4e9598372 => generated 656 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2893] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:56:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2894] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:56:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2895] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:56:40 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: 1382/2896] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:56:40 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: 1515/2897] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:40 2026] GET /v2.0/subnets/829c3c4e-471e-401a-9084-cfca7d979a61 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2898] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:40 2026] GET /v2.0/subnets/cb79aa9e-2852-4db2-a369-e8e4e9598372 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2899] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:56:40 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 4093 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2900] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:56: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: 8|app: 0|req: 1517/2901] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:56:41 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: 1385/2902] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:56: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: 8|app: 0|req: 1518/2903] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:56:41 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2904] 199.204.45.33 () {34 vars in 716 bytes} [Thu Apr 23 08:56:41 2026] POST /v2.0/ports => generated 1332 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2905] 10.0.0.31 () {34 vars in 970 bytes} [Thu Apr 23 08:56:41 2026] GET /v2.0/ports/77a50057-00f3-422f-8d72-87f8406f8567 => generated 1332 bytes in 92 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: 1387/2906] 10.0.0.31 () {34 vars in 906 bytes} [Thu Apr 23 08:56:41 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2907] 199.204.45.33 () {34 vars in 1261 bytes} [Thu Apr 23 08:56:42 2026] GET /v2.0/ports/77a50057-00f3-422f-8d72-87f8406f8567?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2908] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:56:42 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?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: 1521/2909] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:56:42 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?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: 1389/2910] 199.204.45.33 () {34 vars in 974 bytes} [Thu Apr 23 08:56:43 2026] GET /v2.0/ports/77a50057-00f3-422f-8d72-87f8406f8567 => generated 1332 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2911] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:56:43 2026] GET /v2.0/networks?id=0c197175-4aa2-418b-80c5-80361d09ee22 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2912] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:56:43 2026] PUT /v2.0/ports/77a50057-00f3-422f-8d72-87f8406f8567 => generated 1522 bytes in 481 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:56:44.031 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-65f2a098-cd36-459e-8306-db9c6a9c290c'] response: {'name': 'network-changed', 'server_uuid': 'c653116a-ba69-4cf5-9f6d-be905d98ffbf', 'tag': '77a50057-00f3-422f-8d72-87f8406f8567', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1523/2913] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:56:44 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 5607 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1391/2914] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:56:44 2026] GET /v2.0/networks?id=0c197175-4aa2-418b-80c5-80361d09ee22 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2915] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:56:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.190&port_id=77a50057-00f3-422f-8d72-87f8406f8567 => 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: 1392/2916] 199.204.45.33 () {34 vars in 1105 bytes} [Thu Apr 23 08:56:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A349&port_id=77a50057-00f3-422f-8d72-87f8406f8567 => 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: 1525/2917] 199.204.45.33 () {34 vars in 1063 bytes} [Thu Apr 23 08:56:44 2026] GET /v2.0/subnets?id=cb79aa9e-2852-4db2-a369-e8e4e9598372&id=7950ad98-701e-4f86-81dc-3ae72917270d => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2918] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:44 2026] GET /v2.0/ports?network_id=0c197175-4aa2-418b-80c5-80361d09ee22&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: 1526/2919] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:44 2026] GET /v2.0/ports?network_id=0c197175-4aa2-418b-80c5-80361d09ee22&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: 1394/2920] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:56:44 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?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: 1527/2921] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:56:44 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2922] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:56:45 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 5607 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2923] 199.204.45.33 () {34 vars in 1061 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.147&port_id=7b69e891-b479-4a22-9a8a-7863dae6defe => 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: 1396/2924] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/subnets?id=82178c6f-167b-4b92-ae13-d083f2d24222 => generated 654 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2925] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/ports?network_id=db9f5556-544b-41ef-ac5f-7ff846098275&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: 1397/2926] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?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: 1530/2927] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?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: 1398/2928] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=cd272d9c-c21f-4d68-b1d7-87030297a7f0 => 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: 1531/2929] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/subnets?id=de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2930] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/ports?network_id=1d41f870-014c-4d38-b937-ae21c0d9b73f&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: 1532/2931] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?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: 1400/2932] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?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: 1533/2933] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.18&port_id=93d934e8-1301-48f5-8a8c-af2c3723e989 => 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: 1401/2934] 199.204.45.33 () {34 vars in 1103 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A12a&port_id=93d934e8-1301-48f5-8a8c-af2c3723e989 => 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: 1534/2935] 199.204.45.33 () {34 vars in 1063 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/subnets?id=829c3c4e-471e-401a-9084-cfca7d979a61&id=7d88dcd5-a6a1-43ab-bd47-3e588cce7c9e => generated 1408 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2936] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2937] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2938] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?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: 1536/2939] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2940] 199.204.45.33 () {34 vars in 1057 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.190&port_id=77a50057-00f3-422f-8d72-87f8406f8567 => 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: 1537/2941] 199.204.45.33 () {34 vars in 1105 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A349&port_id=77a50057-00f3-422f-8d72-87f8406f8567 => 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: 1405/2942] 199.204.45.33 () {34 vars in 1063 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/subnets?id=cb79aa9e-2852-4db2-a369-e8e4e9598372&id=7950ad98-701e-4f86-81dc-3ae72917270d => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2943] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/ports?network_id=0c197175-4aa2-418b-80c5-80361d09ee22&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: 1406/2944] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/ports?network_id=0c197175-4aa2-418b-80c5-80361d09ee22&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: 8|app: 0|req: 1539/2945] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?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: 1407/2946] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:56:46 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2949] 10.0.0.31 () {34 vars in 970 bytes} [Thu Apr 23 08:56:50 2026] GET /v2.0/ports/77a50057-00f3-422f-8d72-87f8406f8567 => generated 1524 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2950] 199.204.45.33 () {30 vars in 742 bytes} [Thu Apr 23 08:56:50 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22 => generated 796 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2951] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:50 2026] GET /v2.0/subnets/cb79aa9e-2852-4db2-a369-e8e4e9598372 => 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: 1410/2952] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:50 2026] GET /v2.0/subnets/7950ad98-701e-4f86-81dc-3ae72917270d => generated 746 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2953] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:56:50 2026] GET /v2.0/ports/93d934e8-1301-48f5-8a8c-af2c3723e989 => generated 1516 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2954] 199.204.45.33 () {34 vars in 789 bytes} [Thu Apr 23 08:56:51 2026] PUT /v2.0/ports/93d934e8-1301-48f5-8a8c-af2c3723e989 => generated 1251 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:56:51.395 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-50c195bd-76a0-4797-b013-2f67d1eff7ee'] response: {'name': 'network-changed', 'server_uuid': 'c653116a-ba69-4cf5-9f6d-be905d98ffbf', 'tag': '93d934e8-1301-48f5-8a8c-af2c3723e989', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1544/2955] 199.204.45.33 () {30 vars in 742 bytes} [Thu Apr 23 08:56:51 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714 => generated 796 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1412/2956] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:51 2026] GET /v2.0/subnets/829c3c4e-471e-401a-9084-cfca7d979a61 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2957] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:56:51 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: 1413/2958] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:56:51 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: 1546/2959] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:56:51 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: 1414/2960] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:56:51 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: 1547/2961] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:51 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2962] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:56:51 2026] GET /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2963] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:56:51 2026] GET /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1345 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2964] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:51 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2965] 199.204.45.33 () {30 vars in 742 bytes} [Thu Apr 23 08:56:51 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2966] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:56:51 2026] GET /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/2967] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:56:51 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2968] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:56:51 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 5380 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/2969] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:56:51 2026] GET /v2.0/networks?id=e50fd394-4573-4354-b3b3-195fd508d714 => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2970] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:56:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.18&port_id=93d934e8-1301-48f5-8a8c-af2c3723e989 => 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: 1552/2971] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:56:52 2026] GET /v2.0/subnets?id=829c3c4e-471e-401a-9084-cfca7d979a61 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2972] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:56:52 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&device_owner=network%3Adhcp => generated 1457 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2973] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:56:52 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?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: 1421/2974] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:56:52 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2977] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:57:06 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: 8|app: 0|req: 1555/2978] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:57:06 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: 1424/2979] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:57:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2980] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:57:06 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: 1425/2981] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:57:06 2026] GET /v2.0/subnets/829c3c4e-471e-401a-9084-cfca7d979a61 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2982] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:06 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 5380 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2983] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:57:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2984] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:57:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2985] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:57:06 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: 1559/2986] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:57:06 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: 1428/2987] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:57:06 2026] GET /v2.0/ports/77a50057-00f3-422f-8d72-87f8406f8567 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2988] 199.204.45.33 () {34 vars in 789 bytes} [Thu Apr 23 08:57:06 2026] PUT /v2.0/ports/77a50057-00f3-422f-8d72-87f8406f8567 => generated 1255 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:57:07.183 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae39ae68-b494-4388-9671-2711bd8ddc1d'] response: {'name': 'network-changed', 'server_uuid': 'c653116a-ba69-4cf5-9f6d-be905d98ffbf', 'tag': '77a50057-00f3-422f-8d72-87f8406f8567', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1429/2989] 199.204.45.33 () {30 vars in 742 bytes} [Thu Apr 23 08:57:07 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22 => generated 796 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: 8|app: 0|req: 1561/2990] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:57:07 2026] GET /v2.0/subnets/cb79aa9e-2852-4db2-a369-e8e4e9598372 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2991] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:57:07 2026] GET /v2.0/ports/77a50057-00f3-422f-8d72-87f8406f8567 => generated 1291 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2992] 199.204.45.33 () {34 vars in 788 bytes} [Thu Apr 23 08:57:07 2026] PUT /v2.0/ports/77a50057-00f3-422f-8d72-87f8406f8567 => generated 1080 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2993] 199.204.45.33 () {30 vars in 742 bytes} [Thu Apr 23 08:57:07 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22 => generated 796 bytes in 60 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: 1563/2994] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:07 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 4972 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2995] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:57:07 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 4972 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2996] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:57:07 2026] GET /v2.0/networks?id=0c197175-4aa2-418b-80c5-80361d09ee22 => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2997] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:57:07 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?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: 1565/2998] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:57:07 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2999] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:08 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 4972 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:57:09.224 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c05e988c-f7fe-4b48-9ea8-4772cb32e5e4'] response: {'name': 'network-changed', 'server_uuid': 'c653116a-ba69-4cf5-9f6d-be905d98ffbf', 'tag': '77a50057-00f3-422f-8d72-87f8406f8567', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1566/3000] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:09 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 4972 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/3001] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:57:09 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 4972 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3002] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:57:09 2026] GET /v2.0/networks?id=0c197175-4aa2-418b-80c5-80361d09ee22 => generated 799 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3003] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:57:09 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3004] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:57:09 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/3005] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:10 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 4972 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3006] 199.204.45.33 () {34 vars in 974 bytes} [Thu Apr 23 08:57:10 2026] GET /v2.0/ports/77a50057-00f3-422f-8d72-87f8406f8567 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/3007] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:57:10 2026] GET /v2.0/ports/77a50057-00f3-422f-8d72-87f8406f8567?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: 8|app: 0|req: 1570/3008] 199.204.45.33 () {34 vars in 1015 bytes} [Thu Apr 23 08:57:10 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?fields=dns_domain => generated 29 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/3009] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:57:10 2026] PUT /v2.0/ports/77a50057-00f3-422f-8d72-87f8406f8567 => generated 917 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3010] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:11 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 3864 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 08:57:11.514 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c344ad1-9e3e-48c5-bd00-a00fa9695fb5 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 77a50057-00f3-422f-8d72-87f8406f8567 2026-04-23 08:57:11.516 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c344ad1-9e3e-48c5-bd00-a00fa9695fb5 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 77a50057-00f3-422f-8d72-87f8406f8567 [pid: 7|app: 0|req: 1440/3011] 199.204.45.33 () {32 vars in 758 bytes} [Thu Apr 23 08:57:11 2026] DELETE /v2.0/ports/77a50057-00f3-422f-8d72-87f8406f8567 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3012] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:57:11 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: 1441/3013] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:57:11 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: 1573/3014] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:57: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: 7|app: 0|req: 1442/3015] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:57:11 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: 1574/3016] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:57:11 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/3017] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:57:11 2026] GET /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3018] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:57:11 2026] GET /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1345 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3019] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:57:11 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3020] 199.204.45.33 () {30 vars in 742 bytes} [Thu Apr 23 08:57:11 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/3021] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:57:11 2026] GET /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3022] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3023] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 3864 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3024] 199.204.45.33 () {34 vars in 1225 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/networks?id=db9f5556-544b-41ef-ac5f-7ff846098275&id=1d41f870-014c-4d38-b937-ae21c0d9b73f&id=e50fd394-4573-4354-b3b3-195fd508d714&id=0c197175-4aa2-418b-80c5-80361d09ee22 => generated 3092 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/3025] 199.204.45.33 () {34 vars in 1061 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.147&port_id=7b69e891-b479-4a22-9a8a-7863dae6defe => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3026] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/subnets?id=82178c6f-167b-4b92-ae13-d083f2d24222 => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3027] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/ports?network_id=db9f5556-544b-41ef-ac5f-7ff846098275&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: 8|app: 0|req: 1580/3028] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?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: 1449/3029] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?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: 1581/3030] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=cd272d9c-c21f-4d68-b1d7-87030297a7f0 => 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: 1450/3031] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/subnets?id=de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3032] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/ports?network_id=1d41f870-014c-4d38-b937-ae21c0d9b73f&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3033] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?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: 1583/3034] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?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: 1452/3035] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.18&port_id=93d934e8-1301-48f5-8a8c-af2c3723e989 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3036] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/subnets?id=829c3c4e-471e-401a-9084-cfca7d979a61 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3037] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:57:12 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3038] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:57:13 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?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: 1454/3039] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:57:13 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3040] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:57:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3041] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:57:14 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: 1587/3042] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:57:14 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: 1456/3043] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:57:14 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: 1588/3044] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:14 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 3864 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3045] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:57:15 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: 1589/3046] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:57:15 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: 1458/3047] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:57:15 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3048] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:57:15 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: 1459/3049] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:57:15 2026] GET /v2.0/ports/93d934e8-1301-48f5-8a8c-af2c3723e989 => generated 1287 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3050] 199.204.45.33 () {34 vars in 788 bytes} [Thu Apr 23 08:57:15 2026] PUT /v2.0/ports/93d934e8-1301-48f5-8a8c-af2c3723e989 => generated 1080 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:57:15.592 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9fe0cdd-55d7-4575-97db-8038d82a14aa'] response: {'name': 'network-changed', 'server_uuid': 'c653116a-ba69-4cf5-9f6d-be905d98ffbf', 'tag': '93d934e8-1301-48f5-8a8c-af2c3723e989', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1460/3051] 199.204.45.33 () {30 vars in 742 bytes} [Thu Apr 23 08:57:15 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714 => generated 796 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1592/3052] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:15 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 3693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3053] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:15 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 3693 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3054] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:57:16 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 3693 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3055] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:57:16 2026] GET /v2.0/networks?id=e50fd394-4573-4354-b3b3-195fd508d714 => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3056] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:57:16 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?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: 1463/3057] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:57:16 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?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: 1595/3058] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:16 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 3693 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3061] 199.204.45.33 () {34 vars in 974 bytes} [Thu Apr 23 08:57:17 2026] GET /v2.0/ports/93d934e8-1301-48f5-8a8c-af2c3723e989 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3062] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:57:17 2026] GET /v2.0/ports/93d934e8-1301-48f5-8a8c-af2c3723e989?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3063] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:17 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 3693 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3064] 199.204.45.33 () {34 vars in 1015 bytes} [Thu Apr 23 08:57:17 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?fields=dns_domain => generated 29 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3065] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:57:17 2026] PUT /v2.0/ports/93d934e8-1301-48f5-8a8c-af2c3723e989 => generated 917 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3066] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:18 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 2585 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-04-23 08:57:19.094 8 INFO neutron_taas.services.taas.taas_plugin [None req-e65431d3-c48f-4170-9f10-38518549268f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 93d934e8-1301-48f5-8a8c-af2c3723e989 2026-04-23 08:57:19.097 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e65431d3-c48f-4170-9f10-38518549268f 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 93d934e8-1301-48f5-8a8c-af2c3723e989 [pid: 8|app: 0|req: 1600/3067] 199.204.45.33 () {32 vars in 758 bytes} [Thu Apr 23 08:57:18 2026] DELETE /v2.0/ports/93d934e8-1301-48f5-8a8c-af2c3723e989 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3068] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:57:19 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: 1601/3069] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:57:19 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: 1469/3070] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:57:19 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: 1602/3071] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:57:19 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: 1470/3072] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:57:19 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3073] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:57:19 2026] GET /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3074] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:57:19 2026] GET /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1345 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3075] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:57:19 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3076] 199.204.45.33 () {30 vars in 742 bytes} [Thu Apr 23 08:57:19 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3077] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:57:19 2026] GET /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3078] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:57:19 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3079] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:57:20 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3080] 199.204.45.33 () {34 vars in 1145 bytes} [Thu Apr 23 08:57:20 2026] GET /v2.0/networks?id=db9f5556-544b-41ef-ac5f-7ff846098275&id=1d41f870-014c-4d38-b937-ae21c0d9b73f&id=e50fd394-4573-4354-b3b3-195fd508d714 => generated 2307 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3081] 199.204.45.33 () {34 vars in 1061 bytes} [Thu Apr 23 08:57:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.147&port_id=7b69e891-b479-4a22-9a8a-7863dae6defe => 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: 1475/3082] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:57:20 2026] GET /v2.0/subnets?id=82178c6f-167b-4b92-ae13-d083f2d24222 => 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: 1608/3083] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:57:20 2026] GET /v2.0/ports?network_id=db9f5556-544b-41ef-ac5f-7ff846098275&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: 1476/3084] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:57:20 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?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: 1609/3085] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:57:20 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?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: 1477/3086] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:57:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.57&port_id=cd272d9c-c21f-4d68-b1d7-87030297a7f0 => 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: 1610/3087] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:57:20 2026] GET /v2.0/subnets?id=de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3088] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:57:20 2026] GET /v2.0/ports?network_id=1d41f870-014c-4d38-b937-ae21c0d9b73f&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3089] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:57:20 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?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: 1479/3090] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:57:20 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?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: 1481/3093] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:57:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3094] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:57:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3095] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:57:32 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: 1614/3096] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:57:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:57:33.039 7 INFO neutron.api.v2.resource [None req-3f92cbab-a618-46df-abd1-2e562989d738 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1483/3097] 199.204.45.33 () {30 vars in 762 bytes} [Thu Apr 23 08:57:33 2026] GET /v2.0/security-groups/lb-3c7e711e-ae08-4540-81d7-33b0bbc50942 => 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: 1615/3098] 199.204.45.33 () {30 vars in 784 bytes} [Thu Apr 23 08:57:33 2026] GET /v2.0/security-groups?name=lb-3c7e711e-ae08-4540-81d7-33b0bbc50942 => generated 2865 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/3099] 199.204.45.33 () {30 vars in 814 bytes} [Thu Apr 23 08:57:33 2026] GET /v2.0/security-group-rules?security_group_id=36e5b7fe-822e-4428-b6d1-b86d4ae2579d => generated 2334 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3100] 199.204.45.33 () {32 vars in 788 bytes} [Thu Apr 23 08:57:33 2026] DELETE /v2.0/security-group-rules/4f958031-c800-42f7-a70a-11ad5f58617e => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3101] 199.204.45.33 () {32 vars in 788 bytes} [Thu Apr 23 08:57:33 2026] DELETE /v2.0/security-group-rules/90b1f46d-cf20-49d8-9908-7de3e1edf013 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:57:35.320 8 INFO neutron_taas.services.taas.taas_plugin [None req-07a905fb-2b4b-4d7d-bb08-9d71542c8c32 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] TaaS: Handle Delete Port: 7e1b5e03-5efc-483c-b9ef-4afa9e3c6e89 2026-04-23 08:57:35.324 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07a905fb-2b4b-4d7d-bb08-9d71542c8c32 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Tap Mirror: Handle Delete Port: 7e1b5e03-5efc-483c-b9ef-4afa9e3c6e89 2026-04-23 08:57:35.529 8 INFO neutron.db.l3_db [None req-07a905fb-2b4b-4d7d-bb08-9d71542c8c32 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Floating IP c987de15-dca7-428c-9c80-8601336469db disassociated (deleted). External IP: 10.96.250.208, port: 838f107f-833c-4708-b2a0-210a377329a7. [pid: 8|app: 0|req: 1617/3102] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:57:35 2026] DELETE /v2.0/floatingips/c987de15-dca7-428c-9c80-8601336469db => generated 0 bytes in 697 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:57:35.872 7 INFO neutron.api.v2.resource [None req-b3ebc073-9bca-4080-9d61-80f78e95f9c1 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1486/3103] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:57:35 2026] GET /v2.0/floatingips/c987de15-dca7-428c-9c80-8601336469db => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3104] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:57:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/3105] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:57:36 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: 1619/3106] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:57:36 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: 1488/3107] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:57:36 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-04-23 08:57:36.954 8 INFO neutron.api.v2.resource [None req-d9d54bea-8e38-4aed-a68a-8b71fd5f3f3a 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1620/3108] 199.204.45.33 () {30 vars in 762 bytes} [Thu Apr 23 08:57:36 2026] GET /v2.0/security-groups/lb-3c7e711e-ae08-4540-81d7-33b0bbc50942 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/3109] 199.204.45.33 () {30 vars in 784 bytes} [Thu Apr 23 08:57:36 2026] GET /v2.0/security-groups?name=lb-3c7e711e-ae08-4540-81d7-33b0bbc50942 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3110] 199.204.45.33 () {30 vars in 814 bytes} [Thu Apr 23 08:57:37 2026] GET /v2.0/security-group-rules?security_group_id=36e5b7fe-822e-4428-b6d1-b86d4ae2579d => generated 1182 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/3111] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:57:37 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: 1622/3112] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:57:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3113] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:57:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3114] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:57:37 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: 1492/3115] 199.204.45.33 () {30 vars in 740 bytes} [Thu Apr 23 08:57:37 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3116] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:37 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 2585 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3117] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:37 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 2585 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3118] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:37 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 2585 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3119] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:38 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3120] 199.204.45.33 () {34 vars in 974 bytes} [Thu Apr 23 08:57:39 2026] GET /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1345 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3121] 199.204.45.33 () {34 vars in 1059 bytes} [Thu Apr 23 08:57:39 2026] GET /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3122] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:39 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 2585 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3123] 199.204.45.33 () {34 vars in 1015 bytes} [Thu Apr 23 08:57:39 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3124] 199.204.45.33 () {38 vars in 1027 bytes} [Thu Apr 23 08:57:39 2026] PUT /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1146 bytes in 299 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3125] 199.204.45.33 () {30 vars in 768 bytes} [Thu Apr 23 08:57:40 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1629/3126] 199.204.45.33 () {34 vars in 788 bytes} [Thu Apr 23 08:57:40 2026] PUT /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1086 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3127] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:57:40 2026] GET /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => generated 1086 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-23 08:57:41.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-54526886-7424-4d1c-bd7e-0afdc764f341 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: cd272d9c-c21f-4d68-b1d7-87030297a7f0 2026-04-23 08:57:41.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54526886-7424-4d1c-bd7e-0afdc764f341 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: cd272d9c-c21f-4d68-b1d7-87030297a7f0 [pid: 8|app: 0|req: 1630/3128] 199.204.45.33 () {32 vars in 758 bytes} [Thu Apr 23 08:57:40 2026] DELETE /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => 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: 1499/3129] 199.204.45.33 () {30 vars in 702 bytes} [Thu Apr 23 08:57:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3130] 199.204.45.33 () {30 vars in 704 bytes} [Thu Apr 23 08:57:41 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: 1500/3131] 199.204.45.33 () {30 vars in 680 bytes} [Thu Apr 23 08:57:41 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3132] 199.204.45.33 () {30 vars in 716 bytes} [Thu Apr 23 08:57: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) 2026-04-23 08:57:41.364 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f502a7fa-8caf-4f77-94a4-dd2e3de91e6a 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1501/3133] 199.204.45.33 () {32 vars in 758 bytes} [Thu Apr 23 08:57:41 2026] DELETE /v2.0/ports/cd272d9c-c21f-4d68-b1d7-87030297a7f0 => 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: 1502/3134] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:57:41 2026] GET /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3135] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:57:41 2026] GET /v2.0/ports?tenant_id=6a71733dc6b44181899d16ad67c44735&device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:57:41.430 7 INFO neutron.api.v2.resource [None req-42364db7-a5f6-42d6-96fd-9709e266bce0 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1503/3136] 199.204.45.33 () {30 vars in 762 bytes} [Thu Apr 23 08:57:41 2026] GET /v2.0/security-groups/lb-3c7e711e-ae08-4540-81d7-33b0bbc50942 => 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: 1504/3137] 199.204.45.33 () {30 vars in 784 bytes} [Thu Apr 23 08:57:41 2026] GET /v2.0/security-groups?name=lb-3c7e711e-ae08-4540-81d7-33b0bbc50942 => 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: 1634/3138] 199.204.45.33 () {34 vars in 1065 bytes} [Thu Apr 23 08:57:41 2026] GET /v2.0/networks?id=db9f5556-544b-41ef-ac5f-7ff846098275&id=1d41f870-014c-4d38-b937-ae21c0d9b73f => generated 1522 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3139] 199.204.45.33 () {34 vars in 1061 bytes} [Thu Apr 23 08:57:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.147&port_id=7b69e891-b479-4a22-9a8a-7863dae6defe => 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: 1505/3140] 199.204.45.33 () {30 vars in 736 bytes} [Thu Apr 23 08:57:41 2026] GET /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3141] 199.204.45.33 () {34 vars in 983 bytes} [Thu Apr 23 08:57:41 2026] GET /v2.0/subnets?id=82178c6f-167b-4b92-ae13-d083f2d24222 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3142] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:57:41 2026] GET /v2.0/ports?network_id=db9f5556-544b-41ef-ac5f-7ff846098275&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3143] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:57:41 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?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: 1639/3144] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:57:41 2026] GET /v2.0/networks/db9f5556-544b-41ef-ac5f-7ff846098275?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: 1506/3145] 199.204.45.33 () {34 vars in 788 bytes} [Thu Apr 23 08:57:41 2026] PUT /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 1090 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3146] 199.204.45.33 () {32 vars in 778 bytes} [Thu Apr 23 08:57:41 2026] DELETE /v2.0/security-groups/36e5b7fe-822e-4428-b6d1-b86d4ae2579d => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:57:41.936 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff65e82e-3d99-44ae-9bd7-295577554358 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 838f107f-833c-4708-b2a0-210a377329a7 2026-04-23 08:57:41.940 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff65e82e-3d99-44ae-9bd7-295577554358 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 838f107f-833c-4708-b2a0-210a377329a7 [pid: 7|app: 0|req: 1507/3147] 199.204.45.33 () {32 vars in 758 bytes} [Thu Apr 23 08:57:41 2026] DELETE /v2.0/ports/838f107f-833c-4708-b2a0-210a377329a7 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3148] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:57:44 2026] GET /v2.0/ports?device_id=c653116a-ba69-4cf5-9f6d-be905d98ffbf => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:57:45.074 7 INFO neutron_taas.services.taas.taas_plugin [req-1e26eb52-dbfd-4d6a-9df5-2ccbb6880f81 req-a762747a-d376-4232-8ea4-19c830005bac 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] TaaS: Handle Delete Port: 7b69e891-b479-4a22-9a8a-7863dae6defe 2026-04-23 08:57:45.078 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1e26eb52-dbfd-4d6a-9df5-2ccbb6880f81 req-a762747a-d376-4232-8ea4-19c830005bac 22038b09d218462d8d85ae6f1b23d904 6a71733dc6b44181899d16ad67c44735 - - default default] Tap Mirror: Handle Delete Port: 7b69e891-b479-4a22-9a8a-7863dae6defe [pid: 7|app: 0|req: 1508/3149] 199.204.45.33 () {36 vars in 996 bytes} [Thu Apr 23 08:57:44 2026] DELETE /v2.0/ports/7b69e891-b479-4a22-9a8a-7863dae6defe => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:57:45.259 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-97a7a9f6-0b8a-467c-98b9-cc4eec088df9'] response: {'server_uuid': 'c653116a-ba69-4cf5-9f6d-be905d98ffbf', 'name': 'network-vif-deleted', 'tag': '7b69e891-b479-4a22-9a8a-7863dae6defe', 'status': 'completed', 'code': 200} 2026-04-23 08:57:46.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-8bc8c49a-56d8-464b-9a71-faaa2b2e5a14 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] TaaS: Handle Delete Port: 89d2c693-7e6a-48eb-9c67-206bac1540f4 2026-04-23 08:57:46.204 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bc8c49a-56d8-464b-9a71-faaa2b2e5a14 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Tap Mirror: Handle Delete Port: 89d2c693-7e6a-48eb-9c67-206bac1540f4 2026-04-23 08:57:46.392 8 INFO neutron.db.l3_db [None req-8bc8c49a-56d8-464b-9a71-faaa2b2e5a14 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Floating IP db09faca-8517-48ea-a6d7-68b8eef3e6ed disassociated (deleted). External IP: 10.96.250.207, port: 0b027b84-1a3a-4c45-9857-cb0e1a3f6840. [pid: 8|app: 0|req: 1642/3150] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:57:46 2026] DELETE /v2.0/floatingips/db09faca-8517-48ea-a6d7-68b8eef3e6ed => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:57:46.701 7 INFO neutron.api.v2.resource [None req-43b0a5c5-29bc-42f7-81df-7d42f984f6b6 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1509/3151] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:57:46 2026] GET /v2.0/floatingips/db09faca-8517-48ea-a6d7-68b8eef3e6ed => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:57:46.721 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5da792fa-f6de-4354-a837-f3c214d31604'] response: {'name': 'network-changed', 'server_uuid': '1ea9dc59-2b4e-40cd-b0a3-67565b9a2457', 'tag': '0b027b84-1a3a-4c45-9857-cb0e1a3f6840', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1643/3152] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:57:46 2026] GET /v2.0/ports?device_id=1ea9dc59-2b4e-40cd-b0a3-67565b9a2457 => 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: 1510/3153] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:57:46 2026] GET /v2.0/security-groups?id=5d2a71a5-f406-4072-94d3-039e744c7d89&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3154] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:57:47 2026] GET /v2.0/ports?tenant_id=cd1c13268c4c448fb37464c5914f4f65&device_id=1ea9dc59-2b4e-40cd-b0a3-67565b9a2457 => generated 1469 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3155] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:57:47 2026] GET /v2.0/networks?id=0c197175-4aa2-418b-80c5-80361d09ee22 => 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: 1645/3156] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:57:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.41&port_id=0b027b84-1a3a-4c45-9857-cb0e1a3f6840 => 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: 1512/3157] 199.204.45.33 () {34 vars in 1105 bytes} [Thu Apr 23 08:57:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A204&port_id=0b027b84-1a3a-4c45-9857-cb0e1a3f6840 => 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: 1646/3158] 199.204.45.33 () {34 vars in 1063 bytes} [Thu Apr 23 08:57:47 2026] GET /v2.0/subnets?id=cb79aa9e-2852-4db2-a369-e8e4e9598372&id=7950ad98-701e-4f86-81dc-3ae72917270d => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3159] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:57:47 2026] GET /v2.0/ports?network_id=0c197175-4aa2-418b-80c5-80361d09ee22&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3160] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:57:47 2026] GET /v2.0/ports?network_id=0c197175-4aa2-418b-80c5-80361d09ee22&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3161] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:57:47 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?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: 1648/3162] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:57:47 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22?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: 1650/3165] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:57:49 2026] GET /v2.0/ports?device_id=1ea9dc59-2b4e-40cd-b0a3-67565b9a2457 => generated 1198 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:57:49.444 7 INFO neutron_taas.services.taas.taas_plugin [req-8f245105-1e2d-4418-b390-71dadc5dc075 req-93e95e21-699d-4350-8e84-b92f6e34f019 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] TaaS: Handle Delete Port: 0b027b84-1a3a-4c45-9857-cb0e1a3f6840 2026-04-23 08:57:49.448 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8f245105-1e2d-4418-b390-71dadc5dc075 req-93e95e21-699d-4350-8e84-b92f6e34f019 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Tap Mirror: Handle Delete Port: 0b027b84-1a3a-4c45-9857-cb0e1a3f6840 [pid: 7|app: 0|req: 1516/3166] 199.204.45.33 () {36 vars in 996 bytes} [Thu Apr 23 08:57:49 2026] DELETE /v2.0/ports/0b027b84-1a3a-4c45-9857-cb0e1a3f6840 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:57:49.653 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-712f9c34-537c-41a1-8e31-df4e8d93531a'] response: {'server_uuid': '1ea9dc59-2b4e-40cd-b0a3-67565b9a2457', 'name': 'network-vif-deleted', 'tag': '0b027b84-1a3a-4c45-9857-cb0e1a3f6840', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1651/3167] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:57:52 2026] GET /v2.0/ports?device_id=1ea9dc59-2b4e-40cd-b0a3-67565b9a2457 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-23 08:57:57.267 7 INFO neutron_taas.services.taas.taas_plugin [None req-aacf968f-77f3-43b6-8dab-9affea769cd7 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] TaaS: Handle Delete Port: c5977881-f1c5-4c4e-b661-de6bdaf28348 2026-04-23 08:57:57.270 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aacf968f-77f3-43b6-8dab-9affea769cd7 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Tap Mirror: Handle Delete Port: c5977881-f1c5-4c4e-b661-de6bdaf28348 2026-04-23 08:57:57.478 7 INFO neutron.db.l3_db [None req-aacf968f-77f3-43b6-8dab-9affea769cd7 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Floating IP 0eae43fa-abba-4945-b14e-937f1057f73a disassociated (deleted). External IP: 10.96.250.209, port: 243a3e30-c8e8-4d4b-8db1-8c729d42f443. [pid: 7|app: 0|req: 1517/3168] 10.0.0.127 () {32 vars in 732 bytes} [Thu Apr 23 08:57:57 2026] DELETE /v2.0/floatingips/0eae43fa-abba-4945-b14e-937f1057f73a => generated 0 bytes in 676 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:57:57.839 8 INFO neutron.api.v2.resource [None req-0dbdfa26-f8e9-4484-819d-780386d5c5f3 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1652/3169] 10.0.0.127 () {32 vars in 729 bytes} [Thu Apr 23 08:57:57 2026] GET /v2.0/floatingips/0eae43fa-abba-4945-b14e-937f1057f73a => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:57:57.849 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6afdc8c-e3cf-4e91-bdd7-48b53e20e0f8'] response: {'name': 'network-changed', 'server_uuid': '0534d687-d606-4dc6-b9ca-7a089dc239ca', 'tag': '243a3e30-c8e8-4d4b-8db1-8c729d42f443', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1518/3170] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:57:57 2026] GET /v2.0/ports?device_id=0534d687-d606-4dc6-b9ca-7a089dc239ca => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3171] 10.0.0.31 () {34 vars in 1039 bytes} [Thu Apr 23 08:57:58 2026] GET /v2.0/security-groups?id=5d2a71a5-f406-4072-94d3-039e744c7d89&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3172] 199.204.45.33 () {34 vars in 1079 bytes} [Thu Apr 23 08:57:58 2026] GET /v2.0/ports?tenant_id=cd1c13268c4c448fb37464c5914f4f65&device_id=0534d687-d606-4dc6-b9ca-7a089dc239ca => generated 1465 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3173] 199.204.45.33 () {34 vars in 985 bytes} [Thu Apr 23 08:57:58 2026] GET /v2.0/networks?id=e50fd394-4573-4354-b3b3-195fd508d714 => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3174] 199.204.45.33 () {34 vars in 1055 bytes} [Thu Apr 23 08:57:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.85&port_id=243a3e30-c8e8-4d4b-8db1-8c729d42f443 => 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: 1655/3175] 199.204.45.33 () {34 vars in 1103 bytes} [Thu Apr 23 08:57:58 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2aa&port_id=243a3e30-c8e8-4d4b-8db1-8c729d42f443 => 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: 1521/3176] 199.204.45.33 () {34 vars in 1063 bytes} [Thu Apr 23 08:57:58 2026] GET /v2.0/subnets?id=829c3c4e-471e-401a-9084-cfca7d979a61&id=7d88dcd5-a6a1-43ab-bd47-3e588cce7c9e => generated 1408 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3177] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:57:58 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3178] 199.204.45.33 () {34 vars in 1051 bytes} [Thu Apr 23 08:57:58 2026] GET /v2.0/ports?network_id=e50fd394-4573-4354-b3b3-195fd508d714&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3179] 199.204.45.33 () {34 vars in 1011 bytes} [Thu Apr 23 08:57:58 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3180] 199.204.45.33 () {34 vars in 1111 bytes} [Thu Apr 23 08:57:58 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714?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: 1658/3181] 199.204.45.33 () {34 vars in 993 bytes} [Thu Apr 23 08:58:00 2026] GET /v2.0/ports?device_id=0534d687-d606-4dc6-b9ca-7a089dc239ca => generated 1196 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-23 08:58:00.636 7 INFO neutron_taas.services.taas.taas_plugin [req-7ca7ffbb-835c-4854-a5f0-6320890af402 req-8bfe74d5-8ac3-481f-9ec8-ae93d7f34aa0 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] TaaS: Handle Delete Port: 243a3e30-c8e8-4d4b-8db1-8c729d42f443 2026-04-23 08:58:00.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7ca7ffbb-835c-4854-a5f0-6320890af402 req-8bfe74d5-8ac3-481f-9ec8-ae93d7f34aa0 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Tap Mirror: Handle Delete Port: 243a3e30-c8e8-4d4b-8db1-8c729d42f443 [pid: 7|app: 0|req: 1524/3182] 199.204.45.33 () {36 vars in 996 bytes} [Thu Apr 23 08:58:00 2026] DELETE /v2.0/ports/243a3e30-c8e8-4d4b-8db1-8c729d42f443 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:58:00.828 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-041c7874-e2a5-45a3-a5a8-8959e6183aef'] response: {'server_uuid': '0534d687-d606-4dc6-b9ca-7a089dc239ca', 'name': 'network-vif-deleted', 'tag': '243a3e30-c8e8-4d4b-8db1-8c729d42f443', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1660/3185] 10.0.0.31 () {34 vars in 989 bytes} [Thu Apr 23 08:58:03 2026] GET /v2.0/ports?device_id=0534d687-d606-4dc6-b9ca-7a089dc239ca => 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: 1526/3186] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:58:08 2026] DELETE /v2.0/security-group-rules/55b778c4-8062-44a9-b40d-1660f98b2699 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:58:08.381 8 INFO neutron.api.v2.resource [None req-2d461d6b-a326-4c4c-85f2-d5e4cf142dd9 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1661/3187] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:58:08 2026] GET /v2.0/security-group-rules/55b778c4-8062-44a9-b40d-1660f98b2699 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3188] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:58:08 2026] DELETE /v2.0/security-group-rules/f1a9a06c-9923-4086-a5d7-ce3c85777922 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:58:08.476 8 INFO neutron.api.v2.resource [None req-e440a97e-28ec-4dc6-b6cd-5a9c1f9bcfe3 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1662/3189] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:58:08 2026] GET /v2.0/security-group-rules/f1a9a06c-9923-4086-a5d7-ce3c85777922 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3190] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:58:08 2026] DELETE /v2.0/security-group-rules/96fb89ed-236e-47b7-98fe-c03026716df5 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:58:08.572 8 INFO neutron.api.v2.resource [None req-041d6e81-1755-4dd5-bf8e-f6de17639743 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1663/3191] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:58:08 2026] GET /v2.0/security-group-rules/96fb89ed-236e-47b7-98fe-c03026716df5 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3192] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:58:08 2026] DELETE /v2.0/security-group-rules/89f8b1b1-18a8-41d7-9a29-7d07bc7ee342 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:58:08.655 8 INFO neutron.api.v2.resource [None req-fb6e5e09-94a4-41b1-99b4-b4b32106019e 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1664/3193] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:58:08 2026] GET /v2.0/security-group-rules/89f8b1b1-18a8-41d7-9a29-7d07bc7ee342 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3194] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:58:08 2026] DELETE /v2.0/security-group-rules/daec5134-90b9-4350-8084-bd4a9a5e6544 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:58:08.750 8 INFO neutron.api.v2.resource [None req-0375826b-109b-4ea3-bc6c-b7a06c6d9f55 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1665/3195] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:58:08 2026] GET /v2.0/security-group-rules/daec5134-90b9-4350-8084-bd4a9a5e6544 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3196] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:58:08 2026] DELETE /v2.0/security-group-rules/d3a3ee07-fd5f-4f9d-a2fe-b50972d1d56f => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:58:08.834 8 INFO neutron.api.v2.resource [None req-ec28acb6-fa60-43a5-99ed-440157dc655a 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1666/3197] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:58:08 2026] GET /v2.0/security-group-rules/d3a3ee07-fd5f-4f9d-a2fe-b50972d1d56f => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3198] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:58:08 2026] DELETE /v2.0/security-group-rules/e333aacf-50b9-4104-8a23-df2593676585 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:58:08.931 8 INFO neutron.api.v2.resource [None req-61671aa2-1ece-4181-aaad-9d3e43b0c07e 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1667/3199] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:58:08 2026] GET /v2.0/security-group-rules/e333aacf-50b9-4104-8a23-df2593676585 => generated 155 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3200] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:58:08 2026] DELETE /v2.0/security-group-rules/206eedfc-fe5c-4202-b541-b9c24da95884 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:58:09.017 8 INFO neutron.api.v2.resource [None req-7a804896-4145-449e-bf01-825f47abfb4e 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1668/3201] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:58:09 2026] GET /v2.0/security-group-rules/206eedfc-fe5c-4202-b541-b9c24da95884 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3202] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:58:09 2026] DELETE /v2.0/security-group-rules/434f6313-2ac9-4a7c-a07a-b4048b03d006 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:58:09.091 8 INFO neutron.api.v2.resource [None req-96c5ba4e-81fb-49ac-ada7-dcf05054a3db 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1669/3203] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:58:09 2026] GET /v2.0/security-group-rules/434f6313-2ac9-4a7c-a07a-b4048b03d006 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3204] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:58:09 2026] DELETE /v2.0/security-group-rules/f5fded58-3a8b-4a01-97c5-0e8b888a8a33 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:58:09.190 8 INFO neutron.api.v2.resource [None req-445671ac-5618-4d40-99fa-26ab1088d34d 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1670/3205] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:58:09 2026] GET /v2.0/security-group-rules/f5fded58-3a8b-4a01-97c5-0e8b888a8a33 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3206] 10.0.0.127 () {32 vars in 750 bytes} [Thu Apr 23 08:58:09 2026] DELETE /v2.0/security-group-rules/cfa66bfb-5b9b-4b17-ad4b-26fcc1bdb209 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:58:09.295 8 INFO neutron.api.v2.resource [None req-197148b5-f6ba-4572-9952-c4667271b81e 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1671/3207] 10.0.0.127 () {32 vars in 747 bytes} [Thu Apr 23 08:58:09 2026] GET /v2.0/security-group-rules/cfa66bfb-5b9b-4b17-ad4b-26fcc1bdb209 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3208] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:58:09 2026] DELETE /v2.0/security-groups/5d2a71a5-f406-4072-94d3-039e744c7d89 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:58:09.400 8 INFO neutron.api.v2.resource [None req-0d828fec-2ea3-456f-a647-49daa098037a 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1672/3209] 10.0.0.127 () {32 vars in 737 bytes} [Thu Apr 23 08:58:09 2026] GET /v2.0/security-groups/5d2a71a5-f406-4072-94d3-039e744c7d89 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:58:09.845 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b154684-34db-4dd3-b30b-12f486f0e7ad 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] TaaS: Handle Delete Port: dfc07b08-d6eb-4f7c-b334-0e74ff379258 2026-04-23 08:58:09.849 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b154684-34db-4dd3-b30b-12f486f0e7ad 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Tap Mirror: Handle Delete Port: dfc07b08-d6eb-4f7c-b334-0e74ff379258 [pid: 7|app: 0|req: 1538/3210] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:58:09 2026] PUT /v2.0/routers/3f593f48-8403-43d6-b1af-5f0f381480a8/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:58:10.577 8 INFO neutron.api.v2.resource [None req-379dcf7d-d4a1-4d66-92c5-91e26919f07f 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1673/3211] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:58:10 2026] PUT /v2.0/routers/3f593f48-8403-43d6-b1af-5f0f381480a8/remove_router_interface => generated 198 bytes in 148 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:58:10.930 7 INFO neutron_taas.services.taas.taas_plugin [None req-270366b0-47ca-4dbd-b920-415d4daa5a1c 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] TaaS: Handle Delete Port: fdbbd705-4259-4e4e-a1dd-f4feb8178643 2026-04-23 08:58:10.933 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-270366b0-47ca-4dbd-b920-415d4daa5a1c 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Tap Mirror: Handle Delete Port: fdbbd705-4259-4e4e-a1dd-f4feb8178643 [pid: 7|app: 0|req: 1539/3212] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:58:10 2026] PUT /v2.0/routers/3f593f48-8403-43d6-b1af-5f0f381480a8/remove_router_interface => generated 309 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:58:11.664 8 INFO neutron.api.v2.resource [None req-8b60af40-a525-4bd6-9f91-cc6004b0b7af 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1674/3213] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:58:11 2026] PUT /v2.0/routers/3f593f48-8403-43d6-b1af-5f0f381480a8/remove_router_interface => generated 198 bytes in 143 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:58:12.078 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e95f1fc-5af5-4a42-883a-56696644f661 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] TaaS: Handle Delete Port: 9a032712-fec0-4abc-a25d-40e1bf6975f6 2026-04-23 08:58:12.081 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e95f1fc-5af5-4a42-883a-56696644f661 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Tap Mirror: Handle Delete Port: 9a032712-fec0-4abc-a25d-40e1bf6975f6 [pid: 7|app: 0|req: 1540/3214] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:58:11 2026] PUT /v2.0/routers/3f593f48-8403-43d6-b1af-5f0f381480a8/remove_router_interface => generated 309 bytes in 924 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-23 08:58:12.780 8 INFO neutron.api.v2.resource [None req-947be9e3-01b5-4311-8805-0b1120977eef 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1675/3215] 10.0.0.127 () {34 vars in 789 bytes} [Thu Apr 23 08:58:12 2026] PUT /v2.0/routers/3f593f48-8403-43d6-b1af-5f0f381480a8/remove_router_interface => generated 198 bytes in 178 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:58:13.003 7 INFO neutron_taas.services.taas.taas_plugin [None req-0431604e-974b-406d-8549-81c329b4ec96 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] TaaS: Handle Delete Port: 1fb5f850-bdf7-401e-8905-cab66cef8b99 2026-04-23 08:58:13.006 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0431604e-974b-406d-8549-81c329b4ec96 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Tap Mirror: Handle Delete Port: 1fb5f850-bdf7-401e-8905-cab66cef8b99 2026-04-23 08:58:13.270 7 INFO neutron_taas.services.taas.taas_plugin [None req-0431604e-974b-406d-8549-81c329b4ec96 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] TaaS: Handle Delete Port: c58b4f9a-081d-4aeb-a3c1-d41070b61c91 2026-04-23 08:58:13.273 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0431604e-974b-406d-8549-81c329b4ec96 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Tap Mirror: Handle Delete Port: c58b4f9a-081d-4aeb-a3c1-d41070b61c91 2026-04-23 08:58:13.662 7 INFO neutron.db.l3_hamode_db [None req-0431604e-974b-406d-8549-81c329b4ec96 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] HA network 98c140b7-3f1c-4a81-882f-bfd27088eeee was deleted as no HA routers are present in tenant cd1c13268c4c448fb37464c5914f4f65. [pid: 7|app: 0|req: 1541/3216] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:58:12 2026] DELETE /v2.0/routers/3f593f48-8403-43d6-b1af-5f0f381480a8 => generated 0 bytes in 883 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-23 08:58:13.702 8 INFO neutron.api.v2.resource [None req-364c1828-07e6-4ab7-850b-2446cf515674 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1676/3217] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:58:13 2026] GET /v2.0/routers/3f593f48-8403-43d6-b1af-5f0f381480a8 => generated 135 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:58:13.749 7 INFO neutron.services.segments.plugin [-] Segment b90258a8-0c5c-4ed5-94d5-83020c1840fd resource provider aggregate not found 2026-04-23 08:58:13.756 7 INFO neutron.services.segments.plugin [-] Segment b90258a8-0c5c-4ed5-94d5-83020c1840fd resource provider aggregate not found 2026-04-23 08:58:13.774 7 INFO neutron.services.segments.plugin [-] Segment b90258a8-0c5c-4ed5-94d5-83020c1840fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b90258a8-0c5c-4ed5-94d5-83020c1840fd found for delete ", "request_id": "req-12b472ab-cd19-4303-b1d2-8894058d4e1c"}]} 2026-04-23 08:58:13.781 7 INFO neutron.services.segments.plugin [-] Segment b90258a8-0c5c-4ed5-94d5-83020c1840fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b90258a8-0c5c-4ed5-94d5-83020c1840fd found for delete ", "request_id": "req-2d7ee95f-1c6b-4aff-8cbb-ef8191135696"}]} [pid: 7|app: 0|req: 1542/3218] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:58:13 2026] DELETE /v2.0/subnets/7950ad98-701e-4f86-81dc-3ae72917270d => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:58:13.908 8 INFO neutron.pecan_wsgi.hooks.translation [None req-20ab88c6-486b-4cfc-ba66-d9fa79b7a9ab 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1677/3219] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:58:13 2026] GET /v2.0/subnets/7950ad98-701e-4f86-81dc-3ae72917270d => 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: 1543/3220] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:58:13 2026] DELETE /v2.0/subnets/cb79aa9e-2852-4db2-a369-e8e4e9598372 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:58:14.088 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ade2a141-9be4-4c9b-9be0-377b9d811790 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1678/3221] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:58:14 2026] GET /v2.0/subnets/cb79aa9e-2852-4db2-a369-e8e4e9598372 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:58:14.196 7 INFO neutron_taas.services.taas.taas_plugin [None req-03e47bd7-fb11-4abb-8e2c-09bcce48f20a 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] TaaS: Handle Delete Port: 4f76e7f5-77ce-454b-aa51-a533b8dd27ef 2026-04-23 08:58:14.199 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03e47bd7-fb11-4abb-8e2c-09bcce48f20a 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Tap Mirror: Handle Delete Port: 4f76e7f5-77ce-454b-aa51-a533b8dd27ef [pid: 7|app: 0|req: 1544/3222] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:58:14 2026] DELETE /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:58:14.398 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0dfe8473-60a0-4aed-848e-d56f8a5607c7 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1679/3223] 10.0.0.127 () {32 vars in 723 bytes} [Thu Apr 23 08:58:14 2026] GET /v2.0/networks/0c197175-4aa2-418b-80c5-80361d09ee22 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3224] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:58:14 2026] DELETE /v2.0/subnets/7d88dcd5-a6a1-43ab-bd47-3e588cce7c9e => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:58:14.577 8 INFO neutron.pecan_wsgi.hooks.translation [None req-46470361-56fa-487b-a1b6-95fa182247a8 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1680/3225] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:58:14 2026] GET /v2.0/subnets/7d88dcd5-a6a1-43ab-bd47-3e588cce7c9e => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3226] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:58:14 2026] DELETE /v2.0/subnets/829c3c4e-471e-401a-9084-cfca7d979a61 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:58:14.748 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5b7431f5-eacf-4772-af3a-9b10c5627bf9 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1681/3227] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:58:14 2026] GET /v2.0/subnets/829c3c4e-471e-401a-9084-cfca7d979a61 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:58:14.863 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c9ce66e-0d4a-49d4-9a57-de1217a1ee08 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] TaaS: Handle Delete Port: f44f9aed-ca87-4354-a70c-6c445eb61bb6 2026-04-23 08:58:14.866 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c9ce66e-0d4a-49d4-9a57-de1217a1ee08 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Tap Mirror: Handle Delete Port: f44f9aed-ca87-4354-a70c-6c445eb61bb6 [pid: 7|app: 0|req: 1547/3228] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:58:14 2026] DELETE /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:58:15.096 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eb909fbb-93f5-413f-b548-823304b400fb 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1682/3229] 10.0.0.127 () {32 vars in 723 bytes} [Thu Apr 23 08:58:15 2026] GET /v2.0/networks/e50fd394-4573-4354-b3b3-195fd508d714 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3230] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:58:15 2026] DELETE /v2.0/subnets/113d799a-fa30-48ed-b815-3241ee19473b => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:58:15.286 8 INFO neutron.pecan_wsgi.hooks.translation [None req-97228b02-0b7e-4a22-a9ab-a81149bf7814 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1683/3231] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:58:15 2026] GET /v2.0/subnets/113d799a-fa30-48ed-b815-3241ee19473b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3232] 10.0.0.127 () {32 vars in 724 bytes} [Thu Apr 23 08:58:15 2026] DELETE /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:58:15.485 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a51dd17-a507-4fe9-8162-fa451a7ebb23 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1684/3233] 10.0.0.127 () {32 vars in 721 bytes} [Thu Apr 23 08:58:15 2026] GET /v2.0/subnets/de9df6a7-927a-4fdd-866f-a8e05ffcd703 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:58:15.589 7 INFO neutron_taas.services.taas.taas_plugin [None req-0a023e8c-6b56-4962-bdfd-bb808104fe7a 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] TaaS: Handle Delete Port: 77bbce02-8af2-422f-a608-ed86d9bdc668 2026-04-23 08:58:15.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a023e8c-6b56-4962-bdfd-bb808104fe7a 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] Tap Mirror: Handle Delete Port: 77bbce02-8af2-422f-a608-ed86d9bdc668 [pid: 7|app: 0|req: 1550/3234] 10.0.0.127 () {32 vars in 726 bytes} [Thu Apr 23 08:58:15 2026] DELETE /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f => generated 0 bytes in 306 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-23 08:58:15.801 7 INFO neutron.services.segments.plugin [-] Segment 932784e1-3c31-4e68-ab5c-766e1f40ac7d resource provider aggregate not found 2026-04-23 08:58:15.807 7 INFO neutron.services.segments.plugin [-] Segment 932784e1-3c31-4e68-ab5c-766e1f40ac7d resource provider aggregate not found 2026-04-23 08:58:15.817 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a845dcdc-f25f-49cd-a79b-21d5c8351285 495f0cf2af4c449b83e68926037080ca cd1c13268c4c448fb37464c5914f4f65 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1685/3235] 10.0.0.127 () {32 vars in 723 bytes} [Thu Apr 23 08:58:15 2026] GET /v2.0/networks/1d41f870-014c-4d38-b937-ae21c0d9b73f => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-23 08:58:15.821 7 INFO neutron.services.segments.plugin [-] Segment 932784e1-3c31-4e68-ab5c-766e1f40ac7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 932784e1-3c31-4e68-ab5c-766e1f40ac7d found for delete ", "request_id": "req-5c47c92c-6c3f-4352-8593-5ebc540678cd"}]} 2026-04-23 08:58:15.827 7 INFO neutron.services.segments.plugin [-] Segment 932784e1-3c31-4e68-ab5c-766e1f40ac7d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 932784e1-3c31-4e68-ab5c-766e1f40ac7d found for delete ", "request_id": "req-1e66ad85-6d32-46b9-91f0-13dac68f30f5"}]} 2026-04-23 08:58:15.839 7 INFO neutron.services.segments.plugin [-] Segment 44dc2fb2-6cdd-4c7a-94b0-7d096e59c9e7 resource provider aggregate not found 2026-04-23 08:58:15.856 7 INFO neutron.services.segments.plugin [-] Segment 44dc2fb2-6cdd-4c7a-94b0-7d096e59c9e7 resource provider aggregate not found 2026-04-23 08:58:15.866 7 INFO neutron.services.segments.plugin [-] Segment 44dc2fb2-6cdd-4c7a-94b0-7d096e59c9e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44dc2fb2-6cdd-4c7a-94b0-7d096e59c9e7 found for delete ", "request_id": "req-81682fa5-6ee5-4394-b98e-1a4bed5fe811"}]} 2026-04-23 08:58:15.871 7 INFO neutron.services.segments.plugin [-] Segment 44dc2fb2-6cdd-4c7a-94b0-7d096e59c9e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44dc2fb2-6cdd-4c7a-94b0-7d096e59c9e7 found for delete ", "request_id": "req-175c67cd-2d3c-485e-bef2-e3503af6d2a6"}]} 2026-04-23 08:58:15.881 7 INFO neutron.services.segments.plugin [-] Segment 19fe0fd5-60ae-45a2-880e-ec172c5b0a53 resource provider aggregate not found 2026-04-23 08:58:15.889 7 INFO neutron.services.segments.plugin [-] Segment 19fe0fd5-60ae-45a2-880e-ec172c5b0a53 resource provider aggregate not found 2026-04-23 08:58:15.900 7 INFO neutron.services.segments.plugin [-] Segment 19fe0fd5-60ae-45a2-880e-ec172c5b0a53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19fe0fd5-60ae-45a2-880e-ec172c5b0a53 found for delete ", "request_id": "req-7195c8a4-ed70-4c18-bbff-9ca808eeb37a"}]} 2026-04-23 08:58:15.904 7 INFO neutron.services.segments.plugin [-] Segment 19fe0fd5-60ae-45a2-880e-ec172c5b0a53 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19fe0fd5-60ae-45a2-880e-ec172c5b0a53 found for delete ", "request_id": "req-4daa0a4c-dfc6-433a-acba-e2ffac0af8dd"}]} [pid: 8|app: 0|req: 1687/3238] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:58:17 2026] GET /v2.0/security-groups?tenant_id=dc727817072e4c419c1395e54ae8d96e&name=default => generated 2929 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3239] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:58:18 2026] DELETE /v2.0/security-groups/47d8e0d3-7acb-45ef-9f99-8bd977dac40a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3240] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:58:18 2026] GET /v2.0/security-groups?tenant_id=1ad56ee9f1bc4bc5a22cb7f73e00b82e&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3241] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:58:18 2026] DELETE /v2.0/security-groups/5efc7052-0378-4718-a095-163823c8e169 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1689/3242] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:58:18 2026] GET /v2.0/security-groups?tenant_id=4f2b0d14a02f40d49115bee136575321&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: 1554/3243] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:58:18 2026] DELETE /v2.0/security-groups/5d0ef613-efa3-4dbd-8bf7-cca9ee65691a => 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: 1690/3244] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:58:19 2026] GET /v2.0/security-groups?tenant_id=cd1c13268c4c448fb37464c5914f4f65&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3245] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:58:19 2026] DELETE /v2.0/security-groups/51024309-ee4a-48f9-b08a-3ce28ac1e7de => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3246] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:58:19 2026] GET /v2.0/security-groups?tenant_id=347cee1c58f247b496dbdb6637d3ec31&name=default => generated 2929 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3247] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:58:19 2026] DELETE /v2.0/security-groups/076eee1c-11e6-446e-aa12-50a5848f2bb1 => 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: 1692/3248] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:58:19 2026] GET /v2.0/security-groups?tenant_id=5ccc8552cea64b3e84d4183d259e17fd&name=default => generated 2929 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3249] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:58:19 2026] DELETE /v2.0/security-groups/a7a523e2-11ef-4fc3-a435-9f67997f141d => 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: 1693/3250] 10.0.0.127 () {32 vars in 774 bytes} [Thu Apr 23 08:58:20 2026] GET /v2.0/security-groups?tenant_id=62eaa23778264832a220fcf7ec2f6090&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: 1558/3251] 10.0.0.127 () {32 vars in 740 bytes} [Thu Apr 23 08:58:20 2026] DELETE /v2.0/security-groups/d6140f27-d1f8-4b61-859b-8e9a7d6dad1c => 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: 1694/3252] 10.0.0.127 () {32 vars in 649 bytes} [Thu Apr 23 08:58:22 2026] GET /v2.0/networks => generated 2167 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3253] 10.0.0.127 () {32 vars in 655 bytes} [Thu Apr 23 08:58:24 2026] GET /v2.0/floatingips => 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: 1695/3254] 10.0.0.127 () {32 vars in 647 bytes} [Thu Apr 23 08:58:24 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3255] 10.0.0.127 () {32 vars in 643 bytes} [Thu Apr 23 08:58:24 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3256] 10.0.0.127 () {32 vars in 647 bytes} [Thu Apr 23 08:58:24 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3257] 10.0.0.127 () {32 vars in 649 bytes} [Thu Apr 23 08:58:24 2026] GET /v2.0/networks => generated 2167 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3258] 10.0.0.127 () {32 vars in 663 bytes} [Thu Apr 23 08:58:24 2026] GET /v2.0/security-groups => generated 17401 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3259] 10.0.0.127 () {32 vars in 655 bytes} [Thu Apr 23 08:58:24 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)