+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Apr 21 04:06:07 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-176-generic #186-Ubuntu SMP Fri Mar 13 11:01:42 UTC 2026 nodename: neutron-server-59599866d-654wv 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, Nov 6 2025, 13:44:16) [GCC 13.3.0] Python main interpreter initialized at 0x7f2d50d08668 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)... 2026-04-21 04:06:11.884 7 INFO neutron.common.config [-] Logging enabled! 2026-04-21 04:06:11.885 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-21 04:06:11.913 8 INFO neutron.common.config [-] Logging enabled! 2026-04-21 04:06:11.913 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-21 04:06:12.885 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-21 04:06:12.960 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-21 04:06:14.368 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-21 04:06:14.370 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-21 04:06:14.374 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-21 04:06:14.375 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-21 04:06:14.375 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-21 04:06:14.375 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-21 04:06:14.375 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-21 04:06:14.383 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-21 04:06:14.383 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-21 04:06:14.383 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-21 04:06:14.405 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-21 04:06:14.406 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-21 04:06:14.406 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-21 04:06:14.432 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-21 04:06:14.433 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-21 04:06:14.433 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-21 04:06:14.433 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-21 04:06:14.444 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-21 04:06:14.447 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-21 04:06:14.451 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-21 04:06:14.451 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-21 04:06:14.452 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-21 04:06:14.452 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-21 04:06:14.452 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-21 04:06:14.459 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-21 04:06:14.459 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-21 04:06:14.459 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-21 04:06:14.481 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-21 04:06:14.482 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-21 04:06:14.482 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-21 04:06:14.506 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-21 04:06:14.507 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-21 04:06:14.507 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-21 04:06:14.507 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-21 04:06:14.727 7 INFO neutron.plugins.ml2.managers [None req-805c3bc9-c4ab-411a-b5d7-80538c5a6093 - - - - - -] Initializing driver for type 'vlan' 2026-04-21 04:06:14.785 8 INFO neutron.plugins.ml2.managers [None req-762e288c-5bfa-47a9-a26a-6253042fcf4d - - - - - -] Initializing driver for type 'vlan' 2026-04-21 04:06:14.999 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-805c3bc9-c4ab-411a-b5d7-80538c5a6093 - - - - - -] VlanTypeDriver initialization complete 2026-04-21 04:06:14.999 7 INFO neutron.plugins.ml2.managers [None req-805c3bc9-c4ab-411a-b5d7-80538c5a6093 - - - - - -] Initializing driver for type 'vxlan' 2026-04-21 04:06:14.999 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-805c3bc9-c4ab-411a-b5d7-80538c5a6093 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-21 04:06:15.012 7 INFO neutron.plugins.ml2.managers [None req-805c3bc9-c4ab-411a-b5d7-80538c5a6093 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-21 04:06:15.012 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-805c3bc9-c4ab-411a-b5d7-80538c5a6093 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-21 04:06:15.012 7 INFO neutron.plugins.ml2.managers [None req-805c3bc9-c4ab-411a-b5d7-80538c5a6093 - - - - - -] Initializing extension driver 'port_security' 2026-04-21 04:06:15.012 7 INFO neutron.plugins.ml2.extensions.port_security [None req-805c3bc9-c4ab-411a-b5d7-80538c5a6093 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-21 04:06:15.012 7 INFO neutron.plugins.ml2.managers [None req-805c3bc9-c4ab-411a-b5d7-80538c5a6093 - - - - - -] Initializing extension driver 'qos' 2026-04-21 04:06:15.012 7 INFO neutron.plugins.ml2.managers [None req-805c3bc9-c4ab-411a-b5d7-80538c5a6093 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-21 04:06:15.013 7 INFO neutron.plugins.ml2.managers [None req-805c3bc9-c4ab-411a-b5d7-80538c5a6093 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-21 04:06:15.025 7 INFO neutron.quota [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded quota_driver: . 2026-04-21 04:06:15.025 7 INFO neutron.plugins.ml2.plugin [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Modular L2 Plugin initialization complete 2026-04-21 04:06:15.025 7 INFO neutron.plugins.ml2.managers [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-21 04:06:15.026 7 INFO neutron.plugins.ml2.managers [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-21 04:06:15.026 7 INFO neutron.plugins.ml2.managers [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Got port-security extension from driver 'port_security' 2026-04-21 04:06:15.026 7 INFO neutron.manager [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loading Plugin: qos 2026-04-21 04:06:15.038 7 INFO neutron.manager [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loading Plugin: router 2026-04-21 04:06:15.043 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-762e288c-5bfa-47a9-a26a-6253042fcf4d - - - - - -] VlanTypeDriver initialization complete 2026-04-21 04:06:15.043 8 INFO neutron.plugins.ml2.managers [None req-762e288c-5bfa-47a9-a26a-6253042fcf4d - - - - - -] Initializing driver for type 'vxlan' 2026-04-21 04:06:15.044 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-762e288c-5bfa-47a9-a26a-6253042fcf4d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-21 04:06:15.056 8 INFO neutron.plugins.ml2.managers [None req-762e288c-5bfa-47a9-a26a-6253042fcf4d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-21 04:06:15.056 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-762e288c-5bfa-47a9-a26a-6253042fcf4d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-21 04:06:15.057 8 INFO neutron.plugins.ml2.managers [None req-762e288c-5bfa-47a9-a26a-6253042fcf4d - - - - - -] Initializing extension driver 'port_security' 2026-04-21 04:06:15.057 8 INFO neutron.plugins.ml2.extensions.port_security [None req-762e288c-5bfa-47a9-a26a-6253042fcf4d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-21 04:06:15.057 8 INFO neutron.plugins.ml2.managers [None req-762e288c-5bfa-47a9-a26a-6253042fcf4d - - - - - -] Initializing extension driver 'qos' 2026-04-21 04:06:15.057 8 INFO neutron.plugins.ml2.managers [None req-762e288c-5bfa-47a9-a26a-6253042fcf4d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-21 04:06:15.057 8 INFO neutron.plugins.ml2.managers [None req-762e288c-5bfa-47a9-a26a-6253042fcf4d - - - - - -] Initializing mechanism driver 'l2population' 2026-04-21 04:06:15.068 8 INFO neutron.quota [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded quota_driver: . 2026-04-21 04:06:15.069 8 INFO neutron.plugins.ml2.plugin [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Modular L2 Plugin initialization complete 2026-04-21 04:06:15.069 8 INFO neutron.plugins.ml2.managers [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-21 04:06:15.069 8 INFO neutron.plugins.ml2.managers [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-21 04:06:15.069 8 INFO neutron.plugins.ml2.managers [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-21 04:06:15.069 8 INFO neutron.manager [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loading Plugin: qos 2026-04-21 04:06:15.082 8 INFO neutron.manager [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loading Plugin: router 2026-04-21 04:06:15.083 7 INFO neutron.services.service_base [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-21 04:06:15.083 7 INFO neutron.manager [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loading Plugin: segments 2026-04-21 04:06:15.126 8 INFO neutron.services.service_base [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-21 04:06:15.126 8 INFO neutron.manager [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loading Plugin: segments 2026-04-21 04:06:15.177 7 INFO neutron.manager [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loading Plugin: trunk 2026-04-21 04:06:15.191 7 INFO neutron.manager [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loading Plugin: vpnaas 2026-04-21 04:06:15.218 8 INFO neutron.manager [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loading Plugin: trunk 2026-04-21 04:06:15.229 7 WARNING stevedore.named [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-21 04:06:15.231 8 INFO neutron.manager [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loading Plugin: vpnaas 2026-04-21 04:06:15.270 8 WARNING stevedore.named [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-21 04:06:15.296 7 INFO neutron_vpnaas.services.vpn.plugin [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-21 04:06:15.296 7 INFO neutron.common.utils [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-21 04:06:15.296 7 INFO neutron.manager [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loading Plugin: taas 2026-04-21 04:06:15.319 7 WARNING stevedore.named [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-21 04:06:15.319 7 WARNING stevedore.named [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-21 04:06:15.332 8 INFO neutron_vpnaas.services.vpn.plugin [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-21 04:06:15.332 8 INFO neutron.common.utils [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-21 04:06:15.333 8 INFO neutron.manager [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loading Plugin: taas 2026-04-21 04:06:15.341 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-21 04:06:15.342 7 INFO neutron.manager [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loading Plugin: tapmirror 2026-04-21 04:06:15.354 7 WARNING stevedore.named [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-21 04:06:15.355 7 WARNING stevedore.named [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-21 04:06:15.356 8 WARNING stevedore.named [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-21 04:06:15.356 8 WARNING stevedore.named [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-21 04:06:15.370 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-21 04:06:15.370 7 INFO neutron.manager [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loading Plugin: auto_allocate 2026-04-21 04:06:15.373 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-21 04:06:15.374 8 INFO neutron.manager [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loading Plugin: tapmirror 2026-04-21 04:06:15.381 7 INFO neutron.manager [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loading Plugin: tag 2026-04-21 04:06:15.382 8 WARNING stevedore.named [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-21 04:06:15.382 8 WARNING stevedore.named [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-21 04:06:15.388 7 INFO neutron.manager [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loading Plugin: timestamp 2026-04-21 04:06:15.391 7 INFO neutron.manager [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loading Plugin: network_ip_availability 2026-04-21 04:06:15.395 7 INFO neutron.manager [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loading Plugin: flavors 2026-04-21 04:06:15.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-21 04:06:15.398 8 INFO neutron.manager [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loading Plugin: auto_allocate 2026-04-21 04:06:15.398 7 INFO neutron.manager [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loading Plugin: revisions 2026-04-21 04:06:15.401 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Initializing extension manager. 2026-04-21 04:06:15.403 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: address-group 2026-04-21 04:06:15.404 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: address-scope 2026-04-21 04:06:15.405 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-21 04:06:15.405 8 INFO neutron.manager [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loading Plugin: tag 2026-04-21 04:06:15.405 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: agent 2026-04-21 04:06:15.406 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: agent-resources-synced 2026-04-21 04:06:15.407 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: allowed-address-pairs 2026-04-21 04:06:15.408 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: auto-allocated-topology 2026-04-21 04:06:15.408 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: availability_zone 2026-04-21 04:06:15.409 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: availability_zone_filter 2026-04-21 04:06:15.409 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-21 04:06:15.410 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: default-subnetpools 2026-04-21 04:06:15.411 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-21 04:06:15.412 8 INFO neutron.manager [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loading Plugin: timestamp 2026-04-21 04:06:15.412 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: dns-integration 2026-04-21 04:06:15.413 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: dns-domain-ports 2026-04-21 04:06:15.413 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-21 04:06:15.414 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: dvr 2026-04-21 04:06:15.414 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-21 04:06:15.414 8 INFO neutron.manager [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loading Plugin: network_ip_availability 2026-04-21 04:06:15.415 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: empty-string-filtering 2026-04-21 04:06:15.415 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-21 04:06:15.416 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-21 04:06:15.416 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: external-net 2026-04-21 04:06:15.416 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-21 04:06:15.417 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: extraroute 2026-04-21 04:06:15.418 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: extraroute-atomic 2026-04-21 04:06:15.418 8 INFO neutron.manager [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loading Plugin: flavors 2026-04-21 04:06:15.418 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-21 04:06:15.419 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-21 04:06:15.419 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-21 04:06:15.420 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-21 04:06:15.420 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: fip-port-details 2026-04-21 04:06:15.421 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: flavors 2026-04-21 04:06:15.422 8 INFO neutron.manager [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loading Plugin: revisions 2026-04-21 04:06:15.423 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-21 04:06:15.424 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: floatingip-pools 2026-04-21 04:06:15.424 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: ip_allocation 2026-04-21 04:06:15.425 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: ip-substring-filtering 2026-04-21 04:06:15.425 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: l2_adjacency 2026-04-21 04:06:15.425 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Initializing extension manager. 2026-04-21 04:06:15.426 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: router 2026-04-21 04:06:15.426 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: address-group 2026-04-21 04:06:15.428 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: address-scope 2026-04-21 04:06:15.428 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-21 04:06:15.428 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-21 04:06:15.429 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-21 04:06:15.429 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: agent 2026-04-21 04:06:15.429 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-21 04:06:15.430 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: agent-resources-synced 2026-04-21 04:06:15.430 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: ext-gw-mode 2026-04-21 04:06:15.431 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: l3-ha 2026-04-21 04:06:15.431 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-21 04:06:15.431 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-21 04:06:15.432 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-21 04:06:15.432 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-21 04:06:15.432 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: l3-flavors 2026-04-21 04:06:15.432 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: availability_zone 2026-04-21 04:06:15.433 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: availability_zone_filter 2026-04-21 04:06:15.433 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-21 04:06:15.433 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-21 04:06:15.434 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-21 04:06:15.434 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: default-subnetpools 2026-04-21 04:06:15.435 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-21 04:06:15.436 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-21 04:06:15.436 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: dns-integration 2026-04-21 04:06:15.436 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: dns-domain-ports 2026-04-21 04:06:15.437 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-21 04:06:15.437 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-21 04:06:15.437 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: dvr 2026-04-21 04:06:15.438 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-21 04:06:15.438 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-21 04:06:15.438 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: empty-string-filtering 2026-04-21 04:06:15.439 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-21 04:06:15.439 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-21 04:06:15.439 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-21 04:06:15.439 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-21 04:06:15.440 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: external-net 2026-04-21 04:06:15.440 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: multi-provider 2026-04-21 04:06:15.440 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-21 04:06:15.441 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: net-mtu 2026-04-21 04:06:15.441 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: extraroute 2026-04-21 04:06:15.441 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: net-mtu-writable 2026-04-21 04:06:15.441 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: extraroute-atomic 2026-04-21 04:06:15.442 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: network_availability_zone 2026-04-21 04:06:15.442 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-21 04:06:15.442 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: network_ha 2026-04-21 04:06:15.442 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-21 04:06:15.443 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: network-ip-availability 2026-04-21 04:06:15.443 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-21 04:06:15.443 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-21 04:06:15.444 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-21 04:06:15.444 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: fip-port-details 2026-04-21 04:06:15.444 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: pagination 2026-04-21 04:06:15.445 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: port-device-profile 2026-04-21 04:06:15.445 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: flavors 2026-04-21 04:06:15.445 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-21 04:06:15.446 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-21 04:06:15.446 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-21 04:06:15.446 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-21 04:06:15.447 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: port-mac-override 2026-04-21 04:06:15.447 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: floatingip-pools 2026-04-21 04:06:15.447 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-21 04:06:15.447 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: ip_allocation 2026-04-21 04:06:15.447 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-21 04:06:15.448 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-21 04:06:15.448 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-21 04:06:15.448 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: l2_adjacency 2026-04-21 04:06:15.448 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: port-resource-request 2026-04-21 04:06:15.449 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: port-resource-request-groups 2026-04-21 04:06:15.449 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: router 2026-04-21 04:06:15.449 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-21 04:06:15.450 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: binding 2026-04-21 04:06:15.451 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: binding-extended 2026-04-21 04:06:15.451 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-21 04:06:15.451 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: port-security 2026-04-21 04:06:15.452 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: project-id 2026-04-21 04:06:15.452 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-21 04:06:15.452 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: provider 2026-04-21 04:06:15.452 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-21 04:06:15.453 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: ext-gw-mode 2026-04-21 04:06:15.453 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-21 04:06:15.453 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: l3-ha 2026-04-21 04:06:15.454 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-21 04:06:15.454 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-21 04:06:15.456 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: l3-flavors 2026-04-21 04:06:15.456 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: qos 2026-04-21 04:06:15.456 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-21 04:06:15.456 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-21 04:06:15.457 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-21 04:06:15.457 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-21 04:06:15.457 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: qos-default 2026-04-21 04:06:15.458 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: qos-fip 2026-04-21 04:06:15.458 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-21 04:06:15.459 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: qos-gateway-ip 2026-04-21 04:06:15.459 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-21 04:06:15.459 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: qos-port-network-policy 2026-04-21 04:06:15.460 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: qos-pps-minimum 2026-04-21 04:06:15.460 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-21 04:06:15.460 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-21 04:06:15.461 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: qos-pps 2026-04-21 04:06:15.461 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-21 04:06:15.462 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: qos-rule-type-details 2026-04-21 04:06:15.462 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-21 04:06:15.462 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-21 04:06:15.463 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: qos-rules-alias 2026-04-21 04:06:15.463 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-21 04:06:15.463 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: quota-check-limit 2026-04-21 04:06:15.463 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: multi-provider 2026-04-21 04:06:15.464 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: quota-check-limit-default 2026-04-21 04:06:15.465 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: net-mtu 2026-04-21 04:06:15.465 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: net-mtu-writable 2026-04-21 04:06:15.466 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: network_availability_zone 2026-04-21 04:06:15.466 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: quotas 2026-04-21 04:06:15.466 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: network_ha 2026-04-21 04:06:15.467 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: network-ip-availability 2026-04-21 04:06:15.467 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: quota_details 2026-04-21 04:06:15.468 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-21 04:06:15.468 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: pagination 2026-04-21 04:06:15.468 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: rbac-policies 2026-04-21 04:06:15.469 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: port-device-profile 2026-04-21 04:06:15.469 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: rbac-address-group 2026-04-21 04:06:15.469 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-21 04:06:15.469 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: rbac-address-scope 2026-04-21 04:06:15.470 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-21 04:06:15.470 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: rbac-security-groups 2026-04-21 04:06:15.470 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-21 04:06:15.470 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: rbac-subnetpool 2026-04-21 04:06:15.471 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: port-mac-override 2026-04-21 04:06:15.471 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: revision-if-match 2026-04-21 04:06:15.471 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-21 04:06:15.471 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: standard-attr-revisions 2026-04-21 04:06:15.472 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-21 04:06:15.472 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: router_availability_zone 2026-04-21 04:06:15.472 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-21 04:06:15.473 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: port-resource-request 2026-04-21 04:06:15.472 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-21 04:06:15.473 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-21 04:06:15.473 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-21 04:06:15.474 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: binding 2026-04-21 04:06:15.474 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: security-groups-default-rules 2026-04-21 04:06:15.475 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-21 04:06:15.475 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: binding-extended 2026-04-21 04:06:15.475 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-21 04:06:15.475 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: port-security 2026-04-21 04:06:15.476 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: project-id 2026-04-21 04:06:15.476 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-21 04:06:15.476 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: provider 2026-04-21 04:06:15.476 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-21 04:06:15.477 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-21 04:06:15.477 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-21 04:06:15.479 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: qos 2026-04-21 04:06:15.480 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-21 04:06:15.481 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-21 04:06:15.481 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: qos-default 2026-04-21 04:06:15.481 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: security-group 2026-04-21 04:06:15.482 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: qos-fip 2026-04-21 04:06:15.482 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-21 04:06:15.482 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: segment 2026-04-21 04:06:15.483 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-21 04:06:15.483 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-21 04:06:15.483 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-21 04:06:15.483 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: service-type 2026-04-21 04:06:15.484 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-21 04:06:15.484 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: sorting 2026-04-21 04:06:15.484 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: standard-attr-segment 2026-04-21 04:06:15.484 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-21 04:06:15.485 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: qos-pps 2026-04-21 04:06:15.485 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: standard-attr-description 2026-04-21 04:06:15.485 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-21 04:06:15.485 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: stateful-security-group 2026-04-21 04:06:15.486 7 WARNING neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-21 04:06:15.486 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-21 04:06:15.486 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: qos-rules-alias 2026-04-21 04:06:15.487 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: quota-check-limit 2026-04-21 04:06:15.487 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-21 04:06:15.487 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: subnet-external-network 2026-04-21 04:06:15.488 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-21 04:06:15.489 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: subnet_onboard 2026-04-21 04:06:15.490 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: quotas 2026-04-21 04:06:15.490 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-21 04:06:15.490 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: subnet-service-types 2026-04-21 04:06:15.491 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: quota_details 2026-04-21 04:06:15.491 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: subnet_allocation 2026-04-21 04:06:15.491 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-21 04:06:15.492 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: rbac-policies 2026-04-21 04:06:15.492 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: tag-creation 2026-04-21 04:06:15.492 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: rbac-address-group 2026-04-21 04:06:15.493 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-21 04:06:15.493 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: rbac-address-scope 2026-04-21 04:06:15.493 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: rbac-security-groups 2026-04-21 04:06:15.494 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-21 04:06:15.494 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: revision-if-match 2026-04-21 04:06:15.495 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-21 04:06:15.496 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: router_availability_zone 2026-04-21 04:06:15.496 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-21 04:06:15.496 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: standard-attr-tag 2026-04-21 04:06:15.497 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-21 04:06:15.498 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: trunk 2026-04-21 04:06:15.498 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-21 04:06:15.498 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: trunk-details 2026-04-21 04:06:15.498 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-21 04:06:15.499 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-21 04:06:15.499 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-21 04:06:15.499 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-21 04:06:15.499 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-21 04:06:15.500 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-21 04:06:15.500 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-21 04:06:15.500 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-21 04:06:15.500 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-21 04:06:15.502 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-21 04:06:15.503 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-21 04:06:15.503 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: vpn-flavors 2026-04-21 04:06:15.505 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: security-group 2026-04-21 04:06:15.505 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: vpnaas 2026-04-21 04:06:15.506 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: segment 2026-04-21 04:06:15.506 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-21 04:06:15.506 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: taas 2026-04-21 04:06:15.507 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: service-type 2026-04-21 04:06:15.507 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: sorting 2026-04-21 04:06:15.507 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: tap-mirror 2026-04-21 04:06:15.508 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: standard-attr-segment 2026-04-21 04:06:15.508 7 INFO neutron.api.extensions [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Loaded extension: taas-vlan-filter 2026-04-21 04:06:15.508 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: standard-attr-description 2026-04-21 04:06:15.509 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: stateful-security-group 2026-04-21 04:06:15.509 8 WARNING neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-21 04:06:15.510 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-21 04:06:15.510 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-21 04:06:15.510 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: subnet-external-network 2026-04-21 04:06:15.510 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-21 04:06:15.511 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-21 04:06:15.511 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-21 04:06:15.511 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: subnet_onboard 2026-04-21 04:06:15.511 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-21 04:06:15.512 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: subnet-service-types 2026-04-21 04:06:15.512 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: subnet_allocation 2026-04-21 04:06:15.513 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-21 04:06:15.514 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: tag-creation 2026-04-21 04:06:15.514 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-21 04:06:15.514 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-21 04:06:15.515 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-21 04:06:15.519 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-21 04:06:15.519 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: standard-attr-tag 2026-04-21 04:06:15.519 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-21 04:06:15.520 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-21 04:06:15.520 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-21 04:06:15.520 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-21 04:06:15.521 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] subnetpool is already registered 2026-04-21 04:06:15.521 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: trunk 2026-04-21 04:06:15.521 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-21 04:06:15.521 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] subnetpool is already registered 2026-04-21 04:06:15.521 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: trunk-details 2026-04-21 04:06:15.522 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-21 04:06:15.522 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-21 04:06:15.522 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-21 04:06:15.522 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-21 04:06:15.522 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-21 04:06:15.523 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-21 04:06:15.523 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-21 04:06:15.523 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-21 04:06:15.523 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-21 04:06:15.524 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-21 04:06:15.524 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-21 04:06:15.524 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] ipsecpolicy is already registered 2026-04-21 04:06:15.525 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-21 04:06:15.525 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] ikepolicy is already registered 2026-04-21 04:06:15.525 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-21 04:06:15.526 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-21 04:06:15.527 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: vpn-flavors 2026-04-21 04:06:15.528 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: vpnaas 2026-04-21 04:06:15.529 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-21 04:06:15.529 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] router is already registered 2026-04-21 04:06:15.529 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: taas 2026-04-21 04:06:15.530 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-21 04:06:15.530 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] floatingip is already registered 2026-04-21 04:06:15.530 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: tap-mirror 2026-04-21 04:06:15.531 8 INFO neutron.api.extensions [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-21 04:06:15.533 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-21 04:06:15.533 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-21 04:06:15.533 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] rbac_policy is already registered 2026-04-21 04:06:15.534 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-21 04:06:15.534 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-21 04:06:15.534 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-21 04:06:15.534 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-21 04:06:15.534 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] security_group is already registered 2026-04-21 04:06:15.534 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-21 04:06:15.535 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] security_group_rule is already registered 2026-04-21 04:06:15.535 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-21 04:06:15.536 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] subnetpool is already registered 2026-04-21 04:06:15.536 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-21 04:06:15.536 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] subnetpool is already registered 2026-04-21 04:06:15.536 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-21 04:06:15.537 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] trunk is already registered 2026-04-21 04:06:15.537 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-21 04:06:15.537 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-21 04:06:15.537 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] ikepolicy is already registered 2026-04-21 04:06:15.537 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-21 04:06:15.538 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-21 04:06:15.538 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] ipsecpolicy is already registered 2026-04-21 04:06:15.538 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-21 04:06:15.538 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] endpoint_group is already registered 2026-04-21 04:06:15.539 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-21 04:06:15.539 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] vpnservice is already registered 2026-04-21 04:06:15.539 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-21 04:06:15.539 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] ipsec_site_connection is already registered 2026-04-21 04:06:15.539 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-21 04:06:15.540 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] ipsecpolicy is already registered 2026-04-21 04:06:15.540 7 INFO neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-21 04:06:15.540 7 WARNING neutron.quota.resource_registry [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] ikepolicy is already registered 2026-04-21 04:06:15.542 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-21 04:06:15.542 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-21 04:06:15.543 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-21 04:06:15.543 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-21 04:06:15.544 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] subnetpool is already registered 2026-04-21 04:06:15.544 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-21 04:06:15.544 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] subnetpool is already registered 2026-04-21 04:06:15.545 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-21 04:06:15.545 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-21 04:06:15.545 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-21 04:06:15.546 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-21 04:06:15.546 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-21 04:06:15.547 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-21 04:06:15.547 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-21 04:06:15.547 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] ipsecpolicy is already registered 2026-04-21 04:06:15.547 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-21 04:06:15.548 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] ikepolicy is already registered 2026-04-21 04:06:15.552 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-21 04:06:15.552 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] router is already registered 2026-04-21 04:06:15.553 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-21 04:06:15.553 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] floatingip is already registered 2026-04-21 04:06:15.556 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-21 04:06:15.556 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] rbac_policy is already registered 2026-04-21 04:06:15.557 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-21 04:06:15.557 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] security_group is already registered 2026-04-21 04:06:15.557 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-21 04:06:15.558 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] security_group_rule is already registered 2026-04-21 04:06:15.558 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-21 04:06:15.558 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] subnetpool is already registered 2026-04-21 04:06:15.559 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-21 04:06:15.559 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] subnetpool is already registered 2026-04-21 04:06:15.559 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-21 04:06:15.560 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] trunk is already registered 2026-04-21 04:06:15.560 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-21 04:06:15.560 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] ikepolicy is already registered 2026-04-21 04:06:15.560 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-21 04:06:15.561 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] ipsecpolicy is already registered 2026-04-21 04:06:15.561 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-21 04:06:15.561 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] endpoint_group is already registered 2026-04-21 04:06:15.561 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-21 04:06:15.562 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] vpnservice is already registered 2026-04-21 04:06:15.562 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-21 04:06:15.562 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] ipsec_site_connection is already registered 2026-04-21 04:06:15.562 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-21 04:06:15.563 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] ipsecpolicy is already registered 2026-04-21 04:06:15.563 8 INFO neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-21 04:06:15.563 8 WARNING neutron.quota.resource_registry [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] ikepolicy is already registered 2026-04-21 04:06:15.577 7 WARNING keystonemiddleware._common.config [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-21 04:06:15.584 7 WARNING oslo_config.cfg [None req-0c889a65-1ae7-418f-80af-c977831d750d - - - - - -] 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 0x7f2d50d08668 pid: 7 (default app) 2026-04-21 04:06:15.600 8 WARNING keystonemiddleware._common.config [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-21 04:06:15.606 8 WARNING oslo_config.cfg [None req-0a3e1dd9-d699-4c87-b8fe-769ae9262805 - - - - - -] 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 0x7f2d50d08668 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-21 04:06:20.286 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c542baf8-6970-4c79-a689-a1b9e5cf11fb b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/4] 199.204.45.144 () {44 vars in 926 bytes} [Tue Apr 21 04:06:19 2026] GET /v2.0/networks/public => generated 108 bytes in 850 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: 2/5] 199.204.45.144 () {44 vars in 948 bytes} [Tue Apr 21 04:06:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:06:21.105 7 WARNING neutron.services.revisions.revision_plugin [None req-5b17e7b1-ba08-4f18-b764-b5db69a84026 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Could not find related network for resource to bump revision. 2026-04-21 04:06:21.129 7 INFO neutron.db.segments_db [None req-5b17e7b1-ba08-4f18-b764-b5db69a84026 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 667f6c52-57b4-448e-b0ac-58c699ea3f77 of type flat for network 475eb75e-6aa5-4341-b273-f32c7fc7c28d 2026-04-21 04:06:21.193 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5b17e7b1-ba08-4f18-b764-b5db69a84026 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/6] 199.204.45.144 () {48 vars in 966 bytes} [Tue Apr 21 04:06:20 2026] POST /v2.0/networks => generated 124 bytes in 544 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:06:27.362 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6babae88-9108-40c8-8705-cb85c818aa61 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 199.204.45.144 () {44 vars in 926 bytes} [Tue Apr 21 04:06:26 2026] GET /v2.0/networks/public => generated 108 bytes in 371 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 199.204.45.144 () {44 vars in 948 bytes} [Tue Apr 21 04:06:27 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-21 04:06:27.639 8 WARNING neutron.services.revisions.revision_plugin [None req-48735aee-f2e6-4624-9ddb-e86d838cbd5d b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Could not find related network for resource to bump revision. 2026-04-21 04:06:27.663 8 INFO neutron.db.segments_db [None req-48735aee-f2e6-4624-9ddb-e86d838cbd5d b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment df78d2c3-6087-49c7-a371-5410caee9eec of type flat for network f1ef3265-b41a-4bb9-b1bd-d359834f349e 2026-04-21 04:06:27.713 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48735aee-f2e6-4624-9ddb-e86d838cbd5d b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 199.204.45.144 () {48 vars in 966 bytes} [Tue Apr 21 04:06:27 2026] POST /v2.0/networks => generated 124 bytes in 335 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:06:33.565 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b68379b-6049-48d8-b7a3-76ecee361f4f b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/10] 199.204.45.144 () {44 vars in 926 bytes} [Tue Apr 21 04:06:33 2026] GET /v2.0/networks/public => generated 108 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/11] 199.204.45.144 () {44 vars in 948 bytes} [Tue Apr 21 04:06:33 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:06:33.636 7 WARNING neutron.services.revisions.revision_plugin [None req-57cee3ef-dba8-4042-88b9-70a8e27249df b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Could not find related network for resource to bump revision. 2026-04-21 04:06:33.651 7 INFO neutron.db.segments_db [None req-57cee3ef-dba8-4042-88b9-70a8e27249df b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 32b6b72d-bb37-4679-98de-472394137293 of type flat for network 19cceda0-06d8-46ba-b5b5-a2c9c0fd1fdd 2026-04-21 04:06:33.674 7 INFO neutron.pecan_wsgi.hooks.translation [None req-57cee3ef-dba8-4042-88b9-70a8e27249df b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/12] 199.204.45.144 () {48 vars in 966 bytes} [Tue Apr 21 04:06:33 2026] POST /v2.0/networks => generated 124 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:06:39.513 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb7c4e37-1bc0-43a2-9a61-7dcdcca914c5 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/14] 199.204.45.144 () {44 vars in 926 bytes} [Tue Apr 21 04:06:39 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/15] 199.204.45.144 () {44 vars in 948 bytes} [Tue Apr 21 04:06:39 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:06:39.581 7 WARNING neutron.services.revisions.revision_plugin [None req-c867d731-ff82-4311-a7dc-40afd3cdfd9e b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Could not find related network for resource to bump revision. 2026-04-21 04:06:39.599 7 INFO neutron.db.segments_db [None req-c867d731-ff82-4311-a7dc-40afd3cdfd9e b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 7ae83438-faa3-4f15-bbb5-8c364a58f024 of type flat for network f8d63b4a-8a44-40e6-a4d0-90afe9060841 2026-04-21 04:06:39.629 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c867d731-ff82-4311-a7dc-40afd3cdfd9e b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/16] 199.204.45.144 () {48 vars in 966 bytes} [Tue Apr 21 04:06:39 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:06:45.523 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a289d135-bd2b-4227-a1ad-e12e90f18df4 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/17] 199.204.45.144 () {44 vars in 926 bytes} [Tue Apr 21 04:06:45 2026] GET /v2.0/networks/public => generated 108 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/18] 199.204.45.144 () {44 vars in 948 bytes} [Tue Apr 21 04:06:45 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-21 04:06:45.600 8 WARNING neutron.services.revisions.revision_plugin [None req-4d6a3513-4d3d-4530-b5e3-fe1b40eed90e b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Could not find related network for resource to bump revision. 2026-04-21 04:06:45.644 8 INFO neutron.db.segments_db [None req-4d6a3513-4d3d-4530-b5e3-fe1b40eed90e b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment f13c012c-843e-42f7-861b-9b764b4b815e of type flat for network 50a80dae-5957-49ae-b6b6-9d86ad2d70a9 2026-04-21 04:06:45.672 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4d6a3513-4d3d-4530-b5e3-fe1b40eed90e b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/19] 199.204.45.144 () {48 vars in 966 bytes} [Tue Apr 21 04:06:45 2026] POST /v2.0/networks => generated 124 bytes in 140 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:06:51.495 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1718b70a-b316-4491-93b0-92520920c508 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/21] 199.204.45.144 () {44 vars in 926 bytes} [Tue Apr 21 04:06:51 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/22] 199.204.45.144 () {44 vars in 948 bytes} [Tue Apr 21 04:06:51 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:06:51.991 8 WARNING neutron.services.revisions.revision_plugin [None req-b13028e6-09f2-4110-bf76-662f213dd78c b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Could not find related network for resource to bump revision. 2026-04-21 04:06:52.010 8 INFO neutron.db.segments_db [None req-b13028e6-09f2-4110-bf76-662f213dd78c b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment da4c9ffc-cec6-40d5-a81e-b2b1a1e06005 of type flat for network 24eef496-0865-405b-a32d-21ea96cd6f1a [pid: 8|app: 0|req: 11/23] 199.204.45.144 () {48 vars in 966 bytes} [Tue Apr 21 04:06:51 2026] POST /v2.0/networks => generated 706 bytes in 2815 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:06:55.520 7 INFO neutron.pecan_wsgi.hooks.translation [None req-43d1c2c9-6c3c-48fb-a0a0-9601cc4145b3 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/24] 199.204.45.144 () {44 vars in 926 bytes} [Tue Apr 21 04:06:55 2026] GET /v2.0/networks/public => generated 108 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/25] 199.204.45.144 () {44 vars in 948 bytes} [Tue Apr 21 04:06:55 2026] GET /v2.0/networks?name=public => generated 709 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:06:55.602 7 INFO neutron.pecan_wsgi.hooks.translation [None req-eb7467e3-514b-4dfc-a9df-55bd1d2fe3b4 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/26] 199.204.45.144 () {44 vars in 1033 bytes} [Tue Apr 21 04:06:55 2026] GET /v2.0/subnets/public-subnet?network_id=24eef496-0865-405b-a32d-21ea96cd6f1a => generated 113 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/27] 199.204.45.144 () {44 vars in 1056 bytes} [Tue Apr 21 04:06:55 2026] GET /v2.0/subnets?name=public-subnet&network_id=24eef496-0865-405b-a32d-21ea96cd6f1a => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/28] 199.204.45.144 () {48 vars in 964 bytes} [Tue Apr 21 04:06:55 2026] POST /v2.0/subnets => generated 664 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:11:46.430 8 INFO neutron.pecan_wsgi.hooks.translation [None req-deb8a992-785b-4b87-9151-6ad8feee55aa b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/66] 199.204.45.144 () {44 vars in 936 bytes} [Tue Apr 21 04:11:46 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/67] 199.204.45.144 () {44 vars in 958 bytes} [Tue Apr 21 04:11:46 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:11:46.516 8 INFO neutron.db.segments_db [None req-c0f1d0a8-46bd-479f-b8b0-fd9d0aa0f67a b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 1e622aab-70ef-4937-a9b0-7403868c6e80 of type vxlan for network 13181b88-ba02-40af-8110-ced5b2781cde [pid: 8|app: 0|req: 34/68] 199.204.45.144 () {48 vars in 965 bytes} [Tue Apr 21 04:11:46 2026] POST /v2.0/networks => generated 688 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:11:47.545 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d454b449-2d7b-4624-9daf-c5cf522416b2 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/69] 199.204.45.144 () {44 vars in 936 bytes} [Tue Apr 21 04:11:47 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/70] 199.204.45.144 () {44 vars in 958 bytes} [Tue Apr 21 04:11:47 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:11:47.602 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11eadc75-add7-433c-bdf9-56282d6d92f5 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/71] 199.204.45.144 () {44 vars in 1035 bytes} [Tue Apr 21 04:11:47 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=13181b88-ba02-40af-8110-ced5b2781cde => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/72] 199.204.45.144 () {44 vars in 1058 bytes} [Tue Apr 21 04:11:47 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=13181b88-ba02-40af-8110-ced5b2781cde => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/73] 199.204.45.144 () {48 vars in 964 bytes} [Tue Apr 21 04:11:47 2026] POST /v2.0/subnets => generated 651 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:11:48.931 8 INFO neutron.api.v2.resource [None req-43f13993-a274-45fc-a3d5-ff719dff0c18 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/74] 199.204.45.144 () {44 vars in 970 bytes} [Tue Apr 21 04:11:48 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/75] 199.204.45.144 () {44 vars in 992 bytes} [Tue Apr 21 04:11:48 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/76] 199.204.45.144 () {48 vars in 979 bytes} [Tue Apr 21 04:11:48 2026] POST /v2.0/security-groups => generated 1616 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/79] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:50 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 1616 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/80] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:50 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => 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: 41/81] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:50 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => 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/82] 199.204.45.144 () {48 vars in 990 bytes} [Tue Apr 21 04:11:50 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/83] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:51 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 2230 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/84] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:51 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 2230 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/85] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:51 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/86] 199.204.45.144 () {48 vars in 990 bytes} [Tue Apr 21 04:11:51 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/87] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:52 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => 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/88] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:52 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/89] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:52 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/90] 199.204.45.144 () {48 vars in 990 bytes} [Tue Apr 21 04:11:52 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/91] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:53 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 3462 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/92] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:53 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/93] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:53 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 3462 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/94] 199.204.45.144 () {48 vars in 990 bytes} [Tue Apr 21 04:11:53 2026] POST /v2.0/security-group-rules => generated 603 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/95] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:54 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 4078 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/96] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:54 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 4078 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/97] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:54 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 4078 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/98] 199.204.45.144 () {48 vars in 990 bytes} [Tue Apr 21 04:11:54 2026] POST /v2.0/security-group-rules => generated 603 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.204.45.144 () {44 vars in 986 bytes} [Tue Apr 21 04:11:55 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde => generated 732 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:11:55.718 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6cbc5bfe-ae83-4bc1-b42d-65ec1b1f088e b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 50/100] 199.204.45.144 () {44 vars in 1075 bytes} [Tue Apr 21 04:11:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=13181b88-ba02-40af-8110-ced5b2781cde => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.144 () {44 vars in 1098 bytes} [Tue Apr 21 04:11:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=13181b88-ba02-40af-8110-ced5b2781cde => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/102] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:11:55 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/103] 199.204.45.144 () {48 vars in 960 bytes} [Tue Apr 21 04:11:55 2026] POST /v2.0/ports => generated 1092 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-21 04:12:03.178 7 INFO neutron.pecan_wsgi.hooks.translation [None req-24b43629-9039-4812-b30a-6acd558550cb b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 52/104] 199.204.45.144 () {44 vars in 978 bytes} [Tue Apr 21 04:12:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /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: 53/105] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:12:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1095 bytes in 494 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/106] 199.204.45.144 () {48 vars in 1030 bytes} [Tue Apr 21 04:12:03 2026] PUT /v2.0/ports/95a16e2a-2066-4add-82fd-5cf0974e21e5 => generated 1241 bytes in 747 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/109] 199.204.45.144 () {44 vars in 919 bytes} [Tue Apr 21 04:12:05 2026] GET /v2.0/ports => generated 3722 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-21 04:12:06.954 7 INFO neutron.api.v2.resource [None req-20b2d2ce-1466-46ca-9e58-f87eb41af86a b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/110] 199.204.45.144 () {44 vars in 958 bytes} [Tue Apr 21 04:12:06 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 199.204.45.144 () {44 vars in 980 bytes} [Tue Apr 21 04:12:06 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 199.204.45.144 () {48 vars in 979 bytes} [Tue Apr 21 04:12:06 2026] POST /v2.0/security-groups => generated 1610 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/113] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:12:07 2026] GET /v2.0/security-groups/d122da7b-db0b-4b48-a38c-0ca858e16e36 => generated 1610 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/114] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:12:08 2026] GET /v2.0/security-groups/d122da7b-db0b-4b48-a38c-0ca858e16e36 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/115] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:12:08 2026] GET /v2.0/security-groups/d122da7b-db0b-4b48-a38c-0ca858e16e36 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/116] 199.204.45.144 () {48 vars in 990 bytes} [Tue Apr 21 04:12:08 2026] POST /v2.0/security-group-rules => generated 619 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/117] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:12:08 2026] GET /v2.0/security-groups/d122da7b-db0b-4b48-a38c-0ca858e16e36 => generated 2242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/118] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:12:09 2026] GET /v2.0/security-groups/d122da7b-db0b-4b48-a38c-0ca858e16e36 => generated 2242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/119] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:12:09 2026] GET /v2.0/security-groups/d122da7b-db0b-4b48-a38c-0ca858e16e36 => generated 2242 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/120] 199.204.45.144 () {48 vars in 990 bytes} [Tue Apr 21 04:12:09 2026] POST /v2.0/security-group-rules => generated 623 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 66/131] 199.204.45.144 () {44 vars in 974 bytes} [Tue Apr 21 04:13:22 2026] GET /v2.0/quotas/d577b3c046704602b5b7697257a0a3a0 => 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: 66/132] 199.204.45.144 () {48 vars in 1026 bytes} [Tue Apr 21 04:13:22 2026] PUT /v2.0/quotas/d577b3c046704602b5b7697257a0a3a0 => generated 291 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-21 04:15:42.872 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b2c99de2-caa1-4710-be2b-4d6ad8e27188 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/151] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:15:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 176 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: 76/152] 199.204.45.144 () {30 vars in 762 bytes} [Tue Apr 21 04:15:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1244 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:15:44.694 8 INFO neutron.pecan_wsgi.hooks.translation [None req-88a7c414-e3bd-4197-88b9-03de44d951eb b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/153] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:15:44 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 77/154] 199.204.45.144 () {30 vars in 762 bytes} [Tue Apr 21 04:15:44 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:22:52.705 8 INFO neutron.api.v2.resource [None req-8e96b8f5-8d78-4583-b3a8-0deeaee311d3 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 107/213] 199.204.45.144 () {44 vars in 1073 bytes} [Tue Apr 21 04:22:52 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 139 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/214] 199.204.45.144 () {44 vars in 1096 bytes} [Tue Apr 21 04:22:52 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 23 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/215] 199.204.45.144 () {48 vars in 980 bytes} [Tue Apr 21 04:22:52 2026] POST /v2.0/security-groups => generated 1624 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/216] 199.204.45.144 () {44 vars in 1087 bytes} [Tue Apr 21 04:22:54 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44?project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 1624 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/217] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:22:54 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44 => generated 1624 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/218] 199.204.45.144 () {44 vars in 1087 bytes} [Tue Apr 21 04:22:54 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44?project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/219] 199.204.45.144 () {48 vars in 990 bytes} [Tue Apr 21 04:22:54 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: 110/220] 199.204.45.144 () {44 vars in 1087 bytes} [Tue Apr 21 04:22:55 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44?project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 2234 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/221] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:22:55 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44 => 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/222] 199.204.45.144 () {44 vars in 1087 bytes} [Tue Apr 21 04:22:55 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44?project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 2234 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/223] 199.204.45.144 () {48 vars in 990 bytes} [Tue Apr 21 04:22:55 2026] POST /v2.0/security-group-rules => generated 599 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/224] 199.204.45.144 () {44 vars in 1087 bytes} [Tue Apr 21 04:22:56 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44?project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/225] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:22:56 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/226] 199.204.45.144 () {44 vars in 1087 bytes} [Tue Apr 21 04:22:56 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44?project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/227] 199.204.45.144 () {48 vars in 990 bytes} [Tue Apr 21 04:22:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/228] 199.204.45.144 () {44 vars in 1087 bytes} [Tue Apr 21 04:22:57 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44?project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 3460 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/229] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:22:57 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/230] 199.204.45.144 () {44 vars in 1087 bytes} [Tue Apr 21 04:22:57 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44?project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/231] 199.204.45.144 () {48 vars in 990 bytes} [Tue Apr 21 04:22:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/254] 199.204.45.144 () {30 vars in 739 bytes} [Tue Apr 21 04:25:41 2026] GET /v2.0/networks?tenant_id=c406146ef9f2471e88f748c7c91d3d69&shared=False => generated 15 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:25:41.736 7 INFO neutron.db.segments_db [None req-a17d45f6-a6a4-4d1a-8bbc-4d7c63509784 e7fe1741ce7a456684d4c42e465a004c c406146ef9f2471e88f748c7c91d3d69 - - f926ddba5eeb477eb94cd91fb6ce20b3 f926ddba5eeb477eb94cd91fb6ce20b3] Added segment 54adde95-767c-4443-ac34-60497089b6a1 of type vxlan for network e35fafd5-ca5d-4c26-b2d7-1be834129039 [pid: 7|app: 0|req: 127/255] 199.204.45.144 () {34 vars in 681 bytes} [Tue Apr 21 04:25:41 2026] POST /v2.0/networks => generated 698 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/256] 199.204.45.144 () {30 vars in 721 bytes} [Tue Apr 21 04:25:41 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 128/257] 199.204.45.144 () {30 vars in 632 bytes} [Tue Apr 21 04:25:41 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: 130/258] 199.204.45.144 () {34 vars in 676 bytes} [Tue Apr 21 04:25:41 2026] POST /v2.0/ports => generated 999 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/259] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:25:42 2026] GET /v2.0/networks/e35fafd5-ca5d-4c26-b2d7-1be834129039 => generated 704 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/260] 199.204.45.144 () {30 vars in 721 bytes} [Tue Apr 21 04:25:44 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/261] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:25:44 2026] GET /v2.0/networks/e35fafd5-ca5d-4c26-b2d7-1be834129039 => generated 704 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/264] 199.204.45.144 () {44 vars in 974 bytes} [Tue Apr 21 04:26:02 2026] GET /v2.0/quotas/c406146ef9f2471e88f748c7c91d3d69 => 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: 132/265] 199.204.45.144 () {48 vars in 1026 bytes} [Tue Apr 21 04:26:02 2026] PUT /v2.0/quotas/c406146ef9f2471e88f748c7c91d3d69 => generated 291 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:36:51.707 8 INFO neutron.pecan_wsgi.hooks.translation [None req-eacc7b46-9260-47dc-ab3e-a74e730471e3 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/354] 199.204.45.144 () {44 vars in 926 bytes} [Tue Apr 21 04:36:51 2026] GET /v2.0/networks/public => generated 108 bytes in 146 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/355] 199.204.45.144 () {44 vars in 948 bytes} [Tue Apr 21 04:36:51 2026] GET /v2.0/networks?name=public => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:36:52.974 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d7bd3d94-73be-4bdc-908f-102b9cd1053d b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/356] 199.204.45.144 () {44 vars in 926 bytes} [Tue Apr 21 04:36:52 2026] GET /v2.0/networks/public => generated 108 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 178/357] 199.204.45.144 () {44 vars in 948 bytes} [Tue Apr 21 04:36:52 2026] GET /v2.0/networks?name=public => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:36:53.044 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fca5880a-dafc-496a-8929-003c7816b468 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/358] 199.204.45.144 () {44 vars in 1033 bytes} [Tue Apr 21 04:36:53 2026] GET /v2.0/subnets/public-subnet?network_id=24eef496-0865-405b-a32d-21ea96cd6f1a => 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: 179/359] 199.204.45.144 () {44 vars in 1056 bytes} [Tue Apr 21 04:36:53 2026] GET /v2.0/subnets?name=public-subnet&network_id=24eef496-0865-405b-a32d-21ea96cd6f1a => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:37:19.931 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11a47e42-5a48-4386-b4df-8c9d89673b3a b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 182/362] 199.204.45.144 () {44 vars in 936 bytes} [Tue Apr 21 04:37:19 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/363] 199.204.45.144 () {44 vars in 958 bytes} [Tue Apr 21 04:37:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:37:20.963 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd48d8e2-13e3-4288-a1b8-a5fd1cfa619d b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/366] 199.204.45.144 () {44 vars in 936 bytes} [Tue Apr 21 04:37:20 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/367] 199.204.45.144 () {44 vars in 958 bytes} [Tue Apr 21 04:37:20 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:37:21.033 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14aae1fa-a87a-4c8b-875f-987b1c03ec44 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/368] 199.204.45.144 () {44 vars in 1035 bytes} [Tue Apr 21 04:37:21 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=13181b88-ba02-40af-8110-ced5b2781cde => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/369] 199.204.45.144 () {44 vars in 1058 bytes} [Tue Apr 21 04:37:21 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=13181b88-ba02-40af-8110-ced5b2781cde => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:37:22.075 8 INFO neutron.api.v2.resource [None req-7a6ed84b-18e5-4237-9ddb-722ce48292e9 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/370] 199.204.45.144 () {44 vars in 970 bytes} [Tue Apr 21 04:37:22 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/371] 199.204.45.144 () {44 vars in 992 bytes} [Tue Apr 21 04:37:22 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/372] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:23 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/373] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:23 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/374] 199.204.45.144 () {44 vars in 1010 bytes} [Tue Apr 21 04:37:23 2026] GET /v2.0/security-group-rules/b91bdb11-d600-47c2-b52e-507bbb50f2ce => 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: 187/375] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:24 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => 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: 189/376] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:24 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.204.45.144 () {44 vars in 1010 bytes} [Tue Apr 21 04:37:24 2026] GET /v2.0/security-group-rules/dfb551f3-b828-4483-9bf6-c48ac043124f => 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: 190/378] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:24 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 4694 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/379] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:25 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/380] 199.204.45.144 () {44 vars in 1010 bytes} [Tue Apr 21 04:37:25 2026] GET /v2.0/security-group-rules/863785a1-a26e-431b-b7e7-ea13bf36c3ba => generated 603 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/381] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:25 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 4694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:26 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/383] 199.204.45.144 () {44 vars in 1010 bytes} [Tue Apr 21 04:37:26 2026] GET /v2.0/security-group-rules/2bb5a91d-8aba-47e9-aad0-df61316cd959 => 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: 193/384] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:26 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 4694 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:26 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 4694 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/386] 199.204.45.144 () {44 vars in 1010 bytes} [Tue Apr 21 04:37:26 2026] GET /v2.0/security-group-rules/4d924b4d-6b72-4c50-a65e-3d2774ff5a95 => generated 603 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/387] 199.204.45.144 () {44 vars in 986 bytes} [Tue Apr 21 04:37:27 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde => generated 732 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:37:28.071 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cdce5e93-30ab-4027-b794-0c1db5505364 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/388] 199.204.45.144 () {44 vars in 1075 bytes} [Tue Apr 21 04:37:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=13181b88-ba02-40af-8110-ced5b2781cde => 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: 194/389] 199.204.45.144 () {44 vars in 1098 bytes} [Tue Apr 21 04:37:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=13181b88-ba02-40af-8110-ced5b2781cde => generated 1246 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/390] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:28 2026] GET /v2.0/security-groups/96e1400b-5acd-47f1-85c2-2e46fb4990f9 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:37:35.575 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b6b7fba-7326-4fd6-9b18-2eb3e7ea5c00 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/393] 199.204.45.144 () {44 vars in 978 bytes} [Tue Apr 21 04:37:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/394] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => 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: 199/395] 199.204.45.144 () {44 vars in 919 bytes} [Tue Apr 21 04:37:37 2026] GET /v2.0/ports => generated 4717 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:37:38.291 7 INFO neutron.api.v2.resource [None req-61f2d123-0106-4910-bfc5-c69378f4e3e3 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 197/396] 199.204.45.144 () {44 vars in 958 bytes} [Tue Apr 21 04:37:38 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: 200/397] 199.204.45.144 () {44 vars in 980 bytes} [Tue Apr 21 04:37:38 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2877 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/398] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:39 2026] GET /v2.0/security-groups/d122da7b-db0b-4b48-a38c-0ca858e16e36 => generated 2878 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/399] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:39 2026] GET /v2.0/security-groups/d122da7b-db0b-4b48-a38c-0ca858e16e36 => generated 2878 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/400] 199.204.45.144 () {44 vars in 1010 bytes} [Tue Apr 21 04:37:39 2026] GET /v2.0/security-group-rules/3e8f2ad1-ac3c-4fa9-af77-34d0aa7bf1ea => generated 619 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/401] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:40 2026] GET /v2.0/security-groups/d122da7b-db0b-4b48-a38c-0ca858e16e36 => generated 2878 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/402] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:37:40 2026] GET /v2.0/security-groups/d122da7b-db0b-4b48-a38c-0ca858e16e36 => generated 2878 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/403] 199.204.45.144 () {44 vars in 1010 bytes} [Tue Apr 21 04:37:40 2026] GET /v2.0/security-group-rules/323de995-3244-4ef4-a328-528a0c6b0983 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/406] 199.204.45.144 () {44 vars in 974 bytes} [Tue Apr 21 04:37:51 2026] GET /v2.0/quotas/d577b3c046704602b5b7697257a0a3a0 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:38:42.603 8 INFO neutron.api.v2.resource [None req-79e8171c-52cf-4b3e-ba5d-0a1f96b85ce2 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 208/413] 199.204.45.144 () {44 vars in 1073 bytes} [Tue Apr 21 04:38:42 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 139 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/414] 199.204.45.144 () {44 vars in 1096 bytes} [Tue Apr 21 04:38:42 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 4072 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/415] 199.204.45.144 () {44 vars in 1087 bytes} [Tue Apr 21 04:38:43 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44?project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/416] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:38:43 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44 => generated 4075 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/417] 199.204.45.144 () {44 vars in 1010 bytes} [Tue Apr 21 04:38:43 2026] GET /v2.0/security-group-rules/b72dda40-5c3b-41ab-ba43-d051982c1c3c => generated 597 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/418] 199.204.45.144 () {44 vars in 1087 bytes} [Tue Apr 21 04:38:44 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44?project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 4075 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/419] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:38:44 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44 => generated 4075 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/420] 199.204.45.144 () {44 vars in 1010 bytes} [Tue Apr 21 04:38:44 2026] GET /v2.0/security-group-rules/bb24f122-dcac-42d2-bff3-471c3b772a74 => generated 599 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/421] 199.204.45.144 () {44 vars in 1087 bytes} [Tue Apr 21 04:38:45 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44?project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/422] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:38:45 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44 => 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: 213/423] 199.204.45.144 () {44 vars in 1010 bytes} [Tue Apr 21 04:38:45 2026] GET /v2.0/security-group-rules/8e75343d-96e4-4fa8-ac44-596982224afa => 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: 211/424] 199.204.45.144 () {44 vars in 1087 bytes} [Tue Apr 21 04:38:46 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44?project_id=c406146ef9f2471e88f748c7c91d3d69 => generated 4075 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/425] 199.204.45.144 () {44 vars in 1000 bytes} [Tue Apr 21 04:38:46 2026] GET /v2.0/security-groups/63c5410a-3f20-4a28-9edb-889d67bc9e44 => generated 4075 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/426] 199.204.45.144 () {44 vars in 1010 bytes} [Tue Apr 21 04:38:46 2026] GET /v2.0/security-group-rules/6d9af6b8-c791-44e5-8d46-1662dae2c3d6 => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/429] 199.204.45.144 () {44 vars in 974 bytes} [Tue Apr 21 04:38:54 2026] GET /v2.0/quotas/c406146ef9f2471e88f748c7c91d3d69 => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/436] 199.204.45.144 () {44 vars in 948 bytes} [Tue Apr 21 04:39:43 2026] GET /v2.0/networks?name=public => 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: 220/443] 10.0.0.103 () {32 vars in 648 bytes} [Tue Apr 21 04:40:21 2026] GET /v2.0/networks => generated 2167 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/444] 10.0.0.103 () {32 vars in 654 bytes} [Tue Apr 21 04:40:23 2026] GET /v2.0/floatingips => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/445] 10.0.0.103 () {32 vars in 646 bytes} [Tue Apr 21 04:40:23 2026] GET /v2.0/routers => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/446] 10.0.0.103 () {32 vars in 642 bytes} [Tue Apr 21 04:40:23 2026] GET /v2.0/ports => generated 4717 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/447] 10.0.0.103 () {32 vars in 646 bytes} [Tue Apr 21 04:40:23 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/448] 10.0.0.103 () {32 vars in 648 bytes} [Tue Apr 21 04:40:23 2026] GET /v2.0/networks => generated 2167 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/449] 10.0.0.103 () {32 vars in 662 bytes} [Tue Apr 21 04:40:23 2026] GET /v2.0/security-groups => generated 17393 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/450] 10.0.0.103 () {32 vars in 654 bytes} [Tue Apr 21 04:40:23 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:40:33.906 7 INFO neutron.db.segments_db [None req-a3b2e233-7e56-42b1-9f67-838db358be5e b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 6844c82d-5fba-4e61-9cb7-faf566fb6f32 of type vxlan for network 7ce70d9c-76d5-441d-91b3-58b368fc033c [pid: 7|app: 0|req: 224/451] 10.0.0.103 () {34 vars in 670 bytes} [Tue Apr 21 04:40:33 2026] POST /v2.0/networks => generated 717 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:40:34.060 8 INFO neutron.db.segments_db [None req-d444fd00-c665-4ca1-b9c6-aa4cc902bf1f b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment b0359f88-5528-4fae-83d4-bf57d4122ecd of type vxlan for network 9f1db3c7-91a1-4af1-b93c-6d6d75ee1242 [pid: 8|app: 0|req: 228/452] 10.0.0.103 () {34 vars in 670 bytes} [Tue Apr 21 04:40:33 2026] POST /v2.0/networks => generated 728 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:40:34.161 7 INFO neutron.db.segments_db [None req-0904f1c5-a04c-40a4-a091-f81d158f617a b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment e0a35835-cd3d-4dae-a59c-4187b752eed4 of type vxlan for network 12b7f16e-be26-4a4b-9fca-a214e5dabbcc [pid: 7|app: 0|req: 225/453] 10.0.0.103 () {34 vars in 670 bytes} [Tue Apr 21 04:40:33 2026] POST /v2.0/networks => generated 726 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/454] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:40:34 2026] POST /v2.0/subnets => generated 684 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/455] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:40:34 2026] POST /v2.0/subnets => generated 694 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:40:34.452 7 INFO neutron.db.segments_db [None req-a9c67082-dcad-41b1-aac4-28905ca01184 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 7935d266-6656-498a-a343-a1b92ac922de of type vxlan for network 9cb9d959-eee0-41b8-a070-1a76df9e11a4 [pid: 8|app: 0|req: 230/456] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:40:34 2026] POST /v2.0/subnets => generated 692 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:40:34.690 7 INFO neutron.db.l3_hamode_db [None req-a9c67082-dcad-41b1-aac4-28905ca01184 b789fd9d76954666b2ea7e3acc23d1a4 86deef3224034eff918f502b479d3c80 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 231/457] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:40:34 2026] GET /v2.0/security-groups?tenant_id=dafc27f093c04986abf93f1180b38384&name=default => generated 2921 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:40:34.815 8 INFO neutron.db.segments_db [None req-74d8f62e-8b49-4da5-80c1-9ce202488978 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment d70c4a42-d978-4670-be15-8ccb64e7032c of type vxlan for network 508797b2-03c9-427d-adaa-344d27e5af62 2026-04-21 04:40:35.072 8 INFO neutron.db.l3_hamode_db [None req-74d8f62e-8b49-4da5-80c1-9ce202488978 b789fd9d76954666b2ea7e3acc23d1a4 63214ca008434b66a507ec627e9896ea - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:40:35.534 7 INFO neutron.db.l3_hamode_db [None req-a9c67082-dcad-41b1-aac4-28905ca01184 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:40:35.901 8 INFO neutron.db.l3_hamode_db [None req-74d8f62e-8b49-4da5-80c1-9ce202488978 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 227/458] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:40:34 2026] POST /v2.0/routers => generated 724 bytes in 2267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:40:36.713 7 INFO neutron.db.segments_db [None req-fba86036-8577-43e2-b837-567503f15e61 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 090a654c-d310-4a7e-8b9c-bae41fb72200 of type vxlan for network 97f01a73-3b46-43a1-930c-94e02ef7878f 2026-04-21 04:40:36.983 7 INFO neutron.db.l3_hamode_db [None req-fba86036-8577-43e2-b837-567503f15e61 b789fd9d76954666b2ea7e3acc23d1a4 837d45e37ed64c78bb123f15767050da - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/459] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:40:34 2026] POST /v2.0/routers => generated 734 bytes in 2266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/460] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:40:37 2026] DELETE /v2.0/security-groups/983c365e-d246-4f10-a5ed-d7a7dc81883e => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:40:37.686 7 INFO neutron.db.l3_hamode_db [None req-fba86036-8577-43e2-b837-567503f15e61 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 236/463] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:40:37 2026] PUT /v2.0/routers/1d96aa9c-3414-4b52-94b1-e0345e45cb2f/add_router_interface => generated 309 bytes in 1247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/464] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:40:36 2026] POST /v2.0/routers => generated 732 bytes in 1842 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/465] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:40:38 2026] PUT /v2.0/routers/fdad754f-65ca-437f-89b7-703acf6cc0e1/add_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/466] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:40:38 2026] PUT /v2.0/routers/82f50e17-a24d-482f-b57e-3d410f56c632/add_router_interface => generated 309 bytes in 1085 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/467] 10.0.0.103 () {34 vars in 684 bytes} [Tue Apr 21 04:40:39 2026] POST /v2.0/security-groups => generated 1660 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-21 04:40:39.771 8 INFO neutron.db.segments_db [None req-235d83c1-8eb8-45ca-944d-ed3eaf66abe9 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 36cc6c1c-837c-428e-8375-ce7f8e7072c8 of type vxlan for network 40de0e36-1eab-43e9-91f2-e14b958b3916 [pid: 8|app: 0|req: 238/468] 10.0.0.103 () {34 vars in 670 bytes} [Tue Apr 21 04:40:39 2026] POST /v2.0/networks => generated 732 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/469] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:40:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/470] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:40:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/471] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:40:39 2026] POST /v2.0/subnets => generated 699 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:40:40.101 8 INFO neutron.db.segments_db [None req-61f8e12d-32c9-411f-97c3-92bdc1dd5618 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 4db87423-2348-45d1-80e4-04a34bb2378e of type vxlan for network 8829cd7c-f20b-4575-83a0-dbc68d22dbe1 2026-04-21 04:40:40.320 8 INFO neutron.db.l3_hamode_db [None req-61f8e12d-32c9-411f-97c3-92bdc1dd5618 b789fd9d76954666b2ea7e3acc23d1a4 1a6603f376fa4a0fa15de8779c57f626 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 233/472] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:40:39 2026] POST /v2.0/floatingips => generated 552 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/473] 10.0.0.54 () {38 vars in 969 bytes} [Tue Apr 21 04:40:40 2026] POST /v2.0/security-groups => generated 1685 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/474] 10.0.0.54 () {38 vars in 969 bytes} [Tue Apr 21 04:40:40 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: 7|app: 0|req: 236/475] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:40 2026] GET /v2.0/security-groups/88881617-3d4c-409c-a0d6-6d98cb7c3fc1 => generated 1685 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/476] 10.0.0.54 () {38 vars in 979 bytes} [Tue Apr 21 04:40:40 2026] POST /v2.0/security-group-rules => generated 614 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/477] 10.0.0.54 () {34 vars in 1096 bytes} [Tue Apr 21 04:40:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--914508273&fields=id&tenant_id=86deef3224034eff918f502b479d3c80 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:40:41.100 8 INFO neutron.db.l3_hamode_db [None req-61f8e12d-32c9-411f-97c3-92bdc1dd5618 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 239/478] 10.0.0.54 () {38 vars in 969 bytes} [Tue Apr 21 04:40:40 2026] POST /v2.0/security-groups => generated 1677 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/479] 10.0.0.54 () {34 vars in 980 bytes} [Tue Apr 21 04:40:41 2026] GET /v2.0/networks?id=7ce70d9c-76d5-441d-91b3-58b368fc033c => generated 669 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/480] 10.0.0.54 () {38 vars in 969 bytes} [Tue Apr 21 04:40:41 2026] POST /v2.0/security-groups => generated 1684 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/481] 10.0.0.54 () {34 vars in 963 bytes} [Tue Apr 21 04:40:41 2026] GET /v2.0/quotas/86deef3224034eff918f502b479d3c80 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/482] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:40:41 2026] GET /v2.0/ports?tenant_id=86deef3224034eff918f502b479d3c80&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/483] 10.0.0.54 () {38 vars in 969 bytes} [Tue Apr 21 04:40:41 2026] POST /v2.0/security-groups => generated 1681 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/484] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:41 2026] GET /v2.0/security-groups/36073758-c08a-4b44-a134-1f7456fc9b65 => generated 1684 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/485] 10.0.0.54 () {38 vars in 979 bytes} [Tue Apr 21 04:40:41 2026] POST /v2.0/security-group-rules => generated 614 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/486] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:40:41 2026] GET /v2.0/security-groups?tenant_id=837d45e37ed64c78bb123f15767050da => generated 7900 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/487] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:41 2026] GET /v2.0/security-groups/8bda7447-693d-43b9-b68e-db35569aed0e => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/488] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:41 2026] GET /v2.0/security-groups/8bda7447-693d-43b9-b68e-db35569aed0e => generated 2918 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/489] 10.0.0.54 () {34 vars in 905 bytes} [Tue Apr 21 04:40:41 2026] GET /v2.0/extensions => generated 21537 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/490] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:41 2026] GET /v2.0/security-groups/36073758-c08a-4b44-a134-1f7456fc9b65 => generated 2309 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/491] 10.0.0.54 () {34 vars in 1006 bytes} [Tue Apr 21 04:40:41 2026] GET /v2.0/networks/7ce70d9c-76d5-441d-91b3-58b368fc033c?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: 240/492] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:40:40 2026] POST /v2.0/routers => generated 739 bytes in 1830 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/493] 10.0.0.54 () {34 vars in 1106 bytes} [Tue Apr 21 04:40:41 2026] GET /v2.0/networks/7ce70d9c-76d5-441d-91b3-58b368fc033c?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: 253/494] 10.0.0.54 () {38 vars in 979 bytes} [Tue Apr 21 04:40:41 2026] POST /v2.0/security-group-rules => generated 619 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/495] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:41 2026] GET /v2.0/security-groups/8ea1b228-0eee-4cac-8bd9-95fed1513645 => generated 1681 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/496] 10.0.0.54 () {36 vars in 1011 bytes} [Tue Apr 21 04:40:42 2026] DELETE /v2.0/security-groups/8ea1b228-0eee-4cac-8bd9-95fed1513645 => 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: 256/497] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:42 2026] GET /v2.0/security-groups/36073758-c08a-4b44-a134-1f7456fc9b65 => generated 2939 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/498] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:42 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:40:42.211 7 INFO neutron.api.v2.resource [req-fff9e14d-76e9-4580-b54b-54ec5ccd4889 req-cdea309a-97b9-4694-b323-780c7ee31846 e83cf7482575403fb9f64aded0fd77bb 837d45e37ed64c78bb123f15767050da - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/499] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:42 2026] GET /v2.0/security-groups/8ea1b228-0eee-4cac-8bd9-95fed1513645 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/500] 10.0.0.54 () {34 vars in 999 bytes} [Tue Apr 21 04:40:42 2026] GET /v2.0/security-group-rules/f3997701-a670-4a27-9e3d-f95a4f72642f => generated 616 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/501] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:42 2026] GET /v2.0/security-groups/72b68632-d8ab-454b-bae6-d6a53013aabe => generated 1677 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/502] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:42 2026] GET /v2.0/security-groups/36073758-c08a-4b44-a134-1f7456fc9b65 => generated 2939 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/503] 10.0.0.54 () {36 vars in 1011 bytes} [Tue Apr 21 04:40:42 2026] DELETE /v2.0/security-groups/72b68632-d8ab-454b-bae6-d6a53013aabe => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/504] 10.0.0.54 () {36 vars in 1021 bytes} [Tue Apr 21 04:40:42 2026] DELETE /v2.0/security-group-rules/f3997701-a670-4a27-9e3d-f95a4f72642f => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:40:42.443 7 INFO neutron.api.v2.resource [req-f5f69e32-57cd-430c-9cb4-570af9f8170e req-3c8d7df4-24a3-48f2-a90f-b359c2d390b8 e83cf7482575403fb9f64aded0fd77bb 837d45e37ed64c78bb123f15767050da - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 264/505] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:42 2026] GET /v2.0/security-groups/72b68632-d8ab-454b-bae6-d6a53013aabe => 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: 265/506] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:42 2026] GET /v2.0/security-groups/36073758-c08a-4b44-a134-1f7456fc9b65 => generated 2309 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/507] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:42 2026] GET /v2.0/security-groups/277741dc-6855-4ebc-92bb-ba11745eafce => generated 1681 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/508] 10.0.0.54 () {36 vars in 1011 bytes} [Tue Apr 21 04:40:42 2026] DELETE /v2.0/security-groups/36073758-c08a-4b44-a134-1f7456fc9b65 => 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: 268/509] 10.0.0.54 () {36 vars in 1011 bytes} [Tue Apr 21 04:40:42 2026] DELETE /v2.0/security-groups/277741dc-6855-4ebc-92bb-ba11745eafce => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/510] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:42 2026] GET /v2.0/security-groups/88881617-3d4c-409c-a0d6-6d98cb7c3fc1 => generated 2310 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:40:42.738 7 INFO neutron.api.v2.resource [req-c6f50ae1-9e1f-435e-b395-a7aec7323fd8 req-884881d6-4d84-4777-9c02-14e93223c58d e83cf7482575403fb9f64aded0fd77bb 837d45e37ed64c78bb123f15767050da - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 270/511] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:42 2026] GET /v2.0/security-groups/277741dc-6855-4ebc-92bb-ba11745eafce => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/512] 10.0.0.54 () {36 vars in 1011 bytes} [Tue Apr 21 04:40:42 2026] DELETE /v2.0/security-groups/88881617-3d4c-409c-a0d6-6d98cb7c3fc1 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/513] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:40:42 2026] GET /v2.0/security-groups?tenant_id=837d45e37ed64c78bb123f15767050da => generated 2921 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/514] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:40:41 2026] PUT /v2.0/routers/4771ad65-198b-4850-8873-8b744aa5fa2a/add_router_interface => generated 309 bytes in 1370 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/515] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:43 2026] GET /v2.0/security-groups/8bda7447-693d-43b9-b68e-db35569aed0e => generated 2918 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/516] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:43 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/517] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:43 2026] GET /v2.0/security-groups/8bda7447-693d-43b9-b68e-db35569aed0e => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:40:43.448 8 INFO neutron.api.v2.resource [req-1564ac41-45b1-40f6-854b-9ee9f62dea32 req-204e0f8e-651a-4505-afc5-b3c4142e093e e83cf7482575403fb9f64aded0fd77bb 837d45e37ed64c78bb123f15767050da - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 246/518] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:43 2026] GET /v2.0/security-groups/277741dc-6855-4ebc-92bb-ba11745eafce => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:40:43.487 8 INFO neutron.api.v2.resource [req-ff2d519e-de15-462f-968a-93a0262eb74a req-56396577-c472-488e-a7ac-4a48068e72b4 e83cf7482575403fb9f64aded0fd77bb 837d45e37ed64c78bb123f15767050da - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 247/519] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:43 2026] GET /v2.0/security-groups/72b68632-d8ab-454b-bae6-d6a53013aabe => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:40:43.523 8 INFO neutron.api.v2.resource [req-674d3b0a-d1b2-47f8-b321-11311b881e9e req-c39292fe-a706-45d5-8969-40e850241ddb e83cf7482575403fb9f64aded0fd77bb 837d45e37ed64c78bb123f15767050da - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 248/520] 10.0.0.54 () {34 vars in 989 bytes} [Tue Apr 21 04:40:43 2026] GET /v2.0/security-groups/8ea1b228-0eee-4cac-8bd9-95fed1513645 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:40:43.578 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9d2702e-e65d-4b95-9550-c3bdbd1058b9 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 0d1afa5b-cf7e-4d12-abc9-f1ce5b005ce3 2026-04-21 04:40:43.587 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9d2702e-e65d-4b95-9550-c3bdbd1058b9 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 0d1afa5b-cf7e-4d12-abc9-f1ce5b005ce3 2026-04-21 04:40:44.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b35b174-763e-4cae-a97e-4836928d260f b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 051614dc-e549-4636-960a-6d4f89a5a574 2026-04-21 04:40:44.009 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b35b174-763e-4cae-a97e-4836928d260f b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 051614dc-e549-4636-960a-6d4f89a5a574 [pid: 7|app: 0|req: 273/521] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:40:43 2026] PUT /v2.0/routers/fdad754f-65ca-437f-89b7-703acf6cc0e1/remove_router_interface => generated 309 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/522] 10.0.0.103 () {34 vars in 684 bytes} [Tue Apr 21 04:40:44 2026] POST /v2.0/security-groups => generated 1661 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-21 04:40:44.486 7 INFO neutron_taas.services.taas.taas_plugin [None req-9afbf909-069e-4e2c-9ad6-0f75b5ec122d b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 24a6da83-5d6b-4177-a1c9-4244d523d737 2026-04-21 04:40:44.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9afbf909-069e-4e2c-9ad6-0f75b5ec122d b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 24a6da83-5d6b-4177-a1c9-4244d523d737 [pid: 8|app: 0|req: 249/523] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:40:43 2026] PUT /v2.0/routers/82f50e17-a24d-482f-b57e-3d410f56c632/remove_router_interface => generated 309 bytes in 1078 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:40:44.712 7 INFO neutron_taas.services.taas.taas_plugin [None req-9afbf909-069e-4e2c-9ad6-0f75b5ec122d b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 7f828678-7bd8-4223-ae28-4be590c7b171 2026-04-21 04:40:44.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9afbf909-069e-4e2c-9ad6-0f75b5ec122d b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 7f828678-7bd8-4223-ae28-4be590c7b171 [pid: 8|app: 0|req: 250/524] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:40:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/525] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:44 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:40:44.785 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-9afbf909-069e-4e2c-9ad6-0f75b5ec122d b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - 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 152, 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 152, 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 69, 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 45, 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 341, 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 2245, 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 646, 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 717, 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-21 04:40:44.930 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba4f61ad-590d-4d42-b1fe-02ece523de4f b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: fbdb6cf5-b654-4846-a14f-7375d6e8b07e 2026-04-21 04:40:44.935 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba4f61ad-590d-4d42-b1fe-02ece523de4f b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: fbdb6cf5-b654-4846-a14f-7375d6e8b07e 2026-04-21 04:40:45.144 7 INFO neutron.db.l3_hamode_db [None req-9afbf909-069e-4e2c-9ad6-0f75b5ec122d b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] HA network 508797b2-03c9-427d-adaa-344d27e5af62 was deleted as no HA routers are present in tenant 63214ca008434b66a507ec627e9896ea. [pid: 7|app: 0|req: 275/526] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:40:44 2026] DELETE /v2.0/routers/fdad754f-65ca-437f-89b7-703acf6cc0e1 => generated 0 bytes in 933 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:40:45.185 8 INFO neutron_taas.services.taas.taas_plugin [None req-ba4f61ad-590d-4d42-b1fe-02ece523de4f b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: b9a4b5d3-1337-436a-a147-3780581f01b0 2026-04-21 04:40:45.188 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ba4f61ad-590d-4d42-b1fe-02ece523de4f b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: b9a4b5d3-1337-436a-a147-3780581f01b0 [pid: 7|app: 0|req: 276/527] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:40:45 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-21 04:40:45.266 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-ba4f61ad-590d-4d42-b1fe-02ece523de4f b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - 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 152, 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 152, 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 69, 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 45, 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 341, 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 2245, 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 646, 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 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 277/528] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:40:45 2026] DELETE /v2.0/subnets/cf8c71e5-1b94-4658-952c-4235c1edd587 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:40:45.474 7 INFO neutron.services.segments.plugin [-] Segment d70c4a42-d978-4670-be15-8ccb64e7032c resource provider aggregate not found 2026-04-21 04:40:45.487 7 INFO neutron.services.segments.plugin [-] Segment d70c4a42-d978-4670-be15-8ccb64e7032c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d70c4a42-d978-4670-be15-8ccb64e7032c found for delete ", "request_id": "req-a487a168-3e34-44b4-9a84-a78eb42c83b4"}]} 2026-04-21 04:40:45.503 7 INFO neutron.services.segments.plugin [-] Segment d70c4a42-d978-4670-be15-8ccb64e7032c resource provider aggregate not found 2026-04-21 04:40:45.522 7 INFO neutron.services.segments.plugin [-] Segment d70c4a42-d978-4670-be15-8ccb64e7032c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d70c4a42-d978-4670-be15-8ccb64e7032c found for delete ", "request_id": "req-a03be0c7-a0de-4053-86c8-58e1b91b5db3"}]} 2026-04-21 04:40:45.605 8 INFO neutron.db.l3_hamode_db [None req-ba4f61ad-590d-4d42-b1fe-02ece523de4f b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] HA network 97f01a73-3b46-43a1-930c-94e02ef7878f was deleted as no HA routers are present in tenant 837d45e37ed64c78bb123f15767050da. [pid: 8|app: 0|req: 252/529] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:40:44 2026] DELETE /v2.0/routers/82f50e17-a24d-482f-b57e-3d410f56c632 => generated 0 bytes in 861 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:40:45.698 8 INFO neutron_taas.services.taas.taas_plugin [None req-e40b881b-aa77-4131-b0ab-57eed1755e7c b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 00be06aa-8f60-4fa6-ad5a-bf8cb0d97399 2026-04-21 04:40:45.700 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e40b881b-aa77-4131-b0ab-57eed1755e7c b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 00be06aa-8f60-4fa6-ad5a-bf8cb0d97399 [pid: 7|app: 0|req: 278/530] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:40:45 2026] POST /v2.0/floatingips => generated 552 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/531] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:40:45 2026] DELETE /v2.0/networks/9f1db3c7-91a1-4af1-b93c-6d6d75ee1242 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/532] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:45 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:40:45.937 8 INFO neutron.services.segments.plugin [-] Segment 090a654c-d310-4a7e-8b9c-bae41fb72200 resource provider aggregate not found 2026-04-21 04:40:45.955 8 INFO neutron.services.segments.plugin [-] Segment 090a654c-d310-4a7e-8b9c-bae41fb72200 resource provider aggregate not found 2026-04-21 04:40:45.963 8 INFO neutron.services.segments.plugin [-] Segment 090a654c-d310-4a7e-8b9c-bae41fb72200 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 090a654c-d310-4a7e-8b9c-bae41fb72200 found for delete ", "request_id": "req-bc0699a1-a7d6-45c1-9a9a-ff7ba4cf05a4"}]} 2026-04-21 04:40:45.970 8 INFO neutron.services.segments.plugin [-] Segment 090a654c-d310-4a7e-8b9c-bae41fb72200 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 090a654c-d310-4a7e-8b9c-bae41fb72200 found for delete ", "request_id": "req-700b01f1-890a-46a3-980a-4101d70721e4"}]} [pid: 7|app: 0|req: 279/533] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:40:45 2026] DELETE /v2.0/subnets/4f96b157-14d2-406f-85e4-54f0925bba2f => 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: 280/534] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:40:46 2026] GET /v2.0/security-groups?tenant_id=63214ca008434b66a507ec627e9896ea&name=default => generated 2921 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/535] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:40:46 2026] DELETE /v2.0/networks/12b7f16e-be26-4a4b-9fca-a214e5dabbcc => 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: 281/536] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:40:46 2026] DELETE /v2.0/security-groups/25cea54a-98a0-4ba9-9f57-6f8e4aef423b => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/537] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:40:46 2026] GET /v2.0/security-groups?tenant_id=837d45e37ed64c78bb123f15767050da&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/538] 10.0.0.54 () {34 vars in 1098 bytes} [Tue Apr 21 04:40:46 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1557675741&fields=id&tenant_id=1a6603f376fa4a0fa15de8779c57f626 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/539] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:40:46 2026] DELETE /v2.0/security-groups/8bda7447-693d-43b9-b68e-db35569aed0e => 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: 258/540] 10.0.0.54 () {34 vars in 980 bytes} [Tue Apr 21 04:40:46 2026] GET /v2.0/networks?id=40de0e36-1eab-43e9-91f2-e14b958b3916 => generated 684 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/541] 10.0.0.54 () {34 vars in 963 bytes} [Tue Apr 21 04:40:46 2026] GET /v2.0/quotas/1a6603f376fa4a0fa15de8779c57f626 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/542] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:40:46 2026] GET /v2.0/ports?tenant_id=1a6603f376fa4a0fa15de8779c57f626&fields=id => generated 57 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/543] 10.0.0.54 () {34 vars in 1006 bytes} [Tue Apr 21 04:40:46 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/544] 10.0.0.54 () {34 vars in 1106 bytes} [Tue Apr 21 04:40:46 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/545] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:46 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => 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: 261/546] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:46 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/547] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:40:47 2026] GET /v2.0/networks?id=7ce70d9c-76d5-441d-91b3-58b368fc033c => generated 669 bytes in 198 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/548] 199.204.45.144 () {34 vars in 910 bytes} [Tue Apr 21 04:40:47 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: 7|app: 0|req: 287/549] 199.204.45.144 () {34 vars in 1049 bytes} [Tue Apr 21 04:40:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=86deef3224034eff918f502b479d3c80 => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/550] 199.204.45.144 () {38 vars in 954 bytes} [Tue Apr 21 04:40:47 2026] POST /v2.0/ports => generated 954 bytes in 516 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: 264/551] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:47 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:40:47.986 8 INFO neutron.services.segments.plugin [-] Segment b0359f88-5528-4fae-83d4-bf57d4122ecd resource provider aggregate not found 2026-04-21 04:40:47.989 8 INFO neutron.services.segments.plugin [-] Segment b0359f88-5528-4fae-83d4-bf57d4122ecd resource provider aggregate not found 2026-04-21 04:40:48.001 8 INFO neutron.services.segments.plugin [-] Segment b0359f88-5528-4fae-83d4-bf57d4122ecd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0359f88-5528-4fae-83d4-bf57d4122ecd found for delete ", "request_id": "req-3e75ee2f-fd98-4382-94da-ff8aa96b1cda"}]} 2026-04-21 04:40:48.007 8 INFO neutron.services.segments.plugin [-] Segment b0359f88-5528-4fae-83d4-bf57d4122ecd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0359f88-5528-4fae-83d4-bf57d4122ecd found for delete ", "request_id": "req-87ed8cd5-9914-4508-a743-0baa71d27a5b"}]} 2026-04-21 04:40:48.020 8 INFO neutron.services.segments.plugin [-] Segment e0a35835-cd3d-4dae-a59c-4187b752eed4 resource provider aggregate not found 2026-04-21 04:40:48.023 8 INFO neutron.services.segments.plugin [-] Segment e0a35835-cd3d-4dae-a59c-4187b752eed4 resource provider aggregate not found 2026-04-21 04:40:48.041 8 INFO neutron.services.segments.plugin [-] Segment e0a35835-cd3d-4dae-a59c-4187b752eed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0a35835-cd3d-4dae-a59c-4187b752eed4 found for delete ", "request_id": "req-10bdb04a-305f-47b8-b1d9-3509c44321fe"}]} 2026-04-21 04:40:48.046 8 INFO neutron.services.segments.plugin [-] Segment e0a35835-cd3d-4dae-a59c-4187b752eed4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0a35835-cd3d-4dae-a59c-4187b752eed4 found for delete ", "request_id": "req-14ca4e9c-6224-4dc0-8723-56a06036b794"}]} [pid: 8|app: 0|req: 265/552] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:48 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 957 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:40:48.154 7 INFO neutron.db.segments_db [None req-821e7c39-aa69-4a29-ab50-8ade0657e5ec b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 988bb06b-8aec-4631-82b4-b8c944e688c3 of type vxlan for network e604984e-51ec-4698-977b-dd59f74fbd11 [pid: 7|app: 0|req: 288/553] 10.0.0.103 () {34 vars in 670 bytes} [Tue Apr 21 04:40:47 2026] POST /v2.0/networks => generated 729 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:40:48.412 7 INFO neutron.db.segments_db [None req-823374ee-be01-4f6a-a0f7-1402bc919a42 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 0e38b9be-3aa3-476d-9228-6e3145bac56a of type vxlan for network a93a9d14-c28b-4820-a8f9-aaf8a729588c [pid: 7|app: 0|req: 289/554] 10.0.0.103 () {34 vars in 670 bytes} [Tue Apr 21 04:40:48 2026] POST /v2.0/networks => generated 724 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/555] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:48 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/556] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:40:48 2026] PUT /v2.0/ports/b2c5f878-8a23-4676-ba31-80139a208007 => generated 1235 bytes in 445 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: 291/557] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:40:48 2026] POST /v2.0/subnets => generated 695 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/558] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:40:48 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) 2026-04-21 04:40:48.831 7 INFO neutron.db.segments_db [None req-5e2b9cce-750d-4f3a-89aa-fb1eb67a25cf b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment bb0f693e-141a-45e4-b16e-d28923b680af of type vxlan for network 0add5563-5df6-47e7-98fc-cfa5eb889cf8 2026-04-21 04:40:48.861 8 INFO neutron.db.segments_db [None req-42aaec03-7763-45c5-b029-f08af4de4dc9 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment bc9b59b0-ce36-41db-b09a-6a80ba2d1b25 of type vxlan for network a3d6920a-11b1-4b7c-a3f8-fc4eae38dc06 2026-04-21 04:40:49.080 7 INFO neutron.db.l3_hamode_db [None req-5e2b9cce-750d-4f3a-89aa-fb1eb67a25cf b789fd9d76954666b2ea7e3acc23d1a4 eb26fcc26c094f278fb6abcf37b65497 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:40:49.095 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9f7a5662-49b3-4e5c-a0db-8c1f68476349'] response: {'name': 'network-changed', 'server_uuid': 'b5af8ebc-1e12-4722-80a3-5f49731cdb5c', 'tag': 'b2c5f878-8a23-4676-ba31-80139a208007', 'status': 'completed', 'code': 200} 2026-04-21 04:40:49.159 8 INFO neutron.db.l3_hamode_db [None req-42aaec03-7763-45c5-b029-f08af4de4dc9 b789fd9d76954666b2ea7e3acc23d1a4 a8a7e6fa69e04b55affc1a1a64a8ff37 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:40:49.761 7 INFO neutron.db.l3_hamode_db [None req-5e2b9cce-750d-4f3a-89aa-fb1eb67a25cf b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:40:49.963 8 INFO neutron.db.l3_hamode_db [None req-42aaec03-7763-45c5-b029-f08af4de4dc9 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 292/559] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:40:48 2026] POST /v2.0/routers => generated 735 bytes in 1753 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/560] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:50 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => 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: 294/561] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:50 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/562] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:40:50 2026] GET /v2.0/ports?tenant_id=86deef3224034eff918f502b479d3c80&device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/565] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:40:48 2026] POST /v2.0/routers => generated 731 bytes in 2157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/566] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:50 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/567] 199.204.45.144 () {34 vars in 1017 bytes} [Tue Apr 21 04:40:51 2026] GET /v2.0/networks?tenant_id=86deef3224034eff918f502b479d3c80&shared=False => generated 764 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/568] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:40:50 2026] PUT /v2.0/routers/a89309de-4a8b-4664-929c-9f2714120951/add_router_interface => generated 309 bytes in 1319 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/569] 199.204.45.144 () {34 vars in 929 bytes} [Tue Apr 21 04:40:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/570] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:40:52 2026] GET /v2.0/networks?id=40de0e36-1eab-43e9-91f2-e14b958b3916 => generated 684 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/571] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:52 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => 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: 302/572] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:52 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/573] 199.204.45.144 () {34 vars in 1049 bytes} [Tue Apr 21 04:40:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1a6603f376fa4a0fa15de8779c57f626 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/574] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:52 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/575] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:40:51 2026] PUT /v2.0/routers/0a4e7f26-5848-455a-9b58-8ae9b4482924/add_router_interface => generated 309 bytes in 1471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/576] 199.204.45.144 () {38 vars in 954 bytes} [Tue Apr 21 04:40:52 2026] POST /v2.0/ports => generated 958 bytes in 470 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: 272/577] 10.0.0.103 () {34 vars in 684 bytes} [Tue Apr 21 04:40:52 2026] POST /v2.0/security-groups => generated 1660 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/578] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:40:52 2026] POST /v2.0/security-group-rules => generated 597 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/579] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:40:52 2026] POST /v2.0/security-group-rules => generated 602 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/580] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:40:52 2026] PUT /v2.0/ports/6081ce28-1bcf-4b4e-b2db-a33f52626dec => generated 1239 bytes in 406 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: 275/581] 10.0.0.103 () {34 vars in 684 bytes} [Tue Apr 21 04:40:53 2026] POST /v2.0/security-groups => generated 1660 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/582] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:40:53 2026] GET /v2.0/ports?tenant_id=86deef3224034eff918f502b479d3c80&device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 1238 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/583] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:40:53 2026] POST /v2.0/security-group-rules => generated 597 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/584] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:53 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/585] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:40:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b2c5f878-8a23-4676-ba31-80139a208007 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/586] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:53 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/587] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:40:53 2026] POST /v2.0/floatingips => generated 552 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/588] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:53 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/589] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:40:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/590] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:40:53 2026] GET /v2.0/subnets?id=caeeae5d-a091-4442-be2a-2fc278400426 => generated 687 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/591] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:53 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&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: 283/592] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:40:53 2026] GET /v2.0/ports?network_id=7ce70d9c-76d5-441d-91b3-58b368fc033c&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:40:53.757 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-af27e6e1-9ab7-4012-b226-63be9b71fa7b'] response: {'name': 'network-changed', 'server_uuid': '95142b70-b180-468f-acd4-b4b853f1c00c', 'tag': '6081ce28-1bcf-4b4e-b2db-a33f52626dec', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 284/593] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:40:53 2026] GET /v2.0/networks/7ce70d9c-76d5-441d-91b3-58b368fc033c?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: 285/594] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:40:53 2026] GET /v2.0/networks/7ce70d9c-76d5-441d-91b3-58b368fc033c?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: 286/595] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:40:54 2026] GET /v2.0/ports?tenant_id=1a6603f376fa4a0fa15de8779c57f626&device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/596] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:40:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6081ce28-1bcf-4b4e-b2db-a33f52626dec => 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: 288/597] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:40:54 2026] GET /v2.0/subnets?id=0c1e92ff-62b5-4424-acad-6fc47a3ddd38 => generated 702 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/598] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:40:54 2026] GET /v2.0/ports?network_id=40de0e36-1eab-43e9-91f2-e14b958b3916&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: 290/599] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:40:54 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?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: 291/600] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:40:54 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/601] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:40:53 2026] POST /v2.0/floatingips => generated 552 bytes in 950 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/602] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:54 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/603] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:54 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => 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: 293/604] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:54 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/605] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:54 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&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: 294/606] 10.0.0.54 () {34 vars in 1096 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/security-groups?name=tempest-securitygroup--420770507&fields=id&tenant_id=a8a7e6fa69e04b55affc1a1a64a8ff37 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/607] 10.0.0.54 () {34 vars in 980 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/networks?id=a93a9d14-c28b-4820-a8f9-aaf8a729588c => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/608] 10.0.0.54 () {34 vars in 963 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/quotas/a8a7e6fa69e04b55affc1a1a64a8ff37 => 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: 314/609] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/ports?tenant_id=a8a7e6fa69e04b55affc1a1a64a8ff37&fields=id => generated 57 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/610] 10.0.0.54 () {34 vars in 1006 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/networks/a93a9d14-c28b-4820-a8f9-aaf8a729588c?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/611] 10.0.0.54 () {34 vars in 1106 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/networks/a93a9d14-c28b-4820-a8f9-aaf8a729588c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/612] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/ports?tenant_id=1a6603f376fa4a0fa15de8779c57f626&device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/613] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/networks?id=40de0e36-1eab-43e9-91f2-e14b958b3916 => generated 779 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/614] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => 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: 317/615] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6081ce28-1bcf-4b4e-b2db-a33f52626dec => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/616] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/subnets?id=0c1e92ff-62b5-4424-acad-6fc47a3ddd38 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/617] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/ports?network_id=40de0e36-1eab-43e9-91f2-e14b958b3916&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/618] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?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: 319/619] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/620] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => 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: 320/621] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/622] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&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: 321/623] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:55 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/624] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:56 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => 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: 322/625] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:57 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => 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: 323/626] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:57 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/627] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:57 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/628] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:57 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&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: 305/629] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:57 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => 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: 325/630] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:58 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 973 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/631] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:58 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/632] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:58 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/633] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:58 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&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: 327/634] 10.0.0.54 () {34 vars in 1096 bytes} [Tue Apr 21 04:40:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--931771553&fields=id&tenant_id=eb26fcc26c094f278fb6abcf37b65497 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/635] 10.0.0.54 () {34 vars in 980 bytes} [Tue Apr 21 04:40:58 2026] GET /v2.0/networks?id=e604984e-51ec-4698-977b-dd59f74fbd11 => generated 680 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/636] 10.0.0.54 () {34 vars in 963 bytes} [Tue Apr 21 04:40:58 2026] GET /v2.0/quotas/eb26fcc26c094f278fb6abcf37b65497 => 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: 309/637] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:40:58 2026] GET /v2.0/ports?tenant_id=eb26fcc26c094f278fb6abcf37b65497&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/638] 10.0.0.54 () {34 vars in 1006 bytes} [Tue Apr 21 04:40:58 2026] GET /v2.0/networks/e604984e-51ec-4698-977b-dd59f74fbd11?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/639] 10.0.0.54 () {34 vars in 1106 bytes} [Tue Apr 21 04:40:58 2026] GET /v2.0/networks/e604984e-51ec-4698-977b-dd59f74fbd11?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/640] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:58 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => 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: 311/641] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:59 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => 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: 331/642] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:59 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/643] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:59 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/644] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:59 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/645] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:40:59 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/646] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:40:59 2026] GET /v2.0/networks?id=a93a9d14-c28b-4820-a8f9-aaf8a729588c => generated 676 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/647] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:40:59 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => 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: 314/648] 199.204.45.144 () {34 vars in 1049 bytes} [Tue Apr 21 04:40:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a8a7e6fa69e04b55affc1a1a64a8ff37 => generated 180 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/649] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:00 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/650] 199.204.45.144 () {38 vars in 954 bytes} [Tue Apr 21 04:40:59 2026] POST /v2.0/ports => generated 958 bytes in 418 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: 336/651] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:00 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/652] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:00 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/653] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:00 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&fields=id&fields=name => generated 114 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/654] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:00 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&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: 316/655] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:41:00 2026] PUT /v2.0/ports/a65db827-1fba-4465-bd50-2950c0d0955e => generated 1239 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:41:00.877 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ada9275-c63f-44af-ba47-420fd0227986'] response: {'name': 'network-changed', 'server_uuid': 'c7247256-310d-4eea-8369-a5171d348b58', 'tag': 'a65db827-1fba-4465-bd50-2950c0d0955e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 340/656] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:00 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => generated 973 bytes in 39 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: 317/657] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:01 2026] GET /v2.0/security-groups?id=a9d14fb5-bc5a-422c-9d13-c89f9321fe96&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/658] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:01 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => 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: 318/659] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:41:01 2026] GET /v2.0/ports?tenant_id=a8a7e6fa69e04b55affc1a1a64a8ff37&device_id=c7247256-310d-4eea-8369-a5171d348b58 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/660] 199.204.45.144 () {34 vars in 1017 bytes} [Tue Apr 21 04:41:01 2026] GET /v2.0/networks?tenant_id=a8a7e6fa69e04b55affc1a1a64a8ff37&shared=False => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/661] 199.204.45.144 () {34 vars in 929 bytes} [Tue Apr 21 04:41:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/662] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:01 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/663] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:01 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/664] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:01 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/665] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:01 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/666] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:02 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/667] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:02 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/668] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:02 2026] GET /v2.0/security-groups?id=a9d14fb5-bc5a-422c-9d13-c89f9321fe96&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: 324/669] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:02 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:41:02.574 7 INFO neutron.db.l3_db [None req-4dc5a73f-5f87-4995-bfe3-6a886aef3b18 7c8ce5c72fd24a16ba1d1b9a6719bae3 86deef3224034eff918f502b479d3c80 - - default default] Floating IP 15d1dd9f-12d8-414a-acf8-456d8c8a9b4b associated. External IP: 10.96.250.203, port: b2c5f878-8a23-4676-ba31-80139a208007. [pid: 8|app: 0|req: 325/670] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:41:02 2026] GET /v2.0/ports?tenant_id=a8a7e6fa69e04b55affc1a1a64a8ff37&device_id=c7247256-310d-4eea-8369-a5171d348b58 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/671] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:41:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a65db827-1fba-4465-bd50-2950c0d0955e => 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: 327/672] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:41:02 2026] GET /v2.0/subnets?id=766d10c1-7ade-4adb-966d-a94a9927b4d9 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/673] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:41:02 2026] GET /v2.0/ports?network_id=a93a9d14-c28b-4820-a8f9-aaf8a729588c&device_owner=network%3Adhcp => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/674] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:41:02 2026] GET /v2.0/networks/a93a9d14-c28b-4820-a8f9-aaf8a729588c?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: 330/675] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:41:02 2026] GET /v2.0/networks/a93a9d14-c28b-4820-a8f9-aaf8a729588c?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: 346/676] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:41:02 2026] PUT /v2.0/floatingips/15d1dd9f-12d8-414a-acf8-456d8c8a9b4b => generated 855 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:02.908 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-90dc59b3-5a1e-4e7f-a3df-6515be33090a'] response: {'name': 'network-changed', 'server_uuid': 'b5af8ebc-1e12-4722-80a3-5f49731cdb5c', 'tag': 'b2c5f878-8a23-4676-ba31-80139a208007', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 331/677] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:02 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/678] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:02 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/679] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:02 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/680] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&fields=id&fields=name => generated 114 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/681] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/682] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/security-groups?id=a9d14fb5-bc5a-422c-9d13-c89f9321fe96&fields=id&fields=name => generated 113 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/683] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/ports?tenant_id=86deef3224034eff918f502b479d3c80&device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/685] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/networks?id=7ce70d9c-76d5-441d-91b3-58b368fc033c => generated 764 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/685] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => 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: 336/686] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => 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: 351/687] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/networks?id=e604984e-51ec-4698-977b-dd59f74fbd11 => generated 680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/688] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=b2c5f878-8a23-4676-ba31-80139a208007 => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/689] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/690] 199.204.45.144 () {34 vars in 1049 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=eb26fcc26c094f278fb6abcf37b65497 => generated 180 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/691] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/subnets?id=caeeae5d-a091-4442-be2a-2fc278400426 => generated 687 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/692] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/ports?network_id=7ce70d9c-76d5-441d-91b3-58b368fc033c&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: 355/693] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/networks/7ce70d9c-76d5-441d-91b3-58b368fc033c?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/694] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:41:03 2026] GET /v2.0/networks/7ce70d9c-76d5-441d-91b3-58b368fc033c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/695] 199.204.45.144 () {38 vars in 954 bytes} [Tue Apr 21 04:41:03 2026] POST /v2.0/ports => generated 958 bytes in 311 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: 340/696] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:04 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => 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: 357/697] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:41:03 2026] PUT /v2.0/ports/f03874c1-a304-4725-802d-2294657b3ca6 => generated 1239 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/698] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:04 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&fields=id&fields=name => generated 114 bytes in 25 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: 342/699] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:04 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/700] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:04 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/701] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:04 2026] GET /v2.0/security-groups?id=a9d14fb5-bc5a-422c-9d13-c89f9321fe96&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/702] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:04 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 973 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/703] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:04 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/704] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:04 2026] GET /v2.0/security-groups?id=6b00f1d2-f500-4daf-b657-2b05083154e2&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: 347/705] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:04 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:04.903 7 INFO neutron.db.l3_db [None req-a6b57ffe-7e40-4601-a92a-0b9b4d3deac0 6d1f96e039304419bb2b00f609f59912 1a6603f376fa4a0fa15de8779c57f626 - - default default] Floating IP b88b8486-6f48-40f2-b926-cf117cdb16c1 associated. External IP: 10.96.250.216, port: 6081ce28-1bcf-4b4e-b2db-a33f52626dec. 2026-04-21 04:41:04.949 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2090f238-f54c-4d68-8ccc-8652f7a553e7'] response: {'name': 'network-changed', 'server_uuid': '22c06832-352e-404d-814f-08a8d4a651e1', 'tag': 'f03874c1-a304-4725-802d-2294657b3ca6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 359/708] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:41:04 2026] PUT /v2.0/floatingips/b88b8486-6f48-40f2-b926-cf117cdb16c1 => generated 856 bytes in 667 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/709] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:05 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => 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: 360/710] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:05 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/711] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:41:05 2026] GET /v2.0/ports?tenant_id=eb26fcc26c094f278fb6abcf37b65497&device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/712] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:41:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f03874c1-a304-4725-802d-2294657b3ca6 => 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: 352/713] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:41:05 2026] GET /v2.0/subnets?id=1a566382-7b75-41ba-a783-dfbac49196eb => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/714] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:41:05 2026] GET /v2.0/ports?network_id=e604984e-51ec-4698-977b-dd59f74fbd11&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/715] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:41:05 2026] GET /v2.0/networks/e604984e-51ec-4698-977b-dd59f74fbd11?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: 363/716] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:41:05 2026] GET /v2.0/networks/e604984e-51ec-4698-977b-dd59f74fbd11?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/717] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:05 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/718] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:05 2026] GET /v2.0/security-groups?id=a9d14fb5-bc5a-422c-9d13-c89f9321fe96&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: 355/719] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:41:05 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/720] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:05 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 973 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/721] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:05 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/722] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:05 2026] GET /v2.0/security-groups?id=6b00f1d2-f500-4daf-b657-2b05083154e2&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: 358/723] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:06 2026] GET /v2.0/security-groups?id=d2c10385-afc5-4f3b-af77-e0c01bfc00af&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:06.130 7 INFO neutron_taas.services.taas.taas_plugin [req-e8dd462a-1353-4330-896d-bfbd51621b31 req-9484d02a-270b-43fe-b06c-631c60ab8a51 7c8ce5c72fd24a16ba1d1b9a6719bae3 86deef3224034eff918f502b479d3c80 - - default default] TaaS: Handle Delete Port: b2c5f878-8a23-4676-ba31-80139a208007 2026-04-21 04:41:06.136 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e8dd462a-1353-4330-896d-bfbd51621b31 req-9484d02a-270b-43fe-b06c-631c60ab8a51 7c8ce5c72fd24a16ba1d1b9a6719bae3 86deef3224034eff918f502b479d3c80 - - default default] Tap Mirror: Handle Delete Port: b2c5f878-8a23-4676-ba31-80139a208007 2026-04-21 04:41:06.328 7 INFO neutron.db.l3_db [req-e8dd462a-1353-4330-896d-bfbd51621b31 req-9484d02a-270b-43fe-b06c-631c60ab8a51 7c8ce5c72fd24a16ba1d1b9a6719bae3 86deef3224034eff918f502b479d3c80 - - default default] Floating IP 15d1dd9f-12d8-414a-acf8-456d8c8a9b4b disassociated. External IP: 10.96.250.203, port: b2c5f878-8a23-4676-ba31-80139a208007. [pid: 7|app: 0|req: 366/724] 199.204.45.144 () {36 vars in 996 bytes} [Tue Apr 21 04:41:05 2026] DELETE /v2.0/ports/b2c5f878-8a23-4676-ba31-80139a208007 => generated 0 bytes in 745 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/725] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:41:06 2026] GET /v2.0/ports?tenant_id=eb26fcc26c094f278fb6abcf37b65497&device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 1242 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/726] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:41:06 2026] GET /v2.0/networks?id=e604984e-51ec-4698-977b-dd59f74fbd11 => generated 776 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/727] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:41:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f03874c1-a304-4725-802d-2294657b3ca6 => 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: 368/728] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:41:06 2026] GET /v2.0/subnets?id=1a566382-7b75-41ba-a783-dfbac49196eb => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/729] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:06 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => 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: 369/730] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:41:06 2026] GET /v2.0/ports?network_id=e604984e-51ec-4698-977b-dd59f74fbd11&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: 362/731] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:06 2026] GET /v2.0/security-groups?id=a9d14fb5-bc5a-422c-9d13-c89f9321fe96&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/732] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:41:06 2026] GET /v2.0/networks/e604984e-51ec-4698-977b-dd59f74fbd11?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:41:06.994 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7600d93f-48b2-40ed-8c6b-3877cde1e292'] response: {'name': 'network-changed', 'server_uuid': '95142b70-b180-468f-acd4-b4b853f1c00c', 'tag': '6081ce28-1bcf-4b4e-b2db-a33f52626dec', 'status': 'completed', 'code': 200} 2026-04-21 04:41:06.994 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7600d93f-48b2-40ed-8c6b-3877cde1e292'] response: {'server_uuid': 'b5af8ebc-1e12-4722-80a3-5f49731cdb5c', 'name': 'network-vif-deleted', 'tag': 'b2c5f878-8a23-4676-ba31-80139a208007', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 363/733] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:41:06 2026] GET /v2.0/networks/e604984e-51ec-4698-977b-dd59f74fbd11?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: 371/734] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:07 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => 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: 372/735] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:07 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => 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: 364/736] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:07 2026] GET /v2.0/security-groups?id=6b00f1d2-f500-4daf-b657-2b05083154e2&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/737] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:41:07 2026] GET /v2.0/ports?tenant_id=1a6603f376fa4a0fa15de8779c57f626&device_id=95142b70-b180-468f-acd4-b4b853f1c00c => 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: 365/738] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:41:07 2026] GET /v2.0/networks?id=40de0e36-1eab-43e9-91f2-e14b958b3916 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/739] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:41:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6081ce28-1bcf-4b4e-b2db-a33f52626dec => generated 861 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/740] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:41:07 2026] GET /v2.0/subnets?id=0c1e92ff-62b5-4424-acad-6fc47a3ddd38 => generated 702 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/741] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:41:07 2026] GET /v2.0/ports?network_id=40de0e36-1eab-43e9-91f2-e14b958b3916&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/742] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:41:07 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/743] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:41:07 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?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: 368/744] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:08 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/745] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:08 2026] GET /v2.0/security-groups?id=a9d14fb5-bc5a-422c-9d13-c89f9321fe96&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/746] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:08 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/747] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:08 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/748] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:08 2026] GET /v2.0/security-groups?id=6b00f1d2-f500-4daf-b657-2b05083154e2&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/749] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:08 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:41:08.801 8 INFO neutron.db.l3_db [None req-072bf93e-386d-42be-992a-6f6a2d1178f9 85d5dc6d6b324db8b10f629a0e0e4e4d a8a7e6fa69e04b55affc1a1a64a8ff37 - - default default] Floating IP 51568412-36f4-4b3f-a5b7-7a9686cd0bce associated. External IP: 10.96.250.204, port: a65db827-1fba-4465-bd50-2950c0d0955e. [pid: 8|app: 0|req: 370/750] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:41:08 2026] PUT /v2.0/floatingips/51568412-36f4-4b3f-a5b7-7a9686cd0bce => generated 856 bytes in 819 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:09.178 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8206948e-443f-47a6-bdd6-ca087927277c'] response: {'name': 'network-changed', 'server_uuid': 'c7247256-310d-4eea-8369-a5171d348b58', 'tag': 'a65db827-1fba-4465-bd50-2950c0d0955e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 381/751] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:09 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => 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: 371/752] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:09 2026] GET /v2.0/security-groups?id=a9d14fb5-bc5a-422c-9d13-c89f9321fe96&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: 382/753] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:09 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => 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: 372/754] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:09 2026] GET /v2.0/security-groups?id=6b00f1d2-f500-4daf-b657-2b05083154e2&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: 383/755] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:09 2026] GET /v2.0/ports?device_id=b5af8ebc-1e12-4722-80a3-5f49731cdb5c => 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: 373/756] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:09 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/757] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:09 2026] GET /v2.0/security-groups?id=a9d14fb5-bc5a-422c-9d13-c89f9321fe96&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: 374/758] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:41:09 2026] GET /v2.0/ports?tenant_id=a8a7e6fa69e04b55affc1a1a64a8ff37&device_id=c7247256-310d-4eea-8369-a5171d348b58 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/759] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:41:09 2026] GET /v2.0/networks?id=a93a9d14-c28b-4820-a8f9-aaf8a729588c => 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: 375/760] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:41:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=a65db827-1fba-4465-bd50-2950c0d0955e => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/761] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:41:09 2026] GET /v2.0/subnets?id=766d10c1-7ade-4adb-966d-a94a9927b4d9 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/762] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:41:09 2026] GET /v2.0/ports?network_id=a93a9d14-c28b-4820-a8f9-aaf8a729588c&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: 387/763] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:41:09 2026] GET /v2.0/networks/a93a9d14-c28b-4820-a8f9-aaf8a729588c?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: 377/764] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:41:09 2026] GET /v2.0/networks/a93a9d14-c28b-4820-a8f9-aaf8a729588c?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: 388/765] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:10 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/766] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:10 2026] GET /v2.0/security-groups?id=6b00f1d2-f500-4daf-b657-2b05083154e2&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: 389/767] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:10 2026] DELETE /v2.0/security-groups/d2c10385-afc5-4f3b-af77-e0c01bfc00af => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:10.786 7 INFO neutron.api.v2.resource [None req-388e818b-49a6-4878-8642-00faef1c2d4d 7c8ce5c72fd24a16ba1d1b9a6719bae3 86deef3224034eff918f502b479d3c80 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 390/768] 10.0.0.103 () {32 vars in 736 bytes} [Tue Apr 21 04:41:10 2026] GET /v2.0/security-groups/d2c10385-afc5-4f3b-af77-e0c01bfc00af => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/769] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:10 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/770] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:10 2026] GET /v2.0/security-groups?id=a9d14fb5-bc5a-422c-9d13-c89f9321fe96&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:10.872 7 INFO neutron_taas.services.taas.taas_plugin [None req-9e8546f6-6336-4ed3-b5f5-26517a4f2cfe 7c8ce5c72fd24a16ba1d1b9a6719bae3 86deef3224034eff918f502b479d3c80 - - default default] TaaS: Handle Delete Port: 1bafda13-2bf7-4c7a-9aa4-48b18df776b8 2026-04-21 04:41:10.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e8546f6-6336-4ed3-b5f5-26517a4f2cfe 7c8ce5c72fd24a16ba1d1b9a6719bae3 86deef3224034eff918f502b479d3c80 - - default default] Tap Mirror: Handle Delete Port: 1bafda13-2bf7-4c7a-9aa4-48b18df776b8 [pid: 7|app: 0|req: 391/771] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:41:10 2026] DELETE /v2.0/floatingips/15d1dd9f-12d8-414a-acf8-456d8c8a9b4b => generated 0 bytes in 255 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:11.390 8 INFO neutron_taas.services.taas.taas_plugin [None req-acdc60a4-f380-433e-af46-31a444ac8cb6 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 4c66c0b3-2782-40e4-978c-70a701d8f130 2026-04-21 04:41:11.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acdc60a4-f380-433e-af46-31a444ac8cb6 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 4c66c0b3-2782-40e4-978c-70a701d8f130 [pid: 8|app: 0|req: 381/772] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:41:11 2026] PUT /v2.0/routers/1d96aa9c-3414-4b52-94b1-e0345e45cb2f/remove_router_interface => generated 309 bytes in 769 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/773] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:11 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 973 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/774] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:11 2026] GET /v2.0/security-groups?id=6b00f1d2-f500-4daf-b657-2b05083154e2&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/775] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:11 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:12.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-89f2ab00-3664-4010-a7f7-8d7b386cc793 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: f5ebcf6d-810f-4865-834f-f7a1dd175002 2026-04-21 04:41:12.027 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89f2ab00-3664-4010-a7f7-8d7b386cc793 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: f5ebcf6d-810f-4865-834f-f7a1dd175002 [pid: 7|app: 0|req: 395/776] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:41:11 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/777] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:12 2026] GET /v2.0/security-groups?id=a9d14fb5-bc5a-422c-9d13-c89f9321fe96&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:12.175 7 INFO neutron_taas.services.taas.taas_plugin [req-24ff2bca-97ca-4ba8-a72c-b011d5fc79ce req-cced9c3c-5bd1-4e2d-8160-507572669c7a 85d5dc6d6b324db8b10f629a0e0e4e4d a8a7e6fa69e04b55affc1a1a64a8ff37 - - default default] TaaS: Handle Delete Port: a65db827-1fba-4465-bd50-2950c0d0955e 2026-04-21 04:41:12.178 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-24ff2bca-97ca-4ba8-a72c-b011d5fc79ce req-cced9c3c-5bd1-4e2d-8160-507572669c7a 85d5dc6d6b324db8b10f629a0e0e4e4d a8a7e6fa69e04b55affc1a1a64a8ff37 - - default default] Tap Mirror: Handle Delete Port: a65db827-1fba-4465-bd50-2950c0d0955e 2026-04-21 04:41:12.280 8 INFO neutron_taas.services.taas.taas_plugin [None req-89f2ab00-3664-4010-a7f7-8d7b386cc793 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: b62c0481-331b-4085-bb14-901f4a7d7038 2026-04-21 04:41:12.283 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89f2ab00-3664-4010-a7f7-8d7b386cc793 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: b62c0481-331b-4085-bb14-901f4a7d7038 2026-04-21 04:41:12.287 7 INFO neutron.db.l3_db [req-24ff2bca-97ca-4ba8-a72c-b011d5fc79ce req-cced9c3c-5bd1-4e2d-8160-507572669c7a 85d5dc6d6b324db8b10f629a0e0e4e4d a8a7e6fa69e04b55affc1a1a64a8ff37 - - default default] Floating IP 51568412-36f4-4b3f-a5b7-7a9686cd0bce disassociated. External IP: 10.96.250.204, port: a65db827-1fba-4465-bd50-2950c0d0955e. [pid: 7|app: 0|req: 397/778] 199.204.45.144 () {36 vars in 996 bytes} [Tue Apr 21 04:41:12 2026] DELETE /v2.0/ports/a65db827-1fba-4465-bd50-2950c0d0955e => generated 0 bytes in 535 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:41:12.622 8 INFO neutron.services.segments.plugin [-] Segment 7935d266-6656-498a-a343-a1b92ac922de resource provider aggregate not found 2026-04-21 04:41:12.623 8 INFO neutron.services.segments.plugin [-] Segment 7935d266-6656-498a-a343-a1b92ac922de resource provider aggregate not found 2026-04-21 04:41:12.645 8 INFO neutron.db.l3_hamode_db [None req-89f2ab00-3664-4010-a7f7-8d7b386cc793 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] HA network 9cb9d959-eee0-41b8-a070-1a76df9e11a4 was deleted as no HA routers are present in tenant 86deef3224034eff918f502b479d3c80. 2026-04-21 04:41:12.653 8 INFO neutron.services.segments.plugin [-] Segment 7935d266-6656-498a-a343-a1b92ac922de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7935d266-6656-498a-a343-a1b92ac922de found for delete ", "request_id": "req-4cb68bcc-5054-4213-ad32-df8ce56237cb"}]} [pid: 8|app: 0|req: 382/779] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:11 2026] DELETE /v2.0/routers/1d96aa9c-3414-4b52-94b1-e0345e45cb2f => generated 0 bytes in 829 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:12.655 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-33d96e88-fa66-4fcb-bf33-e491665660cd'] response: {'server_uuid': 'c7247256-310d-4eea-8369-a5171d348b58', 'name': 'network-vif-deleted', 'tag': 'a65db827-1fba-4465-bd50-2950c0d0955e', 'status': 'completed', 'code': 200} 2026-04-21 04:41:12.657 8 INFO neutron.services.segments.plugin [-] Segment 7935d266-6656-498a-a343-a1b92ac922de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7935d266-6656-498a-a343-a1b92ac922de found for delete ", "request_id": "req-cf4efc39-3072-4895-9078-106b613d4537"}]} [pid: 7|app: 0|req: 398/780] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:12 2026] DELETE /v2.0/subnets/caeeae5d-a091-4442-be2a-2fc278400426 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:41:12.897 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf52df17-f9b8-4514-aefa-03a6aed0ab8b b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: dabdbe12-ea26-4638-a93a-7bcddcc270b9 2026-04-21 04:41:12.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf52df17-f9b8-4514-aefa-03a6aed0ab8b b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: dabdbe12-ea26-4638-a93a-7bcddcc270b9 [pid: 7|app: 0|req: 399/781] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:13 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/782] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:13 2026] GET /v2.0/security-groups?id=6b00f1d2-f500-4daf-b657-2b05083154e2&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: 383/783] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:12 2026] DELETE /v2.0/networks/7ce70d9c-76d5-441d-91b3-58b368fc033c => generated 0 bytes in 358 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/784] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:13 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => 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: 384/785] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:13 2026] GET /v2.0/security-groups?tenant_id=86deef3224034eff918f502b479d3c80&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/786] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:13 2026] DELETE /v2.0/security-groups/c290b9eb-11c9-440b-9dc4-48267a2e6f4f => 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: 403/787] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:14 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => 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: 385/788] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:14 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => 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: 404/789] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:14 2026] GET /v2.0/security-groups?id=6b00f1d2-f500-4daf-b657-2b05083154e2&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:14.681 8 INFO neutron.services.segments.plugin [-] Segment 6844c82d-5fba-4e61-9cb7-faf566fb6f32 resource provider aggregate not found 2026-04-21 04:41:14.686 8 INFO neutron.services.segments.plugin [-] Segment 6844c82d-5fba-4e61-9cb7-faf566fb6f32 resource provider aggregate not found 2026-04-21 04:41:14.695 8 INFO neutron.services.segments.plugin [-] Segment 6844c82d-5fba-4e61-9cb7-faf566fb6f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6844c82d-5fba-4e61-9cb7-faf566fb6f32 found for delete ", "request_id": "req-e10c7a36-946c-4a4b-ad7e-fbcfeb0c466e"}]} 2026-04-21 04:41:14.710 8 INFO neutron.services.segments.plugin [-] Segment 6844c82d-5fba-4e61-9cb7-faf566fb6f32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6844c82d-5fba-4e61-9cb7-faf566fb6f32 found for delete ", "request_id": "req-7614683e-fcb2-45d0-b123-ae207834bf15"}]} [pid: 8|app: 0|req: 386/790] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:15 2026] GET /v2.0/ports?device_id=c7247256-310d-4eea-8369-a5171d348b58 => 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: 405/791] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:15 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/792] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:15 2026] GET /v2.0/security-groups?id=6b00f1d2-f500-4daf-b657-2b05083154e2&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: 406/793] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:15 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:15.948 8 INFO neutron.db.l3_db [None req-80f1a4df-91d9-4b8b-9690-b586669c9c33 7f65a4ae7f99457b8b9fe173f46a7955 eb26fcc26c094f278fb6abcf37b65497 - - default default] Floating IP ea521b54-1964-4bcf-8b8a-1148cdee8280 associated. External IP: 10.96.250.213, port: f03874c1-a304-4725-802d-2294657b3ca6. [pid: 7|app: 0|req: 407/794] 10.0.0.160 () {34 vars in 989 bytes} [Tue Apr 21 04:41:15 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 1244 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/795] 10.0.0.160 () {34 vars in 1039 bytes} [Tue Apr 21 04:41:16 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&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: 388/796] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:41:15 2026] PUT /v2.0/floatingips/ea521b54-1964-4bcf-8b8a-1148cdee8280 => generated 856 bytes in 618 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:16.313 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-536a6d2e-be53-41f2-9bd9-d50b2348191f'] response: {'name': 'network-changed', 'server_uuid': '22c06832-352e-404d-814f-08a8d4a651e1', 'tag': 'f03874c1-a304-4725-802d-2294657b3ca6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 409/797] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:16 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/798] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:16 2026] GET /v2.0/security-groups?id=6b00f1d2-f500-4daf-b657-2b05083154e2&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: 410/799] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:16 2026] DELETE /v2.0/security-groups/a9d14fb5-bc5a-422c-9d13-c89f9321fe96 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:16.600 8 INFO neutron.api.v2.resource [None req-e116bd93-9ebd-41e3-9e44-44029926779f 85d5dc6d6b324db8b10f629a0e0e4e4d a8a7e6fa69e04b55affc1a1a64a8ff37 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 390/800] 10.0.0.103 () {32 vars in 736 bytes} [Tue Apr 21 04:41:16 2026] GET /v2.0/security-groups/a9d14fb5-bc5a-422c-9d13-c89f9321fe96 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:41:16.733 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee5681b9-fa17-447c-9dd8-9d0cfb47572a 85d5dc6d6b324db8b10f629a0e0e4e4d a8a7e6fa69e04b55affc1a1a64a8ff37 - - default default] TaaS: Handle Delete Port: fc600056-2e09-4ddd-8f2d-2d9638eea4d6 2026-04-21 04:41:16.735 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee5681b9-fa17-447c-9dd8-9d0cfb47572a 85d5dc6d6b324db8b10f629a0e0e4e4d a8a7e6fa69e04b55affc1a1a64a8ff37 - - default default] Tap Mirror: Handle Delete Port: fc600056-2e09-4ddd-8f2d-2d9638eea4d6 [pid: 8|app: 0|req: 391/801] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:16 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => 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: 392/802] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:16 2026] GET /v2.0/security-groups?id=6b00f1d2-f500-4daf-b657-2b05083154e2&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: 393/803] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:41:16 2026] GET /v2.0/ports?tenant_id=eb26fcc26c094f278fb6abcf37b65497&device_id=22c06832-352e-404d-814f-08a8d4a651e1 => 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: 411/804] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:41:16 2026] DELETE /v2.0/floatingips/51568412-36f4-4b3f-a5b7-7a9686cd0bce => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/805] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:41:16 2026] GET /v2.0/networks?id=e604984e-51ec-4698-977b-dd59f74fbd11 => generated 776 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/806] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:41:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=f03874c1-a304-4725-802d-2294657b3ca6 => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/807] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:41:16 2026] GET /v2.0/subnets?id=1a566382-7b75-41ba-a783-dfbac49196eb => generated 698 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/808] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:41:16 2026] GET /v2.0/ports?network_id=e604984e-51ec-4698-977b-dd59f74fbd11&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/809] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:41:17 2026] GET /v2.0/networks/e604984e-51ec-4698-977b-dd59f74fbd11?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/810] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:41:17 2026] GET /v2.0/networks/e604984e-51ec-4698-977b-dd59f74fbd11?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) 2026-04-21 04:41:17.311 8 INFO neutron_taas.services.taas.taas_plugin [None req-776d5b70-ee74-4805-975b-6633804d27a1 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 0d59a507-84e0-4288-9c23-b1fb64d21ec6 2026-04-21 04:41:17.313 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-776d5b70-ee74-4805-975b-6633804d27a1 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 0d59a507-84e0-4288-9c23-b1fb64d21ec6 [pid: 8|app: 0|req: 395/811] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:41:16 2026] PUT /v2.0/routers/0a4e7f26-5848-455a-9b58-8ae9b4482924/remove_router_interface => generated 309 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/812] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:17 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/813] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:17 2026] GET /v2.0/security-groups?id=6b00f1d2-f500-4daf-b657-2b05083154e2&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:18.002 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c176d65-c6c3-4d4b-86f6-8e06883fdb1c b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: ac01d230-a4e1-40b0-a773-26969d72cc3f 2026-04-21 04:41:18.005 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c176d65-c6c3-4d4b-86f6-8e06883fdb1c b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: ac01d230-a4e1-40b0-a773-26969d72cc3f 2026-04-21 04:41:18.240 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c176d65-c6c3-4d4b-86f6-8e06883fdb1c b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: ba8cd1e7-1e31-47c3-82c6-d63f403a594b 2026-04-21 04:41:18.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c176d65-c6c3-4d4b-86f6-8e06883fdb1c b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: ba8cd1e7-1e31-47c3-82c6-d63f403a594b [pid: 8|app: 0|req: 398/814] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:17 2026] GET /v2.0/security-groups?tenant_id=bc1a0315a27c402e98f7d80a75a6fad5&name=default => generated 2925 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/815] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:18 2026] DELETE /v2.0/security-groups/ded55993-85eb-4d13-b8b0-c616c74a72f8 => 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: 400/816] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:18 2026] GET /v2.0/security-groups?tenant_id=1c36ab649d5945538f33772ef410d81e&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:41:18.568 7 INFO neutron.services.segments.plugin [-] Segment bc9b59b0-ce36-41db-b09a-6a80ba2d1b25 resource provider aggregate not found 2026-04-21 04:41:18.573 7 INFO neutron.services.segments.plugin [-] Segment bc9b59b0-ce36-41db-b09a-6a80ba2d1b25 resource provider aggregate not found 2026-04-21 04:41:18.587 7 INFO neutron.services.segments.plugin [-] Segment bc9b59b0-ce36-41db-b09a-6a80ba2d1b25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc9b59b0-ce36-41db-b09a-6a80ba2d1b25 found for delete ", "request_id": "req-3f9bfb84-e4b3-4a50-806d-14f073588c74"}]} 2026-04-21 04:41:18.592 7 INFO neutron.services.segments.plugin [-] Segment bc9b59b0-ce36-41db-b09a-6a80ba2d1b25 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc9b59b0-ce36-41db-b09a-6a80ba2d1b25 found for delete ", "request_id": "req-3802271f-5787-4c17-8458-1a55bb394c9d"}]} 2026-04-21 04:41:18.597 7 INFO neutron.db.l3_hamode_db [None req-6c176d65-c6c3-4d4b-86f6-8e06883fdb1c b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] HA network a3d6920a-11b1-4b7c-a3f8-fc4eae38dc06 was deleted as no HA routers are present in tenant a8a7e6fa69e04b55affc1a1a64a8ff37. [pid: 7|app: 0|req: 417/817] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:17 2026] DELETE /v2.0/routers/0a4e7f26-5848-455a-9b58-8ae9b4482924 => generated 0 bytes in 792 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/818] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:18 2026] DELETE /v2.0/security-groups/03e730e0-c416-4ffe-b01d-95558f9db678 => 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: 418/819] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:18 2026] DELETE /v2.0/subnets/766d10c1-7ade-4adb-966d-a94a9927b4d9 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:41:18.878 8 INFO neutron_taas.services.taas.taas_plugin [None req-965ec7ef-1076-44d7-8ec2-f86e12d4185f b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 00da211e-306a-4db5-9e53-b130f5fb51c3 2026-04-21 04:41:18.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-965ec7ef-1076-44d7-8ec2-f86e12d4185f b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 00da211e-306a-4db5-9e53-b130f5fb51c3 2026-04-21 04:41:19.079 8 INFO neutron.services.segments.plugin [-] Segment 0e38b9be-3aa3-476d-9228-6e3145bac56a resource provider aggregate not found 2026-04-21 04:41:19.083 8 INFO neutron.services.segments.plugin [-] Segment 0e38b9be-3aa3-476d-9228-6e3145bac56a resource provider aggregate not found 2026-04-21 04:41:19.099 8 INFO neutron.services.segments.plugin [-] Segment 0e38b9be-3aa3-476d-9228-6e3145bac56a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e38b9be-3aa3-476d-9228-6e3145bac56a found for delete ", "request_id": "req-30969115-d23a-40d2-951a-7bbe29a91cc4"}]} 2026-04-21 04:41:19.100 8 INFO neutron.services.segments.plugin [-] Segment 0e38b9be-3aa3-476d-9228-6e3145bac56a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e38b9be-3aa3-476d-9228-6e3145bac56a found for delete ", "request_id": "req-b149f8d1-efb4-416f-9872-c7131d848643"}]} [pid: 7|app: 0|req: 419/820] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:19 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/821] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:18 2026] DELETE /v2.0/networks/a93a9d14-c28b-4820-a8f9-aaf8a729588c => generated 0 bytes in 342 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/822] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:19 2026] GET /v2.0/security-groups?id=6b00f1d2-f500-4daf-b657-2b05083154e2&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: 420/823] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:41:19 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/824] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:19 2026] GET /v2.0/security-groups?tenant_id=a8a7e6fa69e04b55affc1a1a64a8ff37&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: 422/825] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:19 2026] DELETE /v2.0/security-groups/c397d8ec-1fa8-4edf-be30-08fbb9ca7767 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:19.595 8 INFO neutron_taas.services.taas.taas_plugin [req-b1acbb68-b8bd-470e-bbba-57fe37571cb2 req-b537589b-ab65-4419-ad65-fbab2d4cf712 7f65a4ae7f99457b8b9fe173f46a7955 eb26fcc26c094f278fb6abcf37b65497 - - default default] TaaS: Handle Delete Port: f03874c1-a304-4725-802d-2294657b3ca6 2026-04-21 04:41:19.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b1acbb68-b8bd-470e-bbba-57fe37571cb2 req-b537589b-ab65-4419-ad65-fbab2d4cf712 7f65a4ae7f99457b8b9fe173f46a7955 eb26fcc26c094f278fb6abcf37b65497 - - default default] Tap Mirror: Handle Delete Port: f03874c1-a304-4725-802d-2294657b3ca6 2026-04-21 04:41:19.794 8 INFO neutron.db.l3_db [req-b1acbb68-b8bd-470e-bbba-57fe37571cb2 req-b537589b-ab65-4419-ad65-fbab2d4cf712 7f65a4ae7f99457b8b9fe173f46a7955 eb26fcc26c094f278fb6abcf37b65497 - - default default] Floating IP ea521b54-1964-4bcf-8b8a-1148cdee8280 disassociated. External IP: 10.96.250.213, port: f03874c1-a304-4725-802d-2294657b3ca6. [pid: 7|app: 0|req: 425/828] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:20 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => 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: 404/829] 199.204.45.144 () {36 vars in 996 bytes} [Tue Apr 21 04:41:19 2026] DELETE /v2.0/ports/f03874c1-a304-4725-802d-2294657b3ca6 => generated 0 bytes in 1118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:41:20.308 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f8688391-698d-46dd-90c1-182638861415'] response: {'server_uuid': '22c06832-352e-404d-814f-08a8d4a651e1', 'name': 'network-vif-deleted', 'tag': 'f03874c1-a304-4725-802d-2294657b3ca6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 426/830] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:21 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => 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: 427/831] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:22 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => 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: 405/832] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:22 2026] GET /v2.0/security-groups?tenant_id=3c76e6b93ca0474694e342f769e625ec&name=default => generated 2925 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/833] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:22 2026] DELETE /v2.0/security-groups/1a5bc909-4cd4-450a-9386-53bd3cfb0848 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/834] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:23 2026] GET /v2.0/security-groups?tenant_id=3cd5d059e091463eb4beb93f145d0133&name=default => generated 2925 bytes in 195 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/835] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:23 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => 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: 429/836] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:23 2026] DELETE /v2.0/security-groups/04f00675-842e-4a17-b0df-e8109bc9180c => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/837] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:23 2026] GET /v2.0/security-groups?tenant_id=80e62d4ece6d47a3bcdeb5af692a07b4&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/838] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:23 2026] DELETE /v2.0/security-groups/85952e34-96f2-4cd8-84df-45c663a414f4 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/839] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:24 2026] GET /v2.0/ports?device_id=22c06832-352e-404d-814f-08a8d4a651e1 => 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: 431/840] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:24 2026] GET /v2.0/security-groups?tenant_id=db53ab71562e482db3624eab1886ed9b&name=default => generated 2925 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/841] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:25 2026] DELETE /v2.0/security-groups/2d978621-b7ee-40a4-9642-3e43c5585cc6 => 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: 432/842] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:25 2026] DELETE /v2.0/security-groups/6b00f1d2-f500-4daf-b657-2b05083154e2 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:25.881 8 INFO neutron.api.v2.resource [None req-5828759a-4a92-4626-8a66-257bf8dc48a6 7f65a4ae7f99457b8b9fe173f46a7955 eb26fcc26c094f278fb6abcf37b65497 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 411/843] 10.0.0.103 () {32 vars in 736 bytes} [Tue Apr 21 04:41:25 2026] GET /v2.0/security-groups/6b00f1d2-f500-4daf-b657-2b05083154e2 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:41:25.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-f220b3ec-bced-4cc7-9ae7-93bf5c94b6ba 7f65a4ae7f99457b8b9fe173f46a7955 eb26fcc26c094f278fb6abcf37b65497 - - default default] TaaS: Handle Delete Port: f2b7514a-7085-4195-b7e6-1dd144de3155 2026-04-21 04:41:25.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f220b3ec-bced-4cc7-9ae7-93bf5c94b6ba 7f65a4ae7f99457b8b9fe173f46a7955 eb26fcc26c094f278fb6abcf37b65497 - - default default] Tap Mirror: Handle Delete Port: f2b7514a-7085-4195-b7e6-1dd144de3155 [pid: 7|app: 0|req: 433/844] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:41:25 2026] DELETE /v2.0/floatingips/ea521b54-1964-4bcf-8b8a-1148cdee8280 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:26.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-06cebe29-3235-4c01-af02-35b1319faea8 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 074ffddf-8ac9-4239-9ef0-154e5e67a1a9 2026-04-21 04:41:26.586 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06cebe29-3235-4c01-af02-35b1319faea8 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 074ffddf-8ac9-4239-9ef0-154e5e67a1a9 [pid: 8|app: 0|req: 412/845] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:41:26 2026] PUT /v2.0/routers/a89309de-4a8b-4664-929c-9f2714120951/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/846] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:27 2026] GET /v2.0/security-groups?tenant_id=6db38c94aaad46faa9a6f7d34b924394&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/847] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:27 2026] DELETE /v2.0/security-groups/28464b9a-8e95-4e52-b751-6797d023b655 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:28.034 7 INFO neutron_taas.services.taas.taas_plugin [None req-41268bfb-142a-4f25-96f1-b700ced61b97 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: ee4b13f8-3cca-4081-b882-b2f5110a8981 2026-04-21 04:41:28.037 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41268bfb-142a-4f25-96f1-b700ced61b97 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: ee4b13f8-3cca-4081-b882-b2f5110a8981 2026-04-21 04:41:28.278 7 INFO neutron_taas.services.taas.taas_plugin [None req-41268bfb-142a-4f25-96f1-b700ced61b97 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 9d7cf399-76e2-45ee-89bc-491724928e2a 2026-04-21 04:41:28.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41268bfb-142a-4f25-96f1-b700ced61b97 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 9d7cf399-76e2-45ee-89bc-491724928e2a 2026-04-21 04:41:28.544 7 INFO neutron.services.segments.plugin [-] Segment bb0f693e-141a-45e4-b16e-d28923b680af resource provider aggregate not found 2026-04-21 04:41:28.553 7 INFO neutron.services.segments.plugin [-] Segment bb0f693e-141a-45e4-b16e-d28923b680af resource provider aggregate not found 2026-04-21 04:41:28.563 7 INFO neutron.services.segments.plugin [-] Segment bb0f693e-141a-45e4-b16e-d28923b680af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb0f693e-141a-45e4-b16e-d28923b680af found for delete ", "request_id": "req-44d6404f-846a-4f0c-a898-6ddd9f81366d"}]} 2026-04-21 04:41:28.577 7 INFO neutron.db.l3_hamode_db [None req-41268bfb-142a-4f25-96f1-b700ced61b97 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] HA network 0add5563-5df6-47e7-98fc-cfa5eb889cf8 was deleted as no HA routers are present in tenant eb26fcc26c094f278fb6abcf37b65497. 2026-04-21 04:41:28.578 7 INFO neutron.services.segments.plugin [-] Segment bb0f693e-141a-45e4-b16e-d28923b680af resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb0f693e-141a-45e4-b16e-d28923b680af found for delete ", "request_id": "req-4521ae05-3a17-4960-a624-2274f637c00e"}]} [pid: 7|app: 0|req: 434/848] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:27 2026] DELETE /v2.0/routers/a89309de-4a8b-4664-929c-9f2714120951 => generated 0 bytes in 1495 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/849] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:28 2026] DELETE /v2.0/subnets/1a566382-7b75-41ba-a783-dfbac49196eb => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:41:28.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-58f9c138-01f1-4d74-bcee-4136f30e6cdf b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 721ef4a2-b961-4eca-94a2-23b32dc3d23e 2026-04-21 04:41:28.842 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58f9c138-01f1-4d74-bcee-4136f30e6cdf b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 721ef4a2-b961-4eca-94a2-23b32dc3d23e [pid: 7|app: 0|req: 435/850] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:28 2026] DELETE /v2.0/networks/e604984e-51ec-4698-977b-dd59f74fbd11 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/851] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:29 2026] GET /v2.0/security-groups?tenant_id=eb26fcc26c094f278fb6abcf37b65497&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/852] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:29 2026] DELETE /v2.0/security-groups/4fd2c202-8678-47ca-9337-4cfff00dc079 => 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: 417/853] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:29 2026] GET /v2.0/security-groups?tenant_id=55bf2ca8fd834382b8d813157ac3cc67&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/854] 10.0.0.103 () {32 vars in 652 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions => generated 21537 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/855] 10.0.0.103 () {32 vars in 680 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/856] 10.0.0.103 () {32 vars in 680 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/857] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:41:30 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: 422/858] 10.0.0.103 () {32 vars in 664 bytes} [Tue Apr 21 04:41:30 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: 423/859] 10.0.0.103 () {32 vars in 698 bytes} [Tue Apr 21 04:41:30 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: 424/860] 10.0.0.103 () {32 vars in 696 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/861] 10.0.0.103 () {32 vars in 700 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/862] 10.0.0.103 () {32 vars in 688 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/863] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:30 2026] DELETE /v2.0/security-groups/ebfbb222-858d-4c93-a0d5-e6cb8b88b881 => 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: 427/864] 10.0.0.103 () {32 vars in 702 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/865] 10.0.0.103 () {32 vars in 692 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/866] 10.0.0.103 () {32 vars in 694 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/867] 10.0.0.103 () {32 vars in 684 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/868] 10.0.0.103 () {32 vars in 686 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/869] 10.0.0.103 () {32 vars in 660 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/870] 10.0.0.103 () {32 vars in 698 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/871] 10.0.0.103 () {32 vars in 678 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/872] 10.0.0.103 () {32 vars in 682 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/873] 10.0.0.103 () {32 vars in 674 bytes} [Tue Apr 21 04:41:30 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: 7|app: 0|req: 443/874] 10.0.0.103 () {32 vars in 688 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/875] 10.0.0.103 () {32 vars in 722 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/876] 10.0.0.103 () {32 vars in 686 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/877] 10.0.0.103 () {32 vars in 668 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/878] 10.0.0.103 () {32 vars in 686 bytes} [Tue Apr 21 04:41:30 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: 7|app: 0|req: 448/879] 10.0.0.103 () {32 vars in 680 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/880] 10.0.0.103 () {32 vars in 698 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/881] 10.0.0.103 () {32 vars in 678 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/882] 10.0.0.103 () {32 vars in 666 bytes} [Tue Apr 21 04:41:30 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: 7|app: 0|req: 452/883] 10.0.0.103 () {32 vars in 676 bytes} [Tue Apr 21 04:41:30 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: 7|app: 0|req: 453/884] 10.0.0.103 () {32 vars in 664 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/885] 10.0.0.103 () {32 vars in 674 bytes} [Tue Apr 21 04:41:30 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: 7|app: 0|req: 455/886] 10.0.0.103 () {32 vars in 712 bytes} [Tue Apr 21 04:41:30 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: 7|app: 0|req: 456/887] 10.0.0.103 () {32 vars in 690 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/888] 10.0.0.103 () {32 vars in 682 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/889] 10.0.0.103 () {32 vars in 668 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/890] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/security-groups?tenant_id=33170bfe88ce48b580586162d9d70f4e&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/891] 10.0.0.103 () {32 vars in 686 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/892] 10.0.0.103 () {32 vars in 704 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/893] 10.0.0.103 () {32 vars in 674 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/894] 10.0.0.103 () {32 vars in 700 bytes} [Tue Apr 21 04:41:30 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: 437/895] 10.0.0.103 () {32 vars in 674 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/896] 10.0.0.103 () {32 vars in 692 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/897] 10.0.0.103 () {32 vars in 688 bytes} [Tue Apr 21 04:41:30 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: 440/898] 10.0.0.103 () {32 vars in 708 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/899] 10.0.0.103 () {32 vars in 704 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/900] 10.0.0.103 () {32 vars in 718 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/901] 10.0.0.103 () {32 vars in 696 bytes} [Tue Apr 21 04:41:30 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: 444/902] 10.0.0.103 () {32 vars in 710 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/port-resource-request-groups => 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: 445/903] 10.0.0.103 () {32 vars in 668 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/904] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:30 2026] DELETE /v2.0/security-groups/7fdcbf5e-9307-4053-a1da-58b66e61880b => 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: 446/905] 10.0.0.103 () {32 vars in 686 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/906] 10.0.0.103 () {32 vars in 680 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/907] 10.0.0.103 () {32 vars in 674 bytes} [Tue Apr 21 04:41:30 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: 7|app: 0|req: 461/908] 10.0.0.103 () {32 vars in 670 bytes} [Tue Apr 21 04:41:30 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: 448/909] 10.0.0.103 () {32 vars in 660 bytes} [Tue Apr 21 04:41:30 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: 462/910] 10.0.0.103 () {32 vars in 698 bytes} [Tue Apr 21 04:41:30 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: 449/911] 10.0.0.103 () {32 vars in 698 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/912] 10.0.0.103 () {32 vars in 676 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/913] 10.0.0.103 () {32 vars in 668 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/914] 10.0.0.103 () {32 vars in 682 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/915] 10.0.0.103 () {32 vars in 700 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/916] 10.0.0.103 () {32 vars in 684 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/917] 10.0.0.103 () {32 vars in 706 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/918] 10.0.0.103 () {32 vars in 668 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:30.590 7 INFO neutron.services.segments.plugin [-] Segment 988bb06b-8aec-4631-82b4-b8c944e688c3 resource provider aggregate not found [pid: 8|app: 0|req: 453/919] 10.0.0.103 () {32 vars in 696 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/920] 10.0.0.103 () {32 vars in 694 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:30.612 7 INFO neutron.services.segments.plugin [-] Segment 988bb06b-8aec-4631-82b4-b8c944e688c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 988bb06b-8aec-4631-82b4-b8c944e688c3 found for delete ", "request_id": "req-18731bbe-e979-485e-bbd0-0b4eba8f93df"}]} 2026-04-21 04:41:30.613 7 INFO neutron.services.segments.plugin [-] Segment 988bb06b-8aec-4631-82b4-b8c944e688c3 resource provider aggregate not found [pid: 8|app: 0|req: 454/921] 10.0.0.103 () {32 vars in 684 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:30.627 7 INFO neutron.services.segments.plugin [-] Segment 988bb06b-8aec-4631-82b4-b8c944e688c3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 988bb06b-8aec-4631-82b4-b8c944e688c3 found for delete ", "request_id": "req-7bd84307-262f-4422-bf4b-8614ee9c754d"}]} [pid: 7|app: 0|req: 468/922] 10.0.0.103 () {32 vars in 688 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/923] 10.0.0.103 () {32 vars in 704 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/924] 10.0.0.103 () {32 vars in 666 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/925] 10.0.0.103 () {32 vars in 680 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/926] 10.0.0.103 () {32 vars in 680 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/927] 10.0.0.103 () {32 vars in 690 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/928] 10.0.0.103 () {32 vars in 690 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/929] 10.0.0.103 () {32 vars in 694 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/930] 10.0.0.103 () {32 vars in 684 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/931] 10.0.0.103 () {32 vars in 688 bytes} [Tue Apr 21 04:41:30 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: 7|app: 0|req: 473/932] 10.0.0.103 () {32 vars in 700 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/933] 10.0.0.103 () {32 vars in 702 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/934] 10.0.0.103 () {32 vars in 712 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/935] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/936] 10.0.0.103 () {32 vars in 714 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/937] 10.0.0.103 () {32 vars in 726 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/938] 10.0.0.103 () {32 vars in 740 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/939] 10.0.0.103 () {32 vars in 718 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/940] 10.0.0.103 () {32 vars in 682 bytes} [Tue Apr 21 04:41:30 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: 464/941] 10.0.0.103 () {32 vars in 668 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/942] 10.0.0.103 () {32 vars in 718 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/943] 10.0.0.103 () {32 vars in 678 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/944] 10.0.0.103 () {32 vars in 668 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/945] 10.0.0.103 () {32 vars in 696 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/946] 10.0.0.103 () {32 vars in 704 bytes} [Tue Apr 21 04:41:30 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: 467/947] 10.0.0.103 () {32 vars in 700 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/948] 10.0.0.103 () {32 vars in 700 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/949] 10.0.0.103 () {32 vars in 682 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/950] 10.0.0.103 () {32 vars in 704 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/951] 10.0.0.103 () {32 vars in 694 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/952] 10.0.0.103 () {32 vars in 688 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/953] 10.0.0.103 () {32 vars in 696 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/954] 10.0.0.103 () {32 vars in 678 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/955] 10.0.0.103 () {32 vars in 688 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/956] 10.0.0.103 () {32 vars in 700 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/957] 10.0.0.103 () {32 vars in 664 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/958] 10.0.0.103 () {32 vars in 680 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/959] 10.0.0.103 () {32 vars in 676 bytes} [Tue Apr 21 04:41:30 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/960] 10.0.0.103 () {32 vars in 692 bytes} [Tue Apr 21 04:41:31 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/961] 10.0.0.103 () {32 vars in 676 bytes} [Tue Apr 21 04:41:31 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/962] 10.0.0.103 () {32 vars in 666 bytes} [Tue Apr 21 04:41:31 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/963] 10.0.0.103 () {32 vars in 662 bytes} [Tue Apr 21 04:41:31 2026] GET /v2.0/extensions/taas => generated 175 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/964] 10.0.0.103 () {32 vars in 674 bytes} [Tue Apr 21 04:41:31 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/965] 10.0.0.103 () {32 vars in 686 bytes} [Tue Apr 21 04:41:31 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/966] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:31 2026] GET /v2.0/security-groups?tenant_id=f35cb181da52458393c12ea5893147a7&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/967] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:31 2026] DELETE /v2.0/security-groups/7a26b7cc-47a0-4ea4-b9cd-f0988e01b447 => 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: 478/968] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:33 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:33.856 7 INFO neutron.db.segments_db [None req-a999728e-634a-4868-9699-316c6733c45d fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Added segment 0fb47225-cb9e-49bb-a7b2-8941918aebbc of type vxlan for network 0d1a6b2e-1d38-4eb6-a3c5-00a5cb09edcd [pid: 8|app: 0|req: 479/969] 10.0.0.54 () {34 vars in 969 bytes} [Tue Apr 21 04:41:33 2026] GET /v2.0/ports/6081ce28-1bcf-4b4e-b2db-a33f52626dec => generated 972 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/970] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:41:33 2026] POST /v2.0/networks => generated 631 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/971] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:41:33 2026] POST /v2.0/subnets => generated 627 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:41:34.250 7 INFO neutron.db.segments_db [None req-ad39592f-a41d-4545-afc8-f9f31649a423 fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Added segment 583c31b7-4ce7-4da1-8beb-6f5964597f0a of type vxlan for network 18621d08-ef9e-4a69-8b36-f0ac0c91d002 2026-04-21 04:41:34.454 7 INFO neutron.db.l3_hamode_db [None req-ad39592f-a41d-4545-afc8-f9f31649a423 fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 481/972] 199.204.45.144 () {34 vars in 999 bytes} [Tue Apr 21 04:41:34 2026] GET /v2.0/subnets?network_id=40de0e36-1eab-43e9-91f2-e14b958b3916 => generated 684 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/973] 199.204.45.144 () {34 vars in 1145 bytes} [Tue Apr 21 04:41:34 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c&device_owner=compute%3Anova&network_id=40de0e36-1eab-43e9-91f2-e14b958b3916 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/974] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:41:34 2026] PUT /v2.0/ports/6081ce28-1bcf-4b4e-b2db-a33f52626dec => generated 1149 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:41:35.168 7 INFO neutron.db.l3_hamode_db [None req-ad39592f-a41d-4545-afc8-f9f31649a423 fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:41:35.177 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-688513ed-76fd-4e79-8326-f74772fdabc8'] response: {'name': 'network-changed', 'server_uuid': '95142b70-b180-468f-acd4-b4b853f1c00c', 'tag': '6081ce28-1bcf-4b4e-b2db-a33f52626dec', '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: 486/977] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:41:35 2026] GET /v2.0/ports?tenant_id=1a6603f376fa4a0fa15de8779c57f626&device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 1421 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/978] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:41:35 2026] GET /v2.0/networks?id=40de0e36-1eab-43e9-91f2-e14b958b3916 => generated 779 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/979] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:41:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6081ce28-1bcf-4b4e-b2db-a33f52626dec => generated 861 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/980] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:41:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6081ce28-1bcf-4b4e-b2db-a33f52626dec => 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: 490/981] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:41:35 2026] GET /v2.0/subnets?id=0c1e92ff-62b5-4424-acad-6fc47a3ddd38 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/982] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:41:35 2026] GET /v2.0/ports?network_id=40de0e36-1eab-43e9-91f2-e14b958b3916&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: 492/983] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:41:35 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/984] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:41:34 2026] POST /v2.0/routers => generated 694 bytes in 1774 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/985] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:41:35 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?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: 493/986] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:35 2026] GET /v2.0/security-groups?tenant_id=6bec03209c2447989eefb625775d7873&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/987] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:36 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 1152 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/988] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:36 2026] DELETE /v2.0/security-groups/7e0bfa9b-d7aa-4bde-98fd-c89eb4fc796b => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/989] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:36 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&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: 497/990] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:36 2026] GET /v2.0/security-groups?tenant_id=78c922d68ed74260b9eccd93e19726e3&name=default => generated 2925 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/991] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:36 2026] GET /v2.0/security-groups?tenant_id=a611e45e942447f499f02b5de34f015b&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/992] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:36 2026] DELETE /v2.0/security-groups/8c49a216-8f16-498b-8501-bb63b1d6960b => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/993] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:36 2026] DELETE /v2.0/security-groups/0cbf84ea-2aab-45e0-9d47-ada20aa0cfb2 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/994] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:41:37 2026] GET /v2.0/ports?tenant_id=1a6603f376fa4a0fa15de8779c57f626&device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 1421 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/995] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:37 2026] GET /v2.0/security-groups?tenant_id=7605954db04748b79aadcc109f8d5400&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/996] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:41:37 2026] GET /v2.0/networks?id=40de0e36-1eab-43e9-91f2-e14b958b3916 => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/997] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:41:36 2026] PUT /v2.0/routers/f47f669f-e4fe-4574-8987-32d75aa43cda/add_router_interface => generated 309 bytes in 1250 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/998] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:41:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6081ce28-1bcf-4b4e-b2db-a33f52626dec => generated 861 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/999] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:37 2026] DELETE /v2.0/security-groups/167ea32e-0afe-4976-a07b-17d7752ce698 => 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: 505/1000] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:41:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=6081ce28-1bcf-4b4e-b2db-a33f52626dec => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1001] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:41:37 2026] GET /v2.0/subnets?id=0c1e92ff-62b5-4424-acad-6fc47a3ddd38 => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1002] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:41:37 2026] GET /v2.0/ports?network_id=40de0e36-1eab-43e9-91f2-e14b958b3916&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1003] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:41:37 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1004] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:41:37 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?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: 496/1005] 10.0.0.103 () {34 vars in 664 bytes} [Tue Apr 21 04:41:37 2026] POST /v2.0/ports => generated 958 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1006] 10.0.0.103 () {34 vars in 664 bytes} [Tue Apr 21 04:41:37 2026] POST /v2.0/ports => generated 955 bytes in 287 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: 511/1007] 199.204.45.144 () {34 vars in 1117 bytes} [Tue Apr 21 04:41:38 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1152 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1008] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:41:38 2026] PUT /v2.0/ports/6081ce28-1bcf-4b4e-b2db-a33f52626dec => generated 972 bytes in 469 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:38.603 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4fb78ee5-49b2-4328-9d20-217165ec376c'] response: {'name': 'network-changed', 'server_uuid': '95142b70-b180-468f-acd4-b4b853f1c00c', 'tag': '6081ce28-1bcf-4b4e-b2db-a33f52626dec', 'status': 'completed', 'code': 200} 2026-04-21 04:41:38.636 7 INFO neutron.db.l3_db [None req-aa12a184-33c9-45b8-9b6c-ae66f9f1dfb7 fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Floating IP 49c9d0fe-c2ee-474d-88ec-cb81cb6b2d8a associated. External IP: 10.96.250.217, port: 8956ddf3-fc80-42fe-9514-167f25d68cfa. [pid: 7|app: 0|req: 497/1009] 10.0.0.103 () {34 vars in 676 bytes} [Tue Apr 21 04:41:37 2026] POST /v2.0/floatingips => generated 842 bytes in 1013 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-21 04:41:39.034 8 INFO neutron.db.l3_db [None req-07228f4f-bfd1-409c-991b-1399ab6fa56d fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Floating IP 49c9d0fe-c2ee-474d-88ec-cb81cb6b2d8a disassociated. External IP: 10.96.250.217, port: 8956ddf3-fc80-42fe-9514-167f25d68cfa. [pid: 7|app: 0|req: 498/1010] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:41:39 2026] GET /v2.0/ports?tenant_id=1a6603f376fa4a0fa15de8779c57f626&device_id=95142b70-b180-468f-acd4-b4b853f1c00c => 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: 499/1011] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:41:39 2026] GET /v2.0/networks?id=40de0e36-1eab-43e9-91f2-e14b958b3916 => generated 779 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1012] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:41:38 2026] PUT /v2.0/floatingips/49c9d0fe-c2ee-474d-88ec-cb81cb6b2d8a => generated 552 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1013] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:41:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6081ce28-1bcf-4b4e-b2db-a33f52626dec => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:39.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e68f5cb-51e4-40d3-91b7-97f0faaf7df4 fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] TaaS: Handle Delete Port: 2e73c3eb-b8a4-4bca-8b02-faec50bac651 2026-04-21 04:41:39.466 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e68f5cb-51e4-40d3-91b7-97f0faaf7df4 fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Tap Mirror: Handle Delete Port: 2e73c3eb-b8a4-4bca-8b02-faec50bac651 2026-04-21 04:41:39.501 7 INFO neutron.db.segments_db [None req-c607c329-ef63-495e-9208-499ed8281ba0 669768bb030d49a9beccefac88bd875c 91cec91771594a019dca4f0f09dca8de - - default default] Added segment dca21236-085d-48e9-8cb2-a374e04199c1 of type vxlan for network f1637a97-3858-4e21-bd13-63a3fb0a753a [pid: 7|app: 0|req: 500/1014] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:41:39 2026] POST /v2.0/networks => generated 628 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1015] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:41:39 2026] GET /v2.0/subnets?id=0c1e92ff-62b5-4424-acad-6fc47a3ddd38 => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1016] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:41:39 2026] DELETE /v2.0/floatingips/49c9d0fe-c2ee-474d-88ec-cb81cb6b2d8a => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1017] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:41:39 2026] GET /v2.0/ports?network_id=40de0e36-1eab-43e9-91f2-e14b958b3916&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: 503/1018] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:41:39 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1019] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:41:39 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?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: 505/1020] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:41:40 2026] POST /v2.0/subnets => generated 673 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:41:40.332 7 INFO neutron.db.segments_db [None req-7a1364ee-2ba7-46fe-be9c-b70a3c5dd55a 669768bb030d49a9beccefac88bd875c 91cec91771594a019dca4f0f09dca8de - - default default] Added segment b0724264-0065-4abb-8fb3-1e1f31e571d9 of type vxlan for network 37f537dd-be7e-47c6-8473-15403322b573 2026-04-21 04:41:40.344 8 INFO neutron.db.l3_db [None req-e755d39b-8f2b-457e-bc97-3f1ed9f762e4 fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Floating IP 02c25e1d-2f09-4ae1-bcaa-9de631c3f6ff associated. External IP: 10.96.250.213, port: 6aa21966-6939-41da-8034-35156e5b188b. [pid: 7|app: 0|req: 506/1021] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:41:40 2026] POST /v2.0/networks => generated 629 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1022] 10.0.0.103 () {34 vars in 742 bytes} [Tue Apr 21 04:41:40 2026] PUT /v2.0/networks/37f537dd-be7e-47c6-8473-15403322b573 => generated 592 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1023] 10.0.0.103 () {34 vars in 676 bytes} [Tue Apr 21 04:41:39 2026] POST /v2.0/floatingips => generated 842 bytes in 1012 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1024] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:41:40 2026] GET /v2.0/floatingips/02c25e1d-2f09-4ae1-bcaa-9de631c3f6ff => generated 842 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1025] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:41:40 2026] POST /v2.0/subnets => generated 646 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1026] 10.0.0.103 () {32 vars in 654 bytes} [Tue Apr 21 04:41:40 2026] GET /v2.0/floatingips => generated 845 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1027] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:41:40 2026] GET /v2.0/ports?tenant_id=1a6603f376fa4a0fa15de8779c57f626&device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1028] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:40 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1029] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:40 2026] GET /v2.0/security-groups?tenant_id=913eba5dee424cb9ba5e84d3d765e16d&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1030] 10.0.0.103 () {34 vars in 740 bytes} [Tue Apr 21 04:41:40 2026] PUT /v2.0/subnets/5098d3ad-e816-4772-bd33-ebc6139906b1 => generated 656 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1031] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:41:41 2026] GET /v2.0/networks?id=40de0e36-1eab-43e9-91f2-e14b958b3916 => generated 779 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1032] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:41 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&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: 515/1033] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:41 2026] DELETE /v2.0/security-groups/85fa720d-05f2-4f5f-b31b-f7b666368751 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:41.358 8 INFO neutron.db.l3_db [None req-2cd67cc3-5869-4017-afe1-fba9d71d0815 fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Floating IP 02c25e1d-2f09-4ae1-bcaa-9de631c3f6ff associated. External IP: 10.96.250.213, port: 6aa21966-6939-41da-8034-35156e5b188b. 2026-04-21 04:41:41.413 7 INFO neutron.services.segments.plugin [-] Segment b0724264-0065-4abb-8fb3-1e1f31e571d9 resource provider aggregate not found 2026-04-21 04:41:41.418 7 INFO neutron.services.segments.plugin [-] Segment b0724264-0065-4abb-8fb3-1e1f31e571d9 resource provider aggregate not found [pid: 7|app: 0|req: 516/1034] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:41 2026] DELETE /v2.0/networks/37f537dd-be7e-47c6-8473-15403322b573 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:41:41.436 7 INFO neutron.services.segments.plugin [-] Segment b0724264-0065-4abb-8fb3-1e1f31e571d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0724264-0065-4abb-8fb3-1e1f31e571d9 found for delete ", "request_id": "req-28c14e1d-2dfd-453a-b84b-ee62c0e26925"}]} 2026-04-21 04:41:41.437 7 INFO neutron.services.segments.plugin [-] Segment b0724264-0065-4abb-8fb3-1e1f31e571d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0724264-0065-4abb-8fb3-1e1f31e571d9 found for delete ", "request_id": "req-dc3fec14-957a-4521-89c5-7c482e392983"}]} [pid: 7|app: 0|req: 517/1035] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:41:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=6081ce28-1bcf-4b4e-b2db-a33f52626dec => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1036] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:41 2026] GET /v2.0/security-groups?tenant_id=54f944c7fab94602bf4ede66e5f15d0f&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:41:41.599 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3e04f682-df24-4cec-9dd3-67f18d730061 669768bb030d49a9beccefac88bd875c 91cec91771594a019dca4f0f09dca8de - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 519/1037] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:41 2026] DELETE /v2.0/networks/37f537dd-be7e-47c6-8473-15403322b573 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1038] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:41:41 2026] GET /v2.0/subnets?id=0c1e92ff-62b5-4424-acad-6fc47a3ddd38 => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1039] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:41 2026] DELETE /v2.0/security-groups/e0d5006d-1619-49f2-b778-b89da49e2a81 => 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: 522/1040] 10.0.0.103 () {32 vars in 693 bytes} [Tue Apr 21 04:41:41 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: 7|app: 0|req: 523/1041] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:41:41 2026] GET /v2.0/ports?network_id=40de0e36-1eab-43e9-91f2-e14b958b3916&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1042] 10.0.0.103 () {32 vars in 741 bytes} [Tue Apr 21 04:41:41 2026] GET /v2.0/subnets?network_id=24eef496-0865-405b-a32d-21ea96cd6f1a => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1043] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:41:41 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1044] 10.0.0.103 () {32 vars in 652 bytes} [Tue Apr 21 04:41:41 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1045] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:41:40 2026] PUT /v2.0/floatingips/02c25e1d-2f09-4ae1-bcaa-9de631c3f6ff => generated 842 bytes in 963 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1046] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:41:41 2026] GET /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916?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: 520/1047] 10.0.0.103 () {32 vars in 648 bytes} [Tue Apr 21 04:41:41 2026] GET /v2.0/networks => generated 1312 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1048] 10.0.0.103 () {32 vars in 646 bytes} [Tue Apr 21 04:41:42 2026] GET /v2.0/subnets => generated 1312 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:41:42.101 7 INFO neutron.db.l3_db [None req-86514039-5705-450b-8024-55c8ba429dc0 fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Floating IP 02c25e1d-2f09-4ae1-bcaa-9de631c3f6ff disassociated. External IP: 10.96.250.213, port: 8956ddf3-fc80-42fe-9514-167f25d68cfa. [pid: 8|app: 0|req: 522/1049] 10.0.0.103 () {32 vars in 722 bytes} [Tue Apr 21 04:41:42 2026] GET /v2.0/networks/f1637a97-3858-4e21-bd13-63a3fb0a753a => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1050] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:41:42 2026] GET /v2.0/subnets/4a25f755-a28f-450a-9fa5-b481e76e50f6 => generated 673 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:42.156 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ae22ffeb-dd01-4718-8149-10b063ea8b1e 669768bb030d49a9beccefac88bd875c 91cec91771594a019dca4f0f09dca8de - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 524/1051] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:42 2026] DELETE /v2.0/subnets/5098d3ad-e816-4772-bd33-ebc6139906b1 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:41:42.172 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f04e8b93-7365-40cb-bc38-847ac61e9f1a 669768bb030d49a9beccefac88bd875c 91cec91771594a019dca4f0f09dca8de - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 525/1052] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:42 2026] DELETE /v2.0/networks/37f537dd-be7e-47c6-8473-15403322b573 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1053] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:42 2026] DELETE /v2.0/subnets/4a25f755-a28f-450a-9fa5-b481e76e50f6 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1054] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:42 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => 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: 528/1055] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:41:41 2026] PUT /v2.0/floatingips/02c25e1d-2f09-4ae1-bcaa-9de631c3f6ff => generated 552 bytes in 430 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1056] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:41:42 2026] GET /v2.0/security-groups?id=1af016ce-5afa-43e4-bb3a-98093d4b5211&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:42.450 8 INFO neutron_taas.services.taas.taas_plugin [None req-64fc51fd-30dc-40fa-9430-9690d904020b 669768bb030d49a9beccefac88bd875c 91cec91771594a019dca4f0f09dca8de - - default default] TaaS: Handle Delete Port: b16b2701-77d1-40d0-a9ea-2539e2261da9 2026-04-21 04:41:42.453 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64fc51fd-30dc-40fa-9430-9690d904020b 669768bb030d49a9beccefac88bd875c 91cec91771594a019dca4f0f09dca8de - - default default] Tap Mirror: Handle Delete Port: b16b2701-77d1-40d0-a9ea-2539e2261da9 2026-04-21 04:41:42.518 7 INFO neutron_taas.services.taas.taas_plugin [None req-ad035a74-a418-45c8-8fe2-d56279a23d8b fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] TaaS: Handle Delete Port: d9397119-8d0d-4e6b-a8d7-b27ecb277da1 2026-04-21 04:41:42.521 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad035a74-a418-45c8-8fe2-d56279a23d8b fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Tap Mirror: Handle Delete Port: d9397119-8d0d-4e6b-a8d7-b27ecb277da1 2026-04-21 04:41:42.615 8 INFO neutron.services.segments.plugin [-] Segment dca21236-085d-48e9-8cb2-a374e04199c1 resource provider aggregate not found 2026-04-21 04:41:42.619 8 INFO neutron.services.segments.plugin [-] Segment dca21236-085d-48e9-8cb2-a374e04199c1 resource provider aggregate not found 2026-04-21 04:41:42.631 8 INFO neutron.services.segments.plugin [-] Segment dca21236-085d-48e9-8cb2-a374e04199c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dca21236-085d-48e9-8cb2-a374e04199c1 found for delete ", "request_id": "req-f63c2ba3-aaeb-4a2e-b657-c03921534d67"}]} 2026-04-21 04:41:42.643 8 INFO neutron.services.segments.plugin [-] Segment dca21236-085d-48e9-8cb2-a374e04199c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dca21236-085d-48e9-8cb2-a374e04199c1 found for delete ", "request_id": "req-8a1fb754-23c6-4c8a-bfde-e067756469f1"}]} [pid: 8|app: 0|req: 528/1057] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:42 2026] DELETE /v2.0/networks/f1637a97-3858-4e21-bd13-63a3fb0a753a => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1058] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:41:42 2026] DELETE /v2.0/floatingips/02c25e1d-2f09-4ae1-bcaa-9de631c3f6ff => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:42.704 8 INFO neutron.api.v2.resource [None req-b95c1860-0fa4-4db9-bb12-fe2ba315bcde fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 529/1059] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:41:42 2026] DELETE /v2.0/floatingips/02c25e1d-2f09-4ae1-bcaa-9de631c3f6ff => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:41:42.830 7 INFO neutron_taas.services.taas.taas_plugin [None req-e98c470e-569c-4b47-9767-dcd449f26f3e fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] TaaS: Handle Delete Port: 8956ddf3-fc80-42fe-9514-167f25d68cfa 2026-04-21 04:41:42.833 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e98c470e-569c-4b47-9767-dcd449f26f3e fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Tap Mirror: Handle Delete Port: 8956ddf3-fc80-42fe-9514-167f25d68cfa [pid: 7|app: 0|req: 531/1060] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:41:42 2026] DELETE /v2.0/ports/8956ddf3-fc80-42fe-9514-167f25d68cfa => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:41:43.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-93603974-e14d-417e-9f89-e862bdcb5f93 fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] TaaS: Handle Delete Port: 6aa21966-6939-41da-8034-35156e5b188b 2026-04-21 04:41:43.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93603974-e14d-417e-9f89-e862bdcb5f93 fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Tap Mirror: Handle Delete Port: 6aa21966-6939-41da-8034-35156e5b188b [pid: 8|app: 0|req: 530/1061] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:41:42 2026] DELETE /v2.0/ports/6aa21966-6939-41da-8034-35156e5b188b => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1062] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:41:43 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1063] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:41:43 2026] GET /v2.0/ports?device_id=f47f669f-e4fe-4574-8987-32d75aa43cda => generated 958 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1064] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:43 2026] GET /v2.0/security-groups?tenant_id=91cec91771594a019dca4f0f09dca8de&name=default => generated 2925 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:41:43.423 8 INFO neutron_taas.services.taas.taas_plugin [req-40fa60be-2a6f-4ea3-a4fa-45b5fe92c1e5 req-729dd0ef-ccbb-4c20-a133-172eb2a2eb03 6d1f96e039304419bb2b00f609f59912 1a6603f376fa4a0fa15de8779c57f626 - - default default] TaaS: Handle Delete Port: 6081ce28-1bcf-4b4e-b2db-a33f52626dec 2026-04-21 04:41:43.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-40fa60be-2a6f-4ea3-a4fa-45b5fe92c1e5 req-729dd0ef-ccbb-4c20-a133-172eb2a2eb03 6d1f96e039304419bb2b00f609f59912 1a6603f376fa4a0fa15de8779c57f626 - - default default] Tap Mirror: Handle Delete Port: 6081ce28-1bcf-4b4e-b2db-a33f52626dec 2026-04-21 04:41:43.550 8 INFO neutron.db.l3_db [req-40fa60be-2a6f-4ea3-a4fa-45b5fe92c1e5 req-729dd0ef-ccbb-4c20-a133-172eb2a2eb03 6d1f96e039304419bb2b00f609f59912 1a6603f376fa4a0fa15de8779c57f626 - - default default] Floating IP b88b8486-6f48-40f2-b926-cf117cdb16c1 disassociated. External IP: 10.96.250.216, port: 6081ce28-1bcf-4b4e-b2db-a33f52626dec. 2026-04-21 04:41:43.685 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a7375cf-0e54-4b08-b73b-3a03abf1cb48 fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] TaaS: Handle Delete Port: 12069f33-454d-4968-8bf4-6fe3ee121d7e 2026-04-21 04:41:43.687 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a7375cf-0e54-4b08-b73b-3a03abf1cb48 fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Tap Mirror: Handle Delete Port: 12069f33-454d-4968-8bf4-6fe3ee121d7e [pid: 8|app: 0|req: 533/1065] 199.204.45.144 () {36 vars in 996 bytes} [Tue Apr 21 04:41:43 2026] DELETE /v2.0/ports/6081ce28-1bcf-4b4e-b2db-a33f52626dec => generated 0 bytes in 560 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:41:43.912 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-12ff51df-b3f0-48ef-8861-cc594ea28ee9'] response: {'server_uuid': '95142b70-b180-468f-acd4-b4b853f1c00c', 'name': 'network-vif-deleted', 'tag': '6081ce28-1bcf-4b4e-b2db-a33f52626dec', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 534/1066] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:43 2026] DELETE /v2.0/security-groups/8b098b43-d39b-4d1f-b3ca-b5e9e6c19788 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1067] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:43 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => 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: 533/1068] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:41:43 2026] PUT /v2.0/routers/f47f669f-e4fe-4574-8987-32d75aa43cda/remove_router_interface => generated 309 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:44.417 8 INFO neutron_taas.services.taas.taas_plugin [None req-1904b4b6-b62e-49c7-ac7b-30ff730bb32e fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] TaaS: Handle Delete Port: 06c70abd-5d9e-4b82-a9cb-ddd5cb5dac21 2026-04-21 04:41:44.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1904b4b6-b62e-49c7-ac7b-30ff730bb32e fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Tap Mirror: Handle Delete Port: 06c70abd-5d9e-4b82-a9cb-ddd5cb5dac21 2026-04-21 04:41:44.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-1904b4b6-b62e-49c7-ac7b-30ff730bb32e fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] TaaS: Handle Delete Port: ea5faa4b-e2db-492a-a507-aff5d7787225 2026-04-21 04:41:44.651 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1904b4b6-b62e-49c7-ac7b-30ff730bb32e fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] Tap Mirror: Handle Delete Port: ea5faa4b-e2db-492a-a507-aff5d7787225 2026-04-21 04:41:44.997 8 INFO neutron.services.segments.plugin [-] Segment 583c31b7-4ce7-4da1-8beb-6f5964597f0a resource provider aggregate not found 2026-04-21 04:41:45.001 8 INFO neutron.services.segments.plugin [-] Segment 583c31b7-4ce7-4da1-8beb-6f5964597f0a resource provider aggregate not found 2026-04-21 04:41:45.019 8 INFO neutron.services.segments.plugin [-] Segment 583c31b7-4ce7-4da1-8beb-6f5964597f0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 583c31b7-4ce7-4da1-8beb-6f5964597f0a found for delete ", "request_id": "req-223f828e-a9cb-4948-8957-5722fc0c529b"}]} 2026-04-21 04:41:45.024 8 INFO neutron.db.l3_hamode_db [None req-1904b4b6-b62e-49c7-ac7b-30ff730bb32e fb2b90e759fd408daa4ddd2b725a14a9 cc517fe5129b42108b4faaf5333d5149 - - default default] HA network 18621d08-ef9e-4a69-8b36-f0ac0c91d002 was deleted as no HA routers are present in tenant cc517fe5129b42108b4faaf5333d5149. 2026-04-21 04:41:45.029 8 INFO neutron.services.segments.plugin [-] Segment 583c31b7-4ce7-4da1-8beb-6f5964597f0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 583c31b7-4ce7-4da1-8beb-6f5964597f0a found for delete ", "request_id": "req-7f20e19d-1667-4f59-b182-0f384d149018"}]} [pid: 8|app: 0|req: 536/1069] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:44 2026] DELETE /v2.0/routers/f47f669f-e4fe-4574-8987-32d75aa43cda => generated 0 bytes in 843 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1070] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:45 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => 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: 534/1071] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:45 2026] DELETE /v2.0/subnets/a61695b9-c1dd-43d6-8225-cb90b899b4b8 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1072] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:45 2026] DELETE /v2.0/networks/0d1a6b2e-1d38-4eb6-a3c5-00a5cb09edcd => 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: 535/1073] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:45 2026] GET /v2.0/security-groups?tenant_id=6d217d88232a4e4f9663e112fea11ad0&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1074] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:45 2026] GET /v2.0/security-groups?tenant_id=cc517fe5129b42108b4faaf5333d5149&name=default => generated 2925 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:41:45.983 8 INFO neutron.db.segments_db [None req-69bf8884-8e72-4519-9c35-f914751a06fb ccac63d997d94079a3dba1e906218892 d4b14e87359f405f9cf87ea4fae803e4 - - default default] Added segment af54d0d5-d045-4e2e-a7d8-790e7418d99d of type vxlan for network 0a1e739b-777b-4fd8-ace4-551c9695d35a [pid: 7|app: 0|req: 537/1075] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:45 2026] DELETE /v2.0/security-groups/ddf38378-4460-4c12-8734-238b672b365b => 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: 539/1076] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:41:45 2026] POST /v2.0/networks => generated 624 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1077] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:46 2026] DELETE /v2.0/security-groups/63abaf7e-7a27-4e74-8dc2-ae83f381c605 => 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: 539/1078] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:46 2026] GET /v2.0/security-groups?tenant_id=2b7f424d3f6b44f4ab1c52f875f700d2&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1079] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:46 2026] GET /v2.0/ports?device_id=95142b70-b180-468f-acd4-b4b853f1c00c => 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: 540/1080] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:41:46 2026] POST /v2.0/subnets => generated 641 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1081] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:46 2026] DELETE /v2.0/security-groups/1d86e364-5e9a-4702-bab3-e66dac4ed339 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:46.378 8 INFO neutron.db.segments_db [None req-0e8d1064-c5cf-45e3-ab6a-1f2fedb06806 ccac63d997d94079a3dba1e906218892 d4b14e87359f405f9cf87ea4fae803e4 - - default default] Added segment fcb15864-f98d-406b-b568-abbf84de3386 of type vxlan for network 0d2f87ca-74d0-4cee-9fd7-dfd606be408f [pid: 8|app: 0|req: 541/1082] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:41:46 2026] POST /v2.0/networks => generated 625 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1083] 10.0.0.103 () {34 vars in 742 bytes} [Tue Apr 21 04:41:46 2026] PUT /v2.0/networks/0d2f87ca-74d0-4cee-9fd7-dfd606be408f => generated 592 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1084] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:41:46 2026] POST /v2.0/subnets => generated 626 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1085] 10.0.0.103 () {34 vars in 740 bytes} [Tue Apr 21 04:41:46 2026] PUT /v2.0/subnets/b8c8e743-cb7a-4560-86c1-7249bb271068 => generated 636 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:47.036 8 INFO neutron.services.segments.plugin [-] Segment 0fb47225-cb9e-49bb-a7b2-8941918aebbc resource provider aggregate not found 2026-04-21 04:41:47.051 8 INFO neutron.services.segments.plugin [-] Segment 0fb47225-cb9e-49bb-a7b2-8941918aebbc resource provider aggregate not found 2026-04-21 04:41:47.060 8 INFO neutron.services.segments.plugin [-] Segment 0fb47225-cb9e-49bb-a7b2-8941918aebbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fb47225-cb9e-49bb-a7b2-8941918aebbc found for delete ", "request_id": "req-1f618490-2a7e-4217-b6d9-8b21f5ec3454"}]} 2026-04-21 04:41:47.067 8 INFO neutron.services.segments.plugin [-] Segment 0fb47225-cb9e-49bb-a7b2-8941918aebbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fb47225-cb9e-49bb-a7b2-8941918aebbc found for delete ", "request_id": "req-b05058ad-42c5-4ae8-8512-a2bba261c07e"}]} [pid: 8|app: 0|req: 543/1086] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:46 2026] DELETE /v2.0/networks/0d2f87ca-74d0-4cee-9fd7-dfd606be408f => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:41:47.146 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c92d29c2-eb31-44a2-9830-7049227fe454 ccac63d997d94079a3dba1e906218892 d4b14e87359f405f9cf87ea4fae803e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 544/1087] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:47 2026] DELETE /v2.0/networks/0d2f87ca-74d0-4cee-9fd7-dfd606be408f => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1088] 10.0.0.103 () {32 vars in 693 bytes} [Tue Apr 21 04:41:47 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1089] 10.0.0.103 () {32 vars in 741 bytes} [Tue Apr 21 04:41:47 2026] GET /v2.0/subnets?network_id=24eef496-0865-405b-a32d-21ea96cd6f1a => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1090] 10.0.0.103 () {32 vars in 652 bytes} [Tue Apr 21 04:41:47 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1091] 10.0.0.103 () {32 vars in 648 bytes} [Tue Apr 21 04:41:47 2026] GET /v2.0/networks => generated 1308 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1092] 10.0.0.103 () {32 vars in 646 bytes} [Tue Apr 21 04:41:47 2026] GET /v2.0/subnets => generated 1280 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1093] 10.0.0.103 () {32 vars in 722 bytes} [Tue Apr 21 04:41:47 2026] GET /v2.0/networks/0a1e739b-777b-4fd8-ace4-551c9695d35a => generated 668 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1094] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:41:47 2026] GET /v2.0/subnets/f2e65fdf-8556-497e-8fc4-7674732456fc => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:47.458 7 INFO neutron.pecan_wsgi.hooks.translation [None req-505a9632-c767-4609-ae11-81f92ea46e95 ccac63d997d94079a3dba1e906218892 d4b14e87359f405f9cf87ea4fae803e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 549/1095] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:47 2026] DELETE /v2.0/subnets/b8c8e743-cb7a-4560-86c1-7249bb271068 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1096] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:47 2026] DELETE /v2.0/security-groups/1af016ce-5afa-43e4-bb3a-98093d4b5211 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:47.477 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a579d720-94e3-4960-a78e-9359569e0383 ccac63d997d94079a3dba1e906218892 d4b14e87359f405f9cf87ea4fae803e4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 550/1097] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:47 2026] DELETE /v2.0/networks/0d2f87ca-74d0-4cee-9fd7-dfd606be408f => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:41:47.483 8 INFO neutron.api.v2.resource [None req-d654b428-657d-478b-bb44-567cff8f3ce8 6d1f96e039304419bb2b00f609f59912 1a6603f376fa4a0fa15de8779c57f626 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 548/1098] 10.0.0.103 () {32 vars in 736 bytes} [Tue Apr 21 04:41:47 2026] GET /v2.0/security-groups/1af016ce-5afa-43e4-bb3a-98093d4b5211 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:41:47.592 8 INFO neutron_taas.services.taas.taas_plugin [None req-3ba58796-d35c-4362-8a7d-89b7c3dbd28a 6d1f96e039304419bb2b00f609f59912 1a6603f376fa4a0fa15de8779c57f626 - - default default] TaaS: Handle Delete Port: e36411a8-69a6-432c-a551-820f6c62642c 2026-04-21 04:41:47.595 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ba58796-d35c-4362-8a7d-89b7c3dbd28a 6d1f96e039304419bb2b00f609f59912 1a6603f376fa4a0fa15de8779c57f626 - - default default] Tap Mirror: Handle Delete Port: e36411a8-69a6-432c-a551-820f6c62642c [pid: 7|app: 0|req: 551/1099] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:47 2026] DELETE /v2.0/subnets/f2e65fdf-8556-497e-8fc4-7674732456fc => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:41:47.739 7 INFO neutron.services.segments.plugin [-] Segment af54d0d5-d045-4e2e-a7d8-790e7418d99d resource provider aggregate not found 2026-04-21 04:41:47.746 7 INFO neutron.services.segments.plugin [-] Segment af54d0d5-d045-4e2e-a7d8-790e7418d99d resource provider aggregate not found 2026-04-21 04:41:47.759 7 INFO neutron.services.segments.plugin [-] Segment af54d0d5-d045-4e2e-a7d8-790e7418d99d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af54d0d5-d045-4e2e-a7d8-790e7418d99d found for delete ", "request_id": "req-bf56d52e-a084-40c8-a3db-5640b60ca110"}]} 2026-04-21 04:41:47.767 7 INFO neutron.services.segments.plugin [-] Segment af54d0d5-d045-4e2e-a7d8-790e7418d99d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af54d0d5-d045-4e2e-a7d8-790e7418d99d found for delete ", "request_id": "req-c5a59345-328e-48ee-be8b-429788d6c7ed"}]} [pid: 8|app: 0|req: 549/1100] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:41:47 2026] DELETE /v2.0/floatingips/b88b8486-6f48-40f2-b926-cf117cdb16c1 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1101] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:47 2026] DELETE /v2.0/networks/0a1e739b-777b-4fd8-ace4-551c9695d35a => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:41:48.179 7 INFO neutron.db.segments_db [None req-de3f5953-1c58-4c1d-be75-d0bcbfbd21b0 c5855328ec624d34bd5d94b84b519180 94369bd774b547eb9fc4e2367c3223d7 - - default default] Added segment e70cd3e1-afa6-43df-8853-1fa1b65e6e74 of type vxlan for network 2ee5e2f9-202b-4272-adea-87fc203869f8 2026-04-21 04:41:48.180 8 INFO neutron_taas.services.taas.taas_plugin [None req-d796794d-d472-4575-9f40-52203692f8ba b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: b5493966-d1cc-453c-b480-229e4ed4af98 2026-04-21 04:41:48.183 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d796794d-d472-4575-9f40-52203692f8ba b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: b5493966-d1cc-453c-b480-229e4ed4af98 2026-04-21 04:41:48.231 7 INFO neutron.db.segments_db [None req-de3f5953-1c58-4c1d-be75-d0bcbfbd21b0 c5855328ec624d34bd5d94b84b519180 94369bd774b547eb9fc4e2367c3223d7 - - default default] Added segment 82f859f1-c28f-4465-9a7d-448f2c2603b1 of type vxlan for network 8370356e-cadc-48dc-a645-11caf4755fc2 [pid: 7|app: 0|req: 553/1102] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:41:47 2026] POST /v2.0/networks => generated 1207 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1103] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:48 2026] GET /v2.0/security-groups?tenant_id=d4b14e87359f405f9cf87ea4fae803e4&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1104] 10.0.0.103 () {32 vars in 648 bytes} [Tue Apr 21 04:41:48 2026] GET /v2.0/networks => generated 1844 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1105] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:48 2026] DELETE /v2.0/security-groups/ebd77ced-487b-40b0-86fe-928af94debd0 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1106] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:48 2026] DELETE /v2.0/networks/2ee5e2f9-202b-4272-adea-87fc203869f8 => 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: 558/1107] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:48 2026] DELETE /v2.0/networks/8370356e-cadc-48dc-a645-11caf4755fc2 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1108] 10.0.0.103 () {32 vars in 648 bytes} [Tue Apr 21 04:41:48 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:48.994 7 INFO neutron.db.segments_db [None req-9b6a728c-59bf-4f8d-9d93-9b903589eb4c c5855328ec624d34bd5d94b84b519180 94369bd774b547eb9fc4e2367c3223d7 - - default default] Added segment 1d7ed90a-4aa7-407f-a633-dffca33dec58 of type vxlan for network 289030ea-05ea-4515-aea8-a78f3bb2f7bd [pid: 7|app: 0|req: 560/1109] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:41:48 2026] POST /v2.0/networks => generated 634 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:41:49.080 8 INFO neutron.services.segments.plugin [-] Segment fcb15864-f98d-406b-b568-abbf84de3386 resource provider aggregate not found [pid: 8|app: 0|req: 550/1110] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:41:47 2026] PUT /v2.0/routers/4771ad65-198b-4850-8873-8b744aa5fa2a/remove_router_interface => generated 309 bytes in 1260 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:41:49.091 8 INFO neutron.services.segments.plugin [-] Segment fcb15864-f98d-406b-b568-abbf84de3386 resource provider aggregate not found 2026-04-21 04:41:49.094 8 INFO neutron.services.segments.plugin [-] Segment fcb15864-f98d-406b-b568-abbf84de3386 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcb15864-f98d-406b-b568-abbf84de3386 found for delete ", "request_id": "req-630eba7e-10cf-46ec-8caf-3a760614fa6c"}]} 2026-04-21 04:41:49.120 8 INFO neutron.services.segments.plugin [-] Segment fcb15864-f98d-406b-b568-abbf84de3386 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fcb15864-f98d-406b-b568-abbf84de3386 found for delete ", "request_id": "req-49396f53-e07f-439e-922d-3516ad62d90a"}]} 2026-04-21 04:41:49.133 7 INFO neutron.db.segments_db [None req-9e47448f-bb8c-420c-ac65-290e1e8e7849 c5855328ec624d34bd5d94b84b519180 94369bd774b547eb9fc4e2367c3223d7 - - default default] Added segment 3456e767-f05e-4e50-a842-6edcd9f1eb08 of type vxlan for network 9b8c0905-b04a-402f-84b4-8c76cfb1d64a [pid: 7|app: 0|req: 561/1111] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:41:49 2026] POST /v2.0/networks => generated 634 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:41:49.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-90697879-4070-4354-bf0c-dae29f95c18c b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 29bedc70-09d8-4dab-92f8-b385021f2abc 2026-04-21 04:41:49.330 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90697879-4070-4354-bf0c-dae29f95c18c b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 29bedc70-09d8-4dab-92f8-b385021f2abc 2026-04-21 04:41:49.597 8 INFO neutron_taas.services.taas.taas_plugin [None req-90697879-4070-4354-bf0c-dae29f95c18c b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 69fce78c-79a8-4844-ad71-f84cd5227d5c 2026-04-21 04:41:49.600 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90697879-4070-4354-bf0c-dae29f95c18c b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 69fce78c-79a8-4844-ad71-f84cd5227d5c 2026-04-21 04:41:49.784 7 INFO neutron.services.segments.plugin [-] Segment e70cd3e1-afa6-43df-8853-1fa1b65e6e74 resource provider aggregate not found 2026-04-21 04:41:49.801 7 INFO neutron.services.segments.plugin [-] Segment e70cd3e1-afa6-43df-8853-1fa1b65e6e74 resource provider aggregate not found 2026-04-21 04:41:49.810 7 INFO neutron.services.segments.plugin [-] Segment e70cd3e1-afa6-43df-8853-1fa1b65e6e74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e70cd3e1-afa6-43df-8853-1fa1b65e6e74 found for delete ", "request_id": "req-d895f6ec-9c06-4cfa-b71e-2a8f6931d08d"}]} 2026-04-21 04:41:49.825 7 INFO neutron.services.segments.plugin [-] Segment e70cd3e1-afa6-43df-8853-1fa1b65e6e74 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e70cd3e1-afa6-43df-8853-1fa1b65e6e74 found for delete ", "request_id": "req-d399bbc8-d45b-43ae-af13-0190c58b5e4f"}]} 2026-04-21 04:41:49.833 7 INFO neutron.services.segments.plugin [-] Segment 82f859f1-c28f-4465-9a7d-448f2c2603b1 resource provider aggregate not found 2026-04-21 04:41:49.846 7 INFO neutron.services.segments.plugin [-] Segment 82f859f1-c28f-4465-9a7d-448f2c2603b1 resource provider aggregate not found 2026-04-21 04:41:49.852 7 INFO neutron.services.segments.plugin [-] Segment 82f859f1-c28f-4465-9a7d-448f2c2603b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82f859f1-c28f-4465-9a7d-448f2c2603b1 found for delete ", "request_id": "req-de440ddd-e8cd-4b2e-a739-70afac2ac2c4"}]} [pid: 7|app: 0|req: 562/1112] 10.0.0.103 () {34 vars in 664 bytes} [Tue Apr 21 04:41:49 2026] POST /v2.0/ports => generated 1506 bytes in 639 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-21 04:41:49.869 7 INFO neutron.services.segments.plugin [-] Segment 82f859f1-c28f-4465-9a7d-448f2c2603b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82f859f1-c28f-4465-9a7d-448f2c2603b1 found for delete ", "request_id": "req-538f68c0-fe50-4a70-beeb-b04590fda105"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-21 04:41:50.000 8 INFO neutron.db.l3_hamode_db [None req-90697879-4070-4354-bf0c-dae29f95c18c b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] HA network 8829cd7c-f20b-4575-83a0-dbc68d22dbe1 was deleted as no HA routers are present in tenant 1a6603f376fa4a0fa15de8779c57f626. [pid: 8|app: 0|req: 551/1113] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:49 2026] DELETE /v2.0/routers/4771ad65-198b-4850-8873-8b744aa5fa2a => generated 0 bytes in 910 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1114] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:49 2026] GET /v2.0/security-groups?tenant_id=ee727d3b04d74b2b8f6087785868ce05&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1115] 10.0.0.103 () {32 vars in 642 bytes} [Tue Apr 21 04:41:50 2026] GET /v2.0/ports => generated 1506 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1118] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:50 2026] DELETE /v2.0/security-groups/95be0994-5265-4b7f-8625-5be7e7a1a50a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1119] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:50 2026] DELETE /v2.0/subnets/0c1e92ff-62b5-4424-acad-6fc47a3ddd38 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:41:50.340 7 INFO neutron_taas.services.taas.taas_plugin [None req-5b9d6463-d6d7-4485-8d4c-333150157bc0 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 1f894427-d4b6-4420-88d9-6eb86c59aab6 2026-04-21 04:41:50.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5b9d6463-d6d7-4485-8d4c-333150157bc0 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 1f894427-d4b6-4420-88d9-6eb86c59aab6 2026-04-21 04:41:50.351 8 INFO neutron_taas.services.taas.taas_plugin [None req-bc662f9c-8d6e-4116-83c6-343a40c0f207 c5855328ec624d34bd5d94b84b519180 94369bd774b547eb9fc4e2367c3223d7 - - default default] TaaS: Handle Delete Port: c1de0275-0f28-4f39-ad59-13d7966de195 2026-04-21 04:41:50.354 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc662f9c-8d6e-4116-83c6-343a40c0f207 c5855328ec624d34bd5d94b84b519180 94369bd774b547eb9fc4e2367c3223d7 - - default default] Tap Mirror: Handle Delete Port: c1de0275-0f28-4f39-ad59-13d7966de195 [pid: 8|app: 0|req: 556/1120] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:41:50 2026] DELETE /v2.0/ports/c1de0275-0f28-4f39-ad59-13d7966de195 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1121] 10.0.0.103 () {32 vars in 622 bytes} [Tue Apr 21 04:41:50 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1122] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:50 2026] DELETE /v2.0/networks/40de0e36-1eab-43e9-91f2-e14b958b3916 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1123] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:50 2026] GET /v2.0/security-groups?tenant_id=5655dbef401d4e67b17e6bbe296ca3c0&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:41:50.690 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bba3460-1e2f-40fc-aa6d-67d91588c26e c5855328ec624d34bd5d94b84b519180 94369bd774b547eb9fc4e2367c3223d7 - - default default] TaaS: Handle Delete Port: f849bc3c-4220-4c44-8475-4c7b6de70d58 2026-04-21 04:41:50.701 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bba3460-1e2f-40fc-aa6d-67d91588c26e c5855328ec624d34bd5d94b84b519180 94369bd774b547eb9fc4e2367c3223d7 - - default default] Tap Mirror: Handle Delete Port: f849bc3c-4220-4c44-8475-4c7b6de70d58 [pid: 7|app: 0|req: 566/1124] 10.0.0.103 () {32 vars in 632 bytes} [Tue Apr 21 04:41:50 2026] GET /v2.0/ => generated 632 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1125] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:41:50 2026] DELETE /v2.0/ports/f849bc3c-4220-4c44-8475-4c7b6de70d58 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1126] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:50 2026] DELETE /v2.0/security-groups/10e481de-2285-49d4-b356-87d0fd52daa2 => 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: 560/1127] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:50 2026] GET /v2.0/security-groups?tenant_id=1a6603f376fa4a0fa15de8779c57f626&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1128] 10.0.0.103 () {32 vars in 642 bytes} [Tue Apr 21 04:41:50 2026] GET /v2.0/ports => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1129] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:50 2026] DELETE /v2.0/security-groups/12bbc04e-a25a-4d11-a8de-42e885d1e708 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:50.942 7 INFO neutron.db.segments_db [None req-0892d5df-a9a6-4d2d-85c8-e6f6fffe6747 c5855328ec624d34bd5d94b84b519180 94369bd774b547eb9fc4e2367c3223d7 - - default default] Added segment a9e1af02-31fa-48c9-bd14-3938bfac6a68 of type vxlan for network 1c7195bd-28e2-4018-9ad6-6792bf38cc82 [pid: 7|app: 0|req: 569/1130] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:41:50 2026] POST /v2.0/networks => generated 634 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:41:51.091 8 INFO neutron.db.segments_db [None req-2533ea12-4465-4db2-9d74-64c69d8dc071 c5855328ec624d34bd5d94b84b519180 94369bd774b547eb9fc4e2367c3223d7 - - default default] Added segment a16671ae-0ed5-4a50-9860-906eeeb9051b of type vxlan for network 5b327d87-491a-4a43-a12b-5ecdcd668d61 2026-04-21 04:41:51.115 8 INFO neutron.services.segments.plugin [-] Segment 4db87423-2348-45d1-80e4-04a34bb2378e resource provider aggregate not found 2026-04-21 04:41:51.137 8 INFO neutron.services.segments.plugin [-] Segment 4db87423-2348-45d1-80e4-04a34bb2378e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4db87423-2348-45d1-80e4-04a34bb2378e found for delete ", "request_id": "req-32b2b2d5-6652-4498-9f38-2d3540250fa1"}]} 2026-04-21 04:41:51.142 8 INFO neutron.services.segments.plugin [-] Segment 4db87423-2348-45d1-80e4-04a34bb2378e resource provider aggregate not found 2026-04-21 04:41:51.163 8 INFO neutron.services.segments.plugin [-] Segment 4db87423-2348-45d1-80e4-04a34bb2378e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4db87423-2348-45d1-80e4-04a34bb2378e found for delete ", "request_id": "req-20db8707-1b99-412a-98a1-d82759bea623"}]} [pid: 8|app: 0|req: 562/1131] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:41:51 2026] POST /v2.0/networks => generated 635 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1132] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:51 2026] GET /v2.0/security-groups?tenant_id=968607c28ee14696a33a316ba020e7d7&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1133] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:51 2026] DELETE /v2.0/security-groups/7baad57a-204c-482c-b2fb-8a757f1106b4 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:51.882 7 INFO neutron.services.segments.plugin [-] Segment 36cc6c1c-837c-428e-8375-ce7f8e7072c8 resource provider aggregate not found 2026-04-21 04:41:51.893 7 INFO neutron.services.segments.plugin [-] Segment 36cc6c1c-837c-428e-8375-ce7f8e7072c8 resource provider aggregate not found 2026-04-21 04:41:51.904 7 INFO neutron.services.segments.plugin [-] Segment 36cc6c1c-837c-428e-8375-ce7f8e7072c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36cc6c1c-837c-428e-8375-ce7f8e7072c8 found for delete ", "request_id": "req-acec421a-d9d2-4c6c-9849-cb6f483699cb"}]} 2026-04-21 04:41:51.918 7 INFO neutron.services.segments.plugin [-] Segment 36cc6c1c-837c-428e-8375-ce7f8e7072c8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36cc6c1c-837c-428e-8375-ce7f8e7072c8 found for delete ", "request_id": "req-48e12000-cebe-47a4-8998-78dd48662904"}]} [pid: 7|app: 0|req: 571/1134] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:41:51 2026] POST /v2.0/subnets => generated 1324 bytes in 451 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1135] 10.0.0.103 () {32 vars in 646 bytes} [Tue Apr 21 04:41:52 2026] GET /v2.0/subnets => generated 1960 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1136] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:52 2026] DELETE /v2.0/subnets/e6a24c52-7b0f-4452-a9af-4dd976e588f4 => 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: 565/1137] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:41:52 2026] DELETE /v2.0/subnets/94e9ccae-0d03-4ee9-92d3-d3c84e272eb3 => 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: 573/1138] 10.0.0.103 () {32 vars in 646 bytes} [Tue Apr 21 04:41:52 2026] GET /v2.0/subnets => generated 649 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1139] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:52 2026] DELETE /v2.0/networks/5b327d87-491a-4a43-a12b-5ecdcd668d61 => 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: 567/1140] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:52 2026] DELETE /v2.0/networks/1c7195bd-28e2-4018-9ad6-6792bf38cc82 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:41:52.772 7 INFO neutron.db.segments_db [None req-bd3ae3f5-e531-44b1-b34c-9da29a86c0c6 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 034d996e-21e7-4feb-bc64-2070199f61d6 of type vxlan for network ff88e751-8046-4c8b-82a2-b7ca64748e1e [pid: 7|app: 0|req: 574/1141] 10.0.0.103 () {34 vars in 670 bytes} [Tue Apr 21 04:41:52 2026] POST /v2.0/networks => generated 724 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1142] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:52 2026] DELETE /v2.0/networks/9b8c0905-b04a-402f-84b4-8c76cfb1d64a => 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: 569/1143] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:41:52 2026] DELETE /v2.0/networks/289030ea-05ea-4515-aea8-a78f3bb2f7bd => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1144] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:41:52 2026] POST /v2.0/subnets => generated 690 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:41:53.106 8 INFO neutron.db.segments_db [None req-93a44867-eee4-41e2-af8a-87f215eb6683 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 9b155dbc-bfa1-4c2b-8939-0927592a67df of type vxlan for network 36190727-3aba-4161-a726-0ecca4bd5a18 2026-04-21 04:41:53.162 8 INFO neutron.services.segments.plugin [-] Segment a16671ae-0ed5-4a50-9860-906eeeb9051b resource provider aggregate not found 2026-04-21 04:41:53.179 8 INFO neutron.services.segments.plugin [-] Segment a16671ae-0ed5-4a50-9860-906eeeb9051b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a16671ae-0ed5-4a50-9860-906eeeb9051b found for delete ", "request_id": "req-afcfb622-63dd-4f57-acbe-995b654a1f57"}]} 2026-04-21 04:41:53.186 8 INFO neutron.services.segments.plugin [-] Segment a16671ae-0ed5-4a50-9860-906eeeb9051b resource provider aggregate not found 2026-04-21 04:41:53.193 8 INFO neutron.services.segments.plugin [-] Segment a9e1af02-31fa-48c9-bd14-3938bfac6a68 resource provider aggregate not found 2026-04-21 04:41:53.201 8 INFO neutron.services.segments.plugin [-] Segment a16671ae-0ed5-4a50-9860-906eeeb9051b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a16671ae-0ed5-4a50-9860-906eeeb9051b found for delete ", "request_id": "req-d4a6ca0f-aa35-42af-82c3-583cefcb2069"}]} 2026-04-21 04:41:53.215 8 INFO neutron.services.segments.plugin [-] Segment a9e1af02-31fa-48c9-bd14-3938bfac6a68 resource provider aggregate not found 2026-04-21 04:41:53.221 8 INFO neutron.services.segments.plugin [-] Segment a9e1af02-31fa-48c9-bd14-3938bfac6a68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9e1af02-31fa-48c9-bd14-3938bfac6a68 found for delete ", "request_id": "req-deb65491-7df8-47ef-a547-491e055cf479"}]} 2026-04-21 04:41:53.237 8 INFO neutron.services.segments.plugin [-] Segment 3456e767-f05e-4e50-a842-6edcd9f1eb08 resource provider aggregate not found 2026-04-21 04:41:53.239 8 INFO neutron.services.segments.plugin [-] Segment a9e1af02-31fa-48c9-bd14-3938bfac6a68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a9e1af02-31fa-48c9-bd14-3938bfac6a68 found for delete ", "request_id": "req-4b4536a2-38a8-4ecd-a32a-15df69a0ce08"}]} 2026-04-21 04:41:53.261 8 INFO neutron.services.segments.plugin [-] Segment 3456e767-f05e-4e50-a842-6edcd9f1eb08 resource provider aggregate not found 2026-04-21 04:41:53.263 8 INFO neutron.services.segments.plugin [-] Segment 3456e767-f05e-4e50-a842-6edcd9f1eb08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3456e767-f05e-4e50-a842-6edcd9f1eb08 found for delete ", "request_id": "req-c98bb8f6-bd68-4c0e-b10d-687440f923ce"}]} 2026-04-21 04:41:53.288 8 INFO neutron.services.segments.plugin [-] Segment 3456e767-f05e-4e50-a842-6edcd9f1eb08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3456e767-f05e-4e50-a842-6edcd9f1eb08 found for delete ", "request_id": "req-09de7ecc-0cff-4f4a-a80a-eb5e6cf2c27b"}]} 2026-04-21 04:41:53.291 8 INFO neutron.services.segments.plugin [-] Segment 1d7ed90a-4aa7-407f-a633-dffca33dec58 resource provider aggregate not found 2026-04-21 04:41:53.310 8 INFO neutron.services.segments.plugin [-] Segment 1d7ed90a-4aa7-407f-a633-dffca33dec58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d7ed90a-4aa7-407f-a633-dffca33dec58 found for delete ", "request_id": "req-491f74ff-bab8-4488-943b-f8dcf4cb1cfc"}]} 2026-04-21 04:41:53.310 8 INFO neutron.services.segments.plugin [-] Segment 1d7ed90a-4aa7-407f-a633-dffca33dec58 resource provider aggregate not found 2026-04-21 04:41:53.338 8 INFO neutron.services.segments.plugin [-] Segment 1d7ed90a-4aa7-407f-a633-dffca33dec58 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d7ed90a-4aa7-407f-a633-dffca33dec58 found for delete ", "request_id": "req-56758d16-04d2-4f74-b982-8d0fb690b34d"}]} [pid: 7|app: 0|req: 576/1145] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:53 2026] GET /v2.0/security-groups?tenant_id=74391f53ad7740fc8ecb1a050583b81a&name=default => generated 2925 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:41:53.449 8 INFO neutron.db.l3_hamode_db [None req-93a44867-eee4-41e2-af8a-87f215eb6683 b789fd9d76954666b2ea7e3acc23d1a4 4435b422c93d405d8743656e8963d1e0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 577/1146] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:53 2026] DELETE /v2.0/security-groups/215a186b-f569-4959-a0fb-543fcd91bc70 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1147] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:53 2026] GET /v2.0/security-groups?tenant_id=94369bd774b547eb9fc4e2367c3223d7&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1148] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:53 2026] DELETE /v2.0/security-groups/09a6c4e8-95e6-4931-9be1-077b20f60934 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:41:54.394 8 INFO neutron.db.l3_hamode_db [None req-93a44867-eee4-41e2-af8a-87f215eb6683 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 570/1149] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:41:53 2026] POST /v2.0/routers => generated 730 bytes in 2240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1150] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:55 2026] GET /v2.0/security-groups?tenant_id=63ced008b174421d9e6add8e3ecfe81c&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1151] 10.0.0.103 () {34 vars in 683 bytes} [Tue Apr 21 04:41:55 2026] POST /v2.0/security-groups => generated 1624 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1152] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:55 2026] DELETE /v2.0/security-groups/2246c0db-a45c-44ed-9101-513afc8ee9e5 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1153] 10.0.0.103 () {32 vars in 662 bytes} [Tue Apr 21 04:41:55 2026] GET /v2.0/security-groups => generated 4529 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1154] 10.0.0.103 () {34 vars in 757 bytes} [Tue Apr 21 04:41:56 2026] PUT /v2.0/security-groups/5ee33844-0aac-4955-868f-883663bbf430 => generated 1660 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1155] 10.0.0.103 () {32 vars in 736 bytes} [Tue Apr 21 04:41:56 2026] GET /v2.0/security-groups/5ee33844-0aac-4955-868f-883663bbf430 => generated 1660 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1156] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:56 2026] DELETE /v2.0/security-groups/5ee33844-0aac-4955-868f-883663bbf430 => 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: 578/1157] 10.0.0.103 () {32 vars in 662 bytes} [Tue Apr 21 04:41:56 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) 2026-04-21 04:41:56.275 8 INFO neutron.api.v2.resource [None req-beee01d8-b4fd-4b41-9ecd-fb83cc76888d 3a675c75df324031859d4dbed2356d71 fffcdacdcc6c4699a0cc824edf9a7e0a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 579/1158] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:56 2026] DELETE /v2.0/security-groups/5ee33844-0aac-4955-868f-883663bbf430 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1159] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:41:55 2026] PUT /v2.0/routers/02cb7169-1c37-4581-b3a3-387979f39071/add_router_interface => generated 309 bytes in 973 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1160] 10.0.0.103 () {34 vars in 683 bytes} [Tue Apr 21 04:41:56 2026] POST /v2.0/security-groups => generated 1625 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1161] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:41:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1162] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:41:56 2026] GET /v2.0/security-group-rules/f776558f-bb95-4728-9104-c2f241900e60 => generated 601 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1163] 10.0.0.103 () {32 vars in 672 bytes} [Tue Apr 21 04:41:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1164] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:41:56 2026] DELETE /v2.0/security-group-rules/f776558f-bb95-4728-9104-c2f241900e60 => 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: 583/1165] 10.0.0.103 () {32 vars in 672 bytes} [Tue Apr 21 04:41:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1166] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:41:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1167] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:41:56 2026] GET /v2.0/security-group-rules/a5d07329-2289-4fcc-8b40-0e3b4b4d447e => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1168] 10.0.0.103 () {32 vars in 672 bytes} [Tue Apr 21 04:41:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1169] 10.0.0.103 () {34 vars in 684 bytes} [Tue Apr 21 04:41:56 2026] POST /v2.0/security-groups => generated 1661 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1170] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:41:57 2026] DELETE /v2.0/security-group-rules/a5d07329-2289-4fcc-8b40-0e3b4b4d447e => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1171] 10.0.0.103 () {32 vars in 672 bytes} [Tue Apr 21 04:41:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:41:57.186 8 INFO neutron.db.securitygroups_db [None req-cdc72e9a-ad78-4fea-9517-4d294db9ea36 3a675c75df324031859d4dbed2356d71 fffcdacdcc6c4699a0cc824edf9a7e0a - - default default] Project fffcdacdcc6c4699a0cc824edf9a7e0a 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: 585/1172] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:41:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1173] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:41:57 2026] POST /v2.0/security-group-rules => generated 607 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1174] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:41:57 2026] GET /v2.0/security-group-rules/2214fd99-9bd9-41ef-aa9a-8221584ae84f => generated 607 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1175] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:41:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1176] 10.0.0.103 () {32 vars in 672 bytes} [Tue Apr 21 04:41:57 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1177] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:41:57 2026] DELETE /v2.0/security-group-rules/2214fd99-9bd9-41ef-aa9a-8221584ae84f => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1178] 10.0.0.103 () {32 vars in 672 bytes} [Tue Apr 21 04:41:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1179] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:57 2026] DELETE /v2.0/security-groups/0bcd63d9-f459-49f7-b771-3fea4667ae8d => 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: 594/1180] 10.0.0.103 () {32 vars in 662 bytes} [Tue Apr 21 04:41:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1181] 10.0.0.103 () {32 vars in 662 bytes} [Tue Apr 21 04:41:57 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: 587/1182] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:41:57 2026] POST /v2.0/floatingips => generated 552 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1183] 10.0.0.54 () {34 vars in 1098 bytes} [Tue Apr 21 04:41:58 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1574610608&fields=id&tenant_id=4435b422c93d405d8743656e8963d1e0 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1184] 10.0.0.54 () {34 vars in 980 bytes} [Tue Apr 21 04:41:58 2026] GET /v2.0/networks?id=ff88e751-8046-4c8b-82a2-b7ca64748e1e => generated 675 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1185] 10.0.0.54 () {34 vars in 963 bytes} [Tue Apr 21 04:41:58 2026] GET /v2.0/quotas/4435b422c93d405d8743656e8963d1e0 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1186] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:58 2026] GET /v2.0/security-groups?tenant_id=fffcdacdcc6c4699a0cc824edf9a7e0a&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1187] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:41:58 2026] GET /v2.0/ports?tenant_id=4435b422c93d405d8743656e8963d1e0&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1188] 10.0.0.54 () {34 vars in 1006 bytes} [Tue Apr 21 04:41:58 2026] GET /v2.0/networks/ff88e751-8046-4c8b-82a2-b7ca64748e1e?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: 597/1189] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:58 2026] DELETE /v2.0/security-groups/9fccbacb-96c5-406d-9794-dfd1444c44bc => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1190] 10.0.0.54 () {34 vars in 1106 bytes} [Tue Apr 21 04:41:58 2026] GET /v2.0/networks/ff88e751-8046-4c8b-82a2-b7ca64748e1e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1191] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:58 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 598/1192] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:41:58 2026] GET /v2.0/security-groups?tenant_id=57389cb789ba4534b923e5ae0ad94d28&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1193] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:41:58 2026] DELETE /v2.0/security-groups/60ddcfab-b8bd-4e78-917a-4203e35cfe42 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1194] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:41:59 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 596/1195] 10.0.0.103 () {34 vars in 683 bytes} [Tue Apr 21 04:42:00 2026] POST /v2.0/security-groups => generated 1625 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1196] 10.0.0.103 () {32 vars in 662 bytes} [Tue Apr 21 04:42:00 2026] GET /v2.0/security-groups => generated 4530 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1197] 10.0.0.103 () {34 vars in 757 bytes} [Tue Apr 21 04:42:00 2026] PUT /v2.0/security-groups/e1931ed1-676b-4db8-8715-40df12eee9cc => generated 1664 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1198] 10.0.0.103 () {32 vars in 736 bytes} [Tue Apr 21 04:42:00 2026] GET /v2.0/security-groups/e1931ed1-676b-4db8-8715-40df12eee9cc => generated 1664 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1199] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:00 2026] DELETE /v2.0/security-groups/e1931ed1-676b-4db8-8715-40df12eee9cc => 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: 600/1200] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:00 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 601/1201] 10.0.0.103 () {32 vars in 662 bytes} [Tue Apr 21 04:42:00 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) 2026-04-21 04:42:01.054 7 INFO neutron.api.v2.resource [None req-5752fd40-0440-49bf-9135-de9baa6b2de1 d67a4e66708543e6acf52abe15be0218 ea4dc133da394cd4bd29732d4b9af15b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 602/1202] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:01 2026] DELETE /v2.0/security-groups/e1931ed1-676b-4db8-8715-40df12eee9cc => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:42:01.124 8 INFO neutron.db.segments_db [None req-1c1e9845-8e3d-434b-bcf1-aa08a395745c 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] Added segment f3786c09-09b5-446b-961d-e6dfc8fd5ec3 of type vxlan for network 8701e945-491c-4ad7-b265-31cd5fe85cdb [pid: 7|app: 0|req: 603/1203] 10.0.0.103 () {34 vars in 683 bytes} [Tue Apr 21 04:42:01 2026] POST /v2.0/security-groups => generated 1624 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1204] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:42:00 2026] POST /v2.0/networks => generated 630 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1205] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:42:01 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: 605/1206] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:42:01 2026] GET /v2.0/security-group-rules/eb16bda8-dc25-4378-85e8-661832b85618 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1207] 10.0.0.103 () {32 vars in 672 bytes} [Tue Apr 21 04:42:01 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1208] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:42:01 2026] DELETE /v2.0/security-group-rules/eb16bda8-dc25-4378-85e8-661832b85618 => 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: 608/1209] 10.0.0.103 () {32 vars in 672 bytes} [Tue Apr 21 04:42:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1210] 10.0.0.103 () {34 vars in 664 bytes} [Tue Apr 21 04:42:01 2026] POST /v2.0/ports => generated 778 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: 609/1211] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:42:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1212] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:42:01 2026] GET /v2.0/security-group-rules/18684719-2fae-4a8d-af6c-7f8370234bcc => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:01.639 8 INFO neutron.db.segments_db [None req-8a842389-b7b9-4e02-bd16-c1268c428d38 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] Added segment dd508d2d-c326-43c4-8af3-e8752c36fa9b of type vxlan for network 03896e3c-bc8c-42d7-9189-d73d0fa993fe [pid: 7|app: 0|req: 611/1213] 10.0.0.103 () {32 vars in 672 bytes} [Tue Apr 21 04:42:01 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1214] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:42:01 2026] POST /v2.0/networks => generated 616 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1215] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:42:01 2026] DELETE /v2.0/security-group-rules/18684719-2fae-4a8d-af6c-7f8370234bcc => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1216] 10.0.0.103 () {32 vars in 672 bytes} [Tue Apr 21 04:42:01 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1217] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:42:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1218] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:42:01 2026] GET /v2.0/security-group-rules/f349f686-42f7-428b-9c55-4824bc3d5353 => generated 602 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1219] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:42:01 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: 616/1220] 10.0.0.103 () {32 vars in 672 bytes} [Tue Apr 21 04:42:01 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1221] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:42:02 2026] DELETE /v2.0/security-group-rules/f349f686-42f7-428b-9c55-4824bc3d5353 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1222] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:02 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1223] 10.0.0.103 () {32 vars in 672 bytes} [Tue Apr 21 04:42:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1224] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:02 2026] DELETE /v2.0/security-groups/0547ebbe-cd11-4df5-ba0a-d57319da8634 => 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: 621/1225] 10.0.0.103 () {32 vars in 662 bytes} [Tue Apr 21 04:42:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1226] 10.0.0.103 () {32 vars in 662 bytes} [Tue Apr 21 04:42:02 2026] GET /v2.0/security-groups => generated 2925 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1227] 10.0.0.103 () {34 vars in 664 bytes} [Tue Apr 21 04:42:02 2026] POST /v2.0/ports => generated 962 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:42:02.483 7 INFO neutron_taas.services.taas.taas_plugin [None req-b449ab87-8d2a-4d76-93f9-031dcd0ed6f1 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] TaaS: Handle Delete Port: ef982446-a16e-492b-afd1-58916ada09c8 2026-04-21 04:42:02.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b449ab87-8d2a-4d76-93f9-031dcd0ed6f1 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] Tap Mirror: Handle Delete Port: ef982446-a16e-492b-afd1-58916ada09c8 [pid: 7|app: 0|req: 623/1228] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:42:02 2026] DELETE /v2.0/ports/ef982446-a16e-492b-afd1-58916ada09c8 => generated 0 bytes in 231 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-21 04:42:02.607 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f6ef9722-af13-4368-95cb-a19a52036220 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 606/1229] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:42:02 2026] DELETE /v2.0/ports/ef982446-a16e-492b-afd1-58916ada09c8 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:42:02.632 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c6c5a4f-bf36-4807-aeaf-98ae147e579f 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 624/1230] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:42:02 2026] GET /v2.0/ports/ef982446-a16e-492b-afd1-58916ada09c8 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1231] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:02 2026] DELETE /v2.0/subnets/9ba93b15-d7a7-4ae7-9cae-a08a32afe12a => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:42:02.880 7 INFO neutron.services.segments.plugin [-] Segment dd508d2d-c326-43c4-8af3-e8752c36fa9b resource provider aggregate not found 2026-04-21 04:42:02.886 7 INFO neutron.services.segments.plugin [-] Segment dd508d2d-c326-43c4-8af3-e8752c36fa9b resource provider aggregate not found 2026-04-21 04:42:02.905 7 INFO neutron.services.segments.plugin [-] Segment dd508d2d-c326-43c4-8af3-e8752c36fa9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd508d2d-c326-43c4-8af3-e8752c36fa9b found for delete ", "request_id": "req-637ec465-147c-4786-8679-d50711b64c96"}]} 2026-04-21 04:42:02.906 7 INFO neutron.services.segments.plugin [-] Segment dd508d2d-c326-43c4-8af3-e8752c36fa9b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd508d2d-c326-43c4-8af3-e8752c36fa9b found for delete ", "request_id": "req-d0a064ac-f42e-4a75-a153-3ce2d95a5a52"}]} [pid: 7|app: 0|req: 625/1232] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:42:02 2026] DELETE /v2.0/networks/03896e3c-bc8c-42d7-9189-d73d0fa993fe => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1233] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:02 2026] GET /v2.0/security-groups?tenant_id=ea4dc133da394cd4bd29732d4b9af15b&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:42:02.967 7 INFO neutron.db.segments_db [None req-f222603b-9dc2-421c-8fbe-7460b38bcd48 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] Added segment 1df0e2ae-4f8e-4167-b572-7ff68b7fb2c2 of type vxlan for network 52184367-2aa6-49d4-a0a5-79b9a0725d1b [pid: 8|app: 0|req: 609/1234] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:02 2026] DELETE /v2.0/security-groups/d73618b1-b671-475f-82d3-c0ab526c485c => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1235] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:42:02 2026] POST /v2.0/networks => generated 617 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1236] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:42:03 2026] GET /v2.0/networks?id=ff88e751-8046-4c8b-82a2-b7ca64748e1e => generated 675 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1237] 199.204.45.144 () {34 vars in 1049 bytes} [Tue Apr 21 04:42:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4435b422c93d405d8743656e8963d1e0 => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1238] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:42:03 2026] POST /v2.0/subnets => generated 646 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1239] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:03 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1240] 10.0.0.103 () {34 vars in 664 bytes} [Tue Apr 21 04:42:03 2026] POST /v2.0/ports => generated 927 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1241] 199.204.45.144 () {38 vars in 954 bytes} [Tue Apr 21 04:42:03 2026] POST /v2.0/ports => generated 958 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-21 04:42:03.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-2064c99f-9fd9-4a4c-9c06-9992a04cea5e 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] TaaS: Handle Delete Port: 05fd251a-3389-4c3f-8591-4c093146f6bf 2026-04-21 04:42:03.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2064c99f-9fd9-4a4c-9c06-9992a04cea5e 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] Tap Mirror: Handle Delete Port: 05fd251a-3389-4c3f-8591-4c093146f6bf [pid: 7|app: 0|req: 630/1242] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:42:03 2026] DELETE /v2.0/ports/05fd251a-3389-4c3f-8591-4c093146f6bf => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:42:03.638 7 INFO neutron.pecan_wsgi.hooks.translation [None req-59bcce7c-e9fa-42f0-85c9-65a63925c2f5 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 631/1243] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:42:03 2026] GET /v2.0/ports/05fd251a-3389-4c3f-8591-4c093146f6bf => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1244] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:03 2026] DELETE /v2.0/subnets/ef50e0f9-4727-41d5-8888-b0d04738bae2 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1245] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:42:03 2026] DELETE /v2.0/networks/52184367-2aa6-49d4-a0a5-79b9a0725d1b => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1246] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:42:03 2026] PUT /v2.0/ports/926bd745-c92c-45f4-b422-c1000294968e => generated 1239 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:42:03.909 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7c670de-c895-45e7-a6b3-9eef5efdbcd1'] response: {'name': 'network-changed', 'server_uuid': 'f19f825e-edbb-47ab-9d5d-29878ad94f7d', 'tag': '926bd745-c92c-45f4-b422-c1000294968e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 634/1247] 10.0.0.103 () {34 vars in 664 bytes} [Tue Apr 21 04:42:03 2026] POST /v2.0/ports => generated 779 bytes in 217 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: 614/1248] 10.0.0.103 () {34 vars in 736 bytes} [Tue Apr 21 04:42:04 2026] PUT /v2.0/ports/3fd40906-7b60-4eb1-8043-41f84fd4e193 => generated 752 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-21 04:42:04.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-9998de25-c5bc-4d30-8c98-0d8678efeaef 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] TaaS: Handle Delete Port: 3fd40906-7b60-4eb1-8043-41f84fd4e193 2026-04-21 04:42:04.335 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9998de25-c5bc-4d30-8c98-0d8678efeaef 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] Tap Mirror: Handle Delete Port: 3fd40906-7b60-4eb1-8043-41f84fd4e193 [pid: 8|app: 0|req: 615/1249] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:04 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 616/1250] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:04 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&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: 635/1251] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:42:04 2026] DELETE /v2.0/ports/3fd40906-7b60-4eb1-8043-41f84fd4e193 => 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: 636/1252] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:42:04 2026] GET /v2.0/ports?tenant_id=4435b422c93d405d8743656e8963d1e0&device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1253] 10.0.0.103 () {32 vars in 642 bytes} [Tue Apr 21 04:42:04 2026] GET /v2.0/ports => generated 781 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:04.475 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4a3e5b45-519f-4f60-bdb2-2ff4e71f1cc6 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 637/1254] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:42:04 2026] GET /v2.0/ports/3fd40906-7b60-4eb1-8043-41f84fd4e193 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1255] 199.204.45.144 () {34 vars in 1017 bytes} [Tue Apr 21 04:42:04 2026] GET /v2.0/networks?tenant_id=4435b422c93d405d8743656e8963d1e0&shared=False => generated 771 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1256] 10.0.0.103 () {32 vars in 642 bytes} [Tue Apr 21 04:42:04 2026] GET /v2.0/ports => generated 781 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1257] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:42:04 2026] GET /v2.0/ports/ddc432d3-e2e1-41b4-a0d6-dc13e7ddf323 => generated 778 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1258] 199.204.45.144 () {34 vars in 929 bytes} [Tue Apr 21 04:42:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:04.579 7 INFO neutron.pecan_wsgi.hooks.translation [None req-31746b99-df45-4829-970c-d86661cb6df0 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 640/1259] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:42:04 2026] DELETE /v2.0/ports/05fd251a-3389-4c3f-8591-4c093146f6bf => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:42:04.600 8 INFO neutron.pecan_wsgi.hooks.translation [None req-99c8068c-9323-422e-bd97-1c99d88e1ee4 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 620/1260] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:04 2026] DELETE /v2.0/subnets/ef50e0f9-4727-41d5-8888-b0d04738bae2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:42:04.965 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d1d690d0-5eec-4929-af84-7502fef9e6e2 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 641/1261] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:04 2026] DELETE /v2.0/subnets/9ba93b15-d7a7-4ae7-9cae-a08a32afe12a => generated 136 bytes in 361 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:42:04.969 7 INFO neutron.services.segments.plugin [-] Segment 1df0e2ae-4f8e-4167-b572-7ff68b7fb2c2 resource provider aggregate not found 2026-04-21 04:42:04.977 7 INFO neutron.services.segments.plugin [-] Segment 1df0e2ae-4f8e-4167-b572-7ff68b7fb2c2 resource provider aggregate not found 2026-04-21 04:42:04.993 7 INFO neutron.services.segments.plugin [-] Segment 1df0e2ae-4f8e-4167-b572-7ff68b7fb2c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1df0e2ae-4f8e-4167-b572-7ff68b7fb2c2 found for delete ", "request_id": "req-8253b38e-6080-4149-aa99-06e2c4ec9f70"}]} 2026-04-21 04:42:05.002 7 INFO neutron.services.segments.plugin [-] Segment 1df0e2ae-4f8e-4167-b572-7ff68b7fb2c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1df0e2ae-4f8e-4167-b572-7ff68b7fb2c2 found for delete ", "request_id": "req-882dbe50-bd56-49ec-b6e1-0b99f7a7bb4b"}]} 2026-04-21 04:42:05.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-b3f67c02-2ada-4a08-8fcc-5ba9036543d4 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] TaaS: Handle Delete Port: ddc432d3-e2e1-41b4-a0d6-dc13e7ddf323 2026-04-21 04:42:05.069 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3f67c02-2ada-4a08-8fcc-5ba9036543d4 7f4a0efb52c0463c8eb902f6a45f06a3 e76c80d86464450badddbed90907c4f2 - - default default] Tap Mirror: Handle Delete Port: ddc432d3-e2e1-41b4-a0d6-dc13e7ddf323 [pid: 8|app: 0|req: 621/1264] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:42:04 2026] DELETE /v2.0/ports/ddc432d3-e2e1-41b4-a0d6-dc13e7ddf323 => 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: 644/1265] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:42:05 2026] DELETE /v2.0/networks/8701e945-491c-4ad7-b265-31cd5fe85cdb => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1266] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:05 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1267] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:05 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&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: 623/1268] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:42:05 2026] GET /v2.0/ports?tenant_id=4435b422c93d405d8743656e8963d1e0&device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1269] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:42:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=926bd745-c92c-45f4-b422-c1000294968e => 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: 624/1270] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:42:05 2026] GET /v2.0/subnets?id=f5f32e4c-30eb-4ad4-8d7d-e54b31e368cd => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1271] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:42:05 2026] GET /v2.0/ports?network_id=ff88e751-8046-4c8b-82a2-b7ca64748e1e&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: 625/1272] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:42:05 2026] GET /v2.0/networks/ff88e751-8046-4c8b-82a2-b7ca64748e1e?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1273] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:42:05 2026] GET /v2.0/networks/ff88e751-8046-4c8b-82a2-b7ca64748e1e?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: 648/1274] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:05 2026] GET /v2.0/security-groups?tenant_id=e76c80d86464450badddbed90907c4f2&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1275] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:05 2026] DELETE /v2.0/security-groups/7f6455a5-f862-4fca-bf3a-5de7d7f5ab0d => 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: 649/1276] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:06 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1277] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:06 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:07.010 7 INFO neutron.services.segments.plugin [-] Segment f3786c09-09b5-446b-961d-e6dfc8fd5ec3 resource provider aggregate not found 2026-04-21 04:42:07.021 7 INFO neutron.services.segments.plugin [-] Segment f3786c09-09b5-446b-961d-e6dfc8fd5ec3 resource provider aggregate not found 2026-04-21 04:42:07.026 7 INFO neutron.services.segments.plugin [-] Segment f3786c09-09b5-446b-961d-e6dfc8fd5ec3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3786c09-09b5-446b-961d-e6dfc8fd5ec3 found for delete ", "request_id": "req-9de468fc-4622-4078-8103-f455692bf444"}]} 2026-04-21 04:42:07.036 7 INFO neutron.services.segments.plugin [-] Segment f3786c09-09b5-446b-961d-e6dfc8fd5ec3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3786c09-09b5-446b-961d-e6dfc8fd5ec3 found for delete ", "request_id": "req-393d64fe-ffdd-4f2d-8151-7d933b07cb76"}]} [pid: 7|app: 0|req: 650/1278] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:06 2026] GET /v2.0/security-groups?tenant_id=566fc7a43d7146969484361e436581b8&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1279] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:07 2026] DELETE /v2.0/security-groups/20ed0708-4ee8-4113-b5b9-944326ffc26b => 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: 651/1280] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:07 2026] GET /v2.0/security-groups?tenant_id=e81245bd651e4fe8bd3387b9b0b153b8&name=default => generated 2925 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1281] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:07 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 630/1282] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:07 2026] DELETE /v2.0/security-groups/f2afe1f7-6e0d-49c6-94ad-54eeaf4a4a3f => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1283] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:07 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&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-21 04:42:08.055 7 INFO neutron.db.segments_db [None req-c88b5247-ccd4-4688-a791-5737df4b10b1 c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] Added segment f35c8c2a-758d-4aca-8d43-9c47171aaeb4 of type vxlan for network 27075344-6161-4757-b37c-bebf221499b2 [pid: 7|app: 0|req: 653/1284] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:42:07 2026] POST /v2.0/networks => generated 625 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1285] 10.0.0.103 () {34 vars in 664 bytes} [Tue Apr 21 04:42:08 2026] POST /v2.0/ports => generated 774 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:42:08.539 7 INFO neutron.db.segments_db [None req-e8be50f6-7099-45e4-89dc-12c9447e70a6 c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] Added segment 07eff9b3-f300-4a5a-9c30-6e265179e1c7 of type vxlan for network 36a525ea-6ebf-464e-9ed4-2dbb9c3b8a10 [pid: 7|app: 0|req: 654/1286] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:42:08 2026] POST /v2.0/networks => generated 612 bytes in 167 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: 633/1287] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:42:08 2026] POST /v2.0/subnets => generated 626 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1288] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:08 2026] GET /v2.0/security-groups?tenant_id=be81077c31fa4d12811e8159c3b80d22&name=default => generated 2925 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1289] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:09 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1290] 10.0.0.103 () {34 vars in 664 bytes} [Tue Apr 21 04:42:08 2026] POST /v2.0/ports => generated 954 bytes in 408 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: 635/1291] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:09 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1292] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:09 2026] DELETE /v2.0/security-groups/ad1c2516-fbda-45e3-8dc6-a696b1da98ca => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:42:09.434 8 INFO neutron_taas.services.taas.taas_plugin [None req-4affe132-8707-4ac0-a5e7-dd25dd4912ba c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] TaaS: Handle Delete Port: 67a6f852-77be-4139-8966-1cf9bf5961f5 2026-04-21 04:42:09.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4affe132-8707-4ac0-a5e7-dd25dd4912ba c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] Tap Mirror: Handle Delete Port: 67a6f852-77be-4139-8966-1cf9bf5961f5 [pid: 8|app: 0|req: 636/1293] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:42:09 2026] DELETE /v2.0/ports/67a6f852-77be-4139-8966-1cf9bf5961f5 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:42:09.630 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3182856e-6c25-463e-860b-74b8f87b01eb c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 658/1294] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:42:09 2026] DELETE /v2.0/ports/67a6f852-77be-4139-8966-1cf9bf5961f5 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:42:09.654 8 INFO neutron.pecan_wsgi.hooks.translation [None req-46f0ebff-3153-4acf-8ca9-68ec7a1f000e c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 637/1295] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:42:09 2026] GET /v2.0/ports/67a6f852-77be-4139-8966-1cf9bf5961f5 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1296] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:09 2026] DELETE /v2.0/subnets/620bfc5b-30c1-40c1-ad4d-afd123013cbf => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:42:09.879 8 INFO neutron_taas.services.taas.taas_plugin [None req-516b49a9-6e4a-487b-9bf2-c2d0e21ce806 c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] TaaS: Handle Delete Port: 8d1afb81-2e96-40fd-9af0-9f20e4cb124c 2026-04-21 04:42:09.882 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-516b49a9-6e4a-487b-9bf2-c2d0e21ce806 c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] Tap Mirror: Handle Delete Port: 8d1afb81-2e96-40fd-9af0-9f20e4cb124c 2026-04-21 04:42:10.099 8 INFO neutron.services.segments.plugin [-] Segment 07eff9b3-f300-4a5a-9c30-6e265179e1c7 resource provider aggregate not found 2026-04-21 04:42:10.108 8 INFO neutron.services.segments.plugin [-] Segment 07eff9b3-f300-4a5a-9c30-6e265179e1c7 resource provider aggregate not found 2026-04-21 04:42:10.134 8 INFO neutron.services.segments.plugin [-] Segment 07eff9b3-f300-4a5a-9c30-6e265179e1c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07eff9b3-f300-4a5a-9c30-6e265179e1c7 found for delete ", "request_id": "req-69441359-6a21-48af-83b2-2413e340b478"}]} 2026-04-21 04:42:10.139 8 INFO neutron.services.segments.plugin [-] Segment 07eff9b3-f300-4a5a-9c30-6e265179e1c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 07eff9b3-f300-4a5a-9c30-6e265179e1c7 found for delete ", "request_id": "req-57366552-b02d-4c41-b979-736232a3c6e0"}]} [pid: 8|app: 0|req: 638/1297] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:42:09 2026] DELETE /v2.0/networks/36a525ea-6ebf-464e-9ed4-2dbb9c3b8a10 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:42:10.206 7 INFO neutron.db.segments_db [None req-e38eaa4e-2387-4012-bcf9-c1b2bf1a3e93 c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] Added segment c3512a07-aafc-498a-8e56-627e41190dc5 of type vxlan for network 5c95beb3-405e-45f0-8077-7f25aed857ba [pid: 7|app: 0|req: 660/1298] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:42:10 2026] POST /v2.0/networks => generated 613 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1299] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:10 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 662/1300] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:10 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&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: 639/1301] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:42:10 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1302] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:10 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1303] 10.0.0.103 () {34 vars in 664 bytes} [Tue Apr 21 04:42:10 2026] POST /v2.0/ports => generated 912 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:42:11.032 8 INFO neutron.db.l3_db [None req-5a25dc5a-99f9-482b-b0a2-6ddf62d511d5 e8bb457cea9540bab21c07a914f8f42c 4435b422c93d405d8743656e8963d1e0 - - default default] Floating IP 492ab7b4-5916-42ac-a2fc-c2746b112ee1 associated. External IP: 10.96.250.202, port: 926bd745-c92c-45f4-b422-c1000294968e. 2026-04-21 04:42:11.044 7 INFO neutron_taas.services.taas.taas_plugin [None req-4b8af3b6-866a-41d7-ae25-f7b0a39966eb c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] TaaS: Handle Delete Port: 0c471bbb-7f50-447d-b2f7-8c2a7ab55f00 2026-04-21 04:42:11.047 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b8af3b6-866a-41d7-ae25-f7b0a39966eb c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] Tap Mirror: Handle Delete Port: 0c471bbb-7f50-447d-b2f7-8c2a7ab55f00 [pid: 7|app: 0|req: 664/1304] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:42:10 2026] DELETE /v2.0/ports/0c471bbb-7f50-447d-b2f7-8c2a7ab55f00 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1305] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:42:10 2026] PUT /v2.0/floatingips/492ab7b4-5916-42ac-a2fc-c2746b112ee1 => generated 856 bytes in 692 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:11.390 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3f123e1e-49de-41cc-907a-a734e2ced785 c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 642/1306] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:42:11 2026] GET /v2.0/ports/0c471bbb-7f50-447d-b2f7-8c2a7ab55f00 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:42:11.429 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8670472d-b6d1-4b44-9ed9-9eb48709a48d'] response: {'name': 'network-changed', 'server_uuid': 'f19f825e-edbb-47ab-9d5d-29878ad94f7d', 'tag': '926bd745-c92c-45f4-b422-c1000294968e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 665/1307] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:11 2026] GET /v2.0/security-groups?tenant_id=5918f09ca4d04c91a3754ae6e79d1531&name=default => generated 2925 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1308] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:11 2026] DELETE /v2.0/subnets/5fe2d3ab-0ba0-4d1b-b43a-2344793c890e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1309] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:11 2026] DELETE /v2.0/security-groups/edf6a916-f0d7-4593-9b73-0a767c4883ca => 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: 644/1310] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:42:11 2026] DELETE /v2.0/networks/5c95beb3-405e-45f0-8077-7f25aed857ba => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1311] 10.0.0.103 () {34 vars in 664 bytes} [Tue Apr 21 04:42:11 2026] POST /v2.0/ports => generated 775 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 645/1312] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:42:11 2026] GET /v2.0/ports?tenant_id=4435b422c93d405d8743656e8963d1e0&device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 646/1313] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:42:11 2026] GET /v2.0/networks?id=ff88e751-8046-4c8b-82a2-b7ca64748e1e => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1314] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:42:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=926bd745-c92c-45f4-b422-c1000294968e => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1315] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:42:12 2026] GET /v2.0/subnets?id=f5f32e4c-30eb-4ad4-8d7d-e54b31e368cd => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1316] 10.0.0.103 () {34 vars in 736 bytes} [Tue Apr 21 04:42:11 2026] PUT /v2.0/ports/04952eac-aa74-4dd9-aeee-d1692393d94f => generated 752 bytes in 164 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-21 04:42:12.158 8 INFO neutron.services.segments.plugin [-] Segment c3512a07-aafc-498a-8e56-627e41190dc5 resource provider aggregate not found 2026-04-21 04:42:12.168 8 INFO neutron.services.segments.plugin [-] Segment c3512a07-aafc-498a-8e56-627e41190dc5 resource provider aggregate not found 2026-04-21 04:42:12.172 8 INFO neutron.services.segments.plugin [-] Segment c3512a07-aafc-498a-8e56-627e41190dc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3512a07-aafc-498a-8e56-627e41190dc5 found for delete ", "request_id": "req-50962a74-e305-4654-9ddc-2255b0ea0c83"}]} 2026-04-21 04:42:12.191 8 INFO neutron.services.segments.plugin [-] Segment c3512a07-aafc-498a-8e56-627e41190dc5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3512a07-aafc-498a-8e56-627e41190dc5 found for delete ", "request_id": "req-d34c60d1-9ff5-45ae-9819-989a57954e0e"}]} [pid: 8|app: 0|req: 649/1317] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:42:12 2026] GET /v2.0/ports?network_id=ff88e751-8046-4c8b-82a2-b7ca64748e1e&device_owner=network%3Adhcp => generated 1244 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:42:12.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5d501cc-a143-4ac9-a899-fc5a76e9ae7d c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] TaaS: Handle Delete Port: 04952eac-aa74-4dd9-aeee-d1692393d94f 2026-04-21 04:42:12.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5d501cc-a143-4ac9-a899-fc5a76e9ae7d c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] Tap Mirror: Handle Delete Port: 04952eac-aa74-4dd9-aeee-d1692393d94f [pid: 8|app: 0|req: 650/1318] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:42:12 2026] GET /v2.0/networks/ff88e751-8046-4c8b-82a2-b7ca64748e1e?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: 651/1319] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:42:12 2026] GET /v2.0/networks/ff88e751-8046-4c8b-82a2-b7ca64748e1e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1320] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:42:12 2026] DELETE /v2.0/ports/04952eac-aa74-4dd9-aeee-d1692393d94f => 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: 652/1321] 10.0.0.103 () {32 vars in 642 bytes} [Tue Apr 21 04:42:12 2026] GET /v2.0/ports => generated 777 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:12.358 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7c8413ca-c61c-41be-b29e-cee035b4c8dc c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 670/1322] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:42:12 2026] GET /v2.0/ports/04952eac-aa74-4dd9-aeee-d1692393d94f => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1323] 10.0.0.103 () {32 vars in 642 bytes} [Tue Apr 21 04:42:12 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) [pid: 7|app: 0|req: 671/1324] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:42:12 2026] GET /v2.0/ports/3e4926f9-1002-441b-ad8f-74b6a02b5cb3 => generated 774 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:12.462 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c1b3182-c623-4c2e-bd51-5cc8c5c92008 c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 654/1325] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:42:12 2026] DELETE /v2.0/ports/0c471bbb-7f50-447d-b2f7-8c2a7ab55f00 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:42:12.484 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4e2841d5-d5ac-46a7-986f-88edf0afbdf8 c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 672/1326] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:12 2026] DELETE /v2.0/subnets/5fe2d3ab-0ba0-4d1b-b43a-2344793c890e => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:42:12.508 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7b1f687-438d-4677-a5a0-d89ceb7abc0f c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 655/1327] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:12 2026] DELETE /v2.0/subnets/620bfc5b-30c1-40c1-ad4d-afd123013cbf => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:42:12.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-4203b32c-f809-4638-9637-ff1f6358d026 c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] TaaS: Handle Delete Port: 3e4926f9-1002-441b-ad8f-74b6a02b5cb3 2026-04-21 04:42:12.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4203b32c-f809-4638-9637-ff1f6358d026 c6aa7cff11b44cd3afd18fae7537de4b 5d1d3f08cbf74eaa8729cca437123bae - - default default] Tap Mirror: Handle Delete Port: 3e4926f9-1002-441b-ad8f-74b6a02b5cb3 [pid: 7|app: 0|req: 673/1328] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:42:12 2026] DELETE /v2.0/ports/3e4926f9-1002-441b-ad8f-74b6a02b5cb3 => 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: 656/1329] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:42:12 2026] DELETE /v2.0/networks/27075344-6161-4757-b37c-bebf221499b2 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1330] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:13 2026] GET /v2.0/security-groups?tenant_id=5d1d3f08cbf74eaa8729cca437123bae&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1331] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:13 2026] DELETE /v2.0/security-groups/03e6bcb9-0040-42e4-bad5-c58f2fbffd2a => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:42:14.196 8 INFO neutron.services.segments.plugin [-] Segment f35c8c2a-758d-4aca-8d43-9c47171aaeb4 resource provider aggregate not found 2026-04-21 04:42:14.219 8 INFO neutron.services.segments.plugin [-] Segment f35c8c2a-758d-4aca-8d43-9c47171aaeb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f35c8c2a-758d-4aca-8d43-9c47171aaeb4 found for delete ", "request_id": "req-8ef344b4-72da-4738-8dcb-6e2f520b37f9"}]} 2026-04-21 04:42:14.236 8 INFO neutron.services.segments.plugin [-] Segment f35c8c2a-758d-4aca-8d43-9c47171aaeb4 resource provider aggregate not found 2026-04-21 04:42:14.273 8 INFO neutron.services.segments.plugin [-] Segment f35c8c2a-758d-4aca-8d43-9c47171aaeb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f35c8c2a-758d-4aca-8d43-9c47171aaeb4 found for delete ", "request_id": "req-132ddd3c-863f-4a01-9a19-6672941911c7"}]} [pid: 7|app: 0|req: 675/1332] 10.0.0.103 () {34 vars in 677 bytes} [Tue Apr 21 04:42:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1333] 10.0.0.103 () {34 vars in 677 bytes} [Tue Apr 21 04:42:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1334] 10.0.0.103 () {34 vars in 677 bytes} [Tue Apr 21 04:42:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1335] 10.0.0.103 () {34 vars in 677 bytes} [Tue Apr 21 04:42:15 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1336] 10.0.0.103 () {34 vars in 677 bytes} [Tue Apr 21 04:42:16 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1337] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:42:16 2026] PUT /v2.0/policies/b5cb47ac-4feb-46db-b67e-7d309fac6ee6/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1338] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:42:16 2026] PUT /v2.0/policies/92761789-9d74-4ee8-b25e-3228e7d8d868/tags => generated 25 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1339] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:42:16 2026] PUT /v2.0/policies/b84a302c-c4ba-40fe-850a-03a0fb66c97b/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1340] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:42:16 2026] PUT /v2.0/policies/704d5f0b-4ca3-4d39-b524-06e526d2922e/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1341] 10.0.0.103 () {32 vars in 673 bytes} [Tue Apr 21 04:42:16 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1342] 10.0.0.103 () {32 vars in 687 bytes} [Tue Apr 21 04:42:16 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1343] 10.0.0.103 () {32 vars in 683 bytes} [Tue Apr 21 04:42:16 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1344] 10.0.0.103 () {32 vars in 695 bytes} [Tue Apr 21 04:42:16 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1345] 10.0.0.103 () {32 vars in 681 bytes} [Tue Apr 21 04:42:17 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1346] 10.0.0.103 () {32 vars in 695 bytes} [Tue Apr 21 04:42:17 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1347] 10.0.0.103 () {32 vars in 691 bytes} [Tue Apr 21 04:42:17 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1348] 10.0.0.103 () {32 vars in 703 bytes} [Tue Apr 21 04:42:17 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1349] 10.0.0.103 () {32 vars in 733 bytes} [Tue Apr 21 04:42:17 2026] DELETE /v2.0/qos/policies/b5cb47ac-4feb-46db-b67e-7d309fac6ee6 => 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: 684/1350] 10.0.0.103 () {32 vars in 733 bytes} [Tue Apr 21 04:42:17 2026] DELETE /v2.0/qos/policies/92761789-9d74-4ee8-b25e-3228e7d8d868 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1351] 10.0.0.103 () {32 vars in 733 bytes} [Tue Apr 21 04:42:17 2026] DELETE /v2.0/qos/policies/b84a302c-c4ba-40fe-850a-03a0fb66c97b => 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: 685/1352] 10.0.0.103 () {32 vars in 733 bytes} [Tue Apr 21 04:42:17 2026] DELETE /v2.0/qos/policies/704d5f0b-4ca3-4d39-b524-06e526d2922e => 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: 668/1353] 10.0.0.103 () {32 vars in 733 bytes} [Tue Apr 21 04:42:17 2026] DELETE /v2.0/qos/policies/ba915028-e5d8-458a-8640-4c288ab2502c => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1354] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:18 2026] GET /v2.0/security-groups?tenant_id=5153917aed83409184ad061b3c48fb4f&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: 669/1355] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:18 2026] GET /v2.0/security-groups?tenant_id=e7d527983af0409586c7d32f88db1b09&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1356] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:18 2026] DELETE /v2.0/security-groups/bb9ddf8d-430c-46e3-b526-647fe43053aa => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1357] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:18 2026] DELETE /v2.0/security-groups/fa992ce1-cb2f-4f79-a282-3eee3a8fad53 => 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: 688/1358] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:18 2026] GET /v2.0/security-groups?tenant_id=00088246b7254a5886130101dc033430&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1359] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:18 2026] DELETE /v2.0/security-groups/6b448330-4229-483d-861d-7cf9d9950da0 => 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: 671/1360] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:18 2026] GET /v2.0/security-groups?tenant_id=55a278fa27594ccfb7e36e36c352b3cc&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1361] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:19 2026] DELETE /v2.0/security-groups/7b420ddd-9bd5-4ca2-a3bb-a9ae468c4f2d => 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: 672/1362] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:19 2026] GET /v2.0/security-groups?tenant_id=bb7470946c3d4bf8af4efd99bf1f6c17&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1363] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:19 2026] DELETE /v2.0/security-groups/dcbd3dbc-03ba-4a92-ad4b-0e23604ed233 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1364] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:19 2026] GET /v2.0/security-groups?tenant_id=8b85fd28bd1d41b38d2d32a3d1c9305c&name=default => generated 2925 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1365] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:19 2026] DELETE /v2.0/security-groups/7ca81b26-81c6-43c6-b156-62e20005209d => 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: 675/1368] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:22 2026] GET /v2.0/security-groups?tenant_id=444c49e128ea4c43af2cae095e74c6d4&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1369] 10.0.0.160 () {34 vars in 989 bytes} [Tue Apr 21 04:42:22 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 1244 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1370] 10.0.0.160 () {34 vars in 1039 bytes} [Tue Apr 21 04:42:22 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1371] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:22 2026] DELETE /v2.0/security-groups/30cb007d-fffa-4ee0-bdc8-e25746ca4f3a => 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: 696/1372] 10.0.0.33 () {32 vars in 800 bytes} [Tue Apr 21 04:42:23 2026] GET /v2.0/extensions => generated 21537 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-21 04:42:23.478 8 INFO neutron.db.segments_db [None req-5b7611d4-f382-496f-80fe-50d1224fcfed a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Added segment c974b2ec-4e43-4d0b-abbd-2f1af63e8b3b of type vxlan for network 3e179c1e-f075-42c3-948e-ac0230b976d0 [pid: 7|app: 0|req: 697/1373] 10.0.0.33 () {30 vars in 722 bytes} [Tue Apr 21 04:42:23 2026] GET /v2.0/quotas/ef23e6dc8fa0485d83c8f0b0be767b34/details => generated 847 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:23.722 8 INFO neutron.db.l3_hamode_db [None req-5b7611d4-f382-496f-80fe-50d1224fcfed a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:42:23.812 8 INFO neutron.db.l3_hamode_db [None req-5b7611d4-f382-496f-80fe-50d1224fcfed a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 677/1374] 10.0.0.103 () {34 vars in 667 bytes} [Tue Apr 21 04:42:23 2026] POST /v2.0/routers => generated 474 bytes in 1025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:42:24.467 7 INFO neutron.db.l3_hamode_db [None req-e2604ff4-ef10-4985-9695-64bc35f84c39 a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:42:24.579 7 INFO neutron.db.l3_hamode_db [None req-e2604ff4-ef10-4985-9695-64bc35f84c39 a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:42:24.840 8 INFO neutron.db.segments_db [None req-46c803fc-2ec2-46bf-99b7-05ab43236784 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 73ea0695-dbb0-41b7-a9af-ccd12eebb011 of type vxlan for network 167c3b8b-e2cc-4bff-b85c-9453957ed3ff [pid: 8|app: 0|req: 678/1375] 10.0.0.103 () {34 vars in 670 bytes} [Tue Apr 21 04:42:24 2026] POST /v2.0/networks => generated 721 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1376] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:42:24 2026] POST /v2.0/subnets => generated 687 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1377] 10.0.0.103 () {34 vars in 667 bytes} [Tue Apr 21 04:42:24 2026] POST /v2.0/routers => generated 474 bytes in 737 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:42:25.163 8 INFO neutron.db.segments_db [None req-1601a91e-2660-4b16-b923-3b4990827125 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment df75c7e2-8af8-4dbe-88cb-f211ec51360d of type vxlan for network aa6094ad-675f-4bf2-b87a-9bc3270a34a6 2026-04-21 04:42:25.204 7 INFO neutron.db.l3_hamode_db [None req-8b09bd4e-e866-4fb2-969b-36925e3a8e45 a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:42:25.309 7 INFO neutron.db.l3_hamode_db [None req-8b09bd4e-e866-4fb2-969b-36925e3a8e45 a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:42:25.414 8 INFO neutron.db.l3_hamode_db [None req-1601a91e-2660-4b16-b923-3b4990827125 b789fd9d76954666b2ea7e3acc23d1a4 b0d27874cc0f4bd38cf16958493d5b2e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 699/1378] 10.0.0.103 () {34 vars in 667 bytes} [Tue Apr 21 04:42:25 2026] POST /v2.0/routers => generated 474 bytes in 714 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:42:25.931 7 INFO neutron.db.l3_hamode_db [None req-36c2fa1a-3abe-46b7-a700-ea648aeaacd1 a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:42:26.050 7 INFO neutron.db.l3_hamode_db [None req-36c2fa1a-3abe-46b7-a700-ea648aeaacd1 a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:42:26.136 8 INFO neutron.db.l3_hamode_db [None req-1601a91e-2660-4b16-b923-3b4990827125 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 700/1379] 10.0.0.103 () {34 vars in 667 bytes} [Tue Apr 21 04:42:25 2026] POST /v2.0/routers => generated 474 bytes in 794 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:42:26.739 7 INFO neutron.db.l3_hamode_db [None req-d42a60a4-75e1-4414-ba65-f59566fc0818 a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:42:26.848 7 INFO neutron.db.l3_hamode_db [None req-d42a60a4-75e1-4414-ba65-f59566fc0818 a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 680/1380] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:42:25 2026] POST /v2.0/routers => generated 727 bytes in 1979 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1381] 10.0.0.33 () {32 vars in 800 bytes} [Tue Apr 21 04:42:27 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: 701/1382] 10.0.0.103 () {34 vars in 667 bytes} [Tue Apr 21 04:42:26 2026] POST /v2.0/routers => generated 474 bytes in 718 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1383] 10.0.0.33 () {30 vars in 722 bytes} [Tue Apr 21 04:42:27 2026] GET /v2.0/quotas/ef23e6dc8fa0485d83c8f0b0be767b34/details => generated 847 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1384] 10.0.0.103 () {34 vars in 750 bytes} [Tue Apr 21 04:42:27 2026] PUT /v2.0/routers/1edf41c8-c7a5-46b6-a006-932abeed8e7b/tags => generated 17 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1385] 10.0.0.103 () {34 vars in 750 bytes} [Tue Apr 21 04:42:27 2026] PUT /v2.0/routers/878f4284-2d3d-4170-9dcb-cdd0e5e6039d/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1386] 10.0.0.103 () {34 vars in 750 bytes} [Tue Apr 21 04:42:27 2026] PUT /v2.0/routers/32e3c76b-39dd-4644-b619-2c79c8fc5f59/tags => generated 34 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1387] 10.0.0.103 () {34 vars in 750 bytes} [Tue Apr 21 04:42:27 2026] PUT /v2.0/routers/c7731eb3-2f69-4629-ae07-b57e73dd95ae/tags => generated 19 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1388] 10.0.0.103 () {32 vars in 663 bytes} [Tue Apr 21 04:42:27 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1389] 10.0.0.103 () {32 vars in 677 bytes} [Tue Apr 21 04:42:27 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1390] 10.0.0.103 () {32 vars in 673 bytes} [Tue Apr 21 04:42:28 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1391] 10.0.0.103 () {32 vars in 685 bytes} [Tue Apr 21 04:42:28 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1392] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:42:27 2026] PUT /v2.0/routers/3a4104f5-cb44-4630-8f67-ae3b15de46d6/add_router_interface => generated 309 bytes in 1137 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1393] 10.0.0.103 () {32 vars in 671 bytes} [Tue Apr 21 04:42:28 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1394] 10.0.0.103 () {32 vars in 685 bytes} [Tue Apr 21 04:42:28 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1395] 10.0.0.103 () {32 vars in 681 bytes} [Tue Apr 21 04:42:28 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1396] 10.0.0.103 () {32 vars in 693 bytes} [Tue Apr 21 04:42:28 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1397] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:42:28 2026] GET /v2.0/routers/1edf41c8-c7a5-46b6-a006-932abeed8e7b => generated 485 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1398] 10.0.0.103 () {34 vars in 741 bytes} [Tue Apr 21 04:42:28 2026] PUT /v2.0/routers/1edf41c8-c7a5-46b6-a006-932abeed8e7b => generated 485 bytes in 580 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1399] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:42:29 2026] GET /v2.0/ports?device_id=1edf41c8-c7a5-46b6-a006-932abeed8e7b => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:42:29.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb4328fd-b84c-4124-b4cd-46909f788a6f a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] TaaS: Handle Delete Port: 960a42fa-06bb-477f-854b-22ec9d2b60af 2026-04-21 04:42:29.430 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb4328fd-b84c-4124-b4cd-46909f788a6f a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Tap Mirror: Handle Delete Port: 960a42fa-06bb-477f-854b-22ec9d2b60af [pid: 8|app: 0|req: 686/1400] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:29 2026] DELETE /v2.0/routers/1edf41c8-c7a5-46b6-a006-932abeed8e7b => generated 0 bytes in 393 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1401] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:42:29 2026] GET /v2.0/routers/878f4284-2d3d-4170-9dcb-cdd0e5e6039d => generated 493 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1402] 10.0.0.103 () {34 vars in 741 bytes} [Tue Apr 21 04:42:29 2026] PUT /v2.0/routers/878f4284-2d3d-4170-9dcb-cdd0e5e6039d => generated 493 bytes in 888 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1403] 10.0.0.54 () {34 vars in 980 bytes} [Tue Apr 21 04:42:30 2026] GET /v2.0/networks?id=167c3b8b-e2cc-4bff-b85c-9453957ed3ff => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1404] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:42:30 2026] GET /v2.0/ports?device_id=878f4284-2d3d-4170-9dcb-cdd0e5e6039d => 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: 690/1405] 10.0.0.54 () {34 vars in 963 bytes} [Tue Apr 21 04:42:30 2026] GET /v2.0/quotas/b0d27874cc0f4bd38cf16958493d5b2e => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1406] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:30 2026] GET /v2.0/security-groups?tenant_id=ef23e6dc8fa0485d83c8f0b0be767b34&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1407] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:42:30 2026] GET /v2.0/ports?tenant_id=b0d27874cc0f4bd38cf16958493d5b2e&fields=id => generated 103 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:30.831 8 INFO neutron_taas.services.taas.taas_plugin [None req-d7aeef67-430f-4bf5-bfab-f7dd9769e828 a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] TaaS: Handle Delete Port: afc5b905-acc9-481d-99f4-3d799a9956a6 2026-04-21 04:42:30.833 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7aeef67-430f-4bf5-bfab-f7dd9769e828 a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Tap Mirror: Handle Delete Port: afc5b905-acc9-481d-99f4-3d799a9956a6 [pid: 7|app: 0|req: 718/1408] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:30 2026] DELETE /v2.0/security-groups/e49b7961-b849-442e-b587-dfd432ffe263 => 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: 719/1409] 10.0.0.54 () {34 vars in 1006 bytes} [Tue Apr 21 04:42:30 2026] GET /v2.0/networks/167c3b8b-e2cc-4bff-b85c-9453957ed3ff?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1410] 10.0.0.54 () {34 vars in 1106 bytes} [Tue Apr 21 04:42:30 2026] GET /v2.0/networks/167c3b8b-e2cc-4bff-b85c-9453957ed3ff?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1411] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:30 2026] DELETE /v2.0/routers/878f4284-2d3d-4170-9dcb-cdd0e5e6039d => generated 0 bytes in 343 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1412] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:42:31 2026] GET /v2.0/routers/32e3c76b-39dd-4644-b619-2c79c8fc5f59 => generated 502 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1413] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:31 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => 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: 692/1414] 10.0.0.103 () {34 vars in 741 bytes} [Tue Apr 21 04:42:31 2026] PUT /v2.0/routers/32e3c76b-39dd-4644-b619-2c79c8fc5f59 => generated 502 bytes in 535 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1415] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:42:31 2026] GET /v2.0/ports?device_id=32e3c76b-39dd-4644-b619-2c79c8fc5f59 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:42:31.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-8618a579-d28d-45bb-80d2-006d9cc3f1d0 a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] TaaS: Handle Delete Port: 4a9c353b-18dd-42dd-9d85-ea016952e478 2026-04-21 04:42:31.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8618a579-d28d-45bb-80d2-006d9cc3f1d0 a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Tap Mirror: Handle Delete Port: 4a9c353b-18dd-42dd-9d85-ea016952e478 [pid: 8|app: 0|req: 693/1416] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:31 2026] DELETE /v2.0/routers/32e3c76b-39dd-4644-b619-2c79c8fc5f59 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1417] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:42:31 2026] GET /v2.0/routers/c7731eb3-2f69-4629-ae07-b57e73dd95ae => generated 487 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1418] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:32 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => 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: 694/1419] 10.0.0.103 () {34 vars in 741 bytes} [Tue Apr 21 04:42:32 2026] PUT /v2.0/routers/c7731eb3-2f69-4629-ae07-b57e73dd95ae => generated 487 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1420] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:42:32 2026] GET /v2.0/ports?device_id=c7731eb3-2f69-4629-ae07-b57e73dd95ae => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:42:32.711 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca63c7b5-b6aa-4a8c-bb59-39ccb118fe64 a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] TaaS: Handle Delete Port: 523c73ef-c108-4489-8446-2e55f9d65a2c 2026-04-21 04:42:32.715 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca63c7b5-b6aa-4a8c-bb59-39ccb118fe64 a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Tap Mirror: Handle Delete Port: 523c73ef-c108-4489-8446-2e55f9d65a2c 2026-04-21 04:42:32.913 8 INFO neutron.db.segments_db [None req-e3526d5d-e2cb-4fdd-b768-65963f792572 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment d8de0490-99c8-4b11-ae21-774c9ea6cd37 of type vxlan for network 6ec666d9-c32e-44e6-b0ec-20bc4fbe3c04 [pid: 7|app: 0|req: 727/1421] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:32 2026] DELETE /v2.0/routers/c7731eb3-2f69-4629-ae07-b57e73dd95ae => generated 0 bytes in 376 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1422] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:42:32 2026] GET /v2.0/routers/b58e323e-a85d-43c0-a4bd-c4f67a7d80b0 => generated 480 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1423] 10.0.0.103 () {34 vars in 670 bytes} [Tue Apr 21 04:42:32 2026] POST /v2.0/networks => generated 721 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1424] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:42:33 2026] POST /v2.0/subnets => generated 687 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:42:33.244 8 INFO neutron.db.segments_db [None req-5db8c6a0-103e-4595-9e71-5a1238e6e72a b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 727a6fe2-3e61-4a4c-9071-6b7d12ccaf89 of type vxlan for network 4990afb8-e78b-4398-897b-fcce4cf81884 2026-04-21 04:42:33.472 8 INFO neutron.db.l3_hamode_db [None req-5db8c6a0-103e-4595-9e71-5a1238e6e72a b789fd9d76954666b2ea7e3acc23d1a4 090cf68a55104c158d0ef79fa8fe99fb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 729/1425] 10.0.0.103 () {34 vars in 741 bytes} [Tue Apr 21 04:42:32 2026] PUT /v2.0/routers/b58e323e-a85d-43c0-a4bd-c4f67a7d80b0 => generated 480 bytes in 515 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1426] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:33 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => 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: 731/1427] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:42:33 2026] GET /v2.0/ports?device_id=b58e323e-a85d-43c0-a4bd-c4f67a7d80b0 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:42:33.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-59be0ae4-2a47-4ca9-8230-6e0c3127ebea a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] TaaS: Handle Delete Port: 58908501-7fee-414b-961d-412a14d1d2fb 2026-04-21 04:42:33.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59be0ae4-2a47-4ca9-8230-6e0c3127ebea a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] Tap Mirror: Handle Delete Port: 58908501-7fee-414b-961d-412a14d1d2fb 2026-04-21 04:42:33.996 7 INFO neutron.services.segments.plugin [-] Segment c974b2ec-4e43-4d0b-abbd-2f1af63e8b3b resource provider aggregate not found 2026-04-21 04:42:34.000 7 INFO neutron.services.segments.plugin [-] Segment c974b2ec-4e43-4d0b-abbd-2f1af63e8b3b resource provider aggregate not found 2026-04-21 04:42:34.016 7 INFO neutron.services.segments.plugin [-] Segment c974b2ec-4e43-4d0b-abbd-2f1af63e8b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c974b2ec-4e43-4d0b-abbd-2f1af63e8b3b found for delete ", "request_id": "req-04743d38-dafa-4199-b261-33e40b0041eb"}]} 2026-04-21 04:42:34.017 7 INFO neutron.services.segments.plugin [-] Segment c974b2ec-4e43-4d0b-abbd-2f1af63e8b3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c974b2ec-4e43-4d0b-abbd-2f1af63e8b3b found for delete ", "request_id": "req-8cad9f5f-4c97-4932-bb1c-cc6d0b6c09b0"}]} 2026-04-21 04:42:34.033 7 INFO neutron.db.l3_hamode_db [None req-59be0ae4-2a47-4ca9-8230-6e0c3127ebea a6982bc8128e4b09baf91f01b6da39be 4e9f17e0541f444ea407015b49be291a - - default default] HA network 3e179c1e-f075-42c3-948e-ac0230b976d0 was deleted as no HA routers are present in tenant 4e9f17e0541f444ea407015b49be291a. [pid: 7|app: 0|req: 732/1428] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:33 2026] DELETE /v2.0/routers/b58e323e-a85d-43c0-a4bd-c4f67a7d80b0 => generated 0 bytes in 483 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1429] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:34 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 975 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1430] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:34 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:34.237 8 INFO neutron.db.l3_hamode_db [None req-5db8c6a0-103e-4595-9e71-5a1238e6e72a b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 735/1431] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:34 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1432] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:34 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&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: 737/1433] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:34 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => 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: 738/1434] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:34 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 739/1435] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:34 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1436] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:34 2026] GET /v2.0/security-groups?tenant_id=4e9f17e0541f444ea407015b49be291a&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1437] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:42:33 2026] POST /v2.0/routers => generated 727 bytes in 1912 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1440] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:34 2026] DELETE /v2.0/security-groups/28abd497-9601-4ac3-895d-714d24d56967 => 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: 742/1441] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:35 2026] GET /v2.0/security-groups?tenant_id=2da0d864ff1c4c4684f90a743ed5ea65&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1442] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:35 2026] DELETE /v2.0/security-groups/d9c28be3-d970-4f01-81e1-ddddd76d3934 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1443] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:42:35 2026] GET /v2.0/networks?id=167c3b8b-e2cc-4bff-b85c-9453957ed3ff => generated 672 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1444] 199.204.45.144 () {38 vars in 954 bytes} [Tue Apr 21 04:42:35 2026] POST /v2.0/ports => generated 954 bytes in 326 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: 746/1445] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:35 2026] GET /v2.0/security-groups?tenant_id=033454145a004a928b5da96ecabc7b11&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1446] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:35 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => generated 957 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1447] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:35 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 700/1448] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:42:35 2026] PUT /v2.0/routers/a054af0b-391a-44c4-af0d-3a62ce4f78e1/add_router_interface => generated 309 bytes in 1248 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1449] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:42:36 2026] PUT /v2.0/ports/9eeee7bd-c86d-4faa-be52-ad7da1089701 => generated 1235 bytes in 377 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: 750/1450] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:36 2026] GET /v2.0/security-groups?id=f58b0d2e-b06a-4d23-865e-8d9ac9b4d3b7&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1451] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:36 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1452] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:42:36 2026] GET /v2.0/ports?tenant_id=4435b422c93d405d8743656e8963d1e0&device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:42:36.502 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e46296b4-2dbe-42ef-a048-301ee88d4e8b'] response: {'name': 'network-changed', 'server_uuid': '0e108090-b528-4d41-b71e-12005e4247e1', 'tag': '9eeee7bd-c86d-4faa-be52-ad7da1089701', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 701/1453] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:36 2026] DELETE /v2.0/security-groups/f2866602-fc83-4b5b-ac3f-161dedb9e86f => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1454] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:42:36 2026] GET /v2.0/networks?id=ff88e751-8046-4c8b-82a2-b7ca64748e1e => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1455] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:42:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=926bd745-c92c-45f4-b422-c1000294968e => generated 861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1456] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:42:36 2026] GET /v2.0/subnets?id=f5f32e4c-30eb-4ad4-8d7d-e54b31e368cd => generated 693 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1457] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:42:36 2026] GET /v2.0/ports?network_id=ff88e751-8046-4c8b-82a2-b7ca64748e1e&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: 755/1458] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:42:36 2026] GET /v2.0/networks/ff88e751-8046-4c8b-82a2-b7ca64748e1e?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: 704/1459] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:42:36 2026] GET /v2.0/networks/ff88e751-8046-4c8b-82a2-b7ca64748e1e?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: 756/1460] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:42:37 2026] GET /v2.0/ports?tenant_id=b0d27874cc0f4bd38cf16958493d5b2e&device_id=0e108090-b528-4d41-b71e-12005e4247e1 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1461] 199.204.45.144 () {34 vars in 1017 bytes} [Tue Apr 21 04:42:37 2026] GET /v2.0/networks?tenant_id=b0d27874cc0f4bd38cf16958493d5b2e&shared=False => generated 768 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1462] 199.204.45.144 () {34 vars in 929 bytes} [Tue Apr 21 04:42:37 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1463] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:37 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 759/1464] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:37 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1465] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:37 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&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: 761/1466] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:37 2026] GET /v2.0/security-groups?id=f58b0d2e-b06a-4d23-865e-8d9ac9b4d3b7&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:42:37.708 8 INFO neutron.db.segments_db [None req-ed2b6cea-8d02-4d12-81a0-0ddfcd587bba b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment c5221ff0-e933-4cc5-8968-27243a226156 of type vxlan for network e4351cba-5cd5-4868-8f56-5373330aaba0 [pid: 8|app: 0|req: 706/1467] 10.0.0.103 () {34 vars in 670 bytes} [Tue Apr 21 04:42:37 2026] POST /v2.0/networks => generated 722 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1468] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:42:37 2026] POST /v2.0/subnets => generated 688 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:42:38.035 8 INFO neutron.db.segments_db [None req-22053a68-3302-4e77-9db4-19acb6b31050 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 688522c7-3a41-40eb-91ba-25a8a962eaef of type vxlan for network 969f29c4-1ccf-40cf-8c35-60fb5f3d1539 [pid: 7|app: 0|req: 763/1469] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:42:38 2026] GET /v2.0/ports?tenant_id=b0d27874cc0f4bd38cf16958493d5b2e&device_id=0e108090-b528-4d41-b71e-12005e4247e1 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1470] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:42:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=9eeee7bd-c86d-4faa-be52-ad7da1089701 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1471] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:42:38 2026] GET /v2.0/subnets?id=9d5c3cd7-77b5-4bdb-bd02-c1b31401bfda => generated 690 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:38.298 8 INFO neutron.db.l3_hamode_db [None req-22053a68-3302-4e77-9db4-19acb6b31050 b789fd9d76954666b2ea7e3acc23d1a4 2b9dc58a7c734074a82ffe3219f75216 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 766/1472] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:42:38 2026] GET /v2.0/ports?network_id=167c3b8b-e2cc-4bff-b85c-9453957ed3ff&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1473] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:42:38 2026] GET /v2.0/networks/167c3b8b-e2cc-4bff-b85c-9453957ed3ff?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: 768/1474] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:42:38 2026] GET /v2.0/networks/167c3b8b-e2cc-4bff-b85c-9453957ed3ff?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: 769/1475] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:38 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 770/1476] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:38 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1477] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:38 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1478] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:38 2026] GET /v2.0/security-groups?id=f58b0d2e-b06a-4d23-865e-8d9ac9b4d3b7&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:42:39.065 8 INFO neutron.db.l3_hamode_db [None req-22053a68-3302-4e77-9db4-19acb6b31050 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 707/1479] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:42:37 2026] POST /v2.0/routers => generated 728 bytes in 1959 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1480] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:39 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1481] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:40 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1482] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:42:39 2026] POST /v2.0/floatingips => generated 552 bytes in 715 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1483] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:40 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1484] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:40 2026] GET /v2.0/security-groups?id=f58b0d2e-b06a-4d23-865e-8d9ac9b4d3b7&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1485] 10.0.0.103 () {34 vars in 758 bytes} [Tue Apr 21 04:42:40 2026] PUT /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags => generated 25 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1486] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:42:40 2026] GET /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/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: 778/1487] 10.0.0.103 () {34 vars in 769 bytes} [Tue Apr 21 04:42:40 2026] PUT /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags/green => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1488] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:42:40 2026] GET /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1489] 10.0.0.103 () {34 vars in 765 bytes} [Tue Apr 21 04:42:40 2026] PUT /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags/red => generated 4 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1490] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:42:41 2026] GET /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1491] 10.0.0.103 () {34 vars in 787 bytes} [Tue Apr 21 04:42:41 2026] PUT /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1492] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:42:40 2026] PUT /v2.0/routers/f93e4736-dbfa-4d73-a765-0c788865a92f/add_router_interface => generated 309 bytes in 1105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1493] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:42:41 2026] GET /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags => generated 52 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1494] 10.0.0.103 () {34 vars in 758 bytes} [Tue Apr 21 04:42:41 2026] PUT /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags => generated 37 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1495] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:42:41 2026] GET /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1496] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:42:41 2026] GET /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:42:41.483 7 INFO neutron.api.v2.resource [None req-66058ca8-6d6d-4203-896f-2e5bd83ded66 11a39f8f400944e0b1045adfd2b48247 8b26a919c8214f37911f1945e6306d87 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 785/1497] 10.0.0.103 () {32 vars in 750 bytes} [Tue Apr 21 04:42:41 2026] GET /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1498] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:42:41 2026] DELETE /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/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: 714/1499] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:41 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1500] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:41 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&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: 716/1501] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:41 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1502] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:41 2026] GET /v2.0/security-groups?id=f58b0d2e-b06a-4d23-865e-8d9ac9b4d3b7&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1503] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:42:41 2026] GET /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags => generated 30 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:42:42.006 7 INFO neutron.api.v2.resource [None req-f5f142e7-2fcf-4b61-bda8-e34e3db22f94 11a39f8f400944e0b1045adfd2b48247 8b26a919c8214f37911f1945e6306d87 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 787/1504] 10.0.0.103 () {32 vars in 753 bytes} [Tue Apr 21 04:42:41 2026] DELETE /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1505] 10.0.0.103 () {34 vars in 684 bytes} [Tue Apr 21 04:42:41 2026] POST /v2.0/security-groups => generated 1675 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1506] 10.0.0.103 () {32 vars in 741 bytes} [Tue Apr 21 04:42:42 2026] DELETE /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags => 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: 789/1507] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:42:42 2026] GET /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1508] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:42:42 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-21 04:42:42.235 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c8e3a15-c9a9-493d-917d-1b0009718b2c 11a39f8f400944e0b1045adfd2b48247 8b26a919c8214f37911f1945e6306d87 - - default default] TaaS: Handle Delete Port: 61abd001-e478-4cf5-a938-548e2608bd73 2026-04-21 04:42:42.238 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c8e3a15-c9a9-493d-917d-1b0009718b2c 11a39f8f400944e0b1045adfd2b48247 8b26a919c8214f37911f1945e6306d87 - - default default] Tap Mirror: Handle Delete Port: 61abd001-e478-4cf5-a938-548e2608bd73 [pid: 8|app: 0|req: 720/1509] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:42:42 2026] POST /v2.0/security-group-rules => generated 596 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1510] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:42:42 2026] DELETE /v2.0/floatingips/ae93ea2c-1d26-472e-811c-26d58e75f0d0 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1511] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:42:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1512] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:42:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:42:42.597 8 INFO neutron.db.securitygroups_db [None req-653a71c9-5c1c-4897-8d46-40937c69d1cc f680badb92b949fca1c32a7341c33a4c 090cf68a55104c158d0ef79fa8fe99fb - - default default] Project 090cf68a55104c158d0ef79fa8fe99fb 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: 722/1513] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:42:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:42:42.720 7 INFO neutron.db.securitygroups_db [None req-5ba0b546-1b26-4204-86ee-c6ad9588f957 f680badb92b949fca1c32a7341c33a4c 090cf68a55104c158d0ef79fa8fe99fb - - default default] Project 090cf68a55104c158d0ef79fa8fe99fb 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: 792/1514] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:42:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1515] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:42 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 793/1516] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:42 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&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: 724/1517] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:42 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1518] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:43 2026] GET /v2.0/security-groups?id=f58b0d2e-b06a-4d23-865e-8d9ac9b4d3b7&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: 795/1519] 10.0.0.103 () {34 vars in 684 bytes} [Tue Apr 21 04:42:43 2026] POST /v2.0/security-groups => generated 1661 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1520] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:42:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1521] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:43 2026] GET /v2.0/security-groups?tenant_id=8b26a919c8214f37911f1945e6306d87&name=default => generated 2925 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1522] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:43 2026] DELETE /v2.0/security-groups/1eeafe40-ea93-4bfa-82f4-7377a98e2ccc => 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: 797/1523] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:42:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1524] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:43 2026] GET /v2.0/security-groups?tenant_id=26fcc22511b8487f950ad59afe3e3962&name=default => generated 2925 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1525] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:43 2026] DELETE /v2.0/security-groups/df1d27a8-1344-4b98-9d91-a1ff5adba2ae => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1526] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:44 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1527] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:44 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&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: 727/1528] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:42:43 2026] POST /v2.0/floatingips => generated 552 bytes in 559 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1529] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:44 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => generated 971 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1530] 10.0.0.54 () {34 vars in 1098 bytes} [Tue Apr 21 04:42:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2131783288&fields=id&tenant_id=090cf68a55104c158d0ef79fa8fe99fb => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1531] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:44 2026] GET /v2.0/security-groups?id=f58b0d2e-b06a-4d23-865e-8d9ac9b4d3b7&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1532] 10.0.0.54 () {34 vars in 1098 bytes} [Tue Apr 21 04:42:44 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1588382589&fields=id&tenant_id=090cf68a55104c158d0ef79fa8fe99fb => generated 69 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1533] 10.0.0.54 () {34 vars in 980 bytes} [Tue Apr 21 04:42:44 2026] GET /v2.0/networks?id=6ec666d9-c32e-44e6-b0ec-20bc4fbe3c04 => generated 672 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1534] 10.0.0.54 () {34 vars in 963 bytes} [Tue Apr 21 04:42:44 2026] GET /v2.0/quotas/090cf68a55104c158d0ef79fa8fe99fb => 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: 805/1535] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:42:44 2026] GET /v2.0/ports?tenant_id=090cf68a55104c158d0ef79fa8fe99fb&fields=id => generated 103 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1536] 10.0.0.54 () {34 vars in 905 bytes} [Tue Apr 21 04:42:44 2026] GET /v2.0/extensions => generated 21537 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1537] 10.0.0.54 () {34 vars in 1006 bytes} [Tue Apr 21 04:42:44 2026] GET /v2.0/networks/6ec666d9-c32e-44e6-b0ec-20bc4fbe3c04?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: 732/1538] 10.0.0.54 () {34 vars in 1106 bytes} [Tue Apr 21 04:42:45 2026] GET /v2.0/networks/6ec666d9-c32e-44e6-b0ec-20bc4fbe3c04?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1539] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:45 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => 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: 733/1540] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:45 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1541] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:45 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1542] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:45 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1543] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:45 2026] GET /v2.0/security-groups?id=f58b0d2e-b06a-4d23-865e-8d9ac9b4d3b7&fields=id&fields=name => generated 88 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1544] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:46 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => 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: 810/1545] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:46 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1546] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:46 2026] GET /v2.0/security-groups?id=f58b0d2e-b06a-4d23-865e-8d9ac9b4d3b7&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1547] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:47 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:42:47.462 7 INFO neutron.db.segments_db [None req-ed5fc4fc-658e-4093-ad42-713d288c4403 ed7d906b172f407ebe6d0d8f684dc15b ea0b3fe176734d4f8f07d6d2eedb04aa - - default default] Added segment 7cd80766-ba91-471d-b8a1-7cf818eb7bc1 of type vxlan for network a3574825-baec-4dfc-98da-e425cf61ce55 2026-04-21 04:42:47.688 7 INFO neutron.db.l3_hamode_db [None req-ed5fc4fc-658e-4093-ad42-713d288c4403 ed7d906b172f407ebe6d0d8f684dc15b ea0b3fe176734d4f8f07d6d2eedb04aa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:42:47.817 7 INFO neutron.db.l3_hamode_db [None req-ed5fc4fc-658e-4093-ad42-713d288c4403 ed7d906b172f407ebe6d0d8f684dc15b ea0b3fe176734d4f8f07d6d2eedb04aa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 738/1548] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:48 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1549] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:42:48 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1550] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:42:48 2026] GET /v2.0/security-groups?id=f58b0d2e-b06a-4d23-865e-8d9ac9b4d3b7&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:42:48.227 8 INFO neutron_taas.services.taas.taas_plugin [req-4d5d2fd9-96ec-4249-a855-4ab304255103 req-1cc3b06d-9a31-434e-8047-60b712cf7383 cd38d696c8794d5081f2aca2fb07868c b0d27874cc0f4bd38cf16958493d5b2e - - default default] TaaS: Handle Delete Port: 9eeee7bd-c86d-4faa-be52-ad7da1089701 2026-04-21 04:42:48.230 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4d5d2fd9-96ec-4249-a855-4ab304255103 req-1cc3b06d-9a31-434e-8047-60b712cf7383 cd38d696c8794d5081f2aca2fb07868c b0d27874cc0f4bd38cf16958493d5b2e - - default default] Tap Mirror: Handle Delete Port: 9eeee7bd-c86d-4faa-be52-ad7da1089701 [pid: 8|app: 0|req: 741/1551] 199.204.45.144 () {36 vars in 996 bytes} [Tue Apr 21 04:42:48 2026] DELETE /v2.0/ports/9eeee7bd-c86d-4faa-be52-ad7da1089701 => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:42:48.392 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-676ed1e5-4672-4d6b-8baf-f03398ef4b79'] response: {'server_uuid': '0e108090-b528-4d41-b71e-12005e4247e1', 'name': 'network-vif-deleted', 'tag': '9eeee7bd-c86d-4faa-be52-ad7da1089701', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 811/1552] 10.0.0.103 () {34 vars in 667 bytes} [Tue Apr 21 04:42:47 2026] POST /v2.0/routers => generated 474 bytes in 1145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1553] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:48 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => 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: 742/1554] 10.0.0.103 () {34 vars in 750 bytes} [Tue Apr 21 04:42:48 2026] PUT /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1555] 10.0.0.103 () {32 vars in 730 bytes} [Tue Apr 21 04:42:48 2026] GET /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1556] 10.0.0.103 () {34 vars in 761 bytes} [Tue Apr 21 04:42:48 2026] PUT /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags/green => generated 4 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1557] 10.0.0.103 () {32 vars in 730 bytes} [Tue Apr 21 04:42:48 2026] GET /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/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: 744/1558] 10.0.0.103 () {34 vars in 757 bytes} [Tue Apr 21 04:42:48 2026] PUT /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags/red => generated 4 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1559] 10.0.0.103 () {32 vars in 730 bytes} [Tue Apr 21 04:42:49 2026] GET /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags => generated 34 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1560] 10.0.0.103 () {34 vars in 779 bytes} [Tue Apr 21 04:42:49 2026] PUT /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags/black.or.white => generated 4 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1561] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:49 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => 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: 746/1562] 10.0.0.103 () {32 vars in 730 bytes} [Tue Apr 21 04:42:49 2026] GET /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags => generated 52 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1563] 10.0.0.103 () {34 vars in 750 bytes} [Tue Apr 21 04:42:49 2026] PUT /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags => generated 37 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1564] 10.0.0.103 () {32 vars in 730 bytes} [Tue Apr 21 04:42:49 2026] GET /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags => generated 37 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1565] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:49 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => 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: 818/1566] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:42:49 2026] GET /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags/red => 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: 749/1567] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:42:49 2026] GET /v2.0/networks?id=6ec666d9-c32e-44e6-b0ec-20bc4fbe3c04 => generated 672 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1568] 199.204.45.144 () {34 vars in 1049 bytes} [Tue Apr 21 04:42:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=090cf68a55104c158d0ef79fa8fe99fb => generated 274 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:49.700 7 INFO neutron.api.v2.resource [None req-d6d1cb62-9ab3-45a6-8dba-6e230bf841f6 ed7d906b172f407ebe6d0d8f684dc15b ea0b3fe176734d4f8f07d6d2eedb04aa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 819/1569] 10.0.0.103 () {32 vars in 742 bytes} [Tue Apr 21 04:42:49 2026] GET /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags/green => generated 99 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1570] 10.0.0.103 () {32 vars in 741 bytes} [Tue Apr 21 04:42:49 2026] DELETE /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags/red => 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: 821/1571] 10.0.0.103 () {32 vars in 730 bytes} [Tue Apr 21 04:42:49 2026] GET /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags => generated 30 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:42:50.019 7 INFO neutron.api.v2.resource [None req-4a9d9d45-34c5-48bc-9a2b-ada02cbb4f46 ed7d906b172f407ebe6d0d8f684dc15b ea0b3fe176734d4f8f07d6d2eedb04aa - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 822/1572] 10.0.0.103 () {32 vars in 745 bytes} [Tue Apr 21 04:42:49 2026] DELETE /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags/green => generated 99 bytes in 95 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1573] 199.204.45.144 () {38 vars in 954 bytes} [Tue Apr 21 04:42:49 2026] POST /v2.0/ports => generated 993 bytes in 356 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: 823/1574] 10.0.0.103 () {32 vars in 733 bytes} [Tue Apr 21 04:42:50 2026] DELETE /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1577] 10.0.0.103 () {32 vars in 730 bytes} [Tue Apr 21 04:42:50 2026] GET /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7/tags => generated 12 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1578] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:42:50 2026] GET /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7 => generated 480 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1579] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:42:50 2026] PUT /v2.0/ports/00c31808-8649-4b34-a061-15827f8ca2b1 => generated 1274 bytes in 385 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: 753/1580] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:50 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:42:50.467 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ca3071a-a8c5-4bef-ae0d-331f4aa13b2c'] response: {'name': 'network-changed', 'server_uuid': 'c19a63a9-ab58-419c-89a9-8bf87cfc0af6', 'tag': '00c31808-8649-4b34-a061-15827f8ca2b1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 754/1581] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:50 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => 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: 755/1582] 10.0.0.54 () {34 vars in 1118 bytes} [Tue Apr 21 04:42:50 2026] GET /v2.0/security-groups?id=0c779395-c99f-451d-86a0-c3812d09483b&id=0dec8904-3300-4435-bcd7-4579491aa06b&fields=id&fields=name => generated 207 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1583] 10.0.0.103 () {34 vars in 741 bytes} [Tue Apr 21 04:42:50 2026] PUT /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7 => generated 480 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1584] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:42:50 2026] GET /v2.0/ports?device_id=e0f18aa7-c005-4b79-a425-9411ef4ee5c7 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:42:50.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-db556dbe-1ae3-43f0-b9bb-36a330fd3be5 ed7d906b172f407ebe6d0d8f684dc15b ea0b3fe176734d4f8f07d6d2eedb04aa - - default default] TaaS: Handle Delete Port: 5daf71cb-1c70-44c4-a028-5d5cc1484923 2026-04-21 04:42:50.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db556dbe-1ae3-43f0-b9bb-36a330fd3be5 ed7d906b172f407ebe6d0d8f684dc15b ea0b3fe176734d4f8f07d6d2eedb04aa - - default default] Tap Mirror: Handle Delete Port: 5daf71cb-1c70-44c4-a028-5d5cc1484923 [pid: 8|app: 0|req: 757/1585] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:42:50 2026] GET /v2.0/ports?tenant_id=090cf68a55104c158d0ef79fa8fe99fb&device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1277 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1586] 199.204.45.144 () {34 vars in 1017 bytes} [Tue Apr 21 04:42:51 2026] GET /v2.0/networks?tenant_id=090cf68a55104c158d0ef79fa8fe99fb&shared=False => generated 768 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1587] 199.204.45.144 () {34 vars in 929 bytes} [Tue Apr 21 04:42:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:51.342 7 INFO neutron.services.segments.plugin [-] Segment 7cd80766-ba91-471d-b8a1-7cf818eb7bc1 resource provider aggregate not found 2026-04-21 04:42:51.364 7 INFO neutron.services.segments.plugin [-] Segment 7cd80766-ba91-471d-b8a1-7cf818eb7bc1 resource provider aggregate not found 2026-04-21 04:42:51.381 7 INFO neutron.services.segments.plugin [-] Segment 7cd80766-ba91-471d-b8a1-7cf818eb7bc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cd80766-ba91-471d-b8a1-7cf818eb7bc1 found for delete ", "request_id": "req-27dcec31-ed5e-437e-8cf9-8d191047d367"}]} 2026-04-21 04:42:51.386 7 INFO neutron.db.l3_hamode_db [None req-db556dbe-1ae3-43f0-b9bb-36a330fd3be5 ed7d906b172f407ebe6d0d8f684dc15b ea0b3fe176734d4f8f07d6d2eedb04aa - - default default] HA network a3574825-baec-4dfc-98da-e425cf61ce55 was deleted as no HA routers are present in tenant ea0b3fe176734d4f8f07d6d2eedb04aa. 2026-04-21 04:42:51.387 7 INFO neutron.services.segments.plugin [-] Segment 7cd80766-ba91-471d-b8a1-7cf818eb7bc1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cd80766-ba91-471d-b8a1-7cf818eb7bc1 found for delete ", "request_id": "req-90518db6-ce9c-45ee-8df3-fd6fec19007d"}]} [pid: 7|app: 0|req: 829/1588] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:50 2026] DELETE /v2.0/routers/e0f18aa7-c005-4b79-a425-9411ef4ee5c7 => generated 0 bytes in 616 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1589] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:51 2026] GET /v2.0/ports?device_id=0e108090-b528-4d41-b71e-12005e4247e1 => 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: 830/1590] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:51 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1008 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1591] 10.0.0.54 () {34 vars in 1118 bytes} [Tue Apr 21 04:42:51 2026] GET /v2.0/security-groups?id=0c779395-c99f-451d-86a0-c3812d09483b&id=0dec8904-3300-4435-bcd7-4579491aa06b&fields=id&fields=name => generated 207 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1592] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:42:52 2026] GET /v2.0/ports?tenant_id=090cf68a55104c158d0ef79fa8fe99fb&device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1277 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1593] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:42:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=00c31808-8649-4b34-a061-15827f8ca2b1 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1594] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:52 2026] GET /v2.0/security-groups?tenant_id=ea0b3fe176734d4f8f07d6d2eedb04aa&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1595] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:42:52 2026] GET /v2.0/subnets?id=57715fba-9a00-4d99-9971-77836d1418aa => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1596] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:42:52 2026] GET /v2.0/ports?network_id=6ec666d9-c32e-44e6-b0ec-20bc4fbe3c04&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1597] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:52 2026] DELETE /v2.0/security-groups/995a7b60-115b-4570-83b3-0e42c73ec817 => 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: 766/1598] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:42:52 2026] GET /v2.0/networks/6ec666d9-c32e-44e6-b0ec-20bc4fbe3c04?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: 833/1599] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:42:52 2026] GET /v2.0/networks/6ec666d9-c32e-44e6-b0ec-20bc4fbe3c04?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: 767/1600] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:52 2026] GET /v2.0/security-groups?tenant_id=15db89a4852f4908ba8156b50a4014f2&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1601] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:52 2026] DELETE /v2.0/security-groups/be87832d-fbcf-4350-9a94-16161618ad92 => 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: 768/1602] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:53 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1008 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1603] 10.0.0.54 () {34 vars in 1118 bytes} [Tue Apr 21 04:42:53 2026] GET /v2.0/security-groups?id=0c779395-c99f-451d-86a0-c3812d09483b&id=0dec8904-3300-4435-bcd7-4579491aa06b&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:54.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-09b0e660-aa79-4e99-a674-fe0e04d5c338 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 656d8f48-afde-4886-bdf3-e0cd296ee800 2026-04-21 04:42:54.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09b0e660-aa79-4e99-a674-fe0e04d5c338 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 656d8f48-afde-4886-bdf3-e0cd296ee800 [pid: 7|app: 0|req: 836/1604] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:54 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1008 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1605] 10.0.0.54 () {34 vars in 1118 bytes} [Tue Apr 21 04:42:54 2026] GET /v2.0/security-groups?id=0c779395-c99f-451d-86a0-c3812d09483b&id=0dec8904-3300-4435-bcd7-4579491aa06b&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1606] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:42:53 2026] PUT /v2.0/routers/3a4104f5-cb44-4630-8f67-ae3b15de46d6/remove_router_interface => generated 309 bytes in 976 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:54.892 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cd069dc-3df1-4a16-ad79-6410eef51606 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 416fb19e-13d8-4c93-a1fd-bd4c396f2627 2026-04-21 04:42:54.894 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cd069dc-3df1-4a16-ad79-6410eef51606 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 416fb19e-13d8-4c93-a1fd-bd4c396f2627 2026-04-21 04:42:55.095 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cd069dc-3df1-4a16-ad79-6410eef51606 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: b208a888-2165-444e-bf03-053c9fab0146 2026-04-21 04:42:55.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cd069dc-3df1-4a16-ad79-6410eef51606 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: b208a888-2165-444e-bf03-053c9fab0146 [pid: 8|app: 0|req: 770/1607] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:55 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:42:55.380 7 INFO neutron.services.segments.plugin [-] Segment df75c7e2-8af8-4dbe-88cb-f211ec51360d resource provider aggregate not found 2026-04-21 04:42:55.393 7 INFO neutron.services.segments.plugin [-] Segment df75c7e2-8af8-4dbe-88cb-f211ec51360d resource provider aggregate not found 2026-04-21 04:42:55.406 7 INFO neutron.services.segments.plugin [-] Segment df75c7e2-8af8-4dbe-88cb-f211ec51360d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df75c7e2-8af8-4dbe-88cb-f211ec51360d found for delete ", "request_id": "req-e16a1698-cbce-4a53-b4d4-82aaf5f24d0e"}]} 2026-04-21 04:42:55.413 7 INFO neutron.services.segments.plugin [-] Segment df75c7e2-8af8-4dbe-88cb-f211ec51360d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid df75c7e2-8af8-4dbe-88cb-f211ec51360d found for delete ", "request_id": "req-603c28b0-faa3-4daa-a046-cfd749aa6e52"}]} [pid: 8|app: 0|req: 771/1608] 10.0.0.54 () {34 vars in 1118 bytes} [Tue Apr 21 04:42:55 2026] GET /v2.0/security-groups?id=0c779395-c99f-451d-86a0-c3812d09483b&id=0dec8904-3300-4435-bcd7-4579491aa06b&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:55.417 7 INFO neutron.db.l3_hamode_db [None req-4cd069dc-3df1-4a16-ad79-6410eef51606 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] HA network aa6094ad-675f-4bf2-b87a-9bc3270a34a6 was deleted as no HA routers are present in tenant b0d27874cc0f4bd38cf16958493d5b2e. [pid: 7|app: 0|req: 838/1609] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:54 2026] DELETE /v2.0/routers/3a4104f5-cb44-4630-8f67-ae3b15de46d6 => generated 0 bytes in 714 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1610] 10.0.0.160 () {34 vars in 989 bytes} [Tue Apr 21 04:42:55 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1611] 10.0.0.160 () {34 vars in 1039 bytes} [Tue Apr 21 04:42:55 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1612] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:42:55 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => 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: 839/1613] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:42:55 2026] DELETE /v2.0/subnets/9d5c3cd7-77b5-4bdb-bd02-c1b31401bfda => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1614] 199.204.45.144 () {34 vars in 1123 bytes} [Tue Apr 21 04:42:55 2026] GET /v2.0/security-groups?id=0c779395-c99f-451d-86a0-c3812d09483b&id=0dec8904-3300-4435-bcd7-4579491aa06b&fields=id&fields=name => generated 207 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:55.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-36747575-598a-4787-9325-3cc71f9b251a b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: f7852dba-70ad-469d-b2b4-673a036f2222 2026-04-21 04:42:55.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-36747575-598a-4787-9325-3cc71f9b251a b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: f7852dba-70ad-469d-b2b4-673a036f2222 [pid: 7|app: 0|req: 840/1615] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:42:55 2026] DELETE /v2.0/networks/167c3b8b-e2cc-4bff-b85c-9453957ed3ff => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:42:55.984 8 INFO neutron.db.segments_db [None req-979a1ea9-5021-4b12-aa7a-2e24c507efcf 181c0801a0044a8e872e837b3e7dc800 fd6e4f292eb64bf1a329cd5edaffef6b - - default default] Added segment bfc06eac-f9f7-426b-a79a-380df16b94d1 of type vxlan for network 7dde2a06-a35f-44fc-9266-53a52cf86512 [pid: 7|app: 0|req: 841/1616] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:56 2026] GET /v2.0/security-groups?tenant_id=b0d27874cc0f4bd38cf16958493d5b2e&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1617] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:42:55 2026] POST /v2.0/networks => generated 612 bytes in 432 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1618] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:56 2026] DELETE /v2.0/security-groups/f58b0d2e-b06a-4d23-865e-8d9ac9b4d3b7 => 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: 777/1619] 10.0.0.103 () {34 vars in 663 bytes} [Tue Apr 21 04:42:56 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: 8|app: 0|req: 778/1620] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:56 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1621] 10.0.0.54 () {34 vars in 1118 bytes} [Tue Apr 21 04:42:56 2026] GET /v2.0/security-groups?id=0c779395-c99f-451d-86a0-c3812d09483b&id=0dec8904-3300-4435-bcd7-4579491aa06b&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: 843/1622] 10.0.0.103 () {34 vars in 665 bytes} [Tue Apr 21 04:42:56 2026] POST /v2.0/trunks => generated 407 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1623] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:42:56 2026] PUT /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/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: 844/1624] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:42:56 2026] GET /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1625] 10.0.0.103 () {34 vars in 759 bytes} [Tue Apr 21 04:42:56 2026] PUT /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1626] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:42:56 2026] GET /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1627] 10.0.0.103 () {34 vars in 755 bytes} [Tue Apr 21 04:42:56 2026] PUT /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1628] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:42:56 2026] GET /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1629] 10.0.0.103 () {34 vars in 777 bytes} [Tue Apr 21 04:42:56 2026] PUT /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/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: 7|app: 0|req: 847/1630] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:42:56 2026] GET /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/tags => generated 52 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1631] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:42:57 2026] PUT /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/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: 848/1632] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:42:57 2026] GET /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1633] 10.0.0.103 () {32 vars in 736 bytes} [Tue Apr 21 04:42:57 2026] GET /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/tags/red => generated 0 bytes in 23 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:42:57.138 7 INFO neutron.api.v2.resource [None req-c96eae2c-ca1f-4f19-a755-de591852e3d8 181c0801a0044a8e872e837b3e7dc800 fd6e4f292eb64bf1a329cd5edaffef6b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 849/1634] 10.0.0.103 () {32 vars in 740 bytes} [Tue Apr 21 04:42:57 2026] GET /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1635] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:57 2026] DELETE /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1636] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:42:57 2026] GET /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:42:57.250 8 INFO neutron.api.v2.resource [None req-1da79a6c-588d-4798-92ae-f2c64704fa40 181c0801a0044a8e872e837b3e7dc800 fd6e4f292eb64bf1a329cd5edaffef6b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 787/1637] 10.0.0.103 () {32 vars in 743 bytes} [Tue Apr 21 04:42:57 2026] DELETE /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1638] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:42:57 2026] DELETE /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1639] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:42:57 2026] GET /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd/tags => 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: 852/1640] 10.0.0.103 () {32 vars in 718 bytes} [Tue Apr 21 04:42:57 2026] GET /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd => 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: 789/1641] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:42:57 2026] GET /v2.0/ports/917eed04-149b-4e80-aea4-ce4d6c491ad6 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:57.427 7 INFO neutron.services.segments.plugin [-] Segment 73ea0695-dbb0-41b7-a9af-ccd12eebb011 resource provider aggregate not found 2026-04-21 04:42:57.439 7 INFO neutron.services.segments.plugin [-] Segment 73ea0695-dbb0-41b7-a9af-ccd12eebb011 resource provider aggregate not found 2026-04-21 04:42:57.444 7 INFO neutron.services.segments.plugin [-] Segment 73ea0695-dbb0-41b7-a9af-ccd12eebb011 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73ea0695-dbb0-41b7-a9af-ccd12eebb011 found for delete ", "request_id": "req-896da89c-e4af-46f8-8033-b32cb8e30380"}]} 2026-04-21 04:42:57.454 7 INFO neutron.services.segments.plugin [-] Segment 73ea0695-dbb0-41b7-a9af-ccd12eebb011 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73ea0695-dbb0-41b7-a9af-ccd12eebb011 found for delete ", "request_id": "req-78480f3f-18f7-4b73-ba19-2113f084dc10"}]} [pid: 7|app: 0|req: 853/1642] 10.0.0.103 () {32 vars in 721 bytes} [Tue Apr 21 04:42:57 2026] DELETE /v2.0/trunks/f20ca757-1d11-474a-9f88-2263eb29b4bd => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1643] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:57 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1010 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1644] 10.0.0.54 () {34 vars in 1118 bytes} [Tue Apr 21 04:42:57 2026] GET /v2.0/security-groups?id=0c779395-c99f-451d-86a0-c3812d09483b&id=0dec8904-3300-4435-bcd7-4579491aa06b&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: 7|app: 0|req: 856/1645] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:42:57 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1010 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:42:58.036 8 INFO neutron_taas.services.taas.taas_plugin [None req-01af5630-72d9-43a5-877e-0ea08d4d09af 181c0801a0044a8e872e837b3e7dc800 fd6e4f292eb64bf1a329cd5edaffef6b - - default default] TaaS: Handle Delete Port: 917eed04-149b-4e80-aea4-ce4d6c491ad6 2026-04-21 04:42:58.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-01af5630-72d9-43a5-877e-0ea08d4d09af 181c0801a0044a8e872e837b3e7dc800 fd6e4f292eb64bf1a329cd5edaffef6b - - default default] Tap Mirror: Handle Delete Port: 917eed04-149b-4e80-aea4-ce4d6c491ad6 [pid: 8|app: 0|req: 790/1646] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:42:57 2026] DELETE /v2.0/ports/917eed04-149b-4e80-aea4-ce4d6c491ad6 => generated 0 bytes in 604 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:42:58.268 8 INFO neutron.services.segments.plugin [-] Segment bfc06eac-f9f7-426b-a79a-380df16b94d1 resource provider aggregate not found 2026-04-21 04:42:58.275 8 INFO neutron.services.segments.plugin [-] Segment bfc06eac-f9f7-426b-a79a-380df16b94d1 resource provider aggregate not found [pid: 8|app: 0|req: 791/1647] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:42:58 2026] DELETE /v2.0/networks/7dde2a06-a35f-44fc-9266-53a52cf86512 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:42:58.293 8 INFO neutron.services.segments.plugin [-] Segment bfc06eac-f9f7-426b-a79a-380df16b94d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfc06eac-f9f7-426b-a79a-380df16b94d1 found for delete ", "request_id": "req-8a164d2f-1ad9-4a85-911c-2532e1c7b3ef"}]} 2026-04-21 04:42:58.294 8 INFO neutron.services.segments.plugin [-] Segment bfc06eac-f9f7-426b-a79a-380df16b94d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfc06eac-f9f7-426b-a79a-380df16b94d1 found for delete ", "request_id": "req-74c35df9-4e08-40c0-afb4-d736a2011ca0"}]} 2026-04-21 04:42:58.296 7 INFO neutron.db.l3_db [None req-2f517f09-160c-4e8e-bdd2-c87b247faa38 f680badb92b949fca1c32a7341c33a4c 090cf68a55104c158d0ef79fa8fe99fb - - default default] Floating IP 37d8eae9-8308-4852-a158-83e426144261 associated. External IP: 10.96.250.218, port: 00c31808-8649-4b34-a061-15827f8ca2b1. [pid: 7|app: 0|req: 857/1648] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:42:57 2026] PUT /v2.0/floatingips/37d8eae9-8308-4852-a158-83e426144261 => generated 855 bytes in 738 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:42:58.688 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d24926e2-c2d8-44c0-8efb-4a303cbaea7e'] response: {'name': 'network-changed', 'server_uuid': 'c19a63a9-ab58-419c-89a9-8bf87cfc0af6', 'tag': '00c31808-8649-4b34-a061-15827f8ca2b1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 792/1649] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:58 2026] GET /v2.0/security-groups?tenant_id=833e0979302746a3849f750fdf94a05c&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1650] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:59 2026] DELETE /v2.0/security-groups/e7c5be56-0547-4b06-8459-1ca39888b0ec => 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: 793/1651] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:42:59 2026] GET /v2.0/ports?tenant_id=090cf68a55104c158d0ef79fa8fe99fb&device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1279 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1652] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:42:59 2026] GET /v2.0/networks?id=6ec666d9-c32e-44e6-b0ec-20bc4fbe3c04 => generated 768 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1653] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:42:59 2026] GET /v2.0/security-groups?tenant_id=fd6e4f292eb64bf1a329cd5edaffef6b&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: 794/1654] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:42:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=00c31808-8649-4b34-a061-15827f8ca2b1 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1655] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:42:59 2026] GET /v2.0/subnets?id=57715fba-9a00-4d99-9971-77836d1418aa => generated 690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1656] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:42:59 2026] GET /v2.0/ports?network_id=6ec666d9-c32e-44e6-b0ec-20bc4fbe3c04&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: 861/1657] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:42:59 2026] DELETE /v2.0/security-groups/f510d270-3d45-4d9d-8f8f-4ae21a425f8a => 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: 797/1658] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:42:59 2026] GET /v2.0/networks/6ec666d9-c32e-44e6-b0ec-20bc4fbe3c04?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: 862/1659] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:42:59 2026] GET /v2.0/networks/6ec666d9-c32e-44e6-b0ec-20bc4fbe3c04?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-21 04:43:00.907 8 INFO neutron.db.segments_db [None req-a1f45cbc-9bde-4060-b0f5-6f32de6b4e0b 3aa4b8bd0cbb43cc9ff218757be92e77 30b92552645d460ab353573bd60e029e - - default default] Added segment 5a492e7f-b5ae-40f0-a429-13abb1370490 of type vxlan for network 2defebd9-9e1a-4ebf-bb13-5839cc2da9b0 [pid: 8|app: 0|req: 798/1660] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:00 2026] POST /v2.0/networks => generated 613 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:01.050 7 INFO neutron.db.segments_db [None req-69ce3285-ce03-411b-a72f-f7bbc3be6c87 3aa4b8bd0cbb43cc9ff218757be92e77 30b92552645d460ab353573bd60e029e - - default default] Added segment 166e078e-9056-4e1f-8417-18fc3b782c6c of type vxlan for network b2e9ca1a-90a3-421e-bf37-f848ba6c3ca8 [pid: 7|app: 0|req: 863/1661] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:00 2026] POST /v2.0/networks => generated 612 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:01.166 8 INFO neutron.db.segments_db [None req-0feef0f0-0de8-4f0c-bf33-6e51a4ecfa6d 3aa4b8bd0cbb43cc9ff218757be92e77 30b92552645d460ab353573bd60e029e - - default default] Added segment 394d3519-4f11-49cc-8658-39c268474923 of type vxlan for network b8accda6-7d55-4cea-809a-380e8b65a80f [pid: 8|app: 0|req: 799/1662] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:01 2026] POST /v2.0/networks => generated 613 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:01.327 7 INFO neutron.db.segments_db [None req-779b90f0-dff8-4c81-824c-4e9248a9870a 3aa4b8bd0cbb43cc9ff218757be92e77 30b92552645d460ab353573bd60e029e - - default default] Added segment 0f1a2ea8-493b-45a3-bdc1-df403f8de3c6 of type vxlan for network 53adfe24-7bfd-47a2-99f3-4cefa9bdc58c [pid: 7|app: 0|req: 864/1663] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:01 2026] POST /v2.0/networks => generated 613 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:01.475 8 INFO neutron.db.segments_db [None req-a0938968-abca-442f-a016-899dbb353fa7 3aa4b8bd0cbb43cc9ff218757be92e77 30b92552645d460ab353573bd60e029e - - default default] Added segment a85a44f4-a2fa-4013-9ca8-0dd33dabc864 of type vxlan for network e30d913c-f168-4d70-abbc-798aab4e35f1 [pid: 8|app: 0|req: 800/1664] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:01 2026] POST /v2.0/networks => generated 613 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1665] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:43:01 2026] PUT /v2.0/networks/2defebd9-9e1a-4ebf-bb13-5839cc2da9b0/tags => generated 17 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1666] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:43:01 2026] PUT /v2.0/networks/b2e9ca1a-90a3-421e-bf37-f848ba6c3ca8/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: 866/1667] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:43:01 2026] PUT /v2.0/networks/b8accda6-7d55-4cea-809a-380e8b65a80f/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: 802/1668] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:43:01 2026] PUT /v2.0/networks/53adfe24-7bfd-47a2-99f3-4cefa9bdc58c/tags => generated 19 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1669] 10.0.0.103 () {32 vars in 665 bytes} [Tue Apr 21 04:43:01 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1670] 10.0.0.103 () {32 vars in 679 bytes} [Tue Apr 21 04:43:01 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1671] 10.0.0.103 () {32 vars in 675 bytes} [Tue Apr 21 04:43:01 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1672] 10.0.0.103 () {32 vars in 687 bytes} [Tue Apr 21 04:43:01 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1673] 10.0.0.103 () {32 vars in 673 bytes} [Tue Apr 21 04:43:02 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1674] 10.0.0.103 () {32 vars in 687 bytes} [Tue Apr 21 04:43:02 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1675] 10.0.0.103 () {32 vars in 683 bytes} [Tue Apr 21 04:43:02 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1676] 10.0.0.103 () {32 vars in 695 bytes} [Tue Apr 21 04:43:02 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:43:02.413 7 INFO neutron.services.segments.plugin [-] Segment 5a492e7f-b5ae-40f0-a429-13abb1370490 resource provider aggregate not found 2026-04-21 04:43:02.419 7 INFO neutron.services.segments.plugin [-] Segment 5a492e7f-b5ae-40f0-a429-13abb1370490 resource provider aggregate not found 2026-04-21 04:43:02.430 7 INFO neutron.services.segments.plugin [-] Segment 5a492e7f-b5ae-40f0-a429-13abb1370490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a492e7f-b5ae-40f0-a429-13abb1370490 found for delete ", "request_id": "req-7efc520f-ff2b-4191-88e0-898b34c6ef9b"}]} 2026-04-21 04:43:02.441 7 INFO neutron.services.segments.plugin [-] Segment 5a492e7f-b5ae-40f0-a429-13abb1370490 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a492e7f-b5ae-40f0-a429-13abb1370490 found for delete ", "request_id": "req-90c2af4c-9cd8-4141-b7b8-bda6b6d73adc"}]} [pid: 7|app: 0|req: 871/1677] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:02 2026] DELETE /v2.0/networks/2defebd9-9e1a-4ebf-bb13-5839cc2da9b0 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:02.564 8 INFO neutron.services.segments.plugin [-] Segment 166e078e-9056-4e1f-8417-18fc3b782c6c resource provider aggregate not found 2026-04-21 04:43:02.569 8 INFO neutron.services.segments.plugin [-] Segment 166e078e-9056-4e1f-8417-18fc3b782c6c resource provider aggregate not found 2026-04-21 04:43:02.582 8 INFO neutron.services.segments.plugin [-] Segment 166e078e-9056-4e1f-8417-18fc3b782c6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 166e078e-9056-4e1f-8417-18fc3b782c6c found for delete ", "request_id": "req-d28f16e8-e750-4b60-95f2-7792dab4cc0a"}]} [pid: 8|app: 0|req: 807/1678] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:02 2026] DELETE /v2.0/networks/b2e9ca1a-90a3-421e-bf37-f848ba6c3ca8 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:02.588 8 INFO neutron.services.segments.plugin [-] Segment 166e078e-9056-4e1f-8417-18fc3b782c6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 166e078e-9056-4e1f-8417-18fc3b782c6c found for delete ", "request_id": "req-aa87f7dc-8cfe-4191-8e33-c22c29a4be34"}]} [pid: 7|app: 0|req: 872/1679] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:02 2026] DELETE /v2.0/networks/b8accda6-7d55-4cea-809a-380e8b65a80f => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1680] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:02 2026] DELETE /v2.0/networks/53adfe24-7bfd-47a2-99f3-4cefa9bdc58c => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:02.899 8 INFO neutron.db.segments_db [None req-3e8fb729-373a-4f5d-abde-e473b8faea2a d210c6b2366245009f19642444dd2fd4 7bff072de7144a5d85c4e24f72eb651d - - default default] Added segment b4e5d81a-257b-480f-b3f5-109851cd3cca of type vxlan for network 493e5a4b-a709-4ee2-9ff8-2fadec5e3584 [pid: 7|app: 0|req: 874/1681] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:02 2026] DELETE /v2.0/networks/e30d913c-f168-4d70-abbc-798aab4e35f1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1682] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:02 2026] POST /v2.0/networks => generated 613 bytes in 366 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:03.038 7 INFO neutron.db.segments_db [None req-d49a8cea-3cc5-4b76-b4f3-ac5f809c4bb5 d210c6b2366245009f19642444dd2fd4 7bff072de7144a5d85c4e24f72eb651d - - default default] Added segment 22548303-a4ef-4cb1-8994-73fd53e9ecf1 of type vxlan for network c6f78538-92b8-428a-92ad-19c36e4c6428 [pid: 7|app: 0|req: 875/1683] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:02 2026] POST /v2.0/networks => generated 612 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1684] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:43:03 2026] PUT /v2.0/networks/493e5a4b-a709-4ee2-9ff8-2fadec5e3584/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1685] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:43:03 2026] GET /v2.0/networks/493e5a4b-a709-4ee2-9ff8-2fadec5e3584/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1686] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:43:03 2026] PUT /v2.0/networks/c6f78538-92b8-428a-92ad-19c36e4c6428/tags => generated 17 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1687] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:43:03 2026] GET /v2.0/networks/c6f78538-92b8-428a-92ad-19c36e4c6428/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1688] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:43:03 2026] PUT /v2.0/networks/c6f78538-92b8-428a-92ad-19c36e4c6428/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1689] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:43:03 2026] GET /v2.0/networks/c6f78538-92b8-428a-92ad-19c36e4c6428/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1690] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:43:03 2026] GET /v2.0/networks/493e5a4b-a709-4ee2-9ff8-2fadec5e3584/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1691] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:03 2026] DELETE /v2.0/networks/493e5a4b-a709-4ee2-9ff8-2fadec5e3584 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1692] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:03 2026] DELETE /v2.0/networks/c6f78538-92b8-428a-92ad-19c36e4c6428 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1693] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:03 2026] GET /v2.0/security-groups?tenant_id=bb6b3dc07ad14ee7825aebde7afcbf71&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1694] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:03 2026] DELETE /v2.0/security-groups/8117a6b5-fb5c-4a9f-967b-f27398fbd205 => 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: 881/1695] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:04 2026] GET /v2.0/security-groups?tenant_id=d4342d2f99464b83a60192bbe88a52bd&name=default => generated 2925 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1696] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:04 2026] DELETE /v2.0/security-groups/a7566522-4f61-46cb-ad8e-762c2102c8c5 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1697] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:04 2026] GET /v2.0/security-groups?tenant_id=7bff072de7144a5d85c4e24f72eb651d&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:43:04.449 7 INFO neutron.services.segments.plugin [-] Segment 394d3519-4f11-49cc-8658-39c268474923 resource provider aggregate not found [pid: 8|app: 0|req: 816/1698] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:04 2026] GET /v2.0/security-groups?tenant_id=30b92552645d460ab353573bd60e029e&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:43:04.460 7 INFO neutron.services.segments.plugin [-] Segment 394d3519-4f11-49cc-8658-39c268474923 resource provider aggregate not found 2026-04-21 04:43:04.468 7 INFO neutron.services.segments.plugin [-] Segment 394d3519-4f11-49cc-8658-39c268474923 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 394d3519-4f11-49cc-8658-39c268474923 found for delete ", "request_id": "req-617087b7-5adf-4619-854a-9fe8cb66bda7"}]} 2026-04-21 04:43:04.475 7 INFO neutron.services.segments.plugin [-] Segment 394d3519-4f11-49cc-8658-39c268474923 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 394d3519-4f11-49cc-8658-39c268474923 found for delete ", "request_id": "req-3aae3f04-a384-4537-b71b-90def1d1892e"}]} 2026-04-21 04:43:04.493 7 INFO neutron.services.segments.plugin [-] Segment 0f1a2ea8-493b-45a3-bdc1-df403f8de3c6 resource provider aggregate not found 2026-04-21 04:43:04.497 7 INFO neutron.services.segments.plugin [-] Segment 0f1a2ea8-493b-45a3-bdc1-df403f8de3c6 resource provider aggregate not found 2026-04-21 04:43:04.516 7 INFO neutron.services.segments.plugin [-] Segment 0f1a2ea8-493b-45a3-bdc1-df403f8de3c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f1a2ea8-493b-45a3-bdc1-df403f8de3c6 found for delete ", "request_id": "req-3dbf7a10-73a2-47eb-86f4-1b1e07279533"}]} 2026-04-21 04:43:04.519 7 INFO neutron.services.segments.plugin [-] Segment 0f1a2ea8-493b-45a3-bdc1-df403f8de3c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f1a2ea8-493b-45a3-bdc1-df403f8de3c6 found for delete ", "request_id": "req-e1ad2612-91b8-4bb9-bf7d-f43e02dc604b"}]} 2026-04-21 04:43:04.533 7 INFO neutron.services.segments.plugin [-] Segment a85a44f4-a2fa-4013-9ca8-0dd33dabc864 resource provider aggregate not found 2026-04-21 04:43:04.541 7 INFO neutron.services.segments.plugin [-] Segment a85a44f4-a2fa-4013-9ca8-0dd33dabc864 resource provider aggregate not found 2026-04-21 04:43:04.551 7 INFO neutron.services.segments.plugin [-] Segment a85a44f4-a2fa-4013-9ca8-0dd33dabc864 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a85a44f4-a2fa-4013-9ca8-0dd33dabc864 found for delete ", "request_id": "req-544625e6-8b70-4e7a-9a3c-34cec3e01809"}]} 2026-04-21 04:43:04.558 7 INFO neutron.services.segments.plugin [-] Segment a85a44f4-a2fa-4013-9ca8-0dd33dabc864 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a85a44f4-a2fa-4013-9ca8-0dd33dabc864 found for delete ", "request_id": "req-a124c3b6-4d0e-4de6-95fb-da2fe08b90b1"}]} [pid: 8|app: 0|req: 817/1699] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:04 2026] DELETE /v2.0/security-groups/b4fc4425-2af7-4460-8c9b-5b39228c163b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:04.572 7 INFO neutron.services.segments.plugin [-] Segment b4e5d81a-257b-480f-b3f5-109851cd3cca resource provider aggregate not found 2026-04-21 04:43:04.577 7 INFO neutron.services.segments.plugin [-] Segment b4e5d81a-257b-480f-b3f5-109851cd3cca resource provider aggregate not found 2026-04-21 04:43:04.590 7 INFO neutron.services.segments.plugin [-] Segment b4e5d81a-257b-480f-b3f5-109851cd3cca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4e5d81a-257b-480f-b3f5-109851cd3cca found for delete ", "request_id": "req-f326135f-3d20-48e5-aa87-8ad907f3dbdf"}]} [pid: 7|app: 0|req: 883/1700] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:04 2026] DELETE /v2.0/security-groups/6e03929a-a134-48fc-9695-f88267e638f4 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:04.591 7 INFO neutron.services.segments.plugin [-] Segment b4e5d81a-257b-480f-b3f5-109851cd3cca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4e5d81a-257b-480f-b3f5-109851cd3cca found for delete ", "request_id": "req-6e0c0832-ca4a-48a5-9db2-fd3c287f49a9"}]} 2026-04-21 04:43:04.596 8 INFO neutron.services.segments.plugin [-] Segment 22548303-a4ef-4cb1-8994-73fd53e9ecf1 resource provider aggregate not found 2026-04-21 04:43:04.602 8 INFO neutron.services.segments.plugin [-] Segment 22548303-a4ef-4cb1-8994-73fd53e9ecf1 resource provider aggregate not found 2026-04-21 04:43:04.607 8 INFO neutron.services.segments.plugin [-] Segment 22548303-a4ef-4cb1-8994-73fd53e9ecf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22548303-a4ef-4cb1-8994-73fd53e9ecf1 found for delete ", "request_id": "req-5ca37cef-3dc4-46a4-9fd1-b89cd3b44e88"}]} 2026-04-21 04:43:04.613 8 INFO neutron.services.segments.plugin [-] Segment 22548303-a4ef-4cb1-8994-73fd53e9ecf1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 22548303-a4ef-4cb1-8994-73fd53e9ecf1 found for delete ", "request_id": "req-fb920d10-beb5-45c6-8548-7ff5a23cd86c"}]} [pid: 8|app: 0|req: 818/1701] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:04 2026] GET /v2.0/security-groups?tenant_id=324e14432a8747c2acedee592e8f39ce&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1702] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:04 2026] DELETE /v2.0/security-groups/e08dc0ec-3cc3-4ee1-9d55-3e9606fc33e8 => 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: 820/1705] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:06 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 886/1706] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:06 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&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: 821/1707] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:07 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1708] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:07 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&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: 822/1709] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:43:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1710] 10.0.0.103 () {34 vars in 758 bytes} [Tue Apr 21 04:43:07 2026] PUT /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1711] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:43:07 2026] GET /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1712] 10.0.0.103 () {34 vars in 769 bytes} [Tue Apr 21 04:43:07 2026] PUT /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1713] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:43:08 2026] GET /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1714] 10.0.0.103 () {34 vars in 765 bytes} [Tue Apr 21 04:43:08 2026] PUT /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1715] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:43:08 2026] GET /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1716] 10.0.0.103 () {34 vars in 787 bytes} [Tue Apr 21 04:43:08 2026] PUT /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/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: 826/1717] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:43:08 2026] GET /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1718] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:08 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1719] 10.0.0.103 () {34 vars in 758 bytes} [Tue Apr 21 04:43:08 2026] PUT /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1720] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:08 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&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: 893/1721] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:43:08 2026] GET /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1722] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:43:08 2026] GET /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:08.432 7 INFO neutron.api.v2.resource [None req-a918788b-e3af-48b9-a23a-d26b172fe9e9 df3505a4fdb048bcade3d29fdfd92706 a1cd535d5ede4903887200debb373c29 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 894/1723] 10.0.0.103 () {32 vars in 750 bytes} [Tue Apr 21 04:43:08 2026] GET /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1724] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:43:08 2026] DELETE /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1725] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:43:08 2026] GET /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:43:08.547 8 INFO neutron.api.v2.resource [None req-b70dea28-a71d-41e4-afcb-36db7c216b89 df3505a4fdb048bcade3d29fdfd92706 a1cd535d5ede4903887200debb373c29 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 831/1726] 10.0.0.103 () {32 vars in 753 bytes} [Tue Apr 21 04:43:08 2026] DELETE /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/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: 896/1727] 10.0.0.103 () {32 vars in 741 bytes} [Tue Apr 21 04:43:08 2026] DELETE /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1728] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:43:08 2026] GET /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b/tags => 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: 897/1729] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:43:08 2026] DELETE /v2.0/subnetpools/1675c646-9714-45c3-a4a1-e3b12c78688b => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1730] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:09 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1731] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:09 2026] GET /v2.0/security-groups?tenant_id=48613cd0eb0e4a4e8911dc11f5e2fac7&name=default => generated 2925 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1732] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:09 2026] GET /v2.0/security-groups?id=f4f77b65-9efa-414a-b8c7-0a84048f81d2&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: 834/1733] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:09 2026] DELETE /v2.0/security-groups/e964f729-18b9-4a60-928f-3998256e46c7 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1734] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:43:09 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:43:09.697 8 INFO neutron_taas.services.taas.taas_plugin [req-3c0e6d4b-e635-43ac-9540-8e141ed820b8 req-f74966b0-2ce7-45c9-98fa-316ff1534567 e8bb457cea9540bab21c07a914f8f42c 4435b422c93d405d8743656e8963d1e0 - - default default] TaaS: Handle Delete Port: 926bd745-c92c-45f4-b422-c1000294968e 2026-04-21 04:43:09.704 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3c0e6d4b-e635-43ac-9540-8e141ed820b8 req-f74966b0-2ce7-45c9-98fa-316ff1534567 e8bb457cea9540bab21c07a914f8f42c 4435b422c93d405d8743656e8963d1e0 - - default default] Tap Mirror: Handle Delete Port: 926bd745-c92c-45f4-b422-c1000294968e [pid: 7|app: 0|req: 901/1735] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:09 2026] GET /v2.0/security-groups?tenant_id=a1cd535d5ede4903887200debb373c29&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:43:09.834 8 INFO neutron.db.l3_db [req-3c0e6d4b-e635-43ac-9540-8e141ed820b8 req-f74966b0-2ce7-45c9-98fa-316ff1534567 e8bb457cea9540bab21c07a914f8f42c 4435b422c93d405d8743656e8963d1e0 - - default default] Floating IP 492ab7b4-5916-42ac-a2fc-c2746b112ee1 disassociated. External IP: 10.96.250.202, port: 926bd745-c92c-45f4-b422-c1000294968e. [pid: 7|app: 0|req: 902/1736] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:09 2026] DELETE /v2.0/security-groups/2d1242fe-5790-4c69-9a17-0a6f2bca4ca8 => 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: 835/1737] 199.204.45.144 () {36 vars in 996 bytes} [Tue Apr 21 04:43:09 2026] DELETE /v2.0/ports/926bd745-c92c-45f4-b422-c1000294968e => generated 0 bytes in 605 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:10.233 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dbb2c92e-1b01-45d6-ae9e-cc138ad6d1ae'] response: {'server_uuid': 'f19f825e-edbb-47ab-9d5d-29878ad94f7d', 'name': 'network-vif-deleted', 'tag': '926bd745-c92c-45f4-b422-c1000294968e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 903/1738] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:10 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 836/1739] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:11 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1010 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1740] 10.0.0.54 () {34 vars in 1118 bytes} [Tue Apr 21 04:43:11 2026] GET /v2.0/security-groups?id=0c779395-c99f-451d-86a0-c3812d09483b&id=0dec8904-3300-4435-bcd7-4579491aa06b&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1741] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:43:11 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1279 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1742] 10.0.0.103 () {32 vars in 857 bytes} [Tue Apr 21 04:43:11 2026] GET /v2.0/floatingips?floating_network_id=24eef496-0865-405b-a32d-21ea96cd6f1a&port_id=00c31808-8649-4b34-a061-15827f8ca2b1 => generated 860 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1743] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:11 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => 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: 906/1744] 10.0.0.160 () {34 vars in 989 bytes} [Tue Apr 21 04:43:12 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1745] 10.0.0.160 () {34 vars in 1119 bytes} [Tue Apr 21 04:43:12 2026] GET /v2.0/security-groups?id=0c779395-c99f-451d-86a0-c3812d09483b&id=0dec8904-3300-4435-bcd7-4579491aa06b&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: 7|app: 0|req: 907/1746] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:12 2026] GET /v2.0/ports?device_id=f19f825e-edbb-47ab-9d5d-29878ad94f7d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:43:13.195 8 INFO neutron.db.segments_db [None req-b9ebbaf6-2a49-4514-9fa1-ae3171833b31 70ace3ae9dd54ab184f9c71e43b3148f 24eac0eb7b3643749f55ed175d3faa59 - - default default] Added segment cbf9fd8a-c8b0-4a59-b694-10aaea8df0e5 of type vxlan for network 58bbd404-8392-4fdf-956a-7499d2a1bbad [pid: 8|app: 0|req: 840/1747] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:12 2026] POST /v2.0/networks => generated 613 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1748] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:43:13 2026] POST /v2.0/subnets => generated 626 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1749] 10.0.0.103 () {34 vars in 750 bytes} [Tue Apr 21 04:43:13 2026] PUT /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1750] 10.0.0.103 () {32 vars in 730 bytes} [Tue Apr 21 04:43:13 2026] GET /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1751] 10.0.0.103 () {34 vars in 761 bytes} [Tue Apr 21 04:43:13 2026] PUT /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags/green => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1752] 10.0.0.103 () {32 vars in 730 bytes} [Tue Apr 21 04:43:13 2026] GET /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1753] 10.0.0.103 () {34 vars in 757 bytes} [Tue Apr 21 04:43:13 2026] PUT /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags/red => 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: 911/1754] 10.0.0.103 () {32 vars in 730 bytes} [Tue Apr 21 04:43:13 2026] GET /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/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: 844/1755] 10.0.0.103 () {34 vars in 779 bytes} [Tue Apr 21 04:43:13 2026] PUT /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1756] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:13 2026] DELETE /v2.0/security-groups/f4f77b65-9efa-414a-b8c7-0a84048f81d2 => 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: 845/1757] 10.0.0.103 () {32 vars in 730 bytes} [Tue Apr 21 04:43:13 2026] GET /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:43:13.968 7 INFO neutron.api.v2.resource [None req-2c51a0a7-2ba3-4c9d-81af-c29341c25aea e8bb457cea9540bab21c07a914f8f42c 4435b422c93d405d8743656e8963d1e0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 913/1758] 10.0.0.103 () {32 vars in 736 bytes} [Tue Apr 21 04:43:13 2026] GET /v2.0/security-groups/f4f77b65-9efa-414a-b8c7-0a84048f81d2 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1759] 10.0.0.103 () {34 vars in 750 bytes} [Tue Apr 21 04:43:13 2026] PUT /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:43:14.050 7 INFO neutron_taas.services.taas.taas_plugin [None req-0e9eda9e-3d8f-4d2b-be8e-b8a5207d66e7 e8bb457cea9540bab21c07a914f8f42c 4435b422c93d405d8743656e8963d1e0 - - default default] TaaS: Handle Delete Port: f6597970-2549-4f10-a585-8fb99c7b1942 2026-04-21 04:43:14.052 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e9eda9e-3d8f-4d2b-be8e-b8a5207d66e7 e8bb457cea9540bab21c07a914f8f42c 4435b422c93d405d8743656e8963d1e0 - - default default] Tap Mirror: Handle Delete Port: f6597970-2549-4f10-a585-8fb99c7b1942 [pid: 8|app: 0|req: 847/1760] 10.0.0.103 () {32 vars in 730 bytes} [Tue Apr 21 04:43:14 2026] GET /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1761] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:43:14 2026] GET /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:14.140 8 INFO neutron.api.v2.resource [None req-1a08f2b9-1403-4ebb-be9e-80054a672cb6 70ace3ae9dd54ab184f9c71e43b3148f 24eac0eb7b3643749f55ed175d3faa59 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 849/1762] 10.0.0.103 () {32 vars in 742 bytes} [Tue Apr 21 04:43:14 2026] GET /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1763] 10.0.0.103 () {32 vars in 741 bytes} [Tue Apr 21 04:43:14 2026] DELETE /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags/red => 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: 914/1764] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:43:13 2026] DELETE /v2.0/floatingips/492ab7b4-5916-42ac-a2fc-c2746b112ee1 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1765] 10.0.0.103 () {32 vars in 730 bytes} [Tue Apr 21 04:43:14 2026] GET /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:43:14.293 8 INFO neutron.api.v2.resource [None req-22cbfc48-de1d-4bbc-be36-3ccd300f3abc 70ace3ae9dd54ab184f9c71e43b3148f 24eac0eb7b3643749f55ed175d3faa59 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 852/1766] 10.0.0.103 () {32 vars in 745 bytes} [Tue Apr 21 04:43:14 2026] DELETE /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1767] 10.0.0.103 () {32 vars in 733 bytes} [Tue Apr 21 04:43:14 2026] DELETE /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/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: 854/1768] 10.0.0.103 () {32 vars in 730 bytes} [Tue Apr 21 04:43:14 2026] GET /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1769] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:43:14 2026] DELETE /v2.0/subnets/eab38cbb-edff-424d-801d-1c67850c2743 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:14.590 7 INFO neutron_taas.services.taas.taas_plugin [None req-a9d844b5-7932-4f0a-a7d0-ec32129afbc7 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: c7787aa7-76ef-49c9-a8ea-6841a61f1ba1 2026-04-21 04:43:14.593 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9d844b5-7932-4f0a-a7d0-ec32129afbc7 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: c7787aa7-76ef-49c9-a8ea-6841a61f1ba1 2026-04-21 04:43:14.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab330aa0-b0ab-4da4-ab78-bd47c6be6039 70ace3ae9dd54ab184f9c71e43b3148f 24eac0eb7b3643749f55ed175d3faa59 - - default default] TaaS: Handle Delete Port: d1f62543-f529-4f75-97c3-348ab6bcd59d 2026-04-21 04:43:14.663 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab330aa0-b0ab-4da4-ab78-bd47c6be6039 70ace3ae9dd54ab184f9c71e43b3148f 24eac0eb7b3643749f55ed175d3faa59 - - default default] Tap Mirror: Handle Delete Port: d1f62543-f529-4f75-97c3-348ab6bcd59d 2026-04-21 04:43:14.841 8 INFO neutron.services.segments.plugin [-] Segment cbf9fd8a-c8b0-4a59-b694-10aaea8df0e5 resource provider aggregate not found 2026-04-21 04:43:14.849 8 INFO neutron.services.segments.plugin [-] Segment cbf9fd8a-c8b0-4a59-b694-10aaea8df0e5 resource provider aggregate not found 2026-04-21 04:43:14.867 8 INFO neutron.services.segments.plugin [-] Segment cbf9fd8a-c8b0-4a59-b694-10aaea8df0e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbf9fd8a-c8b0-4a59-b694-10aaea8df0e5 found for delete ", "request_id": "req-8527103e-ad1b-4ec7-90bb-0784d3b3919c"}]} 2026-04-21 04:43:14.872 8 INFO neutron.services.segments.plugin [-] Segment cbf9fd8a-c8b0-4a59-b694-10aaea8df0e5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbf9fd8a-c8b0-4a59-b694-10aaea8df0e5 found for delete ", "request_id": "req-9fb5072e-347b-446d-8880-e0aa0f956366"}]} [pid: 8|app: 0|req: 856/1770] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:14 2026] DELETE /v2.0/networks/58bbd404-8392-4fdf-956a-7499d2a1bbad => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1771] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:14 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1010 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1772] 10.0.0.54 () {34 vars in 1118 bytes} [Tue Apr 21 04:43:14 2026] GET /v2.0/security-groups?id=0c779395-c99f-451d-86a0-c3812d09483b&id=0dec8904-3300-4435-bcd7-4579491aa06b&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1773] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:43:14 2026] PUT /v2.0/routers/02cb7169-1c37-4581-b3a3-387979f39071/remove_router_interface => generated 309 bytes in 931 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:43:15.387 8 INFO neutron_taas.services.taas.taas_plugin [None req-67e99d96-c002-4ee0-a146-d0e5a4131e94 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: c082928c-13ef-468e-ba6e-03483cac28f1 2026-04-21 04:43:15.390 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67e99d96-c002-4ee0-a146-d0e5a4131e94 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: c082928c-13ef-468e-ba6e-03483cac28f1 2026-04-21 04:43:15.680 8 INFO neutron_taas.services.taas.taas_plugin [None req-67e99d96-c002-4ee0-a146-d0e5a4131e94 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 4e1af2b7-7ea1-4966-915a-6931d54d0dbc 2026-04-21 04:43:15.686 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-67e99d96-c002-4ee0-a146-d0e5a4131e94 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 4e1af2b7-7ea1-4966-915a-6931d54d0dbc [pid: 7|app: 0|req: 916/1774] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:15 2026] GET /v2.0/security-groups?tenant_id=2baee6e85bb14ba19f87041aa48facb1&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1775] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:15 2026] DELETE /v2.0/security-groups/b77f41e5-00fd-4b32-8d13-2c7bce368458 => 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: 918/1776] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:15 2026] GET /v2.0/security-groups?tenant_id=24eac0eb7b3643749f55ed175d3faa59&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: 919/1777] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:15 2026] DELETE /v2.0/security-groups/8d67586f-b7a7-4072-babf-131fd4089e91 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:16.085 8 INFO neutron.db.l3_hamode_db [None req-67e99d96-c002-4ee0-a146-d0e5a4131e94 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] HA network 36190727-3aba-4161-a726-0ecca4bd5a18 was deleted as no HA routers are present in tenant 4435b422c93d405d8743656e8963d1e0. [pid: 8|app: 0|req: 859/1778] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:43:15 2026] DELETE /v2.0/routers/02cb7169-1c37-4581-b3a3-387979f39071 => generated 0 bytes in 932 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1779] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:16 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1010 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1780] 10.0.0.54 () {34 vars in 1118 bytes} [Tue Apr 21 04:43:16 2026] GET /v2.0/security-groups?id=0c779395-c99f-451d-86a0-c3812d09483b&id=0dec8904-3300-4435-bcd7-4579491aa06b&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1781] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:43:16 2026] DELETE /v2.0/subnets/f5f32e4c-30eb-4ad4-8d7d-e54b31e368cd => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:16.318 7 INFO neutron_taas.services.taas.taas_plugin [None req-458e47aa-8dff-45ca-a1c7-2a21722ee2c8 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 718b2508-1890-45c3-bffb-d387e289121d 2026-04-21 04:43:16.321 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-458e47aa-8dff-45ca-a1c7-2a21722ee2c8 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 718b2508-1890-45c3-bffb-d387e289121d 2026-04-21 04:43:16.513 7 INFO neutron.services.segments.plugin [-] Segment 034d996e-21e7-4feb-bc64-2070199f61d6 resource provider aggregate not found 2026-04-21 04:43:16.519 7 INFO neutron.services.segments.plugin [-] Segment 034d996e-21e7-4feb-bc64-2070199f61d6 resource provider aggregate not found 2026-04-21 04:43:16.538 7 INFO neutron.services.segments.plugin [-] Segment 034d996e-21e7-4feb-bc64-2070199f61d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 034d996e-21e7-4feb-bc64-2070199f61d6 found for delete ", "request_id": "req-cb39b9f4-57de-47c5-8b84-a1715c690165"}]} 2026-04-21 04:43:16.541 7 INFO neutron.services.segments.plugin [-] Segment 034d996e-21e7-4feb-bc64-2070199f61d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 034d996e-21e7-4feb-bc64-2070199f61d6 found for delete ", "request_id": "req-6d6f696a-de2f-47d8-b583-81987e1487c3"}]} [pid: 7|app: 0|req: 922/1782] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:16 2026] DELETE /v2.0/networks/ff88e751-8046-4c8b-82a2-b7ca64748e1e => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1783] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:16 2026] GET /v2.0/security-groups?tenant_id=4435b422c93d405d8743656e8963d1e0&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1784] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:16 2026] DELETE /v2.0/security-groups/fed6ce63-2f2e-4ff5-96e7-7cd5b55701c4 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:16.887 8 INFO neutron.services.segments.plugin [-] Segment 9b155dbc-bfa1-4c2b-8939-0927592a67df resource provider aggregate not found 2026-04-21 04:43:16.891 8 INFO neutron.services.segments.plugin [-] Segment 9b155dbc-bfa1-4c2b-8939-0927592a67df resource provider aggregate not found 2026-04-21 04:43:16.902 8 INFO neutron.services.segments.plugin [-] Segment 9b155dbc-bfa1-4c2b-8939-0927592a67df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b155dbc-bfa1-4c2b-8939-0927592a67df found for delete ", "request_id": "req-5193d7da-772b-405d-a6a9-ff50fea3dbcf"}]} 2026-04-21 04:43:16.903 8 INFO neutron.services.segments.plugin [-] Segment 9b155dbc-bfa1-4c2b-8939-0927592a67df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b155dbc-bfa1-4c2b-8939-0927592a67df found for delete ", "request_id": "req-f7fc4ea5-7fca-4b41-806e-06fa47c78a74"}]} [pid: 7|app: 0|req: 924/1785] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:17 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1786] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:43:17 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 1010 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1787] 10.0.0.54 () {34 vars in 1118 bytes} [Tue Apr 21 04:43:17 2026] GET /v2.0/security-groups?id=0c779395-c99f-451d-86a0-c3812d09483b&id=0dec8904-3300-4435-bcd7-4579491aa06b&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:43:17.384 8 INFO neutron_taas.services.taas.taas_plugin [req-062d6cbd-1401-468e-aec3-54fb2d838e50 req-1e4f0e59-1ce9-4244-ac0a-2629030fc82e f680badb92b949fca1c32a7341c33a4c 090cf68a55104c158d0ef79fa8fe99fb - - default default] TaaS: Handle Delete Port: 00c31808-8649-4b34-a061-15827f8ca2b1 2026-04-21 04:43:17.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-062d6cbd-1401-468e-aec3-54fb2d838e50 req-1e4f0e59-1ce9-4244-ac0a-2629030fc82e f680badb92b949fca1c32a7341c33a4c 090cf68a55104c158d0ef79fa8fe99fb - - default default] Tap Mirror: Handle Delete Port: 00c31808-8649-4b34-a061-15827f8ca2b1 2026-04-21 04:43:17.523 8 INFO neutron.db.l3_db [req-062d6cbd-1401-468e-aec3-54fb2d838e50 req-1e4f0e59-1ce9-4244-ac0a-2629030fc82e f680badb92b949fca1c32a7341c33a4c 090cf68a55104c158d0ef79fa8fe99fb - - default default] Floating IP 37d8eae9-8308-4852-a158-83e426144261 disassociated. External IP: 10.96.250.218, port: 00c31808-8649-4b34-a061-15827f8ca2b1. [pid: 8|app: 0|req: 863/1788] 199.204.45.144 () {36 vars in 996 bytes} [Tue Apr 21 04:43:17 2026] DELETE /v2.0/ports/00c31808-8649-4b34-a061-15827f8ca2b1 => generated 0 bytes in 546 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:17.869 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b1d0862-b33b-42b8-b1ac-40d91c82e326'] response: {'server_uuid': 'c19a63a9-ab58-419c-89a9-8bf87cfc0af6', 'name': 'network-vif-deleted', 'tag': '00c31808-8649-4b34-a061-15827f8ca2b1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 926/1789] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:18 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:43:18.909 8 INFO neutron.db.segments_db [None req-5a08b445-85d9-4525-9010-928f6a659670 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 304d1b81-3bad-4aa7-822b-756ec4873c1d of type vxlan for network 2e3f23e1-55ca-434e-80e2-241126fe37f6 [pid: 8|app: 0|req: 864/1790] 10.0.0.103 () {34 vars in 670 bytes} [Tue Apr 21 04:43:18 2026] POST /v2.0/networks => generated 727 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1791] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:43:19 2026] POST /v2.0/subnets => generated 693 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:19.238 8 INFO neutron.db.segments_db [None req-9ae7a761-10d0-4128-a503-89bbde0b48ba b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Added segment 7c4e9d72-8cdb-48f6-aef0-218b973b89be of type vxlan for network 68dcb557-47f9-41c5-96b6-2d729d1da24e 2026-04-21 04:43:19.489 8 INFO neutron.db.l3_hamode_db [None req-9ae7a761-10d0-4128-a503-89bbde0b48ba b789fd9d76954666b2ea7e3acc23d1a4 2435f90b2ff244c1a18c11e39871d7df - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 928/1792] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:19 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:43:20.232 8 INFO neutron.db.l3_hamode_db [None req-9ae7a761-10d0-4128-a503-89bbde0b48ba b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 931/1795] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:20 2026] GET /v2.0/ports?device_id=c19a63a9-ab58-419c-89a9-8bf87cfc0af6 => 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/1796] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:43:19 2026] POST /v2.0/routers => generated 733 bytes in 1923 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1797] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:21 2026] DELETE /v2.0/security-groups/0c779395-c99f-451d-86a0-c3812d09483b => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:21.943 8 INFO neutron.api.v2.resource [None req-42d790c6-fe38-49d4-9226-10c49d4e7f34 f680badb92b949fca1c32a7341c33a4c 090cf68a55104c158d0ef79fa8fe99fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 867/1798] 10.0.0.103 () {32 vars in 736 bytes} [Tue Apr 21 04:43:21 2026] GET /v2.0/security-groups/0c779395-c99f-451d-86a0-c3812d09483b => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:43:22.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-87ecc710-ce38-4060-80d9-cbb26cec297a f680badb92b949fca1c32a7341c33a4c 090cf68a55104c158d0ef79fa8fe99fb - - default default] TaaS: Handle Delete Port: 2736a786-192e-406e-94ed-1a66969b5551 2026-04-21 04:43:22.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87ecc710-ce38-4060-80d9-cbb26cec297a f680badb92b949fca1c32a7341c33a4c 090cf68a55104c158d0ef79fa8fe99fb - - default default] Tap Mirror: Handle Delete Port: 2736a786-192e-406e-94ed-1a66969b5551 [pid: 7|app: 0|req: 932/1799] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:43:21 2026] PUT /v2.0/routers/76848557-2a62-4992-9f38-9d5e0d00ab82/add_router_interface => generated 309 bytes in 1091 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1800] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:43:21 2026] DELETE /v2.0/floatingips/37d8eae9-8308-4852-a158-83e426144261 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1801] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:22 2026] DELETE /v2.0/security-groups/0dec8904-3300-4435-bcd7-4579491aa06b => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:22.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-af3f65e9-5b85-44ab-b815-e04a10e4b233 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 16c2b42c-85ff-4bd8-ba03-e0ccd387582e 2026-04-21 04:43:22.766 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af3f65e9-5b85-44ab-b815-e04a10e4b233 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 16c2b42c-85ff-4bd8-ba03-e0ccd387582e [pid: 7|app: 0|req: 934/1802] 10.0.0.54 () {34 vars in 980 bytes} [Tue Apr 21 04:43:23 2026] GET /v2.0/networks?id=2e3f23e1-55ca-434e-80e2-241126fe37f6 => generated 678 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1803] 10.0.0.54 () {34 vars in 963 bytes} [Tue Apr 21 04:43:23 2026] GET /v2.0/quotas/2435f90b2ff244c1a18c11e39871d7df => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1804] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:43:22 2026] PUT /v2.0/routers/a054af0b-391a-44c4-af0d-3a62ce4f78e1/remove_router_interface => generated 309 bytes in 876 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1805] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:43:23 2026] GET /v2.0/ports?tenant_id=2435f90b2ff244c1a18c11e39871d7df&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1806] 10.0.0.54 () {34 vars in 1006 bytes} [Tue Apr 21 04:43:23 2026] GET /v2.0/networks/2e3f23e1-55ca-434e-80e2-241126fe37f6?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1807] 10.0.0.54 () {34 vars in 1106 bytes} [Tue Apr 21 04:43:23 2026] GET /v2.0/networks/2e3f23e1-55ca-434e-80e2-241126fe37f6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:43:23.448 8 INFO neutron_taas.services.taas.taas_plugin [None req-436dd4af-4d2a-4582-9c50-39c691c817b3 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: d90aa4c5-8c5b-45ff-b27f-7f091a039000 2026-04-21 04:43:23.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-436dd4af-4d2a-4582-9c50-39c691c817b3 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: d90aa4c5-8c5b-45ff-b27f-7f091a039000 [pid: 7|app: 0|req: 939/1808] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:23 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:43:23.713 8 INFO neutron_taas.services.taas.taas_plugin [None req-436dd4af-4d2a-4582-9c50-39c691c817b3 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 3a2d7aad-6914-41b5-ad1c-d5bbcc9b2990 2026-04-21 04:43:23.716 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-436dd4af-4d2a-4582-9c50-39c691c817b3 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 3a2d7aad-6914-41b5-ad1c-d5bbcc9b2990 2026-04-21 04:43:24.090 8 INFO neutron.services.segments.plugin [-] Segment 727a6fe2-3e61-4a4c-9071-6b7d12ccaf89 resource provider aggregate not found 2026-04-21 04:43:24.097 8 INFO neutron.services.segments.plugin [-] Segment 727a6fe2-3e61-4a4c-9071-6b7d12ccaf89 resource provider aggregate not found 2026-04-21 04:43:24.111 8 INFO neutron.services.segments.plugin [-] Segment 727a6fe2-3e61-4a4c-9071-6b7d12ccaf89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 727a6fe2-3e61-4a4c-9071-6b7d12ccaf89 found for delete ", "request_id": "req-e18b31b7-4496-42d0-8f72-b2653cba95f0"}]} 2026-04-21 04:43:24.118 8 INFO neutron.services.segments.plugin [-] Segment 727a6fe2-3e61-4a4c-9071-6b7d12ccaf89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 727a6fe2-3e61-4a4c-9071-6b7d12ccaf89 found for delete ", "request_id": "req-faf43b7e-7427-4d15-a482-484f2fe7577a"}]} 2026-04-21 04:43:24.128 8 INFO neutron.db.l3_hamode_db [None req-436dd4af-4d2a-4582-9c50-39c691c817b3 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] HA network 4990afb8-e78b-4398-897b-fcce4cf81884 was deleted as no HA routers are present in tenant 090cf68a55104c158d0ef79fa8fe99fb. [pid: 8|app: 0|req: 870/1809] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:43:23 2026] DELETE /v2.0/routers/a054af0b-391a-44c4-af0d-3a62ce4f78e1 => 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: 940/1810] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:43:24 2026] DELETE /v2.0/subnets/57715fba-9a00-4d99-9971-77836d1418aa => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:24.391 8 INFO neutron_taas.services.taas.taas_plugin [None req-e3c02510-bc50-4e67-8336-f0303324f96d b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 7b337f87-f3b7-4c80-a8c6-7f73fea3aa49 2026-04-21 04:43:24.394 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e3c02510-bc50-4e67-8336-f0303324f96d b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 7b337f87-f3b7-4c80-a8c6-7f73fea3aa49 [pid: 8|app: 0|req: 871/1811] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:24 2026] DELETE /v2.0/networks/6ec666d9-c32e-44e6-b0ec-20bc4fbe3c04 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1812] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:24 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:43:24.984 7 INFO neutron_taas.services.taas.taas_plugin [None req-469d0dea-43a4-4367-85d5-832f147790fb b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: b73ee3c7-f496-481f-932b-6eaf31b2b26e 2026-04-21 04:43:24.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-469d0dea-43a4-4367-85d5-832f147790fb b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: b73ee3c7-f496-481f-932b-6eaf31b2b26e 2026-04-21 04:43:25.147 8 INFO neutron.db.segments_db [None req-41a918bf-7ad9-4be3-95df-6d48bf70f256 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Added segment a74d61b1-fe1d-4b03-8010-42c82b63fbdb of type vxlan for network 418fd125-ceca-4635-80bb-037fbbc1502c [pid: 8|app: 0|req: 873/1813] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:24 2026] POST /v2.0/networks => generated 621 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1814] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:43:25 2026] POST /v2.0/subnets => generated 658 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1815] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:43:24 2026] PUT /v2.0/routers/f93e4736-dbfa-4d73-a765-0c788865a92f/remove_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1816] 10.0.0.103 () {32 vars in 721 bytes} [Tue Apr 21 04:43:25 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:43:25.737 7 INFO neutron_taas.services.taas.taas_plugin [None req-1453a713-fbd5-4a84-8f99-992ee62c91fd b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: fa0ed653-a31a-4cc7-8747-6e78bb2fb158 2026-04-21 04:43:25.742 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1453a713-fbd5-4a84-8f99-992ee62c91fd b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: fa0ed653-a31a-4cc7-8747-6e78bb2fb158 [pid: 8|app: 0|req: 876/1817] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:43:25 2026] POST /v2.0/subnets => generated 732 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1818] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:25 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:43:25.843 8 INFO neutron.db.segments_db [None req-d3a1f62d-3d4e-4240-a73a-62874fa8bfcb 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Added segment 9b7502cf-e325-4d90-8db1-fe4a0658c19d of type vxlan for network a4779ac4-fca6-4a2f-908b-963bcfe99c2b [pid: 8|app: 0|req: 878/1819] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:25 2026] POST /v2.0/networks => generated 618 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:25.973 7 INFO neutron_taas.services.taas.taas_plugin [None req-1453a713-fbd5-4a84-8f99-992ee62c91fd b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: f9dea4ca-e382-4f0a-8fb2-d383af4e339a 2026-04-21 04:43:25.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1453a713-fbd5-4a84-8f99-992ee62c91fd b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: f9dea4ca-e382-4f0a-8fb2-d383af4e339a 2026-04-21 04:43:26.141 8 INFO neutron.services.segments.plugin [-] Segment d8de0490-99c8-4b11-ae21-774c9ea6cd37 resource provider aggregate not found 2026-04-21 04:43:26.161 8 INFO neutron.services.segments.plugin [-] Segment d8de0490-99c8-4b11-ae21-774c9ea6cd37 resource provider aggregate not found 2026-04-21 04:43:26.176 8 INFO neutron.services.segments.plugin [-] Segment d8de0490-99c8-4b11-ae21-774c9ea6cd37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8de0490-99c8-4b11-ae21-774c9ea6cd37 found for delete ", "request_id": "req-70df07c4-4880-46c0-8c4f-9444dba74963"}]} 2026-04-21 04:43:26.192 8 INFO neutron.services.segments.plugin [-] Segment d8de0490-99c8-4b11-ae21-774c9ea6cd37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8de0490-99c8-4b11-ae21-774c9ea6cd37 found for delete ", "request_id": "req-f008f86d-e692-4758-aab3-e5d17c5e6b3c"}]} [pid: 8|app: 0|req: 879/1820] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:43:25 2026] POST /v2.0/subnets => generated 656 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:26.397 7 INFO neutron.services.segments.plugin [-] Segment 688522c7-3a41-40eb-91ba-25a8a962eaef resource provider aggregate not found 2026-04-21 04:43:26.403 7 INFO neutron.services.segments.plugin [-] Segment 688522c7-3a41-40eb-91ba-25a8a962eaef resource provider aggregate not found 2026-04-21 04:43:26.418 7 INFO neutron.services.segments.plugin [-] Segment 688522c7-3a41-40eb-91ba-25a8a962eaef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 688522c7-3a41-40eb-91ba-25a8a962eaef found for delete ", "request_id": "req-12c03c7b-646b-4099-93a8-890e13bdc67b"}]} 2026-04-21 04:43:26.427 7 INFO neutron.db.l3_hamode_db [None req-1453a713-fbd5-4a84-8f99-992ee62c91fd b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] HA network 969f29c4-1ccf-40cf-8c35-60fb5f3d1539 was deleted as no HA routers are present in tenant 2b9dc58a7c734074a82ffe3219f75216. [pid: 7|app: 0|req: 942/1821] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:43:25 2026] DELETE /v2.0/routers/f93e4736-dbfa-4d73-a765-0c788865a92f => generated 0 bytes in 904 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:26.434 7 INFO neutron.services.segments.plugin [-] Segment 688522c7-3a41-40eb-91ba-25a8a962eaef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 688522c7-3a41-40eb-91ba-25a8a962eaef found for delete ", "request_id": "req-ae002f64-bd25-4c5c-9d62-89ecf8227cf5"}]} [pid: 8|app: 0|req: 880/1822] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:43:26 2026] POST /v2.0/subnets => generated 726 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:26.494 8 INFO neutron.db.segments_db [None req-37376722-09d5-4d1f-8e11-2d663d9290e4 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Added segment cc44788b-d94a-4970-8ea0-c105648647c4 of type vxlan for network 5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 [pid: 8|app: 0|req: 881/1823] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:26 2026] POST /v2.0/networks => generated 619 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1824] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:43:26 2026] DELETE /v2.0/subnets/459e5418-579c-463b-a5fe-cc5cff957b19 => generated 0 bytes in 190 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:26.727 7 INFO neutron_taas.services.taas.taas_plugin [None req-ffc9732e-86a1-44c9-b5ac-215379a313b2 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 815ccbf7-bbc6-49e2-82de-89a1e027454e 2026-04-21 04:43:26.731 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ffc9732e-86a1-44c9-b5ac-215379a313b2 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 815ccbf7-bbc6-49e2-82de-89a1e027454e [pid: 8|app: 0|req: 882/1825] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:43:26 2026] POST /v2.0/subnets => generated 655 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1826] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:26 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => 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: 944/1827] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:26 2026] DELETE /v2.0/networks/e4351cba-5cd5-4868-8f56-5373330aaba0 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1828] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:43:26 2026] POST /v2.0/subnets => generated 729 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:27.116 7 INFO neutron.db.segments_db [None req-b25286dd-4dc7-4dd9-8334-cd3cf595d7c4 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Added segment f9177409-786f-4dd4-a233-0790c89cf0f7 of type vxlan for network f101dcc9-5232-4e14-9cee-159bbe19984f [pid: 8|app: 0|req: 885/1829] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:27 2026] GET /v2.0/security-groups?tenant_id=2b9dc58a7c734074a82ffe3219f75216&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: 886/1830] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:27 2026] DELETE /v2.0/security-groups/920b488b-44be-4966-9094-0d4df005abc6 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:27.371 7 INFO neutron.db.l3_hamode_db [None req-b25286dd-4dc7-4dd9-8334-cd3cf595d7c4 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 887/1831] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:27 2026] GET /v2.0/security-groups?tenant_id=090cf68a55104c158d0ef79fa8fe99fb&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1832] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:27 2026] DELETE /v2.0/security-groups/653294f3-fa42-4bda-879f-6197c42639c8 => 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: 889/1833] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:43:27 2026] GET /v2.0/networks?id=2e3f23e1-55ca-434e-80e2-241126fe37f6 => generated 678 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1834] 199.204.45.144 () {38 vars in 954 bytes} [Tue Apr 21 04:43:27 2026] POST /v2.0/ports => generated 954 bytes in 347 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: 891/1835] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:28 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 957 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:43:28.433 7 INFO neutron.services.segments.plugin [-] Segment c5221ff0-e933-4cc5-8968-27243a226156 resource provider aggregate not found 2026-04-21 04:43:28.448 7 INFO neutron.services.segments.plugin [-] Segment c5221ff0-e933-4cc5-8968-27243a226156 resource provider aggregate not found 2026-04-21 04:43:28.458 7 INFO neutron.services.segments.plugin [-] Segment c5221ff0-e933-4cc5-8968-27243a226156 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5221ff0-e933-4cc5-8968-27243a226156 found for delete ", "request_id": "req-d20274e0-2922-48da-8b55-b00daab13499"}]} 2026-04-21 04:43:28.465 7 INFO neutron.services.segments.plugin [-] Segment c5221ff0-e933-4cc5-8968-27243a226156 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c5221ff0-e933-4cc5-8968-27243a226156 found for delete ", "request_id": "req-e9a10933-9e62-41c4-9c00-81bd49a844a5"}]} 2026-04-21 04:43:28.539 7 INFO neutron.db.l3_hamode_db [None req-b25286dd-4dc7-4dd9-8334-cd3cf595d7c4 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 892/1836] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:43:28 2026] PUT /v2.0/ports/1f75940a-a76c-42f8-aef2-2dc1c7cd609a => generated 1235 bytes in 420 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-21 04:43:28.725 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-45328af0-d447-4569-9f8b-8f9a4a7c5773'] response: {'name': 'network-changed', 'server_uuid': 'b8d9bca1-c36e-4ad5-9791-250b7c55fb13', 'tag': '1f75940a-a76c-42f8-aef2-2dc1c7cd609a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 893/1837] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:28 2026] GET /v2.0/security-groups?id=c4459016-bfa3-4997-8133-97a8527d50f1&fields=id&fields=name => generated 88 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1838] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:43:29 2026] GET /v2.0/ports?tenant_id=2435f90b2ff244c1a18c11e39871d7df&device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1839] 199.204.45.144 () {34 vars in 1017 bytes} [Tue Apr 21 04:43:29 2026] GET /v2.0/networks?tenant_id=2435f90b2ff244c1a18c11e39871d7df&shared=False => generated 774 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1840] 199.204.45.144 () {34 vars in 929 bytes} [Tue Apr 21 04:43:29 2026] GET /v2.0/networks?shared=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: 945/1841] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:43:27 2026] POST /v2.0/routers => generated 685 bytes in 2359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1842] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:29 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1843] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:29 2026] GET /v2.0/security-groups?id=c4459016-bfa3-4997-8133-97a8527d50f1&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: 7|app: 0|req: 948/1844] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:43:29 2026] GET /v2.0/ports?tenant_id=2435f90b2ff244c1a18c11e39871d7df&device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1845] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:43:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=1f75940a-a76c-42f8-aef2-2dc1c7cd609a => 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: 950/1846] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:43:30 2026] GET /v2.0/subnets?id=0d1bb618-f9ad-4038-ba63-0759ef0ecdcf => generated 696 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1847] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:43:30 2026] GET /v2.0/ports?network_id=2e3f23e1-55ca-434e-80e2-241126fe37f6&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: 7|app: 0|req: 952/1848] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:43:30 2026] GET /v2.0/networks/2e3f23e1-55ca-434e-80e2-241126fe37f6?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: 953/1849] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:43:30 2026] GET /v2.0/networks/2e3f23e1-55ca-434e-80e2-241126fe37f6?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: 897/1850] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:43:29 2026] PUT /v2.0/routers/625827fb-901b-4509-8539-451f1199fb6b/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: 898/1851] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:31 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1852] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:31 2026] GET /v2.0/security-groups?id=c4459016-bfa3-4997-8133-97a8527d50f1&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:43:31.862 8 INFO neutron.db.segments_db [None req-fd6d8a70-cf11-4b74-b18a-e55912d87828 d6f66343e6664e5aa85349aecc784909 a693099a95fa43b5b9fb670268590778 - - default default] Added segment fa856518-69dd-4c4a-9d6a-56dce68d23c4 of type vxlan for network 6df53b65-1179-4ac8-86ef-65f1f8e09594 [pid: 8|app: 0|req: 900/1853] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:31 2026] POST /v2.0/networks => generated 708 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1854] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:43:31 2026] POST /v2.0/subnets => generated 644 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:32.131 8 WARNING neutron.api.v2.base [None req-3089aceb-f8fe-4ea6-ad69-10b655d6db72 d6f66343e6664e5aa85349aecc784909 a693099a95fa43b5b9fb670268590778 - - 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-21 04:43:32.132 8 INFO neutron.api.v2.resource [None req-3089aceb-f8fe-4ea6-ad69-10b655d6db72 d6f66343e6664e5aa85349aecc784909 a693099a95fa43b5b9fb670268590778 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 902/1855] 10.0.0.103 () {34 vars in 680 bytes} [Tue Apr 21 04:43:32 2026] POST /v2.0/rbac-policies => generated 143 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-21 04:43:32.306 8 INFO neutron.services.segments.plugin [-] Segment fa856518-69dd-4c4a-9d6a-56dce68d23c4 resource provider aggregate not found 2026-04-21 04:43:32.307 8 INFO neutron.services.segments.plugin [-] Segment fa856518-69dd-4c4a-9d6a-56dce68d23c4 resource provider aggregate not found 2026-04-21 04:43:32.324 8 INFO neutron.services.segments.plugin [-] Segment fa856518-69dd-4c4a-9d6a-56dce68d23c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa856518-69dd-4c4a-9d6a-56dce68d23c4 found for delete ", "request_id": "req-d617d834-7602-4527-9495-0f5f488afb2c"}]} 2026-04-21 04:43:32.327 8 INFO neutron.services.segments.plugin [-] Segment fa856518-69dd-4c4a-9d6a-56dce68d23c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa856518-69dd-4c4a-9d6a-56dce68d23c4 found for delete ", "request_id": "req-31d5f827-2833-46bf-90e7-0277b6db498d"}]} [pid: 8|app: 0|req: 903/1856] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:32 2026] DELETE /v2.0/networks/6df53b65-1179-4ac8-86ef-65f1f8e09594 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1857] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:32 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => 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: 954/1858] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:43:30 2026] PUT /v2.0/routers/625827fb-901b-4509-8539-451f1199fb6b/add_router_interface => generated 309 bytes in 1379 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1859] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:32 2026] GET /v2.0/security-groups?id=c4459016-bfa3-4997-8133-97a8527d50f1&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:43:32.425 8 INFO neutron.db.segments_db [None req-2e22722a-3a88-43d7-af5f-d892513a6f14 d6f66343e6664e5aa85349aecc784909 a693099a95fa43b5b9fb670268590778 - - default default] Added segment 8f16ddd8-3b91-41f2-b5ef-6471aef4f59a of type vxlan for network 96b851d8-95b6-40ae-b76c-f7b330cad040 [pid: 8|app: 0|req: 905/1860] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:32 2026] POST /v2.0/networks => generated 708 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1861] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:43:32 2026] POST /v2.0/subnets => generated 647 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:32.723 8 WARNING neutron.api.v2.base [None req-ea1cb14d-6160-48c6-b3b5-42316a085501 d6f66343e6664e5aa85349aecc784909 a693099a95fa43b5b9fb670268590778 - - 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-21 04:43:32.723 8 INFO neutron.api.v2.resource [None req-ea1cb14d-6160-48c6-b3b5-42316a085501 d6f66343e6664e5aa85349aecc784909 a693099a95fa43b5b9fb670268590778 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 907/1862] 10.0.0.103 () {34 vars in 680 bytes} [Tue Apr 21 04:43:32 2026] POST /v2.0/rbac-policies => generated 547 bytes in 6 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1863] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:32 2026] DELETE /v2.0/networks/96b851d8-95b6-40ae-b76c-f7b330cad040 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:32.991 8 INFO neutron.db.segments_db [None req-41f94113-0bc9-4097-841a-2b02874ff736 d6f66343e6664e5aa85349aecc784909 a693099a95fa43b5b9fb670268590778 - - default default] Added segment 4a54e8cc-e82a-4f46-afb9-2c1d558a994f of type vxlan for network a29a5637-9c15-43e2-b49b-054bc71d8396 [pid: 8|app: 0|req: 909/1864] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:32 2026] POST /v2.0/networks => generated 708 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1865] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:43:33 2026] POST /v2.0/subnets => generated 647 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1866] 10.0.0.103 () {34 vars in 680 bytes} [Tue Apr 21 04:43:33 2026] POST /v2.0/rbac-policies => generated 324 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1867] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:33 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 969 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1868] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:33 2026] GET /v2.0/security-groups?id=c4459016-bfa3-4997-8133-97a8527d50f1&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1869] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:43:32 2026] PUT /v2.0/routers/625827fb-901b-4509-8539-451f1199fb6b/add_router_interface => generated 309 bytes in 1385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1870] 10.0.0.103 () {34 vars in 683 bytes} [Tue Apr 21 04:43:33 2026] POST /v2.0/security-groups => generated 1627 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1871] 10.0.0.103 () {32 vars in 722 bytes} [Tue Apr 21 04:43:33 2026] GET /v2.0/networks/a29a5637-9c15-43e2-b49b-054bc71d8396 => generated 655 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1872] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:43:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1873] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:43:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:34.349 8 INFO neutron.services.segments.plugin [-] Segment 8f16ddd8-3b91-41f2-b5ef-6471aef4f59a resource provider aggregate not found 2026-04-21 04:43:34.352 8 INFO neutron.services.segments.plugin [-] Segment 8f16ddd8-3b91-41f2-b5ef-6471aef4f59a resource provider aggregate not found 2026-04-21 04:43:34.373 8 INFO neutron.services.segments.plugin [-] Segment 8f16ddd8-3b91-41f2-b5ef-6471aef4f59a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f16ddd8-3b91-41f2-b5ef-6471aef4f59a found for delete ", "request_id": "req-c02153d0-b959-4439-86e7-f1a652786216"}]} 2026-04-21 04:43:34.378 8 INFO neutron.services.segments.plugin [-] Segment 8f16ddd8-3b91-41f2-b5ef-6471aef4f59a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f16ddd8-3b91-41f2-b5ef-6471aef4f59a found for delete ", "request_id": "req-0eba026e-3518-47dd-b41e-c5ff6ddc5078"}]} [pid: 8|app: 0|req: 916/1874] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:43:34 2026] POST /v2.0/security-group-rules => generated 599 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:34.467 8 INFO neutron.pecan_wsgi.hooks.translation [None req-29dd4f7d-b455-4def-815f-b0d415c34847 3a53be9e631d4453805b6649bdd14a68 cab03cbc2d9144258b7a70c17fdc6dc0 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 917/1875] 10.0.0.103 () {32 vars in 722 bytes} [Tue Apr 21 04:43:34 2026] GET /v2.0/networks/a29a5637-9c15-43e2-b49b-054bc71d8396 => generated 138 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/1876] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:43:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1877] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:43:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1878] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:34 2026] DELETE /v2.0/networks/a29a5637-9c15-43e2-b49b-054bc71d8396 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:34.736 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb4a7e4f-aba1-483c-a9c7-d63ce13a72d9 d6f66343e6664e5aa85349aecc784909 a693099a95fa43b5b9fb670268590778 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 919/1879] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:43:34 2026] DELETE /v2.0/subnets/295ef549-5275-43ab-8485-733c94d2ffad => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:43:34.755 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5be2550b-6c77-41c1-a067-c4f889a7d749 d6f66343e6664e5aa85349aecc784909 a693099a95fa43b5b9fb670268590778 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 920/1880] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:43:34 2026] DELETE /v2.0/subnets/a2e88246-ad01-4a8e-8390-a7ce365fec92 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:43:34.774 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7e39f1c2-94ba-4680-be7f-db8fcf711350 d6f66343e6664e5aa85349aecc784909 a693099a95fa43b5b9fb670268590778 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 921/1881] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:43:34 2026] DELETE /v2.0/subnets/1c3d2f17-cef8-476c-9f78-aae9982c72d7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1882] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:34 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1883] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:43:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1884] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:34 2026] GET /v2.0/security-groups?id=c4459016-bfa3-4997-8133-97a8527d50f1&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1885] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:43:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1888] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:43:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1889] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:43:35 2026] POST /v2.0/security-group-rules => generated 599 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1890] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:43:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1891] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:43:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1892] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:35 2026] GET /v2.0/security-groups?tenant_id=a693099a95fa43b5b9fb670268590778&name=default => generated 2925 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1893] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:35 2026] DELETE /v2.0/security-groups/6388af86-ef95-490f-968a-c3039c8bb73d => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1894] 10.0.0.54 () {34 vars in 1092 bytes} [Tue Apr 21 04:43:35 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-253735917&fields=id&tenant_id=7c7a98ab07ed427a88fd861084b8e672 => 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: 928/1895] 10.0.0.54 () {34 vars in 980 bytes} [Tue Apr 21 04:43:35 2026] GET /v2.0/networks?id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b => generated 704 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1896] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:35 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 971 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1897] 10.0.0.54 () {34 vars in 963 bytes} [Tue Apr 21 04:43:36 2026] GET /v2.0/quotas/7c7a98ab07ed427a88fd861084b8e672 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1898] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:36 2026] GET /v2.0/security-groups?id=c4459016-bfa3-4997-8133-97a8527d50f1&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1899] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:35 2026] GET /v2.0/security-groups?tenant_id=cab03cbc2d9144258b7a70c17fdc6dc0&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1900] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:43:36 2026] GET /v2.0/ports?tenant_id=7c7a98ab07ed427a88fd861084b8e672&fields=id => generated 241 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1901] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:36 2026] DELETE /v2.0/security-groups/9046e37a-0c64-4c42-b072-6b942662ea42 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1902] 10.0.0.54 () {34 vars in 1006 bytes} [Tue Apr 21 04:43:36 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 931/1903] 10.0.0.54 () {34 vars in 1106 bytes} [Tue Apr 21 04:43:36 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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) 2026-04-21 04:43:36.403 8 INFO neutron.services.segments.plugin [-] Segment 4a54e8cc-e82a-4f46-afb9-2c1d558a994f resource provider aggregate not found 2026-04-21 04:43:36.410 8 INFO neutron.services.segments.plugin [-] Segment 4a54e8cc-e82a-4f46-afb9-2c1d558a994f resource provider aggregate not found 2026-04-21 04:43:36.429 8 INFO neutron.services.segments.plugin [-] Segment 4a54e8cc-e82a-4f46-afb9-2c1d558a994f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a54e8cc-e82a-4f46-afb9-2c1d558a994f found for delete ", "request_id": "req-6004995a-44bd-4d60-a209-e02b124cfc7b"}]} 2026-04-21 04:43:36.440 8 INFO neutron.services.segments.plugin [-] Segment 4a54e8cc-e82a-4f46-afb9-2c1d558a994f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a54e8cc-e82a-4f46-afb9-2c1d558a994f found for delete ", "request_id": "req-470a46aa-46f9-4408-96ce-8486e8bf42ea"}]} [pid: 7|app: 0|req: 973/1904] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:36 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1905] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:36 2026] GET /v2.0/security-groups?id=c4459016-bfa3-4997-8133-97a8527d50f1&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1906] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:36 2026] GET /v2.0/ports?device_id=3605f2a4-881b-4e64-996c-6a39db4d2b92 => 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: 932/1907] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:36 2026] GET /v2.0/security-groups?tenant_id=915b39acfc454e31aab4b056dbf3d338&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1908] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:36 2026] DELETE /v2.0/security-groups/ee288e9d-2fcc-4da0-97db-b4f8248d6809 => 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: 933/1909] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:37 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1910] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:37 2026] GET /v2.0/security-groups?id=c4459016-bfa3-4997-8133-97a8527d50f1&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1911] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:38 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1912] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:38 2026] GET /v2.0/security-groups?id=c4459016-bfa3-4997-8133-97a8527d50f1&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1913] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:43:38 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:43:39.070 7 INFO neutron_taas.services.taas.taas_plugin [req-722beb0f-4d5b-47f8-b7cd-562740d5618d req-6096bcca-ce5f-4097-a814-6dc2a84ce6ce 23140a5690a5446da5f5df316adb018f 2435f90b2ff244c1a18c11e39871d7df - - default default] TaaS: Handle Delete Port: 1f75940a-a76c-42f8-aef2-2dc1c7cd609a 2026-04-21 04:43:39.073 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-722beb0f-4d5b-47f8-b7cd-562740d5618d req-6096bcca-ce5f-4097-a814-6dc2a84ce6ce 23140a5690a5446da5f5df316adb018f 2435f90b2ff244c1a18c11e39871d7df - - default default] Tap Mirror: Handle Delete Port: 1f75940a-a76c-42f8-aef2-2dc1c7cd609a [pid: 7|app: 0|req: 979/1914] 199.204.45.144 () {36 vars in 996 bytes} [Tue Apr 21 04:43:38 2026] DELETE /v2.0/ports/1f75940a-a76c-42f8-aef2-2dc1c7cd609a => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:39.233 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8d7431ab-5e59-471f-b576-58eb97953e9e'] response: {'server_uuid': 'b8d9bca1-c36e-4ad5-9791-250b7c55fb13', 'name': 'network-vif-deleted', 'tag': '1f75940a-a76c-42f8-aef2-2dc1c7cd609a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 936/1915] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:39 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => 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: 980/1916] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:43:40 2026] GET /v2.0/networks?id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b => generated 704 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1917] 199.204.45.144 () {34 vars in 1049 bytes} [Tue Apr 21 04:43:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7c7a98ab07ed427a88fd861084b8e672 => generated 178 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1918] 199.204.45.144 () {38 vars in 954 bytes} [Tue Apr 21 04:43:40 2026] POST /v2.0/ports => generated 1179 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 983/1919] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:41 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => 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: 937/1920] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:43:40 2026] POST /v2.0/floatingips => generated 552 bytes in 642 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1921] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:43:41 2026] PUT /v2.0/ports/aecd9ec7-a710-462f-83d9-d95069f0d5d2 => generated 1460 bytes in 470 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: 985/1922] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:41 2026] GET /v2.0/ports?device_id=3605f2a4-881b-4e64-996c-6a39db4d2b92 => generated 1194 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:43:41.821 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ef88b38-233c-4ae3-8adc-4206e4ecb075'] response: {'name': 'network-changed', 'server_uuid': '3605f2a4-881b-4e64-996c-6a39db4d2b92', 'tag': 'aecd9ec7-a710-462f-83d9-d95069f0d5d2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 986/1923] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:41 2026] GET /v2.0/security-groups?id=25ddb062-bd75-4802-8f06-d90e7fc5e873&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1924] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:43:41 2026] POST /v2.0/floatingips => generated 552 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1925] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:43:42 2026] GET /v2.0/ports?tenant_id=7c7a98ab07ed427a88fd861084b8e672&device_id=3605f2a4-881b-4e64-996c-6a39db4d2b92 => generated 1463 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1926] 199.204.45.144 () {34 vars in 1017 bytes} [Tue Apr 21 04:43:42 2026] GET /v2.0/networks?tenant_id=7c7a98ab07ed427a88fd861084b8e672&shared=False => generated 2376 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1927] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:42 2026] GET /v2.0/ports?device_id=b8d9bca1-c36e-4ad5-9791-250b7c55fb13 => 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: 942/1928] 199.204.45.144 () {34 vars in 929 bytes} [Tue Apr 21 04:43:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1929] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:43:42 2026] POST /v2.0/floatingips => generated 552 bytes in 483 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1930] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:43:42 2026] POST /v2.0/floatingips => generated 552 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1931] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:43:42 2026] POST /v2.0/floatingips => generated 552 bytes in 457 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1932] 10.0.0.103 () {34 vars in 758 bytes} [Tue Apr 21 04:43:43 2026] PUT /v2.0/floatingips/8b486559-3bd4-4ee3-9b9c-11ffa2cb9c9c/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: 945/1933] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:43:43 2026] GET /v2.0/ports?tenant_id=7c7a98ab07ed427a88fd861084b8e672&device_id=3605f2a4-881b-4e64-996c-6a39db4d2b92 => generated 1463 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1934] 10.0.0.103 () {34 vars in 758 bytes} [Tue Apr 21 04:43:43 2026] PUT /v2.0/floatingips/815f0a97-6c64-47d0-8923-32b9716c315d/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1935] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:43:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.148&port_id=aecd9ec7-a710-462f-83d9-d95069f0d5d2 => 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: 948/1936] 10.0.0.103 () {34 vars in 758 bytes} [Tue Apr 21 04:43:43 2026] PUT /v2.0/floatingips/e117fa63-20b0-4a98-8fe7-486518769499/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1937] 199.204.45.144 () {34 vars in 1101 bytes} [Tue Apr 21 04:43:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4c&port_id=aecd9ec7-a710-462f-83d9-d95069f0d5d2 => 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: 950/1938] 10.0.0.103 () {34 vars in 758 bytes} [Tue Apr 21 04:43:43 2026] PUT /v2.0/floatingips/4fef5964-ea76-41d3-b3fe-2d02aaaecd05/tags => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1939] 199.204.45.144 () {34 vars in 1063 bytes} [Tue Apr 21 04:43:43 2026] GET /v2.0/subnets?id=8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7&id=4fdeacb3-c20d-4166-9e15-7f0c24c9d678 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1940] 10.0.0.103 () {32 vars in 671 bytes} [Tue Apr 21 04:43:43 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1941] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:43:43 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&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: 954/1942] 10.0.0.103 () {32 vars in 685 bytes} [Tue Apr 21 04:43:43 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:43:43.870 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc1bbdce-30f5-4180-a957-ae739c3db81a b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 52817ebc-2d8b-41a1-a806-9762c00c8756 2026-04-21 04:43:43.873 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc1bbdce-30f5-4180-a957-ae739c3db81a b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 52817ebc-2d8b-41a1-a806-9762c00c8756 [pid: 8|app: 0|req: 955/1943] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:43:43 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&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: 956/1944] 10.0.0.103 () {32 vars in 681 bytes} [Tue Apr 21 04:43:43 2026] GET /v2.0/floatingips?tags-any=blue => 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: 957/1945] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:43:43 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1946] 10.0.0.103 () {32 vars in 693 bytes} [Tue Apr 21 04:43:43 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1947] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:43:44 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 960/1948] 10.0.0.103 () {32 vars in 679 bytes} [Tue Apr 21 04:43:44 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1949] 10.0.0.103 () {32 vars in 693 bytes} [Tue Apr 21 04:43:44 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1950] 10.0.0.103 () {32 vars in 689 bytes} [Tue Apr 21 04:43:44 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1951] 10.0.0.103 () {32 vars in 701 bytes} [Tue Apr 21 04:43:44 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:43:44.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-1a334aec-c63c-497e-8072-0cd24feb320e 18b94a2b2842437ab2b3beddb35add1b 4bbc1f95c22c4080b2306fe07b5bfcee - - default default] TaaS: Handle Delete Port: c4cc3d99-5976-4415-b512-058e9976d23d 2026-04-21 04:43:44.349 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a334aec-c63c-497e-8072-0cd24feb320e 18b94a2b2842437ab2b3beddb35add1b 4bbc1f95c22c4080b2306fe07b5bfcee - - default default] Tap Mirror: Handle Delete Port: c4cc3d99-5976-4415-b512-058e9976d23d [pid: 7|app: 0|req: 989/1952] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:43:43 2026] PUT /v2.0/routers/76848557-2a62-4992-9f38-9d5e0d00ab82/remove_router_interface => generated 309 bytes in 857 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1953] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:43:44 2026] DELETE /v2.0/floatingips/8b486559-3bd4-4ee3-9b9c-11ffa2cb9c9c => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:44.569 7 INFO neutron_taas.services.taas.taas_plugin [None req-c915233c-6058-4ba1-9152-37efc4a57865 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 1d27121f-fdae-472e-8762-e5ebb97f3938 2026-04-21 04:43:44.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c915233c-6058-4ba1-9152-37efc4a57865 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 1d27121f-fdae-472e-8762-e5ebb97f3938 2026-04-21 04:43:44.633 8 INFO neutron_taas.services.taas.taas_plugin [None req-ce2869f2-d652-4fc9-ab5e-9ffa5de744b4 18b94a2b2842437ab2b3beddb35add1b 4bbc1f95c22c4080b2306fe07b5bfcee - - default default] TaaS: Handle Delete Port: 5bb77a35-d01a-4e9c-9c9f-224b339eab8f 2026-04-21 04:43:44.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce2869f2-d652-4fc9-ab5e-9ffa5de744b4 18b94a2b2842437ab2b3beddb35add1b 4bbc1f95c22c4080b2306fe07b5bfcee - - default default] Tap Mirror: Handle Delete Port: 5bb77a35-d01a-4e9c-9c9f-224b339eab8f [pid: 8|app: 0|req: 965/1954] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:43:44 2026] DELETE /v2.0/floatingips/815f0a97-6c64-47d0-8923-32b9716c315d => generated 0 bytes in 279 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:44.850 7 INFO neutron_taas.services.taas.taas_plugin [None req-c915233c-6058-4ba1-9152-37efc4a57865 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: ae010da1-4ca1-42ff-9f58-56dbab411b0d 2026-04-21 04:43:44.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c915233c-6058-4ba1-9152-37efc4a57865 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: ae010da1-4ca1-42ff-9f58-56dbab411b0d 2026-04-21 04:43:45.239 7 INFO neutron.services.segments.plugin [-] Segment 7c4e9d72-8cdb-48f6-aef0-218b973b89be resource provider aggregate not found 2026-04-21 04:43:45.240 7 INFO neutron.services.segments.plugin [-] Segment 7c4e9d72-8cdb-48f6-aef0-218b973b89be resource provider aggregate not found 2026-04-21 04:43:45.264 7 INFO neutron.services.segments.plugin [-] Segment 7c4e9d72-8cdb-48f6-aef0-218b973b89be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c4e9d72-8cdb-48f6-aef0-218b973b89be found for delete ", "request_id": "req-300f95cb-52e3-4bb9-a793-5be25c651ab9"}]} 2026-04-21 04:43:45.265 7 INFO neutron.db.l3_hamode_db [None req-c915233c-6058-4ba1-9152-37efc4a57865 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] HA network 68dcb557-47f9-41c5-96b6-2d729d1da24e was deleted as no HA routers are present in tenant 2435f90b2ff244c1a18c11e39871d7df. 2026-04-21 04:43:45.265 7 INFO neutron.services.segments.plugin [-] Segment 7c4e9d72-8cdb-48f6-aef0-218b973b89be resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c4e9d72-8cdb-48f6-aef0-218b973b89be found for delete ", "request_id": "req-315cca2d-97e5-4037-88c2-cf5929da6d50"}]} [pid: 7|app: 0|req: 990/1955] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:43:44 2026] DELETE /v2.0/routers/76848557-2a62-4992-9f38-9d5e0d00ab82 => generated 0 bytes in 908 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:45.308 8 INFO neutron_taas.services.taas.taas_plugin [None req-d753aee9-68b4-4f9f-b8e2-64a5ced953d5 18b94a2b2842437ab2b3beddb35add1b 4bbc1f95c22c4080b2306fe07b5bfcee - - default default] TaaS: Handle Delete Port: 0c61e42a-0043-4a11-8750-c5ccf3cebb50 2026-04-21 04:43:45.310 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d753aee9-68b4-4f9f-b8e2-64a5ced953d5 18b94a2b2842437ab2b3beddb35add1b 4bbc1f95c22c4080b2306fe07b5bfcee - - default default] Tap Mirror: Handle Delete Port: 0c61e42a-0043-4a11-8750-c5ccf3cebb50 [pid: 7|app: 0|req: 991/1956] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:43:45 2026] DELETE /v2.0/subnets/0d1bb618-f9ad-4038-ba63-0759ef0ecdcf => 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: 966/1957] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:43:44 2026] DELETE /v2.0/floatingips/e117fa63-20b0-4a98-8fe7-486518769499 => generated 0 bytes in 656 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:45.498 7 INFO neutron_taas.services.taas.taas_plugin [None req-02cf619e-d8b0-4f91-804f-5a1eac7514ac b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: f4faa210-502a-45aa-aecf-b7351f4aba88 2026-04-21 04:43:45.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02cf619e-d8b0-4f91-804f-5a1eac7514ac b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: f4faa210-502a-45aa-aecf-b7351f4aba88 2026-04-21 04:43:45.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6421321-60d3-4548-9923-8012dbc85be2 18b94a2b2842437ab2b3beddb35add1b 4bbc1f95c22c4080b2306fe07b5bfcee - - default default] TaaS: Handle Delete Port: 00c55c83-1a5f-4e92-8c97-10b74f7de3a8 2026-04-21 04:43:45.555 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6421321-60d3-4548-9923-8012dbc85be2 18b94a2b2842437ab2b3beddb35add1b 4bbc1f95c22c4080b2306fe07b5bfcee - - default default] Tap Mirror: Handle Delete Port: 00c55c83-1a5f-4e92-8c97-10b74f7de3a8 [pid: 7|app: 0|req: 992/1958] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:45 2026] DELETE /v2.0/networks/2e3f23e1-55ca-434e-80e2-241126fe37f6 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1959] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:43:45 2026] DELETE /v2.0/floatingips/4fef5964-ea76-41d3-b3fe-2d02aaaecd05 => generated 0 bytes in 226 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:45.800 7 INFO neutron_taas.services.taas.taas_plugin [None req-690a641f-73a2-4f18-a20a-f42ca24835df 18b94a2b2842437ab2b3beddb35add1b 4bbc1f95c22c4080b2306fe07b5bfcee - - default default] TaaS: Handle Delete Port: 474a6cde-9a61-4669-a4bd-328c254e0612 2026-04-21 04:43:45.802 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-690a641f-73a2-4f18-a20a-f42ca24835df 18b94a2b2842437ab2b3beddb35add1b 4bbc1f95c22c4080b2306fe07b5bfcee - - default default] Tap Mirror: Handle Delete Port: 474a6cde-9a61-4669-a4bd-328c254e0612 [pid: 8|app: 0|req: 968/1960] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:45 2026] GET /v2.0/security-groups?tenant_id=2435f90b2ff244c1a18c11e39871d7df&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: 993/1961] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:43:45 2026] DELETE /v2.0/floatingips/b1a34b0c-0ee0-471d-b13d-2de898e25989 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1962] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:45 2026] DELETE /v2.0/security-groups/c4459016-bfa3-4997-8133-97a8527d50f1 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1963] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:46 2026] GET /v2.0/security-groups?tenant_id=645802e459fe42b88e916b810d9be9ed&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1964] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:46 2026] GET /v2.0/ports?device_id=3605f2a4-881b-4e64-996c-6a39db4d2b92 => generated 1194 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1965] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:46 2026] DELETE /v2.0/security-groups/38f227ab-e969-4012-ad69-26da3d878c35 => 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: 971/1966] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:47 2026] GET /v2.0/security-groups?id=25ddb062-bd75-4802-8f06-d90e7fc5e873&fields=id&fields=name => generated 111 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:43:47.290 7 INFO neutron.services.segments.plugin [-] Segment 304d1b81-3bad-4aa7-822b-756ec4873c1d resource provider aggregate not found [pid: 7|app: 0|req: 996/1967] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:47 2026] GET /v2.0/security-groups?tenant_id=4bbc1f95c22c4080b2306fe07b5bfcee&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:43:47.298 7 INFO neutron.services.segments.plugin [-] Segment 304d1b81-3bad-4aa7-822b-756ec4873c1d resource provider aggregate not found 2026-04-21 04:43:47.313 7 INFO neutron.services.segments.plugin [-] Segment 304d1b81-3bad-4aa7-822b-756ec4873c1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 304d1b81-3bad-4aa7-822b-756ec4873c1d found for delete ", "request_id": "req-a28c15a3-ea4b-4858-b83d-b03be38aabaf"}]} 2026-04-21 04:43:47.321 7 INFO neutron.services.segments.plugin [-] Segment 304d1b81-3bad-4aa7-822b-756ec4873c1d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 304d1b81-3bad-4aa7-822b-756ec4873c1d found for delete ", "request_id": "req-f0dde0bd-fdba-455d-8188-1794ad7b2f56"}]} [pid: 8|app: 0|req: 972/1968] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:47 2026] DELETE /v2.0/security-groups/c86124b6-f1f6-4bc6-a516-2c5bc1ea26d6 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1969] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:47 2026] GET /v2.0/security-groups?tenant_id=0b99b2ce68d847d1a182a997effed55d&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1970] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:47 2026] DELETE /v2.0/security-groups/61a6e56a-8837-4e52-9ca6-56a91c73ed00 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1973] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:51 2026] GET /v2.0/security-groups?tenant_id=c46c615d15ff4d5a829628b3306b8b96&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: 999/1974] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:51 2026] DELETE /v2.0/security-groups/9d0c888a-98b8-4a9a-8ed1-decbc5b218e7 => 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: 976/1975] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:52 2026] GET /v2.0/security-groups?tenant_id=5d3bc560c8b84cb09ca8c2eb3428f2a1&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: 1000/1976] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:52 2026] GET /v2.0/ports?device_id=3605f2a4-881b-4e64-996c-6a39db4d2b92 => generated 1196 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1977] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:52 2026] GET /v2.0/security-groups?id=25ddb062-bd75-4802-8f06-d90e7fc5e873&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1978] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:52 2026] DELETE /v2.0/security-groups/cab63d0a-76dd-45fd-bd0d-f04832454566 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1979] 10.0.0.103 () {32 vars in 817 bytes} [Tue Apr 21 04:43:52 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&mac_address=fa%3A16%3A3e%3A89%3Aad%3A54 => generated 1196 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:43:52.828 7 INFO neutron.db.segments_db [None req-752e56a9-2500-401f-9d6c-f43823797391 cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] Added segment 345a1109-3e49-4bde-87ac-f030836a0be4 of type vxlan for network 12abb414-b4ac-4a24-9080-ee018f8c7cd9 [pid: 7|app: 0|req: 1003/1980] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:52 2026] POST /v2.0/networks => generated 613 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:53.192 8 INFO neutron.db.l3_db [None req-461b631b-61ed-4493-bea6-fa3d82368570 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Floating IP dd0b8eed-9eb6-4e50-8bb3-b5a53514c023 associated. External IP: 10.96.250.204, port: aecd9ec7-a710-462f-83d9-d95069f0d5d2. [pid: 7|app: 0|req: 1004/1981] 10.0.0.103 () {34 vars in 663 bytes} [Tue Apr 21 04:43:52 2026] POST /v2.0/ports => generated 743 bytes in 279 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: 1005/1982] 10.0.0.103 () {34 vars in 665 bytes} [Tue Apr 21 04:43:53 2026] POST /v2.0/trunks => generated 407 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:53.385 7 INFO neutron.db.segments_db [None req-ca8883cf-5406-45bc-82af-eb9d3706139d cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] Added segment 7aad603a-dc5c-4c69-85e6-d41361395caa of type vxlan for network 70e0bd73-09e7-4796-960f-2c894324f84e [pid: 7|app: 0|req: 1006/1983] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:53 2026] POST /v2.0/networks => generated 611 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1984] 10.0.0.103 () {34 vars in 676 bytes} [Tue Apr 21 04:43:52 2026] POST /v2.0/floatingips => generated 855 bytes in 1050 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:53.522 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4158259f-159e-4cee-93ff-eb90728728c4'] response: {'name': 'network-changed', 'server_uuid': '3605f2a4-881b-4e64-996c-6a39db4d2b92', 'tag': 'aecd9ec7-a710-462f-83d9-d95069f0d5d2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 979/1985] 10.0.0.54 () {34 vars in 1092 bytes} [Tue Apr 21 04:43:53 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-253735917&fields=id&tenant_id=7c7a98ab07ed427a88fd861084b8e672 => 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: 980/1986] 10.0.0.54 () {34 vars in 980 bytes} [Tue Apr 21 04:43:53 2026] GET /v2.0/networks?id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1987] 10.0.0.54 () {34 vars in 963 bytes} [Tue Apr 21 04:43:53 2026] GET /v2.0/quotas/7c7a98ab07ed427a88fd861084b8e672 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1988] 10.0.0.103 () {34 vars in 663 bytes} [Tue Apr 21 04:43:53 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 982/1989] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:43:53 2026] GET /v2.0/ports?tenant_id=7c7a98ab07ed427a88fd861084b8e672&fields=id => generated 333 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1990] 10.0.0.54 () {34 vars in 1006 bytes} [Tue Apr 21 04:43:53 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?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: 984/1991] 10.0.0.54 () {34 vars in 1106 bytes} [Tue Apr 21 04:43:53 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?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: 1008/1992] 10.0.0.103 () {34 vars in 665 bytes} [Tue Apr 21 04:43:53 2026] POST /v2.0/trunks => generated 407 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:54.004 8 INFO neutron.db.segments_db [None req-9a9b3ab8-aefb-49db-b6b6-501271f9d080 cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] Added segment 85c812d2-1a9f-44b7-af1f-2863d5c38236 of type vxlan for network eb43f3d4-9285-49a9-881e-9cfc1e2b9080 [pid: 7|app: 0|req: 1009/1993] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:43:54 2026] GET /v2.0/ports?tenant_id=7c7a98ab07ed427a88fd861084b8e672&device_id=3605f2a4-881b-4e64-996c-6a39db4d2b92 => generated 1465 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/1994] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:54 2026] GET /v2.0/ports?device_id=4f5912e6-9698-4d37-ac86-cad09fd8afef => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1995] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:53 2026] POST /v2.0/networks => generated 613 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/1996] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:43:54 2026] GET /v2.0/networks?id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:43:54.386 8 INFO neutron.db.segments_db [None req-2b61e532-d12e-454d-bf03-e13aefc3f6f7 923eab7718394809807a1c80941d24be c83b81870213410fbb9f9c0f535cf729 - - default default] Added segment 003e61f6-7ffb-4892-a39b-0fc758149848 of type vxlan for network 19b7492e-ee6c-4ba9-a155-262cd13e6bae [pid: 7|app: 0|req: 1012/1997] 10.0.0.103 () {34 vars in 663 bytes} [Tue Apr 21 04:43:54 2026] POST /v2.0/ports => generated 743 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1013/1998] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:43:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.148&port_id=aecd9ec7-a710-462f-83d9-d95069f0d5d2 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:43:54.447 8 INFO neutron.db.segments_db [None req-2b61e532-d12e-454d-bf03-e13aefc3f6f7 923eab7718394809807a1c80941d24be c83b81870213410fbb9f9c0f535cf729 - - default default] Added segment 630f497d-12da-403b-892f-c1fbb0ea1413 of type vxlan for network d09c19d9-2513-4ba8-987d-00087e49bdef [pid: 7|app: 0|req: 1014/1999] 10.0.0.103 () {34 vars in 665 bytes} [Tue Apr 21 04:43:54 2026] POST /v2.0/trunks => generated 407 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/2000] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:54 2026] POST /v2.0/networks => generated 1206 bytes in 474 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2001] 199.204.45.144 () {34 vars in 1101 bytes} [Tue Apr 21 04:43:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4c&port_id=aecd9ec7-a710-462f-83d9-d95069f0d5d2 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2002] 10.0.0.103 () {32 vars in 648 bytes} [Tue Apr 21 04:43:54 2026] GET /v2.0/networks => generated 1843 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:43:54.621 8 INFO neutron.db.segments_db [None req-52164c6a-75a8-477a-99e2-73b353409fa0 cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] Added segment 60702c06-5a4f-4a5a-b965-9f1dd770fa18 of type vxlan for network 5d48d5b2-39cb-404b-a720-ce3a69829def [pid: 7|app: 0|req: 1017/2003] 199.204.45.144 () {34 vars in 1063 bytes} [Tue Apr 21 04:43:54 2026] GET /v2.0/subnets?id=8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7&id=4fdeacb3-c20d-4166-9e15-7f0c24c9d678 => generated 1411 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2004] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:54 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:54.728 7 INFO neutron.services.segments.plugin [-] Segment 003e61f6-7ffb-4892-a39b-0fc758149848 resource provider aggregate not found 2026-04-21 04:43:54.733 7 INFO neutron.services.segments.plugin [-] Segment 003e61f6-7ffb-4892-a39b-0fc758149848 resource provider aggregate not found 2026-04-21 04:43:54.741 7 INFO neutron.services.segments.plugin [-] Segment 003e61f6-7ffb-4892-a39b-0fc758149848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 003e61f6-7ffb-4892-a39b-0fc758149848 found for delete ", "request_id": "req-d1a8bec8-014b-4e94-b580-9fe45e1d1ffd"}]} 2026-04-21 04:43:54.751 7 INFO neutron.services.segments.plugin [-] Segment 003e61f6-7ffb-4892-a39b-0fc758149848 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 003e61f6-7ffb-4892-a39b-0fc758149848 found for delete ", "request_id": "req-24ffa1c4-8b47-4a72-9fbc-327d4586dd28"}]} [pid: 8|app: 0|req: 988/2005] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:43:54 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2006] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:54 2026] DELETE /v2.0/networks/19b7492e-ee6c-4ba9-a155-262cd13e6bae => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2007] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:43:54 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&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: 1020/2008] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:54 2026] DELETE /v2.0/networks/d09c19d9-2513-4ba8-987d-00087e49bdef => 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: 1021/2009] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:43:54 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 1022/2010] 10.0.0.103 () {32 vars in 648 bytes} [Tue Apr 21 04:43:54 2026] GET /v2.0/networks => generated 651 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2011] 10.0.0.103 () {34 vars in 663 bytes} [Tue Apr 21 04:43:54 2026] POST /v2.0/ports => generated 743 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1023/2012] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:43:54 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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-21 04:43:55.063 8 INFO neutron.db.segments_db [None req-46ed4503-a1a1-449a-9b0f-163e51e44d3d 923eab7718394809807a1c80941d24be c83b81870213410fbb9f9c0f535cf729 - - default default] Added segment be821087-acb6-44c8-878e-5c9fad5ff374 of type vxlan for network 53608a16-bebd-457f-9129-7bf0be1c79b6 [pid: 8|app: 0|req: 990/2013] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:55 2026] POST /v2.0/networks => generated 630 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2014] 10.0.0.103 () {34 vars in 665 bytes} [Tue Apr 21 04:43:55 2026] POST /v2.0/trunks => generated 407 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:43:55.213 8 INFO neutron.db.segments_db [None req-c2498677-e94f-4abf-ba0c-8949d3c14a2c 923eab7718394809807a1c80941d24be c83b81870213410fbb9f9c0f535cf729 - - default default] Added segment 6a38a573-9e83-47dd-a7fe-f747fae42ea3 of type vxlan for network 27554b5f-756b-440b-9d59-f1d169920a1d 2026-04-21 04:43:55.224 7 INFO neutron.db.segments_db [None req-642af1fb-03dc-4b94-a79e-f7616c89f4cb cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] Added segment 4d8937fe-1d16-4b65-b6ef-6516ba2bd02c of type vxlan for network a1e736ac-18ba-4d22-879d-1476d1d98bd8 [pid: 8|app: 0|req: 991/2015] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:55 2026] POST /v2.0/networks => generated 630 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2016] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:55 2026] POST /v2.0/networks => generated 613 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2017] 10.0.0.103 () {34 vars in 663 bytes} [Tue Apr 21 04:43:55 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1027/2018] 10.0.0.103 () {34 vars in 665 bytes} [Tue Apr 21 04:43:55 2026] POST /v2.0/trunks => generated 407 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2019] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:43:55 2026] PUT /v2.0/trunks/ea8c1ccb-240d-462a-a4ea-e063e5ae64f1/tags => generated 17 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2020] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:43:55 2026] PUT /v2.0/trunks/d2f32015-3153-45d8-a3ca-f8f969a6ac5d/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2021] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:43:55 2026] PUT /v2.0/trunks/3b59a527-4d7a-407f-81ad-c56e102d964a/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2022] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:43:55 2026] PUT /v2.0/trunks/716b518f-aeff-4383-bebd-6fdad0773e49/tags => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/2023] 10.0.0.103 () {34 vars in 664 bytes} [Tue Apr 21 04:43:55 2026] POST /v2.0/ports => generated 1506 bytes in 572 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: 1032/2024] 10.0.0.103 () {32 vars in 661 bytes} [Tue Apr 21 04:43:55 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2025] 10.0.0.103 () {32 vars in 675 bytes} [Tue Apr 21 04:43:55 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/2026] 10.0.0.103 () {32 vars in 642 bytes} [Tue Apr 21 04:43:55 2026] GET /v2.0/ports => generated 1506 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2027] 10.0.0.103 () {32 vars in 671 bytes} [Tue Apr 21 04:43:55 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2028] 10.0.0.103 () {32 vars in 683 bytes} [Tue Apr 21 04:43:55 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2029] 10.0.0.103 () {32 vars in 669 bytes} [Tue Apr 21 04:43:55 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2030] 10.0.0.103 () {32 vars in 683 bytes} [Tue Apr 21 04:43:55 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:43:56.011 8 INFO neutron_taas.services.taas.taas_plugin [None req-1d2ae161-e264-40b7-8d7f-d1a8a2c924d3 923eab7718394809807a1c80941d24be c83b81870213410fbb9f9c0f535cf729 - - default default] TaaS: Handle Delete Port: 47bd6855-463a-46fc-913b-932e9705757e 2026-04-21 04:43:56.015 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d2ae161-e264-40b7-8d7f-d1a8a2c924d3 923eab7718394809807a1c80941d24be c83b81870213410fbb9f9c0f535cf729 - - default default] Tap Mirror: Handle Delete Port: 47bd6855-463a-46fc-913b-932e9705757e [pid: 7|app: 0|req: 1038/2031] 10.0.0.103 () {32 vars in 679 bytes} [Tue Apr 21 04:43:55 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: 7|app: 0|req: 1039/2032] 10.0.0.103 () {32 vars in 691 bytes} [Tue Apr 21 04:43:56 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2033] 10.0.0.103 () {32 vars in 718 bytes} [Tue Apr 21 04:43:56 2026] GET /v2.0/trunks/ea8c1ccb-240d-462a-a4ea-e063e5ae64f1 => generated 412 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2034] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:43:55 2026] DELETE /v2.0/ports/47bd6855-463a-46fc-913b-932e9705757e => 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: 1041/2035] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:43:56 2026] GET /v2.0/ports/ad4ece7b-f7b5-4c71-952f-b8be7c5cb6ba => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2036] 10.0.0.103 () {32 vars in 721 bytes} [Tue Apr 21 04:43:56 2026] DELETE /v2.0/trunks/ea8c1ccb-240d-462a-a4ea-e063e5ae64f1 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2037] 10.0.0.103 () {32 vars in 718 bytes} [Tue Apr 21 04:43:56 2026] GET /v2.0/trunks/d2f32015-3153-45d8-a3ca-f8f969a6ac5d => generated 420 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:43:56.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-76b308c2-db36-4035-99fc-ae2df1c20c07 923eab7718394809807a1c80941d24be c83b81870213410fbb9f9c0f535cf729 - - default default] TaaS: Handle Delete Port: 05573e99-834b-4668-8e9c-486c49a2f91e 2026-04-21 04:43:56.197 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-76b308c2-db36-4035-99fc-ae2df1c20c07 923eab7718394809807a1c80941d24be c83b81870213410fbb9f9c0f535cf729 - - default default] Tap Mirror: Handle Delete Port: 05573e99-834b-4668-8e9c-486c49a2f91e [pid: 7|app: 0|req: 1044/2038] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:43:56 2026] GET /v2.0/ports/be8c692b-c00b-46b8-a5ce-e36ea481a961 => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2039] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:43:56 2026] DELETE /v2.0/ports/05573e99-834b-4668-8e9c-486c49a2f91e => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2040] 10.0.0.103 () {32 vars in 642 bytes} [Tue Apr 21 04:43: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) [pid: 7|app: 0|req: 1045/2041] 10.0.0.103 () {32 vars in 721 bytes} [Tue Apr 21 04:43:56 2026] DELETE /v2.0/trunks/d2f32015-3153-45d8-a3ca-f8f969a6ac5d => 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: 1046/2042] 10.0.0.103 () {32 vars in 718 bytes} [Tue Apr 21 04:43:56 2026] GET /v2.0/trunks/3b59a527-4d7a-407f-81ad-c56e102d964a => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:43:56.350 8 INFO neutron.db.segments_db [None req-75c57dd9-0bb3-42a1-b7a0-b95d7b2c4ee0 923eab7718394809807a1c80941d24be c83b81870213410fbb9f9c0f535cf729 - - default default] Added segment e4d32a38-36b1-4d09-a1bf-127e3466ebbe of type vxlan for network cc671a07-1fdc-4f39-a27b-20c065e76bc5 [pid: 7|app: 0|req: 1047/2043] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:43:56 2026] GET /v2.0/ports/9ae014cc-bde2-4474-bc05-cc8b48d825ba => generated 826 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2044] 10.0.0.103 () {32 vars in 721 bytes} [Tue Apr 21 04:43:56 2026] DELETE /v2.0/trunks/3b59a527-4d7a-407f-81ad-c56e102d964a => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2045] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:56 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) [pid: 7|app: 0|req: 1049/2046] 10.0.0.103 () {32 vars in 718 bytes} [Tue Apr 21 04:43:56 2026] GET /v2.0/trunks/716b518f-aeff-4383-bebd-6fdad0773e49 => generated 414 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:43:56.492 8 INFO neutron.db.segments_db [None req-c117f2cc-dbf0-4abe-9dfb-51596b6f1bac 923eab7718394809807a1c80941d24be c83b81870213410fbb9f9c0f535cf729 - - default default] Added segment d2f01117-17ad-4bd7-870d-ebbbb33b35fb of type vxlan for network aa33bb3c-2be6-4aea-974b-60b164f53660 [pid: 7|app: 0|req: 1050/2047] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:43:56 2026] GET /v2.0/ports/20a02304-207f-455d-940d-b973c28acf3b => generated 826 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2048] 10.0.0.103 () {32 vars in 721 bytes} [Tue Apr 21 04:43:56 2026] DELETE /v2.0/trunks/716b518f-aeff-4383-bebd-6fdad0773e49 => 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: 998/2049] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:43:56 2026] POST /v2.0/networks => generated 631 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2050] 10.0.0.103 () {32 vars in 718 bytes} [Tue Apr 21 04:43:56 2026] GET /v2.0/trunks/224ce83d-5f7d-4e42-8537-17b4003b457d => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/2051] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:43:56 2026] GET /v2.0/ports/51d18cf7-57fb-4421-98d0-936b637e7544 => generated 826 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:43:56.761 7 INFO neutron.services.segments.plugin [-] Segment 630f497d-12da-403b-892f-c1fbb0ea1413 resource provider aggregate not found 2026-04-21 04:43:56.771 7 INFO neutron.services.segments.plugin [-] Segment 630f497d-12da-403b-892f-c1fbb0ea1413 resource provider aggregate not found 2026-04-21 04:43:56.787 7 INFO neutron.services.segments.plugin [-] Segment 630f497d-12da-403b-892f-c1fbb0ea1413 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 630f497d-12da-403b-892f-c1fbb0ea1413 found for delete ", "request_id": "req-535bae33-0bb2-4770-af58-376a92acbee1"}]} [pid: 8|app: 0|req: 1000/2052] 10.0.0.103 () {32 vars in 721 bytes} [Tue Apr 21 04:43:56 2026] DELETE /v2.0/trunks/224ce83d-5f7d-4e42-8537-17b4003b457d => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:56.788 7 INFO neutron.services.segments.plugin [-] Segment 630f497d-12da-403b-892f-c1fbb0ea1413 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 630f497d-12da-403b-892f-c1fbb0ea1413 found for delete ", "request_id": "req-9e10fd2a-915d-4f4e-a03f-4a7e080d7a80"}]} 2026-04-21 04:43:56.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-2aee016a-7576-45be-820a-e1b1e1338963 cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] TaaS: Handle Delete Port: ad4ece7b-f7b5-4c71-952f-b8be7c5cb6ba 2026-04-21 04:43:56.920 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2aee016a-7576-45be-820a-e1b1e1338963 cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] Tap Mirror: Handle Delete Port: ad4ece7b-f7b5-4c71-952f-b8be7c5cb6ba [pid: 8|app: 0|req: 1001/2053] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:43:56 2026] DELETE /v2.0/ports/ad4ece7b-f7b5-4c71-952f-b8be7c5cb6ba => 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: 1053/2054] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:43:56 2026] POST /v2.0/subnets => generated 1273 bytes in 480 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-21 04:43:57.098 8 INFO neutron_taas.services.taas.taas_plugin [None req-bb235149-f772-46ad-b864-1d79f5e1c5ff cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] TaaS: Handle Delete Port: be8c692b-c00b-46b8-a5ce-e36ea481a961 2026-04-21 04:43:57.101 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb235149-f772-46ad-b864-1d79f5e1c5ff cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] Tap Mirror: Handle Delete Port: be8c692b-c00b-46b8-a5ce-e36ea481a961 [pid: 7|app: 0|req: 1054/2055] 10.0.0.103 () {32 vars in 646 bytes} [Tue Apr 21 04:43:57 2026] GET /v2.0/subnets => generated 1909 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2056] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:43:56 2026] DELETE /v2.0/ports/be8c692b-c00b-46b8-a5ce-e36ea481a961 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2057] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:43:57 2026] DELETE /v2.0/subnets/54cd99f6-c1db-4a11-baed-e61574bdefcc => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:57.296 8 INFO neutron_taas.services.taas.taas_plugin [None req-7789cb96-81aa-452a-b0a8-2c9afe5cb941 cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] TaaS: Handle Delete Port: 9ae014cc-bde2-4474-bc05-cc8b48d825ba 2026-04-21 04:43:57.299 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7789cb96-81aa-452a-b0a8-2c9afe5cb941 cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] Tap Mirror: Handle Delete Port: 9ae014cc-bde2-4474-bc05-cc8b48d825ba [pid: 7|app: 0|req: 1056/2058] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:43:57 2026] DELETE /v2.0/subnets/b341b3eb-0d4d-487f-b090-7fd94598b701 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2059] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:43:57 2026] DELETE /v2.0/ports/9ae014cc-bde2-4474-bc05-cc8b48d825ba => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2060] 10.0.0.103 () {32 vars in 646 bytes} [Tue Apr 21 04:43:57 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:43:57.463 8 INFO neutron_taas.services.taas.taas_plugin [None req-514a35cf-904c-47eb-b6e8-c83eede50cc6 cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] TaaS: Handle Delete Port: 20a02304-207f-455d-940d-b973c28acf3b 2026-04-21 04:43:57.465 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-514a35cf-904c-47eb-b6e8-c83eede50cc6 cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] Tap Mirror: Handle Delete Port: 20a02304-207f-455d-940d-b973c28acf3b [pid: 7|app: 0|req: 1058/2061] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:57 2026] DELETE /v2.0/networks/aa33bb3c-2be6-4aea-974b-60b164f53660 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2062] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:43:57 2026] DELETE /v2.0/ports/20a02304-207f-455d-940d-b973c28acf3b => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2063] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:57 2026] DELETE /v2.0/networks/cc671a07-1fdc-4f39-a27b-20c065e76bc5 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:57.649 8 INFO neutron_taas.services.taas.taas_plugin [None req-8abd798b-7893-433f-8d91-6a276c2c343a cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] TaaS: Handle Delete Port: 51d18cf7-57fb-4421-98d0-936b637e7544 2026-04-21 04:43:57.653 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8abd798b-7893-433f-8d91-6a276c2c343a cad16b279260463c996f4f9accc7d617 e4d780771c86442da890b75c11be3e90 - - default default] Tap Mirror: Handle Delete Port: 51d18cf7-57fb-4421-98d0-936b637e7544 [pid: 8|app: 0|req: 1005/2064] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:43:57 2026] DELETE /v2.0/ports/51d18cf7-57fb-4421-98d0-936b637e7544 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2065] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:57 2026] DELETE /v2.0/networks/27554b5f-756b-440b-9d59-f1d169920a1d => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:57.860 8 INFO neutron.services.segments.plugin [-] Segment 345a1109-3e49-4bde-87ac-f030836a0be4 resource provider aggregate not found 2026-04-21 04:43:57.866 8 INFO neutron.services.segments.plugin [-] Segment 345a1109-3e49-4bde-87ac-f030836a0be4 resource provider aggregate not found [pid: 7|app: 0|req: 1061/2066] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:57 2026] DELETE /v2.0/networks/53608a16-bebd-457f-9129-7bf0be1c79b6 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:43:57.877 8 INFO neutron.services.segments.plugin [-] Segment 345a1109-3e49-4bde-87ac-f030836a0be4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 345a1109-3e49-4bde-87ac-f030836a0be4 found for delete ", "request_id": "req-19aab1e7-d6b0-4a23-987b-e5c61fd05bf2"}]} 2026-04-21 04:43:57.880 8 INFO neutron.services.segments.plugin [-] Segment 345a1109-3e49-4bde-87ac-f030836a0be4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 345a1109-3e49-4bde-87ac-f030836a0be4 found for delete ", "request_id": "req-dbd07c7c-5e70-47ad-9b91-382110da8846"}]} [pid: 8|app: 0|req: 1006/2067] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:57 2026] DELETE /v2.0/networks/12abb414-b4ac-4a24-9080-ee018f8c7cd9 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2068] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:57 2026] DELETE /v2.0/networks/70e0bd73-09e7-4796-960f-2c894324f84e => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2069] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:58 2026] DELETE /v2.0/networks/eb43f3d4-9285-49a9-881e-9cfc1e2b9080 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2070] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:58 2026] DELETE /v2.0/networks/5d48d5b2-39cb-404b-a720-ce3a69829def => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2071] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:43:58 2026] GET /v2.0/networks?id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 => generated 705 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2072] 199.204.45.144 () {34 vars in 1049 bytes} [Tue Apr 21 04:43:58 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=7c7a98ab07ed427a88fd861084b8e672 => generated 178 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2073] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:43:58 2026] DELETE /v2.0/networks/a1e736ac-18ba-4d22-879d-1476d1d98bd8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2074] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:58 2026] GET /v2.0/security-groups?tenant_id=c83b81870213410fbb9f9c0f535cf729&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2075] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:58 2026] DELETE /v2.0/security-groups/f0273e9d-fea2-436c-9b5f-cbd421bec277 => 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: 1009/2076] 199.204.45.144 () {38 vars in 954 bytes} [Tue Apr 21 04:43:58 2026] POST /v2.0/ports => generated 1187 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-21 04:43:58.816 7 INFO neutron.services.segments.plugin [-] Segment d2f01117-17ad-4bd7-870d-ebbbb33b35fb resource provider aggregate not found 2026-04-21 04:43:58.817 7 INFO neutron.services.segments.plugin [-] Segment d2f01117-17ad-4bd7-870d-ebbbb33b35fb resource provider aggregate not found 2026-04-21 04:43:58.845 7 INFO neutron.services.segments.plugin [-] Segment d2f01117-17ad-4bd7-870d-ebbbb33b35fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2f01117-17ad-4bd7-870d-ebbbb33b35fb found for delete ", "request_id": "req-c94c5e52-f346-401e-9348-2bf8250d296e"}]} 2026-04-21 04:43:58.845 7 INFO neutron.services.segments.plugin [-] Segment d2f01117-17ad-4bd7-870d-ebbbb33b35fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2f01117-17ad-4bd7-870d-ebbbb33b35fb found for delete ", "request_id": "req-3c000741-a026-4095-9fe0-c56f0ae11efd"}]} 2026-04-21 04:43:58.867 7 INFO neutron.services.segments.plugin [-] Segment e4d32a38-36b1-4d09-a1bf-127e3466ebbe resource provider aggregate not found 2026-04-21 04:43:58.871 7 INFO neutron.services.segments.plugin [-] Segment e4d32a38-36b1-4d09-a1bf-127e3466ebbe resource provider aggregate not found 2026-04-21 04:43:58.889 7 INFO neutron.services.segments.plugin [-] Segment e4d32a38-36b1-4d09-a1bf-127e3466ebbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4d32a38-36b1-4d09-a1bf-127e3466ebbe found for delete ", "request_id": "req-bd5b6c10-9731-4af6-a723-5016a0ba8594"}]} 2026-04-21 04:43:58.897 7 INFO neutron.services.segments.plugin [-] Segment e4d32a38-36b1-4d09-a1bf-127e3466ebbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4d32a38-36b1-4d09-a1bf-127e3466ebbe found for delete ", "request_id": "req-9b17b622-bfc5-4f0b-a09f-55a718fc94da"}]} 2026-04-21 04:43:58.912 7 INFO neutron.services.segments.plugin [-] Segment 6a38a573-9e83-47dd-a7fe-f747fae42ea3 resource provider aggregate not found 2026-04-21 04:43:58.923 7 INFO neutron.services.segments.plugin [-] Segment 6a38a573-9e83-47dd-a7fe-f747fae42ea3 resource provider aggregate not found 2026-04-21 04:43:58.932 7 INFO neutron.services.segments.plugin [-] Segment 6a38a573-9e83-47dd-a7fe-f747fae42ea3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a38a573-9e83-47dd-a7fe-f747fae42ea3 found for delete ", "request_id": "req-3204d80f-3e41-480f-87fa-8c627f52775e"}]} 2026-04-21 04:43:58.953 7 INFO neutron.services.segments.plugin [-] Segment 6a38a573-9e83-47dd-a7fe-f747fae42ea3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a38a573-9e83-47dd-a7fe-f747fae42ea3 found for delete ", "request_id": "req-908667a6-9233-4dfe-a196-1489664f86b7"}]} 2026-04-21 04:43:58.953 7 INFO neutron.services.segments.plugin [-] Segment be821087-acb6-44c8-878e-5c9fad5ff374 resource provider aggregate not found 2026-04-21 04:43:58.977 7 INFO neutron.services.segments.plugin [-] Segment be821087-acb6-44c8-878e-5c9fad5ff374 resource provider aggregate not found 2026-04-21 04:43:58.984 7 INFO neutron.services.segments.plugin [-] Segment be821087-acb6-44c8-878e-5c9fad5ff374 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be821087-acb6-44c8-878e-5c9fad5ff374 found for delete ", "request_id": "req-ad30c44f-3750-4b66-8ae9-8953896051e6"}]} 2026-04-21 04:43:59.000 7 INFO neutron.services.segments.plugin [-] Segment 7aad603a-dc5c-4c69-85e6-d41361395caa resource provider aggregate not found 2026-04-21 04:43:59.007 7 INFO neutron.services.segments.plugin [-] Segment be821087-acb6-44c8-878e-5c9fad5ff374 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be821087-acb6-44c8-878e-5c9fad5ff374 found for delete ", "request_id": "req-9ff6e8dc-c300-4c67-b665-6995ea5b2663"}]} 2026-04-21 04:43:59.019 7 INFO neutron.services.segments.plugin [-] Segment 7aad603a-dc5c-4c69-85e6-d41361395caa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aad603a-dc5c-4c69-85e6-d41361395caa found for delete ", "request_id": "req-09118f06-25d9-4cd3-b8ec-26e5b6fc1e50"}]} 2026-04-21 04:43:59.025 7 INFO neutron.services.segments.plugin [-] Segment 7aad603a-dc5c-4c69-85e6-d41361395caa resource provider aggregate not found 2026-04-21 04:43:59.034 7 INFO neutron.services.segments.plugin [-] Segment 60702c06-5a4f-4a5a-b965-9f1dd770fa18 resource provider aggregate not found 2026-04-21 04:43:59.047 7 INFO neutron.services.segments.plugin [-] Segment 7aad603a-dc5c-4c69-85e6-d41361395caa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7aad603a-dc5c-4c69-85e6-d41361395caa found for delete ", "request_id": "req-29f007e3-9fbc-402a-ab20-940a78c0c281"}]} 2026-04-21 04:43:59.052 7 INFO neutron.services.segments.plugin [-] Segment 60702c06-5a4f-4a5a-b965-9f1dd770fa18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60702c06-5a4f-4a5a-b965-9f1dd770fa18 found for delete ", "request_id": "req-02b13e28-dfb3-42fa-9491-68f39343d7e7"}]} 2026-04-21 04:43:59.064 7 INFO neutron.services.segments.plugin [-] Segment 60702c06-5a4f-4a5a-b965-9f1dd770fa18 resource provider aggregate not found 2026-04-21 04:43:59.079 7 INFO neutron.services.segments.plugin [-] Segment 60702c06-5a4f-4a5a-b965-9f1dd770fa18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60702c06-5a4f-4a5a-b965-9f1dd770fa18 found for delete ", "request_id": "req-515b75e6-06a0-487c-a7cd-db9163cdc8a8"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1068/2077] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:43:58 2026] PUT /v2.0/ports/789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d => generated 1468 bytes in 553 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: 1010/2078] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:59 2026] GET /v2.0/security-groups?tenant_id=982db2892daf4a21a988d492f3f91ed4&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:43:59.329 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f15ccc32-e605-40ac-954a-04a8c2abd547'] response: {'name': 'network-changed', 'server_uuid': '4f5912e6-9698-4d37-ac86-cad09fd8afef', 'tag': '789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1069/2079] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:43:59 2026] GET /v2.0/ports?device_id=4f5912e6-9698-4d37-ac86-cad09fd8afef => generated 1202 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2080] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:59 2026] DELETE /v2.0/security-groups/9828e9c4-4773-4747-bb88-79552f1e0651 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2081] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:43:59 2026] GET /v2.0/security-groups?id=25ddb062-bd75-4802-8f06-d90e7fc5e873&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2082] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:59 2026] GET /v2.0/security-groups?tenant_id=e4d780771c86442da890b75c11be3e90&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2083] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:59 2026] DELETE /v2.0/security-groups/06e59b7e-4398-47df-8685-6f756c09f3e4 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2084] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:43:59 2026] GET /v2.0/security-groups?tenant_id=fa24f628408d458a9a3b2ae6aa120ba1&name=default => generated 2925 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2085] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:43:59 2026] GET /v2.0/ports?tenant_id=7c7a98ab07ed427a88fd861084b8e672&device_id=4f5912e6-9698-4d37-ac86-cad09fd8afef => generated 1471 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:43:59.898 8 INFO neutron.services.segments.plugin [-] Segment 85c812d2-1a9f-44b7-af1f-2863d5c38236 resource provider aggregate not found 2026-04-21 04:43:59.904 8 INFO neutron.services.segments.plugin [-] Segment 85c812d2-1a9f-44b7-af1f-2863d5c38236 resource provider aggregate not found 2026-04-21 04:43:59.919 8 INFO neutron.services.segments.plugin [-] Segment 85c812d2-1a9f-44b7-af1f-2863d5c38236 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85c812d2-1a9f-44b7-af1f-2863d5c38236 found for delete ", "request_id": "req-5008d8dd-47d6-42b7-b15c-6cc8fb6b49ea"}]} [pid: 7|app: 0|req: 1072/2086] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:43:59 2026] DELETE /v2.0/security-groups/d12a861a-f5f4-43b0-add7-3eba9863f042 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:43:59.925 8 INFO neutron.services.segments.plugin [-] Segment 85c812d2-1a9f-44b7-af1f-2863d5c38236 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85c812d2-1a9f-44b7-af1f-2863d5c38236 found for delete ", "request_id": "req-1edb11b1-8e70-40d4-afb4-a523270dd804"}]} 2026-04-21 04:43:59.941 8 INFO neutron.services.segments.plugin [-] Segment 4d8937fe-1d16-4b65-b6ef-6516ba2bd02c resource provider aggregate not found 2026-04-21 04:43:59.948 8 INFO neutron.services.segments.plugin [-] Segment 4d8937fe-1d16-4b65-b6ef-6516ba2bd02c resource provider aggregate not found [pid: 8|app: 0|req: 1015/2087] 199.204.45.144 () {34 vars in 1017 bytes} [Tue Apr 21 04:43:59 2026] GET /v2.0/networks?tenant_id=7c7a98ab07ed427a88fd861084b8e672&shared=False => generated 2376 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:43:59.963 8 INFO neutron.services.segments.plugin [-] Segment 4d8937fe-1d16-4b65-b6ef-6516ba2bd02c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d8937fe-1d16-4b65-b6ef-6516ba2bd02c found for delete ", "request_id": "req-40300d31-edcf-4afe-a6ee-c4bac2c33e64"}]} 2026-04-21 04:43:59.963 8 INFO neutron.services.segments.plugin [-] Segment 4d8937fe-1d16-4b65-b6ef-6516ba2bd02c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d8937fe-1d16-4b65-b6ef-6516ba2bd02c found for delete ", "request_id": "req-2ce4e897-5459-443c-9aca-5efdd1f6967d"}]} [pid: 7|app: 0|req: 1073/2088] 199.204.45.144 () {34 vars in 929 bytes} [Tue Apr 21 04:43:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:44:00.686 8 INFO neutron.db.segments_db [None req-55044435-996d-40f7-b540-bc931e64e213 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Added segment 5cc20fd9-1e0d-4105-a99d-5ddb188dc531 of type vxlan for network dd380c86-8eba-4de1-bd52-8389043a8c7e [pid: 8|app: 0|req: 1016/2089] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:44:00 2026] POST /v2.0/networks => generated 614 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:44:00.821 7 INFO neutron.db.segments_db [None req-003fe099-dfbe-4114-9e8c-032194c15fa0 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Added segment 86c16ec6-78d3-485e-89ec-20c878bb2a67 of type vxlan for network 5dcbeda1-a07e-45f9-8f56-b36698aefee1 [pid: 7|app: 0|req: 1074/2090] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:44:00 2026] POST /v2.0/networks => generated 614 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2091] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:44:01 2026] GET /v2.0/ports?tenant_id=7c7a98ab07ed427a88fd861084b8e672&device_id=4f5912e6-9698-4d37-ac86-cad09fd8afef => generated 1471 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2092] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:44:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.157&port_id=789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d => 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: 1077/2093] 199.204.45.144 () {34 vars in 1105 bytes} [Tue Apr 21 04:44:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1a1&port_id=789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d => 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: 1078/2094] 199.204.45.144 () {34 vars in 1063 bytes} [Tue Apr 21 04:44:01 2026] GET /v2.0/subnets?id=a2a8a0b5-58b3-48a8-9dd9-dea0eb7ccf64&id=c410374e-be87-4460-bc04-acfffa15cf0f => generated 1413 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2095] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:00 2026] POST /v2.0/subnets => generated 646 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2096] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:44:01 2026] GET /v2.0/ports?network_id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2097] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:44:01 2026] GET /v2.0/ports?network_id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0&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: 1081/2098] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:44:01 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?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: 1082/2099] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:44:01 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?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: 1018/2100] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:01 2026] POST /v2.0/subnets => generated 655 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:44:01.468 7 INFO neutron.db.segments_db [None req-9ed4f2a6-dc76-4c1d-8a06-3cf146b46411 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Added segment 41584df5-f6dd-4cb3-821e-6fee02493c22 of type vxlan for network 8ab9fe80-d213-4a8e-b193-355d1488c44e 2026-04-21 04:44:01.702 7 INFO neutron.db.l3_hamode_db [None req-9ed4f2a6-dc76-4c1d-8a06-3cf146b46411 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:44:01.810 7 INFO neutron.db.l3_hamode_db [None req-9ed4f2a6-dc76-4c1d-8a06-3cf146b46411 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1083/2101] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:01 2026] POST /v2.0/routers => generated 511 bytes in 935 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:44:03.339 7 INFO neutron.db.segments_db [None req-974de5d5-2d22-4ab0-b997-ace0421576a4 ec35f3d1e78243d394967fcd20566a5c 292e818e10e54cc6b1ca8d156e2ee653 - - default default] Added segment d4374bd9-964e-4259-9b09-875217d72a63 of type vxlan for network f2fd1ed6-1725-440b-80a3-b7cbfad3748c [pid: 8|app: 0|req: 1019/2102] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:44:02 2026] PUT /v2.0/routers/8b7eea93-2dbc-45c2-9425-d4e106382226/add_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2103] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:44:03 2026] GET /v2.0/ports/83a2a8a5-afc3-47f9-a280-5d0ddb34d700 => generated 959 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2104] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:44:03 2026] POST /v2.0/networks => generated 613 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2105] 10.0.0.103 () {34 vars in 663 bytes} [Tue Apr 21 04:44:03 2026] POST /v2.0/ports => generated 743 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: 7|app: 0|req: 1086/2106] 10.0.0.103 () {34 vars in 746 bytes} [Tue Apr 21 04:44:03 2026] PUT /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags => generated 25 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: 7|app: 0|req: 1087/2107] 10.0.0.103 () {32 vars in 726 bytes} [Tue Apr 21 04:44:03 2026] GET /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags => generated 25 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, ' [pid: 7|app: 0|req: 1088/2108] 10.0.0.103 () {34 vars in 757 bytes} [Tue Apr 21 04:44:03 2026] PUT /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags/green => generated 4 bytes in 79 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: 1089/2109] 10.0.0.103 () {32 vars in 726 bytes} [Tue Apr 21 04:44:03 2026] GET /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1090/2110] 10.0.0.103 () {34 vars in 753 bytes} [Tue Apr 21 04:44:03 2026] PUT /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags/red => generated 4 bytes in 82 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: 1091/2111] 10.0.0.103 () {32 vars in 726 bytes} [Tue Apr 21 04:44:04 2026] GET /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1092/2112] 10.0.0.103 () {34 vars in 775 bytes} [Tue Apr 21 04:44:04 2026] PUT /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags/black.or.white => generated 4 bytes in 79 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: 1093/2113] 10.0.0.103 () {32 vars in 726 bytes} [Tue Apr 21 04:44:04 2026] GET /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags => generated 52 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1094/2114] 10.0.0.103 () {34 vars in 746 bytes} [Tue Apr 21 04:44:04 2026] PUT /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1095/2115] 10.0.0.103 () {32 vars in 726 bytes} [Tue Apr 21 04:44:04 2026] GET /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags => generated 37 bytes in 47 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/2116] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:44:03 2026] PUT /v2.0/routers/8b7eea93-2dbc-45c2-9425-d4e106382226/add_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2117] 10.0.0.103 () {32 vars in 734 bytes} [Tue Apr 21 04:44:04 2026] GET /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1022/2118] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:44:04 2026] GET /v2.0/ports/fb1e76e8-493b-45c2-93b4-5f9b9faf1d21 => generated 967 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:44:04.473 7 INFO neutron.api.v2.resource [None req-c09493cd-0e49-4c2a-bf60-c1160cdfe083 ec35f3d1e78243d394967fcd20566a5c 292e818e10e54cc6b1ca8d156e2ee653 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1097/2119] 10.0.0.103 () {32 vars in 738 bytes} [Tue Apr 21 04:44:04 2026] GET /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1098/2120] 10.0.0.103 () {32 vars in 737 bytes} [Tue Apr 21 04:44:04 2026] DELETE /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1099/2121] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:04 2026] GET /v2.0/ports?device_id=4f5912e6-9698-4d37-ac86-cad09fd8afef => generated 1202 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2122] 10.0.0.103 () {32 vars in 726 bytes} [Tue Apr 21 04:44:04 2026] GET /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1101/2123] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:44:04 2026] GET /v2.0/security-groups?id=25ddb062-bd75-4802-8f06-d90e7fc5e873&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:44:04.740 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b4ffd58-ea35-40ea-9211-523e932ad540 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] TaaS: Handle Delete Port: fb1e76e8-493b-45c2-93b4-5f9b9faf1d21 2026-04-21 04:44:04.743 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b4ffd58-ea35-40ea-9211-523e932ad540 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Tap Mirror: Handle Delete Port: fb1e76e8-493b-45c2-93b4-5f9b9faf1d21 2026-04-21 04:44:04.745 7 INFO neutron.api.v2.resource [None req-a7036035-fd68-4e42-9690-d94f62347aed ec35f3d1e78243d394967fcd20566a5c 292e818e10e54cc6b1ca8d156e2ee653 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1102/2124] 10.0.0.103 () {32 vars in 741 bytes} [Tue Apr 21 04:44:04 2026] DELETE /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1103/2125] 10.0.0.103 () {32 vars in 729 bytes} [Tue Apr 21 04:44:04 2026] DELETE /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags => generated 0 bytes in 66 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: 1104/2126] 10.0.0.103 () {32 vars in 726 bytes} [Tue Apr 21 04:44:04 2026] GET /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315/tags => generated 12 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, ' 2026-04-21 04:44:04.968 7 INFO neutron_taas.services.taas.taas_plugin [None req-3eb01656-17cb-4792-9dbe-7924d3233093 ec35f3d1e78243d394967fcd20566a5c 292e818e10e54cc6b1ca8d156e2ee653 - - default default] TaaS: Handle Delete Port: 134b83ae-7f55-474b-92d2-f43220291315 2026-04-21 04:44:04.971 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3eb01656-17cb-4792-9dbe-7924d3233093 ec35f3d1e78243d394967fcd20566a5c 292e818e10e54cc6b1ca8d156e2ee653 - - default default] Tap Mirror: Handle Delete Port: 134b83ae-7f55-474b-92d2-f43220291315 [pid: 7|app: 0|req: 1105/2127] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:44:04 2026] DELETE /v2.0/ports/134b83ae-7f55-474b-92d2-f43220291315 => 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: 1023/2128] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:44:04 2026] PUT /v2.0/routers/8b7eea93-2dbc-45c2-9425-d4e106382226/remove_router_interface => generated 309 bytes in 661 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:44:05.179 7 INFO neutron.services.segments.plugin [-] Segment d4374bd9-964e-4259-9b09-875217d72a63 resource provider aggregate not found 2026-04-21 04:44:05.179 7 INFO neutron.services.segments.plugin [-] Segment d4374bd9-964e-4259-9b09-875217d72a63 resource provider aggregate not found 2026-04-21 04:44:05.194 7 INFO neutron.services.segments.plugin [-] Segment d4374bd9-964e-4259-9b09-875217d72a63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4374bd9-964e-4259-9b09-875217d72a63 found for delete ", "request_id": "req-fda11ae2-3ca3-45cd-a682-5c68c6574551"}]} 2026-04-21 04:44:05.198 7 INFO neutron.services.segments.plugin [-] Segment d4374bd9-964e-4259-9b09-875217d72a63 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4374bd9-964e-4259-9b09-875217d72a63 found for delete ", "request_id": "req-1db4b267-cae6-45d9-9ca3-b7e823876bdc"}]} [pid: 7|app: 0|req: 1106/2131] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:44:05 2026] DELETE /v2.0/networks/f2fd1ed6-1725-440b-80a3-b7cbfad3748c => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:44:05.451 8 INFO neutron_taas.services.taas.taas_plugin [None req-68ed774c-cb63-4bc9-8598-da070826501e 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] TaaS: Handle Delete Port: 83a2a8a5-afc3-47f9-a280-5d0ddb34d700 2026-04-21 04:44:05.454 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68ed774c-cb63-4bc9-8598-da070826501e 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Tap Mirror: Handle Delete Port: 83a2a8a5-afc3-47f9-a280-5d0ddb34d700 [pid: 7|app: 0|req: 1107/2132] 10.0.0.160 () {34 vars in 989 bytes} [Tue Apr 21 04:44:05 2026] GET /v2.0/ports?device_id=3605f2a4-881b-4e64-996c-6a39db4d2b92 => generated 1465 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2133] 10.0.0.160 () {34 vars in 1039 bytes} [Tue Apr 21 04:44:05 2026] GET /v2.0/security-groups?id=25ddb062-bd75-4802-8f06-d90e7fc5e873&fields=id&fields=name => generated 111 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2134] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:44:05 2026] PUT /v2.0/routers/8b7eea93-2dbc-45c2-9425-d4e106382226/remove_router_interface => generated 309 bytes in 758 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2135] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:05 2026] GET /v2.0/ports?device_id=8b7eea93-2dbc-45c2-9425-d4e106382226 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:06.083 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f1c8461-d37b-43cd-b68c-7699a57e67a8 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] TaaS: Handle Delete Port: 242eb6f2-7937-4e3d-93ba-50b1b2bafa3f 2026-04-21 04:44:06.087 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f1c8461-d37b-43cd-b68c-7699a57e67a8 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Tap Mirror: Handle Delete Port: 242eb6f2-7937-4e3d-93ba-50b1b2bafa3f [pid: 8|app: 0|req: 1027/2136] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:44:05 2026] GET /v2.0/security-groups?tenant_id=70ca47943b7e4317816f981ca13c9bba&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2137] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:44:06 2026] DELETE /v2.0/security-groups/786e0c44-71be-400c-a5b5-f041ba1a1ca2 => 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: 1029/2138] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:44:06 2026] GET /v2.0/security-groups?tenant_id=292e818e10e54cc6b1ca8d156e2ee653&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:44:06.408 7 INFO neutron.db.l3_hamode_db [None req-6f1c8461-d37b-43cd-b68c-7699a57e67a8 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] HA network 8ab9fe80-d213-4a8e-b193-355d1488c44e was deleted as no HA routers are present in tenant ed9fa623a8364d528f09d435004c40f9. [pid: 7|app: 0|req: 1110/2139] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:05 2026] DELETE /v2.0/routers/8b7eea93-2dbc-45c2-9425-d4e106382226 => generated 0 bytes in 516 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2140] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:44:06 2026] DELETE /v2.0/security-groups/f77106f2-d942-42f7-a638-5a9fb3278b4a => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2141] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:06 2026] DELETE /v2.0/subnets/f1ca6aa6-cbbb-4f21-a401-ea04ad9857a6 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2142] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:06 2026] DELETE /v2.0/subnets/6cddb9ab-791e-4a6d-832d-bebeccd980e0 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2143] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:44:06 2026] DELETE /v2.0/networks/5dcbeda1-a07e-45f9-8f56-b36698aefee1 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:44:06.924 8 INFO neutron.services.segments.plugin [-] Segment 5cc20fd9-1e0d-4105-a99d-5ddb188dc531 resource provider aggregate not found 2026-04-21 04:44:06.925 8 INFO neutron.services.segments.plugin [-] Segment 5cc20fd9-1e0d-4105-a99d-5ddb188dc531 resource provider aggregate not found 2026-04-21 04:44:06.946 8 INFO neutron.services.segments.plugin [-] Segment 5cc20fd9-1e0d-4105-a99d-5ddb188dc531 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cc20fd9-1e0d-4105-a99d-5ddb188dc531 found for delete ", "request_id": "req-774d8934-cf6d-4189-8c4e-78a1c34ae0a8"}]} 2026-04-21 04:44:06.950 8 INFO neutron.services.segments.plugin [-] Segment 5cc20fd9-1e0d-4105-a99d-5ddb188dc531 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cc20fd9-1e0d-4105-a99d-5ddb188dc531 found for delete ", "request_id": "req-b2d88a52-7ef2-4170-b016-18eed10dae95"}]} [pid: 8|app: 0|req: 1032/2144] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:44:06 2026] DELETE /v2.0/networks/dd380c86-8eba-4de1-bd52-8389043a8c7e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:44:07.015 7 INFO neutron.db.segments_db [None req-de47987a-436a-4aaa-9165-9e755389a68f 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Added segment 4cb5a6e1-eca3-4bca-8d30-9157d8c39e4c of type vxlan for network b4fa3b1b-26cd-4e12-8872-dba047fa0236 [pid: 7|app: 0|req: 1113/2145] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:44:06 2026] POST /v2.0/networks => generated 614 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:44:07.212 7 INFO neutron.services.segments.plugin [-] Segment 41584df5-f6dd-4cb3-821e-6fee02493c22 resource provider aggregate not found 2026-04-21 04:44:07.216 7 INFO neutron.services.segments.plugin [-] Segment 41584df5-f6dd-4cb3-821e-6fee02493c22 resource provider aggregate not found 2026-04-21 04:44:07.230 7 INFO neutron.services.segments.plugin [-] Segment 41584df5-f6dd-4cb3-821e-6fee02493c22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41584df5-f6dd-4cb3-821e-6fee02493c22 found for delete ", "request_id": "req-c6e805e1-c4ba-4850-826e-fe582585afc4"}]} 2026-04-21 04:44:07.234 7 INFO neutron.services.segments.plugin [-] Segment 41584df5-f6dd-4cb3-821e-6fee02493c22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41584df5-f6dd-4cb3-821e-6fee02493c22 found for delete ", "request_id": "req-0f8f8780-5883-4899-a635-fae7c11d5a51"}]} 2026-04-21 04:44:07.245 7 INFO neutron.services.segments.plugin [-] Segment 86c16ec6-78d3-485e-89ec-20c878bb2a67 resource provider aggregate not found 2026-04-21 04:44:07.254 7 INFO neutron.services.segments.plugin [-] Segment 86c16ec6-78d3-485e-89ec-20c878bb2a67 resource provider aggregate not found 2026-04-21 04:44:07.259 7 INFO neutron.services.segments.plugin [-] Segment 86c16ec6-78d3-485e-89ec-20c878bb2a67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86c16ec6-78d3-485e-89ec-20c878bb2a67 found for delete ", "request_id": "req-dad7cc3e-c060-4549-a023-d0e368359b43"}]} 2026-04-21 04:44:07.273 7 INFO neutron.services.segments.plugin [-] Segment 86c16ec6-78d3-485e-89ec-20c878bb2a67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86c16ec6-78d3-485e-89ec-20c878bb2a67 found for delete ", "request_id": "req-27474354-7127-4ba5-8a67-68781c658803"}]} [pid: 8|app: 0|req: 1033/2146] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:07 2026] POST /v2.0/subnets => generated 646 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:44:07.418 7 INFO neutron.db.segments_db [None req-2f07e679-de1c-421d-89db-76d4aa0774f1 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Added segment 9d865299-3b1c-4827-b22a-9d3ecab86eaf of type vxlan for network 93e624f1-cb53-48b4-9800-d9df6f03625b 2026-04-21 04:44:07.660 7 INFO neutron.db.l3_hamode_db [None req-2f07e679-de1c-421d-89db-76d4aa0774f1 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:44:07.789 7 INFO neutron.db.l3_hamode_db [None req-2f07e679-de1c-421d-89db-76d4aa0774f1 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1114/2147] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:07 2026] POST /v2.0/routers => generated 510 bytes in 916 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2148] 10.0.0.103 () {34 vars in 664 bytes} [Tue Apr 21 04:44:08 2026] POST /v2.0/ports => generated 960 bytes in 319 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: 1115/2149] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:44:08 2026] PUT /v2.0/routers/bf0758e2-879f-4932-b591-e70872c75de9/add_router_interface => generated 309 bytes in 1066 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: 1035/2150] 10.0.0.103 () {34 vars in 677 bytes} [Tue Apr 21 04:44:09 2026] POST /v2.0/qos/policies => generated 359 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2151] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:44:09 2026] GET /v2.0/ports/279e3c2a-8d41-4f08-9e0e-c61379653890 => generated 1034 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2152] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:44:09 2026] PUT /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/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: 1117/2153] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:09 2026] GET /v2.0/ports?device_id=4f5912e6-9698-4d37-ac86-cad09fd8afef => generated 1204 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2154] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:44:09 2026] GET /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2155] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:44:09 2026] GET /v2.0/security-groups?id=25ddb062-bd75-4802-8f06-d90e7fc5e873&fields=id&fields=name => generated 111 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2156] 10.0.0.103 () {34 vars in 763 bytes} [Tue Apr 21 04:44:09 2026] PUT /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2157] 10.0.0.103 () {32 vars in 817 bytes} [Tue Apr 21 04:44:09 2026] GET /v2.0/ports?network_id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0&mac_address=fa%3A16%3A3e%3Aba%3A5e%3Abf => generated 1204 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2158] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:44:09 2026] GET /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:10.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-50de359f-3bbb-4564-b928-80ac5de6c5ae 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] TaaS: Handle Delete Port: 279e3c2a-8d41-4f08-9e0e-c61379653890 2026-04-21 04:44:10.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50de359f-3bbb-4564-b928-80ac5de6c5ae 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Tap Mirror: Handle Delete Port: 279e3c2a-8d41-4f08-9e0e-c61379653890 [pid: 8|app: 0|req: 1037/2159] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:44:09 2026] PUT /v2.0/routers/bf0758e2-879f-4932-b591-e70872c75de9/remove_router_interface => generated 309 bytes in 597 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: 1038/2160] 10.0.0.103 () {34 vars in 759 bytes} [Tue Apr 21 04:44:10 2026] PUT /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-21 04:44:10.525 8 INFO neutron.api.v2.resource [None req-d468d7d3-1de7-4cb7-9408-deb45531b200 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1039/2161] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:44:10 2026] PUT /v2.0/routers/bf0758e2-879f-4932-b591-e70872c75de9/remove_router_interface => generated 197 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2162] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:44:10 2026] GET /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2163] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:10 2026] GET /v2.0/ports?device_id=bf0758e2-879f-4932-b591-e70872c75de9 => 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: 1042/2164] 10.0.0.103 () {34 vars in 781 bytes} [Tue Apr 21 04:44:10 2026] PUT /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags/black.or.white => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-21 04:44:10.704 7 INFO neutron.db.l3_db [None req-e0db151d-fe55-477b-92d0-f8608a295a7c 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Floating IP 23323264-0f0a-42cd-8692-8ca0a7b30533 associated. External IP: 10.96.250.206, port: 789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d. 2026-04-21 04:44:10.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-db2b26e0-1a50-415a-937c-1d5f11da2bfd 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] TaaS: Handle Delete Port: 15cccf31-be03-43b7-ba9a-8c77cc953767 2026-04-21 04:44:10.783 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db2b26e0-1a50-415a-937c-1d5f11da2bfd 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Tap Mirror: Handle Delete Port: 15cccf31-be03-43b7-ba9a-8c77cc953767 [pid: 7|app: 0|req: 1123/2165] 10.0.0.103 () {34 vars in 676 bytes} [Tue Apr 21 04:44:09 2026] POST /v2.0/floatingips => generated 855 bytes in 1055 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:44:11.053 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d778dfd3-489d-4683-9fb6-565ab1aa8084'] response: {'name': 'network-changed', 'server_uuid': '4f5912e6-9698-4d37-ac86-cad09fd8afef', 'tag': '789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1124/2166] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:11.129 8 INFO neutron.services.segments.plugin [-] Segment 9d865299-3b1c-4827-b22a-9d3ecab86eaf resource provider aggregate not found [pid: 7|app: 0|req: 1125/2167] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:44:11 2026] PUT /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags => generated 37 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:11.135 8 INFO neutron.services.segments.plugin [-] Segment 9d865299-3b1c-4827-b22a-9d3ecab86eaf resource provider aggregate not found 2026-04-21 04:44:11.151 8 INFO neutron.services.segments.plugin [-] Segment 9d865299-3b1c-4827-b22a-9d3ecab86eaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d865299-3b1c-4827-b22a-9d3ecab86eaf found for delete ", "request_id": "req-f252a725-ed3e-4b30-af7b-91dcd17932ba"}]} 2026-04-21 04:44:11.154 8 INFO neutron.services.segments.plugin [-] Segment 9d865299-3b1c-4827-b22a-9d3ecab86eaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d865299-3b1c-4827-b22a-9d3ecab86eaf found for delete ", "request_id": "req-6ab308cc-44c5-446a-ae8e-4541f1fe2047"}]} 2026-04-21 04:44:11.168 8 INFO neutron.db.l3_hamode_db [None req-db2b26e0-1a50-415a-937c-1d5f11da2bfd 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] HA network 93e624f1-cb53-48b4-9800-d9df6f03625b was deleted as no HA routers are present in tenant ed9fa623a8364d528f09d435004c40f9. [pid: 7|app: 0|req: 1126/2168] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2169] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:10 2026] DELETE /v2.0/routers/bf0758e2-879f-4932-b591-e70872c75de9 => generated 0 bytes in 554 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2170] 10.0.0.103 () {32 vars in 740 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags/red => generated 0 bytes in 25 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:44:11.230 7 INFO neutron.api.v2.resource [None req-bed4a5c0-6aba-4816-b374-c6adc13dd1fa 2889883d398942b28496ab4eedab5fba 2fa7935e214342339190d32392151c89 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1128/2171] 10.0.0.103 () {32 vars in 744 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2172] 10.0.0.103 () {32 vars in 743 bytes} [Tue Apr 21 04:44:11 2026] DELETE /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2173] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2174] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:11 2026] DELETE /v2.0/subnets/92bdb59b-73a7-4599-b964-b4cce2069759 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:44:11.342 7 INFO neutron.api.v2.resource [None req-9bc25317-fc86-4eb0-91e3-57b2bbe5204a 2889883d398942b28496ab4eedab5fba 2fa7935e214342339190d32392151c89 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1131/2175] 10.0.0.103 () {32 vars in 747 bytes} [Tue Apr 21 04:44:11 2026] DELETE /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2176] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:11 2026] DELETE /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2177] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/policies/903ad836-2876-493c-8aef-e80967e32663/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: 1045/2178] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:44:11 2026] DELETE /v2.0/networks/b4fa3b1b-26cd-4e12-8872-dba047fa0236 => 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: 1046/2179] 10.0.0.103 () {32 vars in 733 bytes} [Tue Apr 21 04:44:11 2026] DELETE /v2.0/qos/policies/903ad836-2876-493c-8aef-e80967e32663 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:44:11.511 7 INFO neutron.db.segments_db [None req-6b675ea3-3f66-417e-b88b-cbcec1eaad39 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Added segment 5d777404-1daf-446d-ae26-6cce21b48ad5 of type vxlan for network 4347b0d1-a5e9-411d-9221-249e792bbf55 [pid: 8|app: 0|req: 1047/2180] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/ports?tenant_id=7c7a98ab07ed427a88fd861084b8e672&device_id=4f5912e6-9698-4d37-ac86-cad09fd8afef => generated 1473 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2181] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:44:11 2026] POST /v2.0/networks => generated 614 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2182] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/networks?id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2183] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.157&port_id=789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2184] 199.204.45.144 () {34 vars in 1105 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1a1&port_id=789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2185] 199.204.45.144 () {34 vars in 1063 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/subnets?id=a2a8a0b5-58b3-48a8-9dd9-dea0eb7ccf64&id=c410374e-be87-4460-bc04-acfffa15cf0f => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2186] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/ports?network_id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2187] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/ports?network_id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0&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: 1135/2188] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:11 2026] POST /v2.0/subnets => generated 646 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2189] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:11.899 7 INFO neutron.db.segments_db [None req-0aa9845f-775e-42a0-bc3b-76705eba98ba 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Added segment 7a29babf-28d8-42bc-8e48-0909e02431ae of type vxlan for network 72e57cea-c4cb-41c4-92a9-3f3bc88a61de [pid: 8|app: 0|req: 1055/2190] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:44:11 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?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-21 04:44:12.159 7 INFO neutron.db.l3_hamode_db [None req-0aa9845f-775e-42a0-bc3b-76705eba98ba 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:44:12.273 7 INFO neutron.db.l3_hamode_db [None req-0aa9845f-775e-42a0-bc3b-76705eba98ba 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1056/2191] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:44:12 2026] GET /v2.0/security-groups?tenant_id=0244b2146c994abb8b4741d96fa51c1a&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2192] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:44:12 2026] DELETE /v2.0/security-groups/355d84cc-c4ab-45ad-bb80-becb7af6e516 => 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: 1058/2193] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:44:12 2026] GET /v2.0/security-groups?tenant_id=2fa7935e214342339190d32392151c89&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: 1059/2194] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:44:12 2026] DELETE /v2.0/security-groups/34625fde-fac9-4931-b114-8d7e1432e9fc => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:44:13.172 8 INFO neutron.services.segments.plugin [-] Segment 4cb5a6e1-eca3-4bca-8d30-9157d8c39e4c resource provider aggregate not found 2026-04-21 04:44:13.181 8 INFO neutron.services.segments.plugin [-] Segment 4cb5a6e1-eca3-4bca-8d30-9157d8c39e4c resource provider aggregate not found 2026-04-21 04:44:13.189 8 INFO neutron.services.segments.plugin [-] Segment 4cb5a6e1-eca3-4bca-8d30-9157d8c39e4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cb5a6e1-eca3-4bca-8d30-9157d8c39e4c found for delete ", "request_id": "req-a8c0a938-ee87-4763-9b19-40797ed16aef"}]} 2026-04-21 04:44:13.198 8 INFO neutron.services.segments.plugin [-] Segment 4cb5a6e1-eca3-4bca-8d30-9157d8c39e4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cb5a6e1-eca3-4bca-8d30-9157d8c39e4c found for delete ", "request_id": "req-78a7647e-07bf-4592-b68d-a849d14a4641"}]} [pid: 7|app: 0|req: 1136/2195] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:11 2026] POST /v2.0/routers => generated 507 bytes in 1375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2196] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:44:13 2026] PUT /v2.0/routers/0ad4f621-85b0-4389-8206-fc238b961be3/add_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2197] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:44:14 2026] GET /v2.0/ports/52219507-1aa5-4813-aa13-75ded18f36fa => generated 959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:44:14.550 8 INFO neutron_taas.services.taas.taas_plugin [None req-fdf10109-2021-4486-819e-b9f0507502ae 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] TaaS: Handle Delete Port: 52219507-1aa5-4813-aa13-75ded18f36fa 2026-04-21 04:44:14.553 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdf10109-2021-4486-819e-b9f0507502ae 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Tap Mirror: Handle Delete Port: 52219507-1aa5-4813-aa13-75ded18f36fa [pid: 8|app: 0|req: 1061/2198] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:44:14 2026] PUT /v2.0/routers/0ad4f621-85b0-4389-8206-fc238b961be3/remove_router_interface => generated 309 bytes in 779 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2199] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:15 2026] GET /v2.0/ports?device_id=0ad4f621-85b0-4389-8206-fc238b961be3 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:15.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9e3ee5a-428b-439d-8225-ceb925a03f7a 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] TaaS: Handle Delete Port: 5a278222-1cae-40df-a841-7799a78a0426 2026-04-21 04:44:15.207 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9e3ee5a-428b-439d-8225-ceb925a03f7a 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Tap Mirror: Handle Delete Port: 5a278222-1cae-40df-a841-7799a78a0426 2026-04-21 04:44:15.523 8 INFO neutron.services.segments.plugin [-] Segment 7a29babf-28d8-42bc-8e48-0909e02431ae resource provider aggregate not found 2026-04-21 04:44:15.530 8 INFO neutron.services.segments.plugin [-] Segment 7a29babf-28d8-42bc-8e48-0909e02431ae resource provider aggregate not found 2026-04-21 04:44:15.547 8 INFO neutron.services.segments.plugin [-] Segment 7a29babf-28d8-42bc-8e48-0909e02431ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a29babf-28d8-42bc-8e48-0909e02431ae found for delete ", "request_id": "req-98c6ae92-35de-4358-b306-315ecbf20ec3"}]} 2026-04-21 04:44:15.551 8 INFO neutron.services.segments.plugin [-] Segment 7a29babf-28d8-42bc-8e48-0909e02431ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a29babf-28d8-42bc-8e48-0909e02431ae found for delete ", "request_id": "req-d2941db1-af78-4f58-97b1-9e81640ba4dc"}]} 2026-04-21 04:44:15.561 8 INFO neutron.db.l3_hamode_db [None req-b9e3ee5a-428b-439d-8225-ceb925a03f7a 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] HA network 72e57cea-c4cb-41c4-92a9-3f3bc88a61de was deleted as no HA routers are present in tenant ed9fa623a8364d528f09d435004c40f9. [pid: 8|app: 0|req: 1062/2200] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:15 2026] DELETE /v2.0/routers/0ad4f621-85b0-4389-8206-fc238b961be3 => generated 0 bytes in 520 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2201] 10.0.0.160 () {34 vars in 989 bytes} [Tue Apr 21 04:44:15 2026] GET /v2.0/ports?device_id=4f5912e6-9698-4d37-ac86-cad09fd8afef => generated 1473 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2202] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:15 2026] DELETE /v2.0/subnets/0573c95d-eb6e-466e-982c-c63693dc5c0b => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2203] 10.0.0.160 () {34 vars in 1039 bytes} [Tue Apr 21 04:44:15 2026] GET /v2.0/security-groups?id=25ddb062-bd75-4802-8f06-d90e7fc5e873&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:44:15.824 7 INFO neutron.services.segments.plugin [-] Segment 5d777404-1daf-446d-ae26-6cce21b48ad5 resource provider aggregate not found 2026-04-21 04:44:15.832 7 INFO neutron.services.segments.plugin [-] Segment 5d777404-1daf-446d-ae26-6cce21b48ad5 resource provider aggregate not found 2026-04-21 04:44:15.842 7 INFO neutron.services.segments.plugin [-] Segment 5d777404-1daf-446d-ae26-6cce21b48ad5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d777404-1daf-446d-ae26-6cce21b48ad5 found for delete ", "request_id": "req-5fca5f81-457c-4034-8164-4ac7ae40bce3"}]} 2026-04-21 04:44:15.851 7 INFO neutron.services.segments.plugin [-] Segment 5d777404-1daf-446d-ae26-6cce21b48ad5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d777404-1daf-446d-ae26-6cce21b48ad5 found for delete ", "request_id": "req-429773af-b207-40f8-8ac2-6670447b393a"}]} [pid: 7|app: 0|req: 1140/2204] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:44:15 2026] DELETE /v2.0/networks/4347b0d1-a5e9-411d-9221-249e792bbf55 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:44:15.926 8 INFO neutron.db.segments_db [None req-41f211d2-add7-4d08-8d7a-8a3fd524d348 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Added segment 4b70bd41-3af3-4392-a264-0555f297870c of type vxlan for network 0a1f092f-365e-4f07-a02a-8f56e1b1e968 2026-04-21 04:44:16.147 8 INFO neutron.db.l3_hamode_db [None req-41f211d2-add7-4d08-8d7a-8a3fd524d348 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:44:16.910 8 INFO neutron.db.l3_hamode_db [None req-41f211d2-add7-4d08-8d7a-8a3fd524d348 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1065/2205] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:15 2026] POST /v2.0/routers => generated 691 bytes in 1905 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2206] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:44:17 2026] GET /v2.0/routers/0160ee6b-8077-4e8f-ae78-a45ee049c665 => generated 697 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2207] 10.0.0.103 () {32 vars in 646 bytes} [Tue Apr 21 04:44:17 2026] GET /v2.0/routers => generated 700 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2208] 10.0.0.103 () {34 vars in 740 bytes} [Tue Apr 21 04:44:17 2026] PUT /v2.0/routers/0160ee6b-8077-4e8f-ae78-a45ee049c665 => generated 704 bytes in 408 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2209] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:44:18 2026] GET /v2.0/routers/0160ee6b-8077-4e8f-ae78-a45ee049c665 => generated 704 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2210] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:18 2026] GET /v2.0/ports?device_id=0160ee6b-8077-4e8f-ae78-a45ee049c665 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:18.655 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e6be675-b477-47be-b33b-93cb6ab7384c 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] TaaS: Handle Delete Port: eae65a05-443f-44fd-b708-ddfe2d236714 2026-04-21 04:44:18.659 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e6be675-b477-47be-b33b-93cb6ab7384c 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Tap Mirror: Handle Delete Port: eae65a05-443f-44fd-b708-ddfe2d236714 2026-04-21 04:44:18.898 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e6be675-b477-47be-b33b-93cb6ab7384c 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] TaaS: Handle Delete Port: 93945c5c-ffe0-4fd4-be0f-64d408c7789a 2026-04-21 04:44:18.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e6be675-b477-47be-b33b-93cb6ab7384c 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] Tap Mirror: Handle Delete Port: 93945c5c-ffe0-4fd4-be0f-64d408c7789a 2026-04-21 04:44:19.211 8 INFO neutron.services.segments.plugin [-] Segment 4b70bd41-3af3-4392-a264-0555f297870c resource provider aggregate not found 2026-04-21 04:44:19.214 8 INFO neutron.services.segments.plugin [-] Segment 4b70bd41-3af3-4392-a264-0555f297870c resource provider aggregate not found 2026-04-21 04:44:19.236 8 INFO neutron.services.segments.plugin [-] Segment 4b70bd41-3af3-4392-a264-0555f297870c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b70bd41-3af3-4392-a264-0555f297870c found for delete ", "request_id": "req-14d1a02c-f0d0-405b-88b7-e373e5bef760"}]} 2026-04-21 04:44:19.240 8 INFO neutron.services.segments.plugin [-] Segment 4b70bd41-3af3-4392-a264-0555f297870c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b70bd41-3af3-4392-a264-0555f297870c found for delete ", "request_id": "req-cd0312a6-3429-416d-ba97-69c38ed95a71"}]} 2026-04-21 04:44:19.249 8 INFO neutron.db.l3_hamode_db [None req-0e6be675-b477-47be-b33b-93cb6ab7384c 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] HA network 0a1f092f-365e-4f07-a02a-8f56e1b1e968 was deleted as no HA routers are present in tenant ed9fa623a8364d528f09d435004c40f9. [pid: 8|app: 0|req: 1068/2211] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:18 2026] DELETE /v2.0/routers/0160ee6b-8077-4e8f-ae78-a45ee049c665 => generated 0 bytes in 780 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2212] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:19 2026] GET /v2.0/ports?device_id=0160ee6b-8077-4e8f-ae78-a45ee049c665 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:19.302 8 INFO neutron.api.v2.resource [None req-817b7cee-b050-4e2d-9330-7b3875dbf198 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1069/2213] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:19 2026] DELETE /v2.0/routers/0160ee6b-8077-4e8f-ae78-a45ee049c665 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2214] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:19 2026] GET /v2.0/ports?device_id=0ad4f621-85b0-4389-8206-fc238b961be3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:19.349 8 INFO neutron.api.v2.resource [None req-4bc01c11-85a1-4cf2-8ffc-fdf1cf5b3a2d 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1070/2215] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:19 2026] DELETE /v2.0/routers/0ad4f621-85b0-4389-8206-fc238b961be3 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:44:19.370 7 INFO neutron.pecan_wsgi.hooks.translation [None req-230a8e63-dd10-4e19-a388-8c663d4f5dc6 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1146/2216] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:19 2026] DELETE /v2.0/subnets/0573c95d-eb6e-466e-982c-c63693dc5c0b => 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: 1071/2217] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:19 2026] GET /v2.0/ports?device_id=bf0758e2-879f-4932-b591-e70872c75de9 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:19.423 7 INFO neutron.api.v2.resource [None req-173dce80-0e62-4adc-a1dd-4b6a449c308b 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1147/2218] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:19 2026] DELETE /v2.0/routers/bf0758e2-879f-4932-b591-e70872c75de9 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:44:19.445 8 INFO neutron.pecan_wsgi.hooks.translation [None req-81a13d33-4c56-4a25-a3c8-e92370c7b81e 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1072/2219] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:19 2026] DELETE /v2.0/subnets/92bdb59b-73a7-4599-b964-b4cce2069759 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2220] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:19 2026] GET /v2.0/ports?device_id=8b7eea93-2dbc-45c2-9425-d4e106382226 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:19.518 8 INFO neutron.api.v2.resource [None req-a7b85bc7-d1bd-4fe1-a6a4-764eae22379a 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1073/2221] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:19 2026] DELETE /v2.0/routers/8b7eea93-2dbc-45c2-9425-d4e106382226 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:44:19.533 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb007bec-1203-46d7-9772-a011b7794d96 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1149/2222] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:19 2026] DELETE /v2.0/subnets/f1ca6aa6-cbbb-4f21-a401-ea04ad9857a6 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:44:19.554 8 INFO neutron.pecan_wsgi.hooks.translation [None req-947d17c9-09b9-4cd2-9356-7cecc988b00d 07807c2e862e450194a6c3cf33c2323f ed9fa623a8364d528f09d435004c40f9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1074/2223] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:19 2026] DELETE /v2.0/subnets/6cddb9ab-791e-4a6d-832d-bebeccd980e0 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2226] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:44:20 2026] GET /v2.0/security-groups?tenant_id=ed9fa623a8364d528f09d435004c40f9&name=default => generated 2925 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2227] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:44:20 2026] DELETE /v2.0/security-groups/18b58399-db30-4c7f-9653-b755177b69cc => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:44:22.281 7 INFO neutron.db.segments_db [None req-8b8b2d1f-8df5-4e81-9149-8c0a7ddfff7c 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Added segment 8c7628c9-5853-4d26-9d9e-1b9394e97e2d of type vxlan for network d76fb6cc-bfdc-4cb0-ae32-ca6649d29a71 [pid: 7|app: 0|req: 1151/2228] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:44:21 2026] POST /v2.0/networks => generated 611 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:44:22.421 8 INFO neutron.db.segments_db [None req-f579b343-c769-4e6e-ba59-31a410afdf20 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Added segment 1d8c8521-84cd-4d5b-9b26-e3790f49b547 of type vxlan for network 0d6e90fb-d0d1-4043-ba8f-80ede242a15d [pid: 8|app: 0|req: 1078/2229] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:44:22 2026] POST /v2.0/networks => generated 610 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2230] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:22 2026] POST /v2.0/subnets => generated 626 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2231] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:22 2026] POST /v2.0/subnets => generated 626 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:44:22.972 7 INFO neutron.db.segments_db [None req-e9756470-c5a9-4102-8ccc-35f54f97e2ec 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Added segment 3667ca7c-6edc-47cf-b708-77715f353f66 of type vxlan for network 94ddceb4-57ca-45cf-866a-4147425bca79 2026-04-21 04:44:23.206 7 INFO neutron.db.l3_hamode_db [None req-e9756470-c5a9-4102-8ccc-35f54f97e2ec 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:44:23.314 7 INFO neutron.db.l3_hamode_db [None req-e9756470-c5a9-4102-8ccc-35f54f97e2ec 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1153/2232] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:22 2026] POST /v2.0/routers => generated 507 bytes in 1031 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2233] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:44:23 2026] PUT /v2.0/routers/a0601d87-8a17-46c0-b223-13c3fa0c1967/add_router_interface => generated 309 bytes in 1844 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2234] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:44:25 2026] GET /v2.0/ports/9c3a94b9-cbd6-4942-8deb-ed3580112132 => generated 955 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2235] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:44:25 2026] PUT /v2.0/routers/a0601d87-8a17-46c0-b223-13c3fa0c1967/add_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2236] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:44:26 2026] GET /v2.0/ports/37c4a41e-dfe2-4fc8-9dc4-eabcfc64036f => generated 955 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:44:27.339 8 INFO neutron_taas.services.taas.taas_plugin [None req-96ef24cb-8a99-4b90-af57-2287661b79c4 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] TaaS: Handle Delete Port: 37c4a41e-dfe2-4fc8-9dc4-eabcfc64036f 2026-04-21 04:44:27.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-96ef24cb-8a99-4b90-af57-2287661b79c4 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Tap Mirror: Handle Delete Port: 37c4a41e-dfe2-4fc8-9dc4-eabcfc64036f [pid: 8|app: 0|req: 1082/2237] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:44:27 2026] PUT /v2.0/routers/a0601d87-8a17-46c0-b223-13c3fa0c1967/remove_router_interface => generated 309 bytes in 768 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:44:28.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-89171b6a-91db-43a5-8eed-a25300c6e1c0 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] TaaS: Handle Delete Port: 9c3a94b9-cbd6-4942-8deb-ed3580112132 2026-04-21 04:44:28.152 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-89171b6a-91db-43a5-8eed-a25300c6e1c0 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Tap Mirror: Handle Delete Port: 9c3a94b9-cbd6-4942-8deb-ed3580112132 [pid: 7|app: 0|req: 1156/2238] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:44:27 2026] PUT /v2.0/routers/a0601d87-8a17-46c0-b223-13c3fa0c1967/remove_router_interface => generated 309 bytes in 775 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2239] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:28 2026] GET /v2.0/ports?device_id=a0601d87-8a17-46c0-b223-13c3fa0c1967 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:28.776 7 INFO neutron_taas.services.taas.taas_plugin [None req-f48c9084-18de-463b-a0d6-115a81c083ba 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] TaaS: Handle Delete Port: 871bfe4d-8766-4cb6-b484-d52b29ee5d99 2026-04-21 04:44:28.779 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f48c9084-18de-463b-a0d6-115a81c083ba 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Tap Mirror: Handle Delete Port: 871bfe4d-8766-4cb6-b484-d52b29ee5d99 2026-04-21 04:44:29.098 7 INFO neutron.services.segments.plugin [-] Segment 3667ca7c-6edc-47cf-b708-77715f353f66 resource provider aggregate not found 2026-04-21 04:44:29.099 7 INFO neutron.services.segments.plugin [-] Segment 3667ca7c-6edc-47cf-b708-77715f353f66 resource provider aggregate not found 2026-04-21 04:44:29.114 7 INFO neutron.services.segments.plugin [-] Segment 3667ca7c-6edc-47cf-b708-77715f353f66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3667ca7c-6edc-47cf-b708-77715f353f66 found for delete ", "request_id": "req-7b7aa7bd-eea7-42d7-8d80-3ac6b5bce729"}]} 2026-04-21 04:44:29.117 7 INFO neutron.services.segments.plugin [-] Segment 3667ca7c-6edc-47cf-b708-77715f353f66 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3667ca7c-6edc-47cf-b708-77715f353f66 found for delete ", "request_id": "req-17d9ae37-0548-4e9a-a163-15f96761210f"}]} 2026-04-21 04:44:29.128 7 INFO neutron.db.l3_hamode_db [None req-f48c9084-18de-463b-a0d6-115a81c083ba 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] HA network 94ddceb4-57ca-45cf-866a-4147425bca79 was deleted as no HA routers are present in tenant c45bd668c51a4ebdade53ad36e873900. [pid: 7|app: 0|req: 1157/2240] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:28 2026] DELETE /v2.0/routers/a0601d87-8a17-46c0-b223-13c3fa0c1967 => generated 0 bytes in 528 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2241] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:29 2026] DELETE /v2.0/subnets/770105a5-74d2-4ded-887a-ce28f3f9fa32 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2242] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:44:29 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2243] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:29 2026] DELETE /v2.0/subnets/1438c653-8892-4bd7-baf8-4d1f91f9fe81 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:44:29.601 8 INFO neutron_taas.services.taas.taas_plugin [None req-2161460f-0774-4cb7-b576-6fc57790da1b 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] TaaS: Handle Delete Port: 7fce6006-af7f-483e-876b-5dd1ea292a9a 2026-04-21 04:44:29.609 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2161460f-0774-4cb7-b576-6fc57790da1b 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Tap Mirror: Handle Delete Port: 7fce6006-af7f-483e-876b-5dd1ea292a9a 2026-04-21 04:44:29.776 8 INFO neutron.services.segments.plugin [-] Segment 1d8c8521-84cd-4d5b-9b26-e3790f49b547 resource provider aggregate not found 2026-04-21 04:44:29.781 8 INFO neutron.services.segments.plugin [-] Segment 1d8c8521-84cd-4d5b-9b26-e3790f49b547 resource provider aggregate not found 2026-04-21 04:44:29.793 8 INFO neutron.services.segments.plugin [-] Segment 1d8c8521-84cd-4d5b-9b26-e3790f49b547 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d8c8521-84cd-4d5b-9b26-e3790f49b547 found for delete ", "request_id": "req-46c368db-f531-45ef-a219-105899073ff0"}]} 2026-04-21 04:44:29.794 8 INFO neutron.services.segments.plugin [-] Segment 1d8c8521-84cd-4d5b-9b26-e3790f49b547 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d8c8521-84cd-4d5b-9b26-e3790f49b547 found for delete ", "request_id": "req-85e4357f-add2-4d47-9028-5b122ccfbfa5"}]} [pid: 8|app: 0|req: 1086/2244] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:44:29 2026] DELETE /v2.0/networks/0d6e90fb-d0d1-4043-ba8f-80ede242a15d => generated 0 bytes in 338 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:44:29.904 7 INFO neutron_taas.services.taas.taas_plugin [None req-5920a1ae-c39f-4544-a200-f7486dde0827 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] TaaS: Handle Delete Port: fb46dfa9-c47c-41f4-b23e-883a14c24126 2026-04-21 04:44:29.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5920a1ae-c39f-4544-a200-f7486dde0827 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Tap Mirror: Handle Delete Port: fb46dfa9-c47c-41f4-b23e-883a14c24126 [pid: 7|app: 0|req: 1159/2245] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:44:29 2026] DELETE /v2.0/networks/d76fb6cc-bfdc-4cb0-ae32-ca6649d29a71 => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:44:30.151 8 INFO neutron.db.segments_db [None req-3e7d7b03-aa24-460a-9c30-31bb1416cf4b 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Added segment 3823bed1-3a4d-4b57-a7be-38e35f92a1b6 of type vxlan for network baaf9a4b-07a0-41dc-9018-06d953fe8dbe [pid: 8|app: 0|req: 1087/2246] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:44:30 2026] POST /v2.0/networks => generated 611 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2247] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:30 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) 2026-04-21 04:44:30.550 8 INFO neutron.db.segments_db [None req-f4ddc33a-4fde-4c27-83a1-4207ef896497 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Added segment 4bb0469e-b267-4422-a0a9-3a0196f1e399 of type vxlan for network 80cc6d31-beb8-4a50-ba33-308df6567bb8 [pid: 7|app: 0|req: 1161/2248] 10.0.0.224 () {30 vars in 689 bytes} [Tue Apr 21 04:44:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2249] 10.0.0.224 () {30 vars in 691 bytes} [Tue Apr 21 04:44:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2250] 10.0.0.224 () {30 vars in 667 bytes} [Tue Apr 21 04:44:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2251] 10.0.0.224 () {30 vars in 703 bytes} [Tue Apr 21 04:44:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:44:30.771 8 INFO neutron.db.l3_hamode_db [None req-f4ddc33a-4fde-4c27-83a1-4207ef896497 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:44:30.880 8 INFO neutron.db.l3_hamode_db [None req-f4ddc33a-4fde-4c27-83a1-4207ef896497 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1165/2252] 10.0.0.224 () {28 vars in 438 bytes} [Tue Apr 21 04:44:31 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-04-21 04:44:31.133 7 INFO neutron.services.segments.plugin [-] Segment 8c7628c9-5853-4d26-9d9e-1b9394e97e2d resource provider aggregate not found 2026-04-21 04:44:31.137 7 INFO neutron.services.segments.plugin [-] Segment 8c7628c9-5853-4d26-9d9e-1b9394e97e2d resource provider aggregate not found 2026-04-21 04:44:31.151 7 INFO neutron.services.segments.plugin [-] Segment 8c7628c9-5853-4d26-9d9e-1b9394e97e2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c7628c9-5853-4d26-9d9e-1b9394e97e2d found for delete ", "request_id": "req-dd7bbe7e-8443-48ad-ba3d-5e9974be5557"}]} 2026-04-21 04:44:31.152 7 INFO neutron.services.segments.plugin [-] Segment 8c7628c9-5853-4d26-9d9e-1b9394e97e2d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c7628c9-5853-4d26-9d9e-1b9394e97e2d found for delete ", "request_id": "req-baeb22cf-9619-4d24-af29-e763d7533722"}]} [pid: 7|app: 0|req: 1166/2253] 10.0.0.224 () {30 vars in 727 bytes} [Tue Apr 21 04:44:31 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 658 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2254] 10.0.0.224 () {30 vars in 689 bytes} [Tue Apr 21 04:44:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2255] 10.0.0.224 () {30 vars in 691 bytes} [Tue Apr 21 04:44:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2256] 10.0.0.224 () {30 vars in 667 bytes} [Tue Apr 21 04:44:31 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: 1170/2257] 10.0.0.224 () {30 vars in 703 bytes} [Tue Apr 21 04:44:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2258] 10.0.0.224 () {30 vars in 727 bytes} [Tue Apr 21 04:44:31 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => 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: 1172/2259] 10.0.0.224 () {30 vars in 689 bytes} [Tue Apr 21 04:44:31 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2260] 10.0.0.224 () {30 vars in 691 bytes} [Tue Apr 21 04:44:31 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2261] 10.0.0.224 () {30 vars in 667 bytes} [Tue Apr 21 04:44:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2262] 10.0.0.224 () {30 vars in 703 bytes} [Tue Apr 21 04:44:31 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: 1176/2263] 10.0.0.224 () {30 vars in 729 bytes} [Tue Apr 21 04:44:31 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2264] 10.0.0.224 () {30 vars in 681 bytes} [Tue Apr 21 04:44:31 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2265] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:30 2026] POST /v2.0/routers => generated 505 bytes in 1049 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2266] 10.0.0.224 () {34 vars in 703 bytes} [Tue Apr 21 04:44:31 2026] POST /v2.0/ports => generated 1128 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2267] 10.0.0.103 () {34 vars in 664 bytes} [Tue Apr 21 04:44:31 2026] POST /v2.0/ports => generated 947 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1179/2268] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:44:31 2026] PUT /v2.0/routers/93f3e126-725f-4791-a351-46506599f7d9/add_router_interface => generated 309 bytes in 949 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: 1090/2269] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:44:32 2026] GET /v2.0/ports/0911456d-a28e-41f1-a6de-00acff3a38f2 => generated 1021 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-21 04:44:33.265 7 INFO neutron_taas.services.taas.taas_plugin [None req-21f16fcc-6731-4bfb-97b5-92123c657ee3 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] TaaS: Handle Delete Port: 0911456d-a28e-41f1-a6de-00acff3a38f2 2026-04-21 04:44:33.268 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21f16fcc-6731-4bfb-97b5-92123c657ee3 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Tap Mirror: Handle Delete Port: 0911456d-a28e-41f1-a6de-00acff3a38f2 [pid: 7|app: 0|req: 1180/2270] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:44:32 2026] PUT /v2.0/routers/93f3e126-725f-4791-a351-46506599f7d9/remove_router_interface => generated 309 bytes in 726 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:44:33.792 8 INFO neutron.api.v2.resource [None req-a8b20ede-f574-4ab7-a495-bc2230dac0c2 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1091/2271] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:44:33 2026] PUT /v2.0/routers/93f3e126-725f-4791-a351-46506599f7d9/remove_router_interface => generated 197 bytes in 116 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: 1181/2272] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:33 2026] GET /v2.0/ports?device_id=93f3e126-725f-4791-a351-46506599f7d9 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:33.990 8 INFO neutron_taas.services.taas.taas_plugin [None req-7dfd5de4-7ce9-42c9-8936-312dcf6aa253 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] TaaS: Handle Delete Port: 6682eb72-f443-4d55-b962-c01d04ef1d69 2026-04-21 04:44:33.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dfd5de4-7ce9-42c9-8936-312dcf6aa253 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Tap Mirror: Handle Delete Port: 6682eb72-f443-4d55-b962-c01d04ef1d69 [pid: 7|app: 0|req: 1182/2273] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:44:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2274] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:44:34 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: 1184/2275] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:44:34 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: 1185/2276] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:44:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:44:34.319 8 INFO neutron.services.segments.plugin [-] Segment 4bb0469e-b267-4422-a0a9-3a0196f1e399 resource provider aggregate not found 2026-04-21 04:44:34.326 8 INFO neutron.services.segments.plugin [-] Segment 4bb0469e-b267-4422-a0a9-3a0196f1e399 resource provider aggregate not found 2026-04-21 04:44:34.341 8 INFO neutron.services.segments.plugin [-] Segment 4bb0469e-b267-4422-a0a9-3a0196f1e399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bb0469e-b267-4422-a0a9-3a0196f1e399 found for delete ", "request_id": "req-1efd18b5-1cda-4d95-9b0e-6ae2da84a485"}]} 2026-04-21 04:44:34.344 8 INFO neutron.services.segments.plugin [-] Segment 4bb0469e-b267-4422-a0a9-3a0196f1e399 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bb0469e-b267-4422-a0a9-3a0196f1e399 found for delete ", "request_id": "req-b4ce9c7a-67c0-4480-a7ba-49bfa5d311a5"}]} [pid: 7|app: 0|req: 1186/2277] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:44:34 2026] GET /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:44:34.355 8 INFO neutron.db.l3_hamode_db [None req-7dfd5de4-7ce9-42c9-8936-312dcf6aa253 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] HA network 80cc6d31-beb8-4a50-ba33-308df6567bb8 was deleted as no HA routers are present in tenant c45bd668c51a4ebdade53ad36e873900. [pid: 8|app: 0|req: 1092/2278] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:33 2026] DELETE /v2.0/routers/93f3e126-725f-4791-a351-46506599f7d9 => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2279] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:34 2026] DELETE /v2.0/subnets/df9462a0-3f95-4b70-873a-930e7f4b8ab9 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2280] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:44:34 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: 1189/2281] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:44:34 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2282] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:44:34 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) 2026-04-21 04:44:34.610 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3640a75-1363-4e56-8952-b61de7f97f66 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] TaaS: Handle Delete Port: 61b2180f-773b-4dc3-8a20-1c1e293cfd5c 2026-04-21 04:44:34.614 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3640a75-1363-4e56-8952-b61de7f97f66 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Tap Mirror: Handle Delete Port: 61b2180f-773b-4dc3-8a20-1c1e293cfd5c [pid: 7|app: 0|req: 1191/2283] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:44:34 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-21 04:44:34.635 7 INFO neutron.api.v2.resource [None req-8b6bf45c-7dc6-401f-b3a8-fe0e394c19ef b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1192/2284] 199.204.45.144 () {30 vars in 762 bytes} [Tue Apr 21 04:44:34 2026] GET /v2.0/security-groups/lb-393c3845-f46a-4b15-8830-58c367f6ab06 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2285] 199.204.45.144 () {30 vars in 784 bytes} [Tue Apr 21 04:44:34 2026] GET /v2.0/security-groups?name=lb-393c3845-f46a-4b15-8830-58c367f6ab06 => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2286] 199.204.45.144 () {34 vars in 735 bytes} [Tue Apr 21 04:44:34 2026] POST /v2.0/security-groups => generated 1638 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2287] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:44:34 2026] DELETE /v2.0/networks/baaf9a4b-07a0-41dc-9018-06d953fe8dbe => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2288] 199.204.45.144 () {30 vars in 814 bytes} [Tue Apr 21 04:44:34 2026] GET /v2.0/security-group-rules?security_group_id=c494b0c1-5ec8-40ef-9519-b241aaa69669 => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:44:34.864 8 INFO neutron.db.segments_db [None req-b3e9fca8-7d8b-466f-a3d3-243faaad12e4 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Added segment f55d8b6a-3ae5-4d84-8d27-f2987f5ff62b of type vxlan for network 97ba4e81-b36a-4a2d-b23b-5257957e6612 [pid: 8|app: 0|req: 1094/2289] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:44:34 2026] POST /v2.0/networks => generated 610 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2290] 199.204.45.144 () {34 vars in 788 bytes} [Tue Apr 21 04:44:34 2026] PUT /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => generated 1128 bytes in 212 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: 1199/2293] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:44:35 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2294] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:44: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: 1201/2295] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:44:35 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2296] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:44:35 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: 1095/2297] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:34 2026] POST /v2.0/subnets => generated 626 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2298] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:44:35 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:44:35.200 8 INFO neutron.db.segments_db [None req-8eadb3a0-6f9d-4410-a8fa-93ee7041b75c 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Added segment d070f3c8-8893-4713-ab12-f1a9f4ea1070 of type vxlan for network 26aace76-21d4-4f81-8881-35cab0eb0b89 2026-04-21 04:44:35.424 8 INFO neutron.db.l3_hamode_db [None req-8eadb3a0-6f9d-4410-a8fa-93ee7041b75c 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:44:35.538 8 INFO neutron.db.l3_hamode_db [None req-8eadb3a0-6f9d-4410-a8fa-93ee7041b75c 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1096/2299] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:35 2026] POST /v2.0/routers => generated 507 bytes in 905 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:44:36.364 8 INFO neutron.services.segments.plugin [-] Segment 3823bed1-3a4d-4b57-a7be-38e35f92a1b6 resource provider aggregate not found 2026-04-21 04:44:36.369 8 INFO neutron.services.segments.plugin [-] Segment 3823bed1-3a4d-4b57-a7be-38e35f92a1b6 resource provider aggregate not found 2026-04-21 04:44:36.382 8 INFO neutron.services.segments.plugin [-] Segment 3823bed1-3a4d-4b57-a7be-38e35f92a1b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3823bed1-3a4d-4b57-a7be-38e35f92a1b6 found for delete ", "request_id": "req-1f0eb35f-e861-4de1-9816-eab5dc47ec97"}]} 2026-04-21 04:44:36.388 8 INFO neutron.services.segments.plugin [-] Segment 3823bed1-3a4d-4b57-a7be-38e35f92a1b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3823bed1-3a4d-4b57-a7be-38e35f92a1b6 found for delete ", "request_id": "req-c8853d75-cc5d-4a69-a4f1-b7b9c839b433"}]} [pid: 7|app: 0|req: 1204/2300] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:44:36 2026] PUT /v2.0/routers/ba903696-a89d-4ecb-a024-1b26ff91566a/add_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2301] 10.0.0.103 () {32 vars in 716 bytes} [Tue Apr 21 04:44:37 2026] GET /v2.0/ports/59b9370e-55fa-48fd-bb0b-70b9b69d45fb => generated 955 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:44:37.405 7 INFO neutron_taas.services.taas.taas_plugin [None req-29f99058-9718-4a1a-9901-e7ded7da63e9 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] TaaS: Handle Delete Port: 59b9370e-55fa-48fd-bb0b-70b9b69d45fb 2026-04-21 04:44:37.407 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29f99058-9718-4a1a-9901-e7ded7da63e9 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Tap Mirror: Handle Delete Port: 59b9370e-55fa-48fd-bb0b-70b9b69d45fb [pid: 7|app: 0|req: 1205/2302] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:44:37 2026] PUT /v2.0/routers/ba903696-a89d-4ecb-a024-1b26ff91566a/remove_router_interface => generated 309 bytes in 648 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2303] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:37 2026] GET /v2.0/ports?device_id=ba903696-a89d-4ecb-a024-1b26ff91566a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:37.925 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d73a4ab-8c40-45f7-bf5e-664959963d30 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] TaaS: Handle Delete Port: afd305c1-bb90-46ba-b87e-c1e6b482418c 2026-04-21 04:44:37.928 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d73a4ab-8c40-45f7-bf5e-664959963d30 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Tap Mirror: Handle Delete Port: afd305c1-bb90-46ba-b87e-c1e6b482418c 2026-04-21 04:44:38.255 7 INFO neutron.services.segments.plugin [-] Segment d070f3c8-8893-4713-ab12-f1a9f4ea1070 resource provider aggregate not found 2026-04-21 04:44:38.261 7 INFO neutron.services.segments.plugin [-] Segment d070f3c8-8893-4713-ab12-f1a9f4ea1070 resource provider aggregate not found 2026-04-21 04:44:38.269 7 INFO neutron.services.segments.plugin [-] Segment d070f3c8-8893-4713-ab12-f1a9f4ea1070 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d070f3c8-8893-4713-ab12-f1a9f4ea1070 found for delete ", "request_id": "req-649e9977-286d-4c2d-9a11-94fda04ee90a"}]} 2026-04-21 04:44:38.276 7 INFO neutron.services.segments.plugin [-] Segment d070f3c8-8893-4713-ab12-f1a9f4ea1070 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d070f3c8-8893-4713-ab12-f1a9f4ea1070 found for delete ", "request_id": "req-9c3cfa34-797a-448f-b238-4eac4c29c7aa"}]} 2026-04-21 04:44:38.284 7 INFO neutron.db.l3_hamode_db [None req-6d73a4ab-8c40-45f7-bf5e-664959963d30 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] HA network 26aace76-21d4-4f81-8881-35cab0eb0b89 was deleted as no HA routers are present in tenant c45bd668c51a4ebdade53ad36e873900. [pid: 7|app: 0|req: 1206/2304] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:37 2026] DELETE /v2.0/routers/ba903696-a89d-4ecb-a024-1b26ff91566a => generated 0 bytes in 533 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2305] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:38 2026] DELETE /v2.0/subnets/0f9457ee-c34d-4601-a142-4599d15bdce8 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2306] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:44:38 2026] DELETE /v2.0/networks/97ba4e81-b36a-4a2d-b23b-5257957e6612 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:44:38.571 8 INFO neutron.db.segments_db [None req-ab850a7f-ba49-4006-b5ec-afa4ab0f9355 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Added segment 1f4d13dd-c1c8-4fea-ab01-afdca960d1fa of type vxlan for network 8ad05343-455f-415c-8807-20a9be0a7b10 2026-04-21 04:44:38.799 8 INFO neutron.db.l3_hamode_db [None req-ab850a7f-ba49-4006-b5ec-afa4ab0f9355 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:44:39.478 8 INFO neutron.db.l3_hamode_db [None req-ab850a7f-ba49-4006-b5ec-afa4ab0f9355 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-21 04:44:40.286 7 INFO neutron.services.segments.plugin [-] Segment f55d8b6a-3ae5-4d84-8d27-f2987f5ff62b resource provider aggregate not found 2026-04-21 04:44:40.292 7 INFO neutron.services.segments.plugin [-] Segment f55d8b6a-3ae5-4d84-8d27-f2987f5ff62b resource provider aggregate not found 2026-04-21 04:44:40.299 7 INFO neutron.services.segments.plugin [-] Segment f55d8b6a-3ae5-4d84-8d27-f2987f5ff62b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f55d8b6a-3ae5-4d84-8d27-f2987f5ff62b found for delete ", "request_id": "req-1ab4da8d-a332-4b34-a346-4345731cddd4"}]} [pid: 8|app: 0|req: 1100/2307] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:38 2026] POST /v2.0/routers => generated 688 bytes in 1771 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:44:40.311 7 INFO neutron.services.segments.plugin [-] Segment f55d8b6a-3ae5-4d84-8d27-f2987f5ff62b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f55d8b6a-3ae5-4d84-8d27-f2987f5ff62b found for delete ", "request_id": "req-8e35cd4a-7706-4e26-a567-24e32f594e2f"}]} [pid: 7|app: 0|req: 1208/2308] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:44:40 2026] GET /v2.0/routers/a626eeed-b175-4032-8097-ed266e1a9a90 => generated 694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2309] 10.0.0.103 () {32 vars in 646 bytes} [Tue Apr 21 04:44:40 2026] GET /v2.0/routers => generated 697 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2310] 10.0.0.103 () {34 vars in 740 bytes} [Tue Apr 21 04:44:40 2026] PUT /v2.0/routers/a626eeed-b175-4032-8097-ed266e1a9a90 => generated 701 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2311] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:44:40 2026] GET /v2.0/routers/a626eeed-b175-4032-8097-ed266e1a9a90 => generated 701 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2312] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:40 2026] GET /v2.0/ports?device_id=a626eeed-b175-4032-8097-ed266e1a9a90 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:41.129 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0ec132d-71b1-44cf-a956-040d6bf7ba78 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] TaaS: Handle Delete Port: fdb6ca4b-97f4-44bc-bd10-6746219b1d76 2026-04-21 04:44:41.133 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0ec132d-71b1-44cf-a956-040d6bf7ba78 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Tap Mirror: Handle Delete Port: fdb6ca4b-97f4-44bc-bd10-6746219b1d76 2026-04-21 04:44:41.399 8 INFO neutron_taas.services.taas.taas_plugin [None req-e0ec132d-71b1-44cf-a956-040d6bf7ba78 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] TaaS: Handle Delete Port: eb10fe5e-b54e-4bd3-b5d3-e306840b8cd6 2026-04-21 04:44:41.402 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e0ec132d-71b1-44cf-a956-040d6bf7ba78 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] Tap Mirror: Handle Delete Port: eb10fe5e-b54e-4bd3-b5d3-e306840b8cd6 2026-04-21 04:44:41.716 8 INFO neutron.services.segments.plugin [-] Segment 1f4d13dd-c1c8-4fea-ab01-afdca960d1fa resource provider aggregate not found 2026-04-21 04:44:41.719 8 INFO neutron.services.segments.plugin [-] Segment 1f4d13dd-c1c8-4fea-ab01-afdca960d1fa resource provider aggregate not found 2026-04-21 04:44:41.737 8 INFO neutron.services.segments.plugin [-] Segment 1f4d13dd-c1c8-4fea-ab01-afdca960d1fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f4d13dd-c1c8-4fea-ab01-afdca960d1fa found for delete ", "request_id": "req-fc5f3760-57e9-4eb5-a0be-238fea9059ec"}]} 2026-04-21 04:44:41.738 8 INFO neutron.services.segments.plugin [-] Segment 1f4d13dd-c1c8-4fea-ab01-afdca960d1fa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f4d13dd-c1c8-4fea-ab01-afdca960d1fa found for delete ", "request_id": "req-e7c446e6-0d13-4645-be2b-d16a296ee50a"}]} 2026-04-21 04:44:41.747 8 INFO neutron.db.l3_hamode_db [None req-e0ec132d-71b1-44cf-a956-040d6bf7ba78 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] HA network 8ad05343-455f-415c-8807-20a9be0a7b10 was deleted as no HA routers are present in tenant c45bd668c51a4ebdade53ad36e873900. [pid: 8|app: 0|req: 1103/2313] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:40 2026] DELETE /v2.0/routers/a626eeed-b175-4032-8097-ed266e1a9a90 => generated 0 bytes in 834 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2314] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:41 2026] GET /v2.0/ports?device_id=a626eeed-b175-4032-8097-ed266e1a9a90 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:41.806 8 INFO neutron.api.v2.resource [None req-364f6341-6a40-49a5-a392-a01891122f59 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1104/2315] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:41 2026] DELETE /v2.0/routers/a626eeed-b175-4032-8097-ed266e1a9a90 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2316] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:41 2026] GET /v2.0/ports?device_id=ba903696-a89d-4ecb-a024-1b26ff91566a => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:41.850 8 INFO neutron.api.v2.resource [None req-4a530b0e-c1d3-417a-8dbb-cc6b89d42470 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1105/2317] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:41 2026] DELETE /v2.0/routers/ba903696-a89d-4ecb-a024-1b26ff91566a => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:44:41.866 7 INFO neutron.pecan_wsgi.hooks.translation [None req-705a3933-775f-4e21-bd5c-146c0d75f360 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1213/2318] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:41 2026] DELETE /v2.0/subnets/0f9457ee-c34d-4601-a142-4599d15bdce8 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2319] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:41 2026] GET /v2.0/ports?device_id=93f3e126-725f-4791-a351-46506599f7d9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:41.910 7 INFO neutron.api.v2.resource [None req-9a22b41c-b306-4c15-b4f0-1cc549aa3e2b 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1214/2320] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:41 2026] DELETE /v2.0/routers/93f3e126-725f-4791-a351-46506599f7d9 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:44:41.929 8 INFO neutron.pecan_wsgi.hooks.translation [None req-53cae6f5-2c1e-4965-a11c-0a3763bad0a6 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1107/2321] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:41 2026] DELETE /v2.0/subnets/df9462a0-3f95-4b70-873a-930e7f4b8ab9 => 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: 1215/2322] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:44:41 2026] GET /v2.0/ports?device_id=a0601d87-8a17-46c0-b223-13c3fa0c1967 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:41.991 8 INFO neutron.api.v2.resource [None req-5427fa6e-faaa-43ac-adb3-d80b6cf70812 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1108/2323] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:41 2026] DELETE /v2.0/routers/a0601d87-8a17-46c0-b223-13c3fa0c1967 => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:44:42.011 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e1fffed8-e42e-44d2-a67a-95577d092faf 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1216/2324] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:41 2026] DELETE /v2.0/subnets/770105a5-74d2-4ded-887a-ce28f3f9fa32 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:44:42.026 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f58de615-7632-40b2-bd2d-c25fda36b0c0 5951676a097f4067a19b3a91801c200b c45bd668c51a4ebdade53ad36e873900 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1109/2325] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:44:42 2026] DELETE /v2.0/subnets/1438c653-8892-4bd7-baf8-4d1f91f9fe81 => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2326] 10.0.0.54 () {34 vars in 1014 bytes} [Tue Apr 21 04:44:42 2026] GET /v2.0/security-groups?id=d122da7b-db0b-4b48-a38c-0ca858e16e36&fields=id => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2327] 10.0.0.54 () {34 vars in 980 bytes} [Tue Apr 21 04:44:42 2026] GET /v2.0/networks?id=13181b88-ba02-40af-8110-ced5b2781cde => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2328] 10.0.0.54 () {34 vars in 963 bytes} [Tue Apr 21 04:44:42 2026] GET /v2.0/quotas/d577b3c046704602b5b7697257a0a3a0 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2329] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:44:42 2026] GET /v2.0/security-groups?tenant_id=c45bd668c51a4ebdade53ad36e873900&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2330] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:44:42 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&fields=id => generated 149 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2331] 10.0.0.54 () {34 vars in 1006 bytes} [Tue Apr 21 04:44:42 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2332] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:44:42 2026] DELETE /v2.0/security-groups/fa1ffad4-6b01-4949-acbf-a3701d6c1c49 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2333] 10.0.0.54 () {34 vars in 1106 bytes} [Tue Apr 21 04:44:42 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?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: 1112/2334] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:43 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => 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: 1223/2335] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:43 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => 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: 1113/2336] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:44:44 2026] POST /v2.0/subnetpools => generated 548 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2337] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:44:44 2026] GET /v2.0/subnetpools/bd150a52-c55d-4712-8ba5-bb0e7b75f0a1 => generated 548 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2338] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:44:44 2026] PUT /v2.0/subnetpools/bd150a52-c55d-4712-8ba5-bb0e7b75f0a1 => generated 501 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2339] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:44:44 2026] DELETE /v2.0/subnetpools/bd150a52-c55d-4712-8ba5-bb0e7b75f0a1 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:44:44.555 8 INFO neutron.api.v2.resource [None req-c73db058-4df3-468b-a135-cf1cb5e55cf2 1d589ef207af4fe6889fc0aa7d68eb5c a18eb32e2de740fd8a4a8063da592dd7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1115/2340] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:44:44 2026] GET /v2.0/subnetpools/bd150a52-c55d-4712-8ba5-bb0e7b75f0a1 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:44:44.572 7 INFO neutron.api.v2.resource [None req-b2df0dd8-2e4e-4538-8cdb-dd3304950051 1d589ef207af4fe6889fc0aa7d68eb5c a18eb32e2de740fd8a4a8063da592dd7 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1226/2341] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:44:44 2026] DELETE /v2.0/subnetpools/bd150a52-c55d-4712-8ba5-bb0e7b75f0a1 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2342] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:44:45 2026] GET /v2.0/security-groups?tenant_id=a18eb32e2de740fd8a4a8063da592dd7&name=default => generated 2929 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2343] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:44:45 2026] DELETE /v2.0/security-groups/26fefbc4-2045-499f-aa2f-def187224f37 => 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: 1117/2344] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:45 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => 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: 1228/2345] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:45 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => 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: 1118/2346] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:44:47 2026] GET /v2.0/networks?id=13181b88-ba02-40af-8110-ced5b2781cde => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2347] 199.204.45.144 () {34 vars in 1049 bytes} [Tue Apr 21 04:44:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d577b3c046704602b5b7697257a0a3a0 => generated 343 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2348] 199.204.45.144 () {38 vars in 954 bytes} [Tue Apr 21 04:44:47 2026] POST /v2.0/ports => generated 1082 bytes in 264 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: 1230/2349] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:44:47 2026] GET /v2.0/security-groups?tenant_id=ed00d6be449a48da82a9e1209755166a&name=default => generated 2929 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2350] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:44:47 2026] DELETE /v2.0/security-groups/21173d45-5ebc-4d7c-b068-2f99a028d7b3 => 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: 1120/2351] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:44:47 2026] PUT /v2.0/ports/2d7db789-87f3-44eb-94e1-5cf1f7be5ad9 => generated 1243 bytes in 396 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:44:47.991 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c5e01b8-de5e-451d-a8ec-e172b0c712a1'] response: {'name': 'network-changed', 'server_uuid': '3bf6ac55-c098-41a9-b08a-12bb0def3a66', 'tag': '2d7db789-87f3-44eb-94e1-5cf1f7be5ad9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1232/2352] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:44:48 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 1246 bytes in 52 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: 1121/2353] 199.204.45.144 () {34 vars in 1017 bytes} [Tue Apr 21 04:44:48 2026] GET /v2.0/networks?tenant_id=d577b3c046704602b5b7697257a0a3a0&shared=False => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2354] 199.204.45.144 () {34 vars in 929 bytes} [Tue Apr 21 04:44:48 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2355] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:48 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 1246 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2356] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:44:48 2026] GET /v2.0/security-groups?id=d122da7b-db0b-4b48-a38c-0ca858e16e36&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2357] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:49 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2358] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:44:49 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2359] 199.204.45.144 () {34 vars in 1061 bytes} [Tue Apr 21 04:44:49 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.133&port_id=2d7db789-87f3-44eb-94e1-5cf1f7be5ad9 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2360] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:44:49 2026] GET /v2.0/subnets?id=627040b7-a2d7-4436-b3d4-f8d3703b15a3 => generated 654 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2361] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:44:49 2026] GET /v2.0/ports?network_id=13181b88-ba02-40af-8110-ced5b2781cde&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: 1237/2362] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:44:49 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?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: 1126/2363] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:44:49 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?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-21 04:44:50.855 8 INFO neutron.db.segments_db [None req-1766b029-f614-41eb-9576-f3077345b19b bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Added segment 2a8a4156-b128-43c1-a40c-ed16d1829f13 of type vxlan for network 3ca2cab4-26c3-4f23-a505-67808c011e95 [pid: 8|app: 0|req: 1128/2366] 10.0.0.103 () {34 vars in 670 bytes} [Tue Apr 21 04:44:50 2026] POST /v2.0/networks => generated 614 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:44:50.995 7 INFO neutron.db.segments_db [None req-16bb8452-3584-4e9b-b4e6-39750151a380 bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Added segment 63b84692-b388-40e3-81eb-7e40a5a2425d of type vxlan for network e6942dd1-a765-46bc-b5d0-fd7a49d86481 2026-04-21 04:44:51.231 7 INFO neutron.db.l3_hamode_db [None req-16bb8452-3584-4e9b-b4e6-39750151a380 bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1129/2367] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:51 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2368] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:44:51 2026] GET /v2.0/security-groups?id=d122da7b-db0b-4b48-a38c-0ca858e16e36&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:44:52.008 7 INFO neutron.db.l3_hamode_db [None req-16bb8452-3584-4e9b-b4e6-39750151a380 bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1131/2369] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:52 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 1246 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2370] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:50 2026] POST /v2.0/routers => generated 695 bytes in 1892 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2371] 10.0.0.103 () {32 vars in 775 bytes} [Tue Apr 21 04:44:52 2026] GET /v2.0/subnets?project_id=60932dc0ac874f23b06f3641fddd481e&cidr=10.100.0.0%2F28 => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2372] 10.0.0.103 () {32 vars in 693 bytes} [Tue Apr 21 04:44:52 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2373] 10.0.0.103 () {32 vars in 783 bytes} [Tue Apr 21 04:44:52 2026] GET /v2.0/subnets?network_id=24eef496-0865-405b-a32d-21ea96cd6f1a&cidr=10.100.0.0%2F28 => 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: 1241/2374] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:44:53 2026] POST /v2.0/subnets => generated 657 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2375] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:44:53 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2376] 199.204.45.144 () {34 vars in 1043 bytes} [Tue Apr 21 04:44:53 2026] GET /v2.0/security-groups?id=d122da7b-db0b-4b48-a38c-0ca858e16e36&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2377] 10.0.0.103 () {34 vars in 782 bytes} [Tue Apr 21 04:44:53 2026] PUT /v2.0/routers/49b89729-a93c-4d78-98f5-17478ebeb673/add_router_interface => generated 309 bytes in 1354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2378] 10.0.0.103 () {32 vars in 648 bytes} [Tue Apr 21 04:44:54 2026] GET /v2.0/networks => generated 6664 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2379] 10.0.0.103 () {32 vars in 646 bytes} [Tue Apr 21 04:44:54 2026] GET /v2.0/subnets => generated 7421 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2380] 10.0.0.103 () {32 vars in 646 bytes} [Tue Apr 21 04:44:54 2026] GET /v2.0/routers => generated 1453 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2381] 10.0.0.103 () {34 vars in 684 bytes} [Tue Apr 21 04:44:54 2026] POST /v2.0/security-groups => generated 1677 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2382] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:44:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2383] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:55 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2384] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:44:55 2026] GET /v2.0/security-groups?id=d122da7b-db0b-4b48-a38c-0ca858e16e36&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2385] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:44:55 2026] POST /v2.0/security-group-rules => generated 596 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2386] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:55 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 1248 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2387] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:44:55 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: 8|app: 0|req: 1139/2388] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:44:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:44:55.549 7 INFO neutron.db.securitygroups_db [None req-0f291fb7-0179-4629-9fb6-c25b28333bdd bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Project 60932dc0ac874f23b06f3641fddd481e 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: 1250/2389] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:44:55 2026] POST /v2.0/security-group-rules => generated 607 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:44:55.647 8 INFO neutron.db.securitygroups_db [None req-d6be20c2-f45a-4cd4-a190-50579bb45677 bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Project 60932dc0ac874f23b06f3641fddd481e 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: 1140/2390] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:44:55 2026] POST /v2.0/security-group-rules => generated 606 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2391] 10.0.0.103 () {32 vars in 648 bytes} [Tue Apr 21 04:44:56 2026] GET /v2.0/networks => generated 1298 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2392] 10.0.0.54 () {34 vars in 1098 bytes} [Tue Apr 21 04:44:56 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1545975307&fields=id&tenant_id=60932dc0ac874f23b06f3641fddd481e => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2393] 10.0.0.54 () {34 vars in 980 bytes} [Tue Apr 21 04:44:56 2026] GET /v2.0/networks?id=3ca2cab4-26c3-4f23-a505-67808c011e95 => generated 661 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2394] 10.0.0.54 () {34 vars in 963 bytes} [Tue Apr 21 04:44:56 2026] GET /v2.0/quotas/60932dc0ac874f23b06f3641fddd481e => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2395] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:44:56 2026] GET /v2.0/ports?tenant_id=60932dc0ac874f23b06f3641fddd481e&fields=id => generated 103 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2396] 10.0.0.54 () {34 vars in 1006 bytes} [Tue Apr 21 04:44:56 2026] GET /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95?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: 1254/2397] 10.0.0.54 () {34 vars in 1106 bytes} [Tue Apr 21 04:44:56 2026] GET /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95?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: 1144/2398] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:56 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2399] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:57 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => 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: 1145/2400] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:58 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2401] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:44:58 2026] GET /v2.0/security-groups?id=d122da7b-db0b-4b48-a38c-0ca858e16e36&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: 8|app: 0|req: 1146/2402] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:58 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => 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: 1257/2403] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:58 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => 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: 1147/2404] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:44:59 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => 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: 1258/2405] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:45:00 2026] GET /v2.0/networks?id=3ca2cab4-26c3-4f23-a505-67808c011e95 => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2406] 199.204.45.144 () {34 vars in 1049 bytes} [Tue Apr 21 04:45:00 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=60932dc0ac874f23b06f3641fddd481e => generated 181 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2407] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:01 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => 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: 1149/2408] 199.204.45.144 () {38 vars in 954 bytes} [Tue Apr 21 04:45:01 2026] POST /v2.0/ports => generated 954 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2409] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:45:01 2026] PUT /v2.0/ports/9f9acda0-d7c1-4c54-aa3a-922a0cd90fb4 => generated 1235 bytes in 601 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-21 04:45:02.155 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c62a8206-9aa9-41fd-b493-645f48bdcb5e'] response: {'name': 'network-changed', 'server_uuid': '6eaf4865-f0b3-4aa2-aeb9-738b562e4847', 'tag': '9f9acda0-d7c1-4c54-aa3a-922a0cd90fb4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1150/2410] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:02 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 969 bytes in 52 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: 1261/2411] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:02 2026] GET /v2.0/security-groups?id=69cdf7f3-28c5-41a4-a986-202806acc235&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: 1151/2412] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:45:02 2026] GET /v2.0/ports?tenant_id=60932dc0ac874f23b06f3641fddd481e&device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2413] 199.204.45.144 () {34 vars in 1017 bytes} [Tue Apr 21 04:45:02 2026] GET /v2.0/networks?tenant_id=60932dc0ac874f23b06f3641fddd481e&shared=False => generated 757 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2414] 199.204.45.144 () {34 vars in 929 bytes} [Tue Apr 21 04:45:02 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: 1263/2415] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:03 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2416] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:03 2026] GET /v2.0/security-groups?id=69cdf7f3-28c5-41a4-a986-202806acc235&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2417] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:45:03 2026] GET /v2.0/ports?tenant_id=60932dc0ac874f23b06f3641fddd481e&device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => 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: 1154/2418] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:45:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9f9acda0-d7c1-4c54-aa3a-922a0cd90fb4 => 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: 1265/2419] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:45:03 2026] GET /v2.0/subnets?id=93811f08-fd95-4d3b-a28d-8c0ee6648905 => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2420] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:45:03 2026] GET /v2.0/ports?network_id=3ca2cab4-26c3-4f23-a505-67808c011e95&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2421] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:45:04 2026] GET /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2422] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:45:04 2026] GET /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95?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: 1267/2423] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:04 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2424] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:04 2026] GET /v2.0/security-groups?id=69cdf7f3-28c5-41a4-a986-202806acc235&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: 1269/2427] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:05 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2428] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:05 2026] GET /v2.0/security-groups?id=69cdf7f3-28c5-41a4-a986-202806acc235&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: 1270/2429] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:06 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => 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: 1160/2430] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:06 2026] GET /v2.0/security-groups?id=69cdf7f3-28c5-41a4-a986-202806acc235&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: 1271/2431] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:07 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2432] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:08 2026] GET /v2.0/security-groups?id=69cdf7f3-28c5-41a4-a986-202806acc235&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: 1272/2433] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:09 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 971 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2434] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:09 2026] GET /v2.0/security-groups?id=69cdf7f3-28c5-41a4-a986-202806acc235&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: 1273/2435] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:09 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2436] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:09 2026] GET /v2.0/security-groups?id=69cdf7f3-28c5-41a4-a986-202806acc235&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2437] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:45:09 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:45:10.237 8 INFO neutron.db.l3_db [None req-e5488417-3921-4a55-ae3a-dfa15fc236cb bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Floating IP 1f693ffd-5c4b-4d57-9540-7899fa00f82e associated. External IP: 10.96.250.215, port: 9f9acda0-d7c1-4c54-aa3a-922a0cd90fb4. [pid: 8|app: 0|req: 1164/2438] 10.0.0.103 () {34 vars in 676 bytes} [Tue Apr 21 04:45:09 2026] POST /v2.0/floatingips => generated 855 bytes in 1055 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2439] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:45:10 2026] GET /v2.0/floatingips/1f693ffd-5c4b-4d57-9540-7899fa00f82e => generated 855 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:45:10.609 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-23623b92-43d2-490c-8af8-a07063beaeaa'] response: {'name': 'network-changed', 'server_uuid': '6eaf4865-f0b3-4aa2-aeb9-738b562e4847', 'tag': '9f9acda0-d7c1-4c54-aa3a-922a0cd90fb4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1165/2440] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:45:11 2026] GET /v2.0/ports?tenant_id=60932dc0ac874f23b06f3641fddd481e&device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2441] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:45:11 2026] GET /v2.0/networks?id=3ca2cab4-26c3-4f23-a505-67808c011e95 => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2442] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:45:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9f9acda0-d7c1-4c54-aa3a-922a0cd90fb4 => generated 858 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2443] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:45:11 2026] GET /v2.0/subnets?id=93811f08-fd95-4d3b-a28d-8c0ee6648905 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2444] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:45:11 2026] GET /v2.0/ports?network_id=3ca2cab4-26c3-4f23-a505-67808c011e95&device_owner=network%3Adhcp => generated 1244 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2445] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:45:11 2026] GET /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95?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: 1168/2446] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:45:11 2026] GET /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2447] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:45:11 2026] GET /v2.0/floatingips/1f693ffd-5c4b-4d57-9540-7899fa00f82e => generated 855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2448] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:45:12 2026] GET /v2.0/floatingips/1f693ffd-5c4b-4d57-9540-7899fa00f82e => generated 857 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2451] 10.0.0.160 () {34 vars in 989 bytes} [Tue Apr 21 04:45:20 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => 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: 1171/2452] 10.0.0.160 () {34 vars in 1039 bytes} [Tue Apr 21 04:45:20 2026] GET /v2.0/security-groups?id=69cdf7f3-28c5-41a4-a986-202806acc235&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2453] 10.0.0.103 () {32 vars in 825 bytes} [Tue Apr 21 04:45:29 2026] GET /v2.0/ports?project_id=60932dc0ac874f23b06f3641fddd481e&network_id=3ca2cab4-26c3-4f23-a505-67808c011e95 => generated 3691 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2454] 10.0.0.103 () {32 vars in 741 bytes} [Tue Apr 21 04:45:30 2026] GET /v2.0/subnets?network_id=24eef496-0865-405b-a32d-21ea96cd6f1a => generated 667 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:45:30.609 7 INFO neutron.db.l3_db [None req-5414dd01-08fc-47fa-883d-14155d01a020 bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Floating IP 1f693ffd-5c4b-4d57-9540-7899fa00f82e disassociated. External IP: 10.96.250.215, port: 9f9acda0-d7c1-4c54-aa3a-922a0cd90fb4. [pid: 7|app: 0|req: 1283/2455] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:45:30 2026] PUT /v2.0/floatingips/1f693ffd-5c4b-4d57-9540-7899fa00f82e => generated 554 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2456] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:45:30 2026] GET /v2.0/floatingips/1f693ffd-5c4b-4d57-9540-7899fa00f82e => generated 554 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:45:30.988 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-48e3f08b-5d5d-4299-9892-c4ebdfcd2005'] response: {'name': 'network-changed', 'server_uuid': '6eaf4865-f0b3-4aa2-aeb9-738b562e4847', 'tag': '9f9acda0-d7c1-4c54-aa3a-922a0cd90fb4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1284/2457] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:45:31 2026] GET /v2.0/ports?tenant_id=60932dc0ac874f23b06f3641fddd481e&device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => 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: 1174/2458] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:45:31 2026] GET /v2.0/networks?id=3ca2cab4-26c3-4f23-a505-67808c011e95 => 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: 1285/2459] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:45:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=9f9acda0-d7c1-4c54-aa3a-922a0cd90fb4 => 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: 1175/2460] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:45:31 2026] GET /v2.0/subnets?id=93811f08-fd95-4d3b-a28d-8c0ee6648905 => 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: 1286/2461] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:45:31 2026] GET /v2.0/ports?network_id=3ca2cab4-26c3-4f23-a505-67808c011e95&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: 1176/2462] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:45:31 2026] GET /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95?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: 1287/2463] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:45:31 2026] GET /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95?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: 1177/2464] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:45:31 2026] GET /v2.0/floatingips/1f693ffd-5c4b-4d57-9540-7899fa00f82e => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2465] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:45:33 2026] GET /v2.0/floatingips/1f693ffd-5c4b-4d57-9540-7899fa00f82e => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2466] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:45:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2467] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:45:33 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: 1179/2468] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:45:33 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: 1290/2469] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:45: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) [pid: 8|app: 0|req: 1180/2470] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:45:33 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => 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: 1291/2471] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:45:33 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2472] 199.204.45.144 () {34 vars in 716 bytes} [Tue Apr 21 04:45:33 2026] POST /v2.0/ports => generated 1055 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2473] 10.0.0.54 () {34 vars in 969 bytes} [Tue Apr 21 04:45:33 2026] GET /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 1055 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2474] 10.0.0.54 () {34 vars in 905 bytes} [Tue Apr 21 04:45:33 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: 7|app: 0|req: 1293/2475] 10.0.0.103 () {34 vars in 684 bytes} [Tue Apr 21 04:45:34 2026] POST /v2.0/security-groups => generated 1675 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2476] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:45:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2477] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:45:34 2026] POST /v2.0/security-group-rules => generated 596 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2478] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:45:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2479] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:45:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:45:34.719 8 INFO neutron.db.securitygroups_db [None req-ff0ef3b6-a4c2-443b-8fd6-68170b1e6338 bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Project 60932dc0ac874f23b06f3641fddd481e 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: 1185/2480] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:45:34 2026] POST /v2.0/security-group-rules => generated 607 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:45:34.846 7 INFO neutron.db.securitygroups_db [None req-ff4e6b53-b32b-4287-a64f-ba4be350235f bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Project 60932dc0ac874f23b06f3641fddd481e 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: 1296/2481] 10.0.0.103 () {34 vars in 694 bytes} [Tue Apr 21 04:45:34 2026] POST /v2.0/security-group-rules => generated 606 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2482] 199.204.45.144 () {34 vars in 1261 bytes} [Tue Apr 21 04:45:34 2026] GET /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2483] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:45:35 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1187/2486] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:45:35 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1300/2487] 10.0.0.103 () {32 vars in 648 bytes} [Tue Apr 21 04:45:35 2026] GET /v2.0/networks => generated 1298 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2488] 10.0.0.54 () {34 vars in 1096 bytes} [Tue Apr 21 04:45:35 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-671361155&fields=id&tenant_id=60932dc0ac874f23b06f3641fddd481e => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2489] 10.0.0.54 () {34 vars in 980 bytes} [Tue Apr 21 04:45:35 2026] GET /v2.0/networks?id=3ca2cab4-26c3-4f23-a505-67808c011e95 => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2490] 10.0.0.54 () {34 vars in 963 bytes} [Tue Apr 21 04:45:35 2026] GET /v2.0/quotas/60932dc0ac874f23b06f3641fddd481e => 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: 1302/2491] 10.0.0.54 () {34 vars in 1000 bytes} [Tue Apr 21 04:45:35 2026] GET /v2.0/ports?tenant_id=60932dc0ac874f23b06f3641fddd481e&fields=id => generated 149 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2492] 199.204.45.144 () {34 vars in 974 bytes} [Tue Apr 21 04:45:35 2026] GET /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 1055 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2493] 10.0.0.54 () {34 vars in 1006 bytes} [Tue Apr 21 04:45:35 2026] GET /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2494] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:45:35 2026] GET /v2.0/networks?id=418fd125-ceca-4635-80bb-037fbbc1502c => generated 803 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2495] 10.0.0.54 () {34 vars in 1106 bytes} [Tue Apr 21 04:45:35 2026] GET /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95?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: 1305/2496] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:35 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => 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: 1192/2497] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:45:35 2026] PUT /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 1245 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:45:36.200 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f912f1f6-3e6f-4a59-afa3-0419771df1ef'] response: {'name': 'network-changed', 'server_uuid': '3bf6ac55-c098-41a9-b08a-12bb0def3a66', 'tag': '0f3f9b10-2566-48c3-b899-504fcd2c3673', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1306/2498] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:45:36 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 2485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2499] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:45:36 2026] GET /v2.0/networks?id=418fd125-ceca-4635-80bb-037fbbc1502c => generated 803 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2500] 199.204.45.144 () {34 vars in 1055 bytes} [Tue Apr 21 04:45:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=0f3f9b10-2566-48c3-b899-504fcd2c3673 => 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: 1194/2501] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:45:36 2026] GET /v2.0/subnets?id=4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2502] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:45:36 2026] GET /v2.0/ports?network_id=418fd125-ceca-4635-80bb-037fbbc1502c&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: 1195/2503] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:45:36 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1196/2504] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:36 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => 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: 1309/2505] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:45:36 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1197/2506] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:45:38 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2507] 199.204.45.144 () {34 vars in 1061 bytes} [Tue Apr 21 04:45:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.133&port_id=2d7db789-87f3-44eb-94e1-5cf1f7be5ad9 => 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: 1310/2508] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:38 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2509] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:45:38 2026] GET /v2.0/subnets?id=627040b7-a2d7-4436-b3d4-f8d3703b15a3 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2510] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:45:38 2026] GET /v2.0/ports?network_id=13181b88-ba02-40af-8110-ced5b2781cde&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: 1200/2511] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:45:38 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?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: 1312/2512] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:45:38 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2513] 199.204.45.144 () {34 vars in 1055 bytes} [Tue Apr 21 04:45:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=0f3f9b10-2566-48c3-b899-504fcd2c3673 => 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: 1313/2514] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:45:38 2026] GET /v2.0/subnets?id=4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2515] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:45:38 2026] GET /v2.0/ports?network_id=418fd125-ceca-4635-80bb-037fbbc1502c&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2516] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:45:38 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1203/2517] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:45:38 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2518] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:39 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => 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: 1204/2519] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:45:40 2026] GET /v2.0/networks?id=3ca2cab4-26c3-4f23-a505-67808c011e95 => generated 661 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2520] 199.204.45.144 () {34 vars in 1049 bytes} [Tue Apr 21 04:45:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=60932dc0ac874f23b06f3641fddd481e => generated 273 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2521] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:40 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 12 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2522] 199.204.45.144 () {38 vars in 954 bytes} [Tue Apr 21 04:45:40 2026] POST /v2.0/ports => generated 954 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2523] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:45:40 2026] PUT /v2.0/ports/19614aaf-87ed-4255-818b-fccb6d5f40b4 => generated 1235 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:45:41.210 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-07b259d7-96e1-43e3-b055-dcdeeea313a4'] response: {'name': 'network-changed', 'server_uuid': '2c94cc9b-8d2c-4090-a0c9-37858ab44937', 'tag': '19614aaf-87ed-4255-818b-fccb6d5f40b4', '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: 1207/2524] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:41 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 969 bytes in 39 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: 1318/2525] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:41 2026] GET /v2.0/security-groups?id=6bcae804-92bb-44b7-a1d3-2a61dc6edb0c&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: 1208/2526] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:45:41 2026] GET /v2.0/ports?tenant_id=60932dc0ac874f23b06f3641fddd481e&device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 1238 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2527] 199.204.45.144 () {34 vars in 1017 bytes} [Tue Apr 21 04:45:41 2026] GET /v2.0/networks?tenant_id=60932dc0ac874f23b06f3641fddd481e&shared=False => generated 757 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2528] 199.204.45.144 () {34 vars in 929 bytes} [Tue Apr 21 04:45:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2529] 10.0.0.54 () {34 vars in 969 bytes} [Tue Apr 21 04:45:42 2026] GET /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 1247 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2530] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:42 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => 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: 1211/2531] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:42 2026] GET /v2.0/security-groups?id=6bcae804-92bb-44b7-a1d3-2a61dc6edb0c&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: 1321/2532] 199.204.45.144 () {34 vars in 788 bytes} [Tue Apr 21 04:45:42 2026] PUT /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 1271 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:45:42.890 8 INFO neutron.api.v2.resource [None req-7c3998ee-bd1f-4d56-b008-ee38fe43d5b6 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1212/2533] 199.204.45.144 () {30 vars in 762 bytes} [Tue Apr 21 04:45:42 2026] GET /v2.0/security-groups/lb-393c3845-f46a-4b15-8830-58c367f6ab06 => 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: 1322/2534] 199.204.45.144 () {30 vars in 784 bytes} [Tue Apr 21 04:45:42 2026] GET /v2.0/security-groups?name=lb-393c3845-f46a-4b15-8830-58c367f6ab06 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2535] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:45:42 2026] GET /v2.0/ports?tenant_id=60932dc0ac874f23b06f3641fddd481e&device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2536] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:45:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=19614aaf-87ed-4255-818b-fccb6d5f40b4 => 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: 1325/2537] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/subnets?id=93811f08-fd95-4d3b-a28d-8c0ee6648905 => 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: 1326/2538] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/ports?network_id=3ca2cab4-26c3-4f23-a505-67808c011e95&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2539] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2540] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2541] 199.204.45.144 () {34 vars in 788 bytes} [Tue Apr 21 04:45:42 2026] PUT /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 1309 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:45:43.217 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e33f2cbe-0c94-4510-ba3d-809b9fde54cd'] response: {'name': 'network-changed', 'server_uuid': '3bf6ac55-c098-41a9-b08a-12bb0def3a66', 'tag': '0f3f9b10-2566-48c3-b899-504fcd2c3673', 'status': 'completed', 'code': 200} 2026-04-21 04:45:43.247 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c262671-8029-4b79-a446-eb16ce6b6dd9'] response: {'name': 'network-changed', 'server_uuid': '3bf6ac55-c098-41a9-b08a-12bb0def3a66', 'tag': '0f3f9b10-2566-48c3-b899-504fcd2c3673', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1329/2542] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:45:43 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1214/2543] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:45:43 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: 1330/2544] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:45:43 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: 1215/2545] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:45:43 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: 1331/2546] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => 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: 1216/2547] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2548] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => 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: 1217/2549] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2550] 199.204.45.144 () {30 vars in 742 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2551] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2552] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2553] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2554] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 2585 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2555] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/security-groups?id=6bcae804-92bb-44b7-a1d3-2a61dc6edb0c&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: 1336/2556] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/networks?id=418fd125-ceca-4635-80bb-037fbbc1502c => generated 803 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2557] 199.204.45.144 () {34 vars in 1055 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=0f3f9b10-2566-48c3-b899-504fcd2c3673 => 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: 1337/2558] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/subnets?id=4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2559] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/ports?network_id=418fd125-ceca-4635-80bb-037fbbc1502c&device_owner=network%3Adhcp => generated 1461 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2560] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:45:43 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1223/2561] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:45:44 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1339/2562] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:44 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2563] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:44 2026] GET /v2.0/security-groups?id=6bcae804-92bb-44b7-a1d3-2a61dc6edb0c&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2564] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:45:45 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 2585 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2565] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:45:45 2026] GET /v2.0/networks?id=418fd125-ceca-4635-80bb-037fbbc1502c => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2566] 199.204.45.144 () {34 vars in 1055 bytes} [Tue Apr 21 04:45:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 19 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2567] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:45:45 2026] GET /v2.0/subnets?id=4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2568] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:45:45 2026] GET /v2.0/ports?network_id=418fd125-ceca-4635-80bb-037fbbc1502c&device_owner=network%3Adhcp => generated 1461 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2569] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:45:45 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1343/2570] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:45:45 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2571] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:46 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 969 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2572] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:46 2026] GET /v2.0/security-groups?id=6bcae804-92bb-44b7-a1d3-2a61dc6edb0c&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: 1229/2573] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:47 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => 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: 1345/2574] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:47 2026] GET /v2.0/security-groups?id=6bcae804-92bb-44b7-a1d3-2a61dc6edb0c&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2575] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:48 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2576] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:48 2026] GET /v2.0/security-groups?id=6bcae804-92bb-44b7-a1d3-2a61dc6edb0c&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: 1231/2577] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:45:48 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2578] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:45:48 2026] GET /v2.0/security-groups?id=6bcae804-92bb-44b7-a1d3-2a61dc6edb0c&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: 1232/2579] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:45:48 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:45:49.022 7 INFO neutron.db.l3_db [None req-634e717b-15b6-49b2-a703-792153176c97 bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Floating IP 1f693ffd-5c4b-4d57-9540-7899fa00f82e associated. External IP: 10.96.250.215, port: 19614aaf-87ed-4255-818b-fccb6d5f40b4. [pid: 7|app: 0|req: 1348/2580] 10.0.0.103 () {34 vars in 748 bytes} [Tue Apr 21 04:45:48 2026] PUT /v2.0/floatingips/1f693ffd-5c4b-4d57-9540-7899fa00f82e => generated 855 bytes in 619 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2581] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:45:49 2026] GET /v2.0/floatingips/1f693ffd-5c4b-4d57-9540-7899fa00f82e => generated 855 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:45:49.405 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cbe7b45-cd61-420e-ab22-4188bdfb3685'] response: {'name': 'network-changed', 'server_uuid': '2c94cc9b-8d2c-4090-a0c9-37858ab44937', 'tag': '19614aaf-87ed-4255-818b-fccb6d5f40b4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1349/2582] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:45:49 2026] GET /v2.0/ports?tenant_id=60932dc0ac874f23b06f3641fddd481e&device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 1240 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2583] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:45:50 2026] GET /v2.0/networks?id=3ca2cab4-26c3-4f23-a505-67808c011e95 => generated 757 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2586] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:45:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=19614aaf-87ed-4255-818b-fccb6d5f40b4 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2587] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:45:50 2026] GET /v2.0/subnets?id=93811f08-fd95-4d3b-a28d-8c0ee6648905 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2588] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:45:50 2026] GET /v2.0/ports?network_id=3ca2cab4-26c3-4f23-a505-67808c011e95&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2589] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:45:50 2026] GET /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95?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: 1352/2590] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:45:50 2026] GET /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95?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: 1239/2591] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:45:50 2026] GET /v2.0/floatingips/1f693ffd-5c4b-4d57-9540-7899fa00f82e => generated 855 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2592] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:45:51 2026] GET /v2.0/floatingips/1f693ffd-5c4b-4d57-9540-7899fa00f82e => generated 857 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:45:53.083 8 INFO neutron.db.l3_db [None req-336eec47-d42a-473c-aa9f-b0264e4e655d 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Floating IP d4939e02-46d6-4ca8-8306-0938758ff81a associated. External IP: 10.96.250.207, port: 995d3f14-a1e7-4235-9541-30f859366d62. [pid: 8|app: 0|req: 1240/2593] 10.0.0.103 () {34 vars in 676 bytes} [Tue Apr 21 04:45:52 2026] POST /v2.0/floatingips => generated 898 bytes in 968 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2594] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:45:56 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: 1241/2595] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:45:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2596] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:45:56 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2597] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:45:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:45:56.416 7 INFO neutron.api.v2.resource [None req-bce4694c-ca47-4c04-835c-50172785f7a3 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1356/2598] 199.204.45.144 () {30 vars in 762 bytes} [Tue Apr 21 04:45:56 2026] GET /v2.0/security-groups/lb-393c3845-f46a-4b15-8830-58c367f6ab06 => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2599] 199.204.45.144 () {30 vars in 784 bytes} [Tue Apr 21 04:45:56 2026] GET /v2.0/security-groups?name=lb-393c3845-f46a-4b15-8830-58c367f6ab06 => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2600] 199.204.45.144 () {30 vars in 814 bytes} [Tue Apr 21 04:45:56 2026] GET /v2.0/security-group-rules?security_group_id=c494b0c1-5ec8-40ef-9519-b241aaa69669 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2601] 199.204.45.144 () {34 vars in 746 bytes} [Tue Apr 21 04:45:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2602] 199.204.45.144 () {34 vars in 746 bytes} [Tue Apr 21 04:45:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2603] 10.0.0.160 () {34 vars in 989 bytes} [Tue Apr 21 04:45:57 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2604] 10.0.0.160 () {34 vars in 1039 bytes} [Tue Apr 21 04:45:57 2026] GET /v2.0/security-groups?id=6bcae804-92bb-44b7-a1d3-2a61dc6edb0c&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: 1246/2605] 10.0.0.224 () {30 vars in 689 bytes} [Tue Apr 21 04:46:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2606] 10.0.0.224 () {30 vars in 691 bytes} [Tue Apr 21 04:46:05 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: 1362/2609] 10.0.0.224 () {30 vars in 667 bytes} [Tue Apr 21 04:46:05 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: 1248/2610] 10.0.0.224 () {30 vars in 703 bytes} [Tue Apr 21 04:46:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2611] 10.0.0.224 () {28 vars in 438 bytes} [Tue Apr 21 04:46:05 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2612] 10.0.0.224 () {30 vars in 727 bytes} [Tue Apr 21 04:46:05 2026] GET /v2.0/subnets/8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7 => generated 656 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2613] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:46:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2614] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:46:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2615] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:46: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: 1251/2616] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:46: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: 1366/2617] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:06 2026] GET /v2.0/subnets/8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7 => generated 674 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2618] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:46:06 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => 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: 1367/2619] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:46:06 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: 1253/2620] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:46:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2621] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:46:06 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: 1254/2622] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:46: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: 1369/2623] 199.204.45.144 () {34 vars in 716 bytes} [Tue Apr 21 04:46:06 2026] POST /v2.0/ports => generated 1320 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2624] 10.0.0.54 () {34 vars in 969 bytes} [Tue Apr 21 04:46:07 2026] GET /v2.0/ports/c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => generated 1320 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1370/2625] 10.0.0.54 () {34 vars in 905 bytes} [Tue Apr 21 04:46:07 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: 1256/2626] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:46:07 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => 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: 1371/2627] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:46:07 2026] GET /v2.0/security-groups?id=6bcae804-92bb-44b7-a1d3-2a61dc6edb0c&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: 1257/2628] 199.204.45.144 () {34 vars in 1261 bytes} [Tue Apr 21 04:46:08 2026] GET /v2.0/ports/c3f5109c-dbf7-4aa7-836c-60c996fcddd3?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2629] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:08 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 1258/2630] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:08 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 1373/2631] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:46:08 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2632] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:46:08 2026] GET /v2.0/security-groups?id=6bcae804-92bb-44b7-a1d3-2a61dc6edb0c&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2633] 199.204.45.144 () {34 vars in 974 bytes} [Tue Apr 21 04:46:09 2026] GET /v2.0/ports/c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => generated 1320 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2634] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:46:09 2026] GET /v2.0/networks?id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2635] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:46:09 2026] PUT /v2.0/ports/c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => generated 1510 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:46:09.659 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a21a46a-dc31-4924-b424-5f1bb0976f05'] response: {'name': 'network-changed', 'server_uuid': '3bf6ac55-c098-41a9-b08a-12bb0def3a66', 'tag': 'c3f5109c-dbf7-4aa7-836c-60c996fcddd3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1261/2636] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:46:09 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1376/2637] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:46:09 2026] GET /v2.0/security-groups?id=6bcae804-92bb-44b7-a1d3-2a61dc6edb0c&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: 1262/2638] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:46:09 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:46:10.104 7 INFO neutron_taas.services.taas.taas_plugin [req-c3346378-bc3f-407f-b64a-dcdf8924de11 req-b47c3da1-d034-4669-8dd7-af3f9a953c35 bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] TaaS: Handle Delete Port: 19614aaf-87ed-4255-818b-fccb6d5f40b4 2026-04-21 04:46:10.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c3346378-bc3f-407f-b64a-dcdf8924de11 req-b47c3da1-d034-4669-8dd7-af3f9a953c35 bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Tap Mirror: Handle Delete Port: 19614aaf-87ed-4255-818b-fccb6d5f40b4 [pid: 8|app: 0|req: 1263/2639] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:46:10 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 4087 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:46:10.226 7 INFO neutron.db.l3_db [req-c3346378-bc3f-407f-b64a-dcdf8924de11 req-b47c3da1-d034-4669-8dd7-af3f9a953c35 bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Floating IP 1f693ffd-5c4b-4d57-9540-7899fa00f82e disassociated. External IP: 10.96.250.215, port: 19614aaf-87ed-4255-818b-fccb6d5f40b4. [pid: 8|app: 0|req: 1264/2640] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:46:10 2026] GET /v2.0/networks?id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2641] 199.204.45.144 () {34 vars in 1055 bytes} [Tue Apr 21 04:46:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.20&port_id=c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => 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: 1266/2642] 199.204.45.144 () {34 vars in 1101 bytes} [Tue Apr 21 04:46:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A15&port_id=c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => 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: 1267/2643] 199.204.45.144 () {34 vars in 1063 bytes} [Tue Apr 21 04:46:10 2026] GET /v2.0/subnets?id=8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7&id=4fdeacb3-c20d-4166-9e15-7f0c24c9d678 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2644] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:10 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2645] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:10 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&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: 1270/2646] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:10 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 1271/2647] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:10 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2648] 199.204.45.144 () {36 vars in 996 bytes} [Tue Apr 21 04:46:09 2026] DELETE /v2.0/ports/19614aaf-87ed-4255-818b-fccb6d5f40b4 => generated 0 bytes in 567 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2649] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:46:11 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => 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: 1378/2650] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:46:11 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 4087 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2651] 199.204.45.144 () {34 vars in 1061 bytes} [Tue Apr 21 04:46:11 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.133&port_id=2d7db789-87f3-44eb-94e1-5cf1f7be5ad9 => 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: 1379/2652] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:46:11 2026] GET /v2.0/subnets?id=627040b7-a2d7-4436-b3d4-f8d3703b15a3 => generated 654 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:46:11.706 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db4abaa5-1650-4587-a44b-7b10eebdfd94'] response: {'server_uuid': '2c94cc9b-8d2c-4090-a0c9-37858ab44937', 'name': 'network-vif-deleted', 'tag': '19614aaf-87ed-4255-818b-fccb6d5f40b4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1274/2653] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:11 2026] GET /v2.0/ports?network_id=13181b88-ba02-40af-8110-ced5b2781cde&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2654] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:11 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?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: 1275/2655] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:11 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?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: 1381/2656] 199.204.45.144 () {34 vars in 1055 bytes} [Tue Apr 21 04:46:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=0f3f9b10-2566-48c3-b899-504fcd2c3673 => 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: 1276/2657] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:46:11 2026] GET /v2.0/subnets?id=4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2658] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:11 2026] GET /v2.0/ports?network_id=418fd125-ceca-4635-80bb-037fbbc1502c&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2659] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:11 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1383/2660] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:11 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1278/2661] 199.204.45.144 () {34 vars in 1055 bytes} [Tue Apr 21 04:46:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.20&port_id=c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => 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: 1384/2662] 199.204.45.144 () {34 vars in 1101 bytes} [Tue Apr 21 04:46:12 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A15&port_id=c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => 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: 1279/2663] 199.204.45.144 () {34 vars in 1063 bytes} [Tue Apr 21 04:46:12 2026] GET /v2.0/subnets?id=8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7&id=4fdeacb3-c20d-4166-9e15-7f0c24c9d678 => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2664] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:46:12 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => 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: 1385/2665] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:12 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2666] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:12 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&device_owner=network%3Adhcp => generated 1457 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2667] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:12 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2668] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:12 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 1387/2669] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:46:13 2026] GET /v2.0/ports?device_id=2c94cc9b-8d2c-4090-a0c9-37858ab44937 => 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: 1283/2670] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:14 2026] DELETE /v2.0/security-groups/6bcae804-92bb-44b7-a1d3-2a61dc6edb0c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:46:14.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-eab22b0e-3ff1-469b-9690-ed67a451e656 bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] TaaS: Handle Delete Port: 6cf75727-7246-4600-b2fd-77a66f07feb1 2026-04-21 04:46:14.555 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eab22b0e-3ff1-469b-9690-ed67a451e656 bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Tap Mirror: Handle Delete Port: 6cf75727-7246-4600-b2fd-77a66f07feb1 [pid: 7|app: 0|req: 1388/2671] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:46:14 2026] DELETE /v2.0/floatingips/1f693ffd-5c4b-4d57-9540-7899fa00f82e => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2672] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:46:14 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2673] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:46:14 2026] GET /v2.0/security-groups?id=69cdf7f3-28c5-41a4-a986-202806acc235&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: 1285/2674] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:46:16 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2675] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:46:16 2026] GET /v2.0/security-groups?id=69cdf7f3-28c5-41a4-a986-202806acc235&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: 1286/2676] 10.0.0.54 () {34 vars in 969 bytes} [Tue Apr 21 04:46:16 2026] GET /v2.0/ports/c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => generated 1510 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2677] 199.204.45.144 () {30 vars in 742 bytes} [Tue Apr 21 04:46:16 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b => generated 797 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2678] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:16 2026] GET /v2.0/subnets/8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2679] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:16 2026] GET /v2.0/subnets/4fdeacb3-c20d-4166-9e15-7f0c24c9d678 => generated 744 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2680] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:46:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2681] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:46:16 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: 1289/2682] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:46:16 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: 1394/2683] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:46:16 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2684] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:16 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => 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: 1395/2685] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:46:16 2026] GET /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => 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: 1291/2686] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:46:16 2026] GET /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 1345 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2687] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:16 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2688] 199.204.45.144 () {30 vars in 742 bytes} [Tue Apr 21 04:46:16 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2689] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:46:16 2026] GET /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => 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: 1293/2690] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:17 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => 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: 1398/2691] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:46:17 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2692] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:46:17 2026] GET /v2.0/security-groups?id=69cdf7f3-28c5-41a4-a986-202806acc235&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2693] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:46:17 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:46:17.445 8 INFO neutron_taas.services.taas.taas_plugin [req-687c60b4-7de9-405f-8128-597944bc525c req-0ba2931e-ef32-45ff-91e7-8ad9a9fcab89 bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] TaaS: Handle Delete Port: 9f9acda0-d7c1-4c54-aa3a-922a0cd90fb4 2026-04-21 04:46:17.448 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-687c60b4-7de9-405f-8128-597944bc525c req-0ba2931e-ef32-45ff-91e7-8ad9a9fcab89 bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Tap Mirror: Handle Delete Port: 9f9acda0-d7c1-4c54-aa3a-922a0cd90fb4 [pid: 8|app: 0|req: 1295/2694] 199.204.45.144 () {36 vars in 996 bytes} [Tue Apr 21 04:46:17 2026] DELETE /v2.0/ports/9f9acda0-d7c1-4c54-aa3a-922a0cd90fb4 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:46:17.702 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a1bd662-2830-4a0b-a109-9bd67f184b26'] response: {'server_uuid': '6eaf4865-f0b3-4aa2-aeb9-738b562e4847', 'name': 'network-vif-deleted', 'tag': '9f9acda0-d7c1-4c54-aa3a-922a0cd90fb4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1400/2695] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:46:18 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => 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: 1296/2696] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:46:19 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => 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: 1298/2699] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:46:20 2026] GET /v2.0/ports?device_id=6eaf4865-f0b3-4aa2-aeb9-738b562e4847 => 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: 1402/2700] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:21 2026] DELETE /v2.0/security-groups/69cdf7f3-28c5-41a4-a986-202806acc235 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:46:22.180 8 INFO neutron_taas.services.taas.taas_plugin [None req-d1d27e70-e212-4db1-8f55-7dcaffe8223e bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] TaaS: Handle Delete Port: 90a20c49-f013-4093-bc79-2f0ee5492c53 2026-04-21 04:46:22.185 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1d27e70-e212-4db1-8f55-7dcaffe8223e bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Tap Mirror: Handle Delete Port: 90a20c49-f013-4093-bc79-2f0ee5492c53 [pid: 8|app: 0|req: 1299/2701] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:46:21 2026] PUT /v2.0/routers/49b89729-a93c-4d78-98f5-17478ebeb673/remove_router_interface => generated 309 bytes in 907 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2702] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:46:22 2026] DELETE /v2.0/subnets/93811f08-fd95-4d3b-a28d-8c0ee6648905 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:46:23.115 8 INFO neutron_taas.services.taas.taas_plugin [None req-257b6b8c-8150-4d50-935c-6741ee8a7f6e bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] TaaS: Handle Delete Port: fd9333e6-5b4e-4163-8fbd-9663264fbcbe 2026-04-21 04:46:23.118 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-257b6b8c-8150-4d50-935c-6741ee8a7f6e bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Tap Mirror: Handle Delete Port: fd9333e6-5b4e-4163-8fbd-9663264fbcbe 2026-04-21 04:46:23.348 8 INFO neutron_taas.services.taas.taas_plugin [None req-257b6b8c-8150-4d50-935c-6741ee8a7f6e bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] TaaS: Handle Delete Port: ef2eb9cb-f3df-4219-ab96-6c825068a714 2026-04-21 04:46:23.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-257b6b8c-8150-4d50-935c-6741ee8a7f6e bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Tap Mirror: Handle Delete Port: ef2eb9cb-f3df-4219-ab96-6c825068a714 2026-04-21 04:46:23.678 8 INFO neutron.db.l3_hamode_db [None req-257b6b8c-8150-4d50-935c-6741ee8a7f6e bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] HA network e6942dd1-a765-46bc-b5d0-fd7a49d86481 was deleted as no HA routers are present in tenant 60932dc0ac874f23b06f3641fddd481e. [pid: 8|app: 0|req: 1300/2703] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:46:22 2026] DELETE /v2.0/routers/49b89729-a93c-4d78-98f5-17478ebeb673 => generated 0 bytes in 773 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:46:23.697 8 INFO neutron.services.segments.plugin [-] Segment 63b84692-b388-40e3-81eb-7e40a5a2425d resource provider aggregate not found 2026-04-21 04:46:23.708 8 INFO neutron.services.segments.plugin [-] Segment 63b84692-b388-40e3-81eb-7e40a5a2425d resource provider aggregate not found 2026-04-21 04:46:23.713 8 INFO neutron.services.segments.plugin [-] Segment 63b84692-b388-40e3-81eb-7e40a5a2425d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63b84692-b388-40e3-81eb-7e40a5a2425d found for delete ", "request_id": "req-322b018d-8538-4cc4-9ac7-425613e9d85c"}]} 2026-04-21 04:46:23.726 8 INFO neutron.services.segments.plugin [-] Segment 63b84692-b388-40e3-81eb-7e40a5a2425d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63b84692-b388-40e3-81eb-7e40a5a2425d found for delete ", "request_id": "req-47936fcb-44c3-43a4-a23f-c6f122636d34"}]} 2026-04-21 04:46:23.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd0e8400-cdaa-476a-9bc0-249bf078bc3a bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] TaaS: Handle Delete Port: fe11c2e3-be25-42c5-bebd-e24420e1622e 2026-04-21 04:46:23.787 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd0e8400-cdaa-476a-9bc0-249bf078bc3a bc2dceea36914442aee71126f5d674fe 60932dc0ac874f23b06f3641fddd481e - - default default] Tap Mirror: Handle Delete Port: fe11c2e3-be25-42c5-bebd-e24420e1622e [pid: 7|app: 0|req: 1404/2704] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:46:23 2026] DELETE /v2.0/networks/3ca2cab4-26c3-4f23-a505-67808c011e95 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:46:24.014 7 INFO neutron.services.segments.plugin [-] Segment 2a8a4156-b128-43c1-a40c-ed16d1829f13 resource provider aggregate not found 2026-04-21 04:46:24.036 7 INFO neutron.services.segments.plugin [-] Segment 2a8a4156-b128-43c1-a40c-ed16d1829f13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a8a4156-b128-43c1-a40c-ed16d1829f13 found for delete ", "request_id": "req-dcd1a195-8aed-484a-93d1-0c5f7c6f699e"}]} 2026-04-21 04:46:24.037 7 INFO neutron.services.segments.plugin [-] Segment 2a8a4156-b128-43c1-a40c-ed16d1829f13 resource provider aggregate not found 2026-04-21 04:46:24.056 7 INFO neutron.services.segments.plugin [-] Segment 2a8a4156-b128-43c1-a40c-ed16d1829f13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a8a4156-b128-43c1-a40c-ed16d1829f13 found for delete ", "request_id": "req-d69cb695-af98-45b8-b699-ffaf87dca9e4"}]} [pid: 8|app: 0|req: 1301/2705] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:46:24 2026] GET /v2.0/security-groups?tenant_id=a4f83077a13f44a89dc0b8de116da23c&name=default => generated 2929 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2706] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:24 2026] DELETE /v2.0/security-groups/e7c66fd1-4312-4350-85fd-3c682a8c3204 => 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: 1302/2707] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:46:24 2026] GET /v2.0/security-groups?tenant_id=60932dc0ac874f23b06f3641fddd481e&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2708] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:24 2026] DELETE /v2.0/security-groups/5f467198-69cc-4d9b-91bb-18907b0f16db => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2709] 10.0.0.224 () {30 vars in 689 bytes} [Tue Apr 21 04:46:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2710] 10.0.0.224 () {30 vars in 691 bytes} [Tue Apr 21 04:46:26 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: 1304/2711] 10.0.0.224 () {30 vars in 667 bytes} [Tue Apr 21 04:46:26 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: 1408/2712] 10.0.0.224 () {30 vars in 703 bytes} [Tue Apr 21 04:46:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2713] 10.0.0.224 () {28 vars in 438 bytes} [Tue Apr 21 04:46:26 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: 1409/2714] 10.0.0.224 () {30 vars in 727 bytes} [Tue Apr 21 04:46:26 2026] GET /v2.0/subnets/c410374e-be87-4460-bc04-acfffa15cf0f => generated 655 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2715] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:46:28 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2716] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:46:28 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: 1307/2717] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:46:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2718] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:46:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:46:29.184 7 INFO neutron.db.segments_db [None req-152d576f-0d53-41b4-ad6d-8c59fa3aff7e 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] Added segment 3d02b248-d916-4e4b-a53c-ad0ca102c411 of type vxlan for network 8ca287a4-ada8-41b7-be84-daddad26e298 [pid: 8|app: 0|req: 1308/2719] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:28 2026] GET /v2.0/subnets/8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7 => generated 674 bytes in 477 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2720] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:46:28 2026] POST /v2.0/networks => generated 613 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2721] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:29 2026] GET /v2.0/subnets/c410374e-be87-4460-bc04-acfffa15cf0f => generated 673 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2722] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:46:29 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 4089 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2723] 10.0.0.103 () {34 vars in 663 bytes} [Tue Apr 21 04:46:29 2026] POST /v2.0/ports => generated 743 bytes in 319 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: 1414/2724] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:46:29 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: 1415/2725] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:46:29 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: 1416/2726] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:46:29 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) 2026-04-21 04:46:29.655 8 INFO neutron.db.segments_db [None req-69c66495-615b-41aa-8d85-6bab7a8df0a3 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] Added segment 16ee54f2-1a18-4657-8c6a-ad1aa6d94248 of type vxlan for network 64284bea-b518-476f-9aa4-2b93b52f1ff6 [pid: 7|app: 0|req: 1417/2727] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:46:29 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: 1311/2728] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:46:29 2026] POST /v2.0/networks => generated 613 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2729] 199.204.45.144 () {34 vars in 716 bytes} [Tue Apr 21 04:46:29 2026] POST /v2.0/ports => generated 1332 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2730] 10.0.0.103 () {34 vars in 663 bytes} [Tue Apr 21 04:46:29 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-21 04:46:30.103 7 INFO neutron.db.segments_db [None req-ba23f40f-f4eb-4e9a-86b9-02a6accc4e8c 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] Added segment e1e1cd37-cf80-484f-a6ec-bd2b6b277aa2 of type vxlan for network 830951a8-d650-4574-8deb-56b553d89d1a [pid: 7|app: 0|req: 1419/2731] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:46:30 2026] POST /v2.0/networks => generated 613 bytes in 141 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: 1313/2732] 10.0.0.103 () {34 vars in 663 bytes} [Tue Apr 21 04:46:30 2026] POST /v2.0/ports => generated 743 bytes in 319 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: 1420/2733] 10.0.0.54 () {34 vars in 969 bytes} [Tue Apr 21 04:46:30 2026] GET /v2.0/ports/a3c34494-3bab-410c-831f-a2f035d5a77c => generated 1332 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:46:30.565 8 INFO neutron.db.segments_db [None req-e9063e4c-b784-4143-a61a-1bcb3c816da4 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] Added segment d726b2b6-f1ee-4b18-bbe1-0e95e92943ce of type vxlan for network 4ed34259-1bfb-4db9-a80e-8b4d8d1e9e9f [pid: 8|app: 0|req: 1314/2734] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:46:30 2026] POST /v2.0/networks => generated 612 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2735] 10.0.0.103 () {34 vars in 663 bytes} [Tue Apr 21 04:46:30 2026] POST /v2.0/ports => generated 743 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:46:31.041 8 INFO neutron.db.segments_db [None req-9511cf3e-d1e8-4c07-a2de-f1aa147e2360 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] Added segment afd91d53-a55a-4cbd-9470-376630149d57 of type vxlan for network e0417bd7-ae7a-4544-a595-b59b1ef44527 [pid: 8|app: 0|req: 1315/2736] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:46:30 2026] POST /v2.0/networks => generated 612 bytes in 166 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: 1422/2737] 10.0.0.103 () {34 vars in 663 bytes} [Tue Apr 21 04:46:31 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2738] 10.0.0.103 () {34 vars in 746 bytes} [Tue Apr 21 04:46:31 2026] PUT /v2.0/ports/444623e1-1b19-4dc2-b565-9247505a8409/tags => generated 17 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1423/2739] 10.0.0.103 () {34 vars in 746 bytes} [Tue Apr 21 04:46:31 2026] PUT /v2.0/ports/71b1ca6f-242e-4c26-af26-149ad816d5fc/tags => generated 25 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: 1317/2740] 199.204.45.144 () {34 vars in 1261 bytes} [Tue Apr 21 04:46:31 2026] GET /v2.0/ports/a3c34494-3bab-410c-831f-a2f035d5a77c?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2741] 10.0.0.103 () {34 vars in 746 bytes} [Tue Apr 21 04:46:31 2026] PUT /v2.0/ports/f9ed1756-8d4a-4c37-8ed4-bffd36c2b0ee/tags => generated 34 bytes in 52 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: 1318/2742] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:31 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2743] 10.0.0.103 () {34 vars in 746 bytes} [Tue Apr 21 04:46:31 2026] PUT /v2.0/ports/d1896afe-34d0-48a7-a727-0b5f6f5b479e/tags => generated 19 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: 1319/2744] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:31 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?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: 1426/2745] 10.0.0.103 () {32 vars in 659 bytes} [Tue Apr 21 04:46:31 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2746] 10.0.0.103 () {32 vars in 673 bytes} [Tue Apr 21 04:46:31 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2747] 10.0.0.103 () {32 vars in 669 bytes} [Tue Apr 21 04:46:31 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2748] 10.0.0.103 () {32 vars in 681 bytes} [Tue Apr 21 04:46:31 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2749] 10.0.0.103 () {32 vars in 667 bytes} [Tue Apr 21 04:46:32 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2750] 10.0.0.103 () {32 vars in 681 bytes} [Tue Apr 21 04:46:32 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2751] 10.0.0.103 () {32 vars in 677 bytes} [Tue Apr 21 04:46:32 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2752] 199.204.45.144 () {34 vars in 974 bytes} [Tue Apr 21 04:46:32 2026] GET /v2.0/ports/a3c34494-3bab-410c-831f-a2f035d5a77c => generated 1332 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2753] 10.0.0.103 () {32 vars in 689 bytes} [Tue Apr 21 04:46:32 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2754] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:46:32 2026] GET /v2.0/networks?id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 => generated 801 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:46:32.415 7 INFO neutron_taas.services.taas.taas_plugin [None req-10cdbde8-091a-4990-95fc-cc47d5a08b62 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] TaaS: Handle Delete Port: 444623e1-1b19-4dc2-b565-9247505a8409 2026-04-21 04:46:32.418 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10cdbde8-091a-4990-95fc-cc47d5a08b62 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] Tap Mirror: Handle Delete Port: 444623e1-1b19-4dc2-b565-9247505a8409 [pid: 7|app: 0|req: 1431/2755] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:46:32 2026] DELETE /v2.0/ports/444623e1-1b19-4dc2-b565-9247505a8409 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:46:32.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-6608b8f2-9a4b-4f12-b88b-33be8368c103 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] TaaS: Handle Delete Port: 71b1ca6f-242e-4c26-af26-149ad816d5fc 2026-04-21 04:46:32.583 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6608b8f2-9a4b-4f12-b88b-33be8368c103 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] Tap Mirror: Handle Delete Port: 71b1ca6f-242e-4c26-af26-149ad816d5fc [pid: 7|app: 0|req: 1432/2756] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:46:32 2026] DELETE /v2.0/ports/71b1ca6f-242e-4c26-af26-149ad816d5fc => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2757] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:46:32 2026] PUT /v2.0/ports/a3c34494-3bab-410c-831f-a2f035d5a77c => generated 1522 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:46:32.754 7 INFO neutron_taas.services.taas.taas_plugin [None req-d36a24bb-1be8-4d46-98c3-989b0653dd61 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] TaaS: Handle Delete Port: f9ed1756-8d4a-4c37-8ed4-bffd36c2b0ee 2026-04-21 04:46:32.756 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d36a24bb-1be8-4d46-98c3-989b0653dd61 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] Tap Mirror: Handle Delete Port: f9ed1756-8d4a-4c37-8ed4-bffd36c2b0ee 2026-04-21 04:46:32.767 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cceb2004-0c12-4136-b6ac-efa97017e9d3'] response: {'name': 'network-changed', 'server_uuid': '3bf6ac55-c098-41a9-b08a-12bb0def3a66', 'tag': 'a3c34494-3bab-410c-831f-a2f035d5a77c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1433/2758] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:46:32 2026] DELETE /v2.0/ports/f9ed1756-8d4a-4c37-8ed4-bffd36c2b0ee => generated 0 bytes in 136 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-21 04:46:32.903 8 INFO neutron_taas.services.taas.taas_plugin [None req-a6a63990-e518-4d84-a3f2-ad1e5eb9b5e3 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] TaaS: Handle Delete Port: d1896afe-34d0-48a7-a727-0b5f6f5b479e 2026-04-21 04:46:32.906 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6a63990-e518-4d84-a3f2-ad1e5eb9b5e3 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] Tap Mirror: Handle Delete Port: d1896afe-34d0-48a7-a727-0b5f6f5b479e [pid: 8|app: 0|req: 1326/2759] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:46:32 2026] DELETE /v2.0/ports/d1896afe-34d0-48a7-a727-0b5f6f5b479e => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:46:33.100 7 INFO neutron_taas.services.taas.taas_plugin [None req-3837391b-317b-480e-b30e-c5a6309c7b8b 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] TaaS: Handle Delete Port: 1a751063-9ace-4386-9a37-6d3bce3d006a 2026-04-21 04:46:33.103 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3837391b-317b-480e-b30e-c5a6309c7b8b 4c02918873ac4301ace612d059422ded 307be447af42440488ede60a0d5facbc - - default default] Tap Mirror: Handle Delete Port: 1a751063-9ace-4386-9a37-6d3bce3d006a [pid: 7|app: 0|req: 1434/2760] 10.0.0.103 () {32 vars in 719 bytes} [Tue Apr 21 04:46:33 2026] DELETE /v2.0/ports/1a751063-9ace-4386-9a37-6d3bce3d006a => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:46:33.296 8 INFO neutron.services.segments.plugin [-] Segment 3d02b248-d916-4e4b-a53c-ad0ca102c411 resource provider aggregate not found 2026-04-21 04:46:33.299 8 INFO neutron.services.segments.plugin [-] Segment 3d02b248-d916-4e4b-a53c-ad0ca102c411 resource provider aggregate not found 2026-04-21 04:46:33.313 8 INFO neutron.services.segments.plugin [-] Segment 3d02b248-d916-4e4b-a53c-ad0ca102c411 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d02b248-d916-4e4b-a53c-ad0ca102c411 found for delete ", "request_id": "req-e0868287-a3e8-4b69-98d5-25bc22610eb9"}]} 2026-04-21 04:46:33.313 8 INFO neutron.services.segments.plugin [-] Segment 3d02b248-d916-4e4b-a53c-ad0ca102c411 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d02b248-d916-4e4b-a53c-ad0ca102c411 found for delete ", "request_id": "req-ef6cf887-3207-4733-a936-a37fa12f6935"}]} [pid: 7|app: 0|req: 1435/2761] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:46:33 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 5603 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2762] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:46:33 2026] DELETE /v2.0/networks/8ca287a4-ada8-41b7-be84-daddad26e298 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2763] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:46:33 2026] GET /v2.0/networks?id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2764] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:46:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.173&port_id=a3c34494-3bab-410c-831f-a2f035d5a77c => 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: 1328/2765] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:46:33 2026] DELETE /v2.0/networks/64284bea-b518-476f-9aa4-2b93b52f1ff6 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2766] 199.204.45.144 () {34 vars in 1105 bytes} [Tue Apr 21 04:46:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a6&port_id=a3c34494-3bab-410c-831f-a2f035d5a77c => 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: 1439/2767] 199.204.45.144 () {34 vars in 1063 bytes} [Tue Apr 21 04:46:33 2026] GET /v2.0/subnets?id=a2a8a0b5-58b3-48a8-9dd9-dea0eb7ccf64&id=c410374e-be87-4460-bc04-acfffa15cf0f => generated 1413 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2768] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:33 2026] GET /v2.0/ports?network_id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0&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: 1329/2769] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:46:33 2026] DELETE /v2.0/networks/830951a8-d650-4574-8deb-56b553d89d1a => generated 0 bytes in 84 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2770] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:33 2026] GET /v2.0/ports?network_id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2771] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:33 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2772] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:46:33 2026] DELETE /v2.0/networks/4ed34259-1bfb-4db9-a80e-8b4d8d1e9e9f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2773] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:33 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2774] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:46:33 2026] DELETE /v2.0/networks/e0417bd7-ae7a-4544-a595-b59b1ef44527 => 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: 1332/2775] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:46:34 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 5603 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2776] 199.204.45.144 () {34 vars in 1061 bytes} [Tue Apr 21 04:46:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.133&port_id=2d7db789-87f3-44eb-94e1-5cf1f7be5ad9 => 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: 1334/2777] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:46:34 2026] GET /v2.0/subnets?id=627040b7-a2d7-4436-b3d4-f8d3703b15a3 => 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: 1444/2778] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:46:34 2026] GET /v2.0/security-groups?tenant_id=9b1514b0999044e6961606e56d8e4bbe&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2779] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:34 2026] GET /v2.0/ports?network_id=13181b88-ba02-40af-8110-ced5b2781cde&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2780] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:34 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?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: 1445/2781] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:34 2026] DELETE /v2.0/security-groups/48d4348f-0f17-437e-bc6d-d1d145a288bc => 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: 1337/2782] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:34 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?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: 1446/2783] 199.204.45.144 () {34 vars in 1055 bytes} [Tue Apr 21 04:46:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=0f3f9b10-2566-48c3-b899-504fcd2c3673 => 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: 1338/2784] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:46:34 2026] GET /v2.0/subnets?id=4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2785] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:34 2026] GET /v2.0/ports?network_id=418fd125-ceca-4635-80bb-037fbbc1502c&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2786] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1447/2787] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:46:34 2026] GET /v2.0/security-groups?tenant_id=b2aad6709c8e43fc8ef2b29369a988be&name=default => generated 2929 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2790] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1342/2791] 199.204.45.144 () {34 vars in 1055 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.20&port_id=c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => 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: 1343/2792] 199.204.45.144 () {34 vars in 1101 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A15&port_id=c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => 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: 1450/2793] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:35 2026] DELETE /v2.0/security-groups/405b8f3b-d1cf-49a4-8c28-1157a8113eca => 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: 1344/2794] 199.204.45.144 () {34 vars in 1063 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/subnets?id=8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7&id=4fdeacb3-c20d-4166-9e15-7f0c24c9d678 => generated 1411 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2795] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2796] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:46:35.336 8 INFO neutron.services.segments.plugin [-] Segment 16ee54f2-1a18-4657-8c6a-ad1aa6d94248 resource provider aggregate not found 2026-04-21 04:46:35.339 8 INFO neutron.services.segments.plugin [-] Segment 16ee54f2-1a18-4657-8c6a-ad1aa6d94248 resource provider aggregate not found 2026-04-21 04:46:35.359 8 INFO neutron.services.segments.plugin [-] Segment 16ee54f2-1a18-4657-8c6a-ad1aa6d94248 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16ee54f2-1a18-4657-8c6a-ad1aa6d94248 found for delete ", "request_id": "req-c5059dc9-fbc6-4b8f-a0da-28302436ce97"}]} 2026-04-21 04:46:35.361 8 INFO neutron.services.segments.plugin [-] Segment 16ee54f2-1a18-4657-8c6a-ad1aa6d94248 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16ee54f2-1a18-4657-8c6a-ad1aa6d94248 found for delete ", "request_id": "req-b9b61b44-95ba-4331-b18b-f95ba4199868"}]} [pid: 7|app: 0|req: 1452/2797] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 1346/2798] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/security-groups?tenant_id=307be447af42440488ede60a0d5facbc&name=default => generated 2929 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:46:35.382 8 INFO neutron.services.segments.plugin [-] Segment e1e1cd37-cf80-484f-a6ec-bd2b6b277aa2 resource provider aggregate not found 2026-04-21 04:46:35.386 8 INFO neutron.services.segments.plugin [-] Segment e1e1cd37-cf80-484f-a6ec-bd2b6b277aa2 resource provider aggregate not found 2026-04-21 04:46:35.396 8 INFO neutron.services.segments.plugin [-] Segment e1e1cd37-cf80-484f-a6ec-bd2b6b277aa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1e1cd37-cf80-484f-a6ec-bd2b6b277aa2 found for delete ", "request_id": "req-14feb957-ec56-4f0f-b680-b6b31006be65"}]} 2026-04-21 04:46:35.405 8 INFO neutron.services.segments.plugin [-] Segment e1e1cd37-cf80-484f-a6ec-bd2b6b277aa2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e1e1cd37-cf80-484f-a6ec-bd2b6b277aa2 found for delete ", "request_id": "req-0795bf44-5a91-447a-a962-b0379add86c9"}]} [pid: 7|app: 0|req: 1453/2799] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:46:35.415 8 INFO neutron.services.segments.plugin [-] Segment d726b2b6-f1ee-4b18-bbe1-0e95e92943ce resource provider aggregate not found 2026-04-21 04:46:35.425 8 INFO neutron.services.segments.plugin [-] Segment d726b2b6-f1ee-4b18-bbe1-0e95e92943ce resource provider aggregate not found 2026-04-21 04:46:35.436 8 INFO neutron.services.segments.plugin [-] Segment d726b2b6-f1ee-4b18-bbe1-0e95e92943ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d726b2b6-f1ee-4b18-bbe1-0e95e92943ce found for delete ", "request_id": "req-c65d09bd-dd82-450d-b696-201b8391c287"}]} [pid: 7|app: 0|req: 1454/2800] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.173&port_id=a3c34494-3bab-410c-831f-a2f035d5a77c => generated 19 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:46:35.448 8 INFO neutron.services.segments.plugin [-] Segment d726b2b6-f1ee-4b18-bbe1-0e95e92943ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d726b2b6-f1ee-4b18-bbe1-0e95e92943ce found for delete ", "request_id": "req-bf07ca3d-325e-4277-b6e2-71ec965334d0"}]} 2026-04-21 04:46:35.455 8 INFO neutron.services.segments.plugin [-] Segment afd91d53-a55a-4cbd-9470-376630149d57 resource provider aggregate not found [pid: 7|app: 0|req: 1455/2801] 199.204.45.144 () {34 vars in 1105 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a6&port_id=a3c34494-3bab-410c-831f-a2f035d5a77c => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:46:35.471 8 INFO neutron.services.segments.plugin [-] Segment afd91d53-a55a-4cbd-9470-376630149d57 resource provider aggregate not found 2026-04-21 04:46:35.476 8 INFO neutron.services.segments.plugin [-] Segment afd91d53-a55a-4cbd-9470-376630149d57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afd91d53-a55a-4cbd-9470-376630149d57 found for delete ", "request_id": "req-43a657b1-7f36-4400-b05d-a59726063718"}]} 2026-04-21 04:46:35.490 8 INFO neutron.services.segments.plugin [-] Segment afd91d53-a55a-4cbd-9470-376630149d57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afd91d53-a55a-4cbd-9470-376630149d57 found for delete ", "request_id": "req-e4facd04-9525-4e1b-8f5b-c4d7d7d2dfc3"}]} [pid: 7|app: 0|req: 1456/2802] 199.204.45.144 () {34 vars in 1063 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/subnets?id=a2a8a0b5-58b3-48a8-9dd9-dea0eb7ccf64&id=c410374e-be87-4460-bc04-acfffa15cf0f => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2803] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:35 2026] DELETE /v2.0/security-groups/9a2e6a02-b5f0-4a7c-bebe-0e2055b862ee => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2804] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/ports?network_id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2805] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/ports?network_id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0&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: 1458/2806] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?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: 1349/2807] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:35 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?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: 1350/2808] 10.0.0.54 () {34 vars in 969 bytes} [Tue Apr 21 04:46:39 2026] GET /v2.0/ports/a3c34494-3bab-410c-831f-a2f035d5a77c => 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: 1351/2809] 199.204.45.144 () {30 vars in 742 bytes} [Tue Apr 21 04:46:39 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 => generated 798 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2810] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:39 2026] GET /v2.0/subnets/c410374e-be87-4460-bc04-acfffa15cf0f => 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: 1353/2811] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:39 2026] GET /v2.0/subnets/a2a8a0b5-58b3-48a8-9dd9-dea0eb7ccf64 => generated 747 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2812] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:46:39 2026] GET /v2.0/ports/c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => generated 1512 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2813] 10.0.0.103 () {34 vars in 683 bytes} [Tue Apr 21 04:46:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2814] 10.0.0.103 () {34 vars in 683 bytes} [Tue Apr 21 04:46:39 2026] POST /v2.0/security-groups => generated 1603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2815] 199.204.45.144 () {34 vars in 789 bytes} [Tue Apr 21 04:46:39 2026] PUT /v2.0/ports/c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => generated 1251 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2816] 10.0.0.103 () {34 vars in 683 bytes} [Tue Apr 21 04:46:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-21 04:46:40.169 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-14e4c3d6-27ed-46df-b0a7-077e423aa754'] response: {'name': 'network-changed', 'server_uuid': '3bf6ac55-c098-41a9-b08a-12bb0def3a66', 'tag': 'c3f5109c-dbf7-4aa7-836c-60c996fcddd3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1356/2817] 199.204.45.144 () {30 vars in 742 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2818] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/subnets/8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2819] 10.0.0.103 () {34 vars in 683 bytes} [Tue Apr 21 04:46:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2820] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:46:40 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: 1464/2821] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2822] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:46:40 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: 1466/2823] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2824] 10.0.0.103 () {34 vars in 683 bytes} [Tue Apr 21 04:46:40 2026] POST /v2.0/security-groups => generated 1603 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2825] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => 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: 1468/2826] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => 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: 1359/2827] 10.0.0.103 () {34 vars in 766 bytes} [Tue Apr 21 04:46:40 2026] PUT /v2.0/security-groups/c44c286a-f37d-4c6f-baea-7aace4cbc4d0/tags => generated 17 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2828] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 1345 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2829] 10.0.0.103 () {34 vars in 766 bytes} [Tue Apr 21 04:46:40 2026] PUT /v2.0/security-groups/e561b82c-c6ef-475c-acd9-1661a0539f70/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2830] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => 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: 1470/2831] 10.0.0.103 () {34 vars in 766 bytes} [Tue Apr 21 04:46:40 2026] PUT /v2.0/security-groups/ba2cf55a-6805-4ea8-b448-428c489de2c6/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2832] 199.204.45.144 () {30 vars in 742 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2833] 10.0.0.103 () {34 vars in 766 bytes} [Tue Apr 21 04:46:40 2026] PUT /v2.0/security-groups/9efec062-1c2b-47e3-88aa-316b86a4de7f/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2834] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => 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: 1472/2835] 10.0.0.103 () {32 vars in 679 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2836] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => 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: 1473/2837] 10.0.0.103 () {32 vars in 693 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2838] 10.0.0.103 () {32 vars in 689 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2839] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 5380 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2840] 10.0.0.103 () {32 vars in 701 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2841] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/networks?id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2842] 199.204.45.144 () {34 vars in 1055 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.20&port_id=c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2843] 10.0.0.103 () {32 vars in 687 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2844] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/subnets?id=8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7 => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2845] 10.0.0.103 () {32 vars in 701 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2846] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&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: 1478/2847] 10.0.0.103 () {32 vars in 697 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2848] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 1479/2849] 10.0.0.103 () {32 vars in 709 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2850] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:40 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 1480/2851] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:40 2026] DELETE /v2.0/security-groups/c44c286a-f37d-4c6f-baea-7aace4cbc4d0 => 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: 1372/2852] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:41 2026] DELETE /v2.0/security-groups/e561b82c-c6ef-475c-acd9-1661a0539f70 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2853] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:41 2026] DELETE /v2.0/security-groups/ba2cf55a-6805-4ea8-b448-428c489de2c6 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2854] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:41 2026] DELETE /v2.0/security-groups/9efec062-1c2b-47e3-88aa-316b86a4de7f => 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: 1482/2855] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:41 2026] DELETE /v2.0/security-groups/f131082b-be4e-43ca-a805-da0f75156fce => 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: 1374/2856] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:46:42 2026] GET /v2.0/security-groups?tenant_id=38d84c94a5154129bdb0544388aef29b&name=default => generated 2929 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2857] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:42 2026] DELETE /v2.0/security-groups/9a22de85-25a2-40ca-83aa-53004035edb2 => 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: 1375/2858] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:46:42 2026] GET /v2.0/security-groups?tenant_id=cc6188ef6a474090805063a4e6d07c20&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: 1484/2859] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:42 2026] DELETE /v2.0/security-groups/1066a95e-605d-435e-8cf2-88d56a44b6a9 => 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: 1376/2860] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:46:43 2026] GET /v2.0/security-groups?tenant_id=aa6b209d19254bbcafe55b182d2fa6c5&name=default => generated 2929 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2861] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:43 2026] DELETE /v2.0/security-groups/1397b213-d2f9-4ca9-bb9b-529b4cd7b7d0 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:46:47.577 8 INFO neutron.db.segments_db [None req-a9ea685d-a612-4d4b-8d23-b46e59311e6d 646c9086edfb4a198c81e8f4c13a585b ded06b57cbb74f32a1f19dae07848cae - - default default] Added segment fb8cfa46-9817-4d78-a3a9-d71b607ae9e9 of type vxlan for network 8b9a395b-5ce5-4777-b00e-84e539be3af9 [pid: 8|app: 0|req: 1377/2862] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:46:47 2026] POST /v2.0/networks => generated 612 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2863] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:46:47 2026] POST /v2.0/subnets => generated 626 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:46:47.956 8 INFO neutron.db.segments_db [None req-02084716-0b92-460d-af20-0790d382bd53 646c9086edfb4a198c81e8f4c13a585b ded06b57cbb74f32a1f19dae07848cae - - default default] Added segment cb3a57e1-fb20-4caf-892d-b834f54b3836 of type vxlan for network 6c2f9ac1-5151-4314-ad30-14b688f24aac [pid: 8|app: 0|req: 1378/2864] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:46:47 2026] POST /v2.0/networks => generated 612 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2865] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:46:48 2026] POST /v2.0/subnets => generated 629 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:46:48.332 8 INFO neutron.db.segments_db [None req-8a4312e6-6726-46d0-a775-a53b497f9a7e 646c9086edfb4a198c81e8f4c13a585b ded06b57cbb74f32a1f19dae07848cae - - default default] Added segment 5179a841-41bc-4e3c-9504-b2b92e070a11 of type vxlan for network 63d41abb-f7d3-4615-984c-e39d311f3a88 [pid: 8|app: 0|req: 1379/2866] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:46:48 2026] POST /v2.0/networks => generated 613 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2867] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:46:48 2026] POST /v2.0/subnets => generated 629 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:46:48.755 8 INFO neutron.db.segments_db [None req-ee19110b-bfc1-471b-b33a-4c373b040643 646c9086edfb4a198c81e8f4c13a585b ded06b57cbb74f32a1f19dae07848cae - - default default] Added segment c630e799-8b13-46f5-a90c-c9119157fcbe of type vxlan for network ff94c599-9827-44d1-9dcd-6ae920d32a8a [pid: 8|app: 0|req: 1380/2868] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:46:48 2026] POST /v2.0/networks => generated 612 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2869] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:46:48 2026] POST /v2.0/subnets => generated 629 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-21 04:46:49.158 8 INFO neutron.db.segments_db [None req-9170dd80-ef9e-43f6-b38a-0e261a5619ce 646c9086edfb4a198c81e8f4c13a585b ded06b57cbb74f32a1f19dae07848cae - - default default] Added segment 8bfe1bc0-91a9-4dc2-bdab-894565002ea6 of type vxlan for network f482b961-218b-4156-b3fa-8fb2f9e43fc2 [pid: 8|app: 0|req: 1381/2870] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:46:49 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2871] 10.0.0.103 () {34 vars in 668 bytes} [Tue Apr 21 04:46:49 2026] POST /v2.0/subnets => generated 629 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2872] 10.0.0.103 () {34 vars in 750 bytes} [Tue Apr 21 04:46:49 2026] PUT /v2.0/subnets/063cd52a-1c07-43f4-baf9-7d207023819f/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2873] 10.0.0.103 () {34 vars in 750 bytes} [Tue Apr 21 04:46:49 2026] PUT /v2.0/subnets/bb6e621e-6cd6-43b9-b3ea-57a1d892ec2b/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2874] 10.0.0.103 () {34 vars in 750 bytes} [Tue Apr 21 04:46:49 2026] PUT /v2.0/subnets/63bee62b-a4d1-4dd2-b161-25ff000e2572/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/2875] 10.0.0.103 () {34 vars in 750 bytes} [Tue Apr 21 04:46:49 2026] PUT /v2.0/subnets/f1886d4d-c022-455f-8b8e-ef870b07e679/tags => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2876] 10.0.0.103 () {32 vars in 663 bytes} [Tue Apr 21 04:46:49 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/2877] 10.0.0.103 () {32 vars in 677 bytes} [Tue Apr 21 04:46:49 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2878] 10.0.0.103 () {32 vars in 673 bytes} [Tue Apr 21 04:46:49 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2879] 10.0.0.103 () {32 vars in 685 bytes} [Tue Apr 21 04:46:49 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2880] 10.0.0.103 () {32 vars in 671 bytes} [Tue Apr 21 04:46:49 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2881] 10.0.0.103 () {32 vars in 685 bytes} [Tue Apr 21 04:46:50 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2884] 10.0.0.103 () {32 vars in 681 bytes} [Tue Apr 21 04:46:50 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2885] 10.0.0.103 () {32 vars in 693 bytes} [Tue Apr 21 04:46:50 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2886] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:46:50 2026] DELETE /v2.0/subnets/063cd52a-1c07-43f4-baf9-7d207023819f => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2887] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:46:50 2026] DELETE /v2.0/subnets/bb6e621e-6cd6-43b9-b3ea-57a1d892ec2b => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2888] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:46:50 2026] DELETE /v2.0/subnets/63bee62b-a4d1-4dd2-b161-25ff000e2572 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2889] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:46:50 2026] DELETE /v2.0/subnets/f1886d4d-c022-455f-8b8e-ef870b07e679 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2890] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:46:50 2026] DELETE /v2.0/subnets/3ababe5b-1fc6-44cf-a8dc-c449d66b6709 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:46:51.026 7 INFO neutron_taas.services.taas.taas_plugin [None req-558b5671-84d6-45fa-b2e6-b9d69e328a37 646c9086edfb4a198c81e8f4c13a585b ded06b57cbb74f32a1f19dae07848cae - - default default] TaaS: Handle Delete Port: 0fb950e7-e435-4663-9c54-173a48a8fac4 2026-04-21 04:46:51.029 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-558b5671-84d6-45fa-b2e6-b9d69e328a37 646c9086edfb4a198c81e8f4c13a585b ded06b57cbb74f32a1f19dae07848cae - - default default] Tap Mirror: Handle Delete Port: 0fb950e7-e435-4663-9c54-173a48a8fac4 2026-04-21 04:46:51.216 7 INFO neutron.services.segments.plugin [-] Segment fb8cfa46-9817-4d78-a3a9-d71b607ae9e9 resource provider aggregate not found 2026-04-21 04:46:51.229 7 INFO neutron.services.segments.plugin [-] Segment fb8cfa46-9817-4d78-a3a9-d71b607ae9e9 resource provider aggregate not found 2026-04-21 04:46:51.235 7 INFO neutron.services.segments.plugin [-] Segment fb8cfa46-9817-4d78-a3a9-d71b607ae9e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb8cfa46-9817-4d78-a3a9-d71b607ae9e9 found for delete ", "request_id": "req-92be9fa0-367d-47d6-8308-1a9e75bb5f23"}]} [pid: 7|app: 0|req: 1501/2891] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:46:50 2026] DELETE /v2.0/networks/8b9a395b-5ce5-4777-b00e-84e539be3af9 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:46:51.253 7 INFO neutron.services.segments.plugin [-] Segment fb8cfa46-9817-4d78-a3a9-d71b607ae9e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb8cfa46-9817-4d78-a3a9-d71b607ae9e9 found for delete ", "request_id": "req-980f9126-4ebb-494f-82d2-214c4ac0057d"}]} [pid: 8|app: 0|req: 1391/2892] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:46:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2893] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:46:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2894] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:46:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2895] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:46:51 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: 1395/2896] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:51 2026] GET /v2.0/subnets/8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2897] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:46:51 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 5380 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2898] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:46:51 2026] DELETE /v2.0/networks/6c2f9ac1-5151-4314-ad30-14b688f24aac => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:46:51.523 8 INFO neutron.services.segments.plugin [-] Segment 5179a841-41bc-4e3c-9504-b2b92e070a11 resource provider aggregate not found 2026-04-21 04:46:51.528 8 INFO neutron.services.segments.plugin [-] Segment 5179a841-41bc-4e3c-9504-b2b92e070a11 resource provider aggregate not found 2026-04-21 04:46:51.545 8 INFO neutron.services.segments.plugin [-] Segment 5179a841-41bc-4e3c-9504-b2b92e070a11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5179a841-41bc-4e3c-9504-b2b92e070a11 found for delete ", "request_id": "req-9e90061b-fc01-4458-9bf7-21b11ea6755b"}]} 2026-04-21 04:46:51.547 8 INFO neutron.services.segments.plugin [-] Segment 5179a841-41bc-4e3c-9504-b2b92e070a11 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5179a841-41bc-4e3c-9504-b2b92e070a11 found for delete ", "request_id": "req-2a44a1b1-59d9-4dbe-995b-8eadab8a48fa"}]} [pid: 7|app: 0|req: 1503/2899] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:46:51 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: 1397/2900] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:46:51 2026] DELETE /v2.0/networks/63d41abb-f7d3-4615-984c-e39d311f3a88 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/2901] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:46:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/2902] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:46: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: 1506/2903] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:46:51 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: 1507/2904] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:46:51 2026] GET /v2.0/ports/a3c34494-3bab-410c-831f-a2f035d5a77c => generated 1524 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2905] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:46:51 2026] DELETE /v2.0/networks/ff94c599-9827-44d1-9dcd-6ae920d32a8a => 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: 1399/2906] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:46:51 2026] DELETE /v2.0/networks/f482b961-218b-4156-b3fa-8fb2f9e43fc2 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2907] 199.204.45.144 () {34 vars in 789 bytes} [Tue Apr 21 04:46:51 2026] PUT /v2.0/ports/a3c34494-3bab-410c-831f-a2f035d5a77c => generated 1255 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:46:52.005 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-138a05f6-3964-4545-8092-16fac4c80990'] response: {'name': 'network-changed', 'server_uuid': '3bf6ac55-c098-41a9-b08a-12bb0def3a66', 'tag': 'a3c34494-3bab-410c-831f-a2f035d5a77c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1400/2908] 199.204.45.144 () {30 vars in 742 bytes} [Tue Apr 21 04:46:51 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1509/2909] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:52 2026] GET /v2.0/subnets/c410374e-be87-4460-bc04-acfffa15cf0f => 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: 1401/2910] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:46:52 2026] GET /v2.0/ports/a3c34494-3bab-410c-831f-a2f035d5a77c => generated 1291 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2911] 199.204.45.144 () {34 vars in 788 bytes} [Tue Apr 21 04:46:52 2026] PUT /v2.0/ports/a3c34494-3bab-410c-831f-a2f035d5a77c => generated 1080 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2912] 199.204.45.144 () {30 vars in 742 bytes} [Tue Apr 21 04:46:52 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1511/2913] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:46:52 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 4972 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2914] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:46:52 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 4972 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2915] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:46:52 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 4972 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2916] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:46:52 2026] GET /v2.0/networks?id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2917] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:52 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?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: 1406/2918] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:52 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?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: 1513/2919] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:46:52 2026] GET /v2.0/security-groups?tenant_id=051cc8e2dd3947d194b30d307a5a536d&name=default => generated 2929 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2920] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:52 2026] DELETE /v2.0/security-groups/d1651fae-4a80-4dc4-9d2a-b17855760aae => 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: 1514/2921] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:46:53 2026] GET /v2.0/security-groups?tenant_id=ded06b57cbb74f32a1f19dae07848cae&name=default => generated 2929 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2922] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:53 2026] DELETE /v2.0/security-groups/2f35d0cd-aaf8-4b4d-a2a3-8bb3090bf2e9 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:46:53.251 7 INFO neutron.services.segments.plugin [-] Segment cb3a57e1-fb20-4caf-892d-b834f54b3836 resource provider aggregate not found 2026-04-21 04:46:53.269 7 INFO neutron.services.segments.plugin [-] Segment cb3a57e1-fb20-4caf-892d-b834f54b3836 resource provider aggregate not found 2026-04-21 04:46:53.274 7 INFO neutron.services.segments.plugin [-] Segment cb3a57e1-fb20-4caf-892d-b834f54b3836 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb3a57e1-fb20-4caf-892d-b834f54b3836 found for delete ", "request_id": "req-b79cc8db-b35e-4d9d-a8a2-f61afd1aaf34"}]} 2026-04-21 04:46:53.286 7 INFO neutron.services.segments.plugin [-] Segment cb3a57e1-fb20-4caf-892d-b834f54b3836 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb3a57e1-fb20-4caf-892d-b834f54b3836 found for delete ", "request_id": "req-e2b7bdce-e87c-4810-9fcf-522f2c05a1cf"}]} [pid: 7|app: 0|req: 1515/2923] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:46:53 2026] GET /v2.0/security-groups?tenant_id=2ac54bf0a8c84bfb8acf51c853cee0a9&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2924] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:53 2026] DELETE /v2.0/security-groups/12a97ee5-de88-4600-b10d-d361a20a218c => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:46:53.568 8 INFO neutron.services.segments.plugin [-] Segment c630e799-8b13-46f5-a90c-c9119157fcbe resource provider aggregate not found 2026-04-21 04:46:53.575 8 INFO neutron.services.segments.plugin [-] Segment c630e799-8b13-46f5-a90c-c9119157fcbe resource provider aggregate not found 2026-04-21 04:46:53.588 8 INFO neutron.services.segments.plugin [-] Segment c630e799-8b13-46f5-a90c-c9119157fcbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c630e799-8b13-46f5-a90c-c9119157fcbe found for delete ", "request_id": "req-9c0b9bc1-412b-4aa7-b3f7-1719e7d1e6bd"}]} 2026-04-21 04:46:53.592 8 INFO neutron.services.segments.plugin [-] Segment c630e799-8b13-46f5-a90c-c9119157fcbe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c630e799-8b13-46f5-a90c-c9119157fcbe found for delete ", "request_id": "req-2828f479-008f-4b13-a6eb-02ca7cb97c10"}]} 2026-04-21 04:46:53.602 8 INFO neutron.services.segments.plugin [-] Segment 8bfe1bc0-91a9-4dc2-bdab-894565002ea6 resource provider aggregate not found 2026-04-21 04:46:53.606 8 INFO neutron.services.segments.plugin [-] Segment 8bfe1bc0-91a9-4dc2-bdab-894565002ea6 resource provider aggregate not found 2026-04-21 04:46:53.618 8 INFO neutron.services.segments.plugin [-] Segment 8bfe1bc0-91a9-4dc2-bdab-894565002ea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bfe1bc0-91a9-4dc2-bdab-894565002ea6 found for delete ", "request_id": "req-b17d8d59-8c02-44f9-bf15-6ab5a2ee02e3"}]} 2026-04-21 04:46:53.623 8 INFO neutron.services.segments.plugin [-] Segment 8bfe1bc0-91a9-4dc2-bdab-894565002ea6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8bfe1bc0-91a9-4dc2-bdab-894565002ea6 found for delete ", "request_id": "req-3da69779-3bd1-4961-8593-e696fb2d9e76"}]} [pid: 7|app: 0|req: 1516/2925] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:46:53 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 4972 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:46:54.072 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d105ba84-b742-437a-84d5-dda52b928684'] response: {'name': 'network-changed', 'server_uuid': '3bf6ac55-c098-41a9-b08a-12bb0def3a66', 'tag': 'a3c34494-3bab-410c-831f-a2f035d5a77c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1410/2926] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:46:54 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 4972 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/2927] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:46:54 2026] GET /v2.0/networks?id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 => generated 801 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2928] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:46:54 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 4972 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/2929] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:54 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?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: 1412/2930] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:54 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2931] 199.204.45.144 () {34 vars in 974 bytes} [Tue Apr 21 04:46:54 2026] GET /v2.0/ports/a3c34494-3bab-410c-831f-a2f035d5a77c => generated 1116 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2932] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:46:54 2026] GET /v2.0/ports/a3c34494-3bab-410c-831f-a2f035d5a77c?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2933] 199.204.45.144 () {34 vars in 1015 bytes} [Tue Apr 21 04:46:54 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?fields=dns_domain => generated 29 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2934] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:46:55 2026] PUT /v2.0/ports/a3c34494-3bab-410c-831f-a2f035d5a77c => generated 917 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2935] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:46:55 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 3864 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-21 04:46:55.909 8 INFO neutron_taas.services.taas.taas_plugin [None req-78d7df4e-25fa-4607-8dfe-cc0bdff0ddb3 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: a3c34494-3bab-410c-831f-a2f035d5a77c 2026-04-21 04:46:55.912 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78d7df4e-25fa-4607-8dfe-cc0bdff0ddb3 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: a3c34494-3bab-410c-831f-a2f035d5a77c [pid: 8|app: 0|req: 1415/2936] 199.204.45.144 () {32 vars in 758 bytes} [Tue Apr 21 04:46:55 2026] DELETE /v2.0/ports/a3c34494-3bab-410c-831f-a2f035d5a77c => 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: 1522/2937] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2938] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/2939] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:46:56 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: 1417/2940] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/2941] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2942] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => 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: 1525/2943] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 1345 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2944] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => 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: 1526/2945] 199.204.45.144 () {30 vars in 742 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2946] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/2947] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2948] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 3864 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/2949] 199.204.45.144 () {34 vars in 1225 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/networks?id=13181b88-ba02-40af-8110-ced5b2781cde&id=418fd125-ceca-4635-80bb-037fbbc1502c&id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 => generated 3097 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2950] 199.204.45.144 () {34 vars in 1061 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.133&port_id=2d7db789-87f3-44eb-94e1-5cf1f7be5ad9 => 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: 1529/2951] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/subnets?id=627040b7-a2d7-4436-b3d4-f8d3703b15a3 => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2952] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:56 2026] GET /v2.0/ports?network_id=13181b88-ba02-40af-8110-ced5b2781cde&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/2953] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:57 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?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: 1424/2954] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:57 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?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: 1531/2955] 199.204.45.144 () {34 vars in 1055 bytes} [Tue Apr 21 04:46:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=0f3f9b10-2566-48c3-b899-504fcd2c3673 => 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: 1425/2956] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:46:57 2026] GET /v2.0/subnets?id=4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 679 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/2957] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:57 2026] GET /v2.0/ports?network_id=418fd125-ceca-4635-80bb-037fbbc1502c&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: 1426/2958] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:57 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1533/2959] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:57 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2960] 199.204.45.144 () {34 vars in 1055 bytes} [Tue Apr 21 04:46:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.20&port_id=c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => 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: 1534/2961] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:46:57 2026] GET /v2.0/subnets?id=8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2962] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:46:57 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&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: 1535/2963] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:46:57 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 1429/2964] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:46:57 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 1536/2965] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:46:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2966] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:46:57 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: 1537/2967] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:46:57 2026] POST /v2.0/subnetpools => generated 516 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2968] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:46:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/2969] 10.0.0.103 () {34 vars in 675 bytes} [Tue Apr 21 04:46:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2970] 10.0.0.103 () {34 vars in 758 bytes} [Tue Apr 21 04:46:58 2026] PUT /v2.0/subnetpools/86a667c2-8ac5-4051-a43a-7e5bb1aae10e/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2971] 10.0.0.103 () {34 vars in 758 bytes} [Tue Apr 21 04:46:58 2026] PUT /v2.0/subnetpools/8484200d-7b6a-4c54-9340-908b1b6bde80/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2972] 10.0.0.103 () {34 vars in 758 bytes} [Tue Apr 21 04:46:58 2026] PUT /v2.0/subnetpools/c3431b17-1645-4678-8e6c-6411919917a5/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/2973] 10.0.0.103 () {34 vars in 758 bytes} [Tue Apr 21 04:46:58 2026] PUT /v2.0/subnetpools/cceff8c7-4cd7-4aed-8159-5a1d544f0bc6/tags => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2974] 10.0.0.103 () {32 vars in 671 bytes} [Tue Apr 21 04:46:58 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/2975] 10.0.0.103 () {32 vars in 685 bytes} [Tue Apr 21 04:46:58 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2976] 10.0.0.103 () {32 vars in 681 bytes} [Tue Apr 21 04:46:58 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2977] 10.0.0.103 () {32 vars in 693 bytes} [Tue Apr 21 04:46:58 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2978] 10.0.0.103 () {32 vars in 679 bytes} [Tue Apr 21 04:46:58 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/2979] 10.0.0.103 () {32 vars in 693 bytes} [Tue Apr 21 04:46:58 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2980] 10.0.0.103 () {32 vars in 689 bytes} [Tue Apr 21 04:46:58 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/2981] 10.0.0.103 () {32 vars in 701 bytes} [Tue Apr 21 04:46:58 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2982] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:46:58 2026] DELETE /v2.0/subnetpools/86a667c2-8ac5-4051-a43a-7e5bb1aae10e => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2983] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:46:58 2026] DELETE /v2.0/subnetpools/8484200d-7b6a-4c54-9340-908b1b6bde80 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2984] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:46:58 2026] DELETE /v2.0/subnetpools/c3431b17-1645-4678-8e6c-6411919917a5 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2985] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:46:58 2026] DELETE /v2.0/subnetpools/cceff8c7-4cd7-4aed-8159-5a1d544f0bc6 => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2986] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:46:58 2026] DELETE /v2.0/subnetpools/7cf39d24-cf41-48cd-8a5e-a69188f40867 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/2987] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:46:59 2026] GET /v2.0/security-groups?tenant_id=a240d7cce4a245e6a657979e269b7c15&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2988] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:46:59 2026] DELETE /v2.0/security-groups/d1d882d8-f9aa-4ca4-a728-56adcdb27c6f => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2989] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:47:00 2026] GET /v2.0/security-groups?tenant_id=5ecdec199cf84ed3a8c185c30aea2610&name=default => generated 2929 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2990] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:47:00 2026] DELETE /v2.0/security-groups/22ebe931-9162-4879-a708-a461fcf9ff93 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/2991] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:47:00 2026] GET /v2.0/security-groups?tenant_id=f3a88079b42949d195807ea45785b2af&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2992] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:47:00 2026] DELETE /v2.0/security-groups/46978d5f-8e85-4ea8-aaad-0149c5c04131 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/2993] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:47:01 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: 1444/2994] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:47:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/2995] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:47:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2996] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:47:01 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: 1552/2997] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:47:01 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 3864 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2998] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:47:01 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: 1553/2999] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:47:01 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: 1447/3000] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:47: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: 1554/3001] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:47:02 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: 1448/3002] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:47:02 2026] GET /v2.0/ports/c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => generated 1287 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3003] 199.204.45.144 () {34 vars in 788 bytes} [Tue Apr 21 04:47:02 2026] PUT /v2.0/ports/c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => generated 1080 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:47:02.384 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d53527a6-5716-45a3-bfc1-bab9cb866d46'] response: {'name': 'network-changed', 'server_uuid': '3bf6ac55-c098-41a9-b08a-12bb0def3a66', 'tag': 'c3f5109c-dbf7-4aa7-836c-60c996fcddd3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1449/3004] 199.204.45.144 () {30 vars in 742 bytes} [Tue Apr 21 04:47:02 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b => generated 797 bytes in 66 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: 1556/3005] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:47:02 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 3693 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/3006] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:47:02 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 3693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3007] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:47:02 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => 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: 1451/3008] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:47:02 2026] GET /v2.0/networks?id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3009] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:47:03 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3010] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:47:03 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 1559/3011] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:47:03 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 3693 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:47:04.111 8 INFO neutron.db.segments_db [None req-a84835ca-7188-47f5-b56a-db6610ad4826 eaf17c80371d4561bf54c8093bb77a2f 9540d2222ab64a2a9270bce8c2aba2ab - - default default] Added segment 62759ebe-39c2-4bdb-9b49-383d92b68e19 of type vxlan for network ca78e1de-9afe-40f2-b9d5-8dc8ab205328 [pid: 8|app: 0|req: 1453/3012] 10.0.0.103 () {34 vars in 669 bytes} [Tue Apr 21 04:47:03 2026] POST /v2.0/networks => generated 611 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3013] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:47:04 2026] PUT /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags => generated 25 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/3014] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:47:04 2026] GET /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3015] 10.0.0.103 () {34 vars in 763 bytes} [Tue Apr 21 04:47:04 2026] PUT /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags/green => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3016] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:47:04 2026] GET /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3017] 10.0.0.103 () {34 vars in 759 bytes} [Tue Apr 21 04:47:04 2026] PUT /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3018] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:47:04 2026] GET /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3019] 199.204.45.144 () {34 vars in 974 bytes} [Tue Apr 21 04:47:04 2026] GET /v2.0/ports/c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => generated 1116 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3020] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:47:04 2026] GET /v2.0/ports/c3f5109c-dbf7-4aa7-836c-60c996fcddd3?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3021] 10.0.0.103 () {34 vars in 781 bytes} [Tue Apr 21 04:47:04 2026] PUT /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3022] 199.204.45.144 () {34 vars in 1015 bytes} [Tue Apr 21 04:47:04 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?fields=dns_domain => generated 29 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3023] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:47:04 2026] GET /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3024] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:47:04 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => 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: 1567/3025] 10.0.0.103 () {34 vars in 752 bytes} [Tue Apr 21 04:47:04 2026] PUT /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3026] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:47:04 2026] GET /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3027] 10.0.0.103 () {32 vars in 740 bytes} [Tue Apr 21 04:47:04 2026] GET /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:04.879 7 INFO neutron.api.v2.resource [None req-0fe8143f-d4b5-4059-a907-77f9f2130d9d eaf17c80371d4561bf54c8093bb77a2f 9540d2222ab64a2a9270bce8c2aba2ab - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1570/3028] 10.0.0.103 () {32 vars in 744 bytes} [Tue Apr 21 04:47:04 2026] GET /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3029] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:47:04 2026] PUT /v2.0/ports/c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => generated 917 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3030] 10.0.0.103 () {32 vars in 743 bytes} [Tue Apr 21 04:47:04 2026] DELETE /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1460/3031] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:47:04 2026] GET /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:47:05.013 7 INFO neutron.api.v2.resource [None req-ca61144d-2504-4f3a-8850-d45bf44fdc23 eaf17c80371d4561bf54c8093bb77a2f 9540d2222ab64a2a9270bce8c2aba2ab - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1572/3032] 10.0.0.103 () {32 vars in 747 bytes} [Tue Apr 21 04:47:04 2026] DELETE /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3033] 10.0.0.103 () {32 vars in 735 bytes} [Tue Apr 21 04:47:05 2026] DELETE /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/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: 1573/3036] 10.0.0.103 () {32 vars in 732 bytes} [Tue Apr 21 04:47:05 2026] GET /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:47:05.252 8 INFO neutron.services.segments.plugin [-] Segment 62759ebe-39c2-4bdb-9b49-383d92b68e19 resource provider aggregate not found 2026-04-21 04:47:05.256 8 INFO neutron.services.segments.plugin [-] Segment 62759ebe-39c2-4bdb-9b49-383d92b68e19 resource provider aggregate not found 2026-04-21 04:47:05.275 8 INFO neutron.services.segments.plugin [-] Segment 62759ebe-39c2-4bdb-9b49-383d92b68e19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62759ebe-39c2-4bdb-9b49-383d92b68e19 found for delete ", "request_id": "req-81dcd727-0b77-4f7b-9c01-5e7de875ace5"}]} 2026-04-21 04:47:05.276 8 INFO neutron.services.segments.plugin [-] Segment 62759ebe-39c2-4bdb-9b49-383d92b68e19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62759ebe-39c2-4bdb-9b49-383d92b68e19 found for delete ", "request_id": "req-74f13ff6-bae1-45c0-970e-29d10ccc927c"}]} [pid: 8|app: 0|req: 1464/3037] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:47:05 2026] DELETE /v2.0/networks/ca78e1de-9afe-40f2-b9d5-8dc8ab205328 => 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: 1574/3038] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:47:05 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 2585 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:47:05.883 8 INFO neutron_taas.services.taas.taas_plugin [None req-ec8233c2-0f5c-4ca5-b3ce-92fc8e5c1574 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: c3f5109c-dbf7-4aa7-836c-60c996fcddd3 2026-04-21 04:47:05.885 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec8233c2-0f5c-4ca5-b3ce-92fc8e5c1574 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: c3f5109c-dbf7-4aa7-836c-60c996fcddd3 [pid: 8|app: 0|req: 1465/3039] 199.204.45.144 () {32 vars in 758 bytes} [Tue Apr 21 04:47:05 2026] DELETE /v2.0/ports/c3f5109c-dbf7-4aa7-836c-60c996fcddd3 => 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: 1466/3040] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:47:06 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: 1467/3041] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3042] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3043] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:47:06 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: 1575/3044] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:47:05 2026] GET /v2.0/security-groups?tenant_id=561054bca68846dd9340a4a8a684dbaf&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: 1576/3045] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3046] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3047] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:47:06 2026] DELETE /v2.0/security-groups/09807427-fcd6-4638-b6b9-beb995bf7576 => 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: 1578/3048] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 1345 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3049] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3050] 199.204.45.144 () {30 vars in 742 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3051] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/security-groups?tenant_id=9540d2222ab64a2a9270bce8c2aba2ab&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: 1580/3052] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => generated 1128 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3053] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3054] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:47:06 2026] DELETE /v2.0/security-groups/312bd25b-ca8c-4420-b48e-72b0fdf16a97 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1582/3055] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => 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: 1474/3056] 199.204.45.144 () {34 vars in 1145 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/networks?id=13181b88-ba02-40af-8110-ced5b2781cde&id=418fd125-ceca-4635-80bb-037fbbc1502c&id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b => generated 2310 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3057] 199.204.45.144 () {34 vars in 1061 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.133&port_id=2d7db789-87f3-44eb-94e1-5cf1f7be5ad9 => 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: 1475/3058] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/subnets?id=627040b7-a2d7-4436-b3d4-f8d3703b15a3 => 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: 1584/3059] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/ports?network_id=13181b88-ba02-40af-8110-ced5b2781cde&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: 1476/3060] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?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: 1585/3061] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3062] 199.204.45.144 () {34 vars in 1055 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.24&port_id=0f3f9b10-2566-48c3-b899-504fcd2c3673 => 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: 1586/3063] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/subnets?id=4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 679 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3064] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/ports?network_id=418fd125-ceca-4635-80bb-037fbbc1502c&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3065] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1479/3066] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:47:06 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?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: 1588/3067] 10.0.0.103 () {34 vars in 683 bytes} [Tue Apr 21 04:47:09 2026] POST /v2.0/security-groups => generated 1603 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3068] 10.0.0.103 () {34 vars in 766 bytes} [Tue Apr 21 04:47:09 2026] PUT /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/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: 1589/3069] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:09 2026] GET /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/tags => generated 25 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3070] 10.0.0.103 () {34 vars in 777 bytes} [Tue Apr 21 04:47:09 2026] PUT /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3071] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:10 2026] GET /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3072] 10.0.0.103 () {34 vars in 773 bytes} [Tue Apr 21 04:47:10 2026] PUT /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/tags/red => 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: 1591/3073] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:10 2026] GET /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3074] 10.0.0.103 () {34 vars in 795 bytes} [Tue Apr 21 04:47:10 2026] PUT /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3075] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:10 2026] GET /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/tags => generated 52 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3076] 10.0.0.103 () {34 vars in 766 bytes} [Tue Apr 21 04:47:10 2026] PUT /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3077] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:10 2026] GET /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/3078] 10.0.0.103 () {32 vars in 754 bytes} [Tue Apr 21 04:47:10 2026] GET /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:10.461 7 INFO neutron.api.v2.resource [None req-4e09e739-7771-4bdb-ae60-351b82a1998b f92bb46aa6cc41d68ae5cac5d8c311b9 fe66437f0de34fd6bbb5796b66f81318 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1594/3079] 10.0.0.103 () {32 vars in 758 bytes} [Tue Apr 21 04:47:10 2026] GET /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3080] 10.0.0.103 () {32 vars in 757 bytes} [Tue Apr 21 04:47:10 2026] DELETE /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3081] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:10 2026] GET /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:47:10.597 8 INFO neutron.api.v2.resource [None req-529cdfe9-7813-4438-91a8-82236771028c f92bb46aa6cc41d68ae5cac5d8c311b9 fe66437f0de34fd6bbb5796b66f81318 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1487/3082] 10.0.0.103 () {32 vars in 761 bytes} [Tue Apr 21 04:47:10 2026] DELETE /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/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: 1596/3083] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:47:10 2026] DELETE /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/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: 1488/3084] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:10 2026] GET /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c/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: 1597/3085] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:47:10 2026] DELETE /v2.0/security-groups/763667e6-8836-4b40-8a7b-2633ec70b83c => 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: 1489/3086] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:47:11 2026] GET /v2.0/security-groups?tenant_id=dc3835c33d784270b0fc318fa05b9e90&name=default => generated 2929 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3087] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:47:11 2026] DELETE /v2.0/security-groups/2a135162-f07a-46a5-8329-fdafa3f333f9 => 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: 1490/3088] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:47:11 2026] GET /v2.0/security-groups?tenant_id=fe66437f0de34fd6bbb5796b66f81318&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: 1599/3089] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:47:11 2026] DELETE /v2.0/security-groups/ad4321c7-84ff-46fa-b448-ad97a96a3ddf => 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: 1491/3090] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:47:15 2026] GET /v2.0/security-groups?tenant_id=f139f3115abb40c79cf35b7dbe63e87d&name=default => generated 2929 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3091] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:47:15 2026] DELETE /v2.0/security-groups/9302ca4c-65ee-4251-a762-ac24be4af76d => 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: 1492/3092] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:47:15 2026] GET /v2.0/security-groups?tenant_id=9430db6726674eb8ae1abda8063b9ef0&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3093] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:47:15 2026] DELETE /v2.0/security-groups/0f5adc74-0f4d-485b-88e8-53ae926bf81b => 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: 1493/3094] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:47:18 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: 1602/3095] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:47:18 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: 1494/3096] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:47:18 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: 1603/3097] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:47:18 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-21 04:47:18.961 8 INFO neutron.api.v2.resource [None req-7391ea20-8953-48c3-ad70-7ab85c647469 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1495/3098] 199.204.45.144 () {30 vars in 762 bytes} [Tue Apr 21 04:47:18 2026] GET /v2.0/security-groups/lb-393c3845-f46a-4b15-8830-58c367f6ab06 => 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: 1604/3099] 199.204.45.144 () {30 vars in 784 bytes} [Tue Apr 21 04:47:18 2026] GET /v2.0/security-groups?name=lb-393c3845-f46a-4b15-8830-58c367f6ab06 => generated 2865 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3100] 199.204.45.144 () {30 vars in 814 bytes} [Tue Apr 21 04:47:18 2026] GET /v2.0/security-group-rules?security_group_id=c494b0c1-5ec8-40ef-9519-b241aaa69669 => generated 2334 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3101] 199.204.45.144 () {32 vars in 788 bytes} [Tue Apr 21 04:47:19 2026] DELETE /v2.0/security-group-rules/5a3991b1-89b0-4e4a-9377-70435c3e7306 => 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: 1497/3102] 199.204.45.144 () {32 vars in 788 bytes} [Tue Apr 21 04:47:19 2026] DELETE /v2.0/security-group-rules/fa8c0643-5fc5-472c-89ab-6125133a6ca1 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:21.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-0dca1d92-74af-4813-8952-eff0690ad503 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] TaaS: Handle Delete Port: c3bca473-53a4-4799-af62-8b8b70c3afd9 2026-04-21 04:47:21.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dca1d92-74af-4813-8952-eff0690ad503 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Tap Mirror: Handle Delete Port: c3bca473-53a4-4799-af62-8b8b70c3afd9 2026-04-21 04:47:22.058 8 INFO neutron.db.l3_db [None req-0dca1d92-74af-4813-8952-eff0690ad503 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Floating IP d4939e02-46d6-4ca8-8306-0938758ff81a disassociated (deleted). External IP: 10.96.250.207, port: 995d3f14-a1e7-4235-9541-30f859366d62. [pid: 8|app: 0|req: 1499/3105] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:47:21 2026] DELETE /v2.0/floatingips/d4939e02-46d6-4ca8-8306-0938758ff81a => generated 0 bytes in 592 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:22.362 7 INFO neutron.api.v2.resource [None req-706e2c7c-f7ad-4626-87d9-b51759580586 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3106] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:47:22 2026] GET /v2.0/floatingips/d4939e02-46d6-4ca8-8306-0938758ff81a => 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: 1500/3107] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:47:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3108] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:47:23 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: 1501/3109] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:47:23 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: 1609/3110] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:47: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) 2026-04-21 04:47:23.183 8 INFO neutron.api.v2.resource [None req-0e0d74a8-fe73-4599-9a2a-1a99f52354aa b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1502/3111] 199.204.45.144 () {30 vars in 762 bytes} [Tue Apr 21 04:47:23 2026] GET /v2.0/security-groups/lb-393c3845-f46a-4b15-8830-58c367f6ab06 => 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: 1610/3112] 199.204.45.144 () {30 vars in 784 bytes} [Tue Apr 21 04:47:23 2026] GET /v2.0/security-groups?name=lb-393c3845-f46a-4b15-8830-58c367f6ab06 => generated 1639 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3113] 199.204.45.144 () {30 vars in 814 bytes} [Tue Apr 21 04:47:23 2026] GET /v2.0/security-group-rules?security_group_id=c494b0c1-5ec8-40ef-9519-b241aaa69669 => generated 1182 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3114] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:47:23 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: 1504/3115] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:47:23 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: 1612/3116] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:47:23 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: 1505/3117] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:47:23 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: 1613/3118] 199.204.45.144 () {30 vars in 740 bytes} [Tue Apr 21 04:47:23 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3119] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:47:23 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 2585 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3120] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:47:23 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 2585 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3121] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:47:23 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => 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: 1615/3122] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:47:24 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3123] 199.204.45.144 () {34 vars in 974 bytes} [Tue Apr 21 04:47:25 2026] GET /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 1345 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3124] 199.204.45.144 () {34 vars in 1059 bytes} [Tue Apr 21 04:47:25 2026] GET /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673?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: 1509/3125] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:47:25 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3126] 199.204.45.144 () {34 vars in 1015 bytes} [Tue Apr 21 04:47:25 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c?fields=dns_domain => generated 29 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3127] 199.204.45.144 () {38 vars in 1027 bytes} [Tue Apr 21 04:47:25 2026] PUT /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 1146 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3128] 199.204.45.144 () {30 vars in 768 bytes} [Tue Apr 21 04:47:26 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1511/3129] 199.204.45.144 () {34 vars in 788 bytes} [Tue Apr 21 04:47:26 2026] PUT /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 1086 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3130] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:47:26 2026] GET /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 1086 bytes in 28 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-21 04:47:27.117 8 INFO neutron_taas.services.taas.taas_plugin [None req-4e6df43f-4fb6-4d1a-8e7d-e7ef1cd7f018 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 0f3f9b10-2566-48c3-b899-504fcd2c3673 2026-04-21 04:47:27.120 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e6df43f-4fb6-4d1a-8e7d-e7ef1cd7f018 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 0f3f9b10-2566-48c3-b899-504fcd2c3673 [pid: 8|app: 0|req: 1512/3131] 199.204.45.144 () {32 vars in 758 bytes} [Tue Apr 21 04:47:27 2026] DELETE /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3132] 199.204.45.144 () {30 vars in 702 bytes} [Tue Apr 21 04:47:27 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: 1513/3133] 199.204.45.144 () {30 vars in 704 bytes} [Tue Apr 21 04:47:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3134] 199.204.45.144 () {30 vars in 680 bytes} [Tue Apr 21 04:47:27 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: 1514/3135] 199.204.45.144 () {30 vars in 716 bytes} [Tue Apr 21 04:47:27 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-21 04:47:27.417 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f4166f9b-6a7e-4ca8-a375-c8541caffbc8 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3136] 199.204.45.144 () {32 vars in 758 bytes} [Tue Apr 21 04:47:27 2026] DELETE /v2.0/ports/0f3f9b10-2566-48c3-b899-504fcd2c3673 => 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: 1515/3137] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:47:27 2026] GET /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:47:27.476 7 INFO neutron.api.v2.resource [None req-f2e73622-a0dd-4ad6-86ec-e650eda0de9e b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3138] 199.204.45.144 () {30 vars in 762 bytes} [Tue Apr 21 04:47:27 2026] GET /v2.0/security-groups/lb-393c3845-f46a-4b15-8830-58c367f6ab06 => 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: 1516/3139] 199.204.45.144 () {30 vars in 784 bytes} [Tue Apr 21 04:47:27 2026] GET /v2.0/security-groups?name=lb-393c3845-f46a-4b15-8830-58c367f6ab06 => generated 1639 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3140] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:47:27 2026] GET /v2.0/ports?tenant_id=d577b3c046704602b5b7697257a0a3a0&device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 1248 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3141] 199.204.45.144 () {30 vars in 736 bytes} [Tue Apr 21 04:47:27 2026] GET /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3142] 199.204.45.144 () {34 vars in 1065 bytes} [Tue Apr 21 04:47:27 2026] GET /v2.0/networks?id=13181b88-ba02-40af-8110-ced5b2781cde&id=418fd125-ceca-4635-80bb-037fbbc1502c => generated 1524 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3143] 199.204.45.144 () {34 vars in 1061 bytes} [Tue Apr 21 04:47:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.133&port_id=2d7db789-87f3-44eb-94e1-5cf1f7be5ad9 => 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: 1520/3144] 199.204.45.144 () {34 vars in 983 bytes} [Tue Apr 21 04:47:27 2026] GET /v2.0/subnets?id=627040b7-a2d7-4436-b3d4-f8d3703b15a3 => generated 654 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3145] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:47:27 2026] GET /v2.0/ports?network_id=13181b88-ba02-40af-8110-ced5b2781cde&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3146] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:47:27 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3147] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:47:27 2026] GET /v2.0/networks/13181b88-ba02-40af-8110-ced5b2781cde?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: 1625/3148] 199.204.45.144 () {34 vars in 788 bytes} [Tue Apr 21 04:47:27 2026] PUT /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => generated 1090 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3149] 199.204.45.144 () {32 vars in 778 bytes} [Tue Apr 21 04:47:27 2026] DELETE /v2.0/security-groups/c494b0c1-5ec8-40ef-9519-b241aaa69669 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:28.003 7 INFO neutron_taas.services.taas.taas_plugin [None req-6714e186-0efc-44f8-9a37-d8aaf6b675d0 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 995d3f14-a1e7-4235-9541-30f859366d62 2026-04-21 04:47:28.006 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6714e186-0efc-44f8-9a37-d8aaf6b675d0 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 995d3f14-a1e7-4235-9541-30f859366d62 [pid: 7|app: 0|req: 1626/3150] 199.204.45.144 () {32 vars in 758 bytes} [Tue Apr 21 04:47:27 2026] DELETE /v2.0/ports/995d3f14-a1e7-4235-9541-30f859366d62 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3151] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:47:30 2026] GET /v2.0/ports?device_id=3bf6ac55-c098-41a9-b08a-12bb0def3a66 => generated 1248 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:47:30.970 7 INFO neutron_taas.services.taas.taas_plugin [req-87513b10-de09-4992-a74a-0975b1a212c6 req-a36807d6-4a1d-4f6c-a03e-189dfa7e18e5 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] TaaS: Handle Delete Port: 2d7db789-87f3-44eb-94e1-5cf1f7be5ad9 2026-04-21 04:47:30.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-87513b10-de09-4992-a74a-0975b1a212c6 req-a36807d6-4a1d-4f6c-a03e-189dfa7e18e5 b789fd9d76954666b2ea7e3acc23d1a4 d577b3c046704602b5b7697257a0a3a0 - - default default] Tap Mirror: Handle Delete Port: 2d7db789-87f3-44eb-94e1-5cf1f7be5ad9 [pid: 7|app: 0|req: 1627/3152] 199.204.45.144 () {36 vars in 996 bytes} [Tue Apr 21 04:47:30 2026] DELETE /v2.0/ports/2d7db789-87f3-44eb-94e1-5cf1f7be5ad9 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:47:31.187 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-09272ef0-cfb8-4a5d-bef4-d58b74cdc2c2'] response: {'server_uuid': '3bf6ac55-c098-41a9-b08a-12bb0def3a66', 'name': 'network-vif-deleted', 'tag': '2d7db789-87f3-44eb-94e1-5cf1f7be5ad9', 'status': 'completed', 'code': 200} 2026-04-21 04:47:32.694 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8123cc3-48ac-4c21-ab4d-e2bdd92d0a64 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] TaaS: Handle Delete Port: ac88ab2b-dc5b-4eaa-8a9d-6e2d2f43bace 2026-04-21 04:47:32.697 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8123cc3-48ac-4c21-ab4d-e2bdd92d0a64 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Tap Mirror: Handle Delete Port: ac88ab2b-dc5b-4eaa-8a9d-6e2d2f43bace 2026-04-21 04:47:32.901 8 INFO neutron.db.l3_db [None req-a8123cc3-48ac-4c21-ab4d-e2bdd92d0a64 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Floating IP 23323264-0f0a-42cd-8692-8ca0a7b30533 disassociated (deleted). External IP: 10.96.250.206, port: 789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d. [pid: 8|app: 0|req: 1526/3153] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:47:32 2026] DELETE /v2.0/floatingips/23323264-0f0a-42cd-8692-8ca0a7b30533 => generated 0 bytes in 650 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:33.253 7 INFO neutron.api.v2.resource [None req-33fa4a9e-d25b-45ef-bee9-b5a6b8f25afb 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. 2026-04-21 04:47:33.254 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0dbab492-b187-424c-aa25-cf0cb11c3152'] response: {'name': 'network-changed', 'server_uuid': '4f5912e6-9698-4d37-ac86-cad09fd8afef', 'tag': '789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1628/3154] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:47:33 2026] GET /v2.0/floatingips/23323264-0f0a-42cd-8692-8ca0a7b30533 => generated 144 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3155] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:47:33 2026] GET /v2.0/ports?device_id=4f5912e6-9698-4d37-ac86-cad09fd8afef => generated 1204 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3156] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:47:33 2026] GET /v2.0/security-groups?id=25ddb062-bd75-4802-8f06-d90e7fc5e873&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3157] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:47:33 2026] GET /v2.0/ports?tenant_id=7c7a98ab07ed427a88fd861084b8e672&device_id=4f5912e6-9698-4d37-ac86-cad09fd8afef => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3158] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:47:33 2026] GET /v2.0/networks?id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 => generated 801 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3159] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:47:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.157&port_id=789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d => 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: 1631/3160] 199.204.45.144 () {34 vars in 1105 bytes} [Tue Apr 21 04:47:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1a1&port_id=789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d => 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: 1530/3161] 199.204.45.144 () {34 vars in 1063 bytes} [Tue Apr 21 04:47:33 2026] GET /v2.0/subnets?id=a2a8a0b5-58b3-48a8-9dd9-dea0eb7ccf64&id=c410374e-be87-4460-bc04-acfffa15cf0f => 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: 1632/3162] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:47:33 2026] GET /v2.0/ports?network_id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3163] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:47:33 2026] GET /v2.0/ports?network_id=5f6fc49f-8ee9-4eba-af94-b1adf7744fe0&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: 1633/3164] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:47:34 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?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: 1532/3165] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:47:34 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3168] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:47:35 2026] GET /v2.0/ports?device_id=4f5912e6-9698-4d37-ac86-cad09fd8afef => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:47:35.998 8 INFO neutron_taas.services.taas.taas_plugin [req-2f4c0633-91b1-4d57-b6cb-e1c8c1b4f134 req-4766658d-359e-45e2-8dc5-a3a36c830f53 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] TaaS: Handle Delete Port: 789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d 2026-04-21 04:47:36.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2f4c0633-91b1-4d57-b6cb-e1c8c1b4f134 req-4766658d-359e-45e2-8dc5-a3a36c830f53 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Tap Mirror: Handle Delete Port: 789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d [pid: 8|app: 0|req: 1534/3169] 199.204.45.144 () {36 vars in 996 bytes} [Tue Apr 21 04:47:35 2026] DELETE /v2.0/ports/789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:47:36.162 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-689cf9f6-b379-4256-8568-10fc75417433'] response: {'server_uuid': '4f5912e6-9698-4d37-ac86-cad09fd8afef', 'name': 'network-vif-deleted', 'tag': '789b16cd-3c86-4a50-a1e0-dc9f5ad17e1d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1636/3170] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:47:38 2026] GET /v2.0/ports?device_id=4f5912e6-9698-4d37-ac86-cad09fd8afef => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-21 04:47:43.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-aef1eee8-6a0e-4477-ab20-7f0344266410 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] TaaS: Handle Delete Port: 5cc85cb3-7692-4359-b5a3-9894e2a4d87f 2026-04-21 04:47:43.798 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aef1eee8-6a0e-4477-ab20-7f0344266410 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Tap Mirror: Handle Delete Port: 5cc85cb3-7692-4359-b5a3-9894e2a4d87f 2026-04-21 04:47:43.973 8 INFO neutron.db.l3_db [None req-aef1eee8-6a0e-4477-ab20-7f0344266410 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Floating IP dd0b8eed-9eb6-4e50-8bb3-b5a53514c023 disassociated (deleted). External IP: 10.96.250.204, port: aecd9ec7-a710-462f-83d9-d95069f0d5d2. [pid: 8|app: 0|req: 1535/3171] 10.0.0.103 () {32 vars in 731 bytes} [Tue Apr 21 04:47:43 2026] DELETE /v2.0/floatingips/dd0b8eed-9eb6-4e50-8bb3-b5a53514c023 => generated 0 bytes in 596 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:44.291 7 INFO neutron.api.v2.resource [None req-4e77e9a8-9a0f-4b2d-9379-7a2dc8eb9977 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1637/3172] 10.0.0.103 () {32 vars in 728 bytes} [Tue Apr 21 04:47:44 2026] GET /v2.0/floatingips/dd0b8eed-9eb6-4e50-8bb3-b5a53514c023 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:47:44.313 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5c520ddb-c91e-4c40-bc32-4386f160d817'] response: {'name': 'network-changed', 'server_uuid': '3605f2a4-881b-4e64-996c-6a39db4d2b92', 'tag': 'aecd9ec7-a710-462f-83d9-d95069f0d5d2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1536/3173] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:47:44 2026] GET /v2.0/ports?device_id=3605f2a4-881b-4e64-996c-6a39db4d2b92 => generated 1196 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3174] 10.0.0.54 () {34 vars in 1038 bytes} [Tue Apr 21 04:47:44 2026] GET /v2.0/security-groups?id=25ddb062-bd75-4802-8f06-d90e7fc5e873&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3175] 199.204.45.144 () {34 vars in 1079 bytes} [Tue Apr 21 04:47:44 2026] GET /v2.0/ports?tenant_id=7c7a98ab07ed427a88fd861084b8e672&device_id=3605f2a4-881b-4e64-996c-6a39db4d2b92 => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3176] 199.204.45.144 () {34 vars in 985 bytes} [Tue Apr 21 04:47:44 2026] GET /v2.0/networks?id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3177] 199.204.45.144 () {34 vars in 1057 bytes} [Tue Apr 21 04:47:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.148&port_id=aecd9ec7-a710-462f-83d9-d95069f0d5d2 => 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: 1640/3178] 199.204.45.144 () {34 vars in 1101 bytes} [Tue Apr 21 04:47:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4c&port_id=aecd9ec7-a710-462f-83d9-d95069f0d5d2 => 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: 1539/3179] 199.204.45.144 () {34 vars in 1063 bytes} [Tue Apr 21 04:47:44 2026] GET /v2.0/subnets?id=8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7&id=4fdeacb3-c20d-4166-9e15-7f0c24c9d678 => generated 1411 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3180] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:47:45 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&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: 8|app: 0|req: 1540/3181] 199.204.45.144 () {34 vars in 1051 bytes} [Tue Apr 21 04:47:45 2026] GET /v2.0/ports?network_id=a4779ac4-fca6-4a2f-908b-963bcfe99c2b&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3182] 199.204.45.144 () {34 vars in 1011 bytes} [Tue Apr 21 04:47:45 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 1541/3183] 199.204.45.144 () {34 vars in 1111 bytes} [Tue Apr 21 04:47:45 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b?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: 1643/3184] 199.204.45.144 () {34 vars in 993 bytes} [Tue Apr 21 04:47:46 2026] GET /v2.0/ports?device_id=3605f2a4-881b-4e64-996c-6a39db4d2b92 => generated 1196 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-21 04:47:47.013 8 INFO neutron_taas.services.taas.taas_plugin [req-e0f6e69d-2fc0-41bf-babd-d1611b22df4b req-ef93bd32-5973-40db-9fc0-af4cd5a98743 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] TaaS: Handle Delete Port: aecd9ec7-a710-462f-83d9-d95069f0d5d2 2026-04-21 04:47:47.016 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e0f6e69d-2fc0-41bf-babd-d1611b22df4b req-ef93bd32-5973-40db-9fc0-af4cd5a98743 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Tap Mirror: Handle Delete Port: aecd9ec7-a710-462f-83d9-d95069f0d5d2 [pid: 8|app: 0|req: 1542/3185] 199.204.45.144 () {36 vars in 996 bytes} [Tue Apr 21 04:47:46 2026] DELETE /v2.0/ports/aecd9ec7-a710-462f-83d9-d95069f0d5d2 => generated 0 bytes in 237 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:47:47.194 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dc0c80ad-00fb-4fe3-8e6e-79fc34dc60ca'] response: {'server_uuid': '3605f2a4-881b-4e64-996c-6a39db4d2b92', 'name': 'network-vif-deleted', 'tag': 'aecd9ec7-a710-462f-83d9-d95069f0d5d2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1644/3186] 10.0.0.54 () {34 vars in 988 bytes} [Tue Apr 21 04:47:49 2026] GET /v2.0/ports?device_id=3605f2a4-881b-4e64-996c-6a39db4d2b92 => 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: 1544/3189] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:47:54 2026] DELETE /v2.0/security-group-rules/de2e02fb-91d2-4f20-8f6d-10021671e922 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:54.776 7 INFO neutron.api.v2.resource [None req-ad8f2720-d2f9-4a92-8b31-5dff71228d78 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1646/3190] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:54 2026] GET /v2.0/security-group-rules/de2e02fb-91d2-4f20-8f6d-10021671e922 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3191] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:47:54 2026] DELETE /v2.0/security-group-rules/3ef906b4-39b6-4a6f-aa29-d160cd6e3f40 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:54.861 7 INFO neutron.api.v2.resource [None req-93f06546-bc10-4f88-9c63-9f9b745b2af7 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1647/3192] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:54 2026] GET /v2.0/security-group-rules/3ef906b4-39b6-4a6f-aa29-d160cd6e3f40 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3193] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:47:54 2026] DELETE /v2.0/security-group-rules/0a1debab-87ac-451f-b51e-eb39772b7041 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:54.942 7 INFO neutron.api.v2.resource [None req-98e5303b-801b-4067-8657-f5a6950d3ee2 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1648/3194] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:54 2026] GET /v2.0/security-group-rules/0a1debab-87ac-451f-b51e-eb39772b7041 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3195] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:47:54 2026] DELETE /v2.0/security-group-rules/bed9f1f6-7c1b-48db-ae58-5d3cc90957cc => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:55.018 7 INFO neutron.api.v2.resource [None req-99216d1f-c516-4c9c-b295-7ef238e710e5 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1649/3196] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:55 2026] GET /v2.0/security-group-rules/bed9f1f6-7c1b-48db-ae58-5d3cc90957cc => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3197] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:47:55 2026] DELETE /v2.0/security-group-rules/0aeb23dd-a53f-4632-8132-74b03c9d89ef => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:55.095 7 INFO neutron.api.v2.resource [None req-a688ab5c-75ed-4a39-aa26-0484409527ab 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1650/3198] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:55 2026] GET /v2.0/security-group-rules/0aeb23dd-a53f-4632-8132-74b03c9d89ef => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3199] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:47:55 2026] DELETE /v2.0/security-group-rules/fbadadc8-1687-402e-80e5-cd6b6f338bdc => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:55.179 7 INFO neutron.api.v2.resource [None req-fd4e0dfc-c293-4520-98e8-c756e2c384a3 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1651/3200] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:55 2026] GET /v2.0/security-group-rules/fbadadc8-1687-402e-80e5-cd6b6f338bdc => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3201] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:47:55 2026] DELETE /v2.0/security-group-rules/79168d57-179a-4535-8b3b-fa1191e1070d => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:55.266 7 INFO neutron.api.v2.resource [None req-bf4c3443-91ea-463c-b146-1abda077ccad 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1652/3202] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:55 2026] GET /v2.0/security-group-rules/79168d57-179a-4535-8b3b-fa1191e1070d => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3203] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:47:55 2026] DELETE /v2.0/security-group-rules/66e378b4-c248-4d6b-9dad-a7e4355af986 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:55.359 7 INFO neutron.api.v2.resource [None req-50880165-d5d9-4b5c-bc3d-f457dcd7349e 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1653/3204] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:55 2026] GET /v2.0/security-group-rules/66e378b4-c248-4d6b-9dad-a7e4355af986 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3205] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:47:55 2026] DELETE /v2.0/security-group-rules/5cca78d8-4a98-4aa1-8454-44d77a0436e1 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:55.441 7 INFO neutron.api.v2.resource [None req-9e8fa664-5ce0-473a-99a2-309260ab8c88 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1654/3206] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:55 2026] GET /v2.0/security-group-rules/5cca78d8-4a98-4aa1-8454-44d77a0436e1 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3207] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:47:55 2026] DELETE /v2.0/security-group-rules/4321a9d1-f426-4803-96f1-380936de6eb0 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:55.519 7 INFO neutron.api.v2.resource [None req-b924d773-4e3f-4f74-bcfc-4825846dba73 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1655/3208] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:55 2026] GET /v2.0/security-group-rules/4321a9d1-f426-4803-96f1-380936de6eb0 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3209] 10.0.0.103 () {32 vars in 749 bytes} [Tue Apr 21 04:47:55 2026] DELETE /v2.0/security-group-rules/747d77a0-a78c-4bcb-aa3a-b4bf8f5a861e => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:55.601 7 INFO neutron.api.v2.resource [None req-82715851-13b5-49ab-a377-f1263f69b18f 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1656/3210] 10.0.0.103 () {32 vars in 746 bytes} [Tue Apr 21 04:47:55 2026] GET /v2.0/security-group-rules/747d77a0-a78c-4bcb-aa3a-b4bf8f5a861e => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3211] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:47:55 2026] DELETE /v2.0/security-groups/25ddb062-bd75-4802-8f06-d90e7fc5e873 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:55.684 7 INFO neutron.api.v2.resource [None req-0e92e63c-9840-4639-bdb4-b2ab0734ee55 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1657/3212] 10.0.0.103 () {32 vars in 736 bytes} [Tue Apr 21 04:47:55 2026] GET /v2.0/security-groups/25ddb062-bd75-4802-8f06-d90e7fc5e873 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:47:56.091 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d9ec42e-e35b-463b-a174-c55b0538876a 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] TaaS: Handle Delete Port: b48180ad-4a93-4b59-a0e6-9e31019edc52 2026-04-21 04:47:56.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d9ec42e-e35b-463b-a174-c55b0538876a 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Tap Mirror: Handle Delete Port: b48180ad-4a93-4b59-a0e6-9e31019edc52 [pid: 8|app: 0|req: 1556/3213] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:47:55 2026] PUT /v2.0/routers/625827fb-901b-4509-8539-451f1199fb6b/remove_router_interface => generated 309 bytes in 863 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:47:56.753 7 INFO neutron.api.v2.resource [None req-e07df644-c18a-45a1-a8f3-b9a6017d39b7 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1658/3214] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:47:56 2026] PUT /v2.0/routers/625827fb-901b-4509-8539-451f1199fb6b/remove_router_interface => generated 198 bytes in 151 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:47:57.132 8 INFO neutron_taas.services.taas.taas_plugin [None req-80f3c531-8a96-407b-89b9-7043670e0747 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] TaaS: Handle Delete Port: 0a6deba0-2652-447b-936f-623ac43a654c 2026-04-21 04:47:57.135 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80f3c531-8a96-407b-89b9-7043670e0747 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Tap Mirror: Handle Delete Port: 0a6deba0-2652-447b-936f-623ac43a654c [pid: 8|app: 0|req: 1557/3215] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:47:56 2026] PUT /v2.0/routers/625827fb-901b-4509-8539-451f1199fb6b/remove_router_interface => generated 309 bytes in 886 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:47:57.783 7 INFO neutron.api.v2.resource [None req-3694cb6d-5bea-4186-a8fc-416b9f039695 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1659/3216] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:47:57 2026] PUT /v2.0/routers/625827fb-901b-4509-8539-451f1199fb6b/remove_router_interface => generated 198 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:47:58.168 8 INFO neutron_taas.services.taas.taas_plugin [None req-c06fd26b-08e7-4c4f-8f7a-e390d07b5aff 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] TaaS: Handle Delete Port: 6554155a-baf3-4708-8137-149e1e5a3d4c 2026-04-21 04:47:58.171 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c06fd26b-08e7-4c4f-8f7a-e390d07b5aff 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Tap Mirror: Handle Delete Port: 6554155a-baf3-4708-8137-149e1e5a3d4c [pid: 8|app: 0|req: 1558/3217] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:47:57 2026] PUT /v2.0/routers/625827fb-901b-4509-8539-451f1199fb6b/remove_router_interface => generated 309 bytes in 909 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-21 04:47:58.840 7 INFO neutron.api.v2.resource [None req-1bbdc6f7-169c-4ed9-a4c0-ef5688b00eb3 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1660/3218] 10.0.0.103 () {34 vars in 788 bytes} [Tue Apr 21 04:47:58 2026] PUT /v2.0/routers/625827fb-901b-4509-8539-451f1199fb6b/remove_router_interface => generated 198 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:47:59.038 8 INFO neutron_taas.services.taas.taas_plugin [None req-663cc2f2-2cca-462a-aac0-39a0973d6ec3 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] TaaS: Handle Delete Port: 1b259a3a-607f-4b45-9160-13775bbab9aa 2026-04-21 04:47:59.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-663cc2f2-2cca-462a-aac0-39a0973d6ec3 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Tap Mirror: Handle Delete Port: 1b259a3a-607f-4b45-9160-13775bbab9aa 2026-04-21 04:47:59.271 8 INFO neutron_taas.services.taas.taas_plugin [None req-663cc2f2-2cca-462a-aac0-39a0973d6ec3 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] TaaS: Handle Delete Port: e19f6df9-07e8-490b-be18-1f23a7c125c2 2026-04-21 04:47:59.274 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-663cc2f2-2cca-462a-aac0-39a0973d6ec3 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Tap Mirror: Handle Delete Port: e19f6df9-07e8-490b-be18-1f23a7c125c2 2026-04-21 04:47:59.586 8 INFO neutron.services.segments.plugin [-] Segment f9177409-786f-4dd4-a233-0790c89cf0f7 resource provider aggregate not found 2026-04-21 04:47:59.587 8 INFO neutron.services.segments.plugin [-] Segment f9177409-786f-4dd4-a233-0790c89cf0f7 resource provider aggregate not found 2026-04-21 04:47:59.607 8 INFO neutron.services.segments.plugin [-] Segment f9177409-786f-4dd4-a233-0790c89cf0f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9177409-786f-4dd4-a233-0790c89cf0f7 found for delete ", "request_id": "req-b831f730-ff0e-4c91-b03d-0dc9f7fd7de6"}]} 2026-04-21 04:47:59.608 8 INFO neutron.services.segments.plugin [-] Segment f9177409-786f-4dd4-a233-0790c89cf0f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9177409-786f-4dd4-a233-0790c89cf0f7 found for delete ", "request_id": "req-2823eb84-9ab3-4a15-a86e-1dbec5d19a9c"}]} 2026-04-21 04:47:59.609 8 INFO neutron.db.l3_hamode_db [None req-663cc2f2-2cca-462a-aac0-39a0973d6ec3 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] HA network f101dcc9-5232-4e14-9cee-159bbe19984f was deleted as no HA routers are present in tenant 7c7a98ab07ed427a88fd861084b8e672. [pid: 8|app: 0|req: 1559/3219] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:47:58 2026] DELETE /v2.0/routers/625827fb-901b-4509-8539-451f1199fb6b => generated 0 bytes in 770 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-21 04:47:59.641 7 INFO neutron.api.v2.resource [None req-dd8c5f84-ed1d-4542-9a3e-6f3829e1280d 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1661/3220] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:47:59 2026] GET /v2.0/routers/625827fb-901b-4509-8539-451f1199fb6b => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3221] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:47:59 2026] DELETE /v2.0/subnets/a2a8a0b5-58b3-48a8-9dd9-dea0eb7ccf64 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:47:59.801 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1ffad6fc-8e91-43d8-a664-3ccc37d8cca8 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1662/3222] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:47:59 2026] GET /v2.0/subnets/a2a8a0b5-58b3-48a8-9dd9-dea0eb7ccf64 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3223] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:47:59 2026] DELETE /v2.0/subnets/c410374e-be87-4460-bc04-acfffa15cf0f => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:47:59.961 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5686e677-4451-4dec-bc96-ba5392e4deb9 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1663/3224] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:47:59 2026] GET /v2.0/subnets/c410374e-be87-4460-bc04-acfffa15cf0f => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:48:00.050 8 INFO neutron_taas.services.taas.taas_plugin [None req-7466f31c-f29c-4983-b88a-5e8fa93089be 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] TaaS: Handle Delete Port: 41137d54-0ae5-43af-813f-88bd5d176ab9 2026-04-21 04:48:00.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7466f31c-f29c-4983-b88a-5e8fa93089be 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Tap Mirror: Handle Delete Port: 41137d54-0ae5-43af-813f-88bd5d176ab9 [pid: 8|app: 0|req: 1562/3225] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:47:59 2026] DELETE /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:48:00.237 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f5b058e-7e86-4785-bd8b-bc7ef1f7e7a2 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1664/3226] 10.0.0.103 () {32 vars in 722 bytes} [Tue Apr 21 04:48:00 2026] GET /v2.0/networks/5f6fc49f-8ee9-4eba-af94-b1adf7744fe0 => 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: 1563/3227] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:48:00 2026] DELETE /v2.0/subnets/4fdeacb3-c20d-4166-9e15-7f0c24c9d678 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:48:00.396 7 INFO neutron.pecan_wsgi.hooks.translation [None req-72247f92-f5c2-4139-a31c-fff3f34d4dcb 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1665/3228] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:48:00 2026] GET /v2.0/subnets/4fdeacb3-c20d-4166-9e15-7f0c24c9d678 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3229] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:48:00 2026] DELETE /v2.0/subnets/8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:48:00.563 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1f9d7abf-0294-47d9-80fc-eb210fd896bf 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1666/3230] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:48:00 2026] GET /v2.0/subnets/8f6b1c4e-8e4a-4c3d-bd7e-dae004d65bb7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:48:00.645 8 INFO neutron_taas.services.taas.taas_plugin [None req-20f4d034-4399-44c0-8920-5bf1783b7552 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] TaaS: Handle Delete Port: 35922086-a3ce-45b0-87fa-c41b32d72cb2 2026-04-21 04:48:00.650 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20f4d034-4399-44c0-8920-5bf1783b7552 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Tap Mirror: Handle Delete Port: 35922086-a3ce-45b0-87fa-c41b32d72cb2 [pid: 8|app: 0|req: 1565/3231] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:48:00 2026] DELETE /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:48:00.866 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c3ce31f-f9b3-4e44-9fbf-c3070b5b4b16 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1667/3232] 10.0.0.103 () {32 vars in 722 bytes} [Tue Apr 21 04:48:00 2026] GET /v2.0/networks/a4779ac4-fca6-4a2f-908b-963bcfe99c2b => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3233] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:48:00 2026] DELETE /v2.0/subnets/7be6d20b-4710-4ef9-9204-9126f0071b5d => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:48:01.080 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7905db5a-8da2-4dcf-b32c-5a5a22660b3c 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1668/3234] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:48:01 2026] GET /v2.0/subnets/7be6d20b-4710-4ef9-9204-9126f0071b5d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3235] 10.0.0.103 () {32 vars in 723 bytes} [Tue Apr 21 04:48:01 2026] DELETE /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:48:01.246 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c0a84b2-84fc-40a5-b933-ce47c6d47501 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1669/3236] 10.0.0.103 () {32 vars in 720 bytes} [Tue Apr 21 04:48:01 2026] GET /v2.0/subnets/4515ba6a-de12-44b7-b5e6-3272b008c74f => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:48:01.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-1cbfb007-6fb9-466b-94d8-00d2d08be287 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] TaaS: Handle Delete Port: 878e3397-06ef-4f52-86d7-1016bcdbfd7c 2026-04-21 04:48:01.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cbfb007-6fb9-466b-94d8-00d2d08be287 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] Tap Mirror: Handle Delete Port: 878e3397-06ef-4f52-86d7-1016bcdbfd7c [pid: 8|app: 0|req: 1568/3237] 10.0.0.103 () {32 vars in 725 bytes} [Tue Apr 21 04:48:01 2026] DELETE /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-21 04:48:01.584 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b363a70-7aa8-41bd-bf50-985912d87ac1 721f27ebcccb4e1085970ae68eba05fc 7c7a98ab07ed427a88fd861084b8e672 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1670/3238] 10.0.0.103 () {32 vars in 722 bytes} [Tue Apr 21 04:48:01 2026] GET /v2.0/networks/418fd125-ceca-4635-80bb-037fbbc1502c => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-21 04:48:01.631 8 INFO neutron.services.segments.plugin [-] Segment cc44788b-d94a-4970-8ea0-c105648647c4 resource provider aggregate not found 2026-04-21 04:48:01.634 8 INFO neutron.services.segments.plugin [-] Segment cc44788b-d94a-4970-8ea0-c105648647c4 resource provider aggregate not found 2026-04-21 04:48:01.649 8 INFO neutron.services.segments.plugin [-] Segment cc44788b-d94a-4970-8ea0-c105648647c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc44788b-d94a-4970-8ea0-c105648647c4 found for delete ", "request_id": "req-4a5163a0-76f0-4417-8dca-1f02cf6a838c"}]} 2026-04-21 04:48:01.653 8 INFO neutron.services.segments.plugin [-] Segment cc44788b-d94a-4970-8ea0-c105648647c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc44788b-d94a-4970-8ea0-c105648647c4 found for delete ", "request_id": "req-3f4fa823-57ff-40cd-81ea-0f65de14c733"}]} 2026-04-21 04:48:01.668 8 INFO neutron.services.segments.plugin [-] Segment 9b7502cf-e325-4d90-8db1-fe4a0658c19d resource provider aggregate not found 2026-04-21 04:48:01.672 8 INFO neutron.services.segments.plugin [-] Segment 9b7502cf-e325-4d90-8db1-fe4a0658c19d resource provider aggregate not found 2026-04-21 04:48:01.683 8 INFO neutron.services.segments.plugin [-] Segment 9b7502cf-e325-4d90-8db1-fe4a0658c19d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b7502cf-e325-4d90-8db1-fe4a0658c19d found for delete ", "request_id": "req-84ee571d-2ab0-457e-9e3d-f583984320bd"}]} 2026-04-21 04:48:01.687 8 INFO neutron.services.segments.plugin [-] Segment 9b7502cf-e325-4d90-8db1-fe4a0658c19d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9b7502cf-e325-4d90-8db1-fe4a0658c19d found for delete ", "request_id": "req-fbf1bb8d-12f6-4367-81ba-c0c50c1a32fa"}]} 2026-04-21 04:48:01.700 8 INFO neutron.services.segments.plugin [-] Segment a74d61b1-fe1d-4b03-8010-42c82b63fbdb resource provider aggregate not found 2026-04-21 04:48:01.705 8 INFO neutron.services.segments.plugin [-] Segment a74d61b1-fe1d-4b03-8010-42c82b63fbdb resource provider aggregate not found 2026-04-21 04:48:01.717 8 INFO neutron.services.segments.plugin [-] Segment a74d61b1-fe1d-4b03-8010-42c82b63fbdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74d61b1-fe1d-4b03-8010-42c82b63fbdb found for delete ", "request_id": "req-0d0145a4-d6d4-4ca1-b5c7-7df58ff651d5"}]} 2026-04-21 04:48:01.725 8 INFO neutron.services.segments.plugin [-] Segment a74d61b1-fe1d-4b03-8010-42c82b63fbdb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a74d61b1-fe1d-4b03-8010-42c82b63fbdb found for delete ", "request_id": "req-afaa6884-9095-4538-b21d-6df2eaf62e35"}]} [pid: 8|app: 0|req: 1569/3239] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:48:03 2026] GET /v2.0/security-groups?tenant_id=20bce44c39294078b80e2900a32bf5f7&name=default => generated 2929 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3240] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:48:03 2026] DELETE /v2.0/security-groups/b65b28b5-15e9-4482-af18-aa7d2f1a349a => 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: 1570/3241] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:48:03 2026] GET /v2.0/security-groups?tenant_id=fb20cd84273e47c18d39ca9738f411bd&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3242] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:48:03 2026] DELETE /v2.0/security-groups/99a8dd5e-786d-4e81-b0cb-1447871c87bd => 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: 1571/3243] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:48:04 2026] GET /v2.0/security-groups?tenant_id=8f695ceeb02248a397152805a42b331e&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3244] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:48:04 2026] DELETE /v2.0/security-groups/600b1349-dea0-4f46-9d1c-c5f123b5ddac => 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: 1572/3245] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:48:04 2026] GET /v2.0/security-groups?tenant_id=7c7a98ab07ed427a88fd861084b8e672&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3246] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:48:04 2026] DELETE /v2.0/security-groups/d51227ef-94ff-43eb-b7af-2987df52a071 => 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: 1573/3247] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:48:04 2026] GET /v2.0/security-groups?tenant_id=f4f401fb4f484ea082de410e6de84bdb&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: 1675/3248] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:48:04 2026] DELETE /v2.0/security-groups/f4ded586-a1f2-4941-b51c-2cbdcb507874 => 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: 1574/3251] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:48:05 2026] GET /v2.0/security-groups?tenant_id=e395739b6158421f937a3801b41b262b&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: 1678/3252] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:48:05 2026] DELETE /v2.0/security-groups/7414f5c9-afd5-4a79-830e-867dd5b9c47e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3253] 10.0.0.103 () {32 vars in 773 bytes} [Tue Apr 21 04:48:05 2026] GET /v2.0/security-groups?tenant_id=174feaed355749c689fece6872b9d598&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3254] 10.0.0.103 () {32 vars in 739 bytes} [Tue Apr 21 04:48:05 2026] DELETE /v2.0/security-groups/3af44bbd-9ce5-4027-87bc-30691e26386f => 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: 1576/3255] 10.0.0.103 () {32 vars in 648 bytes} [Tue Apr 21 04:48:07 2026] GET /v2.0/networks => generated 2167 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1680/3256] 10.0.0.103 () {32 vars in 654 bytes} [Tue Apr 21 04:48:09 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3257] 10.0.0.103 () {32 vars in 646 bytes} [Tue Apr 21 04:48:09 2026] GET /v2.0/routers => generated 15 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1681/3258] 10.0.0.103 () {32 vars in 642 bytes} [Tue Apr 21 04:48:09 2026] GET /v2.0/ports => generated 4717 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3259] 10.0.0.103 () {32 vars in 646 bytes} [Tue Apr 21 04:48:09 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3260] 10.0.0.103 () {32 vars in 648 bytes} [Tue Apr 21 04:48:09 2026] GET /v2.0/networks => generated 2167 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3261] 10.0.0.103 () {32 vars in 662 bytes} [Tue Apr 21 04:48:09 2026] GET /v2.0/security-groups => generated 17393 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3262] 10.0.0.103 () {32 vars in 654 bytes} [Tue Apr 21 04:48:09 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)