+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Thu Apr 9 14:06:43 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-7d8bd665f4-pbpts 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 0x7f39ac4ba668 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-09 14:06:47.775 7 INFO neutron.common.config [-] Logging enabled! 2026-04-09 14:06:47.776 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-09 14:06:47.882 8 INFO neutron.common.config [-] Logging enabled! 2026-04-09 14:06:47.882 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-09 14:06:48.757 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-09 14:06:48.877 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-09 14:06:50.239 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-09 14:06:50.241 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-09 14:06:50.245 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-09 14:06:50.246 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-09 14:06:50.246 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-09 14:06:50.246 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-09 14:06:50.246 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-09 14:06:50.254 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-09 14:06:50.254 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-09 14:06:50.254 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-09 14:06:50.276 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-09 14:06:50.277 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-09 14:06:50.277 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-09 14:06:50.304 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-09 14:06:50.304 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-09 14:06:50.304 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-09 14:06:50.304 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-09 14:06:50.335 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-09 14:06:50.337 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-09 14:06:50.341 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-09 14:06:50.342 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-09 14:06:50.342 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-09 14:06:50.342 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-09 14:06:50.342 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-09 14:06:50.350 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-09 14:06:50.350 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-09 14:06:50.350 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-09 14:06:50.372 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-09 14:06:50.373 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-09 14:06:50.373 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-09 14:06:50.400 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-09 14:06:50.400 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-09 14:06:50.401 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-09 14:06:50.401 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-09 14:06:50.589 7 INFO neutron.plugins.ml2.managers [None req-7bc0fc04-888c-4c2f-b936-78dd646b9441 - - - - - -] Initializing driver for type 'vlan' 2026-04-09 14:06:50.687 8 INFO neutron.plugins.ml2.managers [None req-a628f83e-9710-4576-b019-6f6fcfb957f6 - - - - - -] Initializing driver for type 'vlan' 2026-04-09 14:06:50.952 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-a628f83e-9710-4576-b019-6f6fcfb957f6 - - - - - -] VlanTypeDriver initialization complete 2026-04-09 14:06:50.952 8 INFO neutron.plugins.ml2.managers [None req-a628f83e-9710-4576-b019-6f6fcfb957f6 - - - - - -] Initializing driver for type 'vxlan' 2026-04-09 14:06:50.953 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-a628f83e-9710-4576-b019-6f6fcfb957f6 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-09 14:06:50.965 8 INFO neutron.plugins.ml2.managers [None req-a628f83e-9710-4576-b019-6f6fcfb957f6 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-09 14:06:50.965 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-a628f83e-9710-4576-b019-6f6fcfb957f6 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-09 14:06:50.965 8 INFO neutron.plugins.ml2.managers [None req-a628f83e-9710-4576-b019-6f6fcfb957f6 - - - - - -] Initializing extension driver 'port_security' 2026-04-09 14:06:50.966 8 INFO neutron.plugins.ml2.extensions.port_security [None req-a628f83e-9710-4576-b019-6f6fcfb957f6 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-09 14:06:50.966 8 INFO neutron.plugins.ml2.managers [None req-a628f83e-9710-4576-b019-6f6fcfb957f6 - - - - - -] Initializing extension driver 'qos' 2026-04-09 14:06:50.966 8 INFO neutron.plugins.ml2.managers [None req-a628f83e-9710-4576-b019-6f6fcfb957f6 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-09 14:06:50.966 8 INFO neutron.plugins.ml2.managers [None req-a628f83e-9710-4576-b019-6f6fcfb957f6 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-09 14:06:50.979 8 INFO neutron.quota [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded quota_driver: . 2026-04-09 14:06:50.980 8 INFO neutron.plugins.ml2.plugin [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Modular L2 Plugin initialization complete 2026-04-09 14:06:50.980 8 INFO neutron.plugins.ml2.managers [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-09 14:06:50.980 8 INFO neutron.plugins.ml2.managers [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-09 14:06:50.980 8 INFO neutron.plugins.ml2.managers [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-09 14:06:50.980 8 INFO neutron.manager [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loading Plugin: qos 2026-04-09 14:06:50.993 8 INFO neutron.manager [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loading Plugin: router 2026-04-09 14:06:51.037 8 INFO neutron.services.service_base [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-09 14:06:51.037 8 INFO neutron.manager [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loading Plugin: segments 2026-04-09 14:06:51.132 8 INFO neutron.manager [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loading Plugin: trunk 2026-04-09 14:06:51.145 8 INFO neutron.manager [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loading Plugin: vpnaas 2026-04-09 14:06:51.183 8 WARNING stevedore.named [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-09 14:06:51.256 8 INFO neutron_vpnaas.services.vpn.plugin [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-09 14:06:51.257 8 INFO neutron.common.utils [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-09 14:06:51.257 8 INFO neutron.manager [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loading Plugin: taas 2026-04-09 14:06:51.282 8 WARNING stevedore.named [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-09 14:06:51.282 8 WARNING stevedore.named [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-09 14:06:51.303 8 INFO neutron_taas.services.taas.taas_plugin [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-09 14:06:51.303 8 INFO neutron.manager [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loading Plugin: tapmirror 2026-04-09 14:06:51.314 8 WARNING stevedore.named [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-09 14:06:51.314 8 WARNING stevedore.named [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-09 14:06:51.331 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-09 14:06:51.331 8 INFO neutron.manager [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loading Plugin: auto_allocate 2026-04-09 14:06:51.340 8 INFO neutron.manager [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loading Plugin: tag 2026-04-09 14:06:51.354 8 INFO neutron.manager [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loading Plugin: timestamp 2026-04-09 14:06:51.357 8 INFO neutron.manager [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loading Plugin: network_ip_availability 2026-04-09 14:06:51.361 8 INFO neutron.manager [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loading Plugin: flavors 2026-04-09 14:06:51.364 8 INFO neutron.manager [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loading Plugin: revisions 2026-04-09 14:06:51.368 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Initializing extension manager. 2026-04-09 14:06:51.369 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: address-group 2026-04-09 14:06:51.370 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: address-scope 2026-04-09 14:06:51.370 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-09 14:06:51.371 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: agent 2026-04-09 14:06:51.372 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: agent-resources-synced 2026-04-09 14:06:51.373 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-09 14:06:51.374 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-09 14:06:51.374 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: availability_zone 2026-04-09 14:06:51.375 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: availability_zone_filter 2026-04-09 14:06:51.375 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-09 14:06:51.376 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: default-subnetpools 2026-04-09 14:06:51.379 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-09 14:06:51.379 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: dns-integration 2026-04-09 14:06:51.380 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: dns-domain-ports 2026-04-09 14:06:51.381 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-09 14:06:51.382 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: dvr 2026-04-09 14:06:51.382 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-09 14:06:51.384 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: empty-string-filtering 2026-04-09 14:06:51.384 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-09 14:06:51.385 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-09 14:06:51.385 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: external-net 2026-04-09 14:06:51.386 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-09 14:06:51.386 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: extraroute 2026-04-09 14:06:51.387 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: extraroute-atomic 2026-04-09 14:06:51.387 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-09 14:06:51.388 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-09 14:06:51.388 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-09 14:06:51.390 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-09 14:06:51.390 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: fip-port-details 2026-04-09 14:06:51.391 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: flavors 2026-04-09 14:06:51.392 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-09 14:06:51.393 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: floatingip-pools 2026-04-09 14:06:51.393 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: ip_allocation 2026-04-09 14:06:51.394 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-09 14:06:51.394 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: l2_adjacency 2026-04-09 14:06:51.396 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: router 2026-04-09 14:06:51.397 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-09 14:06:51.398 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-09 14:06:51.398 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-09 14:06:51.399 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: ext-gw-mode 2026-04-09 14:06:51.400 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: l3-ha 2026-04-09 14:06:51.400 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-09 14:06:51.401 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-09 14:06:51.401 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: l3-flavors 2026-04-09 14:06:51.402 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-09 14:06:51.403 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-09 14:06:51.405 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-09 14:06:51.406 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-09 14:06:51.407 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-09 14:06:51.408 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-09 14:06:51.409 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-09 14:06:51.409 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: multi-provider 2026-04-09 14:06:51.410 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: net-mtu 2026-04-09 14:06:51.410 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: net-mtu-writable 2026-04-09 14:06:51.411 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: network_availability_zone 2026-04-09 14:06:51.412 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: network_ha 2026-04-09 14:06:51.412 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: network-ip-availability 2026-04-09 14:06:51.414 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-09 14:06:51.414 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: pagination 2026-04-09 14:06:51.415 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: port-device-profile 2026-04-09 14:06:51.415 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-09 14:06:51.416 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-09 14:06:51.417 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-09 14:06:51.417 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: port-mac-override 2026-04-09 14:06:51.418 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-09 14:06:51.418 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-09 14:06:51.419 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-09 14:06:51.419 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: port-resource-request 2026-04-09 14:06:51.420 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-09 14:06:51.420 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-09 14:06:51.421 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: binding 2026-04-09 14:06:51.422 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: binding-extended 2026-04-09 14:06:51.422 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: port-security 2026-04-09 14:06:51.423 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: project-id 2026-04-09 14:06:51.423 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: provider 2026-04-09 14:06:51.424 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-09 14:06:51.427 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: qos 2026-04-09 14:06:51.428 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-09 14:06:51.428 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-09 14:06:51.429 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: qos-default 2026-04-09 14:06:51.430 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: qos-fip 2026-04-09 14:06:51.430 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-09 14:06:51.431 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-09 14:06:51.431 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-09 14:06:51.432 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-09 14:06:51.432 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-09 14:06:51.433 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: qos-pps 2026-04-09 14:06:51.434 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-09 14:06:51.434 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-09 14:06:51.435 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: qos-rules-alias 2026-04-09 14:06:51.435 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: quota-check-limit 2026-04-09 14:06:51.436 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-09 14:06:51.438 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: quotas 2026-04-09 14:06:51.439 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: quota_details 2026-04-09 14:06:51.441 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: rbac-policies 2026-04-09 14:06:51.441 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: rbac-address-group 2026-04-09 14:06:51.442 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: rbac-address-scope 2026-04-09 14:06:51.442 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: rbac-security-groups 2026-04-09 14:06:51.443 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-09 14:06:51.444 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: revision-if-match 2026-04-09 14:06:51.444 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-09 14:06:51.445 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: router_availability_zone 2026-04-09 14:06:51.445 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-09 14:06:51.447 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-09 14:06:51.448 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-09 14:06:51.448 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-09 14:06:51.449 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-09 14:06:51.449 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-09 14:06:51.450 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-09 14:06:51.455 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: security-group 2026-04-09 14:06:51.456 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: segment 2026-04-09 14:06:51.457 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-09 14:06:51.457 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: service-type 2026-04-09 14:06:51.458 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: sorting 2026-04-09 14:06:51.458 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: standard-attr-segment 2026-04-09 14:06:51.459 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: standard-attr-description 2026-04-09 14:06:51.460 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: stateful-security-group 2026-04-09 14:06:51.460 8 WARNING neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-09 14:06:51.461 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-09 14:06:51.461 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: subnet-external-network 2026-04-09 14:06:51.462 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: subnet_onboard 2026-04-09 14:06:51.462 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-09 14:06:51.463 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: subnet-service-types 2026-04-09 14:06:51.463 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: subnet_allocation 2026-04-09 14:06:51.466 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-09 14:06:51.466 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: tag-creation 2026-04-09 14:06:51.467 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-09 14:06:51.470 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: standard-attr-tag 2026-04-09 14:06:51.471 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-09 14:06:51.472 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: trunk 2026-04-09 14:06:51.472 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: trunk-details 2026-04-09 14:06:51.473 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-09 14:06:51.473 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-09 14:06:51.474 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-09 14:06:51.475 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-09 14:06:51.477 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-09 14:06:51.477 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-09 14:06:51.478 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: vpn-flavors 2026-04-09 14:06:51.481 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: vpnaas 2026-04-09 14:06:51.482 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-7bc0fc04-888c-4c2f-b936-78dd646b9441 - - - - - -] VlanTypeDriver initialization complete 2026-04-09 14:06:51.482 7 INFO neutron.plugins.ml2.managers [None req-7bc0fc04-888c-4c2f-b936-78dd646b9441 - - - - - -] Initializing driver for type 'vxlan' 2026-04-09 14:06:51.482 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-7bc0fc04-888c-4c2f-b936-78dd646b9441 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-09 14:06:51.483 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: taas 2026-04-09 14:06:51.484 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: tap-mirror 2026-04-09 14:06:51.485 8 INFO neutron.api.extensions [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-09 14:06:51.487 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-09 14:06:51.487 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-09 14:06:51.487 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 14:06:51.488 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-09 14:06:51.491 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-09 14:06:51.491 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-09 14:06:51.496 7 INFO neutron.plugins.ml2.managers [None req-7bc0fc04-888c-4c2f-b936-78dd646b9441 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-09 14:06:51.497 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-7bc0fc04-888c-4c2f-b936-78dd646b9441 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-09 14:06:51.497 7 INFO neutron.plugins.ml2.managers [None req-7bc0fc04-888c-4c2f-b936-78dd646b9441 - - - - - -] Initializing extension driver 'port_security' 2026-04-09 14:06:51.497 7 INFO neutron.plugins.ml2.extensions.port_security [None req-7bc0fc04-888c-4c2f-b936-78dd646b9441 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-09 14:06:51.496 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-09 14:06:51.497 7 INFO neutron.plugins.ml2.managers [None req-7bc0fc04-888c-4c2f-b936-78dd646b9441 - - - - - -] Initializing extension driver 'qos' 2026-04-09 14:06:51.497 7 INFO neutron.plugins.ml2.managers [None req-7bc0fc04-888c-4c2f-b936-78dd646b9441 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-09 14:06:51.497 7 INFO neutron.plugins.ml2.managers [None req-7bc0fc04-888c-4c2f-b936-78dd646b9441 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-09 14:06:51.499 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-09 14:06:51.500 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-09 14:06:51.502 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 14:06:51.502 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] subnetpool is already registered 2026-04-09 14:06:51.503 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 14:06:51.504 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] subnetpool is already registered 2026-04-09 14:06:51.505 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-09 14:06:51.506 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 14:06:51.506 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 14:06:51.508 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-09 14:06:51.508 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-09 14:06:51.509 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-09 14:06:51.509 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 14:06:51.509 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] ipsecpolicy is already registered 2026-04-09 14:06:51.509 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 14:06:51.510 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] ikepolicy is already registered 2026-04-09 14:06:51.513 7 INFO neutron.quota [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded quota_driver: . 2026-04-09 14:06:51.513 7 INFO neutron.plugins.ml2.plugin [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Modular L2 Plugin initialization complete 2026-04-09 14:06:51.513 7 INFO neutron.plugins.ml2.managers [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-09 14:06:51.513 7 INFO neutron.plugins.ml2.managers [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-09 14:06:51.513 7 INFO neutron.plugins.ml2.managers [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-09 14:06:51.514 7 INFO neutron.manager [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loading Plugin: qos 2026-04-09 14:06:51.515 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-09 14:06:51.515 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] router is already registered 2026-04-09 14:06:51.515 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-09 14:06:51.515 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] floatingip is already registered 2026-04-09 14:06:51.519 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-09 14:06:51.519 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] rbac_policy is already registered 2026-04-09 14:06:51.520 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-09 14:06:51.520 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] security_group is already registered 2026-04-09 14:06:51.520 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-09 14:06:51.520 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] security_group_rule is already registered 2026-04-09 14:06:51.521 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 14:06:51.521 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] subnetpool is already registered 2026-04-09 14:06:51.522 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 14:06:51.522 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] subnetpool is already registered 2026-04-09 14:06:51.522 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-09 14:06:51.522 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] trunk is already registered 2026-04-09 14:06:51.523 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 14:06:51.523 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] ikepolicy is already registered 2026-04-09 14:06:51.523 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 14:06:51.523 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] ipsecpolicy is already registered 2026-04-09 14:06:51.524 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-09 14:06:51.524 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] endpoint_group is already registered 2026-04-09 14:06:51.524 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-09 14:06:51.524 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] vpnservice is already registered 2026-04-09 14:06:51.525 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-09 14:06:51.525 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] ipsec_site_connection is already registered 2026-04-09 14:06:51.525 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 14:06:51.525 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] ipsecpolicy is already registered 2026-04-09 14:06:51.526 8 INFO neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 14:06:51.526 8 WARNING neutron.quota.resource_registry [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] ikepolicy is already registered 2026-04-09 14:06:51.527 7 INFO neutron.manager [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loading Plugin: router 2026-04-09 14:06:51.562 8 WARNING keystonemiddleware._common.config [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-09 14:06:51.568 8 WARNING oslo_config.cfg [None req-d70ac144-44e1-4688-83ec-b2f75be5c140 - - - - - -] 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 0x7f39ac4ba668 pid: 8 (default app) 2026-04-09 14:06:51.572 7 INFO neutron.services.service_base [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-09 14:06:51.572 7 INFO neutron.manager [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loading Plugin: segments 2026-04-09 14:06:51.681 7 INFO neutron.manager [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loading Plugin: trunk 2026-04-09 14:06:51.700 7 INFO neutron.manager [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loading Plugin: vpnaas 2026-04-09 14:06:51.743 7 WARNING stevedore.named [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-09 14:06:51.813 7 INFO neutron_vpnaas.services.vpn.plugin [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-09 14:06:51.814 7 INFO neutron.common.utils [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-09 14:06:51.814 7 INFO neutron.manager [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loading Plugin: taas 2026-04-09 14:06:51.837 7 WARNING stevedore.named [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-09 14:06:51.837 7 WARNING stevedore.named [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-09 14:06:51.857 7 INFO neutron_taas.services.taas.taas_plugin [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-09 14:06:51.857 7 INFO neutron.manager [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loading Plugin: tapmirror 2026-04-09 14:06:51.868 7 WARNING stevedore.named [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-09 14:06:51.869 7 WARNING stevedore.named [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-09 14:06:51.882 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-09 14:06:51.883 7 INFO neutron.manager [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loading Plugin: auto_allocate 2026-04-09 14:06:51.892 7 INFO neutron.manager [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loading Plugin: tag 2026-04-09 14:06:51.901 7 INFO neutron.manager [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loading Plugin: timestamp 2026-04-09 14:06:51.904 7 INFO neutron.manager [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loading Plugin: network_ip_availability 2026-04-09 14:06:51.908 7 INFO neutron.manager [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loading Plugin: flavors 2026-04-09 14:06:51.911 7 INFO neutron.manager [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loading Plugin: revisions 2026-04-09 14:06:51.915 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Initializing extension manager. 2026-04-09 14:06:51.916 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: address-group 2026-04-09 14:06:51.917 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: address-scope 2026-04-09 14:06:51.918 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-09 14:06:51.919 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: agent 2026-04-09 14:06:51.919 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: agent-resources-synced 2026-04-09 14:06:51.920 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-09 14:06:51.921 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-09 14:06:51.922 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: availability_zone 2026-04-09 14:06:51.922 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: availability_zone_filter 2026-04-09 14:06:51.923 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-09 14:06:51.923 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: default-subnetpools 2026-04-09 14:06:51.925 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-09 14:06:51.925 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: dns-integration 2026-04-09 14:06:51.926 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: dns-domain-ports 2026-04-09 14:06:51.926 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-09 14:06:51.927 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: dvr 2026-04-09 14:06:51.928 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-09 14:06:51.928 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: empty-string-filtering 2026-04-09 14:06:51.929 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-09 14:06:51.929 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-09 14:06:51.930 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: external-net 2026-04-09 14:06:51.930 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-09 14:06:51.931 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: extraroute 2026-04-09 14:06:51.931 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: extraroute-atomic 2026-04-09 14:06:51.932 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-09 14:06:51.933 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-09 14:06:51.933 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-09 14:06:51.934 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-09 14:06:51.934 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: fip-port-details 2026-04-09 14:06:51.935 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: flavors 2026-04-09 14:06:51.937 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-09 14:06:51.938 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: floatingip-pools 2026-04-09 14:06:51.938 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: ip_allocation 2026-04-09 14:06:51.939 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-09 14:06:51.939 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: l2_adjacency 2026-04-09 14:06:51.941 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: router 2026-04-09 14:06:51.942 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-09 14:06:51.943 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-09 14:06:51.944 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-09 14:06:51.944 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: ext-gw-mode 2026-04-09 14:06:51.945 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: l3-ha 2026-04-09 14:06:51.945 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-09 14:06:51.946 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-09 14:06:51.946 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: l3-flavors 2026-04-09 14:06:51.947 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-09 14:06:51.947 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-09 14:06:51.950 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-09 14:06:51.951 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-09 14:06:51.952 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-09 14:06:51.953 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-09 14:06:51.954 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-09 14:06:51.954 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: multi-provider 2026-04-09 14:06:51.955 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: net-mtu 2026-04-09 14:06:51.955 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: net-mtu-writable 2026-04-09 14:06:51.956 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: network_availability_zone 2026-04-09 14:06:51.956 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: network_ha 2026-04-09 14:06:51.957 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: network-ip-availability 2026-04-09 14:06:51.958 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-09 14:06:51.958 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: pagination 2026-04-09 14:06:51.959 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: port-device-profile 2026-04-09 14:06:51.959 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-09 14:06:51.960 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-09 14:06:51.961 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-09 14:06:51.961 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: port-mac-override 2026-04-09 14:06:51.962 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-09 14:06:51.962 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-09 14:06:51.963 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-09 14:06:51.963 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: port-resource-request 2026-04-09 14:06:51.964 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-09 14:06:51.964 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-09 14:06:51.965 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: binding 2026-04-09 14:06:51.966 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: binding-extended 2026-04-09 14:06:51.966 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: port-security 2026-04-09 14:06:51.966 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: project-id 2026-04-09 14:06:51.967 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: provider 2026-04-09 14:06:51.968 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-09 14:06:51.970 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: qos 2026-04-09 14:06:51.970 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-09 14:06:51.971 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-09 14:06:51.971 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: qos-default 2026-04-09 14:06:51.972 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: qos-fip 2026-04-09 14:06:51.972 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-09 14:06:51.973 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-09 14:06:51.973 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-09 14:06:51.974 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-09 14:06:51.975 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-09 14:06:51.975 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: qos-pps 2026-04-09 14:06:51.976 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-09 14:06:51.976 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-09 14:06:51.977 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: qos-rules-alias 2026-04-09 14:06:51.977 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: quota-check-limit 2026-04-09 14:06:51.978 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-09 14:06:51.980 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: quotas 2026-04-09 14:06:51.981 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: quota_details 2026-04-09 14:06:51.983 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: rbac-policies 2026-04-09 14:06:51.983 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: rbac-address-group 2026-04-09 14:06:51.984 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: rbac-address-scope 2026-04-09 14:06:51.984 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: rbac-security-groups 2026-04-09 14:06:51.985 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-09 14:06:51.985 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: revision-if-match 2026-04-09 14:06:51.986 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-09 14:06:51.986 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: router_availability_zone 2026-04-09 14:06:51.987 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-09 14:06:51.989 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-09 14:06:51.989 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-09 14:06:51.990 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-09 14:06:51.990 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-09 14:06:51.991 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-09 14:06:51.991 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-09 14:06:51.996 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: security-group 2026-04-09 14:06:51.997 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: segment 2026-04-09 14:06:51.998 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-09 14:06:51.998 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: service-type 2026-04-09 14:06:51.999 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: sorting 2026-04-09 14:06:52.000 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: standard-attr-segment 2026-04-09 14:06:52.000 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: standard-attr-description 2026-04-09 14:06:52.001 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: stateful-security-group 2026-04-09 14:06:52.001 7 WARNING neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-09 14:06:52.002 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-09 14:06:52.002 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: subnet-external-network 2026-04-09 14:06:52.003 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: subnet_onboard 2026-04-09 14:06:52.003 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-09 14:06:52.004 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: subnet-service-types 2026-04-09 14:06:52.005 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: subnet_allocation 2026-04-09 14:06:52.005 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-09 14:06:52.006 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: tag-creation 2026-04-09 14:06:52.006 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-09 14:06:52.010 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: standard-attr-tag 2026-04-09 14:06:52.011 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-09 14:06:52.011 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: trunk 2026-04-09 14:06:52.012 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: trunk-details 2026-04-09 14:06:52.013 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-09 14:06:52.013 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-09 14:06:52.014 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-09 14:06:52.014 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-09 14:06:52.016 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-09 14:06:52.017 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-09 14:06:52.017 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: vpn-flavors 2026-04-09 14:06:52.019 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: vpnaas 2026-04-09 14:06:52.020 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: taas 2026-04-09 14:06:52.021 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: tap-mirror 2026-04-09 14:06:52.022 7 INFO neutron.api.extensions [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-09 14:06:52.024 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-09 14:06:52.024 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-09 14:06:52.025 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 14:06:52.025 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-09 14:06:52.028 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-09 14:06:52.029 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-09 14:06:52.033 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-09 14:06:52.034 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-09 14:06:52.035 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-09 14:06:52.035 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 14:06:52.036 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] subnetpool is already registered 2026-04-09 14:06:52.036 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 14:06:52.036 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] subnetpool is already registered 2026-04-09 14:06:52.037 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-09 14:06:52.037 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 14:06:52.037 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 14:06:52.038 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-09 14:06:52.038 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-09 14:06:52.039 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-09 14:06:52.039 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 14:06:52.039 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] ipsecpolicy is already registered 2026-04-09 14:06:52.040 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 14:06:52.040 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] ikepolicy is already registered 2026-04-09 14:06:52.045 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-09 14:06:52.045 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] router is already registered 2026-04-09 14:06:52.046 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-09 14:06:52.046 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] floatingip is already registered 2026-04-09 14:06:52.050 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-09 14:06:52.050 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] rbac_policy is already registered 2026-04-09 14:06:52.051 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-09 14:06:52.051 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] security_group is already registered 2026-04-09 14:06:52.051 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-09 14:06:52.051 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] security_group_rule is already registered 2026-04-09 14:06:52.052 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 14:06:52.053 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] subnetpool is already registered 2026-04-09 14:06:52.053 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-09 14:06:52.053 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] subnetpool is already registered 2026-04-09 14:06:52.053 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-09 14:06:52.054 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] trunk is already registered 2026-04-09 14:06:52.054 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 14:06:52.054 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] ikepolicy is already registered 2026-04-09 14:06:52.054 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 14:06:52.055 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] ipsecpolicy is already registered 2026-04-09 14:06:52.055 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-09 14:06:52.055 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] endpoint_group is already registered 2026-04-09 14:06:52.056 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-09 14:06:52.056 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] vpnservice is already registered 2026-04-09 14:06:52.056 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-09 14:06:52.056 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] ipsec_site_connection is already registered 2026-04-09 14:06:52.057 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-09 14:06:52.057 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] ipsecpolicy is already registered 2026-04-09 14:06:52.057 7 INFO neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-09 14:06:52.057 7 WARNING neutron.quota.resource_registry [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] ikepolicy is already registered 2026-04-09 14:06:52.094 7 WARNING keystonemiddleware._common.config [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-09 14:06:52.100 7 WARNING oslo_config.cfg [None req-c27dae26-98bb-4767-ac23-c25588725bc6 - - - - - -] 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 9 seconds on interpreter 0x7f39ac4ba668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 14:06:55.761 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3b167bc-3d71-4f8b-8222-2e555588511b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1/4] 199.204.45.95 () {44 vars in 923 bytes} [Thu Apr 9 14:06:54 2026] GET /v2.0/networks/public => generated 108 bytes in 806 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 4/5] 199.204.45.95 () {44 vars in 945 bytes} [Thu Apr 9 14:06:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:06:56.529 7 WARNING neutron.services.revisions.revision_plugin [None req-519973fe-fae3-4a06-a0ac-510b17e466b7 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Could not find related network for resource to bump revision. 2026-04-09 14:06:56.545 7 INFO neutron.db.segments_db [None req-519973fe-fae3-4a06-a0ac-510b17e466b7 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 939c4077-4f1c-4f80-9b51-ab6b0a4f2998 of type flat for network 63ae4ff6-d029-4a17-859f-e78826843b5f 2026-04-09 14:06:56.613 7 INFO neutron.pecan_wsgi.hooks.translation [None req-519973fe-fae3-4a06-a0ac-510b17e466b7 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/6] 199.204.45.95 () {48 vars in 963 bytes} [Thu Apr 9 14:06:56 2026] POST /v2.0/networks => generated 124 bytes in 502 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:07:02.846 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6a04e18a-3dff-4194-b0c0-13394fc1d207 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 199.204.45.95 () {44 vars in 923 bytes} [Thu Apr 9 14:07:02 2026] GET /v2.0/networks/public => generated 108 bytes in 393 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 199.204.45.95 () {44 vars in 945 bytes} [Thu Apr 9 14:07:02 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:07:03.138 8 WARNING neutron.services.revisions.revision_plugin [None req-e4221e00-c989-4599-b486-600cdb457956 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Could not find related network for resource to bump revision. 2026-04-09 14:07:03.162 8 INFO neutron.db.segments_db [None req-e4221e00-c989-4599-b486-600cdb457956 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 8e02aab3-954d-41ab-bfbf-e6269fb23d97 of type flat for network 5f70dc1c-9704-4ffa-bf44-317a7bc62fcb 2026-04-09 14:07:03.218 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e4221e00-c989-4599-b486-600cdb457956 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 199.204.45.95 () {48 vars in 963 bytes} [Thu Apr 9 14:07:02 2026] POST /v2.0/networks => generated 124 bytes in 361 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:07:09.131 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1cc0f12b-51d3-419c-8cdc-216ac4decdaf d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/11] 199.204.45.95 () {44 vars in 923 bytes} [Thu Apr 9 14:07:09 2026] GET /v2.0/networks/public => generated 108 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/12] 199.204.45.95 () {44 vars in 945 bytes} [Thu Apr 9 14:07:09 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-09 14:07:09.193 8 WARNING neutron.services.revisions.revision_plugin [None req-8af52c12-25ce-49a4-ac6d-3f915e6cdd7b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Could not find related network for resource to bump revision. 2026-04-09 14:07:09.207 8 INFO neutron.db.segments_db [None req-8af52c12-25ce-49a4-ac6d-3f915e6cdd7b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment c298c680-a9d1-47d9-98b9-77774a274250 of type flat for network 1be47697-1fc5-4e3d-8ba6-ad9b28f1be30 2026-04-09 14:07:09.226 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8af52c12-25ce-49a4-ac6d-3f915e6cdd7b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/13] 199.204.45.95 () {48 vars in 963 bytes} [Thu Apr 9 14:07:09 2026] POST /v2.0/networks => generated 124 bytes in 88 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:07:15.409 7 INFO neutron.pecan_wsgi.hooks.translation [None req-336a2375-063e-47af-a5dd-45f644adf558 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 199.204.45.95 () {44 vars in 923 bytes} [Thu Apr 9 14:07:15 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: 9/15] 199.204.45.95 () {44 vars in 945 bytes} [Thu Apr 9 14:07:15 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-09 14:07:15.481 7 WARNING neutron.services.revisions.revision_plugin [None req-9cc9f98a-5227-4a87-b030-3f77dee5af34 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Could not find related network for resource to bump revision. 2026-04-09 14:07:15.505 7 INFO neutron.db.segments_db [None req-9cc9f98a-5227-4a87-b030-3f77dee5af34 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 5ea929c8-f6e2-420d-93e3-2c6e114be8b7 of type flat for network 27fe3bb5-9df7-4c23-a72b-b35852fabb4a 2026-04-09 14:07:15.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9cc9f98a-5227-4a87-b030-3f77dee5af34 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 199.204.45.95 () {48 vars in 963 bytes} [Thu Apr 9 14:07:15 2026] POST /v2.0/networks => generated 124 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:07:21.455 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cf28129f-f9e8-46bc-a6e6-6fc59d2ef450 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 199.204.45.95 () {44 vars in 923 bytes} [Thu Apr 9 14:07:21 2026] GET /v2.0/networks/public => generated 108 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 199.204.45.95 () {44 vars in 945 bytes} [Thu Apr 9 14:07:21 2026] GET /v2.0/networks?name=public => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:07:21.537 8 WARNING neutron.services.revisions.revision_plugin [None req-dc8fb7d5-98dd-4e47-a4bb-fbcfc039e77b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Could not find related network for resource to bump revision. 2026-04-09 14:07:21.559 8 INFO neutron.db.segments_db [None req-dc8fb7d5-98dd-4e47-a4bb-fbcfc039e77b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 90bd4985-96b6-41d7-bc4a-ebeb3739e332 of type flat for network 2a76f927-8f54-49fb-a048-f67335586116 2026-04-09 14:07:21.584 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc8fb7d5-98dd-4e47-a4bb-fbcfc039e77b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/19] 199.204.45.95 () {48 vars in 963 bytes} [Thu Apr 9 14:07:21 2026] POST /v2.0/networks => generated 124 bytes in 1100 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:07:28.477 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e9f79e5b-d734-4acd-b167-15b4d612bf98 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 12/21] 199.204.45.95 () {44 vars in 923 bytes} [Thu Apr 9 14:07:28 2026] GET /v2.0/networks/public => generated 108 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/22] 199.204.45.95 () {44 vars in 945 bytes} [Thu Apr 9 14:07:28 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-09 14:07:28.596 8 WARNING neutron.services.revisions.revision_plugin [None req-2c64b80a-612f-485b-8bb7-7bf443214140 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Could not find related network for resource to bump revision. 2026-04-09 14:07:28.619 8 INFO neutron.db.segments_db [None req-2c64b80a-612f-485b-8bb7-7bf443214140 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 67b50ce9-4601-4161-bf38-730644eb7122 of type flat for network 4a580695-9429-435a-a752-0fb2764740f9 [pid: 8|app: 0|req: 13/23] 199.204.45.95 () {48 vars in 963 bytes} [Thu Apr 9 14:07:28 2026] POST /v2.0/networks => generated 706 bytes in 1318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:07:31.078 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9ab05a96-5343-4124-9b94-0b5ae243f59b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/24] 199.204.45.95 () {44 vars in 923 bytes} [Thu Apr 9 14:07:31 2026] GET /v2.0/networks/public => generated 108 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/25] 199.204.45.95 () {44 vars in 945 bytes} [Thu Apr 9 14:07:31 2026] GET /v2.0/networks?name=public => generated 709 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:07:31.149 7 INFO neutron.pecan_wsgi.hooks.translation [None req-95700931-de32-4859-acaa-e9d87fe9af20 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 12/26] 199.204.45.95 () {44 vars in 1030 bytes} [Thu Apr 9 14:07:31 2026] GET /v2.0/subnets/public-subnet?network_id=4a580695-9429-435a-a752-0fb2764740f9 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/27] 199.204.45.95 () {44 vars in 1053 bytes} [Thu Apr 9 14:07:31 2026] GET /v2.0/subnets?name=public-subnet&network_id=4a580695-9429-435a-a752-0fb2764740f9 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/28] 199.204.45.95 () {48 vars in 961 bytes} [Thu Apr 9 14:07:31 2026] POST /v2.0/subnets => generated 664 bytes in 5824 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:12:47.357 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81241b8e-dd77-411f-be9d-6b26d6b86d50 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/70] 199.204.45.95 () {44 vars in 933 bytes} [Thu Apr 9 14:12:47 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/71] 199.204.45.95 () {44 vars in 955 bytes} [Thu Apr 9 14:12:47 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:12:47.510 7 INFO neutron.db.segments_db [None req-543c1b54-ba16-4b0a-888b-b22c32e4aa7c d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 539d7b07-bfee-46dd-a5c7-e2c0e7594454 of type vxlan for network ddf94ff7-3625-48f6-bad3-e88f7c143df6 [pid: 7|app: 0|req: 35/72] 199.204.45.95 () {48 vars in 962 bytes} [Thu Apr 9 14:12:47 2026] POST /v2.0/networks => generated 688 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:12:48.547 8 INFO neutron.pecan_wsgi.hooks.translation [None req-53468692-bd42-4a99-a092-02370a650fc0 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/73] 199.204.45.95 () {44 vars in 933 bytes} [Thu Apr 9 14:12:48 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/74] 199.204.45.95 () {44 vars in 955 bytes} [Thu Apr 9 14:12:48 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:12:48.616 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5c507c33-730c-4a45-a972-9cb6eccbc35d d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 39/75] 199.204.45.95 () {44 vars in 1032 bytes} [Thu Apr 9 14:12:48 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6 => generated 114 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/76] 199.204.45.95 () {44 vars in 1055 bytes} [Thu Apr 9 14:12:48 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6 => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/77] 199.204.45.95 () {48 vars in 961 bytes} [Thu Apr 9 14:12:48 2026] POST /v2.0/subnets => generated 651 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:12:49.945 7 INFO neutron.api.v2.resource [None req-b67c70c9-454e-4c6e-bad8-5632f58d4d13 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 38/78] 199.204.45.95 () {44 vars in 967 bytes} [Thu Apr 9 14:12:49 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/79] 199.204.45.95 () {44 vars in 989 bytes} [Thu Apr 9 14:12:49 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/80] 199.204.45.95 () {48 vars in 976 bytes} [Thu Apr 9 14:12:49 2026] POST /v2.0/security-groups => generated 1616 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/81] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:51 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 1616 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/82] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:51 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 1616 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/83] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:51 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => 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/84] 199.204.45.95 () {48 vars in 987 bytes} [Thu Apr 9 14:12:51 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/85] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:52 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 2230 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/86] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:52 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/87] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:52 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 2230 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/88] 199.204.45.95 () {48 vars in 987 bytes} [Thu Apr 9 14:12: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/89] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:53 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 2846 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/90] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:53 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/91] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:53 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => 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/92] 199.204.45.95 () {48 vars in 987 bytes} [Thu Apr 9 14:12:53 2026] POST /v2.0/security-group-rules => generated 603 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/95] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:54 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 3462 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/96] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:54 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 3462 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/97] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:54 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/98] 199.204.45.95 () {48 vars in 987 bytes} [Thu Apr 9 14:12:54 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: 51/99] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:55 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 4078 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/100] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:55 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/101] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:55 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 4078 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/102] 199.204.45.95 () {48 vars in 987 bytes} [Thu Apr 9 14:12:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/103] 199.204.45.95 () {44 vars in 983 bytes} [Thu Apr 9 14:12:56 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6 => generated 732 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:12:56.535 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2c04ca92-f370-47e8-be63-7d41ed5e4eb3 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/104] 199.204.45.95 () {44 vars in 1072 bytes} [Thu Apr 9 14:12:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6 => generated 132 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/105] 199.204.45.95 () {44 vars in 1095 bytes} [Thu Apr 9 14:12:56 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6 => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/106] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:12:56 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/107] 199.204.45.95 () {48 vars in 957 bytes} [Thu Apr 9 14:12:56 2026] POST /v2.0/ports => generated 1096 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 14:13:03.874 7 INFO neutron.pecan_wsgi.hooks.translation [None req-20da797f-b92d-4f15-b10f-b4f5d8f2071a d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/108] 199.204.45.95 () {44 vars in 975 bytes} [Thu Apr 9 14:13:03 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 56/109] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:13:03 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/110] 199.204.45.95 () {48 vars in 1027 bytes} [Thu Apr 9 14:13:04 2026] PUT /v2.0/ports/2797f787-27fa-4481-b33a-664e7aff346a => generated 1245 bytes in 772 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/111] 199.204.45.95 () {44 vars in 916 bytes} [Thu Apr 9 14:13:06 2026] GET /v2.0/ports => generated 3726 bytes in 75 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-09 14:13:07.529 7 INFO neutron.api.v2.resource [None req-a82dad6b-b9f1-4c5b-9ba7-74c9ed7f6881 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/112] 199.204.45.95 () {44 vars in 955 bytes} [Thu Apr 9 14:13:07 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/113] 199.204.45.95 () {44 vars in 977 bytes} [Thu Apr 9 14:13:07 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/114] 199.204.45.95 () {48 vars in 976 bytes} [Thu Apr 9 14:13:07 2026] POST /v2.0/security-groups => generated 1610 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/115] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:13:08 2026] GET /v2.0/security-groups/bdce7849-041b-4de8-a8cd-e9445caa3f0e => generated 1610 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/116] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:13:08 2026] GET /v2.0/security-groups/bdce7849-041b-4de8-a8cd-e9445caa3f0e => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/117] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:13:08 2026] GET /v2.0/security-groups/bdce7849-041b-4de8-a8cd-e9445caa3f0e => generated 1610 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/120] 199.204.45.95 () {48 vars in 987 bytes} [Thu Apr 9 14:13:08 2026] POST /v2.0/security-group-rules => generated 621 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/121] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:13:09 2026] GET /v2.0/security-groups/bdce7849-041b-4de8-a8cd-e9445caa3f0e => generated 2244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/122] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:13:09 2026] GET /v2.0/security-groups/bdce7849-041b-4de8-a8cd-e9445caa3f0e => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/123] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:13:09 2026] GET /v2.0/security-groups/bdce7849-041b-4de8-a8cd-e9445caa3f0e => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/124] 199.204.45.95 () {48 vars in 987 bytes} [Thu Apr 9 14:13:09 2026] POST /v2.0/security-group-rules => generated 625 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/141] 199.204.45.95 () {44 vars in 971 bytes} [Thu Apr 9 14:15:16 2026] GET /v2.0/quotas/d19ab352b42c440ea48942882c60f967 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 73/142] 199.204.45.95 () {48 vars in 1023 bytes} [Thu Apr 9 14:15:17 2026] PUT /v2.0/quotas/d19ab352b42c440ea48942882c60f967 => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 14:17:57.075 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b9692952-5e9b-460f-824b-cc1e9d741378 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 81/165] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:17:56 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 85/166] 199.204.45.95 () {30 vars in 762 bytes} [Thu Apr 9 14:17:57 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:17:58.855 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1cc5b82b-81e3-4b1a-953d-d4bd88396c24 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 82/167] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:17:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 86/168] 199.204.45.95 () {30 vars in 762 bytes} [Thu Apr 9 14:17:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:25:06.164 8 INFO neutron.api.v2.resource [None req-ce86287b-fa21-4151-a064-0b6d8d38d58a d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 115/225] 199.204.45.95 () {44 vars in 1070 bytes} [Thu Apr 9 14:25:06 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ae73462798104df78b0230d30bf99285 => generated 139 bytes in 117 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/226] 199.204.45.95 () {44 vars in 1093 bytes} [Thu Apr 9 14:25:06 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ae73462798104df78b0230d30bf99285 => generated 23 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 116/227] 199.204.45.95 () {48 vars in 977 bytes} [Thu Apr 9 14:25:06 2026] POST /v2.0/security-groups => generated 1624 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/228] 199.204.45.95 () {44 vars in 1084 bytes} [Thu Apr 9 14:25:07 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc?project_id=ae73462798104df78b0230d30bf99285 => generated 1624 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 117/229] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:25:07 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/230] 199.204.45.95 () {44 vars in 1084 bytes} [Thu Apr 9 14:25:07 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc?project_id=ae73462798104df78b0230d30bf99285 => generated 1624 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 118/231] 199.204.45.95 () {48 vars in 987 bytes} [Thu Apr 9 14:25:07 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/232] 199.204.45.95 () {44 vars in 1084 bytes} [Thu Apr 9 14:25:08 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc?project_id=ae73462798104df78b0230d30bf99285 => generated 2234 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 119/235] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:25:08 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/236] 199.204.45.95 () {44 vars in 1084 bytes} [Thu Apr 9 14:25:08 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc?project_id=ae73462798104df78b0230d30bf99285 => generated 2234 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/237] 199.204.45.95 () {48 vars in 987 bytes} [Thu Apr 9 14:25:08 2026] POST /v2.0/security-group-rules => generated 599 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/238] 199.204.45.95 () {44 vars in 1084 bytes} [Thu Apr 9 14:25:09 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc?project_id=ae73462798104df78b0230d30bf99285 => 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: 121/239] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:25:09 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/240] 199.204.45.95 () {44 vars in 1084 bytes} [Thu Apr 9 14:25:09 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc?project_id=ae73462798104df78b0230d30bf99285 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/241] 199.204.45.95 () {48 vars in 987 bytes} [Thu Apr 9 14:25:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 120/242] 199.204.45.95 () {44 vars in 1084 bytes} [Thu Apr 9 14:25:11 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc?project_id=ae73462798104df78b0230d30bf99285 => generated 3460 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/243] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:25:11 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/244] 199.204.45.95 () {44 vars in 1084 bytes} [Thu Apr 9 14:25:11 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc?project_id=ae73462798104df78b0230d30bf99285 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/245] 199.204.45.95 () {48 vars in 987 bytes} [Thu Apr 9 14:25:11 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/266] 199.204.45.95 () {30 vars in 739 bytes} [Thu Apr 9 14:27:47 2026] GET /v2.0/networks?tenant_id=ae73462798104df78b0230d30bf99285&shared=False => generated 15 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:27:47.952 7 INFO neutron.db.segments_db [None req-4c3b52f0-024c-4304-ba7f-73df9863e42a 84a812f7282f4b72b8d68b1ce9e3c9c5 ae73462798104df78b0230d30bf99285 - - c0d5773cfdf3484d8cd70ebcc873b1ce c0d5773cfdf3484d8cd70ebcc873b1ce] Added segment 5082b802-3cda-4d82-9f2d-b62e109d8047 of type vxlan for network 56dd071f-3521-4c20-95d5-e8b10fcbe02c [pid: 7|app: 0|req: 132/267] 199.204.45.95 () {34 vars in 681 bytes} [Thu Apr 9 14:27:47 2026] POST /v2.0/networks => generated 699 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/268] 199.204.45.95 () {30 vars in 721 bytes} [Thu Apr 9 14:27:48 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/269] 199.204.45.95 () {30 vars in 632 bytes} [Thu Apr 9 14:27:48 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/270] 199.204.45.95 () {34 vars in 676 bytes} [Thu Apr 9 14:27:48 2026] POST /v2.0/ports => generated 999 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/271] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:27:48 2026] GET /v2.0/networks/56dd071f-3521-4c20-95d5-e8b10fcbe02c => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 138/272] 199.204.45.95 () {30 vars in 721 bytes} [Thu Apr 9 14:27:50 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/273] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:27:50 2026] GET /v2.0/networks/56dd071f-3521-4c20-95d5-e8b10fcbe02c => generated 705 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/276] 199.204.45.95 () {44 vars in 971 bytes} [Thu Apr 9 14:28:07 2026] GET /v2.0/quotas/ae73462798104df78b0230d30bf99285 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/277] 199.204.45.95 () {48 vars in 1023 bytes} [Thu Apr 9 14:28:08 2026] PUT /v2.0/quotas/ae73462798104df78b0230d30bf99285 => generated 291 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:40:14.048 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d07df3b1-493c-44a0-b9b7-59c62ff8a412 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 190/376] 199.204.45.95 () {44 vars in 923 bytes} [Thu Apr 9 14:40:13 2026] GET /v2.0/networks/public => generated 108 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/377] 199.204.45.95 () {44 vars in 945 bytes} [Thu Apr 9 14:40:14 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:40:15.267 8 INFO neutron.pecan_wsgi.hooks.translation [None req-904e9700-80f3-4724-bfd2-2d622eb7ed04 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/378] 199.204.45.95 () {44 vars in 923 bytes} [Thu Apr 9 14:40:15 2026] GET /v2.0/networks/public => generated 108 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/379] 199.204.45.95 () {44 vars in 945 bytes} [Thu Apr 9 14:40:15 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:40:15.340 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f68b361-67e1-4d17-bb12-fb8b064b80bc d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 192/380] 199.204.45.95 () {44 vars in 1030 bytes} [Thu Apr 9 14:40:15 2026] GET /v2.0/subnets/public-subnet?network_id=4a580695-9429-435a-a752-0fb2764740f9 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/381] 199.204.45.95 () {44 vars in 1053 bytes} [Thu Apr 9 14:40:15 2026] GET /v2.0/subnets?name=public-subnet&network_id=4a580695-9429-435a-a752-0fb2764740f9 => generated 667 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:40:56.189 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7518d81-3e37-4984-b7b0-ed2d1216cd96 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 196/388] 199.204.45.95 () {44 vars in 933 bytes} [Thu Apr 9 14:40:56 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/389] 199.204.45.95 () {44 vars in 955 bytes} [Thu Apr 9 14:40:56 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:40:57.161 8 INFO neutron.pecan_wsgi.hooks.translation [None req-86058682-f669-4e89-9794-458792071ab8 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/390] 199.204.45.95 () {44 vars in 933 bytes} [Thu Apr 9 14:40:57 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/391] 199.204.45.95 () {44 vars in 955 bytes} [Thu Apr 9 14:40:57 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:40:57.232 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e188a70e-153f-41a8-9ce9-5dffafe5b563 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/392] 199.204.45.95 () {44 vars in 1032 bytes} [Thu Apr 9 14:40:57 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/393] 199.204.45.95 () {44 vars in 1055 bytes} [Thu Apr 9 14:40:57 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:40:58.397 8 INFO neutron.api.v2.resource [None req-97e0ee9e-1f0f-4364-8a2f-80d31d19824b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/394] 199.204.45.95 () {44 vars in 967 bytes} [Thu Apr 9 14:40:58 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/395] 199.204.45.95 () {44 vars in 989 bytes} [Thu Apr 9 14:40:58 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/396] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:40:59 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 4694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/397] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:40:59 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/398] 199.204.45.95 () {44 vars in 1007 bytes} [Thu Apr 9 14:40:59 2026] GET /v2.0/security-group-rules/b6e8f8e7-3c6a-47b4-b8b6-24e77f205c4f => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 198/399] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:41:00 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/400] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:41:00 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/401] 199.204.45.95 () {44 vars in 1007 bytes} [Thu Apr 9 14:41:00 2026] GET /v2.0/security-group-rules/9fb5ea7f-0693-4644-aada-23dfa426a3e0 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 203/402] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:41:01 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => 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: 200/403] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:41:01 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 4694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/404] 199.204.45.95 () {44 vars in 1007 bytes} [Thu Apr 9 14:41:01 2026] GET /v2.0/security-group-rules/ddea9ebb-b305-4b77-94ad-a64916125260 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/405] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:41:02 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/406] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:41:02 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => 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: 202/407] 199.204.45.95 () {44 vars in 1007 bytes} [Thu Apr 9 14:41:02 2026] GET /v2.0/security-group-rules/3e0614ce-3470-448d-9660-86b7e123fc83 => 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: 206/408] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:41:03 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/409] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:41:03 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/410] 199.204.45.95 () {44 vars in 1007 bytes} [Thu Apr 9 14:41:03 2026] GET /v2.0/security-group-rules/853739c8-0c94-4bca-87c1-82f6ee842266 => generated 603 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/411] 199.204.45.95 () {44 vars in 983 bytes} [Thu Apr 9 14:41:04 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6 => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:41:04.693 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1defcec4-f0ef-4f08-9dfc-72af04b33687 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 208/412] 199.204.45.95 () {44 vars in 1072 bytes} [Thu Apr 9 14:41:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6 => generated 132 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/413] 199.204.45.95 () {44 vars in 1095 bytes} [Thu Apr 9 14:41:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6 => generated 1250 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/414] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:41:04 2026] GET /v2.0/security-groups/6dbc412e-1f57-4a19-b5eb-9129958e931f => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:41:12.823 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ad4429b8-0b4e-4589-b488-5841fa825a35 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 211/417] 199.204.45.95 () {44 vars in 975 bytes} [Thu Apr 9 14:41:12 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: 207/418] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:41:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/419] 199.204.45.95 () {44 vars in 916 bytes} [Thu Apr 9 14:41:14 2026] GET /v2.0/ports => generated 4721 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:41:15.338 7 INFO neutron.api.v2.resource [None req-a23abcc2-f53d-4212-a1fd-fd094d1c48e4 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 208/420] 199.204.45.95 () {44 vars in 955 bytes} [Thu Apr 9 14:41:15 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/421] 199.204.45.95 () {44 vars in 977 bytes} [Thu Apr 9 14:41:15 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/422] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:41:16 2026] GET /v2.0/security-groups/bdce7849-041b-4de8-a8cd-e9445caa3f0e => generated 2882 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/423] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:41:16 2026] GET /v2.0/security-groups/bdce7849-041b-4de8-a8cd-e9445caa3f0e => generated 2882 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/424] 199.204.45.95 () {44 vars in 1007 bytes} [Thu Apr 9 14:41:16 2026] GET /v2.0/security-group-rules/ecac5a9b-c7b2-4850-b474-1dddd818a9d5 => generated 621 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/425] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:41:17 2026] GET /v2.0/security-groups/bdce7849-041b-4de8-a8cd-e9445caa3f0e => generated 2882 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/426] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:41:17 2026] GET /v2.0/security-groups/bdce7849-041b-4de8-a8cd-e9445caa3f0e => generated 2882 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/427] 199.204.45.95 () {44 vars in 1007 bytes} [Thu Apr 9 14:41:17 2026] GET /v2.0/security-group-rules/fe83d2ec-3a67-4ec2-9b27-7a9418b2607b => generated 625 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/430] 199.204.45.95 () {44 vars in 971 bytes} [Thu Apr 9 14:41:28 2026] GET /v2.0/quotas/d19ab352b42c440ea48942882c60f967 => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:42:37.646 8 INFO neutron.api.v2.resource [None req-93225221-530c-47e5-8822-fb4de3a1b343 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 222/439] 199.204.45.95 () {44 vars in 1070 bytes} [Thu Apr 9 14:42:37 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=ae73462798104df78b0230d30bf99285 => generated 139 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/440] 199.204.45.95 () {44 vars in 1093 bytes} [Thu Apr 9 14:42:37 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=ae73462798104df78b0230d30bf99285 => generated 4072 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/441] 199.204.45.95 () {44 vars in 1084 bytes} [Thu Apr 9 14:42:38 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc?project_id=ae73462798104df78b0230d30bf99285 => 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: 219/442] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:42:38 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/445] 199.204.45.95 () {44 vars in 1007 bytes} [Thu Apr 9 14:42:38 2026] GET /v2.0/security-group-rules/62142d39-b02a-4d29-aa0a-df9c7af49290 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/446] 199.204.45.95 () {44 vars in 1084 bytes} [Thu Apr 9 14:42:39 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc?project_id=ae73462798104df78b0230d30bf99285 => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/447] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:42:39 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/448] 199.204.45.95 () {44 vars in 1007 bytes} [Thu Apr 9 14:42:39 2026] GET /v2.0/security-group-rules/d8b3bafb-5e32-4632-aab7-efaa5428c684 => 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: 226/449] 199.204.45.95 () {44 vars in 1084 bytes} [Thu Apr 9 14:42:40 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc?project_id=ae73462798104df78b0230d30bf99285 => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/450] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:42:40 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/451] 199.204.45.95 () {44 vars in 1007 bytes} [Thu Apr 9 14:42:40 2026] GET /v2.0/security-group-rules/7f2306c9-fcdc-4fd4-bd64-a69b2b19e5e6 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/452] 199.204.45.95 () {44 vars in 1084 bytes} [Thu Apr 9 14:42:41 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc?project_id=ae73462798104df78b0230d30bf99285 => generated 4075 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/453] 199.204.45.95 () {44 vars in 997 bytes} [Thu Apr 9 14:42:41 2026] GET /v2.0/security-groups/89fc309a-a031-4f54-9493-83cc928b98bc => generated 4075 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/454] 199.204.45.95 () {44 vars in 1007 bytes} [Thu Apr 9 14:42:41 2026] GET /v2.0/security-group-rules/7596c5b7-9959-4ab2-b8c5-e1d3fff7ef6b => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/457] 199.204.45.95 () {44 vars in 971 bytes} [Thu Apr 9 14:42:54 2026] GET /v2.0/quotas/ae73462798104df78b0230d30bf99285 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/464] 199.204.45.95 () {44 vars in 945 bytes} [Thu Apr 9 14:43:51 2026] GET /v2.0/networks?name=public => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/471] 10.0.0.158 () {32 vars in 649 bytes} [Thu Apr 9 14:44:31 2026] GET /v2.0/networks => generated 2168 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/472] 10.0.0.158 () {32 vars in 655 bytes} [Thu Apr 9 14:44:32 2026] GET /v2.0/floatingips => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/473] 10.0.0.158 () {32 vars in 647 bytes} [Thu Apr 9 14:44:32 2026] GET /v2.0/routers => generated 15 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/474] 10.0.0.158 () {32 vars in 643 bytes} [Thu Apr 9 14:44:32 2026] GET /v2.0/ports => generated 4721 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/475] 10.0.0.158 () {32 vars in 647 bytes} [Thu Apr 9 14:44:32 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/476] 10.0.0.158 () {32 vars in 649 bytes} [Thu Apr 9 14:44:32 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/477] 10.0.0.158 () {32 vars in 663 bytes} [Thu Apr 9 14:44:32 2026] GET /v2.0/security-groups => generated 17397 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/478] 10.0.0.158 () {32 vars in 655 bytes} [Thu Apr 9 14:44:32 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:44:43.296 8 INFO neutron.db.segments_db [None req-99cb47a9-a591-465b-9817-13a9cf5c21d1 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment b76eca51-638e-4457-9a64-da665e2b03a4 of type vxlan for network acee2f7b-410e-454e-ad97-7b84982b3f7e 2026-04-09 14:44:43.359 7 INFO neutron.db.segments_db [None req-cc08b019-02b4-46aa-9494-663212be6c69 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 02bf291b-5859-48c1-9940-11aca16c5bcc of type vxlan for network db72da66-9f4c-4d3d-84bd-1fd2346135da [pid: 8|app: 0|req: 243/481] 10.0.0.158 () {34 vars in 671 bytes} [Thu Apr 9 14:44:43 2026] POST /v2.0/networks => generated 725 bytes in 411 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/482] 10.0.0.158 () {34 vars in 671 bytes} [Thu Apr 9 14:44:43 2026] POST /v2.0/networks => generated 723 bytes in 402 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:44:43.618 8 INFO neutron.db.segments_db [None req-7ec9b9ca-20be-4c98-8948-b66ae846e76d d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 3dd393d6-dd95-4941-9d8d-1e9265aaca38 of type vxlan for network f6feb424-b3b9-4cfc-95f0-0d79cecd8cb6 [pid: 7|app: 0|req: 240/483] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:44:43 2026] POST /v2.0/subnets => generated 691 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/484] 10.0.0.158 () {34 vars in 671 bytes} [Thu Apr 9 14:44:43 2026] POST /v2.0/networks => generated 729 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:44:43.745 8 INFO neutron.db.segments_db [None req-737f4222-e340-4528-9d1a-373d04d7848b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 9050f991-33d0-4f6e-984c-42c1cd3283db of type vxlan for network 6ca29fae-152b-42d0-ad20-cb359a179ae3 [pid: 7|app: 0|req: 241/485] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:44:43 2026] POST /v2.0/subnets => generated 690 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/486] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:44:43 2026] POST /v2.0/subnets => generated 695 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:44:43.970 7 INFO neutron.db.segments_db [None req-060c7105-35a4-4fec-9a2b-0c8170896911 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment a2ff7ada-8037-4e09-a165-2540283ee639 of type vxlan for network b06c1999-659e-43e8-b054-b31a0169a5e2 2026-04-09 14:44:43.987 8 INFO neutron.db.l3_hamode_db [None req-737f4222-e340-4528-9d1a-373d04d7848b d767e4e040a64100b7c1c42230c0418d d385715311104ff4a6355a949db3f518 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:44:44.187 7 INFO neutron.db.l3_hamode_db [None req-060c7105-35a4-4fec-9a2b-0c8170896911 d767e4e040a64100b7c1c42230c0418d fe4aba9a4fe8487daa7c1342d35593a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:44:44.841 8 INFO neutron.db.l3_hamode_db [None req-737f4222-e340-4528-9d1a-373d04d7848b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:44:44.954 7 INFO neutron.db.l3_hamode_db [None req-060c7105-35a4-4fec-9a2b-0c8170896911 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 245/487] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:44:43 2026] POST /v2.0/routers => generated 731 bytes in 2336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/488] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:44:43 2026] POST /v2.0/routers => generated 730 bytes in 2147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:44:46.118 7 INFO neutron.db.segments_db [None req-d52ce784-c58e-4631-a812-01477f0b67c0 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 5d054f9d-2c5e-4b55-9427-efc1b7ca62b0 of type vxlan for network 02694df3-d531-45a2-b45f-30c50f8df387 [pid: 8|app: 0|req: 246/489] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:44:46 2026] GET /v2.0/security-groups?tenant_id=af8a61dc86384fdf813aa09540d07162&name=default => generated 2922 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:44:46.325 7 INFO neutron.db.l3_hamode_db [None req-d52ce784-c58e-4631-a812-01477f0b67c0 d767e4e040a64100b7c1c42230c0418d 46c43d7dce4242cfa33aab9028333015 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:44:46.986 7 INFO neutron.db.l3_hamode_db [None req-d52ce784-c58e-4631-a812-01477f0b67c0 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 247/490] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:44:46 2026] PUT /v2.0/routers/2cfab5de-fa16-43a2-b0c8-be5f8db49374/add_router_interface => generated 309 bytes in 960 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/491] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:44:46 2026] POST /v2.0/routers => generated 735 bytes in 1710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/492] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:44:47 2026] DELETE /v2.0/security-groups/f9b451d6-0cd4-464a-a393-7803d321361e => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/493] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:44:47 2026] PUT /v2.0/routers/864f5ac4-e08a-4150-ae74-bb34d98d4004/add_router_interface => generated 309 bytes in 987 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/494] 10.0.0.52 () {38 vars in 970 bytes} [Thu Apr 9 14:44:48 2026] POST /v2.0/security-groups => generated 1680 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/495] 10.0.0.158 () {34 vars in 685 bytes} [Thu Apr 9 14:44:48 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: 251/496] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:44:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/497] 10.0.0.52 () {38 vars in 970 bytes} [Thu Apr 9 14:44:48 2026] POST /v2.0/security-groups => generated 1681 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/498] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:44:47 2026] PUT /v2.0/routers/42ba6f50-d943-4710-ae40-60e09bfd4081/add_router_interface => generated 309 bytes in 1289 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/499] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:44:49 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: 7|app: 0|req: 247/500] 10.0.0.52 () {38 vars in 970 bytes} [Thu Apr 9 14:44:49 2026] POST /v2.0/security-groups => generated 1682 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/501] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:44:49 2026] GET /v2.0/security-groups?tenant_id=d385715311104ff4a6355a949db3f518 => generated 7904 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/502] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:49 2026] GET /v2.0/security-groups/1fe25165-4bda-4b90-a119-0060401886a9 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/503] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:49 2026] GET /v2.0/security-groups/1fe25165-4bda-4b90-a119-0060401886a9 => 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: 251/504] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:49 2026] GET /v2.0/security-groups/6cacc38b-4559-4d71-9f67-d3e5d36b70d0 => generated 1680 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/505] 10.0.0.52 () {36 vars in 1012 bytes} [Thu Apr 9 14:44:49 2026] DELETE /v2.0/security-groups/6cacc38b-4559-4d71-9f67-d3e5d36b70d0 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:44:49.744 7 INFO neutron.api.v2.resource [req-020332e4-e0c6-4ca2-9dc6-0fe8750e443e req-519c784f-fa15-4499-93fe-055e5a878125 46dcd873eca146b69297d07f31a02ca3 d385715311104ff4a6355a949db3f518 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/506] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:49 2026] GET /v2.0/security-groups/6cacc38b-4559-4d71-9f67-d3e5d36b70d0 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/507] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:49 2026] GET /v2.0/security-groups/3c02aa56-9195-44c9-bd46-f7dde0d1c1a4 => generated 1681 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/508] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:44:49 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/509] 10.0.0.52 () {36 vars in 1012 bytes} [Thu Apr 9 14:44:49 2026] DELETE /v2.0/security-groups/3c02aa56-9195-44c9-bd46-f7dde0d1c1a4 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/510] 10.0.0.52 () {38 vars in 970 bytes} [Thu Apr 9 14:44:49 2026] POST /v2.0/security-groups => generated 1684 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 14:44:50.030 8 INFO neutron.api.v2.resource [req-3fd64940-fdfd-4e5a-bfa5-e58024b1cc00 req-01f28e88-ecc9-4208-8899-7c0af77e290e 46dcd873eca146b69297d07f31a02ca3 d385715311104ff4a6355a949db3f518 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 256/511] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:50 2026] GET /v2.0/security-groups/3c02aa56-9195-44c9-bd46-f7dde0d1c1a4 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/512] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:50 2026] GET /v2.0/security-groups/8b13f94b-12c3-4427-80b3-a9d038e0c368 => generated 1684 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/513] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:50 2026] GET /v2.0/security-groups/ebb84b2d-d0c4-43a1-b01d-29cb621629ed => generated 1682 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:44:50.141 7 INFO neutron.db.segments_db [None req-531f6b43-956c-44d2-81b0-e04fe4bbe962 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 26830eee-1d29-405c-9c18-7d117e728d93 of type vxlan for network c96d1c99-9db3-46bc-a482-f9adbef2ad92 [pid: 8|app: 0|req: 259/514] 10.0.0.52 () {38 vars in 980 bytes} [Thu Apr 9 14:44:50 2026] POST /v2.0/security-group-rules => 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: 256/515] 10.0.0.158 () {34 vars in 671 bytes} [Thu Apr 9 14:44:49 2026] POST /v2.0/networks => generated 732 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/516] 10.0.0.52 () {36 vars in 1012 bytes} [Thu Apr 9 14:44:50 2026] DELETE /v2.0/security-groups/ebb84b2d-d0c4-43a1-b01d-29cb621629ed => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/517] 10.0.0.52 () {38 vars in 970 bytes} [Thu Apr 9 14:44:50 2026] POST /v2.0/security-groups => generated 1684 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/518] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:44:50 2026] POST /v2.0/subnets => generated 698 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/519] 10.0.0.52 () {34 vars in 1099 bytes} [Thu Apr 9 14:44:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2116845631&fields=id&tenant_id=fe4aba9a4fe8487daa7c1342d35593a8 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:44:50.520 7 INFO neutron.api.v2.resource [req-0ad87fc0-48e0-4631-a63c-3c975139d1de req-1e9ba093-eae6-4c93-a326-5e781dfcc0ee 46dcd873eca146b69297d07f31a02ca3 d385715311104ff4a6355a949db3f518 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 258/520] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:50 2026] GET /v2.0/security-groups/ebb84b2d-d0c4-43a1-b01d-29cb621629ed => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:44:50.551 8 INFO neutron.db.segments_db [None req-f2b9561c-9325-4c5f-a6b4-3fd1781c26b1 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 37cd48dd-fecc-4049-8b7f-f2c6e83f4705 of type vxlan for network eaa1b4a6-37e3-46ce-ae64-ce3dba574715 [pid: 7|app: 0|req: 259/521] 10.0.0.52 () {34 vars in 981 bytes} [Thu Apr 9 14:44:50 2026] GET /v2.0/networks?id=db72da66-9f4c-4d3d-84bd-1fd2346135da => generated 675 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/522] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:50 2026] GET /v2.0/security-groups/04addc54-9854-40a6-8969-ace9827aed2c => generated 1684 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/523] 10.0.0.52 () {34 vars in 964 bytes} [Thu Apr 9 14:44:50 2026] GET /v2.0/quotas/fe4aba9a4fe8487daa7c1342d35593a8 => 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: 262/524] 10.0.0.52 () {38 vars in 980 bytes} [Thu Apr 9 14:44:50 2026] POST /v2.0/security-group-rules => generated 614 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:44:50.812 8 INFO neutron.db.l3_hamode_db [None req-f2b9561c-9325-4c5f-a6b4-3fd1781c26b1 d767e4e040a64100b7c1c42230c0418d 9ed8df4a84ce4f7abad2e63e8d5c3916 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 263/525] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:44:50 2026] GET /v2.0/ports?tenant_id=fe4aba9a4fe8487daa7c1342d35593a8&fields=id => generated 57 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/526] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:44:50 2026] GET /v2.0/security-groups?tenant_id=d385715311104ff4a6355a949db3f518 => generated 2921 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/527] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:50 2026] GET /v2.0/security-groups/1fe25165-4bda-4b90-a119-0060401886a9 => generated 2918 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/528] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:50 2026] GET /v2.0/security-groups/1fe25165-4bda-4b90-a119-0060401886a9 => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/529] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:50 2026] GET /v2.0/security-groups/04addc54-9854-40a6-8969-ace9827aed2c => generated 2309 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/530] 10.0.0.52 () {38 vars in 980 bytes} [Thu Apr 9 14:44:51 2026] POST /v2.0/security-group-rules => generated 619 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:44:51.164 7 INFO neutron.api.v2.resource [req-bf79ec61-b5e6-4ee0-8e5c-c8870324375c req-26ad4889-9ffd-4676-ae98-c4e5f48f3921 46dcd873eca146b69297d07f31a02ca3 d385715311104ff4a6355a949db3f518 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 269/531] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:51 2026] GET /v2.0/security-groups/ebb84b2d-d0c4-43a1-b01d-29cb621629ed => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/532] 10.0.0.52 () {34 vars in 906 bytes} [Thu Apr 9 14:44:51 2026] GET /v2.0/extensions => generated 21537 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/533] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:51 2026] GET /v2.0/security-groups/04addc54-9854-40a6-8969-ace9827aed2c => generated 2939 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/534] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Apr 9 14:44:51 2026] GET /v2.0/networks/db72da66-9f4c-4d3d-84bd-1fd2346135da?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:44:51.328 7 INFO neutron.api.v2.resource [req-490ad5ed-a1e5-4a7c-bf5d-0867883b84ed req-76c962f2-580a-4b62-915b-ea201e58e38c 46dcd873eca146b69297d07f31a02ca3 d385715311104ff4a6355a949db3f518 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 273/535] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:51 2026] GET /v2.0/security-groups/3c02aa56-9195-44c9-bd46-f7dde0d1c1a4 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/536] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Apr 9 14:44:51 2026] GET /v2.0/networks/db72da66-9f4c-4d3d-84bd-1fd2346135da?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: 275/537] 10.0.0.52 () {34 vars in 1000 bytes} [Thu Apr 9 14:44:51 2026] GET /v2.0/security-group-rules/95b84fcd-3a0f-4847-b040-59d397127c7b => generated 616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/538] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:51 2026] GET /v2.0/security-groups/04addc54-9854-40a6-8969-ace9827aed2c => generated 2939 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/539] 10.0.0.52 () {36 vars in 1022 bytes} [Thu Apr 9 14:44:51 2026] DELETE /v2.0/security-group-rules/95b84fcd-3a0f-4847-b040-59d397127c7b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:44:51.568 8 INFO neutron.db.l3_hamode_db [None req-f2b9561c-9325-4c5f-a6b4-3fd1781c26b1 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:44:51.581 7 INFO neutron.api.v2.resource [req-43e0cac1-aa95-464c-8b57-4b3a217384ed req-13455f8f-c840-4a3f-99ae-45b943e6c02b 46dcd873eca146b69297d07f31a02ca3 d385715311104ff4a6355a949db3f518 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 278/540] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:51 2026] GET /v2.0/security-groups/6cacc38b-4559-4d71-9f67-d3e5d36b70d0 => generated 146 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/541] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:44:51 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:44:52.357 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7ca9217-8276-4f59-9c6d-c50f73166dc7 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 34124738-5c68-47dd-ab4e-e1934858b855 2026-04-09 14:44:52.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7ca9217-8276-4f59-9c6d-c50f73166dc7 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 34124738-5c68-47dd-ab4e-e1934858b855 [pid: 7|app: 0|req: 280/542] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:44:51 2026] PUT /v2.0/routers/2cfab5de-fa16-43a2-b0c8-be5f8db49374/remove_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: 281/543] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:52 2026] GET /v2.0/security-groups/04addc54-9854-40a6-8969-ace9827aed2c => generated 2309 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/544] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:44:52 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => 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: 263/545] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:44:50 2026] POST /v2.0/routers => generated 738 bytes in 2456 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/546] 10.0.0.52 () {36 vars in 1012 bytes} [Thu Apr 9 14:44:52 2026] DELETE /v2.0/security-groups/04addc54-9854-40a6-8969-ace9827aed2c => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:44:53.116 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3b0d179-78e0-44f1-ae43-f1039edf9504 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 0301b2c2-f97c-4721-8d58-6f72fb2f23f9 2026-04-09 14:44:53.120 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3b0d179-78e0-44f1-ae43-f1039edf9504 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 0301b2c2-f97c-4721-8d58-6f72fb2f23f9 2026-04-09 14:44:53.372 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3b0d179-78e0-44f1-ae43-f1039edf9504 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 6c0ea7b7-5e80-49ae-b1bf-0c97816a1aab 2026-04-09 14:44:53.374 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3b0d179-78e0-44f1-ae43-f1039edf9504 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 6c0ea7b7-5e80-49ae-b1bf-0c97816a1aab 2026-04-09 14:44:53.455 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-b3b0d179-78e0-44f1-ae43-f1039edf9504 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - 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-09 14:44:53.817 7 INFO neutron.db.l3_hamode_db [None req-b3b0d179-78e0-44f1-ae43-f1039edf9504 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] HA network 6ca29fae-152b-42d0-ad20-cb359a179ae3 was deleted as no HA routers are present in tenant d385715311104ff4a6355a949db3f518. [pid: 7|app: 0|req: 283/547] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:44:52 2026] DELETE /v2.0/routers/2cfab5de-fa16-43a2-b0c8-be5f8db49374 => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/548] 10.0.0.52 () {34 vars in 990 bytes} [Thu Apr 9 14:44:53 2026] GET /v2.0/security-groups/8b13f94b-12c3-4427-80b3-a9d038e0c368 => generated 2309 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/551] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:44:53 2026] DELETE /v2.0/subnets/bfb133a8-5574-4488-8e35-a57d2ffa8818 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/552] 10.0.0.52 () {36 vars in 1012 bytes} [Thu Apr 9 14:44:54 2026] DELETE /v2.0/security-groups/8b13f94b-12c3-4427-80b3-a9d038e0c368 => 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: 265/553] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:44:53 2026] PUT /v2.0/routers/198426ad-f8bc-447e-b2d7-0b3643b72d98/add_router_interface => generated 309 bytes in 1103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/554] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:44:54 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:44:54.193 7 INFO neutron.services.segments.plugin [-] Segment 9050f991-33d0-4f6e-984c-42c1cd3283db resource provider aggregate not found 2026-04-09 14:44:54.214 7 INFO neutron.services.segments.plugin [-] Segment 9050f991-33d0-4f6e-984c-42c1cd3283db resource provider aggregate not found 2026-04-09 14:44:54.229 7 INFO neutron.services.segments.plugin [-] Segment 9050f991-33d0-4f6e-984c-42c1cd3283db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9050f991-33d0-4f6e-984c-42c1cd3283db found for delete ", "request_id": "req-c98fc3bd-c27f-4d1d-b0db-e6fc8cedb1af"}]} 2026-04-09 14:44:54.233 7 INFO neutron.services.segments.plugin [-] Segment 9050f991-33d0-4f6e-984c-42c1cd3283db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9050f991-33d0-4f6e-984c-42c1cd3283db found for delete ", "request_id": "req-bee10cee-8494-4790-ba14-8ee0d6a2aff4"}]} 2026-04-09 14:44:54.259 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d69b84e-6a48-4bbc-80a2-9552f9307800 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 4477cc71-b8ab-4c44-90f5-6495f8833393 2026-04-09 14:44:54.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d69b84e-6a48-4bbc-80a2-9552f9307800 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 4477cc71-b8ab-4c44-90f5-6495f8833393 [pid: 7|app: 0|req: 289/555] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:44:54 2026] DELETE /v2.0/networks/acee2f7b-410e-454e-ad97-7b84982b3f7e => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/556] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:44:54 2026] GET /v2.0/security-groups?tenant_id=d385715311104ff4a6355a949db3f518&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:44:54.690 8 INFO neutron_taas.services.taas.taas_plugin [None req-2261c8a9-b91d-4e7b-a4bb-8b0c810adc33 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: e0e09ced-4223-4a61-ad88-4ee7b5516516 2026-04-09 14:44:54.699 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2261c8a9-b91d-4e7b-a4bb-8b0c810adc33 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: e0e09ced-4223-4a61-ad88-4ee7b5516516 [pid: 7|app: 0|req: 291/557] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:44:54 2026] DELETE /v2.0/security-groups/1fe25165-4bda-4b90-a119-0060401886a9 => 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: 292/558] 10.0.0.158 () {34 vars in 685 bytes} [Thu Apr 9 14:44:54 2026] POST /v2.0/security-groups => generated 1660 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/559] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:44:54 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: 294/560] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:44:54 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/561] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:44:54 2026] PUT /v2.0/routers/42ba6f50-d943-4710-ae40-60e09bfd4081/remove_router_interface => generated 309 bytes in 1052 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:44:55.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bcea10d-e427-46c8-af55-38282c803f56 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 835d09d2-2a9a-416d-ad28-bcdd5a70e2cd 2026-04-09 14:44:55.394 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bcea10d-e427-46c8-af55-38282c803f56 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 835d09d2-2a9a-416d-ad28-bcdd5a70e2cd 2026-04-09 14:44:55.667 8 INFO neutron_taas.services.taas.taas_plugin [None req-5bcea10d-e427-46c8-af55-38282c803f56 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 1a2585a1-c7f1-4ba6-900a-ae36b8c66139 2026-04-09 14:44:55.669 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5bcea10d-e427-46c8-af55-38282c803f56 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 1a2585a1-c7f1-4ba6-900a-ae36b8c66139 [pid: 7|app: 0|req: 295/562] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:44:55 2026] POST /v2.0/floatingips => generated 552 bytes in 588 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/563] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:44:55 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:44:55.756 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-5bcea10d-e427-46c8-af55-38282c803f56 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - 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-09 14:44:56.116 8 INFO neutron.db.l3_hamode_db [None req-5bcea10d-e427-46c8-af55-38282c803f56 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] HA network 02694df3-d531-45a2-b45f-30c50f8df387 was deleted as no HA routers are present in tenant 46c43d7dce4242cfa33aab9028333015. [pid: 8|app: 0|req: 268/564] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:44:55 2026] DELETE /v2.0/routers/42ba6f50-d943-4710-ae40-60e09bfd4081 => generated 0 bytes in 881 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/565] 10.0.0.52 () {34 vars in 1097 bytes} [Thu Apr 9 14:44:56 2026] GET /v2.0/security-groups?name=tempest-securitygroup--317226610&fields=id&tenant_id=9ed8df4a84ce4f7abad2e63e8d5c3916 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/566] 10.0.0.52 () {34 vars in 981 bytes} [Thu Apr 9 14:44:56 2026] GET /v2.0/networks?id=c96d1c99-9db3-46bc-a482-f9adbef2ad92 => generated 683 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:44:56.257 7 INFO neutron.services.segments.plugin [-] Segment b76eca51-638e-4457-9a64-da665e2b03a4 resource provider aggregate not found 2026-04-09 14:44:56.266 7 INFO neutron.services.segments.plugin [-] Segment b76eca51-638e-4457-9a64-da665e2b03a4 resource provider aggregate not found [pid: 8|app: 0|req: 271/567] 10.0.0.52 () {34 vars in 964 bytes} [Thu Apr 9 14:44:56 2026] GET /v2.0/quotas/9ed8df4a84ce4f7abad2e63e8d5c3916 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:44:56.279 7 INFO neutron.services.segments.plugin [-] Segment b76eca51-638e-4457-9a64-da665e2b03a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b76eca51-638e-4457-9a64-da665e2b03a4 found for delete ", "request_id": "req-82baa384-f9d3-48a1-be86-07b209d77450"}]} 2026-04-09 14:44:56.284 7 INFO neutron.services.segments.plugin [-] Segment b76eca51-638e-4457-9a64-da665e2b03a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b76eca51-638e-4457-9a64-da665e2b03a4 found for delete ", "request_id": "req-c1a8dbc1-19dc-410a-8f34-ecc323131bdc"}]} [pid: 7|app: 0|req: 297/568] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:44:56 2026] DELETE /v2.0/subnets/55f1ef62-7d65-4089-9ae9-984a906ebcbc => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/569] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:44:56 2026] GET /v2.0/ports?tenant_id=9ed8df4a84ce4f7abad2e63e8d5c3916&fields=id => generated 57 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:44:56.430 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3a9ac0f-2d3d-4999-a25a-0364f5ceec02 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: a343c50f-cf5d-49e2-a5cb-7fad32a386b8 2026-04-09 14:44:56.432 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3a9ac0f-2d3d-4999-a25a-0364f5ceec02 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: a343c50f-cf5d-49e2-a5cb-7fad32a386b8 2026-04-09 14:44:56.572 8 INFO neutron.services.segments.plugin [-] Segment 5d054f9d-2c5e-4b55-9427-efc1b7ca62b0 resource provider aggregate not found 2026-04-09 14:44:56.587 8 INFO neutron.services.segments.plugin [-] Segment 5d054f9d-2c5e-4b55-9427-efc1b7ca62b0 resource provider aggregate not found 2026-04-09 14:44:56.599 8 INFO neutron.services.segments.plugin [-] Segment 5d054f9d-2c5e-4b55-9427-efc1b7ca62b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d054f9d-2c5e-4b55-9427-efc1b7ca62b0 found for delete ", "request_id": "req-1e121e33-9022-4314-ab16-b74b8ee760f9"}]} 2026-04-09 14:44:56.609 8 INFO neutron.services.segments.plugin [-] Segment 5d054f9d-2c5e-4b55-9427-efc1b7ca62b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d054f9d-2c5e-4b55-9427-efc1b7ca62b0 found for delete ", "request_id": "req-c5ec8efb-9903-4202-856e-7d8cc060e0c7"}]} [pid: 7|app: 0|req: 298/570] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:44:56 2026] DELETE /v2.0/networks/f6feb424-b3b9-4cfc-95f0-0d79cecd8cb6 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/571] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:44:56 2026] GET /v2.0/networks?id=db72da66-9f4c-4d3d-84bd-1fd2346135da => generated 675 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/572] 199.204.45.95 () {34 vars in 910 bytes} [Thu Apr 9 14:44:56 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/573] 199.204.45.95 () {34 vars in 1049 bytes} [Thu Apr 9 14:44:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fe4aba9a4fe8487daa7c1342d35593a8 => generated 181 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/574] 10.0.0.52 () {34 vars in 906 bytes} [Thu Apr 9 14:44:56 2026] GET /v2.0/extensions => generated 21537 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/575] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:44:56 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => 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: 302/576] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:44:56 2026] GET /v2.0/security-groups?tenant_id=46c43d7dce4242cfa33aab9028333015&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/577] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Apr 9 14:44:56 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?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: 304/578] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:44:56 2026] DELETE /v2.0/security-groups/b85cadb9-a78b-41da-ae67-e77113c6e7fc => 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: 275/579] 199.204.45.95 () {38 vars in 954 bytes} [Thu Apr 9 14:44:56 2026] POST /v2.0/ports => generated 954 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/580] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Apr 9 14:44:57 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 276/581] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:44:57 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => 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: 277/582] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:44:58 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => 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: 306/583] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:44:57 2026] PUT /v2.0/ports/cb29fe51-292e-4bbc-98f2-6ae70b1d4c68 => generated 1235 bytes in 588 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/584] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:44:58 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&fields=id&fields=name => generated 114 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:44:58.307 7 INFO neutron.services.segments.plugin [-] Segment 3dd393d6-dd95-4941-9d8d-1e9265aaca38 resource provider aggregate not found 2026-04-09 14:44:58.312 7 INFO neutron.services.segments.plugin [-] Segment 3dd393d6-dd95-4941-9d8d-1e9265aaca38 resource provider aggregate not found 2026-04-09 14:44:58.329 7 INFO neutron.services.segments.plugin [-] Segment 3dd393d6-dd95-4941-9d8d-1e9265aaca38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dd393d6-dd95-4941-9d8d-1e9265aaca38 found for delete ", "request_id": "req-22702c2b-acd7-459e-adec-b67131eb7ac6"}]} 2026-04-09 14:44:58.333 7 INFO neutron.services.segments.plugin [-] Segment 3dd393d6-dd95-4941-9d8d-1e9265aaca38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3dd393d6-dd95-4941-9d8d-1e9265aaca38 found for delete ", "request_id": "req-c850a101-8bf7-4c27-bf77-af91ce2f336b"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 307/585] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:44:58 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:44:58.726 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-13721afb-0bb0-49ea-a908-08cca2ba3d43'] response: {'name': 'network-changed', 'server_uuid': '0f75c06c-2300-4cfc-8f78-8c932bf8efc6', 'tag': 'cb29fe51-292e-4bbc-98f2-6ae70b1d4c68', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 279/586] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:44:59 2026] GET /v2.0/ports?tenant_id=fe4aba9a4fe8487daa7c1342d35593a8&device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 1238 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/587] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:44:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=cb29fe51-292e-4bbc-98f2-6ae70b1d4c68 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/588] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:44:59 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/589] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:44:59 2026] GET /v2.0/subnets?id=48f846c6-bbbd-4e43-9098-2e6738e430dc => generated 693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 281/590] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:44:59 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&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: 310/591] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:44:59 2026] GET /v2.0/ports?network_id=db72da66-9f4c-4d3d-84bd-1fd2346135da&device_owner=network%3Adhcp => generated 12 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/592] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:44:59 2026] GET /v2.0/networks/db72da66-9f4c-4d3d-84bd-1fd2346135da?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: 311/593] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:44:59 2026] GET /v2.0/networks/db72da66-9f4c-4d3d-84bd-1fd2346135da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/594] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:44:59 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => 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: 284/595] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:00 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 969 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/596] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:00 2026] GET /v2.0/security-groups?tenant_id=e881c9ce0355433daee3368bb8fdf8bc&name=default => generated 2925 bytes in 368 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/597] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:00 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/598] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:45:00 2026] GET /v2.0/ports?tenant_id=fe4aba9a4fe8487daa7c1342d35593a8&device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/599] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:45:00 2026] GET /v2.0/networks?id=db72da66-9f4c-4d3d-84bd-1fd2346135da => generated 770 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/600] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:00 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => 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: 313/601] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:00 2026] DELETE /v2.0/security-groups/a11bb1b3-0e30-46da-abf5-c422d64f9646 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/602] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:45:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=cb29fe51-292e-4bbc-98f2-6ae70b1d4c68 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/603] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:45:00 2026] GET /v2.0/subnets?id=48f846c6-bbbd-4e43-9098-2e6738e430dc => generated 693 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/604] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:45:00 2026] GET /v2.0/ports?network_id=db72da66-9f4c-4d3d-84bd-1fd2346135da&device_owner=network%3Adhcp => 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: 315/605] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:45:00 2026] GET /v2.0/networks/db72da66-9f4c-4d3d-84bd-1fd2346135da?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/606] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:45:00 2026] GET /v2.0/networks/db72da66-9f4c-4d3d-84bd-1fd2346135da?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: 316/607] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:00 2026] GET /v2.0/security-groups?tenant_id=2583878bcffe4fbfa49198a780d00025&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/608] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:01 2026] DELETE /v2.0/security-groups/363aa71a-cd00-4780-8bd2-3d3b2523ccc7 => 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: 317/609] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:45:01 2026] GET /v2.0/networks?id=c96d1c99-9db3-46bc-a482-f9adbef2ad92 => generated 683 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/610] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:01 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 969 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/611] 199.204.45.95 () {34 vars in 1049 bytes} [Thu Apr 9 14:45:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=9ed8df4a84ce4f7abad2e63e8d5c3916 => generated 180 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/612] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:01 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/613] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:01 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => 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: 319/614] 199.204.45.95 () {38 vars in 954 bytes} [Thu Apr 9 14:45:01 2026] POST /v2.0/ports => generated 958 bytes in 485 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: 296/615] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:45:02 2026] PUT /v2.0/ports/ff91ef34-6d82-4654-bca6-8237b5335ba3 => generated 1239 bytes in 690 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: 320/616] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:02 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 969 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/617] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:02 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/618] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:02 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/619] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:02 2026] GET /v2.0/security-groups?id=5b462407-4b69-4142-971a-8e47dadd53b5&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-09 14:45:03.455 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a2257f35-e4a4-4fec-9efd-3d8565ae8039'] response: {'name': 'network-changed', 'server_uuid': '78fd0815-86a3-4454-8078-55dfd6f01400', 'tag': 'ff91ef34-6d82-4654-bca6-8237b5335ba3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 299/620] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:45:03 2026] GET /v2.0/ports?tenant_id=9ed8df4a84ce4f7abad2e63e8d5c3916&device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/621] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:45:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ff91ef34-6d82-4654-bca6-8237b5335ba3 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/622] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:03 2026] GET /v2.0/security-groups?tenant_id=6aaab7d32d7240a887f06f87dbcba6fb&name=default => generated 2925 bytes in 295 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/623] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:45:03 2026] GET /v2.0/subnets?id=8af9f18d-4df4-4d7e-8261-0c86806a9cac => generated 701 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/624] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:45:04 2026] GET /v2.0/ports?network_id=c96d1c99-9db3-46bc-a482-f9adbef2ad92&device_owner=network%3Adhcp => 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: 323/625] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:03 2026] DELETE /v2.0/security-groups/5c42e3fc-687b-42b0-aeb6-5f65d17025bf => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/626] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:04 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 969 bytes in 54 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.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:04 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 973 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/628] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:45:04 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/629] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:04 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/630] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:04 2026] GET /v2.0/security-groups?id=5b462407-4b69-4142-971a-8e47dadd53b5&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: 306/631] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:45:04 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/632] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:04 2026] GET /v2.0/security-groups?tenant_id=8140070fd7404b3f9bad6e0867fc9870&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/633] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:04 2026] DELETE /v2.0/security-groups/bbb3b85c-eee5-41bd-9e36-489e7de45057 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/634] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:45:04 2026] GET /v2.0/ports?tenant_id=9ed8df4a84ce4f7abad2e63e8d5c3916&device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/635] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:45:04 2026] GET /v2.0/networks?id=c96d1c99-9db3-46bc-a482-f9adbef2ad92 => generated 779 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/636] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:45:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ff91ef34-6d82-4654-bca6-8237b5335ba3 => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/637] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:45:05 2026] GET /v2.0/subnets?id=8af9f18d-4df4-4d7e-8261-0c86806a9cac => generated 701 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/638] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:45:05 2026] GET /v2.0/ports?network_id=c96d1c99-9db3-46bc-a482-f9adbef2ad92&device_owner=network%3Adhcp => 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: 310/639] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:45:05 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?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: 330/640] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:45:05 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/641] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:05 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/642] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:05 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 969 bytes in 52 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.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:05 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&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: 332/644] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:05 2026] GET /v2.0/security-groups?id=5b462407-4b69-4142-971a-8e47dadd53b5&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: 313/645] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:06 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/646] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:06 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/647] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:06 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/648] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:06 2026] GET /v2.0/security-groups?id=5b462407-4b69-4142-971a-8e47dadd53b5&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: 315/649] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:07 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => 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: 316/650] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:07 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/651] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:07 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/652] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:07 2026] GET /v2.0/security-groups?id=5b462407-4b69-4142-971a-8e47dadd53b5&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: 319/655] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:08 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/656] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:08 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/657] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:08 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&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: 338/658] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:08 2026] GET /v2.0/security-groups?id=5b462407-4b69-4142-971a-8e47dadd53b5&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: 321/659] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:09 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 975 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/660] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:09 2026] GET /v2.0/security-groups?tenant_id=42e852b181d84e6abb38237e3cb87c1f&name=default => generated 2925 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/661] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:09 2026] DELETE /v2.0/security-groups/fc6fdd0e-3600-4e06-9a3b-a1df2a63fffb => 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: 324/662] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:09 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/663] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:10 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/664] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:10 2026] GET /v2.0/security-groups?tenant_id=e8ce83811dea44c59f0c86fe23f33b8b&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/665] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:10 2026] DELETE /v2.0/security-groups/b315d8fb-5cf7-467d-9c98-081ea1b63969 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:45:10.367 7 INFO neutron.db.l3_db [None req-251beace-058e-480e-b4ac-c9169b473901 14ec59b79f6f4e71b6b7a3537a50189c 9ed8df4a84ce4f7abad2e63e8d5c3916 - - default default] Floating IP 86e53a76-c8b4-487a-a0e6-0e6bfa0090dd associated. External IP: 10.96.250.211, port: ff91ef34-6d82-4654-bca6-8237b5335ba3. [pid: 7|app: 0|req: 339/666] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:45:09 2026] PUT /v2.0/floatingips/86e53a76-c8b4-487a-a0e6-0e6bfa0090dd => generated 856 bytes in 1537 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:10.765 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d741d412-25ac-4193-a5f6-908278b3a66b'] response: {'name': 'network-changed', 'server_uuid': '78fd0815-86a3-4454-8078-55dfd6f01400', 'tag': 'ff91ef34-6d82-4654-bca6-8237b5335ba3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 328/667] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:10 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/668] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:10 2026] GET /v2.0/security-groups?id=5b462407-4b69-4142-971a-8e47dadd53b5&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: 329/669] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:11 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/670] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:11 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&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: 330/671] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:45:11 2026] GET /v2.0/ports?tenant_id=9ed8df4a84ce4f7abad2e63e8d5c3916&device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 1244 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/672] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:45:11 2026] GET /v2.0/networks?id=c96d1c99-9db3-46bc-a482-f9adbef2ad92 => generated 779 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/673] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:11 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/674] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:45:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ff91ef34-6d82-4654-bca6-8237b5335ba3 => generated 859 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/675] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:45:11 2026] GET /v2.0/subnets?id=8af9f18d-4df4-4d7e-8261-0c86806a9cac => generated 701 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/676] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:45:11 2026] GET /v2.0/ports?network_id=c96d1c99-9db3-46bc-a482-f9adbef2ad92&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: 346/677] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:45:11 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?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: 347/678] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:45:11 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:45:11.992 8 INFO neutron.db.l3_db [None req-db5777fd-0e10-4e0f-9e8e-f3d1b6c94c1d c0d07bc5567d4fac85bc6e845a900c65 fe4aba9a4fe8487daa7c1342d35593a8 - - default default] Floating IP 8291fc1e-5e7c-4e06-a880-1d9f906d5d91 associated. External IP: 10.96.250.213, port: cb29fe51-292e-4bbc-98f2-6ae70b1d4c68. [pid: 8|app: 0|req: 332/679] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:45:11 2026] PUT /v2.0/floatingips/8291fc1e-5e7c-4e06-a880-1d9f906d5d91 => generated 855 bytes in 829 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.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:11 2026] GET /v2.0/security-groups?tenant_id=9b611b3bfda9430e8cf5aba0041b8545&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:45:12.330 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f4ea1489-390e-4a04-a5ff-871e75f442ea'] response: {'name': 'network-changed', 'server_uuid': '0f75c06c-2300-4cfc-8f78-8c932bf8efc6', 'tag': 'cb29fe51-292e-4bbc-98f2-6ae70b1d4c68', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 333/681] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:12 2026] DELETE /v2.0/security-groups/90df1d86-7336-41a4-ac21-56d5a84d9ecf => 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: 349/682] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:12 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => 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: 334/683] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:12 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/684] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:12 2026] GET /v2.0/security-groups?tenant_id=ab599ad8a0ef432c9f3ed82e1e0d25a7&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/685] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:12 2026] DELETE /v2.0/security-groups/e8f274d3-d5d1-4a40-a919-593962f084e1 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/686] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:45:12 2026] GET /v2.0/ports?tenant_id=fe4aba9a4fe8487daa7c1342d35593a8&device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 1240 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/687] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:12 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/688] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:12 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&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: 337/689] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:45:12 2026] GET /v2.0/networks?id=db72da66-9f4c-4d3d-84bd-1fd2346135da => generated 770 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/690] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:45:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=cb29fe51-292e-4bbc-98f2-6ae70b1d4c68 => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/691] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:45:13 2026] GET /v2.0/subnets?id=48f846c6-bbbd-4e43-9098-2e6738e430dc => generated 693 bytes in 26 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.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:45:13 2026] GET /v2.0/ports?network_id=db72da66-9f4c-4d3d-84bd-1fd2346135da&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/693] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:45:13 2026] GET /v2.0/networks/db72da66-9f4c-4d3d-84bd-1fd2346135da?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: 355/694] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:45:13 2026] GET /v2.0/networks/db72da66-9f4c-4d3d-84bd-1fd2346135da?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: 340/695] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:14 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => 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: 356/696] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:14 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/697] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:14 2026] GET /v2.0/security-groups?tenant_id=abf768e6fee14901aac09bce316411ef&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/698] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:14 2026] DELETE /v2.0/security-groups/36804455-bb69-4d24-b4c3-dc5393f70c37 => 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: 342/699] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:15 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/700] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:15 2026] GET /v2.0/security-groups?id=ec3f5390-63dc-443e-9fa9-08c6cbae1f24&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: 358/701] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:15 2026] GET /v2.0/security-groups?tenant_id=783607704fb54e7fb2151749b2b5846e&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/702] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:15 2026] DELETE /v2.0/security-groups/554d8404-d3ca-4047-9ffb-0faec209d46f => 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: 344/703] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:15 2026] GET /v2.0/security-groups?tenant_id=923f85379a15430a864ac20ddfd2fe55&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: 345/704] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:45:15 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/705] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:15 2026] DELETE /v2.0/security-groups/48c82cc2-c26d-402e-8284-451e08442c50 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:45:15.778 8 INFO neutron_taas.services.taas.taas_plugin [req-f32127de-f40f-440b-843d-088364cba061 req-4fb12cb6-ce3d-4cd7-82b0-85d4db0cb1a7 c0d07bc5567d4fac85bc6e845a900c65 fe4aba9a4fe8487daa7c1342d35593a8 - - default default] TaaS: Handle Delete Port: cb29fe51-292e-4bbc-98f2-6ae70b1d4c68 2026-04-09 14:45:15.784 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f32127de-f40f-440b-843d-088364cba061 req-4fb12cb6-ce3d-4cd7-82b0-85d4db0cb1a7 c0d07bc5567d4fac85bc6e845a900c65 fe4aba9a4fe8487daa7c1342d35593a8 - - default default] Tap Mirror: Handle Delete Port: cb29fe51-292e-4bbc-98f2-6ae70b1d4c68 2026-04-09 14:45:16.005 8 INFO neutron.db.l3_db [req-f32127de-f40f-440b-843d-088364cba061 req-4fb12cb6-ce3d-4cd7-82b0-85d4db0cb1a7 c0d07bc5567d4fac85bc6e845a900c65 fe4aba9a4fe8487daa7c1342d35593a8 - - default default] Floating IP 8291fc1e-5e7c-4e06-a880-1d9f906d5d91 disassociated. External IP: 10.96.250.213, port: cb29fe51-292e-4bbc-98f2-6ae70b1d4c68. [pid: 8|app: 0|req: 346/706] 199.204.45.95 () {36 vars in 996 bytes} [Thu Apr 9 14:45:15 2026] DELETE /v2.0/ports/cb29fe51-292e-4bbc-98f2-6ae70b1d4c68 => generated 0 bytes in 743 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/707] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:16 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:45:16.423 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0a5ff80b-4d52-476c-8a95-5ebbe17e911e'] response: {'server_uuid': '0f75c06c-2300-4cfc-8f78-8c932bf8efc6', 'name': 'network-vif-deleted', 'tag': 'cb29fe51-292e-4bbc-98f2-6ae70b1d4c68', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 362/708] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:17 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:45:17.797 8 INFO neutron.db.segments_db [None req-66557116-82c8-45e5-8b4f-3a6893e26dbd 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Added segment 14277231-3040-42f7-a9aa-17530c5320fe of type vxlan for network 3a17d845-380d-42d5-ad34-45a2dc4029f0 [pid: 8|app: 0|req: 347/709] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:17 2026] POST /v2.0/networks => generated 631 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/710] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:17 2026] POST /v2.0/subnets => generated 627 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:18.240 8 INFO neutron.db.segments_db [None req-e7af3ca2-f335-4ee3-9441-951e81f28278 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Added segment 096dcbda-4e9d-423e-9b63-0f535bb02fab of type vxlan for network ac6c0363-6b6b-4db8-beea-7b0ba6db233d 2026-04-09 14:45:18.476 8 INFO neutron.db.l3_hamode_db [None req-e7af3ca2-f335-4ee3-9441-951e81f28278 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 364/711] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:18 2026] GET /v2.0/ports?device_id=0f75c06c-2300-4cfc-8f78-8c932bf8efc6 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:45:19.230 8 INFO neutron.db.l3_hamode_db [None req-e7af3ca2-f335-4ee3-9441-951e81f28278 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 365/712] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:19 2026] DELETE /v2.0/security-groups/ec3f5390-63dc-443e-9fa9-08c6cbae1f24 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:45:19.867 7 INFO neutron.api.v2.resource [None req-85c6c31f-75e6-4698-b7c7-6f07195df2f8 c0d07bc5567d4fac85bc6e845a900c65 fe4aba9a4fe8487daa7c1342d35593a8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 366/713] 10.0.0.158 () {32 vars in 737 bytes} [Thu Apr 9 14:45:19 2026] GET /v2.0/security-groups/ec3f5390-63dc-443e-9fa9-08c6cbae1f24 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:45:19.988 7 INFO neutron_taas.services.taas.taas_plugin [None req-24ae4a86-59af-47db-aac4-d1442d3e1783 c0d07bc5567d4fac85bc6e845a900c65 fe4aba9a4fe8487daa7c1342d35593a8 - - default default] TaaS: Handle Delete Port: 2c627d51-5310-4ca8-a736-5ddd0cbf489b 2026-04-09 14:45:19.991 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24ae4a86-59af-47db-aac4-d1442d3e1783 c0d07bc5567d4fac85bc6e845a900c65 fe4aba9a4fe8487daa7c1342d35593a8 - - default default] Tap Mirror: Handle Delete Port: 2c627d51-5310-4ca8-a736-5ddd0cbf489b [pid: 7|app: 0|req: 367/714] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:45:19 2026] DELETE /v2.0/floatingips/8291fc1e-5e7c-4e06-a880-1d9f906d5d91 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/715] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:18 2026] POST /v2.0/routers => generated 695 bytes in 1986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:20.514 7 INFO neutron_taas.services.taas.taas_plugin [None req-ca31db47-bad2-4886-a5d6-f0ace83e4ae0 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: f82a4af5-209c-41a8-97d1-06cc5c83883f 2026-04-09 14:45:20.517 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca31db47-bad2-4886-a5d6-f0ace83e4ae0 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: f82a4af5-209c-41a8-97d1-06cc5c83883f [pid: 7|app: 0|req: 368/716] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:45:20 2026] PUT /v2.0/routers/864f5ac4-e08a-4150-ae74-bb34d98d4004/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:21.208 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc09172e-ebc6-43c2-b370-befa9c896518 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 76faba69-ff62-40d2-84f5-7604d07e83fe 2026-04-09 14:45:21.211 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc09172e-ebc6-43c2-b370-befa9c896518 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 76faba69-ff62-40d2-84f5-7604d07e83fe [pid: 8|app: 0|req: 349/717] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:45:20 2026] PUT /v2.0/routers/ac48e3b5-d894-4ebb-953c-fb0ca752f16c/add_router_interface => generated 309 bytes in 1273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:21.457 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc09172e-ebc6-43c2-b370-befa9c896518 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 701e3a23-0816-4c6f-9f8e-84ab10db493c 2026-04-09 14:45:21.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc09172e-ebc6-43c2-b370-befa9c896518 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 701e3a23-0816-4c6f-9f8e-84ab10db493c [pid: 8|app: 0|req: 350/718] 10.0.0.137 () {34 vars in 990 bytes} [Thu Apr 9 14:45:21 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 1244 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:45:21.794 7 INFO neutron.services.segments.plugin [-] Segment a2ff7ada-8037-4e09-a165-2540283ee639 resource provider aggregate not found 2026-04-09 14:45:21.803 7 INFO neutron.services.segments.plugin [-] Segment a2ff7ada-8037-4e09-a165-2540283ee639 resource provider aggregate not found [pid: 8|app: 0|req: 351/719] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:21 2026] GET /v2.0/security-groups?tenant_id=1076c51fa38d462494e5ae98aee46c59&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:45:21.816 7 INFO neutron.services.segments.plugin [-] Segment a2ff7ada-8037-4e09-a165-2540283ee639 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2ff7ada-8037-4e09-a165-2540283ee639 found for delete ", "request_id": "req-688ec7f5-c824-4ad4-84c8-5b64cf241653"}]} 2026-04-09 14:45:21.822 7 INFO neutron.services.segments.plugin [-] Segment a2ff7ada-8037-4e09-a165-2540283ee639 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2ff7ada-8037-4e09-a165-2540283ee639 found for delete ", "request_id": "req-1c710a8d-cd55-415c-855b-207d2c4c3395"}]} 2026-04-09 14:45:21.833 7 INFO neutron.db.l3_hamode_db [None req-dc09172e-ebc6-43c2-b370-befa9c896518 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] HA network b06c1999-659e-43e8-b054-b31a0169a5e2 was deleted as no HA routers are present in tenant fe4aba9a4fe8487daa7c1342d35593a8. [pid: 7|app: 0|req: 369/720] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:21 2026] DELETE /v2.0/routers/864f5ac4-e08a-4150-ae74-bb34d98d4004 => generated 0 bytes in 818 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/721] 10.0.0.137 () {34 vars in 1040 bytes} [Thu Apr 9 14:45:21 2026] GET /v2.0/security-groups?id=5b462407-4b69-4142-971a-8e47dadd53b5&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: 371/722] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:21 2026] DELETE /v2.0/security-groups/d93788a8-f32d-4a92-81fd-1e50bfd131c2 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/723] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:21 2026] DELETE /v2.0/subnets/48f846c6-bbbd-4e43-9098-2e6738e430dc => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/724] 10.0.0.158 () {34 vars in 665 bytes} [Thu Apr 9 14:45:21 2026] POST /v2.0/ports => generated 954 bytes in 378 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 14:45:22.259 8 INFO neutron_taas.services.taas.taas_plugin [None req-443657eb-f27e-42e3-a0c0-5dffd11b0c02 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 685cba6f-4513-4738-8f3f-5a96c71ff30f [pid: 7|app: 0|req: 373/725] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:22 2026] GET /v2.0/security-groups?tenant_id=ac01b2caf01a46e99d5474b644cba458&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:45:22.262 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-443657eb-f27e-42e3-a0c0-5dffd11b0c02 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 685cba6f-4513-4738-8f3f-5a96c71ff30f 2026-04-09 14:45:22.429 8 INFO neutron.services.segments.plugin [-] Segment 02bf291b-5859-48c1-9940-11aca16c5bcc resource provider aggregate not found 2026-04-09 14:45:22.440 8 INFO neutron.services.segments.plugin [-] Segment 02bf291b-5859-48c1-9940-11aca16c5bcc resource provider aggregate not found 2026-04-09 14:45:22.445 8 INFO neutron.services.segments.plugin [-] Segment 02bf291b-5859-48c1-9940-11aca16c5bcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02bf291b-5859-48c1-9940-11aca16c5bcc found for delete ", "request_id": "req-142dfae2-8865-41ca-b487-835ca38ba8d0"}]} 2026-04-09 14:45:22.459 8 INFO neutron.services.segments.plugin [-] Segment 02bf291b-5859-48c1-9940-11aca16c5bcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02bf291b-5859-48c1-9940-11aca16c5bcc found for delete ", "request_id": "req-fc219481-8901-4584-9803-e011042acc20"}]} [pid: 8|app: 0|req: 353/726] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:22 2026] DELETE /v2.0/networks/db72da66-9f4c-4d3d-84bd-1fd2346135da => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/727] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:22 2026] DELETE /v2.0/security-groups/8d6d9cbe-a6fa-4f82-bbf6-4b6e47b81f6a => 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: 374/728] 10.0.0.158 () {34 vars in 665 bytes} [Thu Apr 9 14:45:22 2026] POST /v2.0/ports => generated 955 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 355/729] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:22 2026] GET /v2.0/security-groups?tenant_id=fe4aba9a4fe8487daa7c1342d35593a8&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/730] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:22 2026] DELETE /v2.0/security-groups/9a27afd4-04d2-4b23-9134-72de5b202b03 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:45:23.346 7 INFO neutron.db.l3_db [None req-00f474f7-c0df-44c6-abc2-c6e1c906f22f 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Floating IP 818420bb-a414-41a5-b07c-9559e356ee10 associated. External IP: 10.96.250.206, port: 7aeb827a-0d8a-40ed-8306-19bdff1a4da1. [pid: 7|app: 0|req: 375/731] 10.0.0.158 () {34 vars in 677 bytes} [Thu Apr 9 14:45:22 2026] POST /v2.0/floatingips => generated 842 bytes in 906 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:23.655 8 INFO neutron.db.l3_db [None req-657921a9-4753-4b92-b0d5-c90993a70302 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Floating IP 818420bb-a414-41a5-b07c-9559e356ee10 disassociated. External IP: 10.96.250.206, port: 7aeb827a-0d8a-40ed-8306-19bdff1a4da1. [pid: 8|app: 0|req: 357/734] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:45:23 2026] PUT /v2.0/floatingips/818420bb-a414-41a5-b07c-9559e356ee10 => generated 552 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:24.404 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c9b03a9-09b5-4f44-975f-6a631061a9fb 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] TaaS: Handle Delete Port: 53bb58f2-bbae-4701-81c6-ffee3287292d 2026-04-09 14:45:24.406 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c9b03a9-09b5-4f44-975f-6a631061a9fb 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Tap Mirror: Handle Delete Port: 53bb58f2-bbae-4701-81c6-ffee3287292d [pid: 7|app: 0|req: 378/735] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:45:24 2026] DELETE /v2.0/floatingips/818420bb-a414-41a5-b07c-9559e356ee10 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:45:24.986 7 INFO neutron.db.segments_db [None req-05bd8c54-ee19-4e6f-8818-6853aac284a0 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 0e07034f-67ef-412f-bfcd-f619f98704b9 of type vxlan for network 6fdce55e-0213-475e-a284-2c70bf1fed09 [pid: 7|app: 0|req: 379/736] 10.0.0.158 () {34 vars in 671 bytes} [Thu Apr 9 14:45:24 2026] POST /v2.0/networks => generated 724 bytes in 469 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/737] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:25 2026] GET /v2.0/security-groups?tenant_id=80091d6ee8af4a74bbf992eed326ea87&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:45:25.343 8 INFO neutron.db.l3_db [None req-aef058c7-e6e7-480b-87c3-fed5792c8010 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Floating IP e61debbd-0e90-4669-acf3-8d11efa754dc associated. External IP: 10.96.250.213, port: f60b6f87-9e58-49aa-bb67-ff18798ad382. [pid: 7|app: 0|req: 381/738] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:25 2026] POST /v2.0/subnets => generated 691 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/739] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:25 2026] DELETE /v2.0/security-groups/37a4234a-5a15-4a79-9fb4-f455acf09ef0 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:45:25.534 7 INFO neutron.db.segments_db [None req-94df0687-e184-4b59-9a57-c4f7d1e9e3b2 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 88954fe5-66d0-4a38-8f32-099eceb0858b of type vxlan for network 921ca360-c1ed-4db3-912d-1a144f9e12b3 [pid: 8|app: 0|req: 358/740] 10.0.0.158 () {34 vars in 677 bytes} [Thu Apr 9 14:45:24 2026] POST /v2.0/floatingips => generated 841 bytes in 1089 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/741] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:45:25 2026] GET /v2.0/floatingips/e61debbd-0e90-4669-acf3-8d11efa754dc => generated 841 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:25.763 7 INFO neutron.db.l3_hamode_db [None req-94df0687-e184-4b59-9a57-c4f7d1e9e3b2 d767e4e040a64100b7c1c42230c0418d 52e2d86efdb84d0b8b4d831fe3e77c43 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 360/742] 10.0.0.158 () {32 vars in 655 bytes} [Thu Apr 9 14:45:25 2026] GET /v2.0/floatingips => generated 844 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:26.138 8 INFO neutron.db.l3_db [None req-1e09f4f7-8411-416d-8dcd-b849c69b2a98 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Floating IP e61debbd-0e90-4669-acf3-8d11efa754dc associated. External IP: 10.96.250.213, port: f60b6f87-9e58-49aa-bb67-ff18798ad382. 2026-04-09 14:45:26.526 7 INFO neutron.db.l3_hamode_db [None req-94df0687-e184-4b59-9a57-c4f7d1e9e3b2 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 361/743] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:45:25 2026] PUT /v2.0/floatingips/e61debbd-0e90-4669-acf3-8d11efa754dc => generated 842 bytes in 926 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:26.849 8 INFO neutron.db.l3_db [None req-732cc346-af8a-4776-9500-ed95e22b365b 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Floating IP e61debbd-0e90-4669-acf3-8d11efa754dc disassociated. External IP: 10.96.250.213, port: 7aeb827a-0d8a-40ed-8306-19bdff1a4da1. [pid: 8|app: 0|req: 362/744] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:45:26 2026] PUT /v2.0/floatingips/e61debbd-0e90-4669-acf3-8d11efa754dc => generated 552 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/745] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:25 2026] POST /v2.0/routers => generated 731 bytes in 1896 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:27.499 7 INFO neutron_taas.services.taas.taas_plugin [None req-90ff92eb-bee3-4d47-9d37-2cafafb68dbd 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] TaaS: Handle Delete Port: 5d88d83d-4fea-4fa2-b91c-85e978e18a8a 2026-04-09 14:45:27.502 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90ff92eb-bee3-4d47-9d37-2cafafb68dbd 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Tap Mirror: Handle Delete Port: 5d88d83d-4fea-4fa2-b91c-85e978e18a8a 2026-04-09 14:45:27.511 8 INFO neutron.db.segments_db [None req-be74978d-85b1-422b-9a7a-f446f98111ed 69010321c0dc4dcd8fc92b48bdea9773 dc548d8cc9d342808da19b0b4ee6740f - - default default] Added segment 46ba9aa0-103e-46b6-b2fb-bd4a21da78f2 of type vxlan for network c0dda82d-43fe-42ac-88d9-15a60669db37 2026-04-09 14:45:27.567 8 INFO neutron.db.segments_db [None req-be74978d-85b1-422b-9a7a-f446f98111ed 69010321c0dc4dcd8fc92b48bdea9773 dc548d8cc9d342808da19b0b4ee6740f - - default default] Added segment 5841e4cb-4faa-4fc0-9c5b-34e46efdf895 of type vxlan for network b761c1c5-0226-4d62-8fcd-ec872021cef1 [pid: 8|app: 0|req: 363/746] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:27 2026] POST /v2.0/networks => generated 1206 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/747] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:45:27 2026] DELETE /v2.0/floatingips/e61debbd-0e90-4669-acf3-8d11efa754dc => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/748] 10.0.0.158 () {32 vars in 649 bytes} [Thu Apr 9 14:45:27 2026] GET /v2.0/networks => generated 1843 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:45:27.749 7 INFO neutron.api.v2.resource [None req-097cfa51-d4f7-461f-a52f-501a2840f395 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 386/749] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:45:27 2026] DELETE /v2.0/floatingips/e61debbd-0e90-4669-acf3-8d11efa754dc => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:45:27.862 7 INFO neutron.services.segments.plugin [-] Segment 46ba9aa0-103e-46b6-b2fb-bd4a21da78f2 resource provider aggregate not found 2026-04-09 14:45:27.869 7 INFO neutron.services.segments.plugin [-] Segment 46ba9aa0-103e-46b6-b2fb-bd4a21da78f2 resource provider aggregate not found 2026-04-09 14:45:27.893 7 INFO neutron.services.segments.plugin [-] Segment 46ba9aa0-103e-46b6-b2fb-bd4a21da78f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46ba9aa0-103e-46b6-b2fb-bd4a21da78f2 found for delete ", "request_id": "req-fefcc3c8-913e-46c6-ad90-73ba8549cb80"}]} [pid: 7|app: 0|req: 387/750] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:27 2026] DELETE /v2.0/networks/c0dda82d-43fe-42ac-88d9-15a60669db37 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:27.904 7 INFO neutron.services.segments.plugin [-] Segment 46ba9aa0-103e-46b6-b2fb-bd4a21da78f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 46ba9aa0-103e-46b6-b2fb-bd4a21da78f2 found for delete ", "request_id": "req-482c3755-d2d3-40f5-ab0c-e0f61effe495"}]} 2026-04-09 14:45:28.050 7 INFO neutron_taas.services.taas.taas_plugin [None req-50ed0e6d-f1e0-4995-bc7d-325bb0f857ca 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] TaaS: Handle Delete Port: 7aeb827a-0d8a-40ed-8306-19bdff1a4da1 2026-04-09 14:45:28.056 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50ed0e6d-f1e0-4995-bc7d-325bb0f857ca 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Tap Mirror: Handle Delete Port: 7aeb827a-0d8a-40ed-8306-19bdff1a4da1 [pid: 7|app: 0|req: 388/751] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:45:27 2026] DELETE /v2.0/ports/7aeb827a-0d8a-40ed-8306-19bdff1a4da1 => generated 0 bytes in 374 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/752] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:28 2026] DELETE /v2.0/networks/b761c1c5-0226-4d62-8fcd-ec872021cef1 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:28.470 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7d04ecb-9b07-4ca6-b731-5c18298aadfd 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] TaaS: Handle Delete Port: f60b6f87-9e58-49aa-bb67-ff18798ad382 2026-04-09 14:45:28.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7d04ecb-9b07-4ca6-b731-5c18298aadfd 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Tap Mirror: Handle Delete Port: f60b6f87-9e58-49aa-bb67-ff18798ad382 [pid: 7|app: 0|req: 390/753] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:45:28 2026] DELETE /v2.0/ports/f60b6f87-9e58-49aa-bb67-ff18798ad382 => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/754] 10.0.0.158 () {32 vars in 649 bytes} [Thu Apr 9 14:45:28 2026] GET /v2.0/networks => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/755] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:45:28 2026] GET /v2.0/ports?device_id=ac48e3b5-d894-4ebb-953c-fb0ca752f16c => generated 958 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:28.767 7 INFO neutron.db.segments_db [None req-b6cb2fea-a352-4642-a6f2-63a96a991cbf 69010321c0dc4dcd8fc92b48bdea9773 dc548d8cc9d342808da19b0b4ee6740f - - default default] Added segment 140e136b-6822-4594-af80-7c4a7933f277 of type vxlan for network 780d9fe8-529c-4b42-87fc-daf73b2a9b12 [pid: 7|app: 0|req: 393/756] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:28 2026] POST /v2.0/networks => generated 630 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/757] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:45:27 2026] PUT /v2.0/routers/42abe139-2b15-4135-aa45-1f3ca88ef71c/add_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:29.049 8 INFO neutron.db.segments_db [None req-13ab369d-d72e-406d-8e83-dfd555f272e6 69010321c0dc4dcd8fc92b48bdea9773 dc548d8cc9d342808da19b0b4ee6740f - - default default] Added segment ea8bdae1-fe39-4e84-9830-9998a7cf30d4 of type vxlan for network 10aec97f-d754-49e8-a575-66a17a31fe33 [pid: 8|app: 0|req: 365/758] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:28 2026] POST /v2.0/networks => generated 631 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:29.224 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cabff95-c2eb-4b4c-9caa-b3bf935450f3 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] TaaS: Handle Delete Port: 1c20c371-6910-41f2-a74e-813bbe46bb18 2026-04-09 14:45:29.228 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cabff95-c2eb-4b4c-9caa-b3bf935450f3 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Tap Mirror: Handle Delete Port: 1c20c371-6910-41f2-a74e-813bbe46bb18 [pid: 7|app: 0|req: 394/759] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:45:28 2026] PUT /v2.0/routers/ac48e3b5-d894-4ebb-953c-fb0ca752f16c/remove_router_interface => generated 309 bytes in 957 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/760] 10.0.0.158 () {34 vars in 665 bytes} [Thu Apr 9 14:45:29 2026] POST /v2.0/ports => generated 1506 bytes in 692 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-09 14:45:29.925 7 INFO neutron.services.segments.plugin [-] Segment 5841e4cb-4faa-4fc0-9c5b-34e46efdf895 resource provider aggregate not found [pid: 7|app: 0|req: 395/761] 10.0.0.158 () {34 vars in 685 bytes} [Thu Apr 9 14:45:29 2026] POST /v2.0/security-groups => generated 1659 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 14:45:29.958 7 INFO neutron.services.segments.plugin [-] Segment 5841e4cb-4faa-4fc0-9c5b-34e46efdf895 resource provider aggregate not found 2026-04-09 14:45:29.973 7 INFO neutron.services.segments.plugin [-] Segment 5841e4cb-4faa-4fc0-9c5b-34e46efdf895 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5841e4cb-4faa-4fc0-9c5b-34e46efdf895 found for delete ", "request_id": "req-45c631c1-6151-417a-94ec-4abca9d1775c"}]} 2026-04-09 14:45:29.993 7 INFO neutron.services.segments.plugin [-] Segment 5841e4cb-4faa-4fc0-9c5b-34e46efdf895 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5841e4cb-4faa-4fc0-9c5b-34e46efdf895 found for delete ", "request_id": "req-9c329bde-507b-4b9f-89de-40081d1f6fd1"}]} 2026-04-09 14:45:30.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-74b6146a-b468-4ff7-94e2-7faacb57a168 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] TaaS: Handle Delete Port: 164e00c5-5c41-4dc5-a4ac-c79469a617f7 2026-04-09 14:45:30.049 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74b6146a-b468-4ff7-94e2-7faacb57a168 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Tap Mirror: Handle Delete Port: 164e00c5-5c41-4dc5-a4ac-c79469a617f7 [pid: 7|app: 0|req: 396/762] 10.0.0.158 () {32 vars in 643 bytes} [Thu Apr 9 14:45:29 2026] GET /v2.0/ports => generated 1506 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/763] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:45:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:30.276 7 INFO neutron_taas.services.taas.taas_plugin [None req-e393df30-d254-47d4-8870-014b05871214 69010321c0dc4dcd8fc92b48bdea9773 dc548d8cc9d342808da19b0b4ee6740f - - default default] TaaS: Handle Delete Port: 8d9c725a-71f8-4e72-bcf3-7b45c1733624 2026-04-09 14:45:30.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e393df30-d254-47d4-8870-014b05871214 69010321c0dc4dcd8fc92b48bdea9773 dc548d8cc9d342808da19b0b4ee6740f - - default default] Tap Mirror: Handle Delete Port: 8d9c725a-71f8-4e72-bcf3-7b45c1733624 2026-04-09 14:45:30.343 8 INFO neutron_taas.services.taas.taas_plugin [None req-74b6146a-b468-4ff7-94e2-7faacb57a168 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] TaaS: Handle Delete Port: dcb0fe22-0b2a-4044-bcf6-76a491c1b1dc 2026-04-09 14:45:30.346 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74b6146a-b468-4ff7-94e2-7faacb57a168 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] Tap Mirror: Handle Delete Port: dcb0fe22-0b2a-4044-bcf6-76a491c1b1dc [pid: 7|app: 0|req: 398/764] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:45:30 2026] DELETE /v2.0/ports/8d9c725a-71f8-4e72-bcf3-7b45c1733624 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/765] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:45:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:30.560 7 INFO neutron_taas.services.taas.taas_plugin [None req-c548df5e-1448-4aaf-a7b4-b0147a1c306d 69010321c0dc4dcd8fc92b48bdea9773 dc548d8cc9d342808da19b0b4ee6740f - - default default] TaaS: Handle Delete Port: 03e8db37-e0a9-4679-8fc8-8bb216e18e21 2026-04-09 14:45:30.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c548df5e-1448-4aaf-a7b4-b0147a1c306d 69010321c0dc4dcd8fc92b48bdea9773 dc548d8cc9d342808da19b0b4ee6740f - - default default] Tap Mirror: Handle Delete Port: 03e8db37-e0a9-4679-8fc8-8bb216e18e21 [pid: 7|app: 0|req: 400/766] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:45:30 2026] DELETE /v2.0/ports/03e8db37-e0a9-4679-8fc8-8bb216e18e21 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:30.685 8 INFO neutron.services.segments.plugin [-] Segment 096dcbda-4e9d-423e-9b63-0f535bb02fab resource provider aggregate not found 2026-04-09 14:45:30.691 8 INFO neutron.services.segments.plugin [-] Segment 096dcbda-4e9d-423e-9b63-0f535bb02fab resource provider aggregate not found 2026-04-09 14:45:30.707 8 INFO neutron.services.segments.plugin [-] Segment 096dcbda-4e9d-423e-9b63-0f535bb02fab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 096dcbda-4e9d-423e-9b63-0f535bb02fab found for delete ", "request_id": "req-0e3445f1-fc58-46a6-b0a9-c41118dca724"}]} 2026-04-09 14:45:30.711 8 INFO neutron.services.segments.plugin [-] Segment 096dcbda-4e9d-423e-9b63-0f535bb02fab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 096dcbda-4e9d-423e-9b63-0f535bb02fab found for delete ", "request_id": "req-89dec0d3-708c-4d48-b2ab-85528fc444fe"}]} 2026-04-09 14:45:30.713 8 INFO neutron.db.l3_hamode_db [None req-74b6146a-b468-4ff7-94e2-7faacb57a168 8413922099e44c608c4d87e6bc8537c8 b0dca1f22d514d5dba8cc8042ecfff17 - - default default] HA network ac6c0363-6b6b-4db8-beea-7b0ba6db233d was deleted as no HA routers are present in tenant b0dca1f22d514d5dba8cc8042ecfff17. [pid: 8|app: 0|req: 367/767] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:29 2026] DELETE /v2.0/routers/ac48e3b5-d894-4ebb-953c-fb0ca752f16c => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/768] 10.0.0.158 () {32 vars in 643 bytes} [Thu Apr 9 14:45:30 2026] GET /v2.0/ports => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/769] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:30 2026] DELETE /v2.0/subnets/8743dfbd-e10e-4e53-8147-990e0cb831e7 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:30.951 8 INFO neutron.db.segments_db [None req-0b14892d-3dbc-4248-b87e-2afe34da48f7 69010321c0dc4dcd8fc92b48bdea9773 dc548d8cc9d342808da19b0b4ee6740f - - default default] Added segment 873a1c8f-7582-4dbc-a95a-52994c851289 of type vxlan for network 9294b172-a553-429d-b1b3-6b0055b37223 [pid: 8|app: 0|req: 370/770] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:30 2026] POST /v2.0/networks => generated 631 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/771] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:31 2026] DELETE /v2.0/networks/3a17d845-380d-42d5-ad34-45a2dc4029f0 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/772] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:45:30 2026] POST /v2.0/floatingips => generated 552 bytes in 552 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:31.237 8 INFO neutron.db.segments_db [None req-13fc9871-c872-4790-80aa-c9520adb903f 69010321c0dc4dcd8fc92b48bdea9773 dc548d8cc9d342808da19b0b4ee6740f - - default default] Added segment 239095aa-3117-4278-80d4-68571a60814a of type vxlan for network 800cf69d-b857-45e7-a46c-c049e34a6be7 [pid: 8|app: 0|req: 372/773] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:31 2026] POST /v2.0/networks => generated 631 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/774] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:31 2026] POST /v2.0/subnets => generated 1272 bytes in 545 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/775] 10.0.0.52 () {34 vars in 1099 bytes} [Thu Apr 9 14:45:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1852736388&fields=id&tenant_id=52e2d86efdb84d0b8b4d831fe3e77c43 => generated 69 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/776] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:31 2026] GET /v2.0/security-groups?tenant_id=b0dca1f22d514d5dba8cc8042ecfff17&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/777] 10.0.0.158 () {32 vars in 647 bytes} [Thu Apr 9 14:45:31 2026] GET /v2.0/subnets => generated 1908 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/778] 10.0.0.52 () {34 vars in 981 bytes} [Thu Apr 9 14:45:31 2026] GET /v2.0/networks?id=6fdce55e-0213-475e-a284-2c70bf1fed09 => generated 676 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/779] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:32 2026] DELETE /v2.0/security-groups/4e9b5899-e007-4986-b6a2-a295ad3487eb => 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: 406/780] 10.0.0.52 () {34 vars in 964 bytes} [Thu Apr 9 14:45:32 2026] GET /v2.0/quotas/52e2d86efdb84d0b8b4d831fe3e77c43 => 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: 375/781] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:32 2026] DELETE /v2.0/subnets/f45050e1-0315-482a-8243-95ddec1105ee => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/782] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:45:32 2026] GET /v2.0/ports?tenant_id=52e2d86efdb84d0b8b4d831fe3e77c43&fields=id => generated 103 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/783] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Apr 9 14:45:32 2026] GET /v2.0/networks/6fdce55e-0213-475e-a284-2c70bf1fed09?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/784] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:32 2026] DELETE /v2.0/subnets/3659173b-47eb-446c-b5d8-92459b46b2a3 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/785] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Apr 9 14:45:32 2026] GET /v2.0/networks/6fdce55e-0213-475e-a284-2c70bf1fed09?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: 377/786] 10.0.0.158 () {32 vars in 647 bytes} [Thu Apr 9 14:45:32 2026] GET /v2.0/subnets => generated 649 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:32.525 7 INFO neutron.services.segments.plugin [-] Segment 239095aa-3117-4278-80d4-68571a60814a resource provider aggregate not found [pid: 8|app: 0|req: 378/787] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:32 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:45:32.537 7 INFO neutron.services.segments.plugin [-] Segment 239095aa-3117-4278-80d4-68571a60814a resource provider aggregate not found 2026-04-09 14:45:32.542 7 INFO neutron.services.segments.plugin [-] Segment 239095aa-3117-4278-80d4-68571a60814a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 239095aa-3117-4278-80d4-68571a60814a found for delete ", "request_id": "req-eeb3fcb8-d325-47bf-ab76-00c7269d802a"}]} [pid: 7|app: 0|req: 410/788] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:32 2026] DELETE /v2.0/networks/800cf69d-b857-45e7-a46c-c049e34a6be7 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:32.565 7 INFO neutron.services.segments.plugin [-] Segment 239095aa-3117-4278-80d4-68571a60814a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 239095aa-3117-4278-80d4-68571a60814a found for delete ", "request_id": "req-bfb04eba-e2c8-4ab7-8f82-f12d8dc1cd18"}]} [pid: 8|app: 0|req: 379/789] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:32 2026] DELETE /v2.0/networks/9294b172-a553-429d-b1b3-6b0055b37223 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:32.731 8 INFO neutron.services.segments.plugin [-] Segment 14277231-3040-42f7-a9aa-17530c5320fe resource provider aggregate not found 2026-04-09 14:45:32.735 8 INFO neutron.services.segments.plugin [-] Segment 14277231-3040-42f7-a9aa-17530c5320fe resource provider aggregate not found 2026-04-09 14:45:32.756 8 INFO neutron.services.segments.plugin [-] Segment 14277231-3040-42f7-a9aa-17530c5320fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14277231-3040-42f7-a9aa-17530c5320fe found for delete ", "request_id": "req-ed940af3-cb53-42e2-9c02-d3608786fdb6"}]} 2026-04-09 14:45:32.783 8 INFO neutron.services.segments.plugin [-] Segment 873a1c8f-7582-4dbc-a95a-52994c851289 resource provider aggregate not found 2026-04-09 14:45:32.783 8 INFO neutron.services.segments.plugin [-] Segment 14277231-3040-42f7-a9aa-17530c5320fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14277231-3040-42f7-a9aa-17530c5320fe found for delete ", "request_id": "req-f91a6b14-83f7-4b5c-a0c0-71f270550ebf"}]} 2026-04-09 14:45:32.806 8 INFO neutron.services.segments.plugin [-] Segment 873a1c8f-7582-4dbc-a95a-52994c851289 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 873a1c8f-7582-4dbc-a95a-52994c851289 found for delete ", "request_id": "req-a1f5a7f3-30ad-494c-8829-0e547ee05662"}]} 2026-04-09 14:45:32.808 8 INFO neutron.services.segments.plugin [-] Segment 873a1c8f-7582-4dbc-a95a-52994c851289 resource provider aggregate not found 2026-04-09 14:45:32.828 8 INFO neutron.services.segments.plugin [-] Segment 873a1c8f-7582-4dbc-a95a-52994c851289 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 873a1c8f-7582-4dbc-a95a-52994c851289 found for delete ", "request_id": "req-65f8701e-1314-4252-8ace-e6ab8c1b3d2b"}]} [pid: 7|app: 0|req: 411/790] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:32 2026] DELETE /v2.0/networks/10aec97f-d754-49e8-a575-66a17a31fe33 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/791] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:32 2026] DELETE /v2.0/networks/780d9fe8-529c-4b42-87fc-daf73b2a9b12 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/792] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:33 2026] GET /v2.0/security-groups?tenant_id=dc548d8cc9d342808da19b0b4ee6740f&name=default => generated 2925 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/793] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:33 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => 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: 381/794] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:33 2026] DELETE /v2.0/security-groups/7010f427-868e-4aa8-bf53-225d99ba9ed7 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:45:34.410 7 INFO neutron.db.segments_db [None req-78bd029a-4b37-41ae-880e-4a72f979b318 de458ee9e7c34dfbb64670364c70906d 70c47957d86648d8a96daf16759bb420 - - default default] Added segment f1eed924-e765-4945-9167-4a07ee735207 of type vxlan for network 4d43ebc9-92df-424e-b17d-8ecba99010f7 2026-04-09 14:45:34.495 7 INFO neutron.db.segments_db [None req-78bd029a-4b37-41ae-880e-4a72f979b318 de458ee9e7c34dfbb64670364c70906d 70c47957d86648d8a96daf16759bb420 - - default default] Added segment b01ae8da-599d-4e61-b918-a892b266d720 of type vxlan for network 6d2a2e22-82fa-4064-984d-a5206f0e51df 2026-04-09 14:45:34.578 7 INFO neutron.services.segments.plugin [-] Segment ea8bdae1-fe39-4e84-9830-9998a7cf30d4 resource provider aggregate not found 2026-04-09 14:45:34.595 7 INFO neutron.services.segments.plugin [-] Segment ea8bdae1-fe39-4e84-9830-9998a7cf30d4 resource provider aggregate not found 2026-04-09 14:45:34.607 7 INFO neutron.services.segments.plugin [-] Segment ea8bdae1-fe39-4e84-9830-9998a7cf30d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea8bdae1-fe39-4e84-9830-9998a7cf30d4 found for delete ", "request_id": "req-9a485473-17bf-48d8-b87d-77ddcc65faf3"}]} 2026-04-09 14:45:34.612 7 INFO neutron.services.segments.plugin [-] Segment ea8bdae1-fe39-4e84-9830-9998a7cf30d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea8bdae1-fe39-4e84-9830-9998a7cf30d4 found for delete ", "request_id": "req-6c0cb198-7ad0-498f-b26f-ab59a70b0c05"}]} [pid: 7|app: 0|req: 414/795] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:34 2026] POST /v2.0/networks => generated 1206 bytes in 585 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/796] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:34 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => 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: 382/797] 10.0.0.158 () {32 vars in 649 bytes} [Thu Apr 9 14:45:34 2026] GET /v2.0/networks => generated 1843 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:45:34.824 8 INFO neutron.services.segments.plugin [-] Segment 140e136b-6822-4594-af80-7c4a7933f277 resource provider aggregate not found 2026-04-09 14:45:34.844 8 INFO neutron.services.segments.plugin [-] Segment 140e136b-6822-4594-af80-7c4a7933f277 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 140e136b-6822-4594-af80-7c4a7933f277 found for delete ", "request_id": "req-1a11b163-7b15-4136-9d18-8fcc8ca87d3a"}]} 2026-04-09 14:45:34.845 8 INFO neutron.services.segments.plugin [-] Segment 140e136b-6822-4594-af80-7c4a7933f277 resource provider aggregate not found 2026-04-09 14:45:34.861 8 INFO neutron.services.segments.plugin [-] Segment 140e136b-6822-4594-af80-7c4a7933f277 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 140e136b-6822-4594-af80-7c4a7933f277 found for delete ", "request_id": "req-69350330-44db-42af-9cf6-c0eb90c8c48e"}]} [pid: 7|app: 0|req: 416/798] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:34 2026] DELETE /v2.0/networks/4d43ebc9-92df-424e-b17d-8ecba99010f7 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/799] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:34 2026] DELETE /v2.0/networks/6d2a2e22-82fa-4064-984d-a5206f0e51df => 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: 417/800] 10.0.0.158 () {32 vars in 649 bytes} [Thu Apr 9 14:45:35 2026] GET /v2.0/networks => generated 651 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:35.153 8 INFO neutron.db.segments_db [None req-6fe87cee-227a-4341-9f4b-712171ca1e5f de458ee9e7c34dfbb64670364c70906d 70c47957d86648d8a96daf16759bb420 - - default default] Added segment af682040-2b71-421b-9860-6575621d5c18 of type vxlan for network 0f060bba-62dc-4027-927d-1b679279dba5 [pid: 8|app: 0|req: 384/801] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:35 2026] POST /v2.0/networks => generated 634 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:35.337 7 INFO neutron.db.segments_db [None req-871e64f1-09aa-4869-ba59-dbed65fd580c de458ee9e7c34dfbb64670364c70906d 70c47957d86648d8a96daf16759bb420 - - default default] Added segment ba9b2f71-3db7-4756-9996-d9252ff6c79e of type vxlan for network 716b2f9e-b34d-44bc-9274-a5375bd25ab7 [pid: 7|app: 0|req: 418/802] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:35 2026] POST /v2.0/networks => generated 634 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:35.803 7 INFO neutron.db.segments_db [None req-fd1b8969-30f9-461a-b7a7-a5a46a4ea804 7e433582401f4e26aea22286106799a6 93ae37452e1440e59bfda13a82fa1443 - - default default] Added segment 44af35f9-bcad-4ac2-a93c-05f44dacd16d of type vxlan for network bb8ac3e2-a60b-4874-bcea-bcbfaa3e870f [pid: 7|app: 0|req: 419/803] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:35 2026] POST /v2.0/networks => generated 628 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/804] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:35 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => 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: 385/805] 10.0.0.158 () {34 vars in 665 bytes} [Thu Apr 9 14:45:35 2026] POST /v2.0/ports => generated 1505 bytes in 553 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/806] 10.0.0.158 () {32 vars in 643 bytes} [Thu Apr 9 14:45:36 2026] GET /v2.0/ports => generated 1505 bytes in 102 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-09 14:45:36.230 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c30b530-1e98-4b1b-88e1-5086b42794af de458ee9e7c34dfbb64670364c70906d 70c47957d86648d8a96daf16759bb420 - - default default] TaaS: Handle Delete Port: c20eec95-6b31-4781-bf6a-bb0d2faf1a35 2026-04-09 14:45:36.233 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c30b530-1e98-4b1b-88e1-5086b42794af de458ee9e7c34dfbb64670364c70906d 70c47957d86648d8a96daf16759bb420 - - default default] Tap Mirror: Handle Delete Port: c20eec95-6b31-4781-bf6a-bb0d2faf1a35 [pid: 8|app: 0|req: 386/807] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:45:36 2026] DELETE /v2.0/ports/c20eec95-6b31-4781-bf6a-bb0d2faf1a35 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:36.420 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d132540-f3ed-4792-a0fa-8e5163f64c18 de458ee9e7c34dfbb64670364c70906d 70c47957d86648d8a96daf16759bb420 - - default default] TaaS: Handle Delete Port: 1acab9d8-1bb8-4b28-844c-bfa55429112c 2026-04-09 14:45:36.424 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d132540-f3ed-4792-a0fa-8e5163f64c18 de458ee9e7c34dfbb64670364c70906d 70c47957d86648d8a96daf16759bb420 - - default default] Tap Mirror: Handle Delete Port: 1acab9d8-1bb8-4b28-844c-bfa55429112c [pid: 7|app: 0|req: 422/808] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:45:36 2026] DELETE /v2.0/ports/1acab9d8-1bb8-4b28-844c-bfa55429112c => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/809] 10.0.0.158 () {32 vars in 643 bytes} [Thu Apr 9 14:45:36 2026] GET /v2.0/ports => 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: 387/810] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:36 2026] POST /v2.0/subnets => generated 673 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:36.583 7 INFO neutron.db.segments_db [None req-24af8038-5653-4d64-8764-df1ed5fcf754 de458ee9e7c34dfbb64670364c70906d 70c47957d86648d8a96daf16759bb420 - - default default] Added segment 33f8092f-d0ea-4e74-8755-eb9ec49daf1f of type vxlan for network 81170b1e-e4cc-4704-89da-ede2fd19b33d 2026-04-09 14:45:36.632 7 INFO neutron.services.segments.plugin [-] Segment f1eed924-e765-4945-9167-4a07ee735207 resource provider aggregate not found 2026-04-09 14:45:36.636 7 INFO neutron.services.segments.plugin [-] Segment f1eed924-e765-4945-9167-4a07ee735207 resource provider aggregate not found 2026-04-09 14:45:36.649 8 INFO neutron.db.segments_db [None req-af66a0ff-f91d-45f6-81d9-62cac6b69915 7e433582401f4e26aea22286106799a6 93ae37452e1440e59bfda13a82fa1443 - - default default] Added segment 50b60de1-942f-4dcd-8086-fdec4871d064 of type vxlan for network 7b4403d7-3b1b-486b-91f5-512d80be6300 2026-04-09 14:45:36.651 7 INFO neutron.services.segments.plugin [-] Segment f1eed924-e765-4945-9167-4a07ee735207 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1eed924-e765-4945-9167-4a07ee735207 found for delete ", "request_id": "req-bf72d667-49f9-424a-8d99-dba93cde3ac0"}]} 2026-04-09 14:45:36.655 7 INFO neutron.services.segments.plugin [-] Segment f1eed924-e765-4945-9167-4a07ee735207 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1eed924-e765-4945-9167-4a07ee735207 found for delete ", "request_id": "req-bd49c276-1a0b-423a-8188-b2cd1fdc9a7a"}]} [pid: 7|app: 0|req: 424/811] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:36 2026] POST /v2.0/networks => generated 635 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/812] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:36 2026] POST /v2.0/networks => generated 628 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:36.746 7 INFO neutron.db.segments_db [None req-06e9faff-4c24-409b-9e00-1d2b5dc5691a de458ee9e7c34dfbb64670364c70906d 70c47957d86648d8a96daf16759bb420 - - default default] Added segment 7b25b155-5427-43c4-98f9-6fdd1111d1e6 of type vxlan for network 8d0877b1-dff1-4f01-a884-a105e14c9192 [pid: 7|app: 0|req: 425/813] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:36 2026] POST /v2.0/networks => generated 635 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/814] 10.0.0.158 () {34 vars in 743 bytes} [Thu Apr 9 14:45:36 2026] PUT /v2.0/networks/7b4403d7-3b1b-486b-91f5-512d80be6300 => generated 592 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/815] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:45:36 2026] GET /v2.0/networks?id=6fdce55e-0213-475e-a284-2c70bf1fed09 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:36.861 8 INFO neutron.services.segments.plugin [-] Segment b01ae8da-599d-4e61-b918-a892b266d720 resource provider aggregate not found 2026-04-09 14:45:36.880 8 INFO neutron.services.segments.plugin [-] Segment b01ae8da-599d-4e61-b918-a892b266d720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b01ae8da-599d-4e61-b918-a892b266d720 found for delete ", "request_id": "req-69e47b26-0fff-4758-80ec-dfe2409c13ba"}]} 2026-04-09 14:45:36.887 8 INFO neutron.services.segments.plugin [-] Segment b01ae8da-599d-4e61-b918-a892b266d720 resource provider aggregate not found [pid: 7|app: 0|req: 427/816] 199.204.45.95 () {34 vars in 1049 bytes} [Thu Apr 9 14:45:36 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=52e2d86efdb84d0b8b4d831fe3e77c43 => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:36.906 8 INFO neutron.services.segments.plugin [-] Segment b01ae8da-599d-4e61-b918-a892b266d720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b01ae8da-599d-4e61-b918-a892b266d720 found for delete ", "request_id": "req-9e8bd56b-ad60-4bab-ae6d-6cf525af5d1c"}]} [pid: 8|app: 0|req: 390/817] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:36 2026] POST /v2.0/subnets => generated 646 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/818] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:37 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => 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: 428/819] 199.204.45.95 () {38 vars in 954 bytes} [Thu Apr 9 14:45:36 2026] POST /v2.0/ports => generated 958 bytes in 266 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: 392/820] 10.0.0.158 () {34 vars in 741 bytes} [Thu Apr 9 14:45:37 2026] PUT /v2.0/subnets/494dafe3-0cdd-4081-b19e-bb0a73fbe6fc => generated 656 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/821] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:37 2026] DELETE /v2.0/networks/7b4403d7-3b1b-486b-91f5-512d80be6300 => 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: 429/822] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:45:37 2026] PUT /v2.0/ports/a8777ae6-8d26-47f7-bcb7-0e714aa687b6 => generated 1239 bytes in 413 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 14:45:37.613 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1797a98e-2583-428b-91a4-e590506bc2c3 7e433582401f4e26aea22286106799a6 93ae37452e1440e59bfda13a82fa1443 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 430/823] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:37 2026] DELETE /v2.0/networks/7b4403d7-3b1b-486b-91f5-512d80be6300 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:45:37.646 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2cdea3e1-2ea0-438f-81ea-b184b26ba95a'] response: {'name': 'network-changed', 'server_uuid': '5a525d6d-73d3-4f84-bdc1-f8928a658874', 'tag': 'a8777ae6-8d26-47f7-bcb7-0e714aa687b6', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 431/824] 10.0.0.158 () {32 vars in 694 bytes} [Thu Apr 9 14:45:37 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/825] 10.0.0.158 () {32 vars in 742 bytes} [Thu Apr 9 14:45:37 2026] GET /v2.0/subnets?network_id=4a580695-9429-435a-a752-0fb2764740f9 => generated 649 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/826] 10.0.0.158 () {32 vars in 653 bytes} [Thu Apr 9 14:45:37 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: 434/827] 10.0.0.158 () {32 vars in 649 bytes} [Thu Apr 9 14:45:37 2026] GET /v2.0/networks => generated 1312 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/828] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:37 2026] POST /v2.0/subnets => generated 1324 bytes in 490 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/829] 10.0.0.158 () {32 vars in 647 bytes} [Thu Apr 9 14:45:37 2026] GET /v2.0/subnets => generated 1312 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/830] 10.0.0.158 () {32 vars in 647 bytes} [Thu Apr 9 14:45:37 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: 436/831] 10.0.0.158 () {32 vars in 723 bytes} [Thu Apr 9 14:45:37 2026] GET /v2.0/networks/bb8ac3e2-a60b-4874-bcea-bcbfaa3e870f => 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: 396/832] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:45:37 2026] GET /v2.0/subnets/3e89da76-168f-43f3-a313-bbbc0cbf8e36 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:37.971 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c9c4fc34-c669-4155-aa3b-34ea09fdefa1 7e433582401f4e26aea22286106799a6 93ae37452e1440e59bfda13a82fa1443 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 397/833] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:37 2026] DELETE /v2.0/subnets/494dafe3-0cdd-4081-b19e-bb0a73fbe6fc => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:45:37.985 8 INFO neutron.pecan_wsgi.hooks.translation [None req-79db43d1-d3c7-4425-b259-31346a8dc33c 7e433582401f4e26aea22286106799a6 93ae37452e1440e59bfda13a82fa1443 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 398/834] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:37 2026] DELETE /v2.0/networks/7b4403d7-3b1b-486b-91f5-512d80be6300 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/835] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:37 2026] DELETE /v2.0/subnets/1da5a2b2-166f-4d10-9c83-b9af96fe02d8 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/836] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:37 2026] DELETE /v2.0/subnets/3e89da76-168f-43f3-a313-bbbc0cbf8e36 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/837] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:38 2026] DELETE /v2.0/subnets/d4b93be7-6232-4376-af60-35a592478f07 => 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: 400/838] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:38 2026] DELETE /v2.0/networks/bb8ac3e2-a60b-4874-bcea-bcbfaa3e870f => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/839] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:45:38 2026] GET /v2.0/ports?tenant_id=52e2d86efdb84d0b8b4d831fe3e77c43&device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/840] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:38 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/841] 10.0.0.158 () {32 vars in 647 bytes} [Thu Apr 9 14:45:38 2026] GET /v2.0/subnets => generated 649 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/842] 199.204.45.95 () {34 vars in 1017 bytes} [Thu Apr 9 14:45:38 2026] GET /v2.0/networks?tenant_id=52e2d86efdb84d0b8b4d831fe3e77c43&shared=False => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/843] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:38 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/844] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:38 2026] DELETE /v2.0/networks/8d0877b1-dff1-4f01-a884-a105e14c9192 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/845] 199.204.45.95 () {34 vars in 929 bytes} [Thu Apr 9 14:45:38 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: 8|app: 0|req: 404/846] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:38 2026] DELETE /v2.0/networks/81170b1e-e4cc-4704-89da-ede2fd19b33d => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:38.768 7 INFO neutron.services.segments.plugin [-] Segment ba9b2f71-3db7-4756-9996-d9252ff6c79e resource provider aggregate not found 2026-04-09 14:45:38.768 7 INFO neutron.services.segments.plugin [-] Segment ba9b2f71-3db7-4756-9996-d9252ff6c79e resource provider aggregate not found 2026-04-09 14:45:38.787 7 INFO neutron.services.segments.plugin [-] Segment ba9b2f71-3db7-4756-9996-d9252ff6c79e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba9b2f71-3db7-4756-9996-d9252ff6c79e found for delete ", "request_id": "req-56862731-210e-4d72-8073-e7b8fb82f992"}]} 2026-04-09 14:45:38.796 7 INFO neutron.services.segments.plugin [-] Segment ba9b2f71-3db7-4756-9996-d9252ff6c79e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba9b2f71-3db7-4756-9996-d9252ff6c79e found for delete ", "request_id": "req-4a220fe9-0eff-4808-899a-d904ed07818c"}]} [pid: 7|app: 0|req: 443/849] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:38 2026] DELETE /v2.0/networks/716b2f9e-b34d-44bc-9274-a5375bd25ab7 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:38.895 8 INFO neutron.services.segments.plugin [-] Segment 50b60de1-942f-4dcd-8086-fdec4871d064 resource provider aggregate not found [pid: 8|app: 0|req: 407/850] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:38 2026] GET /v2.0/security-groups?tenant_id=93ae37452e1440e59bfda13a82fa1443&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:45:38.920 8 INFO neutron.services.segments.plugin [-] Segment 50b60de1-942f-4dcd-8086-fdec4871d064 resource provider aggregate not found 2026-04-09 14:45:38.925 8 INFO neutron.services.segments.plugin [-] Segment 50b60de1-942f-4dcd-8086-fdec4871d064 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50b60de1-942f-4dcd-8086-fdec4871d064 found for delete ", "request_id": "req-1a51b77a-2f87-4596-a8e5-45c56a22f336"}]} 2026-04-09 14:45:38.943 8 INFO neutron.services.segments.plugin [-] Segment 50b60de1-942f-4dcd-8086-fdec4871d064 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50b60de1-942f-4dcd-8086-fdec4871d064 found for delete ", "request_id": "req-33abe9a6-39ab-4c01-9d7b-212ea3984db2"}]} [pid: 7|app: 0|req: 444/851] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:38 2026] DELETE /v2.0/networks/0f060bba-62dc-4027-927d-1b679279dba5 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:38.949 8 INFO neutron.services.segments.plugin [-] Segment 44af35f9-bcad-4ac2-a93c-05f44dacd16d resource provider aggregate not found 2026-04-09 14:45:38.964 8 INFO neutron.services.segments.plugin [-] Segment 44af35f9-bcad-4ac2-a93c-05f44dacd16d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44af35f9-bcad-4ac2-a93c-05f44dacd16d found for delete ", "request_id": "req-fd789d99-8849-40df-aaeb-aac4558f19cf"}]} 2026-04-09 14:45:38.965 8 INFO neutron.services.segments.plugin [-] Segment 44af35f9-bcad-4ac2-a93c-05f44dacd16d resource provider aggregate not found 2026-04-09 14:45:38.991 8 INFO neutron.services.segments.plugin [-] Segment 44af35f9-bcad-4ac2-a93c-05f44dacd16d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 44af35f9-bcad-4ac2-a93c-05f44dacd16d found for delete ", "request_id": "req-40571782-04ad-423d-b5be-b08e411015a8"}]} 2026-04-09 14:45:38.994 8 INFO neutron.services.segments.plugin [-] Segment 7b25b155-5427-43c4-98f9-6fdd1111d1e6 resource provider aggregate not found 2026-04-09 14:45:39.014 8 INFO neutron.services.segments.plugin [-] Segment 7b25b155-5427-43c4-98f9-6fdd1111d1e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b25b155-5427-43c4-98f9-6fdd1111d1e6 found for delete ", "request_id": "req-12e5feed-2c59-4492-99f5-c07f5205e0eb"}]} 2026-04-09 14:45:39.020 8 INFO neutron.services.segments.plugin [-] Segment 7b25b155-5427-43c4-98f9-6fdd1111d1e6 resource provider aggregate not found 2026-04-09 14:45:39.035 8 INFO neutron.services.segments.plugin [-] Segment 33f8092f-d0ea-4e74-8755-eb9ec49daf1f resource provider aggregate not found 2026-04-09 14:45:39.040 8 INFO neutron.services.segments.plugin [-] Segment 7b25b155-5427-43c4-98f9-6fdd1111d1e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b25b155-5427-43c4-98f9-6fdd1111d1e6 found for delete ", "request_id": "req-84e6878d-922e-426f-958c-d7e7947d03b9"}]} 2026-04-09 14:45:39.056 8 INFO neutron.services.segments.plugin [-] Segment 33f8092f-d0ea-4e74-8755-eb9ec49daf1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33f8092f-d0ea-4e74-8755-eb9ec49daf1f found for delete ", "request_id": "req-c3619995-5f84-407a-aa46-418dcf48c79c"}]} 2026-04-09 14:45:39.057 8 INFO neutron.services.segments.plugin [-] Segment 33f8092f-d0ea-4e74-8755-eb9ec49daf1f resource provider aggregate not found [pid: 8|app: 0|req: 408/852] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:38 2026] DELETE /v2.0/security-groups/fcad83bd-2ce9-44fe-95f0-fec1ad088c92 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:45:39.079 8 INFO neutron.services.segments.plugin [-] Segment 33f8092f-d0ea-4e74-8755-eb9ec49daf1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33f8092f-d0ea-4e74-8755-eb9ec49daf1f found for delete ", "request_id": "req-46b9ab23-9dfd-4729-a2ab-33cb943f1cab"}]} [pid: 7|app: 0|req: 445/853] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:39 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => 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: 409/854] 10.0.0.52 () {34 vars in 970 bytes} [Thu Apr 9 14:45:39 2026] GET /v2.0/ports/ff91ef34-6d82-4654-bca6-8237b5335ba3 => generated 972 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/855] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:45:39 2026] GET /v2.0/ports?tenant_id=52e2d86efdb84d0b8b4d831fe3e77c43&device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/856] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:39 2026] GET /v2.0/security-groups?tenant_id=70c47957d86648d8a96daf16759bb420&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/857] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:45:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=a8777ae6-8d26-47f7-bcb7-0e714aa687b6 => 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: 411/858] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:39 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/859] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:45:39 2026] GET /v2.0/subnets?id=61a11ae5-5c0a-4d6a-8bef-b23b198e3051 => 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: 413/860] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:39 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/861] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:39 2026] DELETE /v2.0/security-groups/3f6a0ead-42aa-43fc-9c45-b143febca00e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/862] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:45:39 2026] GET /v2.0/ports?network_id=6fdce55e-0213-475e-a284-2c70bf1fed09&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: 449/863] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:45:39 2026] GET /v2.0/networks/6fdce55e-0213-475e-a284-2c70bf1fed09?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/864] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:45:39 2026] GET /v2.0/networks/6fdce55e-0213-475e-a284-2c70bf1fed09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/865] 199.204.45.95 () {34 vars in 999 bytes} [Thu Apr 9 14:45:40 2026] GET /v2.0/subnets?network_id=c96d1c99-9db3-46bc-a482-f9adbef2ad92 => generated 683 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/866] 199.204.45.95 () {34 vars in 1145 bytes} [Thu Apr 9 14:45:40 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400&device_owner=compute%3Anova&network_id=c96d1c99-9db3-46bc-a482-f9adbef2ad92 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/867] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:40 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/868] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:40 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&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-09 14:45:40.971 7 INFO neutron.services.segments.plugin [-] Segment af682040-2b71-421b-9860-6575621d5c18 resource provider aggregate not found 2026-04-09 14:45:40.971 7 INFO neutron.services.segments.plugin [-] Segment af682040-2b71-421b-9860-6575621d5c18 resource provider aggregate not found 2026-04-09 14:45:40.989 7 INFO neutron.services.segments.plugin [-] Segment af682040-2b71-421b-9860-6575621d5c18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af682040-2b71-421b-9860-6575621d5c18 found for delete ", "request_id": "req-f98bffe2-f87d-4995-8cb9-9946e7d05289"}]} 2026-04-09 14:45:40.992 7 INFO neutron.services.segments.plugin [-] Segment af682040-2b71-421b-9860-6575621d5c18 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af682040-2b71-421b-9860-6575621d5c18 found for delete ", "request_id": "req-0d9f01da-3fc7-492b-b67b-f66bf959c75a"}]} [pid: 7|app: 0|req: 451/869] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:45:40 2026] PUT /v2.0/ports/ff91ef34-6d82-4654-bca6-8237b5335ba3 => generated 1149 bytes in 899 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:45:41.105 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-24ecc508-1316-411a-80a4-3cd96b74ef51'] response: {'name': 'network-changed', 'server_uuid': '78fd0815-86a3-4454-8078-55dfd6f01400', 'tag': 'ff91ef34-6d82-4654-bca6-8237b5335ba3', 'status': 'completed', 'code': 200} 2026-04-09 14:45:41.190 8 INFO neutron.db.segments_db [None req-1c8815e7-6af2-4297-9620-f611f66c42bb 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Added segment 2c86fefd-5afe-4a13-bfce-8a20af761504 of type vxlan for network 715cc217-d385-4dd6-9183-63317d1e8ca5 [pid: 8|app: 0|req: 419/870] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:40 2026] POST /v2.0/networks => generated 610 bytes in 431 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-09 14:45:41.353 7 INFO neutron.db.segments_db [None req-34767d4a-93d0-4af1-b3e5-4a2d37ba789b 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Added segment adf78423-90a0-4114-8ec4-5f0312ec73c2 of type vxlan for network c097aacd-23c1-4ac0-8e76-0c2b97b948a3 [pid: 7|app: 0|req: 452/871] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:41 2026] POST /v2.0/networks => generated 611 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/872] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:41 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) 2026-04-09 14:45:41.690 7 INFO neutron.db.segments_db [None req-75a65824-b222-40d5-b967-4d35c2644509 ddd42c15188a460cbbe5521d54363874 5eb84766437947e4957dc541e6c2ec5d - - default default] Added segment 7018c5a0-ab88-4c82-b5c4-c57bbe4cf815 of type vxlan for network 6aaca070-8993-42c9-ba95-3313f79dd46f [pid: 8|app: 0|req: 421/873] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:45:41 2026] GET /v2.0/ports?tenant_id=9ed8df4a84ce4f7abad2e63e8d5c3916&device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 1421 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/874] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:41 2026] POST /v2.0/networks => generated 624 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/875] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:45:41 2026] GET /v2.0/networks?id=c96d1c99-9db3-46bc-a482-f9adbef2ad92 => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/876] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:41 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: 8|app: 0|req: 423/877] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:45:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ff91ef34-6d82-4654-bca6-8237b5335ba3 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/878] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:41 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => 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: 455/879] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:41 2026] POST /v2.0/subnets => generated 641 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:42.059 8 INFO neutron.db.segments_db [None req-30617317-fe37-4d72-b31d-523200daff03 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Added segment 482e3b69-1221-4204-9ea7-6529722441f5 of type vxlan for network 43ec5ef3-8b95-413c-a5fa-918c1405fba2 [pid: 7|app: 0|req: 456/880] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:45:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ff91ef34-6d82-4654-bca6-8237b5335ba3 => 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: 457/881] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:42 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:42.157 7 INFO neutron.db.segments_db [None req-7ef462d1-7c50-41a9-a8fb-55c6269a003a ddd42c15188a460cbbe5521d54363874 5eb84766437947e4957dc541e6c2ec5d - - default default] Added segment f4c5dc2e-1748-46b1-930e-121b7ce8fb72 of type vxlan for network 4586b647-23a9-4ccf-953c-59f5152503b2 [pid: 7|app: 0|req: 458/882] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:42 2026] POST /v2.0/networks => generated 625 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/883] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:45:42 2026] GET /v2.0/subnets?id=8af9f18d-4df4-4d7e-8261-0c86806a9cac => generated 701 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:42.321 8 INFO neutron.db.l3_hamode_db [None req-30617317-fe37-4d72-b31d-523200daff03 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 460/884] 10.0.0.158 () {34 vars in 743 bytes} [Thu Apr 9 14:45:42 2026] PUT /v2.0/networks/4586b647-23a9-4ccf-953c-59f5152503b2 => generated 592 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/885] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:45:42 2026] GET /v2.0/ports?network_id=c96d1c99-9db3-46bc-a482-f9adbef2ad92&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:45:42.450 8 INFO neutron.db.l3_hamode_db [None req-30617317-fe37-4d72-b31d-523200daff03 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 462/886] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:42 2026] POST /v2.0/subnets => generated 626 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/887] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:45:42 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?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: 464/888] 10.0.0.158 () {34 vars in 741 bytes} [Thu Apr 9 14:45:42 2026] PUT /v2.0/subnets/6aedb343-cae3-44ec-81a7-47207fdce8f4 => generated 636 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/889] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:45:42 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?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: 425/890] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:42 2026] POST /v2.0/routers => generated 506 bytes in 1045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:43.075 7 INFO neutron.services.segments.plugin [-] Segment f4c5dc2e-1748-46b1-930e-121b7ce8fb72 resource provider aggregate not found 2026-04-09 14:45:43.083 7 INFO neutron.services.segments.plugin [-] Segment f4c5dc2e-1748-46b1-930e-121b7ce8fb72 resource provider aggregate not found 2026-04-09 14:45:43.096 7 INFO neutron.services.segments.plugin [-] Segment f4c5dc2e-1748-46b1-930e-121b7ce8fb72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4c5dc2e-1748-46b1-930e-121b7ce8fb72 found for delete ", "request_id": "req-521c3795-4f74-452f-864f-54fe5c983a39"}]} 2026-04-09 14:45:43.098 7 INFO neutron.services.segments.plugin [-] Segment f4c5dc2e-1748-46b1-930e-121b7ce8fb72 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f4c5dc2e-1748-46b1-930e-121b7ce8fb72 found for delete ", "request_id": "req-ecb50ea5-3a4d-4547-b67a-b96a5c282b85"}]} [pid: 7|app: 0|req: 466/891] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:42 2026] DELETE /v2.0/networks/4586b647-23a9-4ccf-953c-59f5152503b2 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:43.129 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e3249ba5-2c58-4397-a255-396f219b2928 ddd42c15188a460cbbe5521d54363874 5eb84766437947e4957dc541e6c2ec5d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 467/892] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:43 2026] DELETE /v2.0/networks/4586b647-23a9-4ccf-953c-59f5152503b2 => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/893] 10.0.0.158 () {32 vars in 694 bytes} [Thu Apr 9 14:45:43 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/894] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:43 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/895] 10.0.0.158 () {32 vars in 742 bytes} [Thu Apr 9 14:45:43 2026] GET /v2.0/subnets?network_id=4a580695-9429-435a-a752-0fb2764740f9 => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/896] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:43 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&fields=id&fields=name => generated 114 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/897] 10.0.0.158 () {32 vars in 653 bytes} [Thu Apr 9 14:45:43 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: 473/898] 10.0.0.158 () {32 vars in 649 bytes} [Thu Apr 9 14:45:43 2026] GET /v2.0/networks => generated 1308 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/899] 10.0.0.158 () {32 vars in 647 bytes} [Thu Apr 9 14:45:43 2026] GET /v2.0/subnets => generated 1280 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/900] 10.0.0.158 () {32 vars in 723 bytes} [Thu Apr 9 14:45:43 2026] GET /v2.0/networks/6aaca070-8993-42c9-ba95-3313f79dd46f => generated 668 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/901] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:45:43 2026] GET /v2.0/subnets/19b11b21-3815-451f-a584-5bd906a20f50 => generated 641 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:43.555 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51bb351c-9d15-470b-a006-5f3e7ac4a657 ddd42c15188a460cbbe5521d54363874 5eb84766437947e4957dc541e6c2ec5d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 477/902] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:43 2026] DELETE /v2.0/subnets/6aedb343-cae3-44ec-81a7-47207fdce8f4 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:45:43.586 7 INFO neutron.pecan_wsgi.hooks.translation [None req-775f7fa8-bacd-4a5b-985a-ee45107c91cb ddd42c15188a460cbbe5521d54363874 5eb84766437947e4957dc541e6c2ec5d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 478/903] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:43 2026] DELETE /v2.0/networks/4586b647-23a9-4ccf-953c-59f5152503b2 => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/904] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:43 2026] DELETE /v2.0/subnets/19b11b21-3815-451f-a584-5bd906a20f50 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/905] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:43 2026] DELETE /v2.0/networks/6aaca070-8993-42c9-ba95-3313f79dd46f => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/906] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:43 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 1152 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/907] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:45:43 2026] GET /v2.0/ports?tenant_id=9ed8df4a84ce4f7abad2e63e8d5c3916&device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 1421 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/908] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:43 2026] GET /v2.0/security-groups?id=5b462407-4b69-4142-971a-8e47dadd53b5&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: 484/909] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:45:44 2026] GET /v2.0/networks?id=c96d1c99-9db3-46bc-a482-f9adbef2ad92 => generated 779 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/910] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:45:43 2026] PUT /v2.0/routers/f0b26712-83f6-41ba-b718-59ee2714ccef/add_router_interface => generated 309 bytes in 1073 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/911] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:45:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ff91ef34-6d82-4654-bca6-8237b5335ba3 => generated 861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/912] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:45:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=ff91ef34-6d82-4654-bca6-8237b5335ba3 => 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: 427/913] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:45:44 2026] GET /v2.0/ports/b78a1d01-a2a4-41c7-b05c-84c7160d402a => generated 955 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/914] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:45:44 2026] GET /v2.0/subnets?id=8af9f18d-4df4-4d7e-8261-0c86806a9cac => generated 701 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/915] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:45:44 2026] GET /v2.0/ports?network_id=c96d1c99-9db3-46bc-a482-f9adbef2ad92&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: 489/916] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:45:44 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?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: 490/917] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:45:44 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?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: 491/918] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:44 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/919] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:44 2026] GET /v2.0/security-groups?tenant_id=5eb84766437947e4957dc541e6c2ec5d&name=default => generated 2925 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/920] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:44 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/921] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:44 2026] DELETE /v2.0/security-groups/e15dec00-06df-40b0-9c6a-7540d9b0fe11 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/922] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:44 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:45.118 7 INFO neutron.services.segments.plugin [-] Segment 7018c5a0-ab88-4c82-b5c4-c57bbe4cf815 resource provider aggregate not found 2026-04-09 14:45:45.130 7 INFO neutron.services.segments.plugin [-] Segment 7018c5a0-ab88-4c82-b5c4-c57bbe4cf815 resource provider aggregate not found 2026-04-09 14:45:45.144 7 INFO neutron.services.segments.plugin [-] Segment 7018c5a0-ab88-4c82-b5c4-c57bbe4cf815 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7018c5a0-ab88-4c82-b5c4-c57bbe4cf815 found for delete ", "request_id": "req-d308e651-8090-4c79-8a50-c44d589540c9"}]} 2026-04-09 14:45:45.148 7 INFO neutron.services.segments.plugin [-] Segment 7018c5a0-ab88-4c82-b5c4-c57bbe4cf815 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7018c5a0-ab88-4c82-b5c4-c57bbe4cf815 found for delete ", "request_id": "req-1e7d2569-b016-42a6-9a5d-71c8c95bd7a1"}]} 2026-04-09 14:45:45.252 7 INFO neutron.db.l3_db [None req-769596ed-8db4-4433-906a-5cbd573e6c63 c0c09f8c95cb472192b8616da175eec9 52e2d86efdb84d0b8b4d831fe3e77c43 - - default default] Floating IP 7f192314-2a88-4729-b824-c4b8329dc2f5 associated. External IP: 10.96.250.203, port: a8777ae6-8d26-47f7-bcb7-0e714aa687b6. [pid: 8|app: 0|req: 428/923] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:45:44 2026] PUT /v2.0/routers/f0b26712-83f6-41ba-b718-59ee2714ccef/add_router_interface => generated 309 bytes in 1210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/924] 199.204.45.95 () {34 vars in 1117 bytes} [Thu Apr 9 14:45:45 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1152 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/925] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:45:45 2026] GET /v2.0/ports/c625ff88-73b4-4326-9641-30681e9e085e => generated 955 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/926] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:45:44 2026] PUT /v2.0/floatingips/7f192314-2a88-4729-b824-c4b8329dc2f5 => generated 856 bytes in 800 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:45.678 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1fb36dfd-8921-47cb-9548-0ab97d67ae6a'] response: {'name': 'network-changed', 'server_uuid': '5a525d6d-73d3-4f84-bdc1-f8928a658874', 'tag': 'a8777ae6-8d26-47f7-bcb7-0e714aa687b6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 431/927] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:45:45 2026] PUT /v2.0/ports/ff91ef34-6d82-4654-bca6-8237b5335ba3 => generated 972 bytes in 411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:46.000 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-85c0d53a-e53c-400b-a245-74a83d6f799f'] response: {'name': 'network-changed', 'server_uuid': '78fd0815-86a3-4454-8078-55dfd6f01400', 'tag': 'ff91ef34-6d82-4654-bca6-8237b5335ba3', 'status': 'completed', 'code': 200} 2026-04-09 14:45:46.037 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2efca5e-815f-4219-91bb-92edb6e23f23 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] TaaS: Handle Delete Port: c625ff88-73b4-4326-9641-30681e9e085e 2026-04-09 14:45:46.040 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2efca5e-815f-4219-91bb-92edb6e23f23 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Tap Mirror: Handle Delete Port: c625ff88-73b4-4326-9641-30681e9e085e /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 432/928] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:45:46 2026] GET /v2.0/ports?tenant_id=52e2d86efdb84d0b8b4d831fe3e77c43&device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/929] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:45:46 2026] GET /v2.0/networks?id=6fdce55e-0213-475e-a284-2c70bf1fed09 => generated 771 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/930] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:45:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=a8777ae6-8d26-47f7-bcb7-0e714aa687b6 => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/931] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:45:46 2026] GET /v2.0/subnets?id=61a11ae5-5c0a-4d6a-8bef-b23b198e3051 => generated 694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/932] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:45:46 2026] GET /v2.0/ports?network_id=6fdce55e-0213-475e-a284-2c70bf1fed09&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: 437/933] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:45:46 2026] GET /v2.0/networks/6fdce55e-0213-475e-a284-2c70bf1fed09?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/934] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:45:46 2026] GET /v2.0/networks/6fdce55e-0213-475e-a284-2c70bf1fed09?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: 439/935] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:45:46 2026] GET /v2.0/ports?tenant_id=9ed8df4a84ce4f7abad2e63e8d5c3916&device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/936] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:45:45 2026] PUT /v2.0/routers/f0b26712-83f6-41ba-b718-59ee2714ccef/remove_router_interface => generated 309 bytes in 921 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/937] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:45:46 2026] GET /v2.0/networks?id=c96d1c99-9db3-46bc-a482-f9adbef2ad92 => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/938] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:45:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ff91ef34-6d82-4654-bca6-8237b5335ba3 => generated 861 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/939] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:45:46 2026] GET /v2.0/subnets?id=8af9f18d-4df4-4d7e-8261-0c86806a9cac => generated 701 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/940] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:45:46 2026] GET /v2.0/ports?network_id=c96d1c99-9db3-46bc-a482-f9adbef2ad92&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/941] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:45:46 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?fields=segments => generated 14 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:45:46.833 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd225ee1-7f70-4d28-b648-525f492ea2c7 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] TaaS: Handle Delete Port: b78a1d01-a2a4-41c7-b05c-84c7160d402a 2026-04-09 14:45:46.836 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd225ee1-7f70-4d28-b648-525f492ea2c7 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Tap Mirror: Handle Delete Port: b78a1d01-a2a4-41c7-b05c-84c7160d402a [pid: 8|app: 0|req: 445/942] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:45:46 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?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: 498/943] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:45:46 2026] PUT /v2.0/routers/f0b26712-83f6-41ba-b718-59ee2714ccef/remove_router_interface => generated 309 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/944] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:45:47 2026] GET /v2.0/ports?device_id=f0b26712-83f6-41ba-b718-59ee2714ccef => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:45:47.448 7 INFO neutron_taas.services.taas.taas_plugin [None req-03b52f2e-cb26-4caf-a31a-ed68bd11e211 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] TaaS: Handle Delete Port: 80ca2cf3-6400-4d8c-8f42-2eef054e0af0 2026-04-09 14:45:47.458 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03b52f2e-cb26-4caf-a31a-ed68bd11e211 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Tap Mirror: Handle Delete Port: 80ca2cf3-6400-4d8c-8f42-2eef054e0af0 [pid: 8|app: 0|req: 447/945] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:47 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => 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: 448/946] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:47 2026] GET /v2.0/security-groups?id=5b462407-4b69-4142-971a-8e47dadd53b5&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-09 14:45:47.800 7 INFO neutron.services.segments.plugin [-] Segment 482e3b69-1221-4204-9ea7-6529722441f5 resource provider aggregate not found 2026-04-09 14:45:47.806 7 INFO neutron.services.segments.plugin [-] Segment 482e3b69-1221-4204-9ea7-6529722441f5 resource provider aggregate not found 2026-04-09 14:45:47.818 7 INFO neutron.services.segments.plugin [-] Segment 482e3b69-1221-4204-9ea7-6529722441f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 482e3b69-1221-4204-9ea7-6529722441f5 found for delete ", "request_id": "req-3dfff810-7918-4e2c-8bf6-613cfc360fb0"}]} 2026-04-09 14:45:47.821 7 INFO neutron.db.l3_hamode_db [None req-03b52f2e-cb26-4caf-a31a-ed68bd11e211 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] HA network 43ec5ef3-8b95-413c-a5fa-918c1405fba2 was deleted as no HA routers are present in tenant db01750b2e7e4d35b5279d456466070e. 2026-04-09 14:45:47.826 7 INFO neutron.services.segments.plugin [-] Segment 482e3b69-1221-4204-9ea7-6529722441f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 482e3b69-1221-4204-9ea7-6529722441f5 found for delete ", "request_id": "req-6a39dca3-c328-4e96-9e23-dea52125354b"}]} [pid: 7|app: 0|req: 499/947] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:47 2026] DELETE /v2.0/routers/f0b26712-83f6-41ba-b718-59ee2714ccef => generated 0 bytes in 534 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/948] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:45:47 2026] GET /v2.0/ports?tenant_id=9ed8df4a84ce4f7abad2e63e8d5c3916&device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/949] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:45:47 2026] GET /v2.0/networks?id=c96d1c99-9db3-46bc-a482-f9adbef2ad92 => generated 779 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/950] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:45:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ff91ef34-6d82-4654-bca6-8237b5335ba3 => generated 861 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/951] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:47 2026] DELETE /v2.0/subnets/0bc8f706-966c-48f6-90ee-600b257769be => 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: 503/952] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:45:48 2026] GET /v2.0/subnets?id=8af9f18d-4df4-4d7e-8261-0c86806a9cac => generated 701 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/953] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:45:48 2026] GET /v2.0/ports?network_id=c96d1c99-9db3-46bc-a482-f9adbef2ad92&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/954] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:45:48 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?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: 506/955] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:45:48 2026] GET /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/956] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:48 2026] DELETE /v2.0/subnets/92045847-7489-4d54-90dc-90d3d3aa4242 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:48.299 7 INFO neutron_taas.services.taas.taas_plugin [None req-1133d41c-d55d-483f-81f5-25d0587ee3d7 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] TaaS: Handle Delete Port: 9b859c33-a33f-40f4-853a-d8db14bded42 2026-04-09 14:45:48.300 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1133d41c-d55d-483f-81f5-25d0587ee3d7 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Tap Mirror: Handle Delete Port: 9b859c33-a33f-40f4-853a-d8db14bded42 [pid: 7|app: 0|req: 507/957] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:48 2026] DELETE /v2.0/networks/c097aacd-23c1-4ac0-8e76-0c2b97b948a3 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:48.547 8 INFO neutron_taas.services.taas.taas_plugin [None req-154a4150-6d9f-4ff6-9171-5511a4257ff0 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] TaaS: Handle Delete Port: 9156043c-f531-4bfd-9102-7b4d6363e0b1 2026-04-09 14:45:48.551 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-154a4150-6d9f-4ff6-9171-5511a4257ff0 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Tap Mirror: Handle Delete Port: 9156043c-f531-4bfd-9102-7b4d6363e0b1 [pid: 7|app: 0|req: 508/958] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:48 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 975 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/959] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:48 2026] GET /v2.0/security-groups?id=5b462407-4b69-4142-971a-8e47dadd53b5&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:48.778 8 INFO neutron.services.segments.plugin [-] Segment 2c86fefd-5afe-4a13-bfce-8a20af761504 resource provider aggregate not found 2026-04-09 14:45:48.783 8 INFO neutron.services.segments.plugin [-] Segment 2c86fefd-5afe-4a13-bfce-8a20af761504 resource provider aggregate not found 2026-04-09 14:45:48.798 8 INFO neutron.services.segments.plugin [-] Segment 2c86fefd-5afe-4a13-bfce-8a20af761504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c86fefd-5afe-4a13-bfce-8a20af761504 found for delete ", "request_id": "req-8757e51c-39ee-4f7f-b1a3-a177dfa86047"}]} 2026-04-09 14:45:48.805 8 INFO neutron.services.segments.plugin [-] Segment 2c86fefd-5afe-4a13-bfce-8a20af761504 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2c86fefd-5afe-4a13-bfce-8a20af761504 found for delete ", "request_id": "req-aaef0a98-7d51-44ab-afe8-e0fe758f1ee1"}]} [pid: 8|app: 0|req: 451/960] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:48 2026] DELETE /v2.0/networks/715cc217-d385-4dd6-9183-63317d1e8ca5 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:48.872 7 INFO neutron.db.segments_db [None req-b03c3fa7-10bd-405e-8545-a14e1e3177a5 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Added segment 42752d43-dd74-4923-bd6e-1209ae5adb57 of type vxlan for network 8a813e13-4598-43e9-9a1f-498a91f7cba7 [pid: 7|app: 0|req: 510/961] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:48 2026] POST /v2.0/networks => generated 611 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/962] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:48 2026] POST /v2.0/subnets => generated 626 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:49.251 7 INFO neutron.db.segments_db [None req-0daec9d1-5ff1-4c63-b7d7-231c806e2e17 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Added segment 6ee7eb64-9ffe-42d5-8972-4a1abfeeaebe of type vxlan for network fae061ff-b49e-4de3-adc4-a44d17dc1eb8 2026-04-09 14:45:49.500 7 INFO neutron.db.l3_hamode_db [None req-0daec9d1-5ff1-4c63-b7d7-231c806e2e17 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:45:49.604 7 INFO neutron.db.l3_hamode_db [None req-0daec9d1-5ff1-4c63-b7d7-231c806e2e17 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 453/963] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:49 2026] GET /v2.0/security-groups?tenant_id=add56ae9811143df87ce7424feef13c7&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:45:49.840 7 INFO neutron.services.segments.plugin [-] Segment adf78423-90a0-4114-8ec4-5f0312ec73c2 resource provider aggregate not found 2026-04-09 14:45:49.850 7 INFO neutron.services.segments.plugin [-] Segment adf78423-90a0-4114-8ec4-5f0312ec73c2 resource provider aggregate not found 2026-04-09 14:45:49.861 7 INFO neutron.services.segments.plugin [-] Segment adf78423-90a0-4114-8ec4-5f0312ec73c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adf78423-90a0-4114-8ec4-5f0312ec73c2 found for delete ", "request_id": "req-7638c7c9-6a54-4b2e-930f-660a6ec9780e"}]} [pid: 8|app: 0|req: 454/964] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:49 2026] DELETE /v2.0/security-groups/02242dcc-4944-4e5d-b3c0-07cc33e9ce90 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:45:49.868 7 INFO neutron.services.segments.plugin [-] Segment adf78423-90a0-4114-8ec4-5f0312ec73c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adf78423-90a0-4114-8ec4-5f0312ec73c2 found for delete ", "request_id": "req-02dde660-e9d1-40c0-bec6-a21763d427a7"}]} [pid: 8|app: 0|req: 455/965] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:49 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/966] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:45:49 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/967] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:45:49 2026] GET /v2.0/security-groups?id=5b462407-4b69-4142-971a-8e47dadd53b5&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:50.053 8 INFO neutron_taas.services.taas.taas_plugin [req-e6b04db6-e489-46d2-abca-9b291b571c5f req-91fff747-9d9c-4932-a465-503f864add7e 14ec59b79f6f4e71b6b7a3537a50189c 9ed8df4a84ce4f7abad2e63e8d5c3916 - - default default] TaaS: Handle Delete Port: ff91ef34-6d82-4654-bca6-8237b5335ba3 2026-04-09 14:45:50.067 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e6b04db6-e489-46d2-abca-9b291b571c5f req-91fff747-9d9c-4932-a465-503f864add7e 14ec59b79f6f4e71b6b7a3537a50189c 9ed8df4a84ce4f7abad2e63e8d5c3916 - - default default] Tap Mirror: Handle Delete Port: ff91ef34-6d82-4654-bca6-8237b5335ba3 2026-04-09 14:45:50.187 8 INFO neutron.db.l3_db [req-e6b04db6-e489-46d2-abca-9b291b571c5f req-91fff747-9d9c-4932-a465-503f864add7e 14ec59b79f6f4e71b6b7a3537a50189c 9ed8df4a84ce4f7abad2e63e8d5c3916 - - default default] Floating IP 86e53a76-c8b4-487a-a0e6-0e6bfa0090dd disassociated. External IP: 10.96.250.211, port: ff91ef34-6d82-4654-bca6-8237b5335ba3. [pid: 7|app: 0|req: 511/968] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:49 2026] POST /v2.0/routers => generated 507 bytes in 1011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/969] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:50 2026] GET /v2.0/security-groups?tenant_id=80b8134927544bbe928d30c77c145882&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/970] 199.204.45.95 () {36 vars in 996 bytes} [Thu Apr 9 14:45:49 2026] DELETE /v2.0/ports/ff91ef34-6d82-4654-bca6-8237b5335ba3 => generated 0 bytes in 603 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:50.606 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c04b967-6cac-4550-85ba-a62a20f0076d'] response: {'server_uuid': '78fd0815-86a3-4454-8078-55dfd6f01400', 'name': 'network-vif-deleted', 'tag': 'ff91ef34-6d82-4654-bca6-8237b5335ba3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 459/971] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:50 2026] DELETE /v2.0/security-groups/26e73ee5-02ee-450d-b62c-1ecb4f2c09ee => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/972] 10.0.0.158 () {34 vars in 665 bytes} [Thu Apr 9 14:45:50 2026] POST /v2.0/ports => generated 948 bytes in 360 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: 514/973] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:51 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => 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: 515/974] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:52 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/975] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:45:50 2026] PUT /v2.0/routers/0d25e391-6825-4490-8140-74b1ad9257c6/add_router_interface => generated 309 bytes in 1481 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/976] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:45:52 2026] GET /v2.0/ports/a6a90ad9-818f-472f-a17f-141505cbd2ba => generated 1022 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 14:45:52.584 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e35bdc0-1ad0-489d-ac28-878a6c9e0054 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] TaaS: Handle Delete Port: a6a90ad9-818f-472f-a17f-141505cbd2ba 2026-04-09 14:45:52.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e35bdc0-1ad0-489d-ac28-878a6c9e0054 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Tap Mirror: Handle Delete Port: a6a90ad9-818f-472f-a17f-141505cbd2ba [pid: 8|app: 0|req: 461/977] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:45:52 2026] PUT /v2.0/routers/0d25e391-6825-4490-8140-74b1ad9257c6/remove_router_interface => generated 309 bytes in 850 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:53.187 7 INFO neutron.api.v2.resource [None req-9f73df9a-adfa-4ffb-a7c3-c2b640875f94 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 517/978] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:45:53 2026] PUT /v2.0/routers/0d25e391-6825-4490-8140-74b1ad9257c6/remove_router_interface => generated 197 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 462/979] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:45:53 2026] GET /v2.0/ports?device_id=0d25e391-6825-4490-8140-74b1ad9257c6 => 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: 463/980] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:45:53 2026] GET /v2.0/ports?device_id=78fd0815-86a3-4454-8078-55dfd6f01400 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:45:53.396 7 INFO neutron_taas.services.taas.taas_plugin [None req-34465e2e-63c9-49b3-a774-553d196a7903 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] TaaS: Handle Delete Port: b4a4621a-38ed-4264-827d-5b02dbfb9f59 2026-04-09 14:45:53.399 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34465e2e-63c9-49b3-a774-553d196a7903 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Tap Mirror: Handle Delete Port: b4a4621a-38ed-4264-827d-5b02dbfb9f59 2026-04-09 14:45:53.733 7 INFO neutron.services.segments.plugin [-] Segment 6ee7eb64-9ffe-42d5-8972-4a1abfeeaebe resource provider aggregate not found 2026-04-09 14:45:53.740 7 INFO neutron.services.segments.plugin [-] Segment 6ee7eb64-9ffe-42d5-8972-4a1abfeeaebe resource provider aggregate not found 2026-04-09 14:45:53.760 7 INFO neutron.services.segments.plugin [-] Segment 6ee7eb64-9ffe-42d5-8972-4a1abfeeaebe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ee7eb64-9ffe-42d5-8972-4a1abfeeaebe found for delete ", "request_id": "req-8daad9c7-eed0-458a-bd28-dd055fdd0970"}]} 2026-04-09 14:45:53.763 7 INFO neutron.services.segments.plugin [-] Segment 6ee7eb64-9ffe-42d5-8972-4a1abfeeaebe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ee7eb64-9ffe-42d5-8972-4a1abfeeaebe found for delete ", "request_id": "req-2ef2adf1-c450-45bd-b6ad-e23b612061e8"}]} 2026-04-09 14:45:53.767 7 INFO neutron.db.l3_hamode_db [None req-34465e2e-63c9-49b3-a774-553d196a7903 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] HA network fae061ff-b49e-4de3-adc4-a44d17dc1eb8 was deleted as no HA routers are present in tenant db01750b2e7e4d35b5279d456466070e. [pid: 7|app: 0|req: 518/983] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:53 2026] DELETE /v2.0/routers/0d25e391-6825-4490-8140-74b1ad9257c6 => generated 0 bytes in 555 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/984] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:53 2026] DELETE /v2.0/subnets/f782f565-d02e-4ad7-95ae-296baf432f2c => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:54.018 8 INFO neutron.services.segments.plugin [-] Segment 42752d43-dd74-4923-bd6e-1209ae5adb57 resource provider aggregate not found 2026-04-09 14:45:54.029 8 INFO neutron.services.segments.plugin [-] Segment 42752d43-dd74-4923-bd6e-1209ae5adb57 resource provider aggregate not found [pid: 7|app: 0|req: 519/985] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:53 2026] GET /v2.0/security-groups?tenant_id=2a89a59dfd8d4c0eac53cc19fff2dbcb&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:45:54.038 8 INFO neutron.services.segments.plugin [-] Segment 42752d43-dd74-4923-bd6e-1209ae5adb57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42752d43-dd74-4923-bd6e-1209ae5adb57 found for delete ", "request_id": "req-2d4e0786-ba45-4259-8384-7a0b1df97358"}]} 2026-04-09 14:45:54.047 8 INFO neutron.services.segments.plugin [-] Segment 42752d43-dd74-4923-bd6e-1209ae5adb57 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42752d43-dd74-4923-bd6e-1209ae5adb57 found for delete ", "request_id": "req-c315e73a-8b39-4109-b103-228e771f2998"}]} [pid: 8|app: 0|req: 467/986] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:53 2026] DELETE /v2.0/networks/8a813e13-4598-43e9-9a1f-498a91f7cba7 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/987] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:54 2026] DELETE /v2.0/security-groups/7e8e8fca-1632-4e8b-8898-83b966141f93 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:45:54.118 8 INFO neutron.db.segments_db [None req-cde36423-ae75-455e-a817-e92581b8217b 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Added segment 425218f3-22ea-4bfa-a7fe-6172f9a00c22 of type vxlan for network 1b9b6bca-e3c2-44de-bb04-31337d0666f5 [pid: 8|app: 0|req: 468/988] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:45:54 2026] POST /v2.0/networks => generated 611 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/989] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:54 2026] POST /v2.0/subnets => generated 626 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/990] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:54 2026] DELETE /v2.0/security-groups/5b462407-4b69-4142-971a-8e47dadd53b5 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:45:54.442 8 INFO neutron.api.v2.resource [None req-261c2b03-1abe-4df3-a7ae-f610e57da875 14ec59b79f6f4e71b6b7a3537a50189c 9ed8df4a84ce4f7abad2e63e8d5c3916 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 470/991] 10.0.0.158 () {32 vars in 737 bytes} [Thu Apr 9 14:45:54 2026] GET /v2.0/security-groups/5b462407-4b69-4142-971a-8e47dadd53b5 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:45:54.447 7 INFO neutron.db.segments_db [None req-273478f4-192c-4a2f-9862-73ed3491f3a4 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Added segment 98a13f2a-dc6c-437e-abdc-cde836bc5013 of type vxlan for network 1385bc33-2315-4add-be5d-5df7b8b47a17 2026-04-09 14:45:54.544 8 INFO neutron_taas.services.taas.taas_plugin [None req-325b811a-75de-42e6-8ed7-183327b52169 14ec59b79f6f4e71b6b7a3537a50189c 9ed8df4a84ce4f7abad2e63e8d5c3916 - - default default] TaaS: Handle Delete Port: 9bff2b5e-9547-4ddc-98c6-3b8f1dcf124f 2026-04-09 14:45:54.546 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-325b811a-75de-42e6-8ed7-183327b52169 14ec59b79f6f4e71b6b7a3537a50189c 9ed8df4a84ce4f7abad2e63e8d5c3916 - - default default] Tap Mirror: Handle Delete Port: 9bff2b5e-9547-4ddc-98c6-3b8f1dcf124f 2026-04-09 14:45:54.659 7 INFO neutron.db.l3_hamode_db [None req-273478f4-192c-4a2f-9862-73ed3491f3a4 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 471/992] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:45:54 2026] DELETE /v2.0/floatingips/86e53a76-c8b4-487a-a0e6-0e6bfa0090dd => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:45:54.787 7 INFO neutron.db.l3_hamode_db [None req-273478f4-192c-4a2f-9862-73ed3491f3a4 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:45:55.202 8 INFO neutron_taas.services.taas.taas_plugin [None req-633bada6-4c2e-4159-807b-a63de43d3c99 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 7c06aac0-efda-49e4-adb7-e401745965b8 2026-04-09 14:45:55.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-633bada6-4c2e-4159-807b-a63de43d3c99 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 7c06aac0-efda-49e4-adb7-e401745965b8 [pid: 7|app: 0|req: 522/993] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:54 2026] POST /v2.0/routers => generated 507 bytes in 1007 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/994] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:45:54 2026] PUT /v2.0/routers/198426ad-f8bc-447e-b2d7-0b3643b72d98/remove_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:56.002 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae2645ca-b6c7-44e9-8c8b-f6eade996186 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 479bad43-31c1-438c-8d55-a1336f8efcb7 2026-04-09 14:45:56.004 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae2645ca-b6c7-44e9-8c8b-f6eade996186 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 479bad43-31c1-438c-8d55-a1336f8efcb7 2026-04-09 14:45:56.289 8 INFO neutron_taas.services.taas.taas_plugin [None req-ae2645ca-b6c7-44e9-8c8b-f6eade996186 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 2ae4cb41-7466-4862-ba85-f74e0dd43a2d 2026-04-09 14:45:56.292 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae2645ca-b6c7-44e9-8c8b-f6eade996186 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 2ae4cb41-7466-4862-ba85-f74e0dd43a2d [pid: 7|app: 0|req: 523/995] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:45:55 2026] PUT /v2.0/routers/713115ff-2d2c-4c9f-a955-6964ed3b50f3/add_router_interface => generated 309 bytes in 1090 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:45:56.608 8 INFO neutron.services.segments.plugin [-] Segment 37cd48dd-fecc-4049-8b7f-f2c6e83f4705 resource provider aggregate not found 2026-04-09 14:45:56.615 8 INFO neutron.services.segments.plugin [-] Segment 37cd48dd-fecc-4049-8b7f-f2c6e83f4705 resource provider aggregate not found 2026-04-09 14:45:56.624 8 INFO neutron.services.segments.plugin [-] Segment 37cd48dd-fecc-4049-8b7f-f2c6e83f4705 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37cd48dd-fecc-4049-8b7f-f2c6e83f4705 found for delete ", "request_id": "req-08325f8a-eea1-4dca-aa10-eee02adfb792"}]} 2026-04-09 14:45:56.635 8 INFO neutron.services.segments.plugin [-] Segment 37cd48dd-fecc-4049-8b7f-f2c6e83f4705 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37cd48dd-fecc-4049-8b7f-f2c6e83f4705 found for delete ", "request_id": "req-d0411549-9be7-4f53-a8fd-0aaa777352cb"}]} 2026-04-09 14:45:56.647 8 INFO neutron.db.l3_hamode_db [None req-ae2645ca-b6c7-44e9-8c8b-f6eade996186 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] HA network eaa1b4a6-37e3-46ce-ae64-ce3dba574715 was deleted as no HA routers are present in tenant 9ed8df4a84ce4f7abad2e63e8d5c3916. [pid: 8|app: 0|req: 473/996] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:55 2026] DELETE /v2.0/routers/198426ad-f8bc-447e-b2d7-0b3643b72d98 => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:45:56.721 7 INFO neutron.db.segments_db [None req-6f928aa9-d9a9-4aa3-a00f-7619c1b41891 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 9f397559-365f-4f98-9851-4d3e60a6bdf9 of type vxlan for network 693e20ec-e272-4ecf-8106-7ac8150e124b [pid: 8|app: 0|req: 474/997] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:45:56 2026] GET /v2.0/ports/450b700b-7331-42eb-a471-9115be63231d => generated 955 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/998] 10.0.0.158 () {34 vars in 671 bytes} [Thu Apr 9 14:45:56 2026] POST /v2.0/networks => generated 722 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/999] 10.0.0.137 () {34 vars in 990 bytes} [Thu Apr 9 14:45:56 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 1244 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1000] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:56 2026] DELETE /v2.0/subnets/8af9f18d-4df4-4d7e-8261-0c86806a9cac => 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: 526/1001] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:56 2026] POST /v2.0/subnets => generated 688 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1002] 10.0.0.137 () {34 vars in 1040 bytes} [Thu Apr 9 14:45:57 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&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-09 14:45:57.169 8 INFO neutron_taas.services.taas.taas_plugin [None req-d91c524e-820b-48d0-9cd4-09de542beb0a 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] TaaS: Handle Delete Port: 450b700b-7331-42eb-a471-9115be63231d 2026-04-09 14:45:57.172 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d91c524e-820b-48d0-9cd4-09de542beb0a 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Tap Mirror: Handle Delete Port: 450b700b-7331-42eb-a471-9115be63231d 2026-04-09 14:45:57.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-d517224a-ad4f-470b-855c-ce55dcfa2514 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 631c5346-f222-485e-bf82-7adc9e2f3bc1 2026-04-09 14:45:57.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d517224a-ad4f-470b-855c-ce55dcfa2514 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 631c5346-f222-485e-bf82-7adc9e2f3bc1 2026-04-09 14:45:57.400 7 INFO neutron.services.segments.plugin [-] Segment 26830eee-1d29-405c-9c18-7d117e728d93 resource provider aggregate not found 2026-04-09 14:45:57.405 7 INFO neutron.services.segments.plugin [-] Segment 26830eee-1d29-405c-9c18-7d117e728d93 resource provider aggregate not found 2026-04-09 14:45:57.423 7 INFO neutron.services.segments.plugin [-] Segment 26830eee-1d29-405c-9c18-7d117e728d93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26830eee-1d29-405c-9c18-7d117e728d93 found for delete ", "request_id": "req-3e5da957-37f4-4580-9522-d83853b4cddc"}]} 2026-04-09 14:45:57.425 7 INFO neutron.services.segments.plugin [-] Segment 26830eee-1d29-405c-9c18-7d117e728d93 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26830eee-1d29-405c-9c18-7d117e728d93 found for delete ", "request_id": "req-607be358-3398-430e-9ce8-14a98706e368"}]} [pid: 7|app: 0|req: 528/1003] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:57 2026] DELETE /v2.0/networks/c96d1c99-9db3-46bc-a482-f9adbef2ad92 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:57.481 7 INFO neutron.db.segments_db [None req-00157cbe-b8c9-4b4d-b078-02c292414d99 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment dc5e8301-3b2b-43a2-8511-3f61ade0d2c4 of type vxlan for network 16e8471b-d18a-41c5-9984-6116439de468 [pid: 8|app: 0|req: 476/1004] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:45:56 2026] PUT /v2.0/routers/713115ff-2d2c-4c9f-a955-6964ed3b50f3/remove_router_interface => generated 309 bytes in 759 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/1005] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:45:57 2026] GET /v2.0/security-groups?tenant_id=9ed8df4a84ce4f7abad2e63e8d5c3916&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/1006] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:45:57 2026] GET /v2.0/ports?device_id=713115ff-2d2c-4c9f-a955-6964ed3b50f3 => 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: 479/1007] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:45:57 2026] DELETE /v2.0/security-groups/3cdd0564-b520-4ca3-9e13-79251d7ec85e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:45:57.785 7 INFO neutron.db.l3_hamode_db [None req-00157cbe-b8c9-4b4d-b078-02c292414d99 d767e4e040a64100b7c1c42230c0418d 217e001c78a14634b22708df0317b6d3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:45:57.916 8 INFO neutron_taas.services.taas.taas_plugin [None req-3931c1e8-7a5d-4353-b0d3-36bece955c09 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] TaaS: Handle Delete Port: 4cdb4a17-88d5-4afb-8e3a-134fe3e6303a 2026-04-09 14:45:57.919 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3931c1e8-7a5d-4353-b0d3-36bece955c09 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Tap Mirror: Handle Delete Port: 4cdb4a17-88d5-4afb-8e3a-134fe3e6303a 2026-04-09 14:45:58.314 8 INFO neutron.db.l3_hamode_db [None req-3931c1e8-7a5d-4353-b0d3-36bece955c09 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] HA network 1385bc33-2315-4add-be5d-5df7b8b47a17 was deleted as no HA routers are present in tenant db01750b2e7e4d35b5279d456466070e. [pid: 8|app: 0|req: 480/1008] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:57 2026] DELETE /v2.0/routers/713115ff-2d2c-4c9f-a955-6964ed3b50f3 => generated 0 bytes in 577 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/1009] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:45:58 2026] DELETE /v2.0/subnets/d0086a03-a179-46bf-8c7e-16634fda241b => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:58.556 7 INFO neutron.db.l3_hamode_db [None req-00157cbe-b8c9-4b4d-b078-02c292414d99 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 482/1010] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:45:58 2026] DELETE /v2.0/networks/1b9b6bca-e3c2-44de-bb04-31337d0666f5 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:45:58.641 8 INFO neutron.db.segments_db [None req-f64418d9-9c92-4797-a5e4-e28df5212b8e 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Added segment fb53f835-4627-42c2-8577-d18014484d0c of type vxlan for network 57501f60-9f83-4263-a2d3-f398ab29266d 2026-04-09 14:45:58.652 8 INFO neutron.services.segments.plugin [-] Segment 98a13f2a-dc6c-437e-abdc-cde836bc5013 resource provider aggregate not found 2026-04-09 14:45:58.656 8 INFO neutron.services.segments.plugin [-] Segment 98a13f2a-dc6c-437e-abdc-cde836bc5013 resource provider aggregate not found 2026-04-09 14:45:58.679 8 INFO neutron.services.segments.plugin [-] Segment 98a13f2a-dc6c-437e-abdc-cde836bc5013 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98a13f2a-dc6c-437e-abdc-cde836bc5013 found for delete ", "request_id": "req-d45bd942-ad04-428e-98f4-948a9097f9e0"}]} 2026-04-09 14:45:58.694 8 INFO neutron.services.segments.plugin [-] Segment 98a13f2a-dc6c-437e-abdc-cde836bc5013 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98a13f2a-dc6c-437e-abdc-cde836bc5013 found for delete ", "request_id": "req-d627b2c7-bbe9-4747-b754-11880a5071ec"}]} 2026-04-09 14:45:58.699 8 INFO neutron.services.segments.plugin [-] Segment 425218f3-22ea-4bfa-a7fe-6172f9a00c22 resource provider aggregate not found 2026-04-09 14:45:58.725 8 INFO neutron.services.segments.plugin [-] Segment 425218f3-22ea-4bfa-a7fe-6172f9a00c22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 425218f3-22ea-4bfa-a7fe-6172f9a00c22 found for delete ", "request_id": "req-bb3f9c3a-24bb-4ad0-aade-2522f0ab0d66"}]} 2026-04-09 14:45:58.728 8 INFO neutron.services.segments.plugin [-] Segment 425218f3-22ea-4bfa-a7fe-6172f9a00c22 resource provider aggregate not found 2026-04-09 14:45:58.752 8 INFO neutron.services.segments.plugin [-] Segment 425218f3-22ea-4bfa-a7fe-6172f9a00c22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 425218f3-22ea-4bfa-a7fe-6172f9a00c22 found for delete ", "request_id": "req-5e7afbae-def6-44db-bd55-7c54b3b0e0a8"}]} 2026-04-09 14:45:58.933 8 INFO neutron.db.l3_hamode_db [None req-f64418d9-9c92-4797-a5e4-e28df5212b8e 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 529/1011] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:57 2026] POST /v2.0/routers => generated 728 bytes in 2096 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:45:59.727 8 INFO neutron.db.l3_hamode_db [None req-f64418d9-9c92-4797-a5e4-e28df5212b8e 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:45:59.849 7 INFO neutron.db.segments_db [None req-3a7676a5-d216-4020-bddf-76de31c85e38 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 7607416c-40f2-4fea-ab8e-e3210d44e74e of type vxlan for network 8efa628e-b6c4-4216-b79d-13e1eb747e68 [pid: 7|app: 0|req: 530/1012] 10.0.0.158 () {34 vars in 671 bytes} [Thu Apr 9 14:45:59 2026] POST /v2.0/networks => generated 729 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/1013] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:45:58 2026] POST /v2.0/routers => generated 688 bytes in 1914 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/1014] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:46:00 2026] POST /v2.0/subnets => generated 695 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/1015] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:46:00 2026] GET /v2.0/routers/e9b417f1-9142-4dc6-b950-bb302eb02d09 => generated 694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:46:00.769 8 INFO neutron.db.segments_db [None req-c1251eac-764b-434a-b34f-b6f20dbce6a3 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment a85bee8f-6884-4ebe-9bb7-3b97ec793c5c of type vxlan for network 25cd8ee6-1e40-4c20-a0f3-0d4559a04ab4 [pid: 7|app: 0|req: 531/1016] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:45:59 2026] PUT /v2.0/routers/1282d771-4f1d-46bf-9f41-d327a1356249/add_router_interface => generated 309 bytes in 1117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:46:01.078 8 INFO neutron.db.l3_hamode_db [None req-c1251eac-764b-434a-b34f-b6f20dbce6a3 d767e4e040a64100b7c1c42230c0418d bac97d89cfdd4741888c5634e5bf0ff5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 532/1017] 10.0.0.158 () {32 vars in 647 bytes} [Thu Apr 9 14:46:01 2026] GET /v2.0/routers => generated 697 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1018] 10.0.0.158 () {34 vars in 741 bytes} [Thu Apr 9 14:46:01 2026] PUT /v2.0/routers/e9b417f1-9142-4dc6-b950-bb302eb02d09 => generated 701 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1019] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:46:01 2026] GET /v2.0/routers/e9b417f1-9142-4dc6-b950-bb302eb02d09 => generated 701 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1020] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:46:01 2026] GET /v2.0/ports?device_id=e9b417f1-9142-4dc6-b950-bb302eb02d09 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:46:01.749 8 INFO neutron.db.l3_hamode_db [None req-c1251eac-764b-434a-b34f-b6f20dbce6a3 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:46:01.848 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c57c2a6-9217-48e9-a07b-57a3f224c6a2 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] TaaS: Handle Delete Port: 502c7dc1-7901-403e-922a-a54566d46bbe 2026-04-09 14:46:01.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c57c2a6-9217-48e9-a07b-57a3f224c6a2 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Tap Mirror: Handle Delete Port: 502c7dc1-7901-403e-922a-a54566d46bbe 2026-04-09 14:46:02.102 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c57c2a6-9217-48e9-a07b-57a3f224c6a2 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] TaaS: Handle Delete Port: 5ca83c55-9d9d-4118-b76a-b9fc49352e51 2026-04-09 14:46:02.105 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c57c2a6-9217-48e9-a07b-57a3f224c6a2 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] Tap Mirror: Handle Delete Port: 5ca83c55-9d9d-4118-b76a-b9fc49352e51 2026-04-09 14:46:02.473 7 INFO neutron.services.segments.plugin [-] Segment fb53f835-4627-42c2-8577-d18014484d0c resource provider aggregate not found 2026-04-09 14:46:02.474 7 INFO neutron.services.segments.plugin [-] Segment fb53f835-4627-42c2-8577-d18014484d0c resource provider aggregate not found 2026-04-09 14:46:02.499 7 INFO neutron.services.segments.plugin [-] Segment fb53f835-4627-42c2-8577-d18014484d0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb53f835-4627-42c2-8577-d18014484d0c found for delete ", "request_id": "req-63835304-6051-489a-a155-02c0350e0cf4"}]} 2026-04-09 14:46:02.506 7 INFO neutron.services.segments.plugin [-] Segment fb53f835-4627-42c2-8577-d18014484d0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fb53f835-4627-42c2-8577-d18014484d0c found for delete ", "request_id": "req-1a824975-73c5-46ab-81fe-ba250621990e"}]} 2026-04-09 14:46:02.528 7 INFO neutron.db.l3_hamode_db [None req-5c57c2a6-9217-48e9-a07b-57a3f224c6a2 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] HA network 57501f60-9f83-4263-a2d3-f398ab29266d was deleted as no HA routers are present in tenant db01750b2e7e4d35b5279d456466070e. [pid: 7|app: 0|req: 536/1021] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:01 2026] DELETE /v2.0/routers/e9b417f1-9142-4dc6-b950-bb302eb02d09 => generated 0 bytes in 898 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1022] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:46:02 2026] GET /v2.0/ports?device_id=e9b417f1-9142-4dc6-b950-bb302eb02d09 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:46:02.591 7 INFO neutron.api.v2.resource [None req-31e30c67-d211-490e-b886-e850746179b7 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 538/1023] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:02 2026] DELETE /v2.0/routers/e9b417f1-9142-4dc6-b950-bb302eb02d09 => 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: 539/1024] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:46:02 2026] GET /v2.0/ports?device_id=713115ff-2d2c-4c9f-a955-6964ed3b50f3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:46:02.643 7 INFO neutron.api.v2.resource [None req-b4264afb-3176-48ce-bb38-baf0290b2b3f 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 540/1025] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:02 2026] DELETE /v2.0/routers/713115ff-2d2c-4c9f-a955-6964ed3b50f3 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:46:02.659 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb2a0f66-8b3a-436d-b03f-a7b66cccb165 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 541/1026] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:02 2026] DELETE /v2.0/subnets/d0086a03-a179-46bf-8c7e-16634fda241b => 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: 486/1027] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:46:00 2026] POST /v2.0/routers => generated 735 bytes in 1957 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1028] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:46:02 2026] GET /v2.0/ports?device_id=0d25e391-6825-4490-8140-74b1ad9257c6 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:46:02.716 7 INFO neutron.api.v2.resource [None req-306d71a9-201d-4d8b-862c-d6eb9abbf40b 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 543/1029] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:02 2026] DELETE /v2.0/routers/0d25e391-6825-4490-8140-74b1ad9257c6 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:46:02.737 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3aaaf061-3bb7-4804-8595-543446a4ad95 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 544/1030] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:02 2026] DELETE /v2.0/subnets/f782f565-d02e-4ad7-95ae-296baf432f2c => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1031] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:46:02 2026] GET /v2.0/ports?device_id=f0b26712-83f6-41ba-b718-59ee2714ccef => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:46:02.796 7 INFO neutron.api.v2.resource [None req-c7579635-9e49-4878-bb0a-821b6da38168 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 546/1032] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:02 2026] DELETE /v2.0/routers/f0b26712-83f6-41ba-b718-59ee2714ccef => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:46:02.814 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3056681-81f9-462e-a460-666b679bb3a4 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 547/1033] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:02 2026] DELETE /v2.0/subnets/0bc8f706-966c-48f6-90ee-600b257769be => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:46:02.833 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81fdced1-db2c-4738-bc73-5ae6bc27c599 3d363305b7ac4460b3d43a5886350bb9 db01750b2e7e4d35b5279d456466070e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 548/1034] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:02 2026] DELETE /v2.0/subnets/92045847-7489-4d54-90dc-90d3d3aa4242 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1035] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:03 2026] GET /v2.0/security-groups?tenant_id=db01750b2e7e4d35b5279d456466070e&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1036] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:03 2026] DELETE /v2.0/security-groups/f0e19397-e7d5-49a4-95f9-6e77e1569968 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1037] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:46:02 2026] PUT /v2.0/routers/e96bd65c-e139-4103-8042-010d56bfba7e/add_router_interface => generated 309 bytes in 1220 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/1038] 10.0.0.52 () {34 vars in 981 bytes} [Thu Apr 9 14:46:04 2026] GET /v2.0/networks?id=693e20ec-e272-4ecf-8106-7ac8150e124b => generated 673 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1039] 10.0.0.52 () {34 vars in 964 bytes} [Thu Apr 9 14:46:04 2026] GET /v2.0/quotas/217e001c78a14634b22708df0317b6d3 => 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: 551/1040] 10.0.0.158 () {34 vars in 685 bytes} [Thu Apr 9 14:46:04 2026] POST /v2.0/security-groups => generated 1660 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1041] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:46:04 2026] GET /v2.0/ports?tenant_id=217e001c78a14634b22708df0317b6d3&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1042] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Apr 9 14:46:04 2026] GET /v2.0/networks/693e20ec-e272-4ecf-8106-7ac8150e124b?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1043] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:46:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1044] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Apr 9 14:46:04 2026] GET /v2.0/networks/693e20ec-e272-4ecf-8106-7ac8150e124b?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: 553/1045] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:46:04 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: 554/1046] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:04 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1047] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:46:04 2026] POST /v2.0/floatingips => generated 552 bytes in 570 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1048] 10.0.0.158 () {32 vars in 623 bytes} [Thu Apr 9 14:46:05 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1049] 10.0.0.158 () {32 vars in 633 bytes} [Thu Apr 9 14:46:05 2026] GET /v2.0/ => generated 632 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1050] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:06 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => 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: 495/1051] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:06 2026] GET /v2.0/security-groups?tenant_id=561d1847aab944b291393301dde5121c&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1052] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:06 2026] DELETE /v2.0/security-groups/59c554b2-8423-4c8a-81a9-d4328de094e5 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1053] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:07 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => 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: 558/1054] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:07 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/1055] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:08 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&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: 559/1056] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:08 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1057] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:08 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1058] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:08 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => 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: 499/1059] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:08 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1060] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:08 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&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: 563/1063] 10.0.0.52 () {34 vars in 1097 bytes} [Thu Apr 9 14:46:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--587034175&fields=id&tenant_id=bac97d89cfdd4741888c5634e5bf0ff5 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1064] 10.0.0.52 () {34 vars in 981 bytes} [Thu Apr 9 14:46:09 2026] GET /v2.0/networks?id=8efa628e-b6c4-4216-b79d-13e1eb747e68 => generated 680 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1065] 10.0.0.52 () {34 vars in 964 bytes} [Thu Apr 9 14:46:09 2026] GET /v2.0/quotas/bac97d89cfdd4741888c5634e5bf0ff5 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1066] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:46:09 2026] GET /v2.0/networks?id=693e20ec-e272-4ecf-8106-7ac8150e124b => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1067] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:46:09 2026] GET /v2.0/ports?tenant_id=bac97d89cfdd4741888c5634e5bf0ff5&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1068] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Apr 9 14:46:09 2026] GET /v2.0/networks/8efa628e-b6c4-4216-b79d-13e1eb747e68?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: 505/1069] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:09 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => 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: 506/1070] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Apr 9 14:46:09 2026] GET /v2.0/networks/8efa628e-b6c4-4216-b79d-13e1eb747e68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1071] 199.204.45.95 () {38 vars in 954 bytes} [Thu Apr 9 14:46:09 2026] POST /v2.0/ports => generated 954 bytes in 450 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: 566/1072] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:09 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1073] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:09 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&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: 568/1074] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:09 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => 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: 569/1075] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:46:10 2026] GET /v2.0/ports?tenant_id=52e2d86efdb84d0b8b4d831fe3e77c43&device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1076] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:46:10 2026] GET /v2.0/networks?id=6fdce55e-0213-475e-a284-2c70bf1fed09 => generated 771 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1077] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:46:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=a8777ae6-8d26-47f7-bcb7-0e714aa687b6 => generated 861 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1078] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:46:09 2026] PUT /v2.0/ports/3793a287-b728-418f-a359-d1ee462badc0 => generated 1235 bytes in 548 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1079] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:46:10 2026] GET /v2.0/subnets?id=61a11ae5-5c0a-4d6a-8bef-b23b198e3051 => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 14:46:10.322 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-34a50af0-3e02-4a8e-b20d-74cedbf8fffc'] response: {'name': 'network-changed', 'server_uuid': 'b7e4d445-7d2a-41c6-9649-37f8b18e0dd2', 'tag': '3793a287-b728-418f-a359-d1ee462badc0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 508/1080] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:46:10 2026] GET /v2.0/ports?network_id=6fdce55e-0213-475e-a284-2c70bf1fed09&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: 573/1081] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:46:10 2026] GET /v2.0/networks/6fdce55e-0213-475e-a284-2c70bf1fed09?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1082] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:46:10 2026] GET /v2.0/networks/6fdce55e-0213-475e-a284-2c70bf1fed09?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: 574/1083] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:10 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1084] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:10 2026] GET /v2.0/security-groups?id=fd8b2217-9213-4a97-808e-66d4218baa49&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: 511/1085] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:46:10 2026] GET /v2.0/ports?tenant_id=217e001c78a14634b22708df0317b6d3&device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1086] 199.204.45.95 () {34 vars in 1017 bytes} [Thu Apr 9 14:46:10 2026] GET /v2.0/networks?tenant_id=217e001c78a14634b22708df0317b6d3&shared=False => generated 769 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1087] 199.204.45.95 () {34 vars in 929 bytes} [Thu Apr 9 14:46:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1088] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:10 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1089] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:11 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => 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: 516/1090] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:11 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1091] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:10 2026] GET /v2.0/security-groups?tenant_id=066ae0559b644ef581d036abe7fbe3bf&name=default => generated 2925 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1092] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:11 2026] DELETE /v2.0/security-groups/6f5a759a-90dc-42ea-ba66-f01dda7f8f51 => 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: 576/1093] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:11 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1094] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:11 2026] GET /v2.0/security-groups?id=fd8b2217-9213-4a97-808e-66d4218baa49&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: 577/1095] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:46:12 2026] GET /v2.0/ports?tenant_id=217e001c78a14634b22708df0317b6d3&device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1096] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:46:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=3793a287-b728-418f-a359-d1ee462badc0 => 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: 578/1097] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:46:12 2026] GET /v2.0/subnets?id=cce24cb7-eee1-4476-81b5-71793df8d01e => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1098] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:12 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => 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: 520/1099] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:46:12 2026] GET /v2.0/ports?network_id=693e20ec-e272-4ecf-8106-7ac8150e124b&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1100] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:12 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1101] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:46:12 2026] GET /v2.0/networks/693e20ec-e272-4ecf-8106-7ac8150e124b?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1102] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:12 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&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: 522/1103] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:46:12 2026] GET /v2.0/networks/693e20ec-e272-4ecf-8106-7ac8150e124b?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: 582/1104] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:12 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1105] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:12 2026] GET /v2.0/security-groups?id=fd8b2217-9213-4a97-808e-66d4218baa49&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: 583/1106] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:13 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => 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: 524/1107] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:13 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1108] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:13 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1109] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:13 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1110] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:14 2026] GET /v2.0/security-groups?id=fd8b2217-9213-4a97-808e-66d4218baa49&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1111] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:46:14 2026] GET /v2.0/networks?id=8efa628e-b6c4-4216-b79d-13e1eb747e68 => generated 680 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1112] 199.204.45.95 () {34 vars in 1049 bytes} [Thu Apr 9 14:46:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bac97d89cfdd4741888c5634e5bf0ff5 => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1113] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:14 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => 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: 528/1114] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:14 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => 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: 529/1115] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:14 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&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: 587/1116] 199.204.45.95 () {38 vars in 954 bytes} [Thu Apr 9 14:46:14 2026] POST /v2.0/ports => generated 958 bytes in 417 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: 588/1117] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:15 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => 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: 530/1118] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:46:14 2026] PUT /v2.0/ports/ad6a3652-d887-4749-b8c2-7b23d18bd238 => generated 1239 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:46:15.250 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bf0ac8cc-3aa7-4550-a2d5-65f29da2b231'] response: {'name': 'network-changed', 'server_uuid': 'a27d6b62-122b-4f3b-821d-f78eb0d3afbb', 'tag': 'ad6a3652-d887-4749-b8c2-7b23d18bd238', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 589/1119] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:15 2026] GET /v2.0/security-groups?id=fd8b2217-9213-4a97-808e-66d4218baa49&fields=id&fields=name => generated 88 bytes in 42 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: 531/1120] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:15 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 973 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1121] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:15 2026] GET /v2.0/security-groups?id=a115f553-fcdc-40c4-913e-155203a28bc7&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: 532/1122] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:15 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1123] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:15 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&fields=id&fields=name => generated 114 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1124] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:46:15 2026] GET /v2.0/ports?tenant_id=bac97d89cfdd4741888c5634e5bf0ff5&device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 1242 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1125] 199.204.45.95 () {34 vars in 1017 bytes} [Thu Apr 9 14:46:15 2026] GET /v2.0/networks?tenant_id=bac97d89cfdd4741888c5634e5bf0ff5&shared=False => generated 776 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1126] 199.204.45.95 () {34 vars in 929 bytes} [Thu Apr 9 14:46:15 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1127] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:16 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1128] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:16 2026] GET /v2.0/security-groups?id=fd8b2217-9213-4a97-808e-66d4218baa49&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: 594/1129] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:16 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1130] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:16 2026] GET /v2.0/security-groups?id=a115f553-fcdc-40c4-913e-155203a28bc7&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: 7|app: 0|req: 595/1131] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:16 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1132] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:16 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&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: 596/1133] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:46:17 2026] GET /v2.0/ports?tenant_id=bac97d89cfdd4741888c5634e5bf0ff5&device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1134] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:46:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ad6a3652-d887-4749-b8c2-7b23d18bd238 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1135] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:46:17 2026] GET /v2.0/subnets?id=cd87a7c5-5c21-4502-8a1f-0dc9518877e0 => generated 698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1136] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:46:17 2026] GET /v2.0/ports?network_id=8efa628e-b6c4-4216-b79d-13e1eb747e68&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1137] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:46:17 2026] GET /v2.0/networks/8efa628e-b6c4-4216-b79d-13e1eb747e68?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1138] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:46:17 2026] GET /v2.0/networks/8efa628e-b6c4-4216-b79d-13e1eb747e68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1139] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:17 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1140] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:17 2026] GET /v2.0/security-groups?id=fd8b2217-9213-4a97-808e-66d4218baa49&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: 600/1141] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:17 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1142] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:17 2026] GET /v2.0/security-groups?id=a115f553-fcdc-40c4-913e-155203a28bc7&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1143] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:18 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => 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: 543/1144] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:18 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1145] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:18 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1146] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:18 2026] GET /v2.0/security-groups?id=a115f553-fcdc-40c4-913e-155203a28bc7&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1147] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:19 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1148] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:19 2026] GET /v2.0/security-groups?id=fd8b2217-9213-4a97-808e-66d4218baa49&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: 604/1149] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:19 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => 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: 546/1150] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:19 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1151] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:20 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 973 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1152] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:20 2026] GET /v2.0/security-groups?id=a115f553-fcdc-40c4-913e-155203a28bc7&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: 547/1153] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:20 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1154] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:20 2026] GET /v2.0/security-groups?id=fd8b2217-9213-4a97-808e-66d4218baa49&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1155] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:21 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 973 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1156] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:21 2026] GET /v2.0/security-groups?id=a115f553-fcdc-40c4-913e-155203a28bc7&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: 550/1157] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:46:21 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:46:21.657 8 INFO neutron_taas.services.taas.taas_plugin [req-bb723cdb-8d39-4e75-bb9c-43c1f7ddea07 req-20abddaa-420d-4e92-ae78-30b67c8ae350 7155fdae1326494fa50e185036bc7a8f 217e001c78a14634b22708df0317b6d3 - - default default] TaaS: Handle Delete Port: 3793a287-b728-418f-a359-d1ee462badc0 2026-04-09 14:46:21.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bb723cdb-8d39-4e75-bb9c-43c1f7ddea07 req-20abddaa-420d-4e92-ae78-30b67c8ae350 7155fdae1326494fa50e185036bc7a8f 217e001c78a14634b22708df0317b6d3 - - default default] Tap Mirror: Handle Delete Port: 3793a287-b728-418f-a359-d1ee462badc0 [pid: 8|app: 0|req: 551/1158] 199.204.45.95 () {36 vars in 996 bytes} [Thu Apr 9 14:46:21 2026] DELETE /v2.0/ports/3793a287-b728-418f-a359-d1ee462badc0 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:46:21.862 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa5f8809-bf7c-4762-86eb-f16817243d50'] response: {'server_uuid': 'b7e4d445-7d2a-41c6-9649-37f8b18e0dd2', 'name': 'network-vif-deleted', 'tag': '3793a287-b728-418f-a359-d1ee462badc0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 608/1159] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:21 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => generated 971 bytes in 501 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1160] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:21 2026] GET /v2.0/security-groups?id=fd8b2217-9213-4a97-808e-66d4218baa49&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1161] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:21 2026] GET /v2.0/security-groups?tenant_id=2f7dadc3bee54eb38603328c8d3fa098&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1162] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:22 2026] DELETE /v2.0/security-groups/305566f4-892e-4628-ba8e-101d56fdf656 => 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: 553/1163] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:22 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1164] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:22 2026] GET /v2.0/security-groups?id=a115f553-fcdc-40c4-913e-155203a28bc7&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1165] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:23 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => 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: 613/1168] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:23 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1169] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:23 2026] GET /v2.0/security-groups?id=a115f553-fcdc-40c4-913e-155203a28bc7&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: 614/1170] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:24 2026] GET /v2.0/ports?device_id=b7e4d445-7d2a-41c6-9649-37f8b18e0dd2 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1171] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:24 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1172] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:24 2026] GET /v2.0/security-groups?id=a115f553-fcdc-40c4-913e-155203a28bc7&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1173] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:26 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => 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: 616/1174] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:26 2026] GET /v2.0/security-groups?id=a115f553-fcdc-40c4-913e-155203a28bc7&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1175] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:26 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:46:26.614 7 INFO neutron.db.l3_db [None req-e2024950-a4b7-4a83-a7d5-52429a1d67c7 7a7e801cb8244d718dd267d724033e80 bac97d89cfdd4741888c5634e5bf0ff5 - - default default] Floating IP 4b2dff1b-8e07-48bf-b28f-99bc36f28d9f associated. External IP: 10.96.250.207, port: ad6a3652-d887-4749-b8c2-7b23d18bd238. [pid: 7|app: 0|req: 617/1176] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:46:26 2026] PUT /v2.0/floatingips/4b2dff1b-8e07-48bf-b28f-99bc36f28d9f => generated 856 bytes in 653 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:46:26.974 8 INFO neutron_taas.services.taas.taas_plugin [None req-5205ad73-0046-4b10-a211-e74e5062cfeb d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: d9b31d22-aa7f-42cc-9349-eaca828c45c4 2026-04-09 14:46:26.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5205ad73-0046-4b10-a211-e74e5062cfeb d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: d9b31d22-aa7f-42cc-9349-eaca828c45c4 2026-04-09 14:46:26.999 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e9c4124-eae7-4741-97c0-afe04887abd4'] response: {'name': 'network-changed', 'server_uuid': 'a27d6b62-122b-4f3b-821d-f78eb0d3afbb', 'tag': 'ad6a3652-d887-4749-b8c2-7b23d18bd238', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 560/1177] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:46:26 2026] PUT /v2.0/routers/1282d771-4f1d-46bf-9f41-d327a1356249/remove_router_interface => generated 309 bytes in 917 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1178] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:27 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1179] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:46:27 2026] GET /v2.0/ports?tenant_id=bac97d89cfdd4741888c5634e5bf0ff5&device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => 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: 618/1180] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:46:26 2026] POST /v2.0/floatingips => generated 552 bytes in 815 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1181] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:27 2026] GET /v2.0/security-groups?id=a115f553-fcdc-40c4-913e-155203a28bc7&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:46:27.795 8 INFO neutron_taas.services.taas.taas_plugin [None req-aca1b9a7-390c-4865-90ef-5f34e69bbcc9 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: b1d3697f-3b54-48f6-a168-0a508fe7f622 2026-04-09 14:46:27.797 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aca1b9a7-390c-4865-90ef-5f34e69bbcc9 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: b1d3697f-3b54-48f6-a168-0a508fe7f622 [pid: 7|app: 0|req: 620/1182] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:46:27 2026] GET /v2.0/networks?id=8efa628e-b6c4-4216-b79d-13e1eb747e68 => generated 776 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:46:28.017 8 INFO neutron_taas.services.taas.taas_plugin [None req-aca1b9a7-390c-4865-90ef-5f34e69bbcc9 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: d8a3dee2-41f0-43f6-905a-60ffdab600df 2026-04-09 14:46:28.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aca1b9a7-390c-4865-90ef-5f34e69bbcc9 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: d8a3dee2-41f0-43f6-905a-60ffdab600df 2026-04-09 14:46:28.344 8 INFO neutron.services.segments.plugin [-] Segment dc5e8301-3b2b-43a2-8511-3f61ade0d2c4 resource provider aggregate not found 2026-04-09 14:46:28.351 8 INFO neutron.services.segments.plugin [-] Segment dc5e8301-3b2b-43a2-8511-3f61ade0d2c4 resource provider aggregate not found [pid: 7|app: 0|req: 621/1183] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:46:27 2026] POST /v2.0/floatingips => generated 552 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:46:28.366 8 INFO neutron.services.segments.plugin [-] Segment dc5e8301-3b2b-43a2-8511-3f61ade0d2c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc5e8301-3b2b-43a2-8511-3f61ade0d2c4 found for delete ", "request_id": "req-44015625-13d2-403c-b0e5-cf5871ed0bd7"}]} 2026-04-09 14:46:28.374 8 INFO neutron.db.l3_hamode_db [None req-aca1b9a7-390c-4865-90ef-5f34e69bbcc9 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] HA network 16e8471b-d18a-41c5-9984-6116439de468 was deleted as no HA routers are present in tenant 217e001c78a14634b22708df0317b6d3. 2026-04-09 14:46:28.381 8 INFO neutron.services.segments.plugin [-] Segment dc5e8301-3b2b-43a2-8511-3f61ade0d2c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc5e8301-3b2b-43a2-8511-3f61ade0d2c4 found for delete ", "request_id": "req-b238f4e5-20f8-40d0-94e9-f3d6f8545049"}]} [pid: 8|app: 0|req: 563/1184] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:27 2026] DELETE /v2.0/routers/1282d771-4f1d-46bf-9f41-d327a1356249 => generated 0 bytes in 754 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1185] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:46:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=ad6a3652-d887-4749-b8c2-7b23d18bd238 => generated 861 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1186] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:28 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1187] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:28 2026] DELETE /v2.0/subnets/cce24cb7-eee1-4476-81b5-71793df8d01e => 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: 566/1188] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:46:28 2026] GET /v2.0/subnets?id=cd87a7c5-5c21-4502-8a1f-0dc9518877e0 => generated 698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1189] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:28 2026] GET /v2.0/security-groups?id=a115f553-fcdc-40c4-913e-155203a28bc7&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:46:28.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-382d28fa-2941-47d6-b438-3874a88ed337 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 1f1168ed-5315-4e9d-886c-e5ef8c902a32 2026-04-09 14:46:28.780 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-382d28fa-2941-47d6-b438-3874a88ed337 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 1f1168ed-5315-4e9d-886c-e5ef8c902a32 [pid: 8|app: 0|req: 568/1190] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:46:28 2026] DELETE /v2.0/networks/693e20ec-e272-4ecf-8106-7ac8150e124b => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1191] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:46:28 2026] POST /v2.0/floatingips => generated 552 bytes in 650 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1192] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:46:29 2026] GET /v2.0/ports?network_id=8efa628e-b6c4-4216-b79d-13e1eb747e68&device_owner=network%3Adhcp => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1193] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:46:29 2026] GET /v2.0/networks/8efa628e-b6c4-4216-b79d-13e1eb747e68?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: 571/1194] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:46:29 2026] GET /v2.0/networks/8efa628e-b6c4-4216-b79d-13e1eb747e68?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1195] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:29 2026] GET /v2.0/security-groups?tenant_id=217e001c78a14634b22708df0317b6d3&name=default => generated 2925 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1196] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:29 2026] DELETE /v2.0/security-groups/fd8b2217-9213-4a97-808e-66d4218baa49 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1197] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:46:29 2026] POST /v2.0/floatingips => generated 552 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1198] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:29 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => 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: 626/1199] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:29 2026] GET /v2.0/security-groups?id=a115f553-fcdc-40c4-913e-155203a28bc7&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: 627/1200] 10.0.0.137 () {34 vars in 990 bytes} [Thu Apr 9 14:46:29 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1201] 10.0.0.137 () {34 vars in 1040 bytes} [Thu Apr 9 14:46:29 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&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: 574/1202] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:46:29 2026] POST /v2.0/floatingips => generated 552 bytes in 539 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1203] 10.0.0.158 () {34 vars in 759 bytes} [Thu Apr 9 14:46:30 2026] PUT /v2.0/floatingips/6de6da93-287d-41a3-9e34-3f8f21ea82b3/tags => generated 17 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1204] 10.0.0.158 () {34 vars in 759 bytes} [Thu Apr 9 14:46:30 2026] PUT /v2.0/floatingips/824b068a-37e0-4b18-b14e-76ffb5241327/tags => generated 25 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1205] 10.0.0.158 () {34 vars in 759 bytes} [Thu Apr 9 14:46:30 2026] PUT /v2.0/floatingips/021bb8a0-f19f-4a68-9c7e-a6e726a3fbfd/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:46:30.389 8 INFO neutron.services.segments.plugin [-] Segment 9f397559-365f-4f98-9851-4d3e60a6bdf9 resource provider aggregate not found 2026-04-09 14:46:30.415 8 INFO neutron.services.segments.plugin [-] Segment 9f397559-365f-4f98-9851-4d3e60a6bdf9 resource provider aggregate not found 2026-04-09 14:46:30.437 8 INFO neutron.services.segments.plugin [-] Segment 9f397559-365f-4f98-9851-4d3e60a6bdf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f397559-365f-4f98-9851-4d3e60a6bdf9 found for delete ", "request_id": "req-2b1345d9-218d-49f9-9629-d02ad10b795c"}]} 2026-04-09 14:46:30.447 8 INFO neutron.services.segments.plugin [-] Segment 9f397559-365f-4f98-9851-4d3e60a6bdf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f397559-365f-4f98-9851-4d3e60a6bdf9 found for delete ", "request_id": "req-c54d2889-d033-4ca6-8b9d-8de10b71ea75"}]} [pid: 8|app: 0|req: 576/1206] 10.0.0.158 () {34 vars in 759 bytes} [Thu Apr 9 14:46:30 2026] PUT /v2.0/floatingips/2074bd44-cc93-4d1d-9ed5-3a3d0d9b8a51/tags => generated 19 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1207] 10.0.0.158 () {32 vars in 672 bytes} [Thu Apr 9 14:46:30 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1208] 10.0.0.158 () {32 vars in 686 bytes} [Thu Apr 9 14:46:30 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1209] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:46:30 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1210] 10.0.0.158 () {32 vars in 682 bytes} [Thu Apr 9 14:46:30 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:46:30.711 7 INFO neutron_taas.services.taas.taas_plugin [req-309be336-0abb-4115-a19d-6e334ad40002 req-e73e648b-bb7a-4912-8e3e-2c1c44cfc205 7a7e801cb8244d718dd267d724033e80 bac97d89cfdd4741888c5634e5bf0ff5 - - default default] TaaS: Handle Delete Port: ad6a3652-d887-4749-b8c2-7b23d18bd238 2026-04-09 14:46:30.715 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-309be336-0abb-4115-a19d-6e334ad40002 req-e73e648b-bb7a-4912-8e3e-2c1c44cfc205 7a7e801cb8244d718dd267d724033e80 bac97d89cfdd4741888c5634e5bf0ff5 - - default default] Tap Mirror: Handle Delete Port: ad6a3652-d887-4749-b8c2-7b23d18bd238 2026-04-09 14:46:30.851 7 INFO neutron.db.l3_db [req-309be336-0abb-4115-a19d-6e334ad40002 req-e73e648b-bb7a-4912-8e3e-2c1c44cfc205 7a7e801cb8244d718dd267d724033e80 bac97d89cfdd4741888c5634e5bf0ff5 - - default default] Floating IP 4b2dff1b-8e07-48bf-b28f-99bc36f28d9f disassociated. External IP: 10.96.250.207, port: ad6a3652-d887-4749-b8c2-7b23d18bd238. [pid: 8|app: 0|req: 579/1211] 10.0.0.158 () {32 vars in 694 bytes} [Thu Apr 9 14:46:30 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1212] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:31 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => 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: 581/1213] 10.0.0.158 () {32 vars in 680 bytes} [Thu Apr 9 14:46:31 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1214] 10.0.0.158 () {32 vars in 694 bytes} [Thu Apr 9 14:46:31 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1215] 199.204.45.95 () {36 vars in 996 bytes} [Thu Apr 9 14:46:30 2026] DELETE /v2.0/ports/ad6a3652-d887-4749-b8c2-7b23d18bd238 => generated 0 bytes in 624 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1216] 10.0.0.158 () {32 vars in 690 bytes} [Thu Apr 9 14:46:31 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:46:31.275 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-39ae2ca2-10dc-4f71-80c4-ae1ed9fdfd95'] response: {'server_uuid': 'a27d6b62-122b-4f3b-821d-f78eb0d3afbb', 'name': 'network-vif-deleted', 'tag': 'ad6a3652-d887-4749-b8c2-7b23d18bd238', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 634/1217] 10.0.0.158 () {32 vars in 702 bytes} [Thu Apr 9 14:46:31 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:46:31.405 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8e02e8d-e42b-4534-b776-ece333dd03ca 82a18441c89046f9a1599eae66b3ae8d 941920e2255a401bb8ffaf2ffa48c054 - - default default] TaaS: Handle Delete Port: 2e0b1cfa-d4f8-4613-b78a-e1cb60ced18c 2026-04-09 14:46:31.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8e02e8d-e42b-4534-b776-ece333dd03ca 82a18441c89046f9a1599eae66b3ae8d 941920e2255a401bb8ffaf2ffa48c054 - - default default] Tap Mirror: Handle Delete Port: 2e0b1cfa-d4f8-4613-b78a-e1cb60ced18c [pid: 8|app: 0|req: 584/1218] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:46:31 2026] DELETE /v2.0/floatingips/6de6da93-287d-41a3-9e34-3f8f21ea82b3 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:46:31.736 7 INFO neutron_taas.services.taas.taas_plugin [None req-83066df8-c976-42ef-ab19-d716defa92ba 82a18441c89046f9a1599eae66b3ae8d 941920e2255a401bb8ffaf2ffa48c054 - - default default] TaaS: Handle Delete Port: 91c0f9d6-d7b6-4005-ae1d-1e30ae47b801 2026-04-09 14:46:31.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83066df8-c976-42ef-ab19-d716defa92ba 82a18441c89046f9a1599eae66b3ae8d 941920e2255a401bb8ffaf2ffa48c054 - - default default] Tap Mirror: Handle Delete Port: 91c0f9d6-d7b6-4005-ae1d-1e30ae47b801 [pid: 7|app: 0|req: 635/1219] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:46:31 2026] DELETE /v2.0/floatingips/824b068a-37e0-4b18-b14e-76ffb5241327 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:46:32.044 8 INFO neutron_taas.services.taas.taas_plugin [None req-e14eb9fa-aca4-4afe-aae2-90bd10d20c9e 82a18441c89046f9a1599eae66b3ae8d 941920e2255a401bb8ffaf2ffa48c054 - - default default] TaaS: Handle Delete Port: 6c2b2fae-385b-4402-bb44-1aa245daca47 2026-04-09 14:46:32.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e14eb9fa-aca4-4afe-aae2-90bd10d20c9e 82a18441c89046f9a1599eae66b3ae8d 941920e2255a401bb8ffaf2ffa48c054 - - default default] Tap Mirror: Handle Delete Port: 6c2b2fae-385b-4402-bb44-1aa245daca47 [pid: 7|app: 0|req: 636/1220] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:32 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => 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: 585/1221] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:46:31 2026] DELETE /v2.0/floatingips/021bb8a0-f19f-4a68-9c7e-a6e726a3fbfd => generated 0 bytes in 261 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:46:32.305 7 INFO neutron_taas.services.taas.taas_plugin [None req-4cadbfb6-e10c-4cff-9c6f-a24f7f92d49d 82a18441c89046f9a1599eae66b3ae8d 941920e2255a401bb8ffaf2ffa48c054 - - default default] TaaS: Handle Delete Port: 386cb9ee-abf9-4238-8022-9fc29a777b4f 2026-04-09 14:46:32.309 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4cadbfb6-e10c-4cff-9c6f-a24f7f92d49d 82a18441c89046f9a1599eae66b3ae8d 941920e2255a401bb8ffaf2ffa48c054 - - default default] Tap Mirror: Handle Delete Port: 386cb9ee-abf9-4238-8022-9fc29a777b4f [pid: 7|app: 0|req: 637/1222] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:46:32 2026] DELETE /v2.0/floatingips/2074bd44-cc93-4d1d-9ed5-3a3d0d9b8a51 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:46:32.554 8 INFO neutron_taas.services.taas.taas_plugin [None req-12c264a5-5f91-4ab6-9bed-25fd07260cbb 82a18441c89046f9a1599eae66b3ae8d 941920e2255a401bb8ffaf2ffa48c054 - - default default] TaaS: Handle Delete Port: 50bcc93b-c32d-40e5-bc9a-e284c57f9076 2026-04-09 14:46:32.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12c264a5-5f91-4ab6-9bed-25fd07260cbb 82a18441c89046f9a1599eae66b3ae8d 941920e2255a401bb8ffaf2ffa48c054 - - default default] Tap Mirror: Handle Delete Port: 50bcc93b-c32d-40e5-bc9a-e284c57f9076 [pid: 8|app: 0|req: 586/1223] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:46:32 2026] DELETE /v2.0/floatingips/dc6fd5c5-183f-480c-82db-df57bb5be1e3 => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1224] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:33 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => 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: 587/1225] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:33 2026] GET /v2.0/security-groups?tenant_id=03c2489174104c5395e0a9f9560e51f6&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1226] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:34 2026] DELETE /v2.0/security-groups/6245fb19-df6a-418d-aafd-7a846dfb4def => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1227] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:34 2026] GET /v2.0/ports?device_id=a27d6b62-122b-4f3b-821d-f78eb0d3afbb => 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: 588/1228] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:34 2026] GET /v2.0/security-groups?tenant_id=941920e2255a401bb8ffaf2ffa48c054&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1229] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:34 2026] DELETE /v2.0/security-groups/f2ca24e4-5e2b-4e9f-83b6-b369eb3e8d9b => 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: 589/1230] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:34 2026] GET /v2.0/security-groups?tenant_id=8e17ffd3a3b44d61b5036abfdd081133&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1231] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:34 2026] DELETE /v2.0/security-groups/7adcc316-78ac-4094-b738-86849d0bddb1 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1232] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:35 2026] DELETE /v2.0/security-groups/a115f553-fcdc-40c4-913e-155203a28bc7 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:46:35.591 7 INFO neutron.api.v2.resource [None req-1afb0b49-c7cd-4867-a37d-81d4180ec7f1 7a7e801cb8244d718dd267d724033e80 bac97d89cfdd4741888c5634e5bf0ff5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 643/1233] 10.0.0.158 () {32 vars in 737 bytes} [Thu Apr 9 14:46:35 2026] GET /v2.0/security-groups/a115f553-fcdc-40c4-913e-155203a28bc7 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:46:35.723 8 INFO neutron_taas.services.taas.taas_plugin [None req-6aea06fd-78cc-4833-8234-47ccc06832f6 7a7e801cb8244d718dd267d724033e80 bac97d89cfdd4741888c5634e5bf0ff5 - - default default] TaaS: Handle Delete Port: 20ede99a-d654-44ec-a373-783c8bbfd6a8 2026-04-09 14:46:35.726 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6aea06fd-78cc-4833-8234-47ccc06832f6 7a7e801cb8244d718dd267d724033e80 bac97d89cfdd4741888c5634e5bf0ff5 - - default default] Tap Mirror: Handle Delete Port: 20ede99a-d654-44ec-a373-783c8bbfd6a8 [pid: 8|app: 0|req: 591/1234] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:46:35 2026] DELETE /v2.0/floatingips/4b2dff1b-8e07-48bf-b28f-99bc36f28d9f => generated 0 bytes in 305 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:46:36.264 7 INFO neutron_taas.services.taas.taas_plugin [None req-aedf9ac3-94f9-4507-8466-a509d994b05c d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 4366b50d-fdf1-43de-9249-f56e416ee15c 2026-04-09 14:46:36.267 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aedf9ac3-94f9-4507-8466-a509d994b05c d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 4366b50d-fdf1-43de-9249-f56e416ee15c [pid: 7|app: 0|req: 644/1235] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:46:35 2026] PUT /v2.0/routers/e96bd65c-e139-4103-8042-010d56bfba7e/remove_router_interface => generated 309 bytes in 893 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:46:36.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d21a6c9-2b52-4f8b-bcff-ab7b77d9062b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 593fa42a-a5b5-4421-a562-bfa936c0e5e3 2026-04-09 14:46:37.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d21a6c9-2b52-4f8b-bcff-ab7b77d9062b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 593fa42a-a5b5-4421-a562-bfa936c0e5e3 2026-04-09 14:46:37.225 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d21a6c9-2b52-4f8b-bcff-ab7b77d9062b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 4d7c78b2-fbdb-4d86-a02a-386131fc8a1a 2026-04-09 14:46:37.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d21a6c9-2b52-4f8b-bcff-ab7b77d9062b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 4d7c78b2-fbdb-4d86-a02a-386131fc8a1a 2026-04-09 14:46:37.636 8 INFO neutron.services.segments.plugin [-] Segment a85bee8f-6884-4ebe-9bb7-3b97ec793c5c resource provider aggregate not found 2026-04-09 14:46:37.639 8 INFO neutron.services.segments.plugin [-] Segment a85bee8f-6884-4ebe-9bb7-3b97ec793c5c resource provider aggregate not found 2026-04-09 14:46:37.653 8 INFO neutron.services.segments.plugin [-] Segment a85bee8f-6884-4ebe-9bb7-3b97ec793c5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a85bee8f-6884-4ebe-9bb7-3b97ec793c5c found for delete ", "request_id": "req-6344916b-116a-45c2-a607-8816689366a9"}]} 2026-04-09 14:46:37.662 8 INFO neutron.services.segments.plugin [-] Segment a85bee8f-6884-4ebe-9bb7-3b97ec793c5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a85bee8f-6884-4ebe-9bb7-3b97ec793c5c found for delete ", "request_id": "req-e43fc3d1-d210-4da9-9d6f-298cf925a0aa"}]} 2026-04-09 14:46:37.669 8 INFO neutron.db.l3_hamode_db [None req-2d21a6c9-2b52-4f8b-bcff-ab7b77d9062b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] HA network 25cd8ee6-1e40-4c20-a0f3-0d4559a04ab4 was deleted as no HA routers are present in tenant bac97d89cfdd4741888c5634e5bf0ff5. [pid: 8|app: 0|req: 592/1236] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:36 2026] DELETE /v2.0/routers/e96bd65c-e139-4103-8042-010d56bfba7e => generated 0 bytes in 870 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1237] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:37 2026] DELETE /v2.0/subnets/cd87a7c5-5c21-4502-8a1f-0dc9518877e0 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:46:37.980 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4e206cd-63d8-4976-9191-b4ea31a81c77 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 856237eb-6425-4501-80b5-33cdbd44358f 2026-04-09 14:46:37.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4e206cd-63d8-4976-9191-b4ea31a81c77 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 856237eb-6425-4501-80b5-33cdbd44358f [pid: 8|app: 0|req: 593/1238] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:46:37 2026] DELETE /v2.0/networks/8efa628e-b6c4-4216-b79d-13e1eb747e68 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1239] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:38 2026] GET /v2.0/security-groups?tenant_id=bac97d89cfdd4741888c5634e5bf0ff5&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1240] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:38 2026] DELETE /v2.0/security-groups/d757e6b1-495b-4669-bf89-1f67c2f75b0e => generated 0 bytes in 159 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1243] 10.0.0.158 () {34 vars in 678 bytes} [Thu Apr 9 14:46:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1244] 10.0.0.158 () {34 vars in 678 bytes} [Thu Apr 9 14:46:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1245] 10.0.0.158 () {34 vars in 678 bytes} [Thu Apr 9 14:46:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1246] 10.0.0.158 () {34 vars in 678 bytes} [Thu Apr 9 14:46:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1247] 10.0.0.158 () {34 vars in 678 bytes} [Thu Apr 9 14:46:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1248] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:46:39 2026] PUT /v2.0/policies/7f4d98ca-28a7-4b23-a768-882fb745b1c3/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1249] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:46:39 2026] PUT /v2.0/policies/8541ca4b-5e3f-4851-9636-870b77117787/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:46:39.670 8 INFO neutron.services.segments.plugin [-] Segment 7607416c-40f2-4fea-ab8e-e3210d44e74e resource provider aggregate not found 2026-04-09 14:46:39.680 8 INFO neutron.services.segments.plugin [-] Segment 7607416c-40f2-4fea-ab8e-e3210d44e74e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7607416c-40f2-4fea-ab8e-e3210d44e74e found for delete ", "request_id": "req-94753504-28e5-482c-b2b7-b40476b530aa"}]} 2026-04-09 14:46:39.683 8 INFO neutron.services.segments.plugin [-] Segment 7607416c-40f2-4fea-ab8e-e3210d44e74e resource provider aggregate not found 2026-04-09 14:46:39.695 8 INFO neutron.services.segments.plugin [-] Segment 7607416c-40f2-4fea-ab8e-e3210d44e74e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7607416c-40f2-4fea-ab8e-e3210d44e74e found for delete ", "request_id": "req-bfd34788-da50-4e60-868c-00440b5dff45"}]} [pid: 7|app: 0|req: 651/1250] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:46:39 2026] PUT /v2.0/policies/947d92f4-c4e4-4665-ad58-c934e32827a9/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1251] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:46:39 2026] PUT /v2.0/policies/e5749ab5-cc09-4720-b669-06294e8d855b/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1252] 10.0.0.158 () {32 vars in 674 bytes} [Thu Apr 9 14:46:40 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1253] 10.0.0.158 () {32 vars in 688 bytes} [Thu Apr 9 14:46:40 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:46:40.465 8 INFO neutron.db.segments_db [None req-235a15dd-2ee4-4a4c-9c42-34a6449e3cc2 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 4357b8b9-3499-4164-8b7c-7ca68e75b6a7 of type vxlan for network f48326f2-8860-40b0-81c4-881c6dcf36a2 [pid: 7|app: 0|req: 654/1254] 10.0.0.158 () {32 vars in 684 bytes} [Thu Apr 9 14:46:40 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1255] 10.0.0.158 () {32 vars in 696 bytes} [Thu Apr 9 14:46:40 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1256] 10.0.0.158 () {34 vars in 671 bytes} [Thu Apr 9 14:46:40 2026] POST /v2.0/networks => generated 719 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1257] 10.0.0.158 () {32 vars in 682 bytes} [Thu Apr 9 14:46:40 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1258] 10.0.0.158 () {32 vars in 696 bytes} [Thu Apr 9 14:46:40 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1259] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:46:40 2026] POST /v2.0/subnets => generated 685 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1260] 10.0.0.158 () {32 vars in 692 bytes} [Thu Apr 9 14:46:40 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:46:40.769 8 INFO neutron.db.segments_db [None req-8caa1f85-a499-4cc5-a5a6-3e97bc74c6a0 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 5692e8af-2242-487b-bfde-2c116990cd41 of type vxlan for network 4218a93a-8893-40e1-9cd6-c1ee4fabe8c7 [pid: 7|app: 0|req: 659/1261] 10.0.0.158 () {32 vars in 704 bytes} [Thu Apr 9 14:46:40 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1262] 10.0.0.158 () {32 vars in 734 bytes} [Thu Apr 9 14:46:40 2026] DELETE /v2.0/qos/policies/7f4d98ca-28a7-4b23-a768-882fb745b1c3 => 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: 661/1263] 10.0.0.158 () {32 vars in 734 bytes} [Thu Apr 9 14:46:40 2026] DELETE /v2.0/qos/policies/8541ca4b-5e3f-4851-9636-870b77117787 => 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: 662/1264] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:40 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:46:41.003 8 INFO neutron.db.l3_hamode_db [None req-8caa1f85-a499-4cc5-a5a6-3e97bc74c6a0 d767e4e040a64100b7c1c42230c0418d 86ea3670b7144c85a33d462752889929 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 663/1265] 10.0.0.158 () {32 vars in 734 bytes} [Thu Apr 9 14:46:40 2026] DELETE /v2.0/qos/policies/947d92f4-c4e4-4665-ad58-c934e32827a9 => 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: 664/1266] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:41 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&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: 665/1267] 10.0.0.158 () {32 vars in 734 bytes} [Thu Apr 9 14:46:41 2026] DELETE /v2.0/qos/policies/e5749ab5-cc09-4720-b669-06294e8d855b => 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: 666/1268] 10.0.0.158 () {32 vars in 734 bytes} [Thu Apr 9 14:46:41 2026] DELETE /v2.0/qos/policies/b1c6b1d2-3f3e-4f69-bdd1-e5a164681a96 => 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: 667/1269] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:41 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1270] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:41 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:46:41.641 8 INFO neutron.db.l3_hamode_db [None req-8caa1f85-a499-4cc5-a5a6-3e97bc74c6a0 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 669/1271] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:42 2026] GET /v2.0/security-groups?tenant_id=2b166bd599ee467c99076b716dccc5c7&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: 670/1272] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:42 2026] DELETE /v2.0/security-groups/3f98b828-c860-4719-a912-3010a840db16 => 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: 671/1273] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:42 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1274] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:46:40 2026] POST /v2.0/routers => generated 725 bytes in 1788 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1275] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:42 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1276] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:42 2026] GET /v2.0/security-groups?tenant_id=8fab3a60cf9b49988c3d7e447161a6b9&name=default => generated 2925 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1277] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:42 2026] GET /v2.0/security-groups?tenant_id=4b0c67580bc74fbbb130f1e25550819b&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1278] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:42 2026] DELETE /v2.0/security-groups/0ffc14b2-84e6-47f9-b51e-629f110d33fb => 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: 676/1279] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:43 2026] DELETE /v2.0/security-groups/0b618801-bd89-417c-9671-8a8a09d2f4b5 => 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: 677/1280] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:43 2026] GET /v2.0/security-groups?tenant_id=df78a4da9c174d6c8e299ba24cc7c5a0&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1281] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:43 2026] DELETE /v2.0/security-groups/9185249c-647f-4f6a-bd6c-0920c53d1479 => generated 0 bytes in 205 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1282] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:43 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => 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: 680/1283] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:43 2026] GET /v2.0/security-groups?id=db80efc0-6b1b-4a1c-9886-6ac92699581e&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: 681/1284] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:46:43 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 975 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1285] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:46:42 2026] PUT /v2.0/routers/0b9b5ac5-f131-4cbb-93bb-38eac7bbd414/add_router_interface => generated 309 bytes in 1332 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:46:43.867 7 INFO neutron_taas.services.taas.taas_plugin [req-fa8d2b08-7ab7-4663-a2e2-ca3a4ca19a18 req-ab1f69f8-1188-4484-80ca-69e12c8ed650 c0c09f8c95cb472192b8616da175eec9 52e2d86efdb84d0b8b4d831fe3e77c43 - - default default] TaaS: Handle Delete Port: a8777ae6-8d26-47f7-bcb7-0e714aa687b6 2026-04-09 14:46:43.870 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fa8d2b08-7ab7-4663-a2e2-ca3a4ca19a18 req-ab1f69f8-1188-4484-80ca-69e12c8ed650 c0c09f8c95cb472192b8616da175eec9 52e2d86efdb84d0b8b4d831fe3e77c43 - - default default] Tap Mirror: Handle Delete Port: a8777ae6-8d26-47f7-bcb7-0e714aa687b6 2026-04-09 14:46:43.981 7 INFO neutron.db.l3_db [req-fa8d2b08-7ab7-4663-a2e2-ca3a4ca19a18 req-ab1f69f8-1188-4484-80ca-69e12c8ed650 c0c09f8c95cb472192b8616da175eec9 52e2d86efdb84d0b8b4d831fe3e77c43 - - default default] Floating IP 7f192314-2a88-4729-b824-c4b8329dc2f5 disassociated. External IP: 10.96.250.203, port: a8777ae6-8d26-47f7-bcb7-0e714aa687b6. [pid: 7|app: 0|req: 682/1286] 199.204.45.95 () {36 vars in 996 bytes} [Thu Apr 9 14:46:43 2026] DELETE /v2.0/ports/a8777ae6-8d26-47f7-bcb7-0e714aa687b6 => generated 0 bytes in 562 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:46:44.353 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-55c98c7a-0276-407a-bf96-7d570fafb5bb'] response: {'server_uuid': '5a525d6d-73d3-4f84-bdc1-f8928a658874', 'name': 'network-vif-deleted', 'tag': 'a8777ae6-8d26-47f7-bcb7-0e714aa687b6', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 605/1287] 10.0.0.158 () {34 vars in 685 bytes} [Thu Apr 9 14:46:44 2026] POST /v2.0/security-groups => generated 1661 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1288] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:46:44 2026] POST /v2.0/security-group-rules => generated 597 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1289] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:44 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => 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: 606/1290] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:46:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1291] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:46:44 2026] POST /v2.0/floatingips => generated 552 bytes in 590 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1292] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:45 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => 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: 686/1293] 10.0.0.52 () {34 vars in 1099 bytes} [Thu Apr 9 14:46:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1722908586&fields=id&tenant_id=86ea3670b7144c85a33d462752889929 => generated 69 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1294] 10.0.0.52 () {34 vars in 981 bytes} [Thu Apr 9 14:46:45 2026] GET /v2.0/networks?id=f48326f2-8860-40b0-81c4-881c6dcf36a2 => generated 670 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1295] 10.0.0.52 () {34 vars in 964 bytes} [Thu Apr 9 14:46:46 2026] GET /v2.0/quotas/86ea3670b7144c85a33d462752889929 => 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: 609/1296] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:46:46 2026] GET /v2.0/ports?tenant_id=86ea3670b7144c85a33d462752889929&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1297] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Apr 9 14:46:46 2026] GET /v2.0/networks/f48326f2-8860-40b0-81c4-881c6dcf36a2?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1298] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Apr 9 14:46:46 2026] GET /v2.0/networks/f48326f2-8860-40b0-81c4-881c6dcf36a2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1299] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:46 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => 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: 611/1300] 10.0.0.173 () {32 vars in 802 bytes} [Thu Apr 9 14:46:46 2026] GET /v2.0/extensions => generated 21537 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1301] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:47 2026] GET /v2.0/ports?device_id=5a525d6d-73d3-4f84-bdc1-f8928a658874 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1302] 10.0.0.173 () {30 vars in 724 bytes} [Thu Apr 9 14:46:47 2026] GET /v2.0/quotas/fc7235c93c6c4c1ebcc9fade43fe5e98/details => generated 847 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1303] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:47 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => 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: 692/1304] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:48 2026] DELETE /v2.0/security-groups/db80efc0-6b1b-4a1c-9886-6ac92699581e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:46:48.266 7 INFO neutron.api.v2.resource [None req-6b3784a1-3df5-45f7-ad98-a94bce1357ef c0c09f8c95cb472192b8616da175eec9 52e2d86efdb84d0b8b4d831fe3e77c43 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 693/1305] 10.0.0.158 () {32 vars in 737 bytes} [Thu Apr 9 14:46:48 2026] GET /v2.0/security-groups/db80efc0-6b1b-4a1c-9886-6ac92699581e => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1306] 10.0.0.158 () {34 vars in 684 bytes} [Thu Apr 9 14:46:47 2026] POST /v2.0/security-groups => generated 1601 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 14:46:48.388 7 INFO neutron_taas.services.taas.taas_plugin [None req-9cfac747-47ff-46ee-9ef4-13978caac831 c0c09f8c95cb472192b8616da175eec9 52e2d86efdb84d0b8b4d831fe3e77c43 - - default default] TaaS: Handle Delete Port: 13663c17-72e0-4df8-aacc-19bd4e6acdbb 2026-04-09 14:46:48.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9cfac747-47ff-46ee-9ef4-13978caac831 c0c09f8c95cb472192b8616da175eec9 52e2d86efdb84d0b8b4d831fe3e77c43 - - default default] Tap Mirror: Handle Delete Port: 13663c17-72e0-4df8-aacc-19bd4e6acdbb [pid: 8|app: 0|req: 614/1307] 10.0.0.158 () {34 vars in 684 bytes} [Thu Apr 9 14:46:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1308] 10.0.0.158 () {34 vars in 684 bytes} [Thu Apr 9 14:46:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1309] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:46:48 2026] DELETE /v2.0/floatingips/7f192314-2a88-4729-b824-c4b8329dc2f5 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1310] 10.0.0.158 () {34 vars in 684 bytes} [Thu Apr 9 14:46:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1311] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:48 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => 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: 618/1312] 10.0.0.158 () {34 vars in 684 bytes} [Thu Apr 9 14:46:48 2026] POST /v2.0/security-groups => generated 1601 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1313] 10.0.0.158 () {34 vars in 767 bytes} [Thu Apr 9 14:46:48 2026] PUT /v2.0/security-groups/6bd1dcee-e6fe-4eb4-ac9d-f458d9e9d28c/tags => generated 17 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1314] 10.0.0.158 () {34 vars in 767 bytes} [Thu Apr 9 14:46:48 2026] PUT /v2.0/security-groups/8c44cefe-4e75-48d6-bd2c-35f7ac7f1b57/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: 621/1315] 10.0.0.158 () {34 vars in 767 bytes} [Thu Apr 9 14:46:48 2026] PUT /v2.0/security-groups/3a1e1966-d748-48fa-a474-81e02aa236cd/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:46:49.041 7 INFO neutron_taas.services.taas.taas_plugin [None req-864a140f-8ce1-480b-9130-9d2ee2cfc20e d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 1d08b632-876a-450d-b2cd-9336a0c2ced6 2026-04-09 14:46:49.045 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-864a140f-8ce1-480b-9130-9d2ee2cfc20e d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 1d08b632-876a-450d-b2cd-9336a0c2ced6 [pid: 8|app: 0|req: 622/1316] 10.0.0.158 () {34 vars in 767 bytes} [Thu Apr 9 14:46:49 2026] PUT /v2.0/security-groups/44076325-7252-41e2-b3fe-4d9fc9873510/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1317] 10.0.0.158 () {32 vars in 680 bytes} [Thu Apr 9 14:46:49 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1318] 10.0.0.158 () {32 vars in 694 bytes} [Thu Apr 9 14:46:49 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1319] 10.0.0.158 () {32 vars in 690 bytes} [Thu Apr 9 14:46:49 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1320] 10.0.0.158 () {32 vars in 702 bytes} [Thu Apr 9 14:46:49 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1321] 10.0.0.158 () {32 vars in 688 bytes} [Thu Apr 9 14:46:49 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1322] 10.0.0.158 () {32 vars in 702 bytes} [Thu Apr 9 14:46:49 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1323] 10.0.0.158 () {32 vars in 698 bytes} [Thu Apr 9 14:46:49 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1324] 10.0.0.158 () {32 vars in 710 bytes} [Thu Apr 9 14:46:49 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1325] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:49 2026] DELETE /v2.0/security-groups/6bd1dcee-e6fe-4eb4-ac9d-f458d9e9d28c => 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: 695/1326] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:46:48 2026] PUT /v2.0/routers/42abe139-2b15-4135-aa45-1f3ca88ef71c/remove_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1327] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:49 2026] DELETE /v2.0/security-groups/8c44cefe-4e75-48d6-bd2c-35f7ac7f1b57 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1328] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:49 2026] DELETE /v2.0/security-groups/3a1e1966-d748-48fa-a474-81e02aa236cd => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1329] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:49 2026] DELETE /v2.0/security-groups/44076325-7252-41e2-b3fe-4d9fc9873510 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1330] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:49 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:46:49.887 7 INFO neutron_taas.services.taas.taas_plugin [None req-615d66c7-2051-4334-9da7-ebc2f10c247c d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 45f81667-873b-47e7-a5a9-fea0150f9f21 2026-04-09 14:46:49.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-615d66c7-2051-4334-9da7-ebc2f10c247c d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 45f81667-873b-47e7-a5a9-fea0150f9f21 [pid: 8|app: 0|req: 636/1331] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:49 2026] DELETE /v2.0/security-groups/58e0ed4e-1cc5-4c89-a6a7-c79e332bc773 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:46:50.158 7 INFO neutron_taas.services.taas.taas_plugin [None req-615d66c7-2051-4334-9da7-ebc2f10c247c d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 9fbc2cde-4254-49e1-9772-1661eab20c47 2026-04-09 14:46:50.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-615d66c7-2051-4334-9da7-ebc2f10c247c d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 9fbc2cde-4254-49e1-9772-1661eab20c47 2026-04-09 14:46:50.510 7 INFO neutron.services.segments.plugin [-] Segment 88954fe5-66d0-4a38-8f32-099eceb0858b resource provider aggregate not found 2026-04-09 14:46:50.522 7 INFO neutron.services.segments.plugin [-] Segment 88954fe5-66d0-4a38-8f32-099eceb0858b resource provider aggregate not found 2026-04-09 14:46:50.529 7 INFO neutron.services.segments.plugin [-] Segment 88954fe5-66d0-4a38-8f32-099eceb0858b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88954fe5-66d0-4a38-8f32-099eceb0858b found for delete ", "request_id": "req-d403ee5a-4034-4d46-918b-c01b0796e2d7"}]} 2026-04-09 14:46:50.540 7 INFO neutron.services.segments.plugin [-] Segment 88954fe5-66d0-4a38-8f32-099eceb0858b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88954fe5-66d0-4a38-8f32-099eceb0858b found for delete ", "request_id": "req-c607e5d3-65e9-4755-acc5-13bcae2689df"}]} 2026-04-09 14:46:50.548 7 INFO neutron.db.l3_hamode_db [None req-615d66c7-2051-4334-9da7-ebc2f10c247c d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] HA network 921ca360-c1ed-4db3-912d-1a144f9e12b3 was deleted as no HA routers are present in tenant 52e2d86efdb84d0b8b4d831fe3e77c43. [pid: 7|app: 0|req: 696/1332] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:49 2026] DELETE /v2.0/routers/42abe139-2b15-4135-aa45-1f3ca88ef71c => generated 0 bytes in 894 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1333] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:46:50 2026] DELETE /v2.0/subnets/61a11ae5-5c0a-4d6a-8bef-b23b198e3051 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1334] 10.0.0.173 () {32 vars in 802 bytes} [Thu Apr 9 14:46:50 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-09 14:46:50.836 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea99d711-1262-4059-81c6-cb1d426e3357 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 8871136e-27cd-48d0-9149-1bbd43e1392c 2026-04-09 14:46:50.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea99d711-1262-4059-81c6-cb1d426e3357 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 8871136e-27cd-48d0-9149-1bbd43e1392c [pid: 8|app: 0|req: 639/1335] 10.0.0.173 () {30 vars in 724 bytes} [Thu Apr 9 14:46:50 2026] GET /v2.0/quotas/fc7235c93c6c4c1ebcc9fade43fe5e98/details => generated 847 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1336] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:46:50 2026] DELETE /v2.0/networks/6fdce55e-0213-475e-a284-2c70bf1fed09 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1337] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:46:51 2026] GET /v2.0/networks?id=f48326f2-8860-40b0-81c4-881c6dcf36a2 => generated 670 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1338] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:51 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => 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: 700/1339] 199.204.45.95 () {34 vars in 1049 bytes} [Thu Apr 9 14:46:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=86ea3670b7144c85a33d462752889929 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1340] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:51 2026] GET /v2.0/security-groups?tenant_id=52e2d86efdb84d0b8b4d831fe3e77c43&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1341] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:50 2026] GET /v2.0/security-groups?tenant_id=d7f62a1b877a498fb49749df89f846b2&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1342] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:51 2026] DELETE /v2.0/security-groups/4fea38a1-8fb0-4c10-8c3c-5f25277259d4 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1343] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:51 2026] DELETE /v2.0/security-groups/c942f8fe-2414-4247-be31-778802321007 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1344] 199.204.45.95 () {38 vars in 954 bytes} [Thu Apr 9 14:46:51 2026] POST /v2.0/ports => generated 958 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 643/1345] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:51 2026] GET /v2.0/security-groups?tenant_id=11e58835ad2c49f19baaf53d309a2efb&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: 644/1346] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:51 2026] DELETE /v2.0/security-groups/6d1e6d9a-fe9a-416f-acb8-e67da06a0d2c => 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: 645/1347] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:51 2026] GET /v2.0/security-groups?tenant_id=5b4801b109754300ba7070e03a0437b6&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1348] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:46:51 2026] PUT /v2.0/ports/2a596e4f-872a-457b-be12-8c883a2e0358 => generated 1239 bytes in 403 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:46:52.006 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-705d48ea-125f-4cac-af4b-6a2bb6f5e041'] response: {'name': 'network-changed', 'server_uuid': '0f99bf71-7bd8-4c80-8ac3-66bbefef265c', 'tag': '2a596e4f-872a-457b-be12-8c883a2e0358', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 646/1349] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:51 2026] DELETE /v2.0/security-groups/59c56739-ba02-4fa2-bb8a-cc74f7cc70b9 => generated 0 bytes in 120 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: 704/1350] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:52 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1351] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:52 2026] GET /v2.0/security-groups?id=336f54c9-9625-4160-8154-7eabab61b5da&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: 705/1352] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:46:52 2026] GET /v2.0/ports?tenant_id=86ea3670b7144c85a33d462752889929&device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => generated 1242 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:46:52.556 7 INFO neutron.services.segments.plugin [-] Segment 0e07034f-67ef-412f-bfcd-f619f98704b9 resource provider aggregate not found 2026-04-09 14:46:52.563 7 INFO neutron.services.segments.plugin [-] Segment 0e07034f-67ef-412f-bfcd-f619f98704b9 resource provider aggregate not found 2026-04-09 14:46:52.574 7 INFO neutron.services.segments.plugin [-] Segment 0e07034f-67ef-412f-bfcd-f619f98704b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e07034f-67ef-412f-bfcd-f619f98704b9 found for delete ", "request_id": "req-4cb6f808-2605-40ea-a3fb-644a309e452b"}]} 2026-04-09 14:46:52.578 7 INFO neutron.services.segments.plugin [-] Segment 0e07034f-67ef-412f-bfcd-f619f98704b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e07034f-67ef-412f-bfcd-f619f98704b9 found for delete ", "request_id": "req-b7b04461-1c83-47cb-82da-91e87ae1ade7"}]} [pid: 8|app: 0|req: 648/1353] 199.204.45.95 () {34 vars in 1017 bytes} [Thu Apr 9 14:46:52 2026] GET /v2.0/networks?tenant_id=86ea3670b7144c85a33d462752889929&shared=False => generated 766 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1354] 199.204.45.95 () {34 vars in 929 bytes} [Thu Apr 9 14:46:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1355] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:53 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => 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: 707/1356] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:53 2026] GET /v2.0/security-groups?id=336f54c9-9625-4160-8154-7eabab61b5da&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: 650/1357] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:46:53 2026] GET /v2.0/ports?tenant_id=86ea3670b7144c85a33d462752889929&device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => generated 1242 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1358] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:46:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2a596e4f-872a-457b-be12-8c883a2e0358 => 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: 651/1361] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:46:53 2026] GET /v2.0/subnets?id=8765453a-7a17-412f-9966-78db36117d68 => generated 688 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1362] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:46:53 2026] GET /v2.0/ports?network_id=f48326f2-8860-40b0-81c4-881c6dcf36a2&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1363] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:46:53 2026] GET /v2.0/networks/f48326f2-8860-40b0-81c4-881c6dcf36a2?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1364] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:46:53 2026] GET /v2.0/networks/f48326f2-8860-40b0-81c4-881c6dcf36a2?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: 653/1365] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:54 2026] GET /v2.0/security-groups?tenant_id=28bbb181e0e040dd9cb96b82be53ace7&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1366] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:54 2026] GET /v2.0/security-groups?tenant_id=fc7235c93c6c4c1ebcc9fade43fe5e98&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1367] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:54 2026] DELETE /v2.0/security-groups/c807c4de-50c2-49e1-ad90-0b67b5a3a9d0 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1368] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:54 2026] DELETE /v2.0/security-groups/80ac6d5b-0c82-4f9c-b2e6-337c2c799c59 => 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: 655/1369] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:54 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => 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: 715/1370] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:54 2026] GET /v2.0/security-groups?id=336f54c9-9625-4160-8154-7eabab61b5da&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1371] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:55 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => generated 973 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1372] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:55 2026] GET /v2.0/security-groups?id=336f54c9-9625-4160-8154-7eabab61b5da&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-09 14:46:56.779 7 INFO neutron.db.segments_db [None req-0b9e71a2-b127-40e3-9aba-cf3c4470cdbb d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment c8819ecb-d4fd-4477-89d1-12fdd3c36882 of type vxlan for network 3dce6c77-1210-47e1-8d33-5aacdefae960 2026-04-09 14:46:56.819 8 INFO neutron.db.segments_db [None req-b1e3a896-d162-41aa-95be-4152aea0f2a5 fe5f40b8a3d54904a3bd8ef129475bea 53a863890fcc4f3594f92790e044db85 - - default default] Added segment 0f324439-7dfb-422e-8842-93b9c337875e of type vxlan for network 1027f823-9b25-4ccb-af73-6c6910cbe202 [pid: 7|app: 0|req: 717/1373] 10.0.0.158 () {34 vars in 671 bytes} [Thu Apr 9 14:46:56 2026] POST /v2.0/networks => generated 722 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1374] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:46:56 2026] POST /v2.0/networks => generated 613 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1375] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:56 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1376] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:46:56 2026] POST /v2.0/subnets => generated 688 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1377] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:57 2026] GET /v2.0/security-groups?id=336f54c9-9625-4160-8154-7eabab61b5da&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:46:57.159 7 INFO neutron.db.segments_db [None req-b7886065-7f7d-4c51-803d-4b2e450f52d9 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 5844c620-aa00-44f9-ac20-b8490758592d of type vxlan for network 3d26e9fd-6e2f-4882-ba02-7eaa65b62e9b [pid: 8|app: 0|req: 659/1378] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:46:56 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) 2026-04-09 14:46:57.239 8 INFO neutron.db.segments_db [None req-885249cb-47d6-42e5-82b0-15231962ea4e fe5f40b8a3d54904a3bd8ef129475bea 53a863890fcc4f3594f92790e044db85 - - default default] Added segment d0bc2779-495d-4a18-a81c-62f4c425876c of type vxlan for network 561163f2-5b26-4e7e-98ca-db8ac45eed5d [pid: 8|app: 0|req: 660/1379] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:46:57 2026] POST /v2.0/networks => generated 613 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:46:57.345 7 INFO neutron.db.l3_hamode_db [None req-b7886065-7f7d-4c51-803d-4b2e450f52d9 d767e4e040a64100b7c1c42230c0418d 675c2c6350384360bc88eb9d69fa8d76 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 661/1380] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:46:57 2026] POST /v2.0/subnets => generated 629 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:46:57.606 8 INFO neutron.db.segments_db [None req-7dc548ef-a140-4bb6-bf64-00b134304ecf fe5f40b8a3d54904a3bd8ef129475bea 53a863890fcc4f3594f92790e044db85 - - default default] Added segment 7e2ad1e6-e281-4dab-8e40-85476ade8bb2 of type vxlan for network 213b36ba-fe40-41f0-9f22-83c5d3b7a9fd [pid: 8|app: 0|req: 662/1381] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:46:57 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: 8|app: 0|req: 663/1382] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:46:57 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-09 14:46:58.018 8 INFO neutron.db.segments_db [None req-9eee812f-a1d5-47dd-8b69-3f2343909e0c fe5f40b8a3d54904a3bd8ef129475bea 53a863890fcc4f3594f92790e044db85 - - default default] Added segment 7d9a8153-ebf2-4c13-a48f-51411dff074a of type vxlan for network dec27794-ff1e-4c7e-800e-b85c8f9ef3f1 2026-04-09 14:46:58.158 7 INFO neutron.db.l3_hamode_db [None req-b7886065-7f7d-4c51-803d-4b2e450f52d9 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 664/1383] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:46:57 2026] POST /v2.0/networks => generated 613 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1384] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:46:58 2026] POST /v2.0/subnets => generated 629 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1385] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:46:58 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1386] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:58 2026] GET /v2.0/security-groups?tenant_id=3360678c439341ffa6abeac5c9186a3f&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:46:58.905 8 INFO neutron.db.segments_db [None req-5d4431a3-9078-4434-8fd2-e80bd3f905a6 fe5f40b8a3d54904a3bd8ef129475bea 53a863890fcc4f3594f92790e044db85 - - default default] Added segment 298359cc-10af-4711-bb72-182481440ff0 of type vxlan for network 27e4e190-d642-460f-8b62-0b908832b897 [pid: 8|app: 0|req: 668/1387] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:46:58 2026] POST /v2.0/networks => generated 612 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1388] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:46:58 2026] GET /v2.0/security-groups?id=336f54c9-9625-4160-8154-7eabab61b5da&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: 720/1389] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:46:57 2026] POST /v2.0/routers => generated 728 bytes in 1903 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1390] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:59 2026] DELETE /v2.0/security-groups/2531dea0-1940-4b88-b587-617b8c7bd662 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1391] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:46:59 2026] POST /v2.0/subnets => generated 629 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1392] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:46:59 2026] GET /v2.0/security-groups?tenant_id=721666603f4044e6b136147c01025fdc&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1393] 10.0.0.158 () {34 vars in 751 bytes} [Thu Apr 9 14:46:59 2026] PUT /v2.0/subnets/0af9f488-61bf-4964-bacf-712d3d6fe211/tags => generated 17 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1394] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:46:59 2026] DELETE /v2.0/security-groups/7826e94c-ad3d-428d-a32b-5194cb7a71e5 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 725/1395] 10.0.0.158 () {34 vars in 751 bytes} [Thu Apr 9 14:46:59 2026] PUT /v2.0/subnets/2e1beab2-214c-4f2b-9738-605cc46e6479/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1396] 10.0.0.158 () {34 vars in 751 bytes} [Thu Apr 9 14:46:59 2026] PUT /v2.0/subnets/96a45597-d5e8-4388-bdc5-44a097cd970e/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1397] 10.0.0.158 () {34 vars in 751 bytes} [Thu Apr 9 14:46:59 2026] PUT /v2.0/subnets/c7cfa28c-6c43-4368-adfd-ff3bc1e3c169/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1398] 10.0.0.158 () {32 vars in 664 bytes} [Thu Apr 9 14:46:59 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1399] 10.0.0.158 () {32 vars in 678 bytes} [Thu Apr 9 14:46:59 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1400] 10.0.0.158 () {32 vars in 674 bytes} [Thu Apr 9 14:46:59 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1401] 10.0.0.158 () {32 vars in 686 bytes} [Thu Apr 9 14:47:00 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1402] 10.0.0.158 () {32 vars in 672 bytes} [Thu Apr 9 14:47:00 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1403] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:00 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1404] 10.0.0.158 () {32 vars in 686 bytes} [Thu Apr 9 14:47:00 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1405] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:00 2026] GET /v2.0/security-groups?id=336f54c9-9625-4160-8154-7eabab61b5da&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1406] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:46:59 2026] PUT /v2.0/routers/60a4621e-943b-42fa-a92c-ab05a660aed1/add_router_interface => generated 309 bytes in 1224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1407] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:00 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1408] 10.0.0.158 () {32 vars in 682 bytes} [Thu Apr 9 14:47:00 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:47:00.839 8 INFO neutron.db.l3_db [None req-73ee115f-2cbf-43be-8419-761215bc8d7f 6dcba66d335b4cd6a87c34f4825d2d3a 86ea3670b7144c85a33d462752889929 - - default default] Floating IP b7073650-56aa-45c4-9334-9a7cccaa4a91 associated. External IP: 10.96.250.211, port: 2a596e4f-872a-457b-be12-8c883a2e0358. [pid: 7|app: 0|req: 737/1409] 10.0.0.158 () {32 vars in 694 bytes} [Thu Apr 9 14:47:00 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1410] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:00 2026] DELETE /v2.0/subnets/0af9f488-61bf-4964-bacf-712d3d6fe211 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1411] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:47:00 2026] PUT /v2.0/floatingips/b7073650-56aa-45c4-9334-9a7cccaa4a91 => generated 856 bytes in 650 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:01.204 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-04bf4472-798e-4109-90a7-e221ef377239'] response: {'name': 'network-changed', 'server_uuid': '0f99bf71-7bd8-4c80-8ac3-66bbefef265c', 'tag': '2a596e4f-872a-457b-be12-8c883a2e0358', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 739/1412] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:01 2026] DELETE /v2.0/subnets/2e1beab2-214c-4f2b-9738-605cc46e6479 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1413] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:01 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1414] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:01 2026] GET /v2.0/security-groups?id=336f54c9-9625-4160-8154-7eabab61b5da&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: 740/1415] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:01 2026] DELETE /v2.0/subnets/96a45597-d5e8-4388-bdc5-44a097cd970e => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1416] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:01 2026] DELETE /v2.0/subnets/c7cfa28c-6c43-4368-adfd-ff3bc1e3c169 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1417] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:01 2026] DELETE /v2.0/subnets/d32bb6a5-016d-4833-9ed7-0e6d66922673 => 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: 677/1418] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:01 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1419] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:01 2026] GET /v2.0/security-groups?id=336f54c9-9625-4160-8154-7eabab61b5da&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:01.761 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7d834ae-390e-46fc-92ba-33a6ee4909b6 fe5f40b8a3d54904a3bd8ef129475bea 53a863890fcc4f3594f92790e044db85 - - default default] TaaS: Handle Delete Port: 8ecb6525-ca4a-4282-8f79-d7a817d70045 2026-04-09 14:47:01.765 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7d834ae-390e-46fc-92ba-33a6ee4909b6 fe5f40b8a3d54904a3bd8ef129475bea 53a863890fcc4f3594f92790e044db85 - - default default] Tap Mirror: Handle Delete Port: 8ecb6525-ca4a-4282-8f79-d7a817d70045 2026-04-09 14:47:01.905 8 INFO neutron.db.segments_db [None req-d78574e0-33b3-493e-99af-e55895031318 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 82c40ab6-33eb-453e-b2eb-ffc63a67495a of type vxlan for network baba59b1-0685-4401-8a16-4df8c8fb500a 2026-04-09 14:47:02.008 7 INFO neutron.services.segments.plugin [-] Segment 0f324439-7dfb-422e-8842-93b9c337875e resource provider aggregate not found [pid: 8|app: 0|req: 679/1420] 10.0.0.158 () {34 vars in 671 bytes} [Thu Apr 9 14:47:01 2026] POST /v2.0/networks => generated 721 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:47:02.009 7 INFO neutron.services.segments.plugin [-] Segment 0f324439-7dfb-422e-8842-93b9c337875e resource provider aggregate not found 2026-04-09 14:47:02.032 7 INFO neutron.services.segments.plugin [-] Segment 0f324439-7dfb-422e-8842-93b9c337875e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f324439-7dfb-422e-8842-93b9c337875e found for delete ", "request_id": "req-bde0af16-b964-414c-ad08-f30bfb19f6a0"}]} 2026-04-09 14:47:02.053 7 INFO neutron.services.segments.plugin [-] Segment 0f324439-7dfb-422e-8842-93b9c337875e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f324439-7dfb-422e-8842-93b9c337875e found for delete ", "request_id": "req-c6edb10f-bde6-4954-8130-b421a2dfdf85"}]} [pid: 8|app: 0|req: 680/1421] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:47:02 2026] GET /v2.0/ports?tenant_id=86ea3670b7144c85a33d462752889929&device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1422] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:47:01 2026] DELETE /v2.0/networks/1027f823-9b25-4ccb-af73-6c6910cbe202 => generated 0 bytes in 411 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1423] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:47:02 2026] GET /v2.0/networks?id=f48326f2-8860-40b0-81c4-881c6dcf36a2 => generated 766 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1424] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:47:02 2026] DELETE /v2.0/networks/561163f2-5b26-4e7e-98ca-db8ac45eed5d => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1425] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:47:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=2a596e4f-872a-457b-be12-8c883a2e0358 => generated 859 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1426] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:47:02 2026] POST /v2.0/subnets => generated 687 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:47:02.451 8 INFO neutron.services.segments.plugin [-] Segment 7e2ad1e6-e281-4dab-8e40-85476ade8bb2 resource provider aggregate not found 2026-04-09 14:47:02.454 8 INFO neutron.services.segments.plugin [-] Segment 7e2ad1e6-e281-4dab-8e40-85476ade8bb2 resource provider aggregate not found 2026-04-09 14:47:02.473 8 INFO neutron.services.segments.plugin [-] Segment 7e2ad1e6-e281-4dab-8e40-85476ade8bb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e2ad1e6-e281-4dab-8e40-85476ade8bb2 found for delete ", "request_id": "req-b2ae9e46-a382-4207-ba9d-cb9810a40cb9"}]} 2026-04-09 14:47:02.476 8 INFO neutron.services.segments.plugin [-] Segment 7e2ad1e6-e281-4dab-8e40-85476ade8bb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e2ad1e6-e281-4dab-8e40-85476ade8bb2 found for delete ", "request_id": "req-ae52d462-2f67-43d7-80d9-b7c410fc90fe"}]} [pid: 8|app: 0|req: 682/1427] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:47:02 2026] DELETE /v2.0/networks/213b36ba-fe40-41f0-9f22-83c5d3b7a9fd => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1428] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:47:02 2026] GET /v2.0/subnets?id=8765453a-7a17-412f-9966-78db36117d68 => generated 688 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:02.555 8 INFO neutron.db.segments_db [None req-d4210325-7e5e-41a7-9604-fc4f9c0589ae d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 8fbf797f-1bfd-442f-a309-b1c243da39f0 of type vxlan for network 41613331-aef8-48b9-93b3-63f943c3ebe7 [pid: 7|app: 0|req: 746/1429] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:02 2026] GET /v2.0/security-groups?tenant_id=a4818bc08a4642bdbafbee033500bb73&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1430] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:47:02 2026] DELETE /v2.0/networks/dec27794-ff1e-4c7e-800e-b85c8f9ef3f1 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1431] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:47:02 2026] GET /v2.0/ports?network_id=f48326f2-8860-40b0-81c4-881c6dcf36a2&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:47:02.817 8 INFO neutron.db.l3_hamode_db [None req-d4210325-7e5e-41a7-9604-fc4f9c0589ae d767e4e040a64100b7c1c42230c0418d e0aae919639d4150b9bb1e002c43c368 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 749/1432] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:02 2026] DELETE /v2.0/security-groups/a32e94fa-7d22-4db6-8212-39114f5a92a4 => 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: 750/1433] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:47:02 2026] DELETE /v2.0/networks/27e4e190-d642-460f-8b62-0b908832b897 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1434] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:47:02 2026] GET /v2.0/networks/f48326f2-8860-40b0-81c4-881c6dcf36a2?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1435] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:03 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => 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: 753/1436] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:47:03 2026] GET /v2.0/networks/f48326f2-8860-40b0-81c4-881c6dcf36a2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1437] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:03 2026] GET /v2.0/security-groups?id=336f54c9-9625-4160-8154-7eabab61b5da&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-09 14:47:03.694 8 INFO neutron.db.l3_hamode_db [None req-d4210325-7e5e-41a7-9604-fc4f9c0589ae d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:47:04.052 7 INFO neutron.services.segments.plugin [-] Segment d0bc2779-495d-4a18-a81c-62f4c425876c resource provider aggregate not found 2026-04-09 14:47:04.072 7 INFO neutron.services.segments.plugin [-] Segment d0bc2779-495d-4a18-a81c-62f4c425876c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0bc2779-495d-4a18-a81c-62f4c425876c found for delete ", "request_id": "req-3112b5ec-f3a0-4831-8fc0-f3e8058088ea"}]} 2026-04-09 14:47:04.078 7 INFO neutron.services.segments.plugin [-] Segment d0bc2779-495d-4a18-a81c-62f4c425876c resource provider aggregate not found 2026-04-09 14:47:04.095 7 INFO neutron.services.segments.plugin [-] Segment 7d9a8153-ebf2-4c13-a48f-51411dff074a resource provider aggregate not found 2026-04-09 14:47:04.100 7 INFO neutron.services.segments.plugin [-] Segment d0bc2779-495d-4a18-a81c-62f4c425876c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d0bc2779-495d-4a18-a81c-62f4c425876c found for delete ", "request_id": "req-a087af7c-0481-4fea-88ae-847bf310f9af"}]} 2026-04-09 14:47:04.120 7 INFO neutron.services.segments.plugin [-] Segment 7d9a8153-ebf2-4c13-a48f-51411dff074a resource provider aggregate not found 2026-04-09 14:47:04.124 7 INFO neutron.services.segments.plugin [-] Segment 7d9a8153-ebf2-4c13-a48f-51411dff074a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d9a8153-ebf2-4c13-a48f-51411dff074a found for delete ", "request_id": "req-1d7d8d82-78f0-4933-89ac-9e05b87aa160"}]} 2026-04-09 14:47:04.147 7 INFO neutron.services.segments.plugin [-] Segment 7d9a8153-ebf2-4c13-a48f-51411dff074a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d9a8153-ebf2-4c13-a48f-51411dff074a found for delete ", "request_id": "req-ff6f200b-f5f9-45f8-bf35-8d5ae98ae460"}]} 2026-04-09 14:47:04.147 7 INFO neutron.services.segments.plugin [-] Segment 298359cc-10af-4711-bb72-182481440ff0 resource provider aggregate not found [pid: 7|app: 0|req: 755/1438] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:03 2026] GET /v2.0/security-groups?tenant_id=53a863890fcc4f3594f92790e044db85&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:47:04.173 7 INFO neutron.services.segments.plugin [-] Segment 298359cc-10af-4711-bb72-182481440ff0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 298359cc-10af-4711-bb72-182481440ff0 found for delete ", "request_id": "req-888e8d8f-3af3-4269-b198-c97dbb3dcf80"}]} 2026-04-09 14:47:04.175 7 INFO neutron.services.segments.plugin [-] Segment 298359cc-10af-4711-bb72-182481440ff0 resource provider aggregate not found 2026-04-09 14:47:04.199 7 INFO neutron.services.segments.plugin [-] Segment 298359cc-10af-4711-bb72-182481440ff0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 298359cc-10af-4711-bb72-182481440ff0 found for delete ", "request_id": "req-4f530287-a636-4f45-9004-b31196237464"}]} [pid: 7|app: 0|req: 756/1439] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:47:04 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => 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: 757/1440] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:04 2026] DELETE /v2.0/security-groups/8b495fd8-8b30-4aec-b896-bd789650fb65 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1441] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:04 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:04.492 7 INFO neutron_taas.services.taas.taas_plugin [req-86e64cca-f1a5-40be-9045-71781bc723c6 req-72f5ad98-54d9-46e8-acfd-97a0cf947d75 6dcba66d335b4cd6a87c34f4825d2d3a 86ea3670b7144c85a33d462752889929 - - default default] TaaS: Handle Delete Port: 2a596e4f-872a-457b-be12-8c883a2e0358 2026-04-09 14:47:04.495 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-86e64cca-f1a5-40be-9045-71781bc723c6 req-72f5ad98-54d9-46e8-acfd-97a0cf947d75 6dcba66d335b4cd6a87c34f4825d2d3a 86ea3670b7144c85a33d462752889929 - - default default] Tap Mirror: Handle Delete Port: 2a596e4f-872a-457b-be12-8c883a2e0358 2026-04-09 14:47:04.617 7 INFO neutron.db.l3_db [req-86e64cca-f1a5-40be-9045-71781bc723c6 req-72f5ad98-54d9-46e8-acfd-97a0cf947d75 6dcba66d335b4cd6a87c34f4825d2d3a 86ea3670b7144c85a33d462752889929 - - default default] Floating IP b7073650-56aa-45c4-9334-9a7cccaa4a91 disassociated. External IP: 10.96.250.211, port: 2a596e4f-872a-457b-be12-8c883a2e0358. [pid: 8|app: 0|req: 684/1442] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:47:02 2026] POST /v2.0/routers => generated 727 bytes in 2130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1443] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:04 2026] GET /v2.0/security-groups?id=336f54c9-9625-4160-8154-7eabab61b5da&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: 686/1444] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:04 2026] GET /v2.0/security-groups?tenant_id=a3b75ec544b740ccbd3147897d6c3593&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1445] 199.204.45.95 () {36 vars in 996 bytes} [Thu Apr 9 14:47:04 2026] DELETE /v2.0/ports/2a596e4f-872a-457b-be12-8c883a2e0358 => generated 0 bytes in 628 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:47:05.043 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-03b74b5b-230d-4938-85ba-a2866ca3f560'] response: {'server_uuid': '0f99bf71-7bd8-4c80-8ac3-66bbefef265c', 'name': 'network-vif-deleted', 'tag': '2a596e4f-872a-457b-be12-8c883a2e0358', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 760/1446] 10.0.0.158 () {32 vars in 653 bytes} [Thu Apr 9 14:47:04 2026] GET /v2.0/extensions => generated 21537 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1447] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:05 2026] DELETE /v2.0/security-groups/5f56869e-769a-4aed-955e-eae415a6adf2 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1448] 10.0.0.158 () {32 vars in 681 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1449] 10.0.0.158 () {32 vars in 681 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1450] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:47:05 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: 7|app: 0|req: 765/1451] 10.0.0.158 () {32 vars in 665 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/agent => generated 153 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1452] 10.0.0.158 () {32 vars in 699 bytes} [Thu Apr 9 14:47:05 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: 7|app: 0|req: 767/1453] 10.0.0.158 () {32 vars in 697 bytes} [Thu Apr 9 14:47:05 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: 768/1454] 10.0.0.158 () {32 vars in 701 bytes} [Thu Apr 9 14:47:05 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: 7|app: 0|req: 769/1455] 10.0.0.158 () {32 vars in 689 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1456] 10.0.0.158 () {32 vars in 703 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1457] 10.0.0.158 () {32 vars in 693 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1458] 10.0.0.158 () {32 vars in 695 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1459] 10.0.0.158 () {32 vars in 685 bytes} [Thu Apr 9 14:47:05 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: 774/1460] 10.0.0.158 () {32 vars in 687 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1461] 10.0.0.158 () {32 vars in 661 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1462] 10.0.0.158 () {32 vars in 699 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1463] 10.0.0.158 () {32 vars in 679 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1464] 10.0.0.158 () {32 vars in 683 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1465] 10.0.0.158 () {32 vars in 675 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1466] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/security-groups?tenant_id=c9159c53da744c84aecefefcdd6fd2fb&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1467] 10.0.0.158 () {32 vars in 689 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1468] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:05 2026] DELETE /v2.0/security-groups/666d319d-bb12-40f7-9d0c-315570e9a166 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1469] 10.0.0.158 () {32 vars in 723 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1470] 10.0.0.158 () {32 vars in 687 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1471] 10.0.0.158 () {32 vars in 669 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1472] 10.0.0.158 () {32 vars in 687 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1473] 10.0.0.158 () {32 vars in 681 bytes} [Thu Apr 9 14:47:05 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: 788/1474] 10.0.0.158 () {32 vars in 699 bytes} [Thu Apr 9 14:47:05 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: 789/1475] 10.0.0.158 () {32 vars in 679 bytes} [Thu Apr 9 14:47:05 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: 790/1476] 10.0.0.158 () {32 vars in 667 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/router => generated 256 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1477] 10.0.0.158 () {32 vars in 677 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1478] 10.0.0.158 () {32 vars in 665 bytes} [Thu Apr 9 14:47:05 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: 793/1479] 10.0.0.158 () {32 vars in 675 bytes} [Thu Apr 9 14:47:05 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: 794/1480] 10.0.0.158 () {32 vars in 713 bytes} [Thu Apr 9 14:47:05 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: 795/1481] 10.0.0.158 () {32 vars in 691 bytes} [Thu Apr 9 14:47:05 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: 796/1482] 10.0.0.158 () {32 vars in 683 bytes} [Thu Apr 9 14:47:05 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: 797/1483] 10.0.0.158 () {32 vars in 669 bytes} [Thu Apr 9 14:47:05 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: 7|app: 0|req: 798/1484] 10.0.0.158 () {32 vars in 687 bytes} [Thu Apr 9 14:47:05 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: 7|app: 0|req: 799/1485] 10.0.0.158 () {32 vars in 705 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1486] 10.0.0.158 () {32 vars in 675 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1487] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => 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: 802/1488] 10.0.0.158 () {32 vars in 701 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1489] 10.0.0.158 () {32 vars in 675 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1490] 10.0.0.158 () {32 vars in 693 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1491] 10.0.0.158 () {32 vars in 689 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1492] 10.0.0.158 () {32 vars in 709 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1493] 10.0.0.158 () {32 vars in 705 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1494] 10.0.0.158 () {32 vars in 719 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1495] 10.0.0.158 () {32 vars in 697 bytes} [Thu Apr 9 14:47:05 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: 7|app: 0|req: 810/1496] 10.0.0.158 () {32 vars in 711 bytes} [Thu Apr 9 14:47:05 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: 7|app: 0|req: 811/1497] 10.0.0.158 () {32 vars in 669 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1498] 10.0.0.158 () {32 vars in 687 bytes} [Thu Apr 9 14:47:05 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: 813/1499] 10.0.0.158 () {32 vars in 681 bytes} [Thu Apr 9 14:47:05 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: 7|app: 0|req: 814/1500] 10.0.0.158 () {32 vars in 675 bytes} [Thu Apr 9 14:47:05 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: 815/1501] 10.0.0.158 () {32 vars in 671 bytes} [Thu Apr 9 14:47:05 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: 7|app: 0|req: 816/1502] 10.0.0.158 () {32 vars in 661 bytes} [Thu Apr 9 14:47:05 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: 817/1503] 10.0.0.158 () {32 vars in 699 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1504] 10.0.0.158 () {32 vars in 699 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1506] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:47:04 2026] PUT /v2.0/routers/37e56e3d-2754-480d-8dff-a1c8d25983a3/add_router_interface => generated 309 bytes in 1113 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1506] 10.0.0.158 () {32 vars in 677 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1507] 10.0.0.158 () {32 vars in 669 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1508] 10.0.0.158 () {32 vars in 683 bytes} [Thu Apr 9 14:47:05 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: 689/1509] 10.0.0.158 () {32 vars in 701 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1510] 10.0.0.158 () {32 vars in 685 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1511] 10.0.0.158 () {32 vars in 707 bytes} [Thu Apr 9 14:47:05 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: 822/1512] 10.0.0.158 () {32 vars in 669 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1513] 10.0.0.158 () {32 vars in 697 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1514] 10.0.0.158 () {32 vars in 695 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1515] 10.0.0.158 () {32 vars in 685 bytes} [Thu Apr 9 14:47:05 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1516] 10.0.0.158 () {32 vars in 689 bytes} [Thu Apr 9 14:47:06 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: 693/1517] 10.0.0.158 () {32 vars in 705 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1518] 10.0.0.158 () {32 vars in 667 bytes} [Thu Apr 9 14:47:06 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: 694/1519] 10.0.0.158 () {32 vars in 681 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1520] 10.0.0.158 () {32 vars in 681 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1521] 10.0.0.158 () {32 vars in 691 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1522] 10.0.0.158 () {32 vars in 691 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1523] 10.0.0.158 () {32 vars in 695 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1524] 10.0.0.158 () {32 vars in 685 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1525] 10.0.0.158 () {32 vars in 689 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1526] 10.0.0.158 () {32 vars in 701 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1527] 10.0.0.158 () {32 vars in 703 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1528] 10.0.0.158 () {32 vars in 713 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1529] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1530] 10.0.0.158 () {32 vars in 715 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1531] 10.0.0.158 () {32 vars in 727 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1532] 10.0.0.158 () {32 vars in 741 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1533] 10.0.0.158 () {32 vars in 719 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1534] 10.0.0.158 () {32 vars in 683 bytes} [Thu Apr 9 14: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: 702/1535] 10.0.0.158 () {32 vars in 669 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/segment => generated 145 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1536] 10.0.0.158 () {32 vars in 719 bytes} [Thu Apr 9 14:47:06 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: 703/1537] 10.0.0.158 () {32 vars in 679 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1538] 10.0.0.158 () {32 vars in 669 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/sorting => 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: 704/1539] 10.0.0.158 () {32 vars in 697 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1540] 10.0.0.158 () {32 vars in 705 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1541] 10.0.0.158 () {32 vars in 701 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1542] 10.0.0.158 () {32 vars in 701 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1543] 10.0.0.158 () {32 vars in 683 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1544] 10.0.0.158 () {32 vars in 705 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1545] 10.0.0.158 () {32 vars in 695 bytes} [Thu Apr 9 14:47:06 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: 839/1546] 10.0.0.158 () {32 vars in 689 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1547] 10.0.0.158 () {32 vars in 697 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1548] 10.0.0.158 () {32 vars in 679 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1549] 10.0.0.158 () {32 vars in 689 bytes} [Thu Apr 9 14:47:06 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: 841/1550] 10.0.0.158 () {32 vars in 701 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1551] 10.0.0.158 () {32 vars in 665 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1552] 10.0.0.158 () {32 vars in 681 bytes} [Thu Apr 9 14:47:06 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: 711/1553] 10.0.0.158 () {32 vars in 677 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1554] 10.0.0.158 () {32 vars in 693 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1555] 10.0.0.158 () {32 vars in 677 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1556] 10.0.0.158 () {32 vars in 667 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1557] 10.0.0.158 () {32 vars in 663 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1558] 10.0.0.158 () {32 vars in 675 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1559] 10.0.0.158 () {32 vars in 687 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1560] 10.0.0.158 () {34 vars in 685 bytes} [Thu Apr 9 14:47:06 2026] POST /v2.0/security-groups => generated 1673 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1561] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1562] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => 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: 847/1563] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:06 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1564] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1565] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:07 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:47:07.212 7 INFO neutron.db.securitygroups_db [None req-b9fb9d39-50cc-4da2-b45e-31c309fe8db3 f22753bab6c242f786005d2cf5cb2543 675c2c6350384360bc88eb9d69fa8d76 - - default default] Project 675c2c6350384360bc88eb9d69fa8d76 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: 717/1566] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:06 2026] GET /v2.0/security-groups?tenant_id=98d8f12f320b42fe89b69412689b1f0a&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1567] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:07 2026] POST /v2.0/security-group-rules => generated 607 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1568] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:07 2026] DELETE /v2.0/security-groups/d8993df9-357b-4512-afc5-ed09645dd477 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:47:07.374 7 INFO neutron.db.securitygroups_db [None req-b5e1c979-7f83-405a-9852-e14fb7c0ecea f22753bab6c242f786005d2cf5cb2543 675c2c6350384360bc88eb9d69fa8d76 - - default default] Project 675c2c6350384360bc88eb9d69fa8d76 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: 851/1569] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:07 2026] POST /v2.0/security-group-rules => generated 606 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1570] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:07 2026] GET /v2.0/ports?device_id=0f99bf71-7bd8-4c80-8ac3-66bbefef265c => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1571] 10.0.0.158 () {34 vars in 685 bytes} [Thu Apr 9 14:47:07 2026] POST /v2.0/security-groups => generated 1659 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1572] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:08 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: 720/1573] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:08 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1576] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:47:08 2026] POST /v2.0/floatingips => generated 552 bytes in 721 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1577] 10.0.0.52 () {34 vars in 1097 bytes} [Thu Apr 9 14:47:09 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-211993315&fields=id&tenant_id=675c2c6350384360bc88eb9d69fa8d76 => 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: 723/1578] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:09 2026] DELETE /v2.0/security-groups/336f54c9-9625-4160-8154-7eabab61b5da => generated 0 bytes in 144 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1579] 10.0.0.52 () {34 vars in 1097 bytes} [Thu Apr 9 14:47:09 2026] GET /v2.0/security-groups?name=tempest-securitygroup--556121933&fields=id&tenant_id=675c2c6350384360bc88eb9d69fa8d76 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:47:09.249 8 INFO neutron.api.v2.resource [None req-fc3a491e-b039-413e-b193-543c83427b0d 6dcba66d335b4cd6a87c34f4825d2d3a 86ea3670b7144c85a33d462752889929 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 724/1580] 10.0.0.158 () {32 vars in 737 bytes} [Thu Apr 9 14:47:09 2026] GET /v2.0/security-groups/336f54c9-9625-4160-8154-7eabab61b5da => 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: 857/1581] 10.0.0.52 () {34 vars in 981 bytes} [Thu Apr 9 14:47:09 2026] GET /v2.0/networks?id=3dce6c77-1210-47e1-8d33-5aacdefae960 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1582] 10.0.0.52 () {34 vars in 964 bytes} [Thu Apr 9 14:47:09 2026] GET /v2.0/quotas/675c2c6350384360bc88eb9d69fa8d76 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:09.378 8 INFO neutron_taas.services.taas.taas_plugin [None req-ea9c9ceb-3ef7-4e2a-8bdd-a0d443948b01 6dcba66d335b4cd6a87c34f4825d2d3a 86ea3670b7144c85a33d462752889929 - - default default] TaaS: Handle Delete Port: 1ced9fca-f332-47f6-9f56-8c9eea353f17 2026-04-09 14:47:09.381 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea9c9ceb-3ef7-4e2a-8bdd-a0d443948b01 6dcba66d335b4cd6a87c34f4825d2d3a 86ea3670b7144c85a33d462752889929 - - default default] Tap Mirror: Handle Delete Port: 1ced9fca-f332-47f6-9f56-8c9eea353f17 [pid: 7|app: 0|req: 859/1583] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:47:09 2026] GET /v2.0/ports?tenant_id=675c2c6350384360bc88eb9d69fa8d76&fields=id => generated 103 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1584] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:47:09 2026] DELETE /v2.0/floatingips/b7073650-56aa-45c4-9334-9a7cccaa4a91 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1585] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:47:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:47:09.709 7 INFO neutron.db.segments_db [None req-5dee5dfb-bd3c-4f7f-a724-101d1a4ed79f bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] Added segment 0a926402-bff5-429f-9901-6fd1d4327ecc of type vxlan for network 06405c3e-905a-496e-8a30-17a4cc4fcc9e [pid: 8|app: 0|req: 727/1586] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Apr 9 14:47:09 2026] GET /v2.0/networks/3dce6c77-1210-47e1-8d33-5aacdefae960?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: 860/1587] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:47:09 2026] POST /v2.0/networks => generated 625 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1588] 10.0.0.158 () {34 vars in 759 bytes} [Thu Apr 9 14:47:09 2026] PUT /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1589] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Apr 9 14:47:09 2026] GET /v2.0/networks/3dce6c77-1210-47e1-8d33-5aacdefae960?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: 863/1590] 10.0.0.158 () {34 vars in 665 bytes} [Thu Apr 9 14:47:09 2026] POST /v2.0/ports => generated 773 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 14:47:10.221 8 INFO neutron_taas.services.taas.taas_plugin [None req-20c17639-5b9b-4b71-bd89-e045d43e0308 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: f5ad921a-0281-4397-a2a1-f03a2da1f440 2026-04-09 14:47:10.224 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-20c17639-5b9b-4b71-bd89-e045d43e0308 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: f5ad921a-0281-4397-a2a1-f03a2da1f440 [pid: 7|app: 0|req: 864/1591] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:47:10 2026] GET /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1592] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:10 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:47:10.306 7 INFO neutron.db.segments_db [None req-7c092acc-354b-4e69-8c4d-3f68db8d1c0c bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] Added segment 2e6beb5f-5645-4f64-aa1c-136dfe0877d9 of type vxlan for network fde28e5e-8c53-464a-aa2a-2ff84846cefd [pid: 7|app: 0|req: 866/1593] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:47:10 2026] POST /v2.0/networks => generated 613 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1594] 10.0.0.158 () {34 vars in 770 bytes} [Thu Apr 9 14:47:10 2026] PUT /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags/green => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1595] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:47:10 2026] POST /v2.0/subnets => generated 626 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1596] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:47:10 2026] GET /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/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: 728/1597] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:47:09 2026] PUT /v2.0/routers/0b9b5ac5-f131-4cbb-93bb-38eac7bbd414/remove_router_interface => generated 309 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1598] 10.0.0.158 () {34 vars in 665 bytes} [Thu Apr 9 14:47:10 2026] POST /v2.0/ports => generated 949 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 14:47:11.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b38588d-31d9-449e-a3d9-b2002cbe3eb9 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: c607a7ab-31cc-44dc-ba90-5e408c162bab 2026-04-09 14:47:11.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b38588d-31d9-449e-a3d9-b2002cbe3eb9 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: c607a7ab-31cc-44dc-ba90-5e408c162bab [pid: 8|app: 0|req: 729/1599] 10.0.0.158 () {34 vars in 766 bytes} [Thu Apr 9 14:47:10 2026] PUT /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags/red => generated 4 bytes in 593 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-09 14:47:11.580 8 INFO neutron_taas.services.taas.taas_plugin [None req-f94cc90f-9ab8-4cd4-a6d5-a8979503ae92 bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] TaaS: Handle Delete Port: 5e7a03b8-1b8e-49e4-a3ea-cac45f6fb10d 2026-04-09 14:47:11.582 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f94cc90f-9ab8-4cd4-a6d5-a8979503ae92 bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] Tap Mirror: Handle Delete Port: 5e7a03b8-1b8e-49e4-a3ea-cac45f6fb10d 2026-04-09 14:47:11.669 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b38588d-31d9-449e-a3d9-b2002cbe3eb9 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 64bb9fee-8434-4991-964d-008baadfdd42 2026-04-09 14:47:11.671 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b38588d-31d9-449e-a3d9-b2002cbe3eb9 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 64bb9fee-8434-4991-964d-008baadfdd42 [pid: 8|app: 0|req: 730/1600] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:47:11 2026] DELETE /v2.0/ports/5e7a03b8-1b8e-49e4-a3ea-cac45f6fb10d => 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: 731/1601] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:11 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => 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: 732/1602] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:47:11 2026] GET /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:47:11.776 8 INFO neutron.pecan_wsgi.hooks.translation [None req-070f94a6-feaf-408d-bae8-2e0a82a28833 bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 733/1603] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:47:11 2026] DELETE /v2.0/ports/5e7a03b8-1b8e-49e4-a3ea-cac45f6fb10d => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1604] 10.0.0.158 () {34 vars in 788 bytes} [Thu Apr 9 14:47:11 2026] PUT /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags/black.or.white => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-09 14:47:11.839 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fc7f7722-bd30-4756-b4d8-e254a1ecd90c bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 735/1605] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:47:11 2026] GET /v2.0/ports/5e7a03b8-1b8e-49e4-a3ea-cac45f6fb10d => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1606] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:47:11 2026] GET /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:47:12.007 7 INFO neutron.services.segments.plugin [-] Segment 5692e8af-2242-487b-bfde-2c116990cd41 resource provider aggregate not found [pid: 8|app: 0|req: 737/1607] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:11 2026] DELETE /v2.0/subnets/7e53770a-2569-4d00-a3c6-ba359e71ed55 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:47:12.015 7 INFO neutron.services.segments.plugin [-] Segment 5692e8af-2242-487b-bfde-2c116990cd41 resource provider aggregate not found 2026-04-09 14:47:12.025 7 INFO neutron.services.segments.plugin [-] Segment 5692e8af-2242-487b-bfde-2c116990cd41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5692e8af-2242-487b-bfde-2c116990cd41 found for delete ", "request_id": "req-879b250d-6afe-405f-8dfe-46bcaf3afdbd"}]} 2026-04-09 14:47:12.032 7 INFO neutron.services.segments.plugin [-] Segment 5692e8af-2242-487b-bfde-2c116990cd41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5692e8af-2242-487b-bfde-2c116990cd41 found for delete ", "request_id": "req-58ea34d4-8fe8-4bfa-8117-0b1df632cca8"}]} 2026-04-09 14:47:12.040 7 INFO neutron.db.l3_hamode_db [None req-8b38588d-31d9-449e-a3d9-b2002cbe3eb9 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] HA network 4218a93a-8893-40e1-9cd6-c1ee4fabe8c7 was deleted as no HA routers are present in tenant 86ea3670b7144c85a33d462752889929. [pid: 8|app: 0|req: 738/1608] 10.0.0.158 () {34 vars in 759 bytes} [Thu Apr 9 14:47:12 2026] PUT /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1609] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:11 2026] DELETE /v2.0/routers/0b9b5ac5-f131-4cbb-93bb-38eac7bbd414 => generated 0 bytes in 857 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1610] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:47:12 2026] GET /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags => generated 37 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:47:12.157 8 INFO neutron.services.segments.plugin [-] Segment 2e6beb5f-5645-4f64-aa1c-136dfe0877d9 resource provider aggregate not found 2026-04-09 14:47:12.160 8 INFO neutron.services.segments.plugin [-] Segment 2e6beb5f-5645-4f64-aa1c-136dfe0877d9 resource provider aggregate not found 2026-04-09 14:47:12.181 8 INFO neutron.services.segments.plugin [-] Segment 2e6beb5f-5645-4f64-aa1c-136dfe0877d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e6beb5f-5645-4f64-aa1c-136dfe0877d9 found for delete ", "request_id": "req-1b05d1e9-cfa5-4ba7-9adc-d3973adfb763"}]} 2026-04-09 14:47:12.181 8 INFO neutron.services.segments.plugin [-] Segment 2e6beb5f-5645-4f64-aa1c-136dfe0877d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e6beb5f-5645-4f64-aa1c-136dfe0877d9 found for delete ", "request_id": "req-463eda0a-e389-4669-8a13-20d160ebd120"}]} [pid: 8|app: 0|req: 739/1611] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:47:12 2026] DELETE /v2.0/networks/fde28e5e-8c53-464a-aa2a-2ff84846cefd => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1612] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:12 2026] DELETE /v2.0/subnets/8765453a-7a17-412f-9966-78db36117d68 => 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: 740/1613] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:47:12 2026] GET /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:47:12.265 7 INFO neutron.db.segments_db [None req-907ed97e-2813-4197-bc20-b0bd653919da bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] Added segment 666975d9-7a8a-4d38-9fc8-50ab24b22827 of type vxlan for network 39a4c88c-e8df-4178-9ada-0bf65b50fbec 2026-04-09 14:47:12.297 8 INFO neutron_taas.services.taas.taas_plugin [None req-6198911d-df9a-4e23-bd80-b41b959f09f1 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: b91e9990-07ff-4eb6-b91c-355922cf171f 2026-04-09 14:47:12.299 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6198911d-df9a-4e23-bd80-b41b959f09f1 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: b91e9990-07ff-4eb6-b91c-355922cf171f [pid: 7|app: 0|req: 874/1614] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:47:12 2026] POST /v2.0/networks => generated 612 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:47:12.362 7 INFO neutron.api.v2.resource [None req-071d6205-81dc-44bb-9205-511be13dd1cd f827e0cd005a4169b7a7c7db8ae125af 35ffcb1733b443819083c6b11da05437 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 875/1615] 10.0.0.158 () {32 vars in 751 bytes} [Thu Apr 9 14:47:12 2026] GET /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags/green => generated 99 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1616] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:47:12 2026] DELETE /v2.0/networks/f48326f2-8860-40b0-81c4-881c6dcf36a2 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1617] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:47:12 2026] DELETE /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1618] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:47:12 2026] GET /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:47:12.598 8 INFO neutron.api.v2.resource [None req-ffdb75c6-b312-42c7-8d7d-3b52ccd586d0 f827e0cd005a4169b7a7c7db8ae125af 35ffcb1733b443819083c6b11da05437 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 744/1619] 10.0.0.158 () {32 vars in 754 bytes} [Thu Apr 9 14:47:12 2026] DELETE /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1620] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:47:12 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1621] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:12 2026] GET /v2.0/security-groups?tenant_id=86ea3670b7144c85a33d462752889929&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1622] 10.0.0.158 () {32 vars in 742 bytes} [Thu Apr 9 14:47:12 2026] DELETE /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags => 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: 878/1623] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:12 2026] DELETE /v2.0/security-groups/4dbc383c-3953-4cac-a391-79c44acd6ae3 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1624] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:47:12 2026] GET /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1625] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:12 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => 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: 881/1626] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:47:12 2026] DELETE /v2.0/subnetpools/894bf3c8-95df-4289-9f6a-d561f693e2ed => 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: 746/1627] 10.0.0.158 () {34 vars in 665 bytes} [Thu Apr 9 14:47:12 2026] POST /v2.0/ports => generated 910 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:47:13.183 7 INFO neutron_taas.services.taas.taas_plugin [None req-597862a6-5fac-4ff1-90cd-ded6a2d176e7 bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] TaaS: Handle Delete Port: d2b70181-28e8-481c-9ce0-5c15aeb6e4f6 2026-04-09 14:47:13.187 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-597862a6-5fac-4ff1-90cd-ded6a2d176e7 bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] Tap Mirror: Handle Delete Port: d2b70181-28e8-481c-9ce0-5c15aeb6e4f6 [pid: 7|app: 0|req: 882/1628] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:47:13 2026] DELETE /v2.0/ports/d2b70181-28e8-481c-9ce0-5c15aeb6e4f6 => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:47:13.359 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9d630c9a-89b3-42a6-906e-71a68581f6d6 bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 747/1629] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:47:13 2026] GET /v2.0/ports/d2b70181-28e8-481c-9ce0-5c15aeb6e4f6 => 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: 883/1630] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:13 2026] DELETE /v2.0/subnets/ec535a29-1b61-4246-9b63-fa67a9b5d0a5 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1631] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:47:13 2026] DELETE /v2.0/networks/39a4c88c-e8df-4178-9ada-0bf65b50fbec => 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: 748/1632] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:13 2026] GET /v2.0/security-groups?tenant_id=35ffcb1733b443819083c6b11da05437&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1633] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:13 2026] DELETE /v2.0/security-groups/2be20d87-8cff-4920-8412-e78652195a8c => 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: 885/1634] 10.0.0.158 () {34 vars in 665 bytes} [Thu Apr 9 14:47:13 2026] POST /v2.0/ports => generated 774 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1635] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:13 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 14:47:14.058 7 INFO neutron.services.segments.plugin [-] Segment 666975d9-7a8a-4d38-9fc8-50ab24b22827 resource provider aggregate not found 2026-04-09 14:47:14.069 7 INFO neutron.services.segments.plugin [-] Segment 666975d9-7a8a-4d38-9fc8-50ab24b22827 resource provider aggregate not found 2026-04-09 14:47:14.087 7 INFO neutron.services.segments.plugin [-] Segment 666975d9-7a8a-4d38-9fc8-50ab24b22827 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 666975d9-7a8a-4d38-9fc8-50ab24b22827 found for delete ", "request_id": "req-ad525b17-e526-427c-ad24-e7964d05d9bf"}]} 2026-04-09 14:47:14.093 7 INFO neutron.services.segments.plugin [-] Segment 666975d9-7a8a-4d38-9fc8-50ab24b22827 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 666975d9-7a8a-4d38-9fc8-50ab24b22827 found for delete ", "request_id": "req-7133350d-3502-4aa3-8633-b64ebbb98696"}]} [pid: 8|app: 0|req: 751/1636] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:13 2026] GET /v2.0/security-groups?tenant_id=9c362d729aa5452796e71dad50cdbe1d&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1637] 10.0.0.158 () {34 vars in 737 bytes} [Thu Apr 9 14:47:13 2026] PUT /v2.0/ports/87113f07-3283-4a0b-9b87-27f5e9142228 => generated 752 bytes in 193 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-09 14:47:14.206 8 INFO neutron.services.segments.plugin [-] Segment 4357b8b9-3499-4164-8b7c-7ca68e75b6a7 resource provider aggregate not found 2026-04-09 14:47:14.212 8 INFO neutron.services.segments.plugin [-] Segment 4357b8b9-3499-4164-8b7c-7ca68e75b6a7 resource provider aggregate not found 2026-04-09 14:47:14.231 8 INFO neutron.services.segments.plugin [-] Segment 4357b8b9-3499-4164-8b7c-7ca68e75b6a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4357b8b9-3499-4164-8b7c-7ca68e75b6a7 found for delete ", "request_id": "req-2fa559dd-a395-4841-8615-c9415469850b"}]} 2026-04-09 14:47:14.232 8 INFO neutron.services.segments.plugin [-] Segment 4357b8b9-3499-4164-8b7c-7ca68e75b6a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4357b8b9-3499-4164-8b7c-7ca68e75b6a7 found for delete ", "request_id": "req-76b08b47-63af-486e-a3ec-6968bdd6fe17"}]} 2026-04-09 14:47:14.265 7 INFO neutron_taas.services.taas.taas_plugin [None req-1b83ea33-84ca-430a-b90b-2c64a8228ec5 bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] TaaS: Handle Delete Port: 87113f07-3283-4a0b-9b87-27f5e9142228 2026-04-09 14:47:14.272 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1b83ea33-84ca-430a-b90b-2c64a8228ec5 bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] Tap Mirror: Handle Delete Port: 87113f07-3283-4a0b-9b87-27f5e9142228 [pid: 8|app: 0|req: 752/1638] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:14 2026] DELETE /v2.0/security-groups/eafecf38-0c2d-49b7-b5a1-2dc595c28cf7 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1639] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:47:14 2026] GET /v2.0/networks?id=3dce6c77-1210-47e1-8d33-5aacdefae960 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1640] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:47:14 2026] DELETE /v2.0/ports/87113f07-3283-4a0b-9b87-27f5e9142228 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1641] 199.204.45.95 () {34 vars in 1049 bytes} [Thu Apr 9 14:47:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=675c2c6350384360bc88eb9d69fa8d76 => generated 272 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1642] 10.0.0.158 () {32 vars in 643 bytes} [Thu Apr 9 14:47:14 2026] GET /v2.0/ports => generated 776 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:14.418 7 INFO neutron.pecan_wsgi.hooks.translation [None req-22142b67-9544-4fef-be33-52cd8cf3f057 bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 889/1643] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:47:14 2026] GET /v2.0/ports/87113f07-3283-4a0b-9b87-27f5e9142228 => 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: 890/1644] 10.0.0.158 () {32 vars in 643 bytes} [Thu Apr 9 14:47:14 2026] GET /v2.0/ports => generated 776 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1645] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:47:14 2026] GET /v2.0/ports/e6b71bdf-bdd0-4860-a223-6ad7e1899552 => generated 773 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:14.528 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c7a8e427-2f9f-4d61-8ba5-7097f4cb6fd9 bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 892/1646] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:47:14 2026] DELETE /v2.0/ports/d2b70181-28e8-481c-9ce0-5c15aeb6e4f6 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:47:14.546 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15333229-17f7-47c8-af94-5d361837db98 bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 893/1647] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:14 2026] DELETE /v2.0/subnets/ec535a29-1b61-4246-9b63-fa67a9b5d0a5 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:47:14.563 7 INFO neutron.pecan_wsgi.hooks.translation [None req-473a1d43-0bfa-4417-b2bb-3edc2983dda8 bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 894/1648] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:14 2026] DELETE /v2.0/subnets/7e53770a-2569-4d00-a3c6-ba359e71ed55 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:47:14.681 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f3b5564-11e3-48d0-ab7c-aed1c138f03a bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] TaaS: Handle Delete Port: e6b71bdf-bdd0-4860-a223-6ad7e1899552 2026-04-09 14:47:14.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f3b5564-11e3-48d0-ab7c-aed1c138f03a bd7819c98f884f48b2797177c3a6c66a c7405e17aab24c56952dbaa3c20ecd19 - - default default] Tap Mirror: Handle Delete Port: e6b71bdf-bdd0-4860-a223-6ad7e1899552 [pid: 7|app: 0|req: 895/1649] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:47:14 2026] DELETE /v2.0/ports/e6b71bdf-bdd0-4860-a223-6ad7e1899552 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1650] 199.204.45.95 () {38 vars in 954 bytes} [Thu Apr 9 14:47:14 2026] POST /v2.0/ports => generated 997 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 756/1651] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:47:14 2026] DELETE /v2.0/networks/06405c3e-905a-496e-8a30-17a4cc4fcc9e => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:47:15.066 7 INFO neutron.db.segments_db [None req-8bdadb38-1974-408f-9d57-f6551faeb0f5 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment 7a925fae-8665-4528-9e5d-9a279815a4c0 of type vxlan for network 56e37a25-4a11-41e1-9f0c-0c412b78e933 [pid: 7|app: 0|req: 896/1652] 10.0.0.158 () {34 vars in 671 bytes} [Thu Apr 9 14:47:14 2026] POST /v2.0/networks => generated 727 bytes in 420 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1653] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:15 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1012 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1654] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:47:14 2026] PUT /v2.0/ports/0d905e2e-9dfb-4d37-9036-056f41c61cc3 => generated 1278 bytes in 465 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-09 14:47:15.449 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7e43c299-48ab-40e7-a4fc-a0b532a52a4f'] response: {'name': 'network-changed', 'server_uuid': 'e16f8d30-6e4c-464d-8e1e-aed766c8ff52', 'tag': '0d905e2e-9dfb-4d37-9036-056f41c61cc3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 758/1655] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Apr 9 14:47:15 2026] GET /v2.0/security-groups?id=cb1ac8b7-7b11-48fc-8b6e-97859091d7d0&id=0a1ee58f-d04c-46a2-b87f-025b2a6bdb06&fields=id&fields=name => generated 205 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1656] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:47:15 2026] POST /v2.0/subnets => generated 693 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:47:15.545 7 INFO neutron.db.segments_db [None req-2769f0c8-1321-41e2-9299-909507499aa3 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Added segment f1b1eb92-1c03-4a4f-8583-8214dd4b02a4 of type vxlan for network 35978aec-222a-4adc-8a17-7f050181ea90 [pid: 8|app: 0|req: 759/1657] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:15 2026] GET /v2.0/security-groups?tenant_id=c7405e17aab24c56952dbaa3c20ecd19&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1658] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:15 2026] DELETE /v2.0/security-groups/4fc18f54-5fb0-4960-aaa4-412da9858947 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:47:15.849 7 INFO neutron.db.l3_hamode_db [None req-2769f0c8-1321-41e2-9299-909507499aa3 d767e4e040a64100b7c1c42230c0418d cb9028817c524d79abd600ab727efea6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 761/1659] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:47:15 2026] GET /v2.0/ports?tenant_id=675c2c6350384360bc88eb9d69fa8d76&device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1281 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1660] 199.204.45.95 () {34 vars in 1017 bytes} [Thu Apr 9 14:47:16 2026] GET /v2.0/networks?tenant_id=675c2c6350384360bc88eb9d69fa8d76&shared=False => generated 769 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1661] 199.204.45.95 () {34 vars in 929 bytes} [Thu Apr 9 14:47:16 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:16.251 8 INFO neutron.services.segments.plugin [-] Segment 0a926402-bff5-429f-9901-6fd1d4327ecc resource provider aggregate not found 2026-04-09 14:47:16.254 8 INFO neutron.services.segments.plugin [-] Segment 0a926402-bff5-429f-9901-6fd1d4327ecc resource provider aggregate not found 2026-04-09 14:47:16.278 8 INFO neutron.services.segments.plugin [-] Segment 0a926402-bff5-429f-9901-6fd1d4327ecc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a926402-bff5-429f-9901-6fd1d4327ecc found for delete ", "request_id": "req-a01c0225-ad91-4eea-a2af-33bf615f1224"}]} 2026-04-09 14:47:16.281 8 INFO neutron.services.segments.plugin [-] Segment 0a926402-bff5-429f-9901-6fd1d4327ecc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a926402-bff5-429f-9901-6fd1d4327ecc found for delete ", "request_id": "req-bbcaf66d-9ca8-40e9-a4fc-b7a78c259e5f"}]} [pid: 8|app: 0|req: 764/1662] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:16 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1012 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1663] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Apr 9 14:47:16 2026] GET /v2.0/security-groups?id=cb1ac8b7-7b11-48fc-8b6e-97859091d7d0&id=0a1ee58f-d04c-46a2-b87f-025b2a6bdb06&fields=id&fields=name => generated 205 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:16.726 7 INFO neutron.db.l3_hamode_db [None req-2769f0c8-1321-41e2-9299-909507499aa3 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 766/1664] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:47:17 2026] GET /v2.0/ports?tenant_id=675c2c6350384360bc88eb9d69fa8d76&device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1281 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1665] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:47:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=0d905e2e-9dfb-4d37-9036-056f41c61cc3 => 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: 768/1666] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:47:17 2026] GET /v2.0/subnets?id=bde44d45-bb50-4aa0-b86e-57826280f11e => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1667] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:47:17 2026] GET /v2.0/ports?network_id=3dce6c77-1210-47e1-8d33-5aacdefae960&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1668] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:47:17 2026] GET /v2.0/networks/3dce6c77-1210-47e1-8d33-5aacdefae960?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: 771/1669] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:47:17 2026] GET /v2.0/networks/3dce6c77-1210-47e1-8d33-5aacdefae960?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: 899/1670] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:47:15 2026] POST /v2.0/routers => generated 733 bytes in 2164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:47:18.033 7 INFO neutron.db.segments_db [None req-c45d963e-ac3d-4381-b590-5fb629d1118b 2c7b46b87a64404babbc73275f031cab 0686fa10e3e5457782b1e86e0dcc2f74 - - default default] Added segment dc2cf8fa-923a-401c-bc99-dfd912c8295a of type vxlan for network 90f48b6c-adb9-4290-bc53-491dc3de843b [pid: 7|app: 0|req: 900/1671] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:47:17 2026] POST /v2.0/networks => generated 613 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1672] 10.0.0.158 () {34 vars in 684 bytes} [Thu Apr 9 14:47:18 2026] POST /v2.0/security-groups => generated 1625 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1673] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:18 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1012 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:47:18.441 7 INFO neutron.db.segments_db [None req-9e5d0787-9f45-421d-bd8c-0f9955151930 2c7b46b87a64404babbc73275f031cab 0686fa10e3e5457782b1e86e0dcc2f74 - - default default] Added segment 91d1af33-133f-4133-9375-951bdf7b991c of type vxlan for network bdae03ab-3ff7-4582-8e0f-915faef4ee34 [pid: 7|app: 0|req: 903/1674] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:47:18 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: 904/1675] 10.0.0.158 () {32 vars in 663 bytes} [Thu Apr 9 14:47:18 2026] GET /v2.0/security-groups => generated 4530 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1676] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Apr 9 14:47:18 2026] GET /v2.0/security-groups?id=cb1ac8b7-7b11-48fc-8b6e-97859091d7d0&id=0a1ee58f-d04c-46a2-b87f-025b2a6bdb06&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1677] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:47:18 2026] PUT /v2.0/networks/90f48b6c-adb9-4290-bc53-491dc3de843b/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: 907/1678] 10.0.0.158 () {34 vars in 758 bytes} [Thu Apr 9 14:47:18 2026] PUT /v2.0/security-groups/c40112c2-0a98-4579-9986-a9245a9ae6da => generated 1663 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1679] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:47:18 2026] GET /v2.0/networks/90f48b6c-adb9-4290-bc53-491dc3de843b/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1680] 10.0.0.158 () {32 vars in 737 bytes} [Thu Apr 9 14:47:18 2026] GET /v2.0/security-groups/c40112c2-0a98-4579-9986-a9245a9ae6da => generated 1663 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1681] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:47:17 2026] PUT /v2.0/routers/bf15f615-e71f-4494-b8e8-d67b250d9e2b/add_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1682] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:47:18 2026] PUT /v2.0/networks/bdae03ab-3ff7-4582-8e0f-915faef4ee34/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1683] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:47:18 2026] GET /v2.0/networks/bdae03ab-3ff7-4582-8e0f-915faef4ee34/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1684] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:18 2026] DELETE /v2.0/security-groups/c40112c2-0a98-4579-9986-a9245a9ae6da => 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: 912/1685] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:47:18 2026] PUT /v2.0/networks/bdae03ab-3ff7-4582-8e0f-915faef4ee34/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1686] 10.0.0.158 () {32 vars in 663 bytes} [Thu Apr 9 14:47:18 2026] GET /v2.0/security-groups => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:47:18.983 8 INFO neutron.api.v2.resource [None req-7222e3b9-b15c-4d9f-9697-23e1aa467687 4eb22fc0e7d249779096ef2f4c68c543 6e04e534457a401cbf39ab304a9daa09 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 775/1687] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:18 2026] DELETE /v2.0/security-groups/c40112c2-0a98-4579-9986-a9245a9ae6da => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1688] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:47:18 2026] GET /v2.0/networks/bdae03ab-3ff7-4582-8e0f-915faef4ee34/tags => generated 12 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1689] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:47:18 2026] GET /v2.0/networks/90f48b6c-adb9-4290-bc53-491dc3de843b/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1690] 10.0.0.158 () {34 vars in 684 bytes} [Thu Apr 9 14:47:18 2026] POST /v2.0/security-groups => generated 1624 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 14:47:19.188 8 INFO neutron.services.segments.plugin [-] Segment dc2cf8fa-923a-401c-bc99-dfd912c8295a resource provider aggregate not found 2026-04-09 14:47:19.192 8 INFO neutron.services.segments.plugin [-] Segment dc2cf8fa-923a-401c-bc99-dfd912c8295a resource provider aggregate not found 2026-04-09 14:47:19.213 8 INFO neutron.services.segments.plugin [-] Segment dc2cf8fa-923a-401c-bc99-dfd912c8295a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc2cf8fa-923a-401c-bc99-dfd912c8295a found for delete ", "request_id": "req-07044471-acc8-422b-ba3f-4f1f75bdfd9c"}]} 2026-04-09 14:47:19.227 8 INFO neutron.services.segments.plugin [-] Segment dc2cf8fa-923a-401c-bc99-dfd912c8295a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc2cf8fa-923a-401c-bc99-dfd912c8295a found for delete ", "request_id": "req-f999b52c-4982-4d0e-94e7-3305bf9cbb0b"}]} [pid: 8|app: 0|req: 777/1691] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:47:19 2026] DELETE /v2.0/networks/90f48b6c-adb9-4290-bc53-491dc3de843b => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1692] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1693] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:47:19 2026] GET /v2.0/security-group-rules/d64db598-a735-477e-895d-6a9ae1ff869c => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1694] 10.0.0.158 () {32 vars in 673 bytes} [Thu Apr 9 14:47:19 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1695] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:47:19 2026] DELETE /v2.0/networks/bdae03ab-3ff7-4582-8e0f-915faef4ee34 => 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: 918/1696] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:47:19 2026] DELETE /v2.0/security-group-rules/d64db598-a735-477e-895d-6a9ae1ff869c => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1697] 10.0.0.158 () {32 vars in 673 bytes} [Thu Apr 9 14:47:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1698] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1699] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:47:19 2026] GET /v2.0/security-group-rules/3e39230c-ca3a-4e48-96fc-100e4bb108d3 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1700] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:19 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1012 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1701] 10.0.0.158 () {32 vars in 673 bytes} [Thu Apr 9 14:47:19 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: 782/1702] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Apr 9 14:47:19 2026] GET /v2.0/security-groups?id=cb1ac8b7-7b11-48fc-8b6e-97859091d7d0&id=0a1ee58f-d04c-46a2-b87f-025b2a6bdb06&fields=id&fields=name => generated 205 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1703] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:47:19 2026] DELETE /v2.0/security-group-rules/3e39230c-ca3a-4e48-96fc-100e4bb108d3 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1704] 10.0.0.158 () {32 vars in 673 bytes} [Thu Apr 9 14:47:19 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1705] 10.0.0.52 () {34 vars in 981 bytes} [Thu Apr 9 14:47:19 2026] GET /v2.0/networks?id=56e37a25-4a11-41e1-9f0c-0c412b78e933 => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1706] 10.0.0.52 () {34 vars in 964 bytes} [Thu Apr 9 14:47:19 2026] GET /v2.0/quotas/cb9028817c524d79abd600ab727efea6 => 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: 922/1707] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:19 2026] POST /v2.0/security-group-rules => generated 602 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1708] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:47:20 2026] GET /v2.0/security-group-rules/67e2d86c-4b99-4756-af7e-37783bedc284 => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1709] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:47:19 2026] GET /v2.0/ports?tenant_id=cb9028817c524d79abd600ab727efea6&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1710] 10.0.0.158 () {32 vars in 673 bytes} [Thu Apr 9 14:47:20 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1711] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Apr 9 14:47:20 2026] GET /v2.0/networks/56e37a25-4a11-41e1-9f0c-0c412b78e933?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1712] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:47:20 2026] DELETE /v2.0/security-group-rules/67e2d86c-4b99-4756-af7e-37783bedc284 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1713] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Apr 9 14:47:20 2026] GET /v2.0/networks/56e37a25-4a11-41e1-9f0c-0c412b78e933?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1714] 10.0.0.158 () {32 vars in 673 bytes} [Thu Apr 9 14:47:20 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: 790/1715] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:20 2026] DELETE /v2.0/security-groups/6aa868d8-2f2f-42ba-aa09-625bbf1a77a6 => 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: 791/1716] 10.0.0.158 () {32 vars in 663 bytes} [Thu Apr 9 14:47:20 2026] GET /v2.0/security-groups => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1717] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:20 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => 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: 926/1718] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:20 2026] GET /v2.0/security-groups?tenant_id=0686fa10e3e5457782b1e86e0dcc2f74&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1719] 10.0.0.158 () {32 vars in 663 bytes} [Thu Apr 9 14:47:20 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1720] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:20 2026] DELETE /v2.0/security-groups/4c8cfd3b-f613-4ded-a9f8-870667143a5d => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1721] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:47:20 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1722] 199.204.45.95 () {34 vars in 1123 bytes} [Thu Apr 9 14:47:20 2026] GET /v2.0/security-groups?id=cb1ac8b7-7b11-48fc-8b6e-97859091d7d0&id=0a1ee58f-d04c-46a2-b87f-025b2a6bdb06&fields=id&fields=name => generated 205 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1723] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:20 2026] GET /v2.0/security-groups?tenant_id=0d7ada8127234c4c99f9f87aa1768d8b&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1724] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:20 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1014 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1725] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:20 2026] DELETE /v2.0/security-groups/762dc9c5-e49e-4c13-a84f-9f5365ff40a0 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1726] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Apr 9 14:47:21 2026] GET /v2.0/security-groups?id=cb1ac8b7-7b11-48fc-8b6e-97859091d7d0&id=0a1ee58f-d04c-46a2-b87f-025b2a6bdb06&fields=id&fields=name => generated 205 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1727] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:20 2026] GET /v2.0/security-groups?tenant_id=6e04e534457a401cbf39ab304a9daa09&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:47:21.231 8 INFO neutron.services.segments.plugin [-] Segment 91d1af33-133f-4133-9375-951bdf7b991c resource provider aggregate not found 2026-04-09 14:47:21.246 8 INFO neutron.services.segments.plugin [-] Segment 91d1af33-133f-4133-9375-951bdf7b991c resource provider aggregate not found 2026-04-09 14:47:21.251 8 INFO neutron.services.segments.plugin [-] Segment 91d1af33-133f-4133-9375-951bdf7b991c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91d1af33-133f-4133-9375-951bdf7b991c found for delete ", "request_id": "req-d681fd73-90f6-496d-9d8b-61d24154feca"}]} 2026-04-09 14:47:21.266 8 INFO neutron.services.segments.plugin [-] Segment 91d1af33-133f-4133-9375-951bdf7b991c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91d1af33-133f-4133-9375-951bdf7b991c found for delete ", "request_id": "req-c5954cdb-c23d-4d05-8974-8545ce80fde2"}]} [pid: 7|app: 0|req: 931/1728] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:21 2026] DELETE /v2.0/security-groups/745ebcb7-6123-4a91-b296-5a0dd51385f5 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1729] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:21 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => 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: 932/1730] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:22 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1014 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1731] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Apr 9 14:47:22 2026] GET /v2.0/security-groups?id=cb1ac8b7-7b11-48fc-8b6e-97859091d7d0&id=0a1ee58f-d04c-46a2-b87f-025b2a6bdb06&fields=id&fields=name => generated 205 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1732] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:22 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => 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: 800/1733] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:23 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1014 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1734] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Apr 9 14:47:23 2026] GET /v2.0/security-groups?id=cb1ac8b7-7b11-48fc-8b6e-97859091d7d0&id=0a1ee58f-d04c-46a2-b87f-025b2a6bdb06&fields=id&fields=name => generated 205 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1735] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:23 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1736] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:23 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:47:23.893 7 INFO neutron.db.l3_db [None req-ac20ee70-40ab-4372-98d0-160f4fa45193 f22753bab6c242f786005d2cf5cb2543 675c2c6350384360bc88eb9d69fa8d76 - - default default] Floating IP 9583579d-ad72-4e65-8d51-e37c16903437 associated. External IP: 10.96.250.201, port: 0d905e2e-9dfb-4d37-9036-056f41c61cc3. [pid: 7|app: 0|req: 935/1739] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:47:23 2026] PUT /v2.0/floatingips/9583579d-ad72-4e65-8d51-e37c16903437 => generated 856 bytes in 683 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:24.301 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c98f9aa-ced6-401b-9460-b1a6390c892c'] response: {'name': 'network-changed', 'server_uuid': 'e16f8d30-6e4c-464d-8e1e-aed766c8ff52', 'tag': '0d905e2e-9dfb-4d37-9036-056f41c61cc3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 805/1740] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:47:24 2026] GET /v2.0/networks?id=56e37a25-4a11-41e1-9f0c-0c412b78e933 => generated 678 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1741] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:24 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1742] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:47:24 2026] GET /v2.0/ports?tenant_id=675c2c6350384360bc88eb9d69fa8d76&device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1283 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1743] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:47:24 2026] GET /v2.0/networks?id=3dce6c77-1210-47e1-8d33-5aacdefae960 => generated 769 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1744] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:47:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=0d905e2e-9dfb-4d37-9036-056f41c61cc3 => generated 859 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1745] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:47:25 2026] GET /v2.0/subnets?id=bde44d45-bb50-4aa0-b86e-57826280f11e => generated 691 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1746] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:47:25 2026] GET /v2.0/ports?network_id=3dce6c77-1210-47e1-8d33-5aacdefae960&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: 812/1747] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:47:25 2026] GET /v2.0/networks/3dce6c77-1210-47e1-8d33-5aacdefae960?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1748] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:47:25 2026] GET /v2.0/networks/3dce6c77-1210-47e1-8d33-5aacdefae960?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: 936/1749] 199.204.45.95 () {38 vars in 954 bytes} [Thu Apr 9 14:47:24 2026] POST /v2.0/ports => generated 958 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1750] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:47:25 2026] PUT /v2.0/ports/cfa901e0-0587-411c-9502-525a8d61db17 => generated 1239 bytes in 416 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:47:25.681 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f935c7df-10af-4c9b-aca1-2cbf5c0b6b31'] response: {'name': 'network-changed', 'server_uuid': '06b0030a-63d0-4d54-974d-7c35b5dd5d47', 'tag': 'cfa901e0-0587-411c-9502-525a8d61db17', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 937/1751] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:25 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 973 bytes in 42 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: 815/1752] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:25 2026] GET /v2.0/security-groups?id=a4a0b169-9a04-4df8-a8cd-61cc4a729ce0&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1753] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:47:26 2026] GET /v2.0/ports?tenant_id=cb9028817c524d79abd600ab727efea6&device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1754] 199.204.45.95 () {34 vars in 1017 bytes} [Thu Apr 9 14:47:26 2026] GET /v2.0/networks?tenant_id=cb9028817c524d79abd600ab727efea6&shared=False => generated 774 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1755] 199.204.45.95 () {34 vars in 929 bytes} [Thu Apr 9 14:47:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1756] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:26 2026] GET /v2.0/security-groups?tenant_id=9d4aee403f1045b0897e44d8d1210de2&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1757] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:26 2026] DELETE /v2.0/security-groups/42e77bec-1a52-4761-a85f-b779bb9a38c0 => 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: 818/1758] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:27 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1759] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:27 2026] GET /v2.0/security-groups?id=a4a0b169-9a04-4df8-a8cd-61cc4a729ce0&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1760] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:27 2026] GET /v2.0/security-groups?tenant_id=9884104c536a464fb7a27b5be8285b2d&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: 942/1761] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:27 2026] DELETE /v2.0/security-groups/2e11e9f8-1ad0-4973-8a02-0a0584a25315 => 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: 820/1762] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:47:27 2026] GET /v2.0/ports?tenant_id=cb9028817c524d79abd600ab727efea6&device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1763] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:47:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=cfa901e0-0587-411c-9502-525a8d61db17 => 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: 821/1764] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:47:27 2026] GET /v2.0/subnets?id=b4d0b89e-db43-4934-9be6-17e666896023 => generated 696 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1765] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:47:27 2026] GET /v2.0/ports?network_id=56e37a25-4a11-41e1-9f0c-0c412b78e933&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: 822/1766] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:47:27 2026] GET /v2.0/networks/56e37a25-4a11-41e1-9f0c-0c412b78e933?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: 945/1767] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:47:27 2026] GET /v2.0/networks/56e37a25-4a11-41e1-9f0c-0c412b78e933?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: 8|app: 0|req: 823/1768] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:28 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1769] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:28 2026] GET /v2.0/security-groups?id=a4a0b169-9a04-4df8-a8cd-61cc4a729ce0&fields=id&fields=name => generated 88 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1770] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:29 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1771] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:29 2026] GET /v2.0/security-groups?id=a4a0b169-9a04-4df8-a8cd-61cc4a729ce0&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1772] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:30 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1773] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:30 2026] GET /v2.0/security-groups?id=a4a0b169-9a04-4df8-a8cd-61cc4a729ce0&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1774] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:30 2026] GET /v2.0/security-groups?tenant_id=8ae5e04daab24ec2be5a5c3e92a54866&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1775] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:31 2026] DELETE /v2.0/security-groups/1399b0d2-3dc1-4dec-a173-8270f757d930 => 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: 827/1776] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:31 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1777] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:31 2026] GET /v2.0/security-groups?id=a4a0b169-9a04-4df8-a8cd-61cc4a729ce0&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: 8|app: 0|req: 828/1778] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:32 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1779] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:32 2026] GET /v2.0/security-groups?id=a4a0b169-9a04-4df8-a8cd-61cc4a729ce0&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1780] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:33 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1781] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:33 2026] GET /v2.0/security-groups?id=a4a0b169-9a04-4df8-a8cd-61cc4a729ce0&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:47:34.475 8 INFO neutron.db.segments_db [None req-b9caa268-9348-43ef-8e92-96e50a85e40a d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Added segment b5b24bbb-b5af-4673-b3d8-9f0ec8dc60ea of type vxlan for network a4a3f99a-c732-4f20-9da6-f0d34d22dc9d [pid: 7|app: 0|req: 953/1782] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:34 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1783] 10.0.0.158 () {34 vars in 671 bytes} [Thu Apr 9 14:47:34 2026] POST /v2.0/networks => generated 614 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1784] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:34 2026] GET /v2.0/security-groups?id=a4a0b169-9a04-4df8-a8cd-61cc4a729ce0&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:47:34.611 8 INFO neutron.db.segments_db [None req-ba4b45fc-6807-4e31-8990-4109e6aa5ddf d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Added segment 7ffa77f6-425e-4a3f-bb0b-b3347ce3871f of type vxlan for network a15fe4c6-8868-409a-8a36-50e744956015 2026-04-09 14:47:34.867 8 INFO neutron.db.l3_hamode_db [None req-ba4b45fc-6807-4e31-8990-4109e6aa5ddf d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:47:35.637 8 INFO neutron.db.l3_hamode_db [None req-ba4b45fc-6807-4e31-8990-4109e6aa5ddf d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 955/1785] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:35 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1786] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:35 2026] GET /v2.0/security-groups?id=a4a0b169-9a04-4df8-a8cd-61cc4a729ce0&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: 957/1787] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:47:35 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:35.949 7 INFO neutron_taas.services.taas.taas_plugin [req-716404ad-e88f-4afd-93e5-4a8b4c035c23 req-ce74ef74-028a-4b27-981c-3ccaf0320fd1 abe646f3f38b477db81deb131aa2beab cb9028817c524d79abd600ab727efea6 - - default default] TaaS: Handle Delete Port: cfa901e0-0587-411c-9502-525a8d61db17 2026-04-09 14:47:35.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-716404ad-e88f-4afd-93e5-4a8b4c035c23 req-ce74ef74-028a-4b27-981c-3ccaf0320fd1 abe646f3f38b477db81deb131aa2beab cb9028817c524d79abd600ab727efea6 - - default default] Tap Mirror: Handle Delete Port: cfa901e0-0587-411c-9502-525a8d61db17 [pid: 7|app: 0|req: 958/1788] 199.204.45.95 () {36 vars in 996 bytes} [Thu Apr 9 14:47:35 2026] DELETE /v2.0/ports/cfa901e0-0587-411c-9502-525a8d61db17 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:47:36.156 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee00cf19-92bf-40aa-bddb-0e2686fa1246'] response: {'server_uuid': '06b0030a-63d0-4d54-974d-7c35b5dd5d47', 'name': 'network-vif-deleted', 'tag': 'cfa901e0-0587-411c-9502-525a8d61db17', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 959/1789] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:36 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1014 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1790] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:47:34 2026] POST /v2.0/routers => generated 695 bytes in 2090 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1791] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Apr 9 14:47:36 2026] GET /v2.0/security-groups?id=cb1ac8b7-7b11-48fc-8b6e-97859091d7d0&id=0a1ee58f-d04c-46a2-b87f-025b2a6bdb06&fields=id&fields=name => generated 205 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1792] 10.0.0.158 () {32 vars in 776 bytes} [Thu Apr 9 14:47:36 2026] GET /v2.0/subnets?project_id=64d517242c7b41bea1839be7d39d18dc&cidr=10.100.0.0%2F28 => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1793] 10.0.0.158 () {32 vars in 694 bytes} [Thu Apr 9 14:47:36 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1794] 10.0.0.158 () {32 vars in 784 bytes} [Thu Apr 9 14:47:36 2026] GET /v2.0/subnets?network_id=4a580695-9429-435a-a752-0fb2764740f9&cidr=10.100.0.0%2F28 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1795] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:47:36 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1283 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1796] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:36 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => 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: 963/1797] 10.0.0.158 () {32 vars in 858 bytes} [Thu Apr 9 14:47:36 2026] GET /v2.0/floatingips?floating_network_id=4a580695-9429-435a-a752-0fb2764740f9&port_id=0d905e2e-9dfb-4d37-9036-056f41c61cc3 => generated 861 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1798] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:47:36 2026] POST /v2.0/subnets => generated 657 bytes in 250 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1799] 10.0.0.137 () {34 vars in 990 bytes} [Thu Apr 9 14:47:37 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1800] 10.0.0.137 () {34 vars in 1120 bytes} [Thu Apr 9 14:47:37 2026] GET /v2.0/security-groups?id=0a1ee58f-d04c-46a2-b87f-025b2a6bdb06&id=cb1ac8b7-7b11-48fc-8b6e-97859091d7d0&fields=id&fields=name => generated 205 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1801] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:37 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => 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: 964/1802] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:47:37 2026] PUT /v2.0/routers/bcbcb381-ef90-4ed4-8466-a6ba79e72dd1/add_router_interface => generated 309 bytes in 1423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1803] 10.0.0.158 () {32 vars in 649 bytes} [Thu Apr 9 14:47:38 2026] GET /v2.0/networks => generated 7964 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1804] 10.0.0.158 () {32 vars in 647 bytes} [Thu Apr 9 14:47:38 2026] GET /v2.0/subnets => generated 6499 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1807] 10.0.0.158 () {32 vars in 647 bytes} [Thu Apr 9 14:47:38 2026] GET /v2.0/routers => generated 2914 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1808] 10.0.0.158 () {34 vars in 685 bytes} [Thu Apr 9 14:47:38 2026] POST /v2.0/security-groups => generated 1675 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1809] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1810] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:39 2026] GET /v2.0/ports?device_id=06b0030a-63d0-4d54-974d-7c35b5dd5d47 => 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: 969/1811] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:39 2026] POST /v2.0/security-group-rules => generated 596 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1812] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1813] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:47:39.550 8 INFO neutron.db.securitygroups_db [None req-7e82e03f-4d11-4c59-a21b-0dc4b964af7c d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Project 64d517242c7b41bea1839be7d39d18dc 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: 844/1814] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:39 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-09 14:47:39.678 7 INFO neutron.db.securitygroups_db [None req-14c43a70-8dda-41e6-8704-cbff954846b9 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Project 64d517242c7b41bea1839be7d39d18dc 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: 971/1815] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:47:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1816] 10.0.0.158 () {32 vars in 649 bytes} [Thu Apr 9 14:47:40 2026] GET /v2.0/networks => generated 1298 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1817] 10.0.0.52 () {34 vars in 1099 bytes} [Thu Apr 9 14:47:40 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2001533575&fields=id&tenant_id=64d517242c7b41bea1839be7d39d18dc => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1818] 10.0.0.52 () {34 vars in 981 bytes} [Thu Apr 9 14:47:40 2026] GET /v2.0/networks?id=a4a3f99a-c732-4f20-9da6-f0d34d22dc9d => 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: 848/1819] 10.0.0.52 () {34 vars in 964 bytes} [Thu Apr 9 14:47:40 2026] GET /v2.0/quotas/64d517242c7b41bea1839be7d39d18dc => 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: 849/1820] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:47:40 2026] GET /v2.0/ports?tenant_id=64d517242c7b41bea1839be7d39d18dc&fields=id => generated 103 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1821] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Apr 9 14:47:40 2026] GET /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1822] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:40 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1014 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1823] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Apr 9 14:47:40 2026] GET /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1824] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Apr 9 14:47:40 2026] GET /v2.0/security-groups?id=cb1ac8b7-7b11-48fc-8b6e-97859091d7d0&id=0a1ee58f-d04c-46a2-b87f-025b2a6bdb06&fields=id&fields=name => generated 205 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:40.778 7 INFO neutron_taas.services.taas.taas_plugin [None req-c6a8ca09-e99f-4403-a599-5541a12f2d10 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 53754906-2622-4ff5-a37a-44bf824951b7 2026-04-09 14:47:40.781 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6a8ca09-e99f-4403-a599-5541a12f2d10 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 53754906-2622-4ff5-a37a-44bf824951b7 [pid: 8|app: 0|req: 854/1825] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:40 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => 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: 972/1826] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:47:40 2026] PUT /v2.0/routers/bf15f615-e71f-4494-b8e8-d67b250d9e2b/remove_router_interface => generated 309 bytes in 1139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:41.591 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5915ac1-7780-49cc-9702-e73be227973a d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 6c457cc6-37a3-45a6-8dca-e4b37ba8c422 2026-04-09 14:47:41.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5915ac1-7780-49cc-9702-e73be227973a d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 6c457cc6-37a3-45a6-8dca-e4b37ba8c422 2026-04-09 14:47:41.853 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5915ac1-7780-49cc-9702-e73be227973a d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: a8830abb-5bea-447a-8aa0-4fc8a7c02f65 2026-04-09 14:47:41.856 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5915ac1-7780-49cc-9702-e73be227973a d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: a8830abb-5bea-447a-8aa0-4fc8a7c02f65 [pid: 7|app: 0|req: 973/1827] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:41 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1014 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1828] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Apr 9 14:47:41 2026] GET /v2.0/security-groups?id=cb1ac8b7-7b11-48fc-8b6e-97859091d7d0&id=0a1ee58f-d04c-46a2-b87f-025b2a6bdb06&fields=id&fields=name => generated 205 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1829] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:41 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:47:42.219 8 INFO neutron.services.segments.plugin [-] Segment f1b1eb92-1c03-4a4f-8583-8214dd4b02a4 resource provider aggregate not found 2026-04-09 14:47:42.227 8 INFO neutron.services.segments.plugin [-] Segment f1b1eb92-1c03-4a4f-8583-8214dd4b02a4 resource provider aggregate not found 2026-04-09 14:47:42.240 8 INFO neutron.db.l3_hamode_db [None req-c5915ac1-7780-49cc-9702-e73be227973a d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] HA network 35978aec-222a-4adc-8a17-7f050181ea90 was deleted as no HA routers are present in tenant cb9028817c524d79abd600ab727efea6. [pid: 8|app: 0|req: 855/1830] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:41 2026] DELETE /v2.0/routers/bf15f615-e71f-4494-b8e8-d67b250d9e2b => generated 0 bytes in 899 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:47:42.265 8 INFO neutron.services.segments.plugin [-] Segment f1b1eb92-1c03-4a4f-8583-8214dd4b02a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1b1eb92-1c03-4a4f-8583-8214dd4b02a4 found for delete ", "request_id": "req-9a621991-6cb6-40e4-8596-31992402e68b"}]} 2026-04-09 14:47:42.265 8 INFO neutron.services.segments.plugin [-] Segment f1b1eb92-1c03-4a4f-8583-8214dd4b02a4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f1b1eb92-1c03-4a4f-8583-8214dd4b02a4 found for delete ", "request_id": "req-8a3c49b7-cec6-434b-8656-95aa48433447"}]} [pid: 7|app: 0|req: 976/1831] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:42 2026] DELETE /v2.0/subnets/b4d0b89e-db43-4934-9be6-17e666896023 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:47:42.532 8 INFO neutron_taas.services.taas.taas_plugin [None req-323ab885-a4ad-44c7-a6cc-7632a02c0f0f d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 0f8aabb4-2bef-4bad-87f3-5daa8dbc0f4a 2026-04-09 14:47:42.534 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-323ab885-a4ad-44c7-a6cc-7632a02c0f0f d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 0f8aabb4-2bef-4bad-87f3-5daa8dbc0f4a [pid: 8|app: 0|req: 856/1832] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:47:42 2026] DELETE /v2.0/networks/56e37a25-4a11-41e1-9f0c-0c412b78e933 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1833] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:42 2026] GET /v2.0/security-groups?tenant_id=cb9028817c524d79abd600ab727efea6&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1834] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:47:42 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1835] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:42 2026] DELETE /v2.0/security-groups/a4a0b169-9a04-4df8-a8cd-61cc4a729ce0 => 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: 979/1836] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:43 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 1014 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1837] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:43 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:47:43.051 8 INFO neutron_taas.services.taas.taas_plugin [req-782ba60a-5a7c-45e5-9c54-c75247d2b2f1 req-2e28b6a0-8efd-4a38-87d8-5d10f59ef09a f22753bab6c242f786005d2cf5cb2543 675c2c6350384360bc88eb9d69fa8d76 - - default default] TaaS: Handle Delete Port: 0d905e2e-9dfb-4d37-9036-056f41c61cc3 2026-04-09 14:47:43.055 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-782ba60a-5a7c-45e5-9c54-c75247d2b2f1 req-2e28b6a0-8efd-4a38-87d8-5d10f59ef09a f22753bab6c242f786005d2cf5cb2543 675c2c6350384360bc88eb9d69fa8d76 - - default default] Tap Mirror: Handle Delete Port: 0d905e2e-9dfb-4d37-9036-056f41c61cc3 [pid: 7|app: 0|req: 981/1838] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Apr 9 14:47:43 2026] GET /v2.0/security-groups?id=cb1ac8b7-7b11-48fc-8b6e-97859091d7d0&id=0a1ee58f-d04c-46a2-b87f-025b2a6bdb06&fields=id&fields=name => generated 205 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:43.196 8 INFO neutron.db.l3_db [req-782ba60a-5a7c-45e5-9c54-c75247d2b2f1 req-2e28b6a0-8efd-4a38-87d8-5d10f59ef09a f22753bab6c242f786005d2cf5cb2543 675c2c6350384360bc88eb9d69fa8d76 - - default default] Floating IP 9583579d-ad72-4e65-8d51-e37c16903437 disassociated. External IP: 10.96.250.201, port: 0d905e2e-9dfb-4d37-9036-056f41c61cc3. [pid: 8|app: 0|req: 858/1839] 199.204.45.95 () {36 vars in 996 bytes} [Thu Apr 9 14:47:42 2026] DELETE /v2.0/ports/0d905e2e-9dfb-4d37-9036-056f41c61cc3 => generated 0 bytes in 767 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:47:43.747 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aa832ed0-69a5-4081-b26f-8bdd216d8c15'] response: {'server_uuid': 'e16f8d30-6e4c-464d-8e1e-aed766c8ff52', 'name': 'network-vif-deleted', 'tag': '0d905e2e-9dfb-4d37-9036-056f41c61cc3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 982/1840] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:44 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => 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: 859/1841] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:44 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:47:44.283 8 INFO neutron.services.segments.plugin [-] Segment 7a925fae-8665-4528-9e5d-9a279815a4c0 resource provider aggregate not found 2026-04-09 14:47:44.290 8 INFO neutron.services.segments.plugin [-] Segment 7a925fae-8665-4528-9e5d-9a279815a4c0 resource provider aggregate not found 2026-04-09 14:47:44.292 8 INFO neutron.services.segments.plugin [-] Segment 7a925fae-8665-4528-9e5d-9a279815a4c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a925fae-8665-4528-9e5d-9a279815a4c0 found for delete ", "request_id": "req-5e236efc-56cc-410d-88cc-bf51397039c5"}]} 2026-04-09 14:47:44.309 8 INFO neutron.services.segments.plugin [-] Segment 7a925fae-8665-4528-9e5d-9a279815a4c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a925fae-8665-4528-9e5d-9a279815a4c0 found for delete ", "request_id": "req-dcf62700-3c89-4df0-ba6c-fa8a504c79d7"}]} [pid: 7|app: 0|req: 983/1842] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:47:45 2026] GET /v2.0/networks?id=a4a3f99a-c732-4f20-9da6-f0d34d22dc9d => generated 661 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1843] 199.204.45.95 () {34 vars in 1049 bytes} [Thu Apr 9 14:47:45 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=64d517242c7b41bea1839be7d39d18dc => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1844] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:45 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => 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: 862/1845] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:45 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => 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: 984/1846] 199.204.45.95 () {38 vars in 954 bytes} [Thu Apr 9 14:47:45 2026] POST /v2.0/ports => generated 958 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1847] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:47:45 2026] PUT /v2.0/ports/a09c32cc-bbc6-45ab-a42b-021ee500b743 => generated 1239 bytes in 392 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:47:46.100 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e68ac36-a969-4fcb-bfec-3330b3d72b9a'] response: {'name': 'network-changed', 'server_uuid': '565d9192-2916-4ee3-98f1-b60e8ef9683d', 'tag': 'a09c32cc-bbc6-45ab-a42b-021ee500b743', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 985/1848] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:46 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 864/1849] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:46 2026] GET /v2.0/security-groups?id=cd9a006f-326f-4031-a6c2-5fdad4b1bd84&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1850] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:46 2026] GET /v2.0/ports?device_id=e16f8d30-6e4c-464d-8e1e-aed766c8ff52 => 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: 865/1851] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:47:46 2026] GET /v2.0/ports?tenant_id=64d517242c7b41bea1839be7d39d18dc&device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1852] 199.204.45.95 () {34 vars in 1017 bytes} [Thu Apr 9 14:47:46 2026] GET /v2.0/networks?tenant_id=64d517242c7b41bea1839be7d39d18dc&shared=False => generated 757 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1853] 199.204.45.95 () {34 vars in 929 bytes} [Thu Apr 9 14:47:46 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: 867/1854] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:47 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1855] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:47 2026] GET /v2.0/security-groups?tenant_id=8a1bae5cf6e041308d8dd1e82dd28583&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1856] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:47 2026] GET /v2.0/security-groups?id=cd9a006f-326f-4031-a6c2-5fdad4b1bd84&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: 989/1857] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:47 2026] DELETE /v2.0/security-groups/04496c3b-8362-4545-8291-1ef75e449542 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1858] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:47 2026] DELETE /v2.0/security-groups/cb1ac8b7-7b11-48fc-8b6e-97859091d7d0 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:47:47.736 7 INFO neutron.api.v2.resource [None req-747ab5ed-2509-45d3-b093-e61cb6910eee f22753bab6c242f786005d2cf5cb2543 675c2c6350384360bc88eb9d69fa8d76 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 990/1859] 10.0.0.158 () {32 vars in 737 bytes} [Thu Apr 9 14:47:47 2026] GET /v2.0/security-groups/cb1ac8b7-7b11-48fc-8b6e-97859091d7d0 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1860] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:47:47 2026] GET /v2.0/ports?tenant_id=64d517242c7b41bea1839be7d39d18dc&device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:47:47.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-3d4f8c24-120a-4559-9d73-a4a3b3b75fd3 f22753bab6c242f786005d2cf5cb2543 675c2c6350384360bc88eb9d69fa8d76 - - default default] TaaS: Handle Delete Port: 0731b732-69b5-4459-b5ff-2d9385de1d7d 2026-04-09 14:47:47.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3d4f8c24-120a-4559-9d73-a4a3b3b75fd3 f22753bab6c242f786005d2cf5cb2543 675c2c6350384360bc88eb9d69fa8d76 - - default default] Tap Mirror: Handle Delete Port: 0731b732-69b5-4459-b5ff-2d9385de1d7d [pid: 7|app: 0|req: 992/1861] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:47 2026] GET /v2.0/security-groups?tenant_id=37ea8515ff5c4c23a0ded8e26a4819a5&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1862] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:47:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a09c32cc-bbc6-45ab-a42b-021ee500b743 => 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: 870/1863] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:47:47 2026] DELETE /v2.0/floatingips/9583579d-ad72-4e65-8d51-e37c16903437 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1864] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:47 2026] DELETE /v2.0/security-groups/24da220e-55a7-44f1-a447-84ae061faaa7 => 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: 871/1865] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:47:48 2026] GET /v2.0/subnets?id=2cdc85f0-3ff4-4791-9589-df349bc37d1a => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1866] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:47:48 2026] GET /v2.0/ports?network_id=a4a3f99a-c732-4f20-9da6-f0d34d22dc9d&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: 995/1867] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:48 2026] DELETE /v2.0/security-groups/0a1ee58f-d04c-46a2-b87f-025b2a6bdb06 => 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: 873/1868] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:47:48 2026] GET /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d?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: 996/1869] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:47:48 2026] GET /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d?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-09 14:47:48.578 8 INFO neutron_taas.services.taas.taas_plugin [None req-d84e2912-8c11-4869-a1fe-ec10f0807372 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: a35ecef6-2874-4b27-8381-b40831b77289 2026-04-09 14:47:48.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d84e2912-8c11-4869-a1fe-ec10f0807372 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: a35ecef6-2874-4b27-8381-b40831b77289 [pid: 7|app: 0|req: 997/1870] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:48 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => 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: 998/1871] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:48 2026] GET /v2.0/security-groups?id=cd9a006f-326f-4031-a6c2-5fdad4b1bd84&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: 874/1872] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:47:48 2026] PUT /v2.0/routers/60a4621e-943b-42fa-a92c-ab05a660aed1/remove_router_interface => generated 309 bytes in 955 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:49.389 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f824882-5bec-4a9f-ab2d-38917140454b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 73cd584a-102c-4f58-8b1d-bfaf5da602ea 2026-04-09 14:47:49.392 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f824882-5bec-4a9f-ab2d-38917140454b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 73cd584a-102c-4f58-8b1d-bfaf5da602ea 2026-04-09 14:47:49.643 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f824882-5bec-4a9f-ab2d-38917140454b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 9be05074-11ea-488e-890f-2db2526b1711 2026-04-09 14:47:49.646 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f824882-5bec-4a9f-ab2d-38917140454b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 9be05074-11ea-488e-890f-2db2526b1711 [pid: 8|app: 0|req: 875/1873] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:49 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1874] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:49 2026] GET /v2.0/security-groups?id=cd9a006f-326f-4031-a6c2-5fdad4b1bd84&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:49.989 7 INFO neutron.services.segments.plugin [-] Segment 5844c620-aa00-44f9-ac20-b8490758592d resource provider aggregate not found 2026-04-09 14:47:49.994 7 INFO neutron.services.segments.plugin [-] Segment 5844c620-aa00-44f9-ac20-b8490758592d resource provider aggregate not found 2026-04-09 14:47:50.007 7 INFO neutron.services.segments.plugin [-] Segment 5844c620-aa00-44f9-ac20-b8490758592d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5844c620-aa00-44f9-ac20-b8490758592d found for delete ", "request_id": "req-24cd96c8-1916-4169-8144-58c65511c25d"}]} 2026-04-09 14:47:50.013 7 INFO neutron.services.segments.plugin [-] Segment 5844c620-aa00-44f9-ac20-b8490758592d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5844c620-aa00-44f9-ac20-b8490758592d found for delete ", "request_id": "req-6ae37ec5-89f7-49ae-afba-1fd3bc9ed2e6"}]} 2026-04-09 14:47:50.033 7 INFO neutron.db.l3_hamode_db [None req-6f824882-5bec-4a9f-ab2d-38917140454b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] HA network 3d26e9fd-6e2f-4882-ba02-7eaa65b62e9b was deleted as no HA routers are present in tenant 675c2c6350384360bc88eb9d69fa8d76. [pid: 7|app: 0|req: 999/1875] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:49 2026] DELETE /v2.0/routers/60a4621e-943b-42fa-a92c-ab05a660aed1 => generated 0 bytes in 891 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1876] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:50 2026] DELETE /v2.0/subnets/bde44d45-bb50-4aa0-b86e-57826280f11e => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:47:50.309 7 INFO neutron_taas.services.taas.taas_plugin [None req-7b844d06-1b47-49d5-8160-2e43172c5e20 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 898e8da7-6b88-4c72-88eb-49c9aff2d5f4 2026-04-09 14:47:50.313 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7b844d06-1b47-49d5-8160-2e43172c5e20 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 898e8da7-6b88-4c72-88eb-49c9aff2d5f4 [pid: 7|app: 0|req: 1000/1877] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:47:50 2026] DELETE /v2.0/networks/3dce6c77-1210-47e1-8d33-5aacdefae960 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:47:50.895 8 INFO neutron_taas.services.taas.taas_plugin [None req-2e439741-d9c5-4753-9402-5014025caf0d d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: b7b20b8c-4af6-4e72-b104-1a4919e198d3 2026-04-09 14:47:50.899 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e439741-d9c5-4753-9402-5014025caf0d d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: b7b20b8c-4af6-4e72-b104-1a4919e198d3 [pid: 7|app: 0|req: 1001/1878] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:50 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1879] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:51 2026] GET /v2.0/security-groups?id=cd9a006f-326f-4031-a6c2-5fdad4b1bd84&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: 878/1880] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:47:50 2026] PUT /v2.0/routers/37e56e3d-2754-480d-8dff-a1c8d25983a3/remove_router_interface => generated 309 bytes in 966 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:47:51.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-050a11a1-f7de-44de-adae-fe4741c3eade d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 313f6b02-8970-4622-aefb-b4b46f34013f 2026-04-09 14:47:51.702 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-050a11a1-f7de-44de-adae-fe4741c3eade d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 313f6b02-8970-4622-aefb-b4b46f34013f 2026-04-09 14:47:51.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-050a11a1-f7de-44de-adae-fe4741c3eade d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 555e0163-c764-4e15-bb4a-ca20a3a1b36b 2026-04-09 14:47:51.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-050a11a1-f7de-44de-adae-fe4741c3eade d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 555e0163-c764-4e15-bb4a-ca20a3a1b36b 2026-04-09 14:47:52.044 7 INFO neutron.services.segments.plugin [-] Segment c8819ecb-d4fd-4477-89d1-12fdd3c36882 resource provider aggregate not found 2026-04-09 14:47:52.047 7 INFO neutron.services.segments.plugin [-] Segment c8819ecb-d4fd-4477-89d1-12fdd3c36882 resource provider aggregate not found 2026-04-09 14:47:52.068 7 INFO neutron.services.segments.plugin [-] Segment c8819ecb-d4fd-4477-89d1-12fdd3c36882 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8819ecb-d4fd-4477-89d1-12fdd3c36882 found for delete ", "request_id": "req-70aa2ff9-62fc-48f9-80ee-0e12cdf74b61"}]} 2026-04-09 14:47:52.069 7 INFO neutron.services.segments.plugin [-] Segment c8819ecb-d4fd-4477-89d1-12fdd3c36882 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8819ecb-d4fd-4477-89d1-12fdd3c36882 found for delete ", "request_id": "req-a6bee7f3-eccf-4889-aab8-6b340919698a"}]} [pid: 8|app: 0|req: 879/1881] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:51 2026] GET /v2.0/security-groups?tenant_id=b54c1009e72540c3bf8942a863c8e6df&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1882] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:52 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1883] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:52 2026] DELETE /v2.0/security-groups/6829990c-45ef-469a-90e7-e9367763a852 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1884] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:52 2026] GET /v2.0/security-groups?id=cd9a006f-326f-4031-a6c2-5fdad4b1bd84&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-09 14:47:52.395 7 INFO neutron.db.l3_hamode_db [None req-050a11a1-f7de-44de-adae-fe4741c3eade d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] HA network 41613331-aef8-48b9-93b3-63f943c3ebe7 was deleted as no HA routers are present in tenant e0aae919639d4150b9bb1e002c43c368. [pid: 7|app: 0|req: 1003/1885] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:51 2026] DELETE /v2.0/routers/37e56e3d-2754-480d-8dff-a1c8d25983a3 => generated 0 bytes in 910 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1886] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:47:52 2026] DELETE /v2.0/subnets/5694bd58-6210-4734-92fd-41f51fee1ce8 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1887] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:52 2026] GET /v2.0/security-groups?tenant_id=fe72a4ea7b014003898bb1bb1cf81d3b&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:47:52.636 8 INFO neutron_taas.services.taas.taas_plugin [None req-40a8edf2-4d95-4921-8ef4-ead38972136f d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 39feff24-be71-4968-a3a3-6bc14c80815e 2026-04-09 14:47:52.638 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40a8edf2-4d95-4921-8ef4-ead38972136f d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 39feff24-be71-4968-a3a3-6bc14c80815e [pid: 7|app: 0|req: 1005/1888] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:52 2026] DELETE /v2.0/security-groups/b10871b1-5c7f-4d20-883e-c13ce65daf4f => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:47:52.799 8 INFO neutron.services.segments.plugin [-] Segment 82c40ab6-33eb-453e-b2eb-ffc63a67495a resource provider aggregate not found 2026-04-09 14:47:52.807 8 INFO neutron.services.segments.plugin [-] Segment 82c40ab6-33eb-453e-b2eb-ffc63a67495a resource provider aggregate not found 2026-04-09 14:47:52.824 8 INFO neutron.services.segments.plugin [-] Segment 82c40ab6-33eb-453e-b2eb-ffc63a67495a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82c40ab6-33eb-453e-b2eb-ffc63a67495a found for delete ", "request_id": "req-33a234de-977a-420f-8103-bd7597d33a8b"}]} 2026-04-09 14:47:52.825 8 INFO neutron.services.segments.plugin [-] Segment 82c40ab6-33eb-453e-b2eb-ffc63a67495a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82c40ab6-33eb-453e-b2eb-ffc63a67495a found for delete ", "request_id": "req-fddfbb61-cc84-45c1-b9d2-687c09ce1df8"}]} [pid: 8|app: 0|req: 884/1889] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:47:52 2026] DELETE /v2.0/networks/baba59b1-0685-4401-8a16-4df8c8fb500a => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1890] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:53 2026] GET /v2.0/security-groups?tenant_id=675c2c6350384360bc88eb9d69fa8d76&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1891] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:53 2026] DELETE /v2.0/security-groups/d38bb84a-d86c-49b5-b39b-0879454f4392 => 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: 1007/1892] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:53 2026] GET /v2.0/security-groups?tenant_id=e0aae919639d4150b9bb1e002c43c368&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1893] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:53 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1894] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:53 2026] GET /v2.0/security-groups?id=cd9a006f-326f-4031-a6c2-5fdad4b1bd84&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: 1008/1895] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:53 2026] DELETE /v2.0/security-groups/d4701715-bdde-4e12-8166-b316e23062ea => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1896] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:47:53 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/1897] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:47:53 2026] GET /v2.0/security-groups?id=cd9a006f-326f-4031-a6c2-5fdad4b1bd84&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: 1011/1900] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:47:53 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:47:54.085 7 INFO neutron.services.segments.plugin [-] Segment 8fbf797f-1bfd-442f-a309-b1c243da39f0 resource provider aggregate not found 2026-04-09 14:47:54.090 7 INFO neutron.services.segments.plugin [-] Segment 8fbf797f-1bfd-442f-a309-b1c243da39f0 resource provider aggregate not found 2026-04-09 14:47:54.109 7 INFO neutron.services.segments.plugin [-] Segment 8fbf797f-1bfd-442f-a309-b1c243da39f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fbf797f-1bfd-442f-a309-b1c243da39f0 found for delete ", "request_id": "req-de0a4f80-fe12-493d-9e0d-2497625f1f91"}]} 2026-04-09 14:47:54.120 7 INFO neutron.services.segments.plugin [-] Segment 8fbf797f-1bfd-442f-a309-b1c243da39f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8fbf797f-1bfd-442f-a309-b1c243da39f0 found for delete ", "request_id": "req-d49c3d6f-7d6b-4b49-aede-9dcb5b559fc8"}]} 2026-04-09 14:47:54.663 8 INFO neutron.db.l3_db [None req-29514389-466f-4a6a-b10c-b335ec862452 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Floating IP dcb0f729-e2e2-4dca-8428-e18cedd3cab7 associated. External IP: 10.96.250.203, port: a09c32cc-bbc6-45ab-a42b-021ee500b743. [pid: 8|app: 0|req: 890/1901] 10.0.0.158 () {34 vars in 677 bytes} [Thu Apr 9 14:47:53 2026] POST /v2.0/floatingips => generated 856 bytes in 1203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:47:55.056 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3baef0cf-5521-4ae2-91d4-23bb1980d14e'] response: {'name': 'network-changed', 'server_uuid': '565d9192-2916-4ee3-98f1-b60e8ef9683d', 'tag': 'a09c32cc-bbc6-45ab-a42b-021ee500b743', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1012/1902] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:47:55 2026] GET /v2.0/floatingips/dcb0f729-e2e2-4dca-8428-e18cedd3cab7 => generated 856 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1903] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:47:55 2026] GET /v2.0/ports?tenant_id=64d517242c7b41bea1839be7d39d18dc&device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => 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: 1013/1904] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:47:55 2026] GET /v2.0/networks?id=a4a3f99a-c732-4f20-9da6-f0d34d22dc9d => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1905] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:47:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a09c32cc-bbc6-45ab-a42b-021ee500b743 => generated 859 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/1906] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:47:55 2026] GET /v2.0/subnets?id=2cdc85f0-3ff4-4791-9589-df349bc37d1a => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1907] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:47:55 2026] GET /v2.0/ports?network_id=a4a3f99a-c732-4f20-9da6-f0d34d22dc9d&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: 1015/1908] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:47:55 2026] GET /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d?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: 894/1909] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:47:55 2026] GET /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d?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: 1016/1910] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:47:56 2026] GET /v2.0/floatingips/dcb0f729-e2e2-4dca-8428-e18cedd3cab7 => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1911] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:47:57 2026] GET /v2.0/floatingips/dcb0f729-e2e2-4dca-8428-e18cedd3cab7 => generated 858 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/1912] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:47:57 2026] GET /v2.0/security-groups?tenant_id=6ff90a3c797246e2bf2504fac6d5fdbc&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/1913] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:47:57 2026] DELETE /v2.0/security-groups/fe8d8033-76eb-4129-8e36-9bfa1a7172d2 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:47:58.043 8 INFO neutron.db.segments_db [None req-d24b255e-74fb-44f4-88a4-465933ead05f 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] Added segment 41fb9d93-b027-4063-962a-4932c679f2a1 of type vxlan for network 680a39ce-4f7e-452d-ab9d-a8edbd1ab60f [pid: 8|app: 0|req: 896/1914] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:47:57 2026] POST /v2.0/networks => generated 613 bytes in 312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/1915] 10.0.0.158 () {34 vars in 664 bytes} [Thu Apr 9 14:47:58 2026] POST /v2.0/ports => generated 743 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:47:58.455 8 INFO neutron.db.segments_db [None req-3c899063-a30c-4264-8dac-ed6e3c167e09 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] Added segment c05590dc-7f5f-438b-a33e-7fe3f686d05a of type vxlan for network c0128380-4dea-4d98-834e-dc51adca6ae7 [pid: 8|app: 0|req: 897/1916] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:47:58 2026] POST /v2.0/networks => generated 613 bytes in 113 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: 1020/1917] 10.0.0.158 () {34 vars in 664 bytes} [Thu Apr 9 14:47:58 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:47:58.893 8 INFO neutron.db.segments_db [None req-2bce2c94-629f-4fef-b8a1-fef69277809f 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] Added segment c013009a-6834-4364-bdec-833e5a309fc2 of type vxlan for network f8b21a21-28c7-4bd6-8c28-0ecd972ad0db [pid: 8|app: 0|req: 898/1918] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:47:58 2026] POST /v2.0/networks => generated 613 bytes in 152 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: 1021/1919] 10.0.0.158 () {34 vars in 664 bytes} [Thu Apr 9 14:47:58 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) 2026-04-09 14:47:59.339 8 INFO neutron.db.segments_db [None req-1c018711-dfe8-4ce8-80b5-a9ed495d7fe5 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] Added segment 2d73786e-acc2-4227-bfd3-da27ed116d5a of type vxlan for network c2387cf0-692f-463e-aca4-ce8f0df99392 [pid: 8|app: 0|req: 899/1920] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:47:59 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1022/1921] 10.0.0.158 () {34 vars in 664 bytes} [Thu Apr 9 14:47:59 2026] POST /v2.0/ports => generated 743 bytes in 336 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-09 14:47:59.836 7 INFO neutron.db.segments_db [None req-593b3df9-70a5-4e91-b6f3-31ee1ec85de5 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] Added segment 2bd08f46-b223-4236-8729-b8759f2c754d of type vxlan for network df35c597-289b-439c-9d93-5ce83fb9ba5d [pid: 7|app: 0|req: 1023/1922] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:47:59 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) 2026-04-09 14:47:59.999 8 INFO neutron.db.segments_db [None req-848d418c-ff6e-446f-934b-7866d72345c7 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] Added segment 6d70734e-417c-41bd-9eae-b1e6dc3cd019 of type vxlan for network d2727151-5c77-4684-bae7-c4afd9691717 [pid: 8|app: 0|req: 900/1923] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:47:59 2026] POST /v2.0/networks => generated 628 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/1924] 10.0.0.158 () {34 vars in 664 bytes} [Thu Apr 9 14:47:59 2026] POST /v2.0/ports => generated 743 bytes in 275 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: 1025/1925] 10.0.0.158 () {34 vars in 747 bytes} [Thu Apr 9 14:48:00 2026] PUT /v2.0/ports/034435ed-5c29-46c8-b6e0-2c2b5b2987d3/tags => generated 17 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: 7|app: 0|req: 1026/1926] 10.0.0.158 () {34 vars in 747 bytes} [Thu Apr 9 14:48:00 2026] PUT /v2.0/ports/e9e3ba9e-c90a-4bb6-990d-73c15394da51/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: 901/1927] 10.0.0.158 () {34 vars in 665 bytes} [Thu Apr 9 14:48:00 2026] POST /v2.0/ports => generated 778 bytes in 286 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/1928] 10.0.0.158 () {34 vars in 747 bytes} [Thu Apr 9 14:48:00 2026] PUT /v2.0/ports/655e483f-edc1-43a7-a09c-a760eeac35ac/tags => generated 34 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, ' 2026-04-09 14:48:00.432 8 INFO neutron.db.segments_db [None req-14b802e9-b661-4365-9e6a-424e47775e70 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] Added segment 77baeea8-a9b9-4b8b-86d3-16ae18037efb of type vxlan for network 4f4d24b6-e0e7-41c0-a0e1-e18e2a2ea024 [pid: 7|app: 0|req: 1028/1929] 10.0.0.158 () {34 vars in 747 bytes} [Thu Apr 9 14:48:00 2026] PUT /v2.0/ports/7a5f53e6-e4a0-48e5-be71-059e2fbc57bb/tags => generated 19 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 902/1930] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:48:00 2026] POST /v2.0/networks => generated 616 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/1931] 10.0.0.158 () {32 vars in 660 bytes} [Thu Apr 9 14:48:00 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/1932] 10.0.0.158 () {32 vars in 674 bytes} [Thu Apr 9 14:48:00 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/1933] 10.0.0.158 () {32 vars in 670 bytes} [Thu Apr 9 14:48:00 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/1934] 10.0.0.158 () {32 vars in 682 bytes} [Thu Apr 9 14:48:00 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1935] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:48:00 2026] POST /v2.0/subnets => generated 646 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/1936] 10.0.0.158 () {32 vars in 668 bytes} [Thu Apr 9 14:48:00 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/1937] 10.0.0.158 () {32 vars in 682 bytes} [Thu Apr 9 14:48:00 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/1938] 10.0.0.158 () {32 vars in 678 bytes} [Thu Apr 9 14:48:00 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/1939] 10.0.0.158 () {32 vars in 690 bytes} [Thu Apr 9 14:48:00 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1940] 10.0.0.158 () {34 vars in 665 bytes} [Thu Apr 9 14:48:00 2026] POST /v2.0/ports => generated 965 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 14:48:01.188 8 INFO neutron_taas.services.taas.taas_plugin [None req-fcfed4a8-26d5-4040-ba7d-8caeeef464ac 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] TaaS: Handle Delete Port: f624df26-5043-4084-9a54-8ef1439bf15d 2026-04-09 14:48:01.191 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcfed4a8-26d5-4040-ba7d-8caeeef464ac 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] Tap Mirror: Handle Delete Port: f624df26-5043-4084-9a54-8ef1439bf15d [pid: 8|app: 0|req: 905/1941] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:01 2026] DELETE /v2.0/ports/f624df26-5043-4084-9a54-8ef1439bf15d => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:01.347 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d56dc381-d2f6-460d-ba03-4b54f1a8f113 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 906/1942] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:01 2026] DELETE /v2.0/ports/f624df26-5043-4084-9a54-8ef1439bf15d => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:48:01.370 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4c6c9d28-132c-4908-8dc1-1963d352c92d 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 907/1943] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:48:01 2026] GET /v2.0/ports/f624df26-5043-4084-9a54-8ef1439bf15d => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1944] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:01 2026] DELETE /v2.0/subnets/911ef05a-2aa1-47c9-a7e0-747583788ced => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:01.580 7 INFO neutron_taas.services.taas.taas_plugin [None req-8bf47060-ba39-48fb-a908-97a897194001 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] TaaS: Handle Delete Port: 034435ed-5c29-46c8-b6e0-2c2b5b2987d3 2026-04-09 14:48:01.582 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8bf47060-ba39-48fb-a908-97a897194001 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] Tap Mirror: Handle Delete Port: 034435ed-5c29-46c8-b6e0-2c2b5b2987d3 2026-04-09 14:48:01.611 8 INFO neutron.services.segments.plugin [-] Segment 77baeea8-a9b9-4b8b-86d3-16ae18037efb resource provider aggregate not found 2026-04-09 14:48:01.614 8 INFO neutron.services.segments.plugin [-] Segment 77baeea8-a9b9-4b8b-86d3-16ae18037efb resource provider aggregate not found 2026-04-09 14:48:01.627 8 INFO neutron.services.segments.plugin [-] Segment 77baeea8-a9b9-4b8b-86d3-16ae18037efb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77baeea8-a9b9-4b8b-86d3-16ae18037efb found for delete ", "request_id": "req-809974e0-a1d5-4dd5-aa27-68fd4cd7e369"}]} 2026-04-09 14:48:01.630 8 INFO neutron.services.segments.plugin [-] Segment 77baeea8-a9b9-4b8b-86d3-16ae18037efb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77baeea8-a9b9-4b8b-86d3-16ae18037efb found for delete ", "request_id": "req-16abecbc-a457-48b2-bcaf-0c1d62dd39fa"}]} [pid: 8|app: 0|req: 909/1945] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:01 2026] DELETE /v2.0/networks/4f4d24b6-e0e7-41c0-a0e1-e18e2a2ea024 => 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: 1037/1946] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:01 2026] DELETE /v2.0/ports/034435ed-5c29-46c8-b6e0-2c2b5b2987d3 => generated 0 bytes in 629 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:01.700 7 INFO neutron.db.segments_db [None req-156ae3f3-20e6-4ea1-a230-25466abfd67d 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] Added segment 6f702ea5-80cf-48a3-8b88-51fad872fd75 of type vxlan for network 409f61bf-1ae1-463b-8c55-6a277128a559 2026-04-09 14:48:01.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-18a98a84-2f79-4c1b-a45c-6541b306ff27 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] TaaS: Handle Delete Port: e9e3ba9e-c90a-4bb6-990d-73c15394da51 2026-04-09 14:48:01.742 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18a98a84-2f79-4c1b-a45c-6541b306ff27 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] Tap Mirror: Handle Delete Port: e9e3ba9e-c90a-4bb6-990d-73c15394da51 [pid: 7|app: 0|req: 1038/1947] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:48:01 2026] POST /v2.0/networks => generated 617 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1948] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:01 2026] DELETE /v2.0/ports/e9e3ba9e-c90a-4bb6-990d-73c15394da51 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:01.936 8 INFO neutron_taas.services.taas.taas_plugin [None req-1442de6e-ee3b-4cb5-944f-f4cc02dbb4c2 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] TaaS: Handle Delete Port: 655e483f-edc1-43a7-a09c-a760eeac35ac 2026-04-09 14:48:01.939 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1442de6e-ee3b-4cb5-944f-f4cc02dbb4c2 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] Tap Mirror: Handle Delete Port: 655e483f-edc1-43a7-a09c-a760eeac35ac [pid: 7|app: 0|req: 1039/1949] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:48:01 2026] POST /v2.0/subnets => generated 646 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1950] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:01 2026] DELETE /v2.0/ports/655e483f-edc1-43a7-a09c-a760eeac35ac => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:02.142 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a62027b-e1e7-4d7e-af20-5b39b9bbda73 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] TaaS: Handle Delete Port: 7a5f53e6-e4a0-48e5-be71-059e2fbc57bb 2026-04-09 14:48:02.146 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a62027b-e1e7-4d7e-af20-5b39b9bbda73 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] Tap Mirror: Handle Delete Port: 7a5f53e6-e4a0-48e5-be71-059e2fbc57bb [pid: 8|app: 0|req: 912/1951] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:02 2026] DELETE /v2.0/ports/7a5f53e6-e4a0-48e5-be71-059e2fbc57bb => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/1952] 10.0.0.158 () {34 vars in 665 bytes} [Thu Apr 9 14:48:01 2026] POST /v2.0/ports => generated 927 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:02.338 7 INFO neutron_taas.services.taas.taas_plugin [None req-f6dff678-9eea-4dff-a826-6d871581aa1a 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] TaaS: Handle Delete Port: 143f727f-8f51-4125-bf76-2bc27350f837 2026-04-09 14:48:02.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f6dff678-9eea-4dff-a826-6d871581aa1a 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] Tap Mirror: Handle Delete Port: 143f727f-8f51-4125-bf76-2bc27350f837 2026-04-09 14:48:02.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-9809af36-55d1-46ff-b443-00fb1cacfa09 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] TaaS: Handle Delete Port: 0eaaadaa-f961-4b3d-9b48-fcc714909f29 2026-04-09 14:48:02.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9809af36-55d1-46ff-b443-00fb1cacfa09 33f19cef00d94d1d953749611947c66e 6a01ffeeb4cd452cb8931ad03980ecb0 - - default default] Tap Mirror: Handle Delete Port: 0eaaadaa-f961-4b3d-9b48-fcc714909f29 [pid: 8|app: 0|req: 913/1953] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:02 2026] DELETE /v2.0/ports/0eaaadaa-f961-4b3d-9b48-fcc714909f29 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/1954] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:02 2026] DELETE /v2.0/ports/143f727f-8f51-4125-bf76-2bc27350f837 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:02.474 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8420cd44-d98b-47c1-a2af-2cf13ffeee16 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1042/1955] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:48:02 2026] GET /v2.0/ports/143f727f-8f51-4125-bf76-2bc27350f837 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1956] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:02 2026] DELETE /v2.0/networks/680a39ce-4f7e-452d-ab9d-a8edbd1ab60f => 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: 1043/1957] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:02 2026] DELETE /v2.0/subnets/5a7adae2-ccc2-4221-b6d6-07f185391792 => 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: 915/1958] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:02 2026] DELETE /v2.0/networks/c0128380-4dea-4d98-834e-dc51adca6ae7 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:02.720 7 INFO neutron.services.segments.plugin [-] Segment 6f702ea5-80cf-48a3-8b88-51fad872fd75 resource provider aggregate not found 2026-04-09 14:48:02.724 7 INFO neutron.services.segments.plugin [-] Segment 6f702ea5-80cf-48a3-8b88-51fad872fd75 resource provider aggregate not found 2026-04-09 14:48:02.741 7 INFO neutron.services.segments.plugin [-] Segment 6f702ea5-80cf-48a3-8b88-51fad872fd75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f702ea5-80cf-48a3-8b88-51fad872fd75 found for delete ", "request_id": "req-5c82e086-c4ed-497e-8c4a-a507372309b6"}]} 2026-04-09 14:48:02.743 7 INFO neutron.services.segments.plugin [-] Segment 6f702ea5-80cf-48a3-8b88-51fad872fd75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6f702ea5-80cf-48a3-8b88-51fad872fd75 found for delete ", "request_id": "req-3b019e63-c4d5-4f09-bc6f-e27d08037415"}]} [pid: 7|app: 0|req: 1044/1959] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:02 2026] DELETE /v2.0/networks/409f61bf-1ae1-463b-8c55-6a277128a559 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1960] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:02 2026] DELETE /v2.0/networks/f8b21a21-28c7-4bd6-8c28-0ecd972ad0db => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1961] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:02 2026] DELETE /v2.0/networks/c2387cf0-692f-463e-aca4-ce8f0df99392 => 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: 1045/1962] 10.0.0.158 () {34 vars in 665 bytes} [Thu Apr 9 14:48:02 2026] POST /v2.0/ports => generated 778 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 918/1963] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:02 2026] DELETE /v2.0/networks/df35c597-289b-439c-9d93-5ce83fb9ba5d => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/1964] 10.0.0.158 () {34 vars in 737 bytes} [Thu Apr 9 14:48:03 2026] PUT /v2.0/ports/de5fe0e8-55b6-418e-89b0-3be7406ac03b => generated 752 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:48:03.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-f2790639-69a3-4d6d-8287-ed3b4a23879f 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] TaaS: Handle Delete Port: de5fe0e8-55b6-418e-89b0-3be7406ac03b 2026-04-09 14:48:03.311 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2790639-69a3-4d6d-8287-ed3b4a23879f 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] Tap Mirror: Handle Delete Port: de5fe0e8-55b6-418e-89b0-3be7406ac03b [pid: 8|app: 0|req: 919/1965] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:03 2026] DELETE /v2.0/ports/de5fe0e8-55b6-418e-89b0-3be7406ac03b => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1047/1966] 10.0.0.158 () {32 vars in 643 bytes} [Thu Apr 9 14:48:03 2026] GET /v2.0/ports => generated 781 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:48:03.474 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d24920f5-9838-408e-96b9-461eaa76c363 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 920/1967] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:48:03 2026] GET /v2.0/ports/de5fe0e8-55b6-418e-89b0-3be7406ac03b => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/1968] 10.0.0.158 () {32 vars in 643 bytes} [Thu Apr 9 14:48:03 2026] GET /v2.0/ports => generated 781 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1969] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:48:03 2026] GET /v2.0/ports/987e0a45-4f9e-404f-ad7f-9ae3997c07ce => generated 778 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:48:03.576 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5503ce3c-4130-4bb0-bd5f-2c0e9b5cd9ba 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1049/1970] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:03 2026] DELETE /v2.0/ports/143f727f-8f51-4125-bf76-2bc27350f837 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:48:03.598 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a25c5b85-0dc4-4ae9-9bc0-d55d1e0311f4 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 922/1971] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:03 2026] DELETE /v2.0/subnets/5a7adae2-ccc2-4221-b6d6-07f185391792 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:48:03.618 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7dadf086-f0b0-47ff-b445-b54c52147638 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1050/1972] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:03 2026] DELETE /v2.0/subnets/911ef05a-2aa1-47c9-a7e0-747583788ced => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:48:03.652 8 INFO neutron.services.segments.plugin [-] Segment 41fb9d93-b027-4063-962a-4932c679f2a1 resource provider aggregate not found 2026-04-09 14:48:03.660 8 INFO neutron.services.segments.plugin [-] Segment 41fb9d93-b027-4063-962a-4932c679f2a1 resource provider aggregate not found 2026-04-09 14:48:03.677 8 INFO neutron.services.segments.plugin [-] Segment 41fb9d93-b027-4063-962a-4932c679f2a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41fb9d93-b027-4063-962a-4932c679f2a1 found for delete ", "request_id": "req-a50ece28-b77a-4d61-8284-f1cc262aecf7"}]} 2026-04-09 14:48:03.685 8 INFO neutron.services.segments.plugin [-] Segment 41fb9d93-b027-4063-962a-4932c679f2a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41fb9d93-b027-4063-962a-4932c679f2a1 found for delete ", "request_id": "req-d36c67ff-c747-4e91-9fcd-75dac1a3f892"}]} 2026-04-09 14:48:03.695 8 INFO neutron.services.segments.plugin [-] Segment c05590dc-7f5f-438b-a33e-7fe3f686d05a resource provider aggregate not found 2026-04-09 14:48:03.703 8 INFO neutron.services.segments.plugin [-] Segment c05590dc-7f5f-438b-a33e-7fe3f686d05a resource provider aggregate not found 2026-04-09 14:48:03.720 8 INFO neutron.services.segments.plugin [-] Segment c05590dc-7f5f-438b-a33e-7fe3f686d05a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c05590dc-7f5f-438b-a33e-7fe3f686d05a found for delete ", "request_id": "req-34650822-557e-4c2a-bedb-495e90dbe372"}]} 2026-04-09 14:48:03.733 8 INFO neutron.services.segments.plugin [-] Segment c05590dc-7f5f-438b-a33e-7fe3f686d05a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c05590dc-7f5f-438b-a33e-7fe3f686d05a found for delete ", "request_id": "req-bad28441-2e0b-460b-b7c3-02ddcd153ac2"}]} 2026-04-09 14:48:03.748 8 INFO neutron.services.segments.plugin [-] Segment c013009a-6834-4364-bdec-833e5a309fc2 resource provider aggregate not found 2026-04-09 14:48:03.755 8 INFO neutron.services.segments.plugin [-] Segment c013009a-6834-4364-bdec-833e5a309fc2 resource provider aggregate not found 2026-04-09 14:48:03.780 8 INFO neutron.services.segments.plugin [-] Segment c013009a-6834-4364-bdec-833e5a309fc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c013009a-6834-4364-bdec-833e5a309fc2 found for delete ", "request_id": "req-4914f92c-6d31-4b15-bcdb-8b7d584599ab"}]} 2026-04-09 14:48:03.781 8 INFO neutron.services.segments.plugin [-] Segment c013009a-6834-4364-bdec-833e5a309fc2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c013009a-6834-4364-bdec-833e5a309fc2 found for delete ", "request_id": "req-ec9b00a3-0cf5-44a3-bdfe-f53973b38910"}]} 2026-04-09 14:48:03.801 8 INFO neutron_taas.services.taas.taas_plugin [None req-8ab190b6-6de3-4590-a621-61bb4b7b4b51 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] TaaS: Handle Delete Port: 987e0a45-4f9e-404f-ad7f-9ae3997c07ce 2026-04-09 14:48:03.805 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ab190b6-6de3-4590-a621-61bb4b7b4b51 8dce02740f264e2787205a3f4c74ee08 a28adf6c18e94bbab6707d4319de1122 - - default default] Tap Mirror: Handle Delete Port: 987e0a45-4f9e-404f-ad7f-9ae3997c07ce 2026-04-09 14:48:03.809 8 INFO neutron.services.segments.plugin [-] Segment 2d73786e-acc2-4227-bfd3-da27ed116d5a resource provider aggregate not found 2026-04-09 14:48:03.813 8 INFO neutron.services.segments.plugin [-] Segment 2d73786e-acc2-4227-bfd3-da27ed116d5a resource provider aggregate not found 2026-04-09 14:48:03.831 8 INFO neutron.services.segments.plugin [-] Segment 2d73786e-acc2-4227-bfd3-da27ed116d5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d73786e-acc2-4227-bfd3-da27ed116d5a found for delete ", "request_id": "req-8460152d-e754-4cb7-941e-e96f3256abf7"}]} 2026-04-09 14:48:03.835 8 INFO neutron.services.segments.plugin [-] Segment 2d73786e-acc2-4227-bfd3-da27ed116d5a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d73786e-acc2-4227-bfd3-da27ed116d5a found for delete ", "request_id": "req-d0a2f44a-9455-46db-84e7-c0c5e6a1926a"}]} 2026-04-09 14:48:03.868 8 INFO neutron.services.segments.plugin [-] Segment 2bd08f46-b223-4236-8729-b8759f2c754d resource provider aggregate not found 2026-04-09 14:48:03.876 8 INFO neutron.services.segments.plugin [-] Segment 2bd08f46-b223-4236-8729-b8759f2c754d resource provider aggregate not found 2026-04-09 14:48:03.894 8 INFO neutron.services.segments.plugin [-] Segment 2bd08f46-b223-4236-8729-b8759f2c754d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bd08f46-b223-4236-8729-b8759f2c754d found for delete ", "request_id": "req-222f0048-43eb-4c33-bd27-d02ec9a0a8f8"}]} 2026-04-09 14:48:03.897 8 INFO neutron.services.segments.plugin [-] Segment 2bd08f46-b223-4236-8729-b8759f2c754d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2bd08f46-b223-4236-8729-b8759f2c754d found for delete ", "request_id": "req-c0a35586-49ff-43cd-9bac-e6ea3c5ac042"}]} [pid: 8|app: 0|req: 923/1973] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:03 2026] DELETE /v2.0/ports/987e0a45-4f9e-404f-ad7f-9ae3997c07ce => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/1974] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:03 2026] DELETE /v2.0/networks/d2727151-5c77-4684-bae7-c4afd9691717 => 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: 924/1975] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:03 2026] GET /v2.0/security-groups?tenant_id=9dfa9cbe8f94454a840751a0b87d107e&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: 1052/1976] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:04 2026] DELETE /v2.0/security-groups/dfe35355-c520-4ac4-9919-6b32b52865ac => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1977] 10.0.0.137 () {34 vars in 990 bytes} [Thu Apr 9 14:48:04 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => 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: 1053/1978] 10.0.0.137 () {34 vars in 1040 bytes} [Thu Apr 9 14:48:04 2026] GET /v2.0/security-groups?id=cd9a006f-326f-4031-a6c2-5fdad4b1bd84&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: 926/1979] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:04 2026] GET /v2.0/security-groups?tenant_id=daac98e0d78841629efd7d2fca25d4d5&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/1980] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:04 2026] GET /v2.0/security-groups?tenant_id=a28adf6c18e94bbab6707d4319de1122&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1981] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:04 2026] DELETE /v2.0/security-groups/f37676f9-d721-4ab7-adb0-0d496a8f140a => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:48:04.769 7 INFO neutron.services.segments.plugin [-] Segment 6d70734e-417c-41bd-9eae-b1e6dc3cd019 resource provider aggregate not found 2026-04-09 14:48:04.775 7 INFO neutron.services.segments.plugin [-] Segment 6d70734e-417c-41bd-9eae-b1e6dc3cd019 resource provider aggregate not found 2026-04-09 14:48:04.791 7 INFO neutron.services.segments.plugin [-] Segment 6d70734e-417c-41bd-9eae-b1e6dc3cd019 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d70734e-417c-41bd-9eae-b1e6dc3cd019 found for delete ", "request_id": "req-bf4a67ee-c9c8-4da7-bad2-6877fe9af7b0"}]} 2026-04-09 14:48:04.792 7 INFO neutron.services.segments.plugin [-] Segment 6d70734e-417c-41bd-9eae-b1e6dc3cd019 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d70734e-417c-41bd-9eae-b1e6dc3cd019 found for delete ", "request_id": "req-eb4bef20-1f62-445d-a633-c2a57c96ce55"}]} [pid: 7|app: 0|req: 1055/1982] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:04 2026] DELETE /v2.0/security-groups/3ab8356a-44bc-4359-95cd-7f439f06c9d0 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1983] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:04 2026] GET /v2.0/security-groups?tenant_id=6a01ffeeb4cd452cb8931ad03980ecb0&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/1984] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:04 2026] DELETE /v2.0/security-groups/661448e6-1c0d-41cb-bcde-0cc500a29819 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:48:06.806 8 INFO neutron.db.segments_db [None req-2e35472e-7bff-4837-928c-e3c621175e0d 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Added segment e4985775-ddd2-4ece-bc49-023a9e401a41 of type vxlan for network 986e01a4-1890-440d-83fd-80cb2df2ba1d [pid: 8|app: 0|req: 929/1985] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:48:06 2026] POST /v2.0/networks => generated 615 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:06.951 7 INFO neutron.db.segments_db [None req-9122023f-7751-46a5-a402-83dbdacd6ee1 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Added segment 23c87745-e884-4d90-8245-e606263eff13 of type vxlan for network 292bd6ed-808f-4ea9-8167-efd64311c6d1 [pid: 7|app: 0|req: 1057/1986] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:48:06 2026] POST /v2.0/networks => generated 614 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1987] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:48:07 2026] POST /v2.0/subnets => generated 646 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/1988] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:48:07 2026] POST /v2.0/subnets => generated 655 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:07.552 8 INFO neutron.db.segments_db [None req-998ac0ea-759a-4e1f-99d5-f8275180824b 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Added segment 5fbf98b3-2545-4a96-b29e-baf3190fb6de of type vxlan for network d82a243b-fdb5-4bbe-879c-78c31cba1854 2026-04-09 14:48:07.797 8 INFO neutron.db.l3_hamode_db [None req-998ac0ea-759a-4e1f-99d5-f8275180824b 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:48:07.937 8 INFO neutron.db.l3_hamode_db [None req-998ac0ea-759a-4e1f-99d5-f8275180824b 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 931/1989] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:48:07 2026] POST /v2.0/routers => generated 510 bytes in 1151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1992] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:48:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1993] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:48:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1994] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:48:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1995] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:48:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/1996] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:48:08 2026] PUT /v2.0/routers/714de7ef-6b08-4e4d-b0c9-17d630ac680d/add_router_interface => generated 309 bytes in 993 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1997] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:48:09 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1998] 10.0.0.158 () {34 vars in 759 bytes} [Thu Apr 9 14:48:09 2026] PUT /v2.0/subnetpools/032dd88b-1c06-4157-938c-a14f03396119/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/1999] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:48:09 2026] GET /v2.0/ports/863d9cfc-ed34-497a-95fc-69e087f4fc36 => generated 959 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/2000] 10.0.0.158 () {34 vars in 759 bytes} [Thu Apr 9 14:48:09 2026] PUT /v2.0/subnetpools/d819a47c-0ec3-44d8-9a02-9ccc2b64216a/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: 941/2001] 10.0.0.158 () {34 vars in 759 bytes} [Thu Apr 9 14:48:09 2026] PUT /v2.0/subnetpools/08eae648-fbca-40e0-a5e1-90937e7b829d/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/2002] 10.0.0.158 () {34 vars in 759 bytes} [Thu Apr 9 14:48:09 2026] PUT /v2.0/subnetpools/f2d4ca45-81c9-4c24-ac79-e88a0a3f0803/tags => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/2003] 10.0.0.158 () {32 vars in 672 bytes} [Thu Apr 9 14:48:09 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: 8|app: 0|req: 944/2004] 10.0.0.158 () {32 vars in 686 bytes} [Thu Apr 9 14:48:09 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/2005] 10.0.0.158 () {32 vars in 682 bytes} [Thu Apr 9 14:48:09 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/2006] 10.0.0.158 () {32 vars in 694 bytes} [Thu Apr 9 14:48:09 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/2007] 10.0.0.158 () {32 vars in 680 bytes} [Thu Apr 9 14:48:09 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/2008] 10.0.0.158 () {32 vars in 694 bytes} [Thu Apr 9 14:48:09 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/2009] 10.0.0.158 () {32 vars in 690 bytes} [Thu Apr 9 14:48:09 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/2010] 10.0.0.158 () {32 vars in 702 bytes} [Thu Apr 9 14:48:10 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/2011] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:48:10 2026] DELETE /v2.0/subnetpools/032dd88b-1c06-4157-938c-a14f03396119 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/2012] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:48:10 2026] DELETE /v2.0/subnetpools/d819a47c-0ec3-44d8-9a02-9ccc2b64216a => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/2013] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:48:10 2026] DELETE /v2.0/subnetpools/08eae648-fbca-40e0-a5e1-90937e7b829d => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/2014] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:48:10 2026] DELETE /v2.0/subnetpools/f2d4ca45-81c9-4c24-ac79-e88a0a3f0803 => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/2015] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:48:10 2026] DELETE /v2.0/subnetpools/827d3361-dbe1-42a4-88fc-dc26af42543b => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2016] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:48:09 2026] PUT /v2.0/routers/714de7ef-6b08-4e4d-b0c9-17d630ac680d/add_router_interface => generated 309 bytes in 1039 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/2017] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:48:10 2026] GET /v2.0/ports/a94ddb02-27af-4bf9-8a88-1c637189a6dc => generated 967 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:48:11.124 7 INFO neutron_taas.services.taas.taas_plugin [None req-1aaa34e0-665c-46b6-9ba3-33fc2f40e1cc 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] TaaS: Handle Delete Port: a94ddb02-27af-4bf9-8a88-1c637189a6dc 2026-04-09 14:48:11.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1aaa34e0-665c-46b6-9ba3-33fc2f40e1cc 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Tap Mirror: Handle Delete Port: a94ddb02-27af-4bf9-8a88-1c637189a6dc [pid: 8|app: 0|req: 957/2018] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:10 2026] GET /v2.0/security-groups?tenant_id=30ec6f9d98a24172a8124ef039d06bf0&name=default => generated 2925 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/2019] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:11 2026] DELETE /v2.0/security-groups/75d85c6b-91b5-46bc-905b-bd146c304d7a => 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: 1062/2020] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:48:10 2026] PUT /v2.0/routers/714de7ef-6b08-4e4d-b0c9-17d630ac680d/remove_router_interface => generated 309 bytes in 591 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2021] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:11 2026] GET /v2.0/security-groups?tenant_id=b7410a90e6294695b280c7681983c83f&name=default => generated 2925 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2022] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:11 2026] DELETE /v2.0/security-groups/3e91fb67-1aa8-4c58-bfe2-b44c08eee583 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:48:11.729 8 INFO neutron_taas.services.taas.taas_plugin [None req-828f7f2b-64ed-47f3-b885-61c75b6216ca 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] TaaS: Handle Delete Port: 863d9cfc-ed34-497a-95fc-69e087f4fc36 2026-04-09 14:48:11.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-828f7f2b-64ed-47f3-b885-61c75b6216ca 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Tap Mirror: Handle Delete Port: 863d9cfc-ed34-497a-95fc-69e087f4fc36 [pid: 7|app: 0|req: 1065/2023] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:11 2026] GET /v2.0/security-groups?tenant_id=c2891dbc4ad542e893c03cd368da2ba2&name=default => generated 2925 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2024] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:11 2026] DELETE /v2.0/security-groups/b1c62988-e1de-470b-9284-6010a0d92748 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/2025] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:48:11 2026] PUT /v2.0/routers/714de7ef-6b08-4e4d-b0c9-17d630ac680d/remove_router_interface => generated 309 bytes in 1116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2026] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:12 2026] GET /v2.0/ports?device_id=714de7ef-6b08-4e4d-b0c9-17d630ac680d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:12.734 8 INFO neutron_taas.services.taas.taas_plugin [None req-a2552331-5588-46d5-aed7-54ffcbc3083c 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] TaaS: Handle Delete Port: c6b202fe-de42-4350-9ab6-5f6203a20709 2026-04-09 14:48:12.737 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2552331-5588-46d5-aed7-54ffcbc3083c 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Tap Mirror: Handle Delete Port: c6b202fe-de42-4350-9ab6-5f6203a20709 2026-04-09 14:48:13.086 8 INFO neutron.services.segments.plugin [-] Segment 5fbf98b3-2545-4a96-b29e-baf3190fb6de resource provider aggregate not found 2026-04-09 14:48:13.094 8 INFO neutron.services.segments.plugin [-] Segment 5fbf98b3-2545-4a96-b29e-baf3190fb6de resource provider aggregate not found 2026-04-09 14:48:13.111 8 INFO neutron.services.segments.plugin [-] Segment 5fbf98b3-2545-4a96-b29e-baf3190fb6de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fbf98b3-2545-4a96-b29e-baf3190fb6de found for delete ", "request_id": "req-ace291cb-6287-4b57-8aac-cf19c7e85b55"}]} 2026-04-09 14:48:13.112 8 INFO neutron.db.l3_hamode_db [None req-a2552331-5588-46d5-aed7-54ffcbc3083c 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] HA network d82a243b-fdb5-4bbe-879c-78c31cba1854 was deleted as no HA routers are present in tenant deff6f92818e4b87b63088f08e6a22a3. 2026-04-09 14:48:13.122 8 INFO neutron.services.segments.plugin [-] Segment 5fbf98b3-2545-4a96-b29e-baf3190fb6de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5fbf98b3-2545-4a96-b29e-baf3190fb6de found for delete ", "request_id": "req-39752d24-e72f-4d0c-803f-8eff18166d64"}]} [pid: 8|app: 0|req: 960/2027] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:12 2026] DELETE /v2.0/routers/714de7ef-6b08-4e4d-b0c9-17d630ac680d => generated 0 bytes in 546 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2028] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:13 2026] DELETE /v2.0/subnets/2904e813-b757-47bc-8b6f-a9f6bfb1e40e => 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: 961/2029] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:13 2026] DELETE /v2.0/subnets/c96f3343-f88c-4a05-ad00-33a67e788e15 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:13.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-dfffa092-033b-45a6-b50f-354042b49c84 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] TaaS: Handle Delete Port: f9547707-996b-43db-baf8-3bee78cc5c8e 2026-04-09 14:48:13.538 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfffa092-033b-45a6-b50f-354042b49c84 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Tap Mirror: Handle Delete Port: f9547707-996b-43db-baf8-3bee78cc5c8e 2026-04-09 14:48:13.701 7 INFO neutron.services.segments.plugin [-] Segment 23c87745-e884-4d90-8245-e606263eff13 resource provider aggregate not found 2026-04-09 14:48:13.707 7 INFO neutron.services.segments.plugin [-] Segment 23c87745-e884-4d90-8245-e606263eff13 resource provider aggregate not found 2026-04-09 14:48:13.721 7 INFO neutron.services.segments.plugin [-] Segment 23c87745-e884-4d90-8245-e606263eff13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23c87745-e884-4d90-8245-e606263eff13 found for delete ", "request_id": "req-e59ff942-252e-4445-af18-a8707b3aa462"}]} 2026-04-09 14:48:13.725 7 INFO neutron.services.segments.plugin [-] Segment 23c87745-e884-4d90-8245-e606263eff13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 23c87745-e884-4d90-8245-e606263eff13 found for delete ", "request_id": "req-fffa7192-8b13-4bd1-b6dd-282d094a84a9"}]} [pid: 7|app: 0|req: 1069/2030] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:13 2026] DELETE /v2.0/networks/292bd6ed-808f-4ea9-8167-efd64311c6d1 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:13.830 8 INFO neutron_taas.services.taas.taas_plugin [None req-574b44c1-0458-4fa4-a04a-965a07685949 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] TaaS: Handle Delete Port: 3e683e87-1268-4612-94ac-d9edb7d07af2 2026-04-09 14:48:13.832 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-574b44c1-0458-4fa4-a04a-965a07685949 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Tap Mirror: Handle Delete Port: 3e683e87-1268-4612-94ac-d9edb7d07af2 [pid: 8|app: 0|req: 962/2031] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:13 2026] DELETE /v2.0/networks/986e01a4-1890-440d-83fd-80cb2df2ba1d => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:14.086 7 INFO neutron.db.segments_db [None req-59d4c57e-38b3-42df-9353-b36154e05da4 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Added segment 924d8e98-6da8-44fd-804b-6deb87ec512a of type vxlan for network 8b93fc0c-29b7-400b-824e-63deff375cd5 [pid: 7|app: 0|req: 1070/2032] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:48:14 2026] POST /v2.0/networks => generated 614 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2033] 10.0.0.158 () {32 vars in 826 bytes} [Thu Apr 9 14:48:14 2026] GET /v2.0/ports?project_id=64d517242c7b41bea1839be7d39d18dc&network_id=a4a3f99a-c732-4f20-9da6-f0d34d22dc9d => generated 3695 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/2034] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:48:14 2026] POST /v2.0/subnets => generated 646 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:14.511 7 INFO neutron.db.segments_db [None req-e5d7c37e-c80f-4888-9aca-3951640f1f97 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Added segment 3cc896b5-4cc2-48f6-8e24-a5145d698e83 of type vxlan for network 793d4be8-5f59-4de8-b1ea-fccaadf28b57 [pid: 8|app: 0|req: 964/2035] 10.0.0.158 () {32 vars in 742 bytes} [Thu Apr 9 14:48:14 2026] GET /v2.0/subnets?network_id=4a580695-9429-435a-a752-0fb2764740f9 => generated 667 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:48:14.748 7 INFO neutron.db.l3_hamode_db [None req-e5d7c37e-c80f-4888-9aca-3951640f1f97 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:48:14.857 7 INFO neutron.db.l3_hamode_db [None req-e5d7c37e-c80f-4888-9aca-3951640f1f97 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:48:15.036 8 INFO neutron.db.l3_db [None req-2b71307f-f17c-482b-830a-c68e2f673b8b d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Floating IP dcb0f729-e2e2-4dca-8428-e18cedd3cab7 disassociated. External IP: 10.96.250.203, port: a09c32cc-bbc6-45ab-a42b-021ee500b743. 2026-04-09 14:48:15.129 8 INFO neutron.services.segments.plugin [-] Segment e4985775-ddd2-4ece-bc49-023a9e401a41 resource provider aggregate not found 2026-04-09 14:48:15.146 8 INFO neutron.services.segments.plugin [-] Segment e4985775-ddd2-4ece-bc49-023a9e401a41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4985775-ddd2-4ece-bc49-023a9e401a41 found for delete ", "request_id": "req-b5bfb71f-1866-454d-ae7d-15ed2b31bf5b"}]} 2026-04-09 14:48:15.149 8 INFO neutron.services.segments.plugin [-] Segment e4985775-ddd2-4ece-bc49-023a9e401a41 resource provider aggregate not found 2026-04-09 14:48:15.171 8 INFO neutron.services.segments.plugin [-] Segment e4985775-ddd2-4ece-bc49-023a9e401a41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4985775-ddd2-4ece-bc49-023a9e401a41 found for delete ", "request_id": "req-2b2eec65-7b2d-47e5-898e-bcf3327d3270"}]} [pid: 8|app: 0|req: 965/2036] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:48:14 2026] PUT /v2.0/floatingips/dcb0f729-e2e2-4dca-8428-e18cedd3cab7 => generated 554 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/2037] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:48:15 2026] GET /v2.0/floatingips/dcb0f729-e2e2-4dca-8428-e18cedd3cab7 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:48:15.412 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8bda3a28-b0d2-4af0-a691-da61a4bdb77e'] response: {'name': 'network-changed', 'server_uuid': '565d9192-2916-4ee3-98f1-b60e8ef9683d', 'tag': 'a09c32cc-bbc6-45ab-a42b-021ee500b743', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1072/2038] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:48:14 2026] POST /v2.0/routers => generated 510 bytes in 973 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/2039] 10.0.0.158 () {34 vars in 665 bytes} [Thu Apr 9 14:48:15 2026] POST /v2.0/ports => generated 963 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 968/2040] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:48:15 2026] GET /v2.0/ports?tenant_id=64d517242c7b41bea1839be7d39d18dc&device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:48:16.249 8 INFO neutron.db.segments_db [None req-d56ab938-be79-4f78-8c5a-341827e6bfc7 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] Added segment 72b22f30-8bcd-4775-a887-8d6aa4eb3ac3 of type vxlan for network f01e3e38-33ba-43c1-ae33-f366e05dce35 [pid: 8|app: 0|req: 969/2041] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:48:15 2026] POST /v2.0/networks => generated 613 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/2042] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:48:16 2026] GET /v2.0/networks?id=a4a3f99a-c732-4f20-9da6-f0d34d22dc9d => generated 757 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/2043] 10.0.0.158 () {34 vars in 664 bytes} [Thu Apr 9 14:48:16 2026] POST /v2.0/ports => generated 743 bytes in 288 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: 972/2044] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:48:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=a09c32cc-bbc6-45ab-a42b-021ee500b743 => 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: 973/2045] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:48:16 2026] GET /v2.0/floatingips/dcb0f729-e2e2-4dca-8428-e18cedd3cab7 => generated 552 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2046] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:48:15 2026] PUT /v2.0/routers/6c87e489-84b6-4c0a-9285-0c14b373fa5e/add_router_interface => generated 309 bytes in 1029 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: 1074/2047] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:48:16 2026] GET /v2.0/subnets?id=2cdc85f0-3ff4-4791-9589-df349bc37d1a => generated 678 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2048] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:48:16 2026] GET /v2.0/ports/ebfcf081-955c-496a-99f4-d7bfdf874c0a => generated 1037 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2049] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:48:16 2026] GET /v2.0/ports?network_id=a4a3f99a-c732-4f20-9da6-f0d34d22dc9d&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: 974/2050] 10.0.0.158 () {34 vars in 666 bytes} [Thu Apr 9 14:48:16 2026] POST /v2.0/trunks => generated 407 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/2051] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:48:16 2026] GET /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:16.996 8 INFO neutron.db.segments_db [None req-64501f41-bb98-4f71-9cbd-acc604f1e59c 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] Added segment eeba4547-c7f2-4c21-ab0a-e0fcf2de6058 of type vxlan for network 7c20cc4d-40a9-412e-837f-12cd13cb8222 [pid: 8|app: 0|req: 976/2052] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:48:16 2026] POST /v2.0/networks => generated 611 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/2053] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:48:17 2026] GET /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:17.205 7 INFO neutron_taas.services.taas.taas_plugin [None req-ff8ece08-b6ed-4151-afa8-579cfc1571ab 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] TaaS: Handle Delete Port: ebfcf081-955c-496a-99f4-d7bfdf874c0a 2026-04-09 14:48:17.209 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ff8ece08-b6ed-4151-afa8-579cfc1571ab 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Tap Mirror: Handle Delete Port: ebfcf081-955c-496a-99f4-d7bfdf874c0a [pid: 8|app: 0|req: 978/2054] 10.0.0.158 () {34 vars in 664 bytes} [Thu Apr 9 14:48:17 2026] POST /v2.0/ports => generated 743 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 979/2055] 10.0.0.158 () {34 vars in 666 bytes} [Thu Apr 9 14:48:17 2026] POST /v2.0/trunks => generated 407 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2056] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:48:16 2026] PUT /v2.0/routers/6c87e489-84b6-4c0a-9285-0c14b373fa5e/remove_router_interface => generated 309 bytes in 756 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-09 14:48:17.679 8 INFO neutron.db.segments_db [None req-bdc115c9-c4e1-4c76-bb36-2ae9d47cc567 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] Added segment bfdb0dad-d170-4c99-8086-59520ee63eb5 of type vxlan for network 77a8ebe9-e72c-4785-bcc7-2d0ce8e89f26 2026-04-09 14:48:17.758 7 INFO neutron.api.v2.resource [None req-a86b6e97-b191-4184-ba7e-b9a878e8b5bb 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1078/2057] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:48:17 2026] PUT /v2.0/routers/6c87e489-84b6-4c0a-9285-0c14b373fa5e/remove_router_interface => generated 197 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/2058] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:48:17 2026] POST /v2.0/networks => generated 612 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2059] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:17 2026] GET /v2.0/ports?device_id=6c87e489-84b6-4c0a-9285-0c14b373fa5e => 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: 1080/2060] 10.0.0.158 () {34 vars in 685 bytes} [Thu Apr 9 14:48:17 2026] POST /v2.0/security-groups => generated 1673 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-09 14:48:18.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-85e3ebad-51c5-4502-83d4-2a54d29b4052 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] TaaS: Handle Delete Port: 2b168500-97dd-4652-8725-ef79d6f54d04 2026-04-09 14:48:18.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85e3ebad-51c5-4502-83d4-2a54d29b4052 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Tap Mirror: Handle Delete Port: 2b168500-97dd-4652-8725-ef79d6f54d04 [pid: 8|app: 0|req: 981/2061] 10.0.0.158 () {34 vars in 664 bytes} [Thu Apr 9 14:48:17 2026] POST /v2.0/ports => generated 743 bytes in 285 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/2062] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:48:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:18.323 7 INFO neutron.services.segments.plugin [-] Segment 3cc896b5-4cc2-48f6-8e24-a5145d698e83 resource provider aggregate not found 2026-04-09 14:48:18.329 7 INFO neutron.services.segments.plugin [-] Segment 3cc896b5-4cc2-48f6-8e24-a5145d698e83 resource provider aggregate not found [pid: 8|app: 0|req: 983/2063] 10.0.0.158 () {34 vars in 666 bytes} [Thu Apr 9 14:48:18 2026] POST /v2.0/trunks => generated 407 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:18.349 7 INFO neutron.services.segments.plugin [-] Segment 3cc896b5-4cc2-48f6-8e24-a5145d698e83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cc896b5-4cc2-48f6-8e24-a5145d698e83 found for delete ", "request_id": "req-2bbc10e0-d46c-4ec6-8e57-66e70b629496"}]} 2026-04-09 14:48:18.350 7 INFO neutron.services.segments.plugin [-] Segment 3cc896b5-4cc2-48f6-8e24-a5145d698e83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3cc896b5-4cc2-48f6-8e24-a5145d698e83 found for delete ", "request_id": "req-4c69c580-162e-4eba-a9b7-76ce0fa51e0c"}]} 2026-04-09 14:48:18.356 7 INFO neutron.db.l3_hamode_db [None req-85e3ebad-51c5-4502-83d4-2a54d29b4052 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] HA network 793d4be8-5f59-4de8-b1ea-fccaadf28b57 was deleted as no HA routers are present in tenant deff6f92818e4b87b63088f08e6a22a3. [pid: 7|app: 0|req: 1081/2064] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:17 2026] DELETE /v2.0/routers/6c87e489-84b6-4c0a-9285-0c14b373fa5e => generated 0 bytes in 467 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:48:18.426 7 INFO neutron.db.segments_db [None req-6ad0b36e-e88f-47df-a63a-0dbcba49aba6 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] Added segment 8d484b72-4739-4dd4-8a0d-14a500996e5e of type vxlan for network 1bedf658-e568-46b2-9ed9-26db682d4a00 [pid: 8|app: 0|req: 984/2065] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:48:18 2026] POST /v2.0/security-group-rules => generated 596 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2066] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:48:18 2026] POST /v2.0/networks => generated 612 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/2067] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:18 2026] DELETE /v2.0/subnets/8a7414ab-3e20-48af-b904-0c02a2056c22 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2068] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:48:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:18.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-851795af-cf59-47b2-ac43-22e6f46c5392 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] TaaS: Handle Delete Port: 936d44ba-14e6-4d0c-a188-f2d3f7f4efdd 2026-04-09 14:48:18.724 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-851795af-cf59-47b2-ac43-22e6f46c5392 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Tap Mirror: Handle Delete Port: 936d44ba-14e6-4d0c-a188-f2d3f7f4efdd [pid: 8|app: 0|req: 986/2069] 10.0.0.158 () {34 vars in 664 bytes} [Thu Apr 9 14:48:18 2026] POST /v2.0/ports => generated 743 bytes in 240 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: 1084/2070] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:18 2026] DELETE /v2.0/networks/8b93fc0c-29b7-400b-824e-63deff375cd5 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/2071] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:48:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:18.984 8 INFO neutron.db.segments_db [None req-c07a019d-fd04-4d14-b7e3-921356630570 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Added segment 89b8b051-44de-41eb-bf3e-697c683233e7 of type vxlan for network 6cad9e42-c227-4709-9861-31095d9cb1e1 [pid: 8|app: 0|req: 988/2072] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:48:18 2026] POST /v2.0/networks => generated 615 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:19.080 8 INFO neutron.db.securitygroups_db [None req-bee60d62-8d34-4d1e-a231-b4709ef4613c d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Project 64d517242c7b41bea1839be7d39d18dc 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: 1085/2073] 10.0.0.158 () {34 vars in 666 bytes} [Thu Apr 9 14:48:18 2026] POST /v2.0/trunks => generated 407 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/2074] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:48:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:19.205 8 INFO neutron.db.segments_db [None req-8e1ced1a-b139-42d7-9ce7-ce878e47a491 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] Added segment 0eb49fdd-1441-48c7-8de1-328f5c233051 of type vxlan for network d5f82a73-c381-401f-8236-ce4fce90fa78 [pid: 8|app: 0|req: 990/2075] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:48:19 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-09 14:48:19.309 8 INFO neutron.db.securitygroups_db [None req-64dc4b39-072e-4f3f-b34a-f671c10900b8 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Project 64d517242c7b41bea1839be7d39d18dc 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: 1086/2076] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:48:19 2026] POST /v2.0/subnets => generated 646 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/2077] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:48:19 2026] POST /v2.0/security-group-rules => generated 606 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:19.419 8 INFO neutron.db.segments_db [None req-ccc2e8fb-4b4e-4e4e-b3be-9df7291b1a76 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Added segment cfd98130-1a82-4cd0-996f-4486ed4f31e3 of type vxlan for network bcecd93a-cc14-4925-9cff-55a33ed759e0 [pid: 7|app: 0|req: 1087/2078] 10.0.0.158 () {34 vars in 664 bytes} [Thu Apr 9 14:48:19 2026] POST /v2.0/ports => generated 743 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, ' 2026-04-09 14:48:19.648 8 INFO neutron.db.l3_hamode_db [None req-ccc2e8fb-4b4e-4e4e-b3be-9df7291b1a76 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1088/2079] 10.0.0.158 () {34 vars in 666 bytes} [Thu Apr 9 14:48:19 2026] POST /v2.0/trunks => generated 407 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:19.774 8 INFO neutron.db.l3_hamode_db [None req-ccc2e8fb-4b4e-4e4e-b3be-9df7291b1a76 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1089/2080] 10.0.0.158 () {32 vars in 649 bytes} [Thu Apr 9 14:48:19 2026] GET /v2.0/networks => generated 1298 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2081] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:48:19 2026] PUT /v2.0/trunks/981bfab3-e5f4-4c77-95c4-ae5eb0f43dd5/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2082] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:48:19 2026] PUT /v2.0/trunks/b8c4c1bc-deaa-4cac-b666-4cf54911c029/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2083] 10.0.0.52 () {34 vars in 1097 bytes} [Thu Apr 9 14:48:19 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-711012925&fields=id&tenant_id=64d517242c7b41bea1839be7d39d18dc => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2084] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:48:19 2026] PUT /v2.0/trunks/49d20797-63b0-49a5-97bb-1822f4875709/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2085] 10.0.0.52 () {34 vars in 981 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/networks?id=a4a3f99a-c732-4f20-9da6-f0d34d22dc9d => generated 661 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2086] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:48:20 2026] PUT /v2.0/trunks/d069b09c-720e-45f8-94da-d684fb8070a0/tags => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2087] 10.0.0.52 () {34 vars in 964 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/quotas/64d517242c7b41bea1839be7d39d18dc => 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: 1097/2088] 10.0.0.158 () {32 vars in 662 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2089] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/ports?tenant_id=64d517242c7b41bea1839be7d39d18dc&fields=id => generated 149 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2090] 10.0.0.158 () {32 vars in 676 bytes} [Thu Apr 9 14:48:20 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: 7|app: 0|req: 1100/2091] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2092] 10.0.0.158 () {32 vars in 672 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2093] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d?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: 1103/2094] 10.0.0.158 () {32 vars in 684 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2095] 10.0.0.158 () {32 vars in 670 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:48:20.376 7 INFO neutron.services.segments.plugin [-] Segment 924d8e98-6da8-44fd-804b-6deb87ec512a resource provider aggregate not found [pid: 7|app: 0|req: 1105/2096] 10.0.0.158 () {32 vars in 684 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:48:20.383 7 INFO neutron.services.segments.plugin [-] Segment 924d8e98-6da8-44fd-804b-6deb87ec512a resource provider aggregate not found 2026-04-09 14:48:20.398 7 INFO neutron.services.segments.plugin [-] Segment 924d8e98-6da8-44fd-804b-6deb87ec512a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 924d8e98-6da8-44fd-804b-6deb87ec512a found for delete ", "request_id": "req-fcb1b20d-ec41-4115-ae7b-d15c6b536f3f"}]} 2026-04-09 14:48:20.403 7 INFO neutron.services.segments.plugin [-] Segment 924d8e98-6da8-44fd-804b-6deb87ec512a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 924d8e98-6da8-44fd-804b-6deb87ec512a found for delete ", "request_id": "req-70d2e214-7d75-41ce-813c-4182d79d6748"}]} [pid: 7|app: 0|req: 1106/2097] 10.0.0.158 () {32 vars in 680 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2098] 10.0.0.158 () {32 vars in 692 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2099] 10.0.0.158 () {32 vars in 719 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/trunks/981bfab3-e5f4-4c77-95c4-ae5eb0f43dd5 => 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: 992/2100] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:48:19 2026] POST /v2.0/routers => generated 511 bytes in 1060 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2101] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/ports/16d556ec-8af1-4965-bb4e-fcb981cafbf7 => generated 826 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2102] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => 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: 1111/2103] 10.0.0.158 () {32 vars in 722 bytes} [Thu Apr 9 14:48:20 2026] DELETE /v2.0/trunks/981bfab3-e5f4-4c77-95c4-ae5eb0f43dd5 => 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: 1112/2104] 10.0.0.158 () {32 vars in 719 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/trunks/b8c4c1bc-deaa-4cac-b666-4cf54911c029 => generated 420 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2105] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/ports/538b6b5a-76ae-4775-8698-5e34cb751cb3 => 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: 1114/2106] 10.0.0.158 () {32 vars in 722 bytes} [Thu Apr 9 14:48:20 2026] DELETE /v2.0/trunks/b8c4c1bc-deaa-4cac-b666-4cf54911c029 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2107] 10.0.0.158 () {32 vars in 719 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/trunks/49d20797-63b0-49a5-97bb-1822f4875709 => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2108] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/ports/7ddbab30-9ee5-4d5f-b78f-d9427c8bb724 => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2109] 10.0.0.158 () {32 vars in 722 bytes} [Thu Apr 9 14:48:20 2026] DELETE /v2.0/trunks/49d20797-63b0-49a5-97bb-1822f4875709 => 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: 1118/2110] 10.0.0.158 () {32 vars in 719 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/trunks/d069b09c-720e-45f8-94da-d684fb8070a0 => generated 414 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2111] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:48:20 2026] GET /v2.0/ports/aeef57d2-408b-41b0-8546-0057f461fab2 => generated 826 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2112] 10.0.0.158 () {32 vars in 722 bytes} [Thu Apr 9 14:48:20 2026] DELETE /v2.0/trunks/d069b09c-720e-45f8-94da-d684fb8070a0 => 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: 1121/2113] 10.0.0.158 () {32 vars in 719 bytes} [Thu Apr 9 14:48:21 2026] GET /v2.0/trunks/a50e9850-05bf-4e73-ba71-39664634deb0 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2114] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:48:21 2026] GET /v2.0/ports/7ecd9109-26b8-41ba-afa6-d6c09d7ae5e8 => 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: 1123/2115] 10.0.0.158 () {32 vars in 722 bytes} [Thu Apr 9 14:48:21 2026] DELETE /v2.0/trunks/a50e9850-05bf-4e73-ba71-39664634deb0 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:48:21.247 7 INFO neutron_taas.services.taas.taas_plugin [None req-c815eb28-9721-4099-b8a2-b6a894ae4dd5 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] TaaS: Handle Delete Port: 16d556ec-8af1-4965-bb4e-fcb981cafbf7 2026-04-09 14:48:21.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c815eb28-9721-4099-b8a2-b6a894ae4dd5 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] Tap Mirror: Handle Delete Port: 16d556ec-8af1-4965-bb4e-fcb981cafbf7 [pid: 7|app: 0|req: 1124/2116] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:21 2026] DELETE /v2.0/ports/16d556ec-8af1-4965-bb4e-fcb981cafbf7 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:21.426 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6c685b8-12b5-4b71-aebe-c0c1631418c8 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] TaaS: Handle Delete Port: 538b6b5a-76ae-4775-8698-5e34cb751cb3 2026-04-09 14:48:21.429 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6c685b8-12b5-4b71-aebe-c0c1631418c8 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] Tap Mirror: Handle Delete Port: 538b6b5a-76ae-4775-8698-5e34cb751cb3 [pid: 8|app: 0|req: 993/2117] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:48:20 2026] PUT /v2.0/routers/a4ac2e87-1ff9-438d-a007-a10fc70efc61/add_router_interface => generated 309 bytes in 1009 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2118] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:21 2026] DELETE /v2.0/ports/538b6b5a-76ae-4775-8698-5e34cb751cb3 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2119] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:48:21 2026] GET /v2.0/ports/e45173e4-5864-4dd7-821d-4e4a3ebe8524 => generated 959 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:48:21.614 7 INFO neutron_taas.services.taas.taas_plugin [None req-eccf47a6-6320-47b6-b5ac-462676af85a6 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] TaaS: Handle Delete Port: 7ddbab30-9ee5-4d5f-b78f-d9427c8bb724 2026-04-09 14:48:21.618 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eccf47a6-6320-47b6-b5ac-462676af85a6 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] Tap Mirror: Handle Delete Port: 7ddbab30-9ee5-4d5f-b78f-d9427c8bb724 [pid: 7|app: 0|req: 1126/2120] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:21 2026] DELETE /v2.0/ports/7ddbab30-9ee5-4d5f-b78f-d9427c8bb724 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2121] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:21 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:21.798 8 INFO neutron_taas.services.taas.taas_plugin [None req-63cf9cd4-df41-4964-a35f-81a7a09cac3c 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] TaaS: Handle Delete Port: e45173e4-5864-4dd7-821d-4e4a3ebe8524 2026-04-09 14:48:21.801 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63cf9cd4-df41-4964-a35f-81a7a09cac3c 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Tap Mirror: Handle Delete Port: e45173e4-5864-4dd7-821d-4e4a3ebe8524 2026-04-09 14:48:21.818 7 INFO neutron_taas.services.taas.taas_plugin [None req-1400549b-4018-49bb-bfea-10e9d7adcf05 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] TaaS: Handle Delete Port: aeef57d2-408b-41b0-8546-0057f461fab2 2026-04-09 14:48:21.822 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1400549b-4018-49bb-bfea-10e9d7adcf05 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] Tap Mirror: Handle Delete Port: aeef57d2-408b-41b0-8546-0057f461fab2 [pid: 7|app: 0|req: 1128/2122] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:21 2026] DELETE /v2.0/ports/aeef57d2-408b-41b0-8546-0057f461fab2 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:21.990 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e101a59-f42f-4952-a6d7-b1f319b451d8 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] TaaS: Handle Delete Port: 7ecd9109-26b8-41ba-afa6-d6c09d7ae5e8 2026-04-09 14:48:21.994 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e101a59-f42f-4952-a6d7-b1f319b451d8 9d9675dd4e074ff08865f96930d34deb aeba593261674e7b85d19bd9fecb2c7b - - default default] Tap Mirror: Handle Delete Port: 7ecd9109-26b8-41ba-afa6-d6c09d7ae5e8 [pid: 7|app: 0|req: 1129/2123] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:21 2026] DELETE /v2.0/ports/7ecd9109-26b8-41ba-afa6-d6c09d7ae5e8 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/2124] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:48:21 2026] PUT /v2.0/routers/a4ac2e87-1ff9-438d-a007-a10fc70efc61/remove_router_interface => generated 309 bytes in 613 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/2125] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:22 2026] GET /v2.0/ports?device_id=a4ac2e87-1ff9-438d-a007-a10fc70efc61 => 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: 1130/2126] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:22 2026] DELETE /v2.0/networks/f01e3e38-33ba-43c1-ae33-f366e05dce35 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2127] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:22 2026] DELETE /v2.0/networks/7c20cc4d-40a9-412e-837f-12cd13cb8222 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:22.335 8 INFO neutron_taas.services.taas.taas_plugin [None req-2c47f1ef-d56f-4c80-a41a-545d4ee150c1 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] TaaS: Handle Delete Port: e3615d1c-3960-4d26-9f0e-73068b341db4 2026-04-09 14:48:22.338 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c47f1ef-d56f-4c80-a41a-545d4ee150c1 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Tap Mirror: Handle Delete Port: e3615d1c-3960-4d26-9f0e-73068b341db4 2026-04-09 14:48:22.429 7 INFO neutron.services.segments.plugin [-] Segment 72b22f30-8bcd-4775-a887-8d6aa4eb3ac3 resource provider aggregate not found 2026-04-09 14:48:22.432 7 INFO neutron.services.segments.plugin [-] Segment 72b22f30-8bcd-4775-a887-8d6aa4eb3ac3 resource provider aggregate not found [pid: 7|app: 0|req: 1132/2128] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:22 2026] DELETE /v2.0/networks/77a8ebe9-e72c-4785-bcc7-2d0ce8e89f26 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:22.449 7 INFO neutron.services.segments.plugin [-] Segment 72b22f30-8bcd-4775-a887-8d6aa4eb3ac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72b22f30-8bcd-4775-a887-8d6aa4eb3ac3 found for delete ", "request_id": "req-5d81713b-6245-4c4a-b8b2-fbef8b07f4a5"}]} 2026-04-09 14:48:22.450 7 INFO neutron.services.segments.plugin [-] Segment 72b22f30-8bcd-4775-a887-8d6aa4eb3ac3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72b22f30-8bcd-4775-a887-8d6aa4eb3ac3 found for delete ", "request_id": "req-b912982f-6fd8-4dea-8ab3-669557e51a66"}]} 2026-04-09 14:48:22.475 7 INFO neutron.services.segments.plugin [-] Segment eeba4547-c7f2-4c21-ab0a-e0fcf2de6058 resource provider aggregate not found 2026-04-09 14:48:22.477 7 INFO neutron.services.segments.plugin [-] Segment eeba4547-c7f2-4c21-ab0a-e0fcf2de6058 resource provider aggregate not found 2026-04-09 14:48:22.496 7 INFO neutron.services.segments.plugin [-] Segment eeba4547-c7f2-4c21-ab0a-e0fcf2de6058 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeba4547-c7f2-4c21-ab0a-e0fcf2de6058 found for delete ", "request_id": "req-5bbd119a-381c-4c92-99cd-ecdbe04d7e08"}]} 2026-04-09 14:48:22.502 7 INFO neutron.services.segments.plugin [-] Segment eeba4547-c7f2-4c21-ab0a-e0fcf2de6058 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eeba4547-c7f2-4c21-ab0a-e0fcf2de6058 found for delete ", "request_id": "req-ee335305-0199-4909-b587-690ce9fadea0"}]} 2026-04-09 14:48:22.517 7 INFO neutron.services.segments.plugin [-] Segment bfdb0dad-d170-4c99-8086-59520ee63eb5 resource provider aggregate not found 2026-04-09 14:48:22.522 7 INFO neutron.services.segments.plugin [-] Segment bfdb0dad-d170-4c99-8086-59520ee63eb5 resource provider aggregate not found 2026-04-09 14:48:22.542 7 INFO neutron.services.segments.plugin [-] Segment bfdb0dad-d170-4c99-8086-59520ee63eb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfdb0dad-d170-4c99-8086-59520ee63eb5 found for delete ", "request_id": "req-77b8a58c-0ac5-4267-87da-ad25b6946a42"}]} 2026-04-09 14:48:22.545 7 INFO neutron.services.segments.plugin [-] Segment bfdb0dad-d170-4c99-8086-59520ee63eb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfdb0dad-d170-4c99-8086-59520ee63eb5 found for delete ", "request_id": "req-ced7758c-7229-4a4e-8e53-c1d20c6f3236"}]} [pid: 7|app: 0|req: 1133/2129] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:22 2026] DELETE /v2.0/networks/1bedf658-e568-46b2-9ed9-26db682d4a00 => generated 0 bytes in 174 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:22.639 8 INFO neutron.services.segments.plugin [-] Segment cfd98130-1a82-4cd0-996f-4486ed4f31e3 resource provider aggregate not found 2026-04-09 14:48:22.642 8 INFO neutron.services.segments.plugin [-] Segment cfd98130-1a82-4cd0-996f-4486ed4f31e3 resource provider aggregate not found 2026-04-09 14:48:22.660 8 INFO neutron.services.segments.plugin [-] Segment cfd98130-1a82-4cd0-996f-4486ed4f31e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfd98130-1a82-4cd0-996f-4486ed4f31e3 found for delete ", "request_id": "req-88d7b7d2-9a26-4a55-81de-184b467fd35b"}]} 2026-04-09 14:48:22.661 8 INFO neutron.services.segments.plugin [-] Segment cfd98130-1a82-4cd0-996f-4486ed4f31e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cfd98130-1a82-4cd0-996f-4486ed4f31e3 found for delete ", "request_id": "req-382074cc-4efb-444a-96b0-7252909ef3bb"}]} 2026-04-09 14:48:22.671 8 INFO neutron.db.l3_hamode_db [None req-2c47f1ef-d56f-4c80-a41a-545d4ee150c1 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] HA network bcecd93a-cc14-4925-9cff-55a33ed759e0 was deleted as no HA routers are present in tenant deff6f92818e4b87b63088f08e6a22a3. [pid: 8|app: 0|req: 997/2130] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:22 2026] DELETE /v2.0/routers/a4ac2e87-1ff9-438d-a007-a10fc70efc61 => generated 0 bytes in 502 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2131] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:22 2026] DELETE /v2.0/networks/d5f82a73-c381-401f-8236-ce4fce90fa78 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2132] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:22 2026] DELETE /v2.0/subnets/e05a189f-61be-437d-bf35-f009045ef35a => 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: 1135/2133] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:22 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => 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: 999/2134] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:22 2026] DELETE /v2.0/networks/6cad9e42-c227-4709-9861-31095d9cb1e1 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:22.976 7 INFO neutron.db.segments_db [None req-e5bab7d9-46d1-48f9-9dc4-be8f1154f9ee 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Added segment f5245934-e7a9-4843-a24a-7f457268d772 of type vxlan for network 686400cc-eed1-4797-bfad-e20fd2b15629 2026-04-09 14:48:23.218 7 INFO neutron.db.l3_hamode_db [None req-e5bab7d9-46d1-48f9-9dc4-be8f1154f9ee 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1000/2135] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:23 2026] GET /v2.0/security-groups?tenant_id=aeba593261674e7b85d19bd9fecb2c7b&name=default => generated 2925 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2136] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:23 2026] DELETE /v2.0/security-groups/8c2e0c24-4ea9-41e6-9ca3-2f113d052aac => 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: 1004/2139] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:23 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:24.011 7 INFO neutron.db.l3_hamode_db [None req-e5bab7d9-46d1-48f9-9dc4-be8f1154f9ee 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1005/2140] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:23 2026] GET /v2.0/security-groups?tenant_id=9342aaf6653a4b7eaf5a5476c7f0a60f&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/2141] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:24 2026] DELETE /v2.0/security-groups/1980c32b-8050-4c44-aa83-574904f6adea => 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: 1007/2142] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:24 2026] GET /v2.0/security-groups?tenant_id=9a22dc13e90a4d3d9f53161c490e5bbf&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:48:24.567 7 INFO neutron.services.segments.plugin [-] Segment 8d484b72-4739-4dd4-8a0d-14a500996e5e resource provider aggregate not found 2026-04-09 14:48:24.579 7 INFO neutron.services.segments.plugin [-] Segment 8d484b72-4739-4dd4-8a0d-14a500996e5e resource provider aggregate not found 2026-04-09 14:48:24.592 7 INFO neutron.services.segments.plugin [-] Segment 8d484b72-4739-4dd4-8a0d-14a500996e5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d484b72-4739-4dd4-8a0d-14a500996e5e found for delete ", "request_id": "req-b96c0721-32ba-4646-8e38-5df5e63c9b5d"}]} 2026-04-09 14:48:24.603 7 INFO neutron.services.segments.plugin [-] Segment 8d484b72-4739-4dd4-8a0d-14a500996e5e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d484b72-4739-4dd4-8a0d-14a500996e5e found for delete ", "request_id": "req-ff70288e-ae79-4573-bf08-db79ed56eb9e"}]} 2026-04-09 14:48:24.606 7 INFO neutron.services.segments.plugin [-] Segment 0eb49fdd-1441-48c7-8de1-328f5c233051 resource provider aggregate not found 2026-04-09 14:48:24.629 7 INFO neutron.services.segments.plugin [-] Segment 0eb49fdd-1441-48c7-8de1-328f5c233051 resource provider aggregate not found [pid: 8|app: 0|req: 1008/2143] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:24 2026] DELETE /v2.0/security-groups/4a7a62dd-7e9d-4085-89f5-47d5ca353370 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:48:24.644 7 INFO neutron.services.segments.plugin [-] Segment 0eb49fdd-1441-48c7-8de1-328f5c233051 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0eb49fdd-1441-48c7-8de1-328f5c233051 found for delete ", "request_id": "req-8976d6bc-33fa-4e8f-b94a-91c8fcd947a2"}]} 2026-04-09 14:48:24.657 7 INFO neutron.services.segments.plugin [-] Segment 0eb49fdd-1441-48c7-8de1-328f5c233051 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0eb49fdd-1441-48c7-8de1-328f5c233051 found for delete ", "request_id": "req-1373832d-d66d-453b-bf81-365a81b94bc2"}]} 2026-04-09 14:48:24.681 8 INFO neutron.services.segments.plugin [-] Segment 89b8b051-44de-41eb-bf3e-697c683233e7 resource provider aggregate not found 2026-04-09 14:48:24.691 8 INFO neutron.services.segments.plugin [-] Segment 89b8b051-44de-41eb-bf3e-697c683233e7 resource provider aggregate not found 2026-04-09 14:48:24.697 8 INFO neutron.services.segments.plugin [-] Segment 89b8b051-44de-41eb-bf3e-697c683233e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89b8b051-44de-41eb-bf3e-697c683233e7 found for delete ", "request_id": "req-2b10a52b-6bae-45de-bafc-9ef7580e0381"}]} 2026-04-09 14:48:24.712 8 INFO neutron.services.segments.plugin [-] Segment 89b8b051-44de-41eb-bf3e-697c683233e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89b8b051-44de-41eb-bf3e-697c683233e7 found for delete ", "request_id": "req-6c391e28-a2de-428c-97ce-98ae601ba624"}]} [pid: 8|app: 0|req: 1009/2144] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:48:24 2026] GET /v2.0/networks?id=a4a3f99a-c732-4f20-9da6-f0d34d22dc9d => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/2145] 199.204.45.95 () {34 vars in 1049 bytes} [Thu Apr 9 14:48:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=64d517242c7b41bea1839be7d39d18dc => generated 273 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2146] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:48:22 2026] POST /v2.0/routers => generated 692 bytes in 2103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2147] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:25 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => 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: 1138/2148] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:48:25 2026] GET /v2.0/routers/72dbd0d7-3bac-4985-9248-8edc01aecf3a => generated 698 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2149] 10.0.0.158 () {32 vars in 647 bytes} [Thu Apr 9 14:48:25 2026] GET /v2.0/routers => generated 701 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2150] 199.204.45.95 () {38 vars in 954 bytes} [Thu Apr 9 14:48:24 2026] POST /v2.0/ports => generated 958 bytes in 407 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: 1140/2151] 10.0.0.158 () {34 vars in 741 bytes} [Thu Apr 9 14:48:25 2026] PUT /v2.0/routers/72dbd0d7-3bac-4985-9248-8edc01aecf3a => generated 705 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2152] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:48:25 2026] GET /v2.0/routers/72dbd0d7-3bac-4985-9248-8edc01aecf3a => generated 705 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2153] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:25 2026] GET /v2.0/ports?device_id=72dbd0d7-3bac-4985-9248-8edc01aecf3a => 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: 1012/2154] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:48:25 2026] PUT /v2.0/ports/e81c29d8-c7ea-4305-9b75-480aebcc4d60 => generated 1239 bytes in 436 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:48:25.784 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-acd6d5f1-4737-4507-a089-3c2ca07a7c41'] response: {'name': 'network-changed', 'server_uuid': 'fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912', 'tag': 'e81c29d8-c7ea-4305-9b75-480aebcc4d60', 'status': 'completed', 'code': 200} 2026-04-09 14:48:25.831 7 INFO neutron_taas.services.taas.taas_plugin [None req-322f944f-b72d-4f88-80e0-dc0079cc11ac 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] TaaS: Handle Delete Port: 9879ec4a-df0b-48cf-a684-30223160fd49 2026-04-09 14:48:25.834 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-322f944f-b72d-4f88-80e0-dc0079cc11ac 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Tap Mirror: Handle Delete Port: 9879ec4a-df0b-48cf-a684-30223160fd49 2026-04-09 14:48:26.088 7 INFO neutron_taas.services.taas.taas_plugin [None req-322f944f-b72d-4f88-80e0-dc0079cc11ac 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] TaaS: Handle Delete Port: 0359ab1e-4bb3-45cf-a276-162e7c12d435 2026-04-09 14:48:26.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-322f944f-b72d-4f88-80e0-dc0079cc11ac 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] Tap Mirror: Handle Delete Port: 0359ab1e-4bb3-45cf-a276-162e7c12d435 /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1013/2155] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:26 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2156] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:48:26 2026] GET /v2.0/security-groups?id=d02f93e8-c773-4455-92e8-96179ef521ee&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: 1015/2157] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:48:26 2026] GET /v2.0/ports?tenant_id=64d517242c7b41bea1839be7d39d18dc&device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 1242 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2158] 199.204.45.95 () {34 vars in 1017 bytes} [Thu Apr 9 14:48:26 2026] GET /v2.0/networks?tenant_id=64d517242c7b41bea1839be7d39d18dc&shared=False => generated 757 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2159] 199.204.45.95 () {34 vars in 929 bytes} [Thu Apr 9 14:48:26 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:48:26.467 7 INFO neutron.db.l3_hamode_db [None req-322f944f-b72d-4f88-80e0-dc0079cc11ac 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] HA network 686400cc-eed1-4797-bfad-e20fd2b15629 was deleted as no HA routers are present in tenant deff6f92818e4b87b63088f08e6a22a3. [pid: 7|app: 0|req: 1143/2160] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:25 2026] DELETE /v2.0/routers/72dbd0d7-3bac-4985-9248-8edc01aecf3a => generated 0 bytes in 869 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2161] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:26 2026] GET /v2.0/ports?device_id=72dbd0d7-3bac-4985-9248-8edc01aecf3a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:26.525 7 INFO neutron.api.v2.resource [None req-0e1beb2e-2e68-4bfd-a9d9-38ac1ec745fb 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1144/2162] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:26 2026] DELETE /v2.0/routers/72dbd0d7-3bac-4985-9248-8edc01aecf3a => 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: 1019/2163] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:26 2026] GET /v2.0/ports?device_id=a4ac2e87-1ff9-438d-a007-a10fc70efc61 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:26.570 7 INFO neutron.api.v2.resource [None req-57641b68-b59d-4796-a2a2-88e5711ce0e3 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1145/2164] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:26 2026] DELETE /v2.0/routers/a4ac2e87-1ff9-438d-a007-a10fc70efc61 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:48:26.591 8 INFO neutron.pecan_wsgi.hooks.translation [None req-38336366-469d-46e9-8786-0af64627abdb 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1020/2165] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:26 2026] DELETE /v2.0/subnets/e05a189f-61be-437d-bf35-f009045ef35a => 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: 1146/2166] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:26 2026] GET /v2.0/ports?device_id=6c87e489-84b6-4c0a-9285-0c14b373fa5e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:26.640 8 INFO neutron.api.v2.resource [None req-e28827ce-8378-41ed-940c-e0bcbfd29f30 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1021/2167] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:26 2026] DELETE /v2.0/routers/6c87e489-84b6-4c0a-9285-0c14b373fa5e => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:48:26.669 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dbbf2b12-86d6-4a25-9b71-d248e004467b 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1147/2168] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:26 2026] DELETE /v2.0/subnets/8a7414ab-3e20-48af-b904-0c02a2056c22 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:48:26.675 7 INFO neutron.services.segments.plugin [-] Segment f5245934-e7a9-4843-a24a-7f457268d772 resource provider aggregate not found 2026-04-09 14:48:26.680 7 INFO neutron.services.segments.plugin [-] Segment f5245934-e7a9-4843-a24a-7f457268d772 resource provider aggregate not found 2026-04-09 14:48:26.695 7 INFO neutron.services.segments.plugin [-] Segment f5245934-e7a9-4843-a24a-7f457268d772 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5245934-e7a9-4843-a24a-7f457268d772 found for delete ", "request_id": "req-c92b34c1-4b6d-49ad-aa7c-a855c7243fda"}]} 2026-04-09 14:48:26.697 7 INFO neutron.services.segments.plugin [-] Segment f5245934-e7a9-4843-a24a-7f457268d772 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5245934-e7a9-4843-a24a-7f457268d772 found for delete ", "request_id": "req-ac11e1e0-eb9d-45d1-8db6-f0d0830db0ef"}]} [pid: 8|app: 0|req: 1022/2169] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:26 2026] GET /v2.0/ports?device_id=714de7ef-6b08-4e4d-b0c9-17d630ac680d => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:26.728 7 INFO neutron.api.v2.resource [None req-a14da167-aca9-4b18-ab48-0f289d436201 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1148/2170] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:26 2026] DELETE /v2.0/routers/714de7ef-6b08-4e4d-b0c9-17d630ac680d => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:48:26.747 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e91a58e-7697-4cf6-955c-df211ce8e2e2 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1023/2171] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:26 2026] DELETE /v2.0/subnets/2904e813-b757-47bc-8b6f-a9f6bfb1e40e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:48:26.769 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2f0b8d5-fe7b-4eb5-ba03-76f0ea232ee3 77f6994af1fd4712a95f7005787c1320 deff6f92818e4b87b63088f08e6a22a3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1149/2172] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:26 2026] DELETE /v2.0/subnets/c96f3343-f88c-4a05-ad00-33a67e788e15 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2173] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:27 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2174] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:48:27 2026] GET /v2.0/security-groups?id=d02f93e8-c773-4455-92e8-96179ef521ee&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: 1024/2175] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:27 2026] GET /v2.0/security-groups?tenant_id=deff6f92818e4b87b63088f08e6a22a3&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2176] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:48:27 2026] GET /v2.0/ports?tenant_id=64d517242c7b41bea1839be7d39d18dc&device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2177] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:48:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=e81c29d8-c7ea-4305-9b75-480aebcc4d60 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2178] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:48:27 2026] GET /v2.0/subnets?id=2cdc85f0-3ff4-4791-9589-df349bc37d1a => generated 678 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2179] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:27 2026] DELETE /v2.0/security-groups/b4e49029-ca1c-402a-a1e2-9e012a19d9ed => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2180] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:48:27 2026] GET /v2.0/ports?network_id=a4a3f99a-c732-4f20-9da6-f0d34d22dc9d&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2181] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:48:27 2026] GET /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d?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: 1156/2182] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:48:27 2026] GET /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:28.314 8 INFO neutron.db.segments_db [None req-939a4204-0b5d-49fa-8b91-27d8dd5fc81c cb9490019c9f47328cd801817cc44aa2 43ee550340dd4d7e8618a4e996b2a4f6 - - default default] Added segment d8490882-3c76-4514-ad5f-70253343ea7b of type vxlan for network 5497e273-59e0-477d-a077-a153eb27231e [pid: 7|app: 0|req: 1157/2183] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:28 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2184] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:48:28 2026] GET /v2.0/security-groups?id=d02f93e8-c773-4455-92e8-96179ef521ee&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:48:28.772 8 INFO neutron.db.l3_hamode_db [None req-939a4204-0b5d-49fa-8b91-27d8dd5fc81c cb9490019c9f47328cd801817cc44aa2 43ee550340dd4d7e8618a4e996b2a4f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:48:28.913 8 INFO neutron.db.l3_hamode_db [None req-939a4204-0b5d-49fa-8b91-27d8dd5fc81c cb9490019c9f47328cd801817cc44aa2 43ee550340dd4d7e8618a4e996b2a4f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1027/2185] 10.0.0.158 () {34 vars in 668 bytes} [Thu Apr 9 14:48:28 2026] POST /v2.0/routers => generated 474 bytes in 1374 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2186] 10.0.0.158 () {34 vars in 751 bytes} [Thu Apr 9 14:48:29 2026] PUT /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags => generated 25 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2187] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:29 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => 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: 1030/2188] 10.0.0.158 () {32 vars in 731 bytes} [Thu Apr 9 14:48:29 2026] GET /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2189] 10.0.0.158 () {34 vars in 684 bytes} [Thu Apr 9 14:48:29 2026] POST /v2.0/security-groups => generated 1624 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2190] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:48:29 2026] GET /v2.0/security-groups?id=d02f93e8-c773-4455-92e8-96179ef521ee&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2191] 10.0.0.158 () {32 vars in 663 bytes} [Thu Apr 9 14:48:29 2026] GET /v2.0/security-groups => generated 4529 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2192] 10.0.0.158 () {34 vars in 758 bytes} [Thu Apr 9 14:48:29 2026] PUT /v2.0/security-groups/a588b0aa-e2bf-4280-85f5-066bddab7c78 => generated 1662 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2193] 10.0.0.158 () {32 vars in 737 bytes} [Thu Apr 9 14:48:29 2026] GET /v2.0/security-groups/a588b0aa-e2bf-4280-85f5-066bddab7c78 => generated 1662 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2194] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:30 2026] DELETE /v2.0/security-groups/a588b0aa-e2bf-4280-85f5-066bddab7c78 => 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: 1036/2195] 10.0.0.158 () {32 vars in 663 bytes} [Thu Apr 9 14:48:30 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) 2026-04-09 14:48:30.148 8 INFO neutron.api.v2.resource [None req-f34f46a9-e6af-4aa4-b579-bac9f62805bb 39f72ed88b9c4d70af764f34411741e8 698470b8a263424e80c737947d0a5485 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1037/2196] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:30 2026] DELETE /v2.0/security-groups/a588b0aa-e2bf-4280-85f5-066bddab7c78 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2197] 10.0.0.158 () {34 vars in 684 bytes} [Thu Apr 9 14:48:30 2026] POST /v2.0/security-groups => generated 1625 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2198] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:48:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2199] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:48:30 2026] GET /v2.0/security-group-rules/8f23d564-30a0-467e-9c3e-f99c2e4da551 => 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: 1160/2200] 10.0.0.158 () {34 vars in 762 bytes} [Thu Apr 9 14:48:29 2026] PUT /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags/green => generated 4 bytes in 607 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2201] 10.0.0.158 () {32 vars in 673 bytes} [Thu Apr 9 14:48:30 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2202] 10.0.0.158 () {32 vars in 731 bytes} [Thu Apr 9 14:48:30 2026] GET /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags => generated 34 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2203] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:48:30 2026] DELETE /v2.0/security-group-rules/8f23d564-30a0-467e-9c3e-f99c2e4da551 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2204] 10.0.0.158 () {32 vars in 673 bytes} [Thu Apr 9 14:48:30 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2205] 10.0.0.158 () {34 vars in 758 bytes} [Thu Apr 9 14:48:30 2026] PUT /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags/red => generated 4 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2206] 10.0.0.158 () {32 vars in 731 bytes} [Thu Apr 9 14:48:30 2026] GET /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags => generated 34 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2207] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:48:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2208] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:48:30 2026] GET /v2.0/security-group-rules/f2a06b8f-9e6b-43cb-b4f0-f340c4563520 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2209] 10.0.0.158 () {32 vars in 673 bytes} [Thu Apr 9 14:48:30 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2210] 10.0.0.158 () {34 vars in 780 bytes} [Thu Apr 9 14:48:30 2026] PUT /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags/black.or.white => generated 4 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2211] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:48:30 2026] DELETE /v2.0/security-group-rules/f2a06b8f-9e6b-43cb-b4f0-f340c4563520 => 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: 1165/2212] 10.0.0.158 () {32 vars in 731 bytes} [Thu Apr 9 14:48:30 2026] GET /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags => generated 52 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2213] 10.0.0.158 () {32 vars in 673 bytes} [Thu Apr 9 14:48:30 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2214] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:30 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 973 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:48:30.989 7 INFO neutron.db.securitygroups_db [None req-10b6325b-ee36-4f0e-b13b-85963d1b84a6 39f72ed88b9c4d70af764f34411741e8 698470b8a263424e80c737947d0a5485 - - default default] Project 698470b8a263424e80c737947d0a5485 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: 1167/2215] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:48:30 2026] POST /v2.0/security-group-rules => generated 607 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2216] 10.0.0.158 () {34 vars in 751 bytes} [Thu Apr 9 14:48:30 2026] PUT /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags => generated 37 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2217] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:48:31 2026] GET /v2.0/security-groups?id=d02f93e8-c773-4455-92e8-96179ef521ee&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2218] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:48:31 2026] GET /v2.0/security-group-rules/a00ae944-99bd-4e82-9400-c59ab2155482 => generated 607 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2219] 10.0.0.158 () {32 vars in 673 bytes} [Thu Apr 9 14:48:31 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2220] 10.0.0.158 () {32 vars in 731 bytes} [Thu Apr 9 14:48:31 2026] GET /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags => generated 37 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2221] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:48:31 2026] DELETE /v2.0/security-group-rules/a00ae944-99bd-4e82-9400-c59ab2155482 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2222] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:48:31 2026] GET /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags/red => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2223] 10.0.0.158 () {32 vars in 673 bytes} [Thu Apr 9 14:48:31 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:48:31.333 7 INFO neutron.api.v2.resource [None req-2f18a6e4-4747-4bd0-8c1f-c8bf54b03c30 cb9490019c9f47328cd801817cc44aa2 43ee550340dd4d7e8618a4e996b2a4f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1171/2224] 10.0.0.158 () {32 vars in 743 bytes} [Thu Apr 9 14:48:31 2026] GET /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2225] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:31 2026] DELETE /v2.0/security-groups/501dae2c-f51c-452c-baa1-d8dfcc5cf80c => 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: 1055/2226] 10.0.0.158 () {32 vars in 663 bytes} [Thu Apr 9 14:48:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2227] 10.0.0.158 () {32 vars in 663 bytes} [Thu Apr 9 14:48:31 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2228] 10.0.0.158 () {32 vars in 742 bytes} [Thu Apr 9 14:48:31 2026] DELETE /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags/red => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2229] 10.0.0.158 () {32 vars in 731 bytes} [Thu Apr 9 14:48:31 2026] GET /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags => generated 30 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:31.775 7 INFO neutron.api.v2.resource [None req-ef49708e-4159-4bf6-b0f1-6d53810cde5b cb9490019c9f47328cd801817cc44aa2 43ee550340dd4d7e8618a4e996b2a4f6 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1173/2230] 10.0.0.158 () {32 vars in 746 bytes} [Thu Apr 9 14:48:31 2026] DELETE /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags/green => generated 99 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2231] 10.0.0.158 () {32 vars in 734 bytes} [Thu Apr 9 14:48:31 2026] DELETE /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2232] 10.0.0.158 () {32 vars in 731 bytes} [Thu Apr 9 14:48:31 2026] GET /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3/tags => generated 12 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2233] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:48:32 2026] GET /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3 => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2234] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:32 2026] GET /v2.0/security-groups?tenant_id=698470b8a263424e80c737947d0a5485&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2235] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:32 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2236] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:32 2026] DELETE /v2.0/security-groups/b39764e4-17d8-457b-a7e1-1103bd03a98b => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2237] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:48:32 2026] GET /v2.0/security-groups?id=d02f93e8-c773-4455-92e8-96179ef521ee&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: 1060/2238] 10.0.0.158 () {34 vars in 742 bytes} [Thu Apr 9 14:48:32 2026] PUT /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3 => generated 480 bytes in 531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2239] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:32 2026] GET /v2.0/ports?device_id=d965a37b-67cf-4c1b-b83a-3486d6e6ada3 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:32.817 8 INFO neutron_taas.services.taas.taas_plugin [None req-29394781-e4cf-46ae-894a-9a9adbbe97c7 cb9490019c9f47328cd801817cc44aa2 43ee550340dd4d7e8618a4e996b2a4f6 - - default default] TaaS: Handle Delete Port: ad567b2b-566c-47ea-8bde-ead3eecb98ab 2026-04-09 14:48:32.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29394781-e4cf-46ae-894a-9a9adbbe97c7 cb9490019c9f47328cd801817cc44aa2 43ee550340dd4d7e8618a4e996b2a4f6 - - default default] Tap Mirror: Handle Delete Port: ad567b2b-566c-47ea-8bde-ead3eecb98ab 2026-04-09 14:48:33.088 8 INFO neutron.services.segments.plugin [-] Segment d8490882-3c76-4514-ad5f-70253343ea7b resource provider aggregate not found 2026-04-09 14:48:33.096 8 INFO neutron.services.segments.plugin [-] Segment d8490882-3c76-4514-ad5f-70253343ea7b resource provider aggregate not found 2026-04-09 14:48:33.110 8 INFO neutron.services.segments.plugin [-] Segment d8490882-3c76-4514-ad5f-70253343ea7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8490882-3c76-4514-ad5f-70253343ea7b found for delete ", "request_id": "req-b202b03e-cf93-45ab-a4a6-f6cef7be7390"}]} 2026-04-09 14:48:33.112 8 INFO neutron.services.segments.plugin [-] Segment d8490882-3c76-4514-ad5f-70253343ea7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d8490882-3c76-4514-ad5f-70253343ea7b found for delete ", "request_id": "req-7c90ce42-d106-48a2-a076-7db482bcdcde"}]} 2026-04-09 14:48:33.115 8 INFO neutron.db.l3_hamode_db [None req-29394781-e4cf-46ae-894a-9a9adbbe97c7 cb9490019c9f47328cd801817cc44aa2 43ee550340dd4d7e8618a4e996b2a4f6 - - default default] HA network 5497e273-59e0-477d-a077-a153eb27231e was deleted as no HA routers are present in tenant 43ee550340dd4d7e8618a4e996b2a4f6. [pid: 8|app: 0|req: 1061/2240] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:32 2026] DELETE /v2.0/routers/d965a37b-67cf-4c1b-b83a-3486d6e6ada3 => generated 0 bytes in 460 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2241] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:33 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2242] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:48:33 2026] GET /v2.0/security-groups?id=d02f93e8-c773-4455-92e8-96179ef521ee&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2243] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:33 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2244] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:48:33 2026] GET /v2.0/security-groups?id=d02f93e8-c773-4455-92e8-96179ef521ee&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2245] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:33 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2246] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:33 2026] GET /v2.0/security-groups?tenant_id=43ee550340dd4d7e8618a4e996b2a4f6&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:48:34.139 7 INFO neutron.db.l3_db [None req-db5da082-87c5-405e-8159-a319ea2be5f8 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Floating IP dcb0f729-e2e2-4dca-8428-e18cedd3cab7 associated. External IP: 10.96.250.203, port: e81c29d8-c7ea-4305-9b75-480aebcc4d60. [pid: 8|app: 0|req: 1064/2247] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:34 2026] DELETE /v2.0/security-groups/d75eab98-40c3-46a5-9882-eb2f453f7892 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2248] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:48:33 2026] PUT /v2.0/floatingips/dcb0f729-e2e2-4dca-8428-e18cedd3cab7 => generated 856 bytes in 546 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:48:34.445 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f12e8727-7e45-4071-bb08-9237ccb6f4ae'] response: {'name': 'network-changed', 'server_uuid': 'fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912', 'tag': 'e81c29d8-c7ea-4305-9b75-480aebcc4d60', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1065/2249] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:48:34 2026] POST /v2.0/subnetpools => generated 548 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2250] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:48:34 2026] GET /v2.0/floatingips/dcb0f729-e2e2-4dca-8428-e18cedd3cab7 => generated 856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2251] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:48:34 2026] GET /v2.0/subnetpools/2b08ba6d-1b84-45a8-8e60-a0d40719edb0 => generated 548 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2252] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:34 2026] GET /v2.0/security-groups?tenant_id=19539982106b473398e09b54d55503d4&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2253] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:48:34 2026] PUT /v2.0/subnetpools/2b08ba6d-1b84-45a8-8e60-a0d40719edb0 => generated 501 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2254] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:34 2026] DELETE /v2.0/security-groups/e590a94e-fcbf-426e-8d52-c0a5d363cf3d => 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: 1187/2255] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:48:34 2026] DELETE /v2.0/subnetpools/2b08ba6d-1b84-45a8-8e60-a0d40719edb0 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:48:34.691 8 INFO neutron.api.v2.resource [None req-eec31026-3bae-47a7-9ec9-1b655a3258d6 760ede9baa144d09b27af222025abeff 3fdbc68fd6c643bcb6ab72f549dc496b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1069/2256] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:48:34 2026] GET /v2.0/subnetpools/2b08ba6d-1b84-45a8-8e60-a0d40719edb0 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:48:34.710 7 INFO neutron.api.v2.resource [None req-afdf20a3-3858-4d5b-95a7-4da162387c3f 760ede9baa144d09b27af222025abeff 3fdbc68fd6c643bcb6ab72f549dc496b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1188/2257] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:48:34 2026] DELETE /v2.0/subnetpools/2b08ba6d-1b84-45a8-8e60-a0d40719edb0 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2258] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:48:34 2026] GET /v2.0/ports?tenant_id=64d517242c7b41bea1839be7d39d18dc&device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2259] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:48:35 2026] GET /v2.0/networks?id=a4a3f99a-c732-4f20-9da6-f0d34d22dc9d => generated 757 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2260] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:48:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=e81c29d8-c7ea-4305-9b75-480aebcc4d60 => generated 859 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2261] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:48:35 2026] GET /v2.0/subnets?id=2cdc85f0-3ff4-4791-9589-df349bc37d1a => 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: 1072/2262] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:48:35 2026] GET /v2.0/ports?network_id=a4a3f99a-c732-4f20-9da6-f0d34d22dc9d&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2263] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:48:35 2026] GET /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2264] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:48:35 2026] GET /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d?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: 1192/2265] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:35 2026] GET /v2.0/security-groups?tenant_id=3fdbc68fd6c643bcb6ab72f549dc496b&name=default => generated 2927 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2266] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:48:35 2026] GET /v2.0/floatingips/dcb0f729-e2e2-4dca-8428-e18cedd3cab7 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2267] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:35 2026] DELETE /v2.0/security-groups/06b08ad8-fef2-4790-a11f-2a126f2a5626 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:48:38.129 7 INFO neutron.db.segments_db [None req-4e20e886-c214-4138-ba51-7329888502ca c64cc210d09f4c66941394d11d732cbe 8079c61d355f4c10aba7660773e7d13d - - default default] Added segment ebddf936-090b-4084-b9d6-ce5ba201ce27 of type vxlan for network 99a86308-02d1-42b3-997f-06c7f8c4981e [pid: 8|app: 0|req: 1075/2268] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:37 2026] GET /v2.0/security-groups?tenant_id=371d9176f4eb470ba97dab2f536276a9&name=default => generated 2929 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2269] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:48:37 2026] POST /v2.0/networks => generated 613 bytes in 340 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2270] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:38 2026] DELETE /v2.0/security-groups/97c8214f-10be-4019-b021-73b793499962 => 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: 1195/2271] 10.0.0.158 () {34 vars in 664 bytes} [Thu Apr 9 14:48:38 2026] POST /v2.0/ports => generated 743 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2272] 10.0.0.158 () {34 vars in 666 bytes} [Thu Apr 9 14:48:38 2026] POST /v2.0/trunks => generated 407 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1196/2273] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:48:38 2026] PUT /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2274] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:48:38 2026] GET /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags => generated 25 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2277] 10.0.0.158 () {34 vars in 760 bytes} [Thu Apr 9 14:48:38 2026] PUT /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2278] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:48:38 2026] GET /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2279] 10.0.0.158 () {34 vars in 756 bytes} [Thu Apr 9 14:48:38 2026] PUT /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2280] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:48:38 2026] GET /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2281] 10.0.0.158 () {34 vars in 778 bytes} [Thu Apr 9 14:48:38 2026] PUT /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags/black.or.white => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2282] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:48:38 2026] GET /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2283] 10.0.0.158 () {34 vars in 749 bytes} [Thu Apr 9 14:48:38 2026] PUT /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2284] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:48:39 2026] GET /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2285] 10.0.0.158 () {32 vars in 737 bytes} [Thu Apr 9 14:48:39 2026] GET /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags/red => generated 0 bytes in 21 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:48:39.081 8 INFO neutron.api.v2.resource [None req-9fb4d25b-38e2-4e42-a4e8-7eca6dd2d0e6 c64cc210d09f4c66941394d11d732cbe 8079c61d355f4c10aba7660773e7d13d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1085/2286] 10.0.0.158 () {32 vars in 741 bytes} [Thu Apr 9 14:48:39 2026] GET /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2287] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:39 2026] DELETE /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2288] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:48:39 2026] GET /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:39.187 7 INFO neutron.api.v2.resource [None req-f412dafb-9049-46ee-a7c2-9b91007b1fc5 c64cc210d09f4c66941394d11d732cbe 8079c61d355f4c10aba7660773e7d13d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1203/2289] 10.0.0.158 () {32 vars in 744 bytes} [Thu Apr 9 14:48:39 2026] DELETE /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2290] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:48:39 2026] DELETE /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2291] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:48:39 2026] GET /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10/tags => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2292] 10.0.0.158 () {32 vars in 719 bytes} [Thu Apr 9 14:48:39 2026] GET /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2293] 10.0.0.158 () {32 vars in 717 bytes} [Thu Apr 9 14:48:39 2026] GET /v2.0/ports/aac72bd1-fae0-433f-8aea-c39751bb7605 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2294] 10.0.0.158 () {32 vars in 722 bytes} [Thu Apr 9 14:48:39 2026] DELETE /v2.0/trunks/148b004f-e913-41ce-9c5f-2f19bf2aad10 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:48:39.539 7 INFO neutron_taas.services.taas.taas_plugin [None req-80bb51ee-0baa-428e-8709-df7cc45a960e c64cc210d09f4c66941394d11d732cbe 8079c61d355f4c10aba7660773e7d13d - - default default] TaaS: Handle Delete Port: aac72bd1-fae0-433f-8aea-c39751bb7605 2026-04-09 14:48:39.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80bb51ee-0baa-428e-8709-df7cc45a960e c64cc210d09f4c66941394d11d732cbe 8079c61d355f4c10aba7660773e7d13d - - default default] Tap Mirror: Handle Delete Port: aac72bd1-fae0-433f-8aea-c39751bb7605 [pid: 7|app: 0|req: 1206/2295] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:48:39 2026] DELETE /v2.0/ports/aac72bd1-fae0-433f-8aea-c39751bb7605 => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:39.715 8 INFO neutron.services.segments.plugin [-] Segment ebddf936-090b-4084-b9d6-ce5ba201ce27 resource provider aggregate not found 2026-04-09 14:48:39.716 8 INFO neutron.services.segments.plugin [-] Segment ebddf936-090b-4084-b9d6-ce5ba201ce27 resource provider aggregate not found [pid: 8|app: 0|req: 1090/2296] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:39 2026] DELETE /v2.0/networks/99a86308-02d1-42b3-997f-06c7f8c4981e => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:39.741 8 INFO neutron.services.segments.plugin [-] Segment ebddf936-090b-4084-b9d6-ce5ba201ce27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebddf936-090b-4084-b9d6-ce5ba201ce27 found for delete ", "request_id": "req-d8149151-6e5f-43e9-aace-333fbf123ea2"}]} 2026-04-09 14:48:39.743 8 INFO neutron.services.segments.plugin [-] Segment ebddf936-090b-4084-b9d6-ce5ba201ce27 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebddf936-090b-4084-b9d6-ce5ba201ce27 found for delete ", "request_id": "req-c824ac75-a07e-4aca-9ebc-a3b773c25e69"}]} [pid: 7|app: 0|req: 1207/2297] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:40 2026] GET /v2.0/security-groups?tenant_id=8079c61d355f4c10aba7660773e7d13d&name=default => generated 2929 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2298] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:40 2026] DELETE /v2.0/security-groups/47bbd66e-e964-44db-a8ff-a4e55a8aff84 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2299] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:40 2026] GET /v2.0/security-groups?tenant_id=d5efb9d0a19148738e75f3a640edb8e8&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: 1092/2300] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:40 2026] DELETE /v2.0/security-groups/813eedef-7779-4aee-8781-e0f5df5292e2 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2301] 10.0.0.137 () {34 vars in 990 bytes} [Thu Apr 9 14:48:42 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => 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: 1093/2302] 10.0.0.137 () {34 vars in 1040 bytes} [Thu Apr 9 14:48:42 2026] GET /v2.0/security-groups?id=d02f93e8-c773-4455-92e8-96179ef521ee&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-09 14:48:42.430 7 INFO neutron.db.segments_db [None req-c2136be9-984c-4518-ab34-b0346abae89f c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Added segment cc7d0f22-26f6-47d8-a7c4-519e8a501dee of type vxlan for network 29651ade-35af-465c-842f-70f8ef573336 2026-04-09 14:48:42.676 7 INFO neutron.db.l3_hamode_db [None req-c2136be9-984c-4518-ab34-b0346abae89f c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:48:42.800 7 INFO neutron.db.l3_hamode_db [None req-c2136be9-984c-4518-ab34-b0346abae89f c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1210/2303] 10.0.0.158 () {34 vars in 668 bytes} [Thu Apr 9 14:48:42 2026] POST /v2.0/routers => generated 474 bytes in 1211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:43.503 8 INFO neutron.db.l3_hamode_db [None req-417c7886-e973-4c8b-b324-7ffa3ac3f605 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:48:43.619 8 INFO neutron.db.l3_hamode_db [None req-417c7886-e973-4c8b-b324-7ffa3ac3f605 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1094/2304] 10.0.0.158 () {34 vars in 668 bytes} [Thu Apr 9 14:48:43 2026] POST /v2.0/routers => generated 474 bytes in 769 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:44.269 7 INFO neutron.db.l3_hamode_db [None req-2839cae9-7650-484f-b615-07448f734390 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:48:44.393 7 INFO neutron.db.l3_hamode_db [None req-2839cae9-7650-484f-b615-07448f734390 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1211/2305] 10.0.0.158 () {34 vars in 668 bytes} [Thu Apr 9 14:48:44 2026] POST /v2.0/routers => generated 474 bytes in 822 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:45.106 8 INFO neutron.db.l3_hamode_db [None req-4d249e45-3495-4cde-bfd0-8f2ca8f36aa6 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:48:45.226 8 INFO neutron.db.l3_hamode_db [None req-4d249e45-3495-4cde-bfd0-8f2ca8f36aa6 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1095/2306] 10.0.0.158 () {34 vars in 668 bytes} [Thu Apr 9 14:48:45 2026] POST /v2.0/routers => generated 474 bytes in 982 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:48:46.107 7 INFO neutron.db.l3_hamode_db [None req-224b4c16-4981-4d6a-b761-c8ac76f93a16 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:48:46.231 7 INFO neutron.db.l3_hamode_db [None req-224b4c16-4981-4d6a-b761-c8ac76f93a16 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1212/2307] 10.0.0.158 () {34 vars in 668 bytes} [Thu Apr 9 14:48:46 2026] POST /v2.0/routers => generated 474 bytes in 762 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2308] 10.0.0.158 () {34 vars in 751 bytes} [Thu Apr 9 14:48:46 2026] PUT /v2.0/routers/a31a3714-aefd-4088-993f-2920bb007a98/tags => generated 17 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2309] 10.0.0.158 () {34 vars in 751 bytes} [Thu Apr 9 14:48:46 2026] PUT /v2.0/routers/6786d572-8413-42dc-843c-e6b4319dd0b9/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2310] 10.0.0.158 () {34 vars in 751 bytes} [Thu Apr 9 14:48:47 2026] PUT /v2.0/routers/707c4d7b-3529-4c4f-8669-b27080027f70/tags => generated 34 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2311] 10.0.0.158 () {34 vars in 751 bytes} [Thu Apr 9 14:48:47 2026] PUT /v2.0/routers/ecc36253-98a2-453b-9552-670232b884b5/tags => generated 19 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2312] 10.0.0.158 () {32 vars in 664 bytes} [Thu Apr 9 14:48:47 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2313] 10.0.0.158 () {32 vars in 678 bytes} [Thu Apr 9 14:48:47 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2314] 10.0.0.158 () {32 vars in 674 bytes} [Thu Apr 9 14:48:47 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2315] 10.0.0.158 () {32 vars in 686 bytes} [Thu Apr 9 14:48:47 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2316] 10.0.0.158 () {32 vars in 672 bytes} [Thu Apr 9 14:48:47 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2317] 10.0.0.158 () {32 vars in 686 bytes} [Thu Apr 9 14:48:47 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2318] 10.0.0.158 () {32 vars in 682 bytes} [Thu Apr 9 14:48:47 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2319] 10.0.0.158 () {32 vars in 694 bytes} [Thu Apr 9 14:48:47 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => 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: 1102/2320] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:48:47 2026] GET /v2.0/routers/a31a3714-aefd-4088-993f-2920bb007a98 => generated 485 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2321] 10.0.0.158 () {34 vars in 742 bytes} [Thu Apr 9 14:48:47 2026] PUT /v2.0/routers/a31a3714-aefd-4088-993f-2920bb007a98 => generated 485 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2322] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:48 2026] GET /v2.0/ports?device_id=a31a3714-aefd-4088-993f-2920bb007a98 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:48.631 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ac21640-0e09-4dc0-b9a3-4e7ac0319912 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] TaaS: Handle Delete Port: e3974b5d-9f84-469c-822b-0a9a9e4fcaad 2026-04-09 14:48:48.634 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ac21640-0e09-4dc0-b9a3-4e7ac0319912 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Tap Mirror: Handle Delete Port: e3974b5d-9f84-469c-822b-0a9a9e4fcaad [pid: 7|app: 0|req: 1220/2323] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:48 2026] DELETE /v2.0/routers/a31a3714-aefd-4088-993f-2920bb007a98 => generated 0 bytes in 333 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2324] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:48:48 2026] GET /v2.0/routers/6786d572-8413-42dc-843c-e6b4319dd0b9 => generated 493 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2325] 10.0.0.158 () {34 vars in 742 bytes} [Thu Apr 9 14:48:48 2026] PUT /v2.0/routers/6786d572-8413-42dc-843c-e6b4319dd0b9 => generated 493 bytes in 508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2326] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:49 2026] GET /v2.0/ports?device_id=6786d572-8413-42dc-843c-e6b4319dd0b9 => generated 12 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:49.991 7 INFO neutron_taas.services.taas.taas_plugin [None req-81170642-5b35-461c-8814-c13561028405 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] TaaS: Handle Delete Port: de46fb49-f907-41c8-aa65-c51eb0b245a2 2026-04-09 14:48:49.993 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81170642-5b35-461c-8814-c13561028405 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Tap Mirror: Handle Delete Port: de46fb49-f907-41c8-aa65-c51eb0b245a2 [pid: 7|app: 0|req: 1222/2327] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:49 2026] DELETE /v2.0/routers/6786d572-8413-42dc-843c-e6b4319dd0b9 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2328] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:48:50 2026] GET /v2.0/routers/707c4d7b-3529-4c4f-8669-b27080027f70 => generated 502 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2329] 10.0.0.158 () {34 vars in 742 bytes} [Thu Apr 9 14:48:50 2026] PUT /v2.0/routers/707c4d7b-3529-4c4f-8669-b27080027f70 => generated 502 bytes in 570 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2330] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:50 2026] GET /v2.0/ports?device_id=707c4d7b-3529-4c4f-8669-b27080027f70 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:51.009 7 INFO neutron_taas.services.taas.taas_plugin [None req-a61e36a6-f8bc-41b8-99ea-abcc746d7647 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] TaaS: Handle Delete Port: d274e233-a176-4dc1-9d5e-253aa51a042a 2026-04-09 14:48:51.012 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a61e36a6-f8bc-41b8-99ea-abcc746d7647 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Tap Mirror: Handle Delete Port: d274e233-a176-4dc1-9d5e-253aa51a042a [pid: 7|app: 0|req: 1224/2331] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:50 2026] DELETE /v2.0/routers/707c4d7b-3529-4c4f-8669-b27080027f70 => generated 0 bytes in 379 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2332] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:48:51 2026] GET /v2.0/routers/ecc36253-98a2-453b-9552-670232b884b5 => generated 487 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2333] 10.0.0.158 () {34 vars in 742 bytes} [Thu Apr 9 14:48:51 2026] PUT /v2.0/routers/ecc36253-98a2-453b-9552-670232b884b5 => generated 487 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2334] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:51 2026] GET /v2.0/ports?device_id=ecc36253-98a2-453b-9552-670232b884b5 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:51.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-dde4131f-a494-4381-b735-fbe2071fda14 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] TaaS: Handle Delete Port: b07a55b3-e59a-451e-928f-18d1687bbe86 2026-04-09 14:48:51.893 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dde4131f-a494-4381-b735-fbe2071fda14 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Tap Mirror: Handle Delete Port: b07a55b3-e59a-451e-928f-18d1687bbe86 [pid: 7|app: 0|req: 1226/2335] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:51 2026] DELETE /v2.0/routers/ecc36253-98a2-453b-9552-670232b884b5 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2336] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:48:52 2026] GET /v2.0/routers/dbd92e69-f8f0-4358-9da9-1435cf1c630b => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2337] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:52 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2338] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:48:53 2026] GET /v2.0/security-groups?id=d02f93e8-c773-4455-92e8-96179ef521ee&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: 1227/2339] 10.0.0.158 () {34 vars in 742 bytes} [Thu Apr 9 14:48:52 2026] PUT /v2.0/routers/dbd92e69-f8f0-4358-9da9-1435cf1c630b => generated 480 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2340] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:53 2026] GET /v2.0/ports?device_id=dbd92e69-f8f0-4358-9da9-1435cf1c630b => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:53.290 7 INFO neutron_taas.services.taas.taas_plugin [None req-d637cedc-6f06-4ba1-803a-accbb7a83c60 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] TaaS: Handle Delete Port: ebb179fe-99f5-416a-8174-2cb8b038032e 2026-04-09 14:48:53.292 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d637cedc-6f06-4ba1-803a-accbb7a83c60 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] Tap Mirror: Handle Delete Port: ebb179fe-99f5-416a-8174-2cb8b038032e 2026-04-09 14:48:53.609 7 INFO neutron.services.segments.plugin [-] Segment cc7d0f22-26f6-47d8-a7c4-519e8a501dee resource provider aggregate not found 2026-04-09 14:48:53.610 7 INFO neutron.services.segments.plugin [-] Segment cc7d0f22-26f6-47d8-a7c4-519e8a501dee resource provider aggregate not found 2026-04-09 14:48:53.631 7 INFO neutron.services.segments.plugin [-] Segment cc7d0f22-26f6-47d8-a7c4-519e8a501dee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc7d0f22-26f6-47d8-a7c4-519e8a501dee found for delete ", "request_id": "req-1ab5422b-fb5e-4b18-a33e-928811e9da57"}]} 2026-04-09 14:48:53.631 7 INFO neutron.services.segments.plugin [-] Segment cc7d0f22-26f6-47d8-a7c4-519e8a501dee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc7d0f22-26f6-47d8-a7c4-519e8a501dee found for delete ", "request_id": "req-b31430a9-b5b3-4806-8bcb-2370e1e47b37"}]} 2026-04-09 14:48:53.636 7 INFO neutron.db.l3_hamode_db [None req-d637cedc-6f06-4ba1-803a-accbb7a83c60 c88df49ef6744268a8f5232644dda870 1f842d70bda34ecd84e2129a83a2ee5e - - default default] HA network 29651ade-35af-465c-842f-70f8ef573336 was deleted as no HA routers are present in tenant 1f842d70bda34ecd84e2129a83a2ee5e. [pid: 7|app: 0|req: 1228/2341] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:48:53 2026] DELETE /v2.0/routers/dbd92e69-f8f0-4358-9da9-1435cf1c630b => generated 0 bytes in 476 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2344] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:54 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2345] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:48:54 2026] GET /v2.0/security-groups?id=d02f93e8-c773-4455-92e8-96179ef521ee&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: 1116/2346] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:54 2026] GET /v2.0/security-groups?tenant_id=1f842d70bda34ecd84e2129a83a2ee5e&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2347] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:54 2026] DELETE /v2.0/security-groups/b74d15b8-0881-4345-b834-2c43d1dffdca => 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: 1117/2348] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:54 2026] GET /v2.0/security-groups?tenant_id=8245eb76b3b9451b999166436d46f96c&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2349] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:55 2026] DELETE /v2.0/security-groups/0463aa11-015e-47d8-9246-28880e1e5632 => 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: 1118/2350] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:55 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2351] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:48:55 2026] GET /v2.0/security-groups?id=d02f93e8-c773-4455-92e8-96179ef521ee&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: 1120/2352] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:48:55 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => 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: 1233/2353] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:48:55 2026] GET /v2.0/security-groups?tenant_id=a89fd4c4d95840498de4f16210652028&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:48:55.492 8 INFO neutron_taas.services.taas.taas_plugin [req-fcae0b77-e3a2-42ba-bf7b-0a07c98949f7 req-f34998dd-21f7-4206-a994-917b9790237e d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] TaaS: Handle Delete Port: e81c29d8-c7ea-4305-9b75-480aebcc4d60 [pid: 7|app: 0|req: 1234/2354] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:55 2026] DELETE /v2.0/security-groups/9a70f904-340c-4dfc-ad7b-c54105c00165 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:48:55.500 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fcae0b77-e3a2-42ba-bf7b-0a07c98949f7 req-f34998dd-21f7-4206-a994-917b9790237e d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Tap Mirror: Handle Delete Port: e81c29d8-c7ea-4305-9b75-480aebcc4d60 2026-04-09 14:48:55.620 8 INFO neutron.db.l3_db [req-fcae0b77-e3a2-42ba-bf7b-0a07c98949f7 req-f34998dd-21f7-4206-a994-917b9790237e d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Floating IP dcb0f729-e2e2-4dca-8428-e18cedd3cab7 disassociated. External IP: 10.96.250.203, port: e81c29d8-c7ea-4305-9b75-480aebcc4d60. [pid: 8|app: 0|req: 1121/2355] 199.204.45.95 () {36 vars in 996 bytes} [Thu Apr 9 14:48:55 2026] DELETE /v2.0/ports/e81c29d8-c7ea-4305-9b75-480aebcc4d60 => generated 0 bytes in 583 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:48:56.003 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ff415b6-b70a-4dee-b60e-f067bc8b2c87'] response: {'server_uuid': 'fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912', 'name': 'network-vif-deleted', 'tag': 'e81c29d8-c7ea-4305-9b75-480aebcc4d60', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1235/2356] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:56 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2357] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:57 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2358] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:48:58 2026] GET /v2.0/ports?device_id=fbf1ac15-43fa-4ee3-9cc3-256a1a3fa912 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:58.892 7 INFO neutron.db.segments_db [None req-c16f2335-17ad-4b2f-96a9-b7f6a12fe5ec e9f57c0d800d4d20afe67fa5c38da7e5 87aedbdd82ed49518fdafc2861f30241 - - default default] Added segment 390af9ea-74e4-4f8f-be9d-7c98d0351853 of type vxlan for network 35526ac6-8b87-48c6-a8a9-d1cd13e93380 [pid: 7|app: 0|req: 1236/2359] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:48:58 2026] POST /v2.0/networks => generated 612 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2360] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:48:58 2026] PUT /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/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: 1237/2361] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:48:59 2026] GET /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/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: 1125/2362] 10.0.0.158 () {34 vars in 764 bytes} [Thu Apr 9 14:48:59 2026] PUT /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/tags/green => generated 4 bytes in 70 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2363] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:48:59 2026] GET /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2364] 10.0.0.158 () {34 vars in 760 bytes} [Thu Apr 9 14:48:59 2026] PUT /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2365] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:48:59 2026] GET /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2366] 10.0.0.158 () {34 vars in 782 bytes} [Thu Apr 9 14:48:59 2026] PUT /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/tags/black.or.white => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2367] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:48:59 2026] GET /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2368] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:48:59 2026] PUT /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/tags => generated 37 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2369] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:48:59 2026] GET /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/tags => generated 37 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2370] 10.0.0.158 () {32 vars in 741 bytes} [Thu Apr 9 14:48:59 2026] GET /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:48:59.691 7 INFO neutron.api.v2.resource [None req-037c78af-9dd1-4b64-8757-fc5bcdf4e983 e9f57c0d800d4d20afe67fa5c38da7e5 87aedbdd82ed49518fdafc2861f30241 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1242/2371] 10.0.0.158 () {32 vars in 745 bytes} [Thu Apr 9 14:48:59 2026] GET /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/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: 1130/2372] 10.0.0.158 () {32 vars in 744 bytes} [Thu Apr 9 14:48:59 2026] DELETE /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/tags/red => 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: 1131/2373] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:48:59 2026] GET /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2374] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:48:59 2026] DELETE /v2.0/security-groups/d02f93e8-c773-4455-92e8-96179ef521ee => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:48:59.843 8 INFO neutron.api.v2.resource [None req-5c15d412-6dbf-48e8-bbed-a1668db6f158 e9f57c0d800d4d20afe67fa5c38da7e5 87aedbdd82ed49518fdafc2861f30241 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1132/2375] 10.0.0.158 () {32 vars in 748 bytes} [Thu Apr 9 14:48:59 2026] DELETE /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2376] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:48:59 2026] DELETE /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:48:59.954 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e171df3-37fc-43a2-95a8-5032d6c7baa5 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] TaaS: Handle Delete Port: c00ff8fd-643a-4602-8dcc-e402bd31b3e3 [pid: 7|app: 0|req: 1245/2377] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:48:59 2026] GET /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380/tags => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:48:59.957 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e171df3-37fc-43a2-95a8-5032d6c7baa5 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Tap Mirror: Handle Delete Port: c00ff8fd-643a-4602-8dcc-e402bd31b3e3 2026-04-09 14:49:00.068 7 INFO neutron.services.segments.plugin [-] Segment 390af9ea-74e4-4f8f-be9d-7c98d0351853 resource provider aggregate not found 2026-04-09 14:49:00.072 7 INFO neutron.services.segments.plugin [-] Segment 390af9ea-74e4-4f8f-be9d-7c98d0351853 resource provider aggregate not found 2026-04-09 14:49:00.089 7 INFO neutron.services.segments.plugin [-] Segment 390af9ea-74e4-4f8f-be9d-7c98d0351853 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 390af9ea-74e4-4f8f-be9d-7c98d0351853 found for delete ", "request_id": "req-befb1618-a84d-4435-9404-6ae7f4da8a38"}]} 2026-04-09 14:49:00.091 7 INFO neutron.services.segments.plugin [-] Segment 390af9ea-74e4-4f8f-be9d-7c98d0351853 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 390af9ea-74e4-4f8f-be9d-7c98d0351853 found for delete ", "request_id": "req-cefea227-e185-46cf-8bd2-8850cb62e4e1"}]} [pid: 7|app: 0|req: 1246/2378] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:48:59 2026] DELETE /v2.0/networks/35526ac6-8b87-48c6-a8a9-d1cd13e93380 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2379] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:48:59 2026] DELETE /v2.0/floatingips/dcb0f729-e2e2-4dca-8428-e18cedd3cab7 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2380] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:49:00 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2381] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:49:00 2026] GET /v2.0/security-groups?id=cd9a006f-326f-4031-a6c2-5fdad4b1bd84&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2382] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:00 2026] GET /v2.0/security-groups?tenant_id=87aedbdd82ed49518fdafc2861f30241&name=default => generated 2929 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2383] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:00 2026] DELETE /v2.0/security-groups/e09a0ca6-f927-4d5d-a5e3-72e92d6a9e2f => 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: 1249/2384] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:01 2026] GET /v2.0/security-groups?tenant_id=65afe98b8e694172b80d7db842b4d4d1&name=default => generated 2929 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2385] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:01 2026] DELETE /v2.0/security-groups/497a62f9-e4c6-47da-ac63-fe480a615d12 => 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: 1250/2386] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:49:01 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2387] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:49:01 2026] GET /v2.0/security-groups?id=cd9a006f-326f-4031-a6c2-5fdad4b1bd84&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2388] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:49:02 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2389] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:49:02 2026] GET /v2.0/security-groups?id=cd9a006f-326f-4031-a6c2-5fdad4b1bd84&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2390] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:49:02 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:49:02.829 8 INFO neutron_taas.services.taas.taas_plugin [req-2852972c-52d3-4a84-a284-07ef4fe02902 req-97745a75-e2e9-4b60-949e-623c32aaeb15 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] TaaS: Handle Delete Port: a09c32cc-bbc6-45ab-a42b-021ee500b743 2026-04-09 14:49:02.832 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2852972c-52d3-4a84-a284-07ef4fe02902 req-97745a75-e2e9-4b60-949e-623c32aaeb15 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Tap Mirror: Handle Delete Port: a09c32cc-bbc6-45ab-a42b-021ee500b743 [pid: 8|app: 0|req: 1139/2391] 199.204.45.95 () {36 vars in 996 bytes} [Thu Apr 9 14:49:02 2026] DELETE /v2.0/ports/a09c32cc-bbc6-45ab-a42b-021ee500b743 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:49:02.987 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-838fa9fc-4005-4922-ac9f-56837f7bc358'] response: {'server_uuid': '565d9192-2916-4ee3-98f1-b60e8ef9683d', 'name': 'network-vif-deleted', 'tag': 'a09c32cc-bbc6-45ab-a42b-021ee500b743', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1253/2392] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:49:03 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:49:04.742 8 INFO neutron.db.segments_db [None req-d2b26714-c329-418c-ab82-f8d23561c043 fcd7cda2e50b4360a5084b86eda517a5 e3afd34653834750a3672a5d2022d170 - - default default] Added segment fbfd7c07-348e-4781-b9d7-e97ca9bb3922 of type vxlan for network 8e894c3c-0bfc-439f-8bc0-045f0866869a [pid: 7|app: 0|req: 1254/2393] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:49:04 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => 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: 1140/2394] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:49:04 2026] POST /v2.0/networks => generated 612 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2395] 10.0.0.158 () {34 vars in 664 bytes} [Thu Apr 9 14:49:04 2026] POST /v2.0/ports => generated 743 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2396] 10.0.0.158 () {34 vars in 747 bytes} [Thu Apr 9 14:49:05 2026] PUT /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags => generated 25 bytes in 81 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: 1256/2397] 10.0.0.158 () {32 vars in 727 bytes} [Thu Apr 9 14:49:05 2026] GET /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1142/2398] 10.0.0.158 () {34 vars in 758 bytes} [Thu Apr 9 14:49:05 2026] PUT /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags/green => generated 4 bytes in 81 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: 1257/2399] 10.0.0.158 () {32 vars in 727 bytes} [Thu Apr 9 14:49:05 2026] GET /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1143/2400] 10.0.0.158 () {34 vars in 754 bytes} [Thu Apr 9 14:49:05 2026] PUT /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags/red => generated 4 bytes in 57 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: 1258/2401] 10.0.0.158 () {32 vars in 727 bytes} [Thu Apr 9 14:49:05 2026] GET /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/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: 1144/2402] 10.0.0.158 () {34 vars in 776 bytes} [Thu Apr 9 14:49:05 2026] PUT /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags/black.or.white => generated 4 bytes in 85 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: 1259/2403] 10.0.0.158 () {32 vars in 727 bytes} [Thu Apr 9 14:49:05 2026] GET /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags => generated 52 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1145/2404] 10.0.0.158 () {34 vars in 747 bytes} [Thu Apr 9 14:49:05 2026] PUT /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1260/2405] 10.0.0.158 () {32 vars in 727 bytes} [Thu Apr 9 14:49:05 2026] GET /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/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: 1146/2406] 10.0.0.158 () {32 vars in 735 bytes} [Thu Apr 9 14:49:05 2026] GET /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags/red => generated 0 bytes in 57 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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/2407] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:49:05 2026] GET /v2.0/ports?device_id=565d9192-2916-4ee3-98f1-b60e8ef9683d => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:49:05.934 8 INFO neutron.api.v2.resource [None req-f2f6eee0-215a-4d7e-a5a5-7edf6db0344d fcd7cda2e50b4360a5084b86eda517a5 e3afd34653834750a3672a5d2022d170 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1147/2408] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:49:05 2026] GET /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2409] 10.0.0.158 () {32 vars in 738 bytes} [Thu Apr 9 14:49:05 2026] DELETE /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1148/2410] 10.0.0.158 () {32 vars in 727 bytes} [Thu Apr 9 14:49:06 2026] GET /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags => generated 30 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, ' 2026-04-09 14:49:06.119 7 INFO neutron.api.v2.resource [None req-1b41cfb4-91e8-4b6f-b4e1-0e130cfc08fc fcd7cda2e50b4360a5084b86eda517a5 e3afd34653834750a3672a5d2022d170 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1263/2411] 10.0.0.158 () {32 vars in 742 bytes} [Thu Apr 9 14:49:06 2026] DELETE /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1149/2412] 10.0.0.158 () {32 vars in 730 bytes} [Thu Apr 9 14:49:06 2026] DELETE /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1264/2413] 10.0.0.158 () {32 vars in 727 bytes} [Thu Apr 9 14:49:06 2026] GET /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a/tags => generated 12 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, ' 2026-04-09 14:49:06.373 8 INFO neutron_taas.services.taas.taas_plugin [None req-ef401c15-a12c-4ac7-9e82-cd6860380913 fcd7cda2e50b4360a5084b86eda517a5 e3afd34653834750a3672a5d2022d170 - - default default] TaaS: Handle Delete Port: 824a8bf7-2e23-484e-b50e-bbc2577fef4a 2026-04-09 14:49:06.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef401c15-a12c-4ac7-9e82-cd6860380913 fcd7cda2e50b4360a5084b86eda517a5 e3afd34653834750a3672a5d2022d170 - - default default] Tap Mirror: Handle Delete Port: 824a8bf7-2e23-484e-b50e-bbc2577fef4a [pid: 8|app: 0|req: 1150/2414] 10.0.0.158 () {32 vars in 720 bytes} [Thu Apr 9 14:49:06 2026] DELETE /v2.0/ports/824a8bf7-2e23-484e-b50e-bbc2577fef4a => generated 0 bytes in 211 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-09 14:49:06.592 7 INFO neutron.services.segments.plugin [-] Segment fbfd7c07-348e-4781-b9d7-e97ca9bb3922 resource provider aggregate not found 2026-04-09 14:49:06.597 7 INFO neutron.services.segments.plugin [-] Segment fbfd7c07-348e-4781-b9d7-e97ca9bb3922 resource provider aggregate not found 2026-04-09 14:49:06.614 7 INFO neutron.services.segments.plugin [-] Segment fbfd7c07-348e-4781-b9d7-e97ca9bb3922 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbfd7c07-348e-4781-b9d7-e97ca9bb3922 found for delete ", "request_id": "req-2583bd94-c620-4216-ac0c-d9d878a6bb39"}]} 2026-04-09 14:49:06.620 7 INFO neutron.services.segments.plugin [-] Segment fbfd7c07-348e-4781-b9d7-e97ca9bb3922 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbfd7c07-348e-4781-b9d7-e97ca9bb3922 found for delete ", "request_id": "req-beb37f96-a95f-466e-8a2f-65d325b8bf1e"}]} [pid: 7|app: 0|req: 1265/2415] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:49:06 2026] DELETE /v2.0/networks/8e894c3c-0bfc-439f-8bc0-045f0866869a => 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: 1151/2416] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:06 2026] DELETE /v2.0/security-groups/cd9a006f-326f-4031-a6c2-5fdad4b1bd84 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2417] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:07 2026] GET /v2.0/security-groups?tenant_id=19bf9107d16940d48a289c93831c31d2&name=default => generated 2929 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:49:07.458 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0896fb2-ce84-4175-a482-2e3c4d4f829c d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] TaaS: Handle Delete Port: d85534e1-6760-4d06-a07b-d681dad402cd 2026-04-09 14:49:07.460 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0896fb2-ce84-4175-a482-2e3c4d4f829c d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Tap Mirror: Handle Delete Port: d85534e1-6760-4d06-a07b-d681dad402cd [pid: 8|app: 0|req: 1153/2418] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:07 2026] DELETE /v2.0/security-groups/a845b4d1-ab27-42de-9a7e-421b40c285bf => 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: 1154/2419] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:07 2026] GET /v2.0/security-groups?tenant_id=e3afd34653834750a3672a5d2022d170&name=default => generated 2929 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2420] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:07 2026] DELETE /v2.0/security-groups/e35654f5-e333-4f61-9973-a641012d0a28 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2421] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:49:07 2026] PUT /v2.0/routers/bcbcb381-ef90-4ed4-8466-a6ba79e72dd1/remove_router_interface => generated 309 bytes in 807 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2422] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:49:07 2026] DELETE /v2.0/subnets/2cdc85f0-3ff4-4791-9589-df349bc37d1a => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:49:08.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-07d84a1d-2d19-4b2a-a99e-98da65280600 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] TaaS: Handle Delete Port: 2839ba08-0327-4e70-942c-4a8cec562978 2026-04-09 14:49:08.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07d84a1d-2d19-4b2a-a99e-98da65280600 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Tap Mirror: Handle Delete Port: 2839ba08-0327-4e70-942c-4a8cec562978 2026-04-09 14:49:08.566 7 INFO neutron_taas.services.taas.taas_plugin [None req-07d84a1d-2d19-4b2a-a99e-98da65280600 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] TaaS: Handle Delete Port: 78845b8b-666b-428b-95e7-d7bbdf91219d 2026-04-09 14:49:08.570 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-07d84a1d-2d19-4b2a-a99e-98da65280600 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Tap Mirror: Handle Delete Port: 78845b8b-666b-428b-95e7-d7bbdf91219d 2026-04-09 14:49:08.952 7 INFO neutron.services.segments.plugin [-] Segment 7ffa77f6-425e-4a3f-bb0b-b3347ce3871f resource provider aggregate not found 2026-04-09 14:49:08.958 7 INFO neutron.services.segments.plugin [-] Segment 7ffa77f6-425e-4a3f-bb0b-b3347ce3871f resource provider aggregate not found 2026-04-09 14:49:08.979 7 INFO neutron.db.l3_hamode_db [None req-07d84a1d-2d19-4b2a-a99e-98da65280600 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] HA network a15fe4c6-8868-409a-8a36-50e744956015 was deleted as no HA routers are present in tenant 64d517242c7b41bea1839be7d39d18dc. 2026-04-09 14:49:08.983 7 INFO neutron.services.segments.plugin [-] Segment 7ffa77f6-425e-4a3f-bb0b-b3347ce3871f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ffa77f6-425e-4a3f-bb0b-b3347ce3871f found for delete ", "request_id": "req-d62e58f8-0e94-45e0-aa3e-0d03198b06ba"}]} 2026-04-09 14:49:08.986 7 INFO neutron.services.segments.plugin [-] Segment 7ffa77f6-425e-4a3f-bb0b-b3347ce3871f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ffa77f6-425e-4a3f-bb0b-b3347ce3871f found for delete ", "request_id": "req-5d35e5e1-20df-425c-b62e-fde5faf747a2"}]} [pid: 7|app: 0|req: 1267/2425] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:49:08 2026] DELETE /v2.0/routers/bcbcb381-ef90-4ed4-8466-a6ba79e72dd1 => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:49:09.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-64a3ea2d-fd4c-484a-9052-87a6c22c1257 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] TaaS: Handle Delete Port: a0e91279-322d-4681-8a44-0cca031f67f3 2026-04-09 14:49:09.089 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64a3ea2d-fd4c-484a-9052-87a6c22c1257 d3d5cea8625b45629bd0a7d2df15d32b 64d517242c7b41bea1839be7d39d18dc - - default default] Tap Mirror: Handle Delete Port: a0e91279-322d-4681-8a44-0cca031f67f3 2026-04-09 14:49:09.287 8 INFO neutron.services.segments.plugin [-] Segment b5b24bbb-b5af-4673-b3d8-9f0ec8dc60ea resource provider aggregate not found 2026-04-09 14:49:09.292 8 INFO neutron.services.segments.plugin [-] Segment b5b24bbb-b5af-4673-b3d8-9f0ec8dc60ea resource provider aggregate not found 2026-04-09 14:49:09.307 8 INFO neutron.services.segments.plugin [-] Segment b5b24bbb-b5af-4673-b3d8-9f0ec8dc60ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5b24bbb-b5af-4673-b3d8-9f0ec8dc60ea found for delete ", "request_id": "req-040d4bbe-a7d5-408e-96bc-8cad0ae2045d"}]} 2026-04-09 14:49:09.309 8 INFO neutron.services.segments.plugin [-] Segment b5b24bbb-b5af-4673-b3d8-9f0ec8dc60ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5b24bbb-b5af-4673-b3d8-9f0ec8dc60ea found for delete ", "request_id": "req-12298da5-bbc9-4b7b-9360-be3e4d7eb90b"}]} [pid: 8|app: 0|req: 1159/2426] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:49:08 2026] DELETE /v2.0/networks/a4a3f99a-c732-4f20-9da6-f0d34d22dc9d => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2427] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:10 2026] GET /v2.0/security-groups?tenant_id=0862f87e585544acbc36a51941716e07&name=default => generated 2929 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2428] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:10 2026] DELETE /v2.0/security-groups/cbc5b78b-441a-4d12-b0fe-d8e13a295997 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2429] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:10 2026] GET /v2.0/security-groups?tenant_id=64d517242c7b41bea1839be7d39d18dc&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2430] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:10 2026] DELETE /v2.0/security-groups/1688a107-9a2e-46a5-93f6-8bb7559d4326 => 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: 1270/2431] 10.0.0.158 () {34 vars in 684 bytes} [Thu Apr 9 14:49:11 2026] POST /v2.0/security-groups => generated 1603 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2432] 10.0.0.158 () {34 vars in 767 bytes} [Thu Apr 9 14:49:11 2026] PUT /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/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: 1271/2433] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:49:11 2026] GET /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2434] 10.0.0.158 () {34 vars in 778 bytes} [Thu Apr 9 14:49:11 2026] PUT /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2435] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:49:11 2026] GET /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/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: 1164/2436] 10.0.0.158 () {34 vars in 774 bytes} [Thu Apr 9 14:49:11 2026] PUT /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2437] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:49:11 2026] GET /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2438] 10.0.0.158 () {34 vars in 796 bytes} [Thu Apr 9 14:49:11 2026] PUT /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags/black.or.white => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2439] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:49:11 2026] GET /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags => generated 52 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2440] 10.0.0.158 () {34 vars in 767 bytes} [Thu Apr 9 14:49:11 2026] PUT /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2441] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:49:11 2026] GET /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags => generated 37 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2442] 10.0.0.158 () {32 vars in 755 bytes} [Thu Apr 9 14:49:11 2026] GET /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:49:12.053 7 INFO neutron.api.v2.resource [None req-ad3066b0-b89c-4d5f-a1e7-e19e13baf1d2 eb30be21d67f4fee93595ddfccd7ef33 4096cdcbabac4e30b1f26d2b229fbfb6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1276/2443] 10.0.0.158 () {32 vars in 759 bytes} [Thu Apr 9 14:49:12 2026] GET /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags/green => generated 99 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2444] 10.0.0.158 () {32 vars in 758 bytes} [Thu Apr 9 14:49:12 2026] DELETE /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2445] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:49:12 2026] GET /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:49:12.179 8 INFO neutron.api.v2.resource [None req-15828e21-8f9a-45d8-b79a-6d4f2d3c55d6 eb30be21d67f4fee93595ddfccd7ef33 4096cdcbabac4e30b1f26d2b229fbfb6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1169/2446] 10.0.0.158 () {32 vars in 762 bytes} [Thu Apr 9 14:49:12 2026] DELETE /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2447] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:49:12 2026] DELETE /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2448] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:49:12 2026] GET /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2449] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:12 2026] DELETE /v2.0/security-groups/17060d17-ac8a-4705-bd79-1f6a6411996e => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2450] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:12 2026] GET /v2.0/security-groups?tenant_id=119aa09dc1de465bb462add683303554&name=default => generated 2929 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2451] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:13 2026] DELETE /v2.0/security-groups/07e44f0f-2da9-4ef7-a81a-f1296b5f05d7 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2452] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:13 2026] GET /v2.0/security-groups?tenant_id=4096cdcbabac4e30b1f26d2b229fbfb6&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2453] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:13 2026] DELETE /v2.0/security-groups/58eea725-4a99-4821-9af1-d48496116de3 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:49:15.119 8 INFO neutron.db.segments_db [None req-db71a947-8257-4fc2-b138-ac952c90cd32 5c928cb5bcd44c8b81c8ff4992398690 b7460049aeb94daa9e8fa76dc0f8b170 - - default default] Added segment cf6b1f8b-82f8-4a47-b0ab-fa23e7f3cbd7 of type vxlan for network b4fac8b8-b4de-4402-92c9-8026257db6af [pid: 8|app: 0|req: 1173/2454] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:49:14 2026] POST /v2.0/networks => generated 708 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2455] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:49:15 2026] POST /v2.0/subnets => generated 644 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:49:15.522 8 WARNING neutron.api.v2.base [None req-5cf1d3ea-7fdd-4148-b416-4cb6a7fa028a 5c928cb5bcd44c8b81c8ff4992398690 b7460049aeb94daa9e8fa76dc0f8b170 - - 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-09 14:49:15.523 8 INFO neutron.api.v2.resource [None req-5cf1d3ea-7fdd-4148-b416-4cb6a7fa028a 5c928cb5bcd44c8b81c8ff4992398690 b7460049aeb94daa9e8fa76dc0f8b170 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1174/2456] 10.0.0.158 () {34 vars in 681 bytes} [Thu Apr 9 14:49:15 2026] POST /v2.0/rbac-policies => generated 143 bytes in 13 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-09 14:49:15.704 7 INFO neutron.services.segments.plugin [-] Segment cf6b1f8b-82f8-4a47-b0ab-fa23e7f3cbd7 resource provider aggregate not found 2026-04-09 14:49:15.713 7 INFO neutron.services.segments.plugin [-] Segment cf6b1f8b-82f8-4a47-b0ab-fa23e7f3cbd7 resource provider aggregate not found 2026-04-09 14:49:15.726 7 INFO neutron.services.segments.plugin [-] Segment cf6b1f8b-82f8-4a47-b0ab-fa23e7f3cbd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf6b1f8b-82f8-4a47-b0ab-fa23e7f3cbd7 found for delete ", "request_id": "req-5aa7708f-adc5-45b4-9b88-fd12ca6de1aa"}]} 2026-04-09 14:49:15.732 7 INFO neutron.services.segments.plugin [-] Segment cf6b1f8b-82f8-4a47-b0ab-fa23e7f3cbd7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf6b1f8b-82f8-4a47-b0ab-fa23e7f3cbd7 found for delete ", "request_id": "req-43cab7e5-6026-45c0-b792-031aafc029de"}]} [pid: 7|app: 0|req: 1283/2457] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:49:15 2026] DELETE /v2.0/networks/b4fac8b8-b4de-4402-92c9-8026257db6af => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:49:15.802 8 INFO neutron.db.segments_db [None req-9ae10c52-0dbe-4509-a625-c56f1fa325b1 5c928cb5bcd44c8b81c8ff4992398690 b7460049aeb94daa9e8fa76dc0f8b170 - - default default] Added segment 15a311d8-4678-4666-9188-4f1c0a182a9a of type vxlan for network 0c2b0364-a286-4989-8ccf-1ef6b8591b01 [pid: 8|app: 0|req: 1175/2458] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:49:15 2026] POST /v2.0/networks => generated 707 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2459] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:49:15 2026] POST /v2.0/subnets => generated 647 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:49:16.089 8 WARNING neutron.api.v2.base [None req-e4454917-1bc0-4996-8867-ca2257f2bacd 5c928cb5bcd44c8b81c8ff4992398690 b7460049aeb94daa9e8fa76dc0f8b170 - - 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-09 14:49:16.090 8 INFO neutron.api.v2.resource [None req-e4454917-1bc0-4996-8867-ca2257f2bacd 5c928cb5bcd44c8b81c8ff4992398690 b7460049aeb94daa9e8fa76dc0f8b170 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1176/2460] 10.0.0.158 () {34 vars in 681 bytes} [Thu Apr 9 14:49:16 2026] POST /v2.0/rbac-policies => generated 547 bytes in 9 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2461] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:49:16 2026] DELETE /v2.0/networks/0c2b0364-a286-4989-8ccf-1ef6b8591b01 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:49:16.342 8 INFO neutron.db.segments_db [None req-d198a574-5258-4933-a252-fc1f88d16c72 5c928cb5bcd44c8b81c8ff4992398690 b7460049aeb94daa9e8fa76dc0f8b170 - - default default] Added segment 615c3ef6-b6ef-47ce-9548-3b6cdd2bbe36 of type vxlan for network c6403bc6-0501-48da-a108-5634d93b6fda [pid: 8|app: 0|req: 1177/2462] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:49:16 2026] POST /v2.0/networks => generated 706 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2463] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:49:16 2026] POST /v2.0/subnets => generated 647 bytes in 169 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2464] 10.0.0.158 () {34 vars in 681 bytes} [Thu Apr 9 14:49:16 2026] POST /v2.0/rbac-policies => generated 324 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2465] 10.0.0.158 () {32 vars in 723 bytes} [Thu Apr 9 14:49:17 2026] GET /v2.0/networks/c6403bc6-0501-48da-a108-5634d93b6fda => generated 654 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:49:17.745 7 INFO neutron.services.segments.plugin [-] Segment 15a311d8-4678-4666-9188-4f1c0a182a9a resource provider aggregate not found 2026-04-09 14:49:17.748 7 INFO neutron.services.segments.plugin [-] Segment 15a311d8-4678-4666-9188-4f1c0a182a9a resource provider aggregate not found 2026-04-09 14:49:17.761 7 INFO neutron.services.segments.plugin [-] Segment 15a311d8-4678-4666-9188-4f1c0a182a9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15a311d8-4678-4666-9188-4f1c0a182a9a found for delete ", "request_id": "req-92a2f00a-b626-4c77-b6b8-f0b2493493ad"}]} 2026-04-09 14:49:17.762 7 INFO neutron.services.segments.plugin [-] Segment 15a311d8-4678-4666-9188-4f1c0a182a9a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 15a311d8-4678-4666-9188-4f1c0a182a9a found for delete ", "request_id": "req-8515fc08-6647-4982-988a-7e67f538c2f2"}]} 2026-04-09 14:49:17.818 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b4da7378-caa9-45d8-b23e-3bc44fbc2550 48a4dfa50a3f4c2da0dcdebb6f00c5b9 1abb3c7ab74a48b5896aff6dd0b2b15f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1179/2466] 10.0.0.158 () {32 vars in 723 bytes} [Thu Apr 9 14:49:17 2026] GET /v2.0/networks/c6403bc6-0501-48da-a108-5634d93b6fda => generated 138 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2467] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:49:17 2026] DELETE /v2.0/networks/c6403bc6-0501-48da-a108-5634d93b6fda => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:49:18.094 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9692474c-fe58-41b5-8244-33a7746729ce 5c928cb5bcd44c8b81c8ff4992398690 b7460049aeb94daa9e8fa76dc0f8b170 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1180/2468] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:49:18 2026] DELETE /v2.0/subnets/7dcca3cb-2f3c-4a0d-bcd7-f881f59e64ed => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:49:18.112 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8e4ed71-6b12-4287-9509-88b200da06b8 5c928cb5bcd44c8b81c8ff4992398690 b7460049aeb94daa9e8fa76dc0f8b170 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1289/2469] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:49:18 2026] DELETE /v2.0/subnets/7d256927-a67b-49c3-8b8b-4f71e5725a81 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:49:18.131 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9bd5fd4f-099e-4b12-b415-9f2a53710cf0 5c928cb5bcd44c8b81c8ff4992398690 b7460049aeb94daa9e8fa76dc0f8b170 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1181/2470] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:49:18 2026] DELETE /v2.0/subnets/d0b3e8ed-0713-413f-a769-db6273dd4f4e => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2471] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:19 2026] GET /v2.0/security-groups?tenant_id=b7460049aeb94daa9e8fa76dc0f8b170&name=default => generated 2929 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:49:19.782 7 INFO neutron.services.segments.plugin [-] Segment 615c3ef6-b6ef-47ce-9548-3b6cdd2bbe36 resource provider aggregate not found 2026-04-09 14:49:19.787 7 INFO neutron.services.segments.plugin [-] Segment 615c3ef6-b6ef-47ce-9548-3b6cdd2bbe36 resource provider aggregate not found 2026-04-09 14:49:19.801 7 INFO neutron.services.segments.plugin [-] Segment 615c3ef6-b6ef-47ce-9548-3b6cdd2bbe36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 615c3ef6-b6ef-47ce-9548-3b6cdd2bbe36 found for delete ", "request_id": "req-c2bea81d-37eb-4379-9b95-717ee811016c"}]} 2026-04-09 14:49:19.809 7 INFO neutron.services.segments.plugin [-] Segment 615c3ef6-b6ef-47ce-9548-3b6cdd2bbe36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 615c3ef6-b6ef-47ce-9548-3b6cdd2bbe36 found for delete ", "request_id": "req-4adc5a12-cab3-4e33-b973-cbd3f3f1e193"}]} [pid: 8|app: 0|req: 1182/2472] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:19 2026] DELETE /v2.0/security-groups/40d8dbb8-1bc8-492d-a68b-ee4495a064a8 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2473] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:20 2026] GET /v2.0/security-groups?tenant_id=b2efc98145ab4f669ebb052bae58a028&name=default => generated 2929 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2474] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:20 2026] DELETE /v2.0/security-groups/e1140a5b-3c46-4179-979e-5baa7156a0f6 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2475] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:20 2026] GET /v2.0/security-groups?tenant_id=1abb3c7ab74a48b5896aff6dd0b2b15f&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2476] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:20 2026] DELETE /v2.0/security-groups/661dd912-4c5f-40b2-9be7-1f3699a20988 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:49:23.786 7 INFO neutron.db.segments_db [None req-296614dc-bd53-4c00-a0bd-68a3a143f3f7 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Added segment 963b922f-c900-4706-b893-2595c31d3553 of type vxlan for network 8445e32e-f1f1-45cf-8305-7e8052abe0fb [pid: 7|app: 0|req: 1293/2479] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:49:23 2026] POST /v2.0/networks => generated 621 bytes in 546 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2480] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:49:23 2026] POST /v2.0/subnets => generated 658 bytes in 751 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2481] 10.0.0.158 () {32 vars in 722 bytes} [Thu Apr 9 14:49:24 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2482] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:49:24 2026] POST /v2.0/subnets => generated 732 bytes in 795 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:49:25.811 7 INFO neutron.db.segments_db [None req-d0c4b530-7799-4097-9f95-86e2ea93ce69 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Added segment 4bf04e42-af7b-400c-96b8-6b5c360c1ed8 of type vxlan for network 09115132-0461-4d1e-8d6c-876d5de16d6f [pid: 7|app: 0|req: 1295/2483] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:49:25 2026] POST /v2.0/networks => generated 619 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:49:25.983 8 INFO neutron.db.segments_db [None req-c7a27ed8-ca39-45a6-8829-313cec9deade a8539750ba424ed985823223baf5ae91 a4ed256e6fbf4b458562f5d83e0ae139 - - default default] Added segment 579a31e6-ac27-4d05-b84d-00996ae3ab1f of type vxlan for network 01ed8ec0-e286-4436-99a3-eef1edf0f915 [pid: 8|app: 0|req: 1189/2484] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:49:25 2026] POST /v2.0/networks => generated 612 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:49:26.122 8 INFO neutron.db.segments_db [None req-d5ba138f-2ff0-4a9c-a45e-9cdf7b6422ff a8539750ba424ed985823223baf5ae91 a4ed256e6fbf4b458562f5d83e0ae139 - - default default] Added segment 2891ace6-0692-4924-8417-c92235d07dab of type vxlan for network 5797a23f-e610-4cab-9ce3-3fdd355d4945 [pid: 7|app: 0|req: 1296/2485] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:49:25 2026] POST /v2.0/subnets => generated 656 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2486] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:49:26 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:49:26.271 8 INFO neutron.db.segments_db [None req-db0f8c0e-9a02-4fda-a7c0-0222d92ef7b6 a8539750ba424ed985823223baf5ae91 a4ed256e6fbf4b458562f5d83e0ae139 - - default default] Added segment ccc82652-9958-44f3-9fbe-17a24974076a of type vxlan for network 1bf3c65d-5e12-484c-8eff-38355b0196a7 [pid: 8|app: 0|req: 1191/2487] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:49:26 2026] POST /v2.0/networks => generated 612 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2488] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:49:26 2026] POST /v2.0/subnets => generated 726 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:49:26.421 8 INFO neutron.db.segments_db [None req-7a18742f-d701-4ff2-938e-a7685da8f836 a8539750ba424ed985823223baf5ae91 a4ed256e6fbf4b458562f5d83e0ae139 - - default default] Added segment 3d1beea7-d47f-4fe6-9b2f-4358edd559c2 of type vxlan for network 6ffae003-a750-4667-8b75-6e712facd52d 2026-04-09 14:49:26.435 7 INFO neutron.db.segments_db [None req-d7e5bf86-e9c9-4620-9e4b-4187c2040303 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Added segment 7d324609-356c-486b-b114-974b8f7287e8 of type vxlan for network 650acc82-cdc8-4750-944b-02ec4bf69467 [pid: 8|app: 0|req: 1192/2489] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:49:26 2026] POST /v2.0/networks => generated 613 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2490] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:49:26 2026] POST /v2.0/networks => generated 619 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:49:26.543 8 INFO neutron.db.segments_db [None req-70e9a9ba-17cc-4412-acb6-c72a6200fb3d a8539750ba424ed985823223baf5ae91 a4ed256e6fbf4b458562f5d83e0ae139 - - default default] Added segment 40f024d0-02ba-426b-b734-b0a84aaae55d of type vxlan for network 4dd097e1-c723-4e07-8b77-7e4b61a1d5ef [pid: 8|app: 0|req: 1193/2491] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:49:26 2026] POST /v2.0/networks => generated 610 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2492] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:49:26 2026] PUT /v2.0/networks/01ed8ec0-e286-4436-99a3-eef1edf0f915/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2493] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:49:26 2026] PUT /v2.0/networks/5797a23f-e610-4cab-9ce3-3fdd355d4945/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: 1299/2494] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:49:26 2026] POST /v2.0/subnets => generated 655 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2495] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:49:26 2026] PUT /v2.0/networks/1bf3c65d-5e12-484c-8eff-38355b0196a7/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2496] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:49:26 2026] PUT /v2.0/networks/6ffae003-a750-4667-8b75-6e712facd52d/tags => generated 19 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2497] 10.0.0.158 () {32 vars in 666 bytes} [Thu Apr 9 14:49:26 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2498] 10.0.0.158 () {32 vars in 680 bytes} [Thu Apr 9 14:49:26 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2499] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:49:26 2026] POST /v2.0/subnets => generated 728 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2500] 10.0.0.158 () {32 vars in 676 bytes} [Thu Apr 9 14:49:26 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:49:27.020 7 INFO neutron.db.segments_db [None req-59996eba-d2f7-4516-aba4-c03e4183a495 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Added segment e06c630b-fde1-4b59-b84d-32cbac3ead60 of type vxlan for network 7047b457-c030-4a7d-8a4d-36af1b1b1162 [pid: 8|app: 0|req: 1201/2501] 10.0.0.158 () {32 vars in 688 bytes} [Thu Apr 9 14:49:27 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2502] 10.0.0.158 () {32 vars in 674 bytes} [Thu Apr 9 14:49:27 2026] GET /v2.0/networks?not-tags=red => generated 1859 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2503] 10.0.0.158 () {32 vars in 688 bytes} [Thu Apr 9 14:49:27 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2465 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2504] 10.0.0.158 () {32 vars in 684 bytes} [Thu Apr 9 14:49:27 2026] GET /v2.0/networks?not-tags-any=blue => generated 2465 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2505] 10.0.0.158 () {32 vars in 696 bytes} [Thu Apr 9 14:49:27 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:49:27.272 7 INFO neutron.db.l3_hamode_db [None req-59996eba-d2f7-4516-aba4-c03e4183a495 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-09 14:49:27.356 8 INFO neutron.services.segments.plugin [-] Segment 579a31e6-ac27-4d05-b84d-00996ae3ab1f resource provider aggregate not found 2026-04-09 14:49:27.361 8 INFO neutron.services.segments.plugin [-] Segment 579a31e6-ac27-4d05-b84d-00996ae3ab1f resource provider aggregate not found 2026-04-09 14:49:27.373 8 INFO neutron.services.segments.plugin [-] Segment 579a31e6-ac27-4d05-b84d-00996ae3ab1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 579a31e6-ac27-4d05-b84d-00996ae3ab1f found for delete ", "request_id": "req-115c628e-50f0-4382-bf7f-a0964843dd41"}]} 2026-04-09 14:49:27.376 8 INFO neutron.services.segments.plugin [-] Segment 579a31e6-ac27-4d05-b84d-00996ae3ab1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 579a31e6-ac27-4d05-b84d-00996ae3ab1f found for delete ", "request_id": "req-0a13ee23-b262-43a1-b327-5e420296d0f2"}]} [pid: 8|app: 0|req: 1206/2506] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:49:27 2026] DELETE /v2.0/networks/01ed8ec0-e286-4436-99a3-eef1edf0f915 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2507] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:49:27 2026] DELETE /v2.0/networks/5797a23f-e610-4cab-9ce3-3fdd355d4945 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2508] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:49:27 2026] DELETE /v2.0/networks/1bf3c65d-5e12-484c-8eff-38355b0196a7 => 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: 1209/2509] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:49:27 2026] DELETE /v2.0/networks/6ffae003-a750-4667-8b75-6e712facd52d => 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: 1210/2510] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:49:27 2026] DELETE /v2.0/networks/4dd097e1-c723-4e07-8b77-7e4b61a1d5ef => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:49:28.026 7 INFO neutron.db.l3_hamode_db [None req-59996eba-d2f7-4516-aba4-c03e4183a495 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1301/2511] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:49:26 2026] POST /v2.0/routers => generated 684 bytes in 1933 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2512] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:28 2026] GET /v2.0/security-groups?tenant_id=69631b58fdf548c1af299ff9b9a90aa8&name=default => generated 2929 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2513] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:28 2026] DELETE /v2.0/security-groups/629d8a08-b70f-4f22-aeb0-ebcc4b8e05ae => 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: 1213/2514] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:29 2026] GET /v2.0/security-groups?tenant_id=a4ed256e6fbf4b458562f5d83e0ae139&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2515] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:29 2026] DELETE /v2.0/security-groups/02bfc8f5-101e-47ed-91c9-da6cc4d064b5 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:49:29.391 8 INFO neutron.services.segments.plugin [-] Segment 2891ace6-0692-4924-8417-c92235d07dab resource provider aggregate not found 2026-04-09 14:49:29.394 8 INFO neutron.services.segments.plugin [-] Segment 2891ace6-0692-4924-8417-c92235d07dab resource provider aggregate not found 2026-04-09 14:49:29.403 8 INFO neutron.services.segments.plugin [-] Segment 2891ace6-0692-4924-8417-c92235d07dab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2891ace6-0692-4924-8417-c92235d07dab found for delete ", "request_id": "req-88da4906-4fe1-442f-a734-1344c3b19e33"}]} 2026-04-09 14:49:29.408 8 INFO neutron.services.segments.plugin [-] Segment 2891ace6-0692-4924-8417-c92235d07dab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2891ace6-0692-4924-8417-c92235d07dab found for delete ", "request_id": "req-bfebe0ee-ce64-4085-be0b-4865fc3e2800"}]} 2026-04-09 14:49:29.420 8 INFO neutron.services.segments.plugin [-] Segment ccc82652-9958-44f3-9fbe-17a24974076a resource provider aggregate not found 2026-04-09 14:49:29.423 8 INFO neutron.services.segments.plugin [-] Segment ccc82652-9958-44f3-9fbe-17a24974076a resource provider aggregate not found 2026-04-09 14:49:29.438 8 INFO neutron.services.segments.plugin [-] Segment ccc82652-9958-44f3-9fbe-17a24974076a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccc82652-9958-44f3-9fbe-17a24974076a found for delete ", "request_id": "req-78c3d149-a9e9-4bda-afca-9e30c8058f85"}]} 2026-04-09 14:49:29.443 8 INFO neutron.services.segments.plugin [-] Segment ccc82652-9958-44f3-9fbe-17a24974076a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ccc82652-9958-44f3-9fbe-17a24974076a found for delete ", "request_id": "req-b892504d-8f83-474f-90dd-4f2b778dce6a"}]} 2026-04-09 14:49:29.460 8 INFO neutron.services.segments.plugin [-] Segment 3d1beea7-d47f-4fe6-9b2f-4358edd559c2 resource provider aggregate not found 2026-04-09 14:49:29.469 8 INFO neutron.services.segments.plugin [-] Segment 3d1beea7-d47f-4fe6-9b2f-4358edd559c2 resource provider aggregate not found 2026-04-09 14:49:29.486 8 INFO neutron.services.segments.plugin [-] Segment 3d1beea7-d47f-4fe6-9b2f-4358edd559c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d1beea7-d47f-4fe6-9b2f-4358edd559c2 found for delete ", "request_id": "req-af5139fe-ef5b-438e-b87d-adfb432b6721"}]} 2026-04-09 14:49:29.493 8 INFO neutron.services.segments.plugin [-] Segment 3d1beea7-d47f-4fe6-9b2f-4358edd559c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d1beea7-d47f-4fe6-9b2f-4358edd559c2 found for delete ", "request_id": "req-ab7ba72a-7867-45fe-bf1d-428165df5804"}]} 2026-04-09 14:49:29.511 8 INFO neutron.services.segments.plugin [-] Segment 40f024d0-02ba-426b-b734-b0a84aaae55d resource provider aggregate not found 2026-04-09 14:49:29.515 8 INFO neutron.services.segments.plugin [-] Segment 40f024d0-02ba-426b-b734-b0a84aaae55d resource provider aggregate not found 2026-04-09 14:49:29.536 8 INFO neutron.services.segments.plugin [-] Segment 40f024d0-02ba-426b-b734-b0a84aaae55d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40f024d0-02ba-426b-b734-b0a84aaae55d found for delete ", "request_id": "req-2ec1c5f1-1045-4ccc-b482-29d654d2b974"}]} 2026-04-09 14:49:29.539 8 INFO neutron.services.segments.plugin [-] Segment 40f024d0-02ba-426b-b734-b0a84aaae55d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40f024d0-02ba-426b-b734-b0a84aaae55d found for delete ", "request_id": "req-f9a376a5-92c3-4228-b9df-942d9ffbd657"}]} [pid: 8|app: 0|req: 1215/2516] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:29 2026] GET /v2.0/security-groups?tenant_id=7fd1d3c056804b8cb0debe430ea6f85b&name=default => generated 2929 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2517] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:29 2026] DELETE /v2.0/security-groups/01d39b93-453a-4c41-97f0-d488c778fbe9 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2518] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:49:28 2026] PUT /v2.0/routers/0d999ba6-9e73-47d3-9645-7d2a03b04d67/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2519] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:49:30 2026] PUT /v2.0/routers/0d999ba6-9e73-47d3-9645-7d2a03b04d67/add_router_interface => generated 309 bytes in 1297 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2520] 10.0.0.158 () {34 vars in 783 bytes} [Thu Apr 9 14:49:31 2026] PUT /v2.0/routers/0d999ba6-9e73-47d3-9645-7d2a03b04d67/add_router_interface => generated 309 bytes in 1454 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2521] 10.0.0.158 () {34 vars in 684 bytes} [Thu Apr 9 14:49:33 2026] POST /v2.0/security-groups => generated 1630 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2522] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:49:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2523] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:49:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2524] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:49:33 2026] POST /v2.0/security-group-rules => generated 599 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2525] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:49:33 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2526] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:49:33 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: 8|app: 0|req: 1219/2527] 10.0.0.158 () {34 vars in 676 bytes} [Thu Apr 9 14:49:33 2026] POST /v2.0/floatingips => generated 552 bytes in 721 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2528] 10.0.0.158 () {34 vars in 759 bytes} [Thu Apr 9 14:49:33 2026] PUT /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2529] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:49:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2530] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:49:33 2026] GET /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2531] 10.0.0.158 () {34 vars in 770 bytes} [Thu Apr 9 14:49:33 2026] PUT /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags/green => generated 4 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2532] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:49:33 2026] POST /v2.0/security-group-rules => generated 597 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2533] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:49:34 2026] GET /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2534] 10.0.0.158 () {34 vars in 766 bytes} [Thu Apr 9 14:49:34 2026] PUT /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags/red => 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: 1225/2535] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:49:34 2026] GET /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2536] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:49:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2537] 10.0.0.158 () {34 vars in 788 bytes} [Thu Apr 9 14:49:34 2026] PUT /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/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: 1227/2538] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:49:34 2026] GET /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2539] 10.0.0.158 () {34 vars in 759 bytes} [Thu Apr 9 14:49:34 2026] PUT /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2540] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:49:34 2026] POST /v2.0/security-group-rules => generated 599 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2541] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:49:34 2026] GET /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2542] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:49:34 2026] GET /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:49:34.485 8 INFO neutron.api.v2.resource [None req-6531b600-f51b-4c67-bb1c-1eb11b1c0527 74957d31b7c548158b3d884737585c6f 518bb213f9714c3b8f53259c5cac74fb - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1231/2543] 10.0.0.158 () {32 vars in 751 bytes} [Thu Apr 9 14:49:34 2026] GET /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2544] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:49:34 2026] DELETE /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2545] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:49:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2546] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:49:34 2026] GET /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:49:34.616 8 INFO neutron.api.v2.resource [None req-173f111b-603c-4b21-9a39-b7d5ee57ea2a 74957d31b7c548158b3d884737585c6f 518bb213f9714c3b8f53259c5cac74fb - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1234/2547] 10.0.0.158 () {32 vars in 754 bytes} [Thu Apr 9 14:49:34 2026] DELETE /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/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: 1235/2548] 10.0.0.158 () {32 vars in 742 bytes} [Thu Apr 9 14:49:34 2026] DELETE /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2549] 10.0.0.158 () {34 vars in 695 bytes} [Thu Apr 9 14:49:34 2026] POST /v2.0/security-group-rules => generated 597 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2550] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:49:34 2026] GET /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:49:34.835 7 INFO neutron_taas.services.taas.taas_plugin [None req-6e6945b1-95b9-4403-beea-bd2c81022e99 74957d31b7c548158b3d884737585c6f 518bb213f9714c3b8f53259c5cac74fb - - default default] TaaS: Handle Delete Port: 69ac21dc-81c2-43e0-964c-87ce1766183a 2026-04-09 14:49:34.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e6945b1-95b9-4403-beea-bd2c81022e99 74957d31b7c548158b3d884737585c6f 518bb213f9714c3b8f53259c5cac74fb - - default default] Tap Mirror: Handle Delete Port: 69ac21dc-81c2-43e0-964c-87ce1766183a [pid: 7|app: 0|req: 1315/2551] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:49:34 2026] DELETE /v2.0/floatingips/6550d7ef-2bc0-4ccd-bdc8-d92d3b52c6e2 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2552] 10.0.0.52 () {34 vars in 1095 bytes} [Thu Apr 9 14:49:34 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1997613370&fields=id&tenant_id=688c232a11484ebd8b6b7d98e2da3341 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2553] 10.0.0.52 () {34 vars in 981 bytes} [Thu Apr 9 14:49:35 2026] GET /v2.0/networks?id=09115132-0461-4d1e-8d6c-876d5de16d6f => generated 705 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2554] 10.0.0.52 () {34 vars in 964 bytes} [Thu Apr 9 14:49:35 2026] GET /v2.0/quotas/688c232a11484ebd8b6b7d98e2da3341 => 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: 1317/2555] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:49:35 2026] GET /v2.0/ports?tenant_id=688c232a11484ebd8b6b7d98e2da3341&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: 1239/2556] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Apr 9 14:49:35 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2557] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Apr 9 14:49:35 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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: 1240/2558] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:49:35 2026] GET /v2.0/ports?device_id=65bd15af-b0ca-4eee-a4ae-3962d84b43b0 => 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: 1319/2559] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:35 2026] GET /v2.0/security-groups?tenant_id=dcdd26852cd544399be72ecf4838a327&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2560] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:35 2026] DELETE /v2.0/security-groups/7580f263-57ff-4d50-a5f1-1d6a840a0ba2 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2561] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:36 2026] GET /v2.0/security-groups?tenant_id=518bb213f9714c3b8f53259c5cac74fb&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2562] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:36 2026] DELETE /v2.0/security-groups/e91194a0-dbe9-4bf4-a591-8d8087a0a2c2 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2565] 10.0.0.158 () {34 vars in 678 bytes} [Thu Apr 9 14:49:39 2026] POST /v2.0/qos/policies => generated 359 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2566] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:49:39 2026] PUT /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/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: 1323/2567] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:49:39 2026] GET /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2568] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:49:39 2026] GET /v2.0/networks?id=09115132-0461-4d1e-8d6c-876d5de16d6f => generated 705 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2569] 10.0.0.158 () {34 vars in 764 bytes} [Thu Apr 9 14:49:39 2026] PUT /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags/green => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2570] 199.204.45.95 () {34 vars in 1049 bytes} [Thu Apr 9 14:49:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=688c232a11484ebd8b6b7d98e2da3341 => generated 179 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2571] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:49:39 2026] GET /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2572] 10.0.0.158 () {34 vars in 760 bytes} [Thu Apr 9 14:49:39 2026] PUT /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags/red => 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: 1327/2573] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:49:39 2026] GET /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2574] 10.0.0.158 () {34 vars in 782 bytes} [Thu Apr 9 14:49:39 2026] PUT /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags/black.or.white => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2575] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:49:40 2026] GET /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2576] 10.0.0.158 () {34 vars in 753 bytes} [Thu Apr 9 14:49:40 2026] PUT /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags => generated 37 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2577] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:49:40 2026] GET /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags => generated 37 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2578] 10.0.0.158 () {32 vars in 741 bytes} [Thu Apr 9 14:49:40 2026] GET /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:49:40.197 7 INFO neutron.api.v2.resource [None req-af65dab1-1ee4-4e88-8e1a-2bf67cd706cb 85e64bd296874f039b4c18f8ca7f1401 aa2215a06978474d8ce963469acc31a0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1333/2579] 10.0.0.158 () {32 vars in 745 bytes} [Thu Apr 9 14:49:40 2026] GET /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2580] 10.0.0.158 () {32 vars in 744 bytes} [Thu Apr 9 14:49:40 2026] DELETE /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2581] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:49:40 2026] GET /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/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: 1247/2582] 199.204.45.95 () {38 vars in 954 bytes} [Thu Apr 9 14:49:39 2026] POST /v2.0/ports => generated 1183 bytes in 385 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-09 14:49:40.323 7 INFO neutron.api.v2.resource [None req-dcb280e2-db02-4656-9dc7-1fbaeb285320 85e64bd296874f039b4c18f8ca7f1401 aa2215a06978474d8ce963469acc31a0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1336/2583] 10.0.0.158 () {32 vars in 748 bytes} [Thu Apr 9 14:49:40 2026] DELETE /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2584] 10.0.0.158 () {32 vars in 736 bytes} [Thu Apr 9 14:49:40 2026] DELETE /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags => 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: 1338/2585] 10.0.0.158 () {32 vars in 733 bytes} [Thu Apr 9 14:49:40 2026] GET /v2.0/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2586] 10.0.0.158 () {32 vars in 734 bytes} [Thu Apr 9 14:49:40 2026] DELETE /v2.0/qos/policies/27be19e7-4f7c-4723-a1fc-19498772d3cc => 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: 1340/2587] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:49:40 2026] GET /v2.0/ports?device_id=65bd15af-b0ca-4eee-a4ae-3962d84b43b0 => generated 1198 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2588] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:49:40 2026] PUT /v2.0/ports/6e29b98e-231b-49f5-90cf-e36c1f0a40af => generated 1464 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:49:40.716 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0807113c-dc95-4448-b918-61ee766abce6'] response: {'name': 'network-changed', 'server_uuid': '65bd15af-b0ca-4eee-a4ae-3962d84b43b0', 'tag': '6e29b98e-231b-49f5-90cf-e36c1f0a40af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1341/2589] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:49:40 2026] GET /v2.0/security-groups?id=985d8824-cfdf-483c-80be-c6c7a5490321&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1342/2590] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:49:41 2026] GET /v2.0/ports?tenant_id=688c232a11484ebd8b6b7d98e2da3341&device_id=65bd15af-b0ca-4eee-a4ae-3962d84b43b0 => generated 1467 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2591] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:41 2026] GET /v2.0/security-groups?tenant_id=9cda5c62ed8a45848cec6370a5b06b05&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2592] 199.204.45.95 () {34 vars in 1017 bytes} [Thu Apr 9 14:49:41 2026] GET /v2.0/networks?tenant_id=688c232a11484ebd8b6b7d98e2da3341&shared=False => generated 2376 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2593] 199.204.45.95 () {34 vars in 929 bytes} [Thu Apr 9 14:49:41 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2594] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:41 2026] DELETE /v2.0/security-groups/df91977f-cfb2-461e-888e-02659101016a => 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: 1345/2595] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:41 2026] GET /v2.0/security-groups?tenant_id=aa2215a06978474d8ce963469acc31a0&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2596] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:41 2026] DELETE /v2.0/security-groups/41dcadf9-dfdc-49e7-875d-f8277154f559 => 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: 1346/2597] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:49:42 2026] GET /v2.0/ports?tenant_id=688c232a11484ebd8b6b7d98e2da3341&device_id=65bd15af-b0ca-4eee-a4ae-3962d84b43b0 => generated 1467 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2598] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:49:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.145&port_id=6e29b98e-231b-49f5-90cf-e36c1f0a40af => 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: 1347/2599] 199.204.45.95 () {34 vars in 1103 bytes} [Thu Apr 9 14:49:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A108&port_id=6e29b98e-231b-49f5-90cf-e36c1f0a40af => 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: 1253/2600] 199.204.45.95 () {34 vars in 1063 bytes} [Thu Apr 9 14:49:42 2026] GET /v2.0/subnets?id=c020ade0-5449-4f5e-916f-cce1dd646ffb&id=48d7db0f-9630-4bcb-93ce-2820d7c70336 => generated 1411 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2601] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:49:42 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2602] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:49:42 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&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: 1349/2603] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:49:42 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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: 1255/2604] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:49:42 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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) 2026-04-09 14:49:45.111 7 INFO neutron.db.segments_db [None req-32c8e495-2767-46fd-81e8-384330b893d0 1c7f1d731f064136b3218425813dbcf0 8bba65edfb4847339806faeb5e929e60 - - default default] Added segment e22d9839-a650-4377-ab08-49178f11a43e of type vxlan for network 04c10e2d-e392-49b7-990c-984f8e8bd129 [pid: 7|app: 0|req: 1350/2605] 10.0.0.158 () {34 vars in 670 bytes} [Thu Apr 9 14:49:44 2026] POST /v2.0/networks => generated 613 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2606] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:49:45 2026] GET /v2.0/ports?device_id=65bd15af-b0ca-4eee-a4ae-3962d84b43b0 => generated 1200 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2607] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:49:45 2026] GET /v2.0/security-groups?id=985d8824-cfdf-483c-80be-c6c7a5490321&fields=id&fields=name => generated 112 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2608] 10.0.0.158 () {34 vars in 669 bytes} [Thu Apr 9 14:49:45 2026] POST /v2.0/subnets => generated 626 bytes in 892 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2609] 10.0.0.158 () {34 vars in 751 bytes} [Thu Apr 9 14:49:46 2026] PUT /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/tags => generated 25 bytes in 315 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2610] 10.0.0.158 () {32 vars in 731 bytes} [Thu Apr 9 14:49:46 2026] GET /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/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: 1354/2611] 10.0.0.158 () {34 vars in 762 bytes} [Thu Apr 9 14:49:46 2026] PUT /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/tags/green => generated 4 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2612] 10.0.0.158 () {32 vars in 731 bytes} [Thu Apr 9 14:49:46 2026] GET /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/tags => generated 34 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2613] 10.0.0.158 () {34 vars in 758 bytes} [Thu Apr 9 14:49:46 2026] PUT /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/tags/red => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2614] 10.0.0.158 () {32 vars in 731 bytes} [Thu Apr 9 14:49:46 2026] GET /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/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: 1356/2615] 10.0.0.158 () {34 vars in 780 bytes} [Thu Apr 9 14:49:47 2026] PUT /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/tags/black.or.white => generated 4 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2616] 10.0.0.158 () {32 vars in 731 bytes} [Thu Apr 9 14:49:47 2026] GET /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/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: 1357/2617] 10.0.0.158 () {34 vars in 751 bytes} [Thu Apr 9 14:49:47 2026] PUT /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/tags => generated 37 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2618] 10.0.0.158 () {32 vars in 731 bytes} [Thu Apr 9 14:49:47 2026] GET /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2619] 10.0.0.158 () {32 vars in 739 bytes} [Thu Apr 9 14:49:47 2026] GET /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:49:47.534 8 INFO neutron.api.v2.resource [None req-73dff07b-be59-4956-91c0-4f87621bf35b 1c7f1d731f064136b3218425813dbcf0 8bba65edfb4847339806faeb5e929e60 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1262/2620] 10.0.0.158 () {32 vars in 743 bytes} [Thu Apr 9 14:49:47 2026] GET /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2621] 10.0.0.158 () {32 vars in 742 bytes} [Thu Apr 9 14:49:47 2026] DELETE /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2622] 10.0.0.158 () {32 vars in 731 bytes} [Thu Apr 9 14:49:47 2026] GET /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:49:47.698 7 INFO neutron.api.v2.resource [None req-8ddec34b-816b-48f8-b1a0-bdec3fc4cf1b 1c7f1d731f064136b3218425813dbcf0 8bba65edfb4847339806faeb5e929e60 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1360/2623] 10.0.0.158 () {32 vars in 746 bytes} [Thu Apr 9 14:49:47 2026] DELETE /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2624] 10.0.0.158 () {32 vars in 734 bytes} [Thu Apr 9 14:49:47 2026] DELETE /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/tags => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2625] 10.0.0.158 () {32 vars in 731 bytes} [Thu Apr 9 14:49:47 2026] GET /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2626] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:49:47 2026] DELETE /v2.0/subnets/6527c764-721d-41d7-8229-01faed2ac830 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:49:48.116 7 INFO neutron.services.segments.plugin [-] Segment e22d9839-a650-4377-ab08-49178f11a43e resource provider aggregate not found 2026-04-09 14:49:48.123 7 INFO neutron.services.segments.plugin [-] Segment e22d9839-a650-4377-ab08-49178f11a43e resource provider aggregate not found 2026-04-09 14:49:48.139 7 INFO neutron.services.segments.plugin [-] Segment e22d9839-a650-4377-ab08-49178f11a43e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e22d9839-a650-4377-ab08-49178f11a43e found for delete ", "request_id": "req-33f6175f-4e6d-4491-a5c3-b72c61c11564"}]} 2026-04-09 14:49:48.142 7 INFO neutron.services.segments.plugin [-] Segment e22d9839-a650-4377-ab08-49178f11a43e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e22d9839-a650-4377-ab08-49178f11a43e found for delete ", "request_id": "req-61763299-bb84-4f34-b665-d28d92a169b3"}]} [pid: 7|app: 0|req: 1362/2627] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:49:47 2026] DELETE /v2.0/networks/04c10e2d-e392-49b7-990c-984f8e8bd129 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2628] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:48 2026] GET /v2.0/security-groups?tenant_id=2a91e012546745b3bf8a337f1040a81e&name=default => generated 2929 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2629] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:49 2026] DELETE /v2.0/security-groups/e7cc38ec-fb8f-4864-b1f9-866a4645e206 => 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: 1267/2630] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:49 2026] GET /v2.0/security-groups?tenant_id=8bba65edfb4847339806faeb5e929e60&name=default => generated 2929 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2631] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:49 2026] DELETE /v2.0/security-groups/972f7e8f-b42e-4d72-a646-02c756c596f8 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2632] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:49:50 2026] GET /v2.0/ports?device_id=65bd15af-b0ca-4eee-a4ae-3962d84b43b0 => generated 1200 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2633] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:49:51 2026] GET /v2.0/security-groups?id=985d8824-cfdf-483c-80be-c6c7a5490321&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2634] 10.0.0.158 () {32 vars in 818 bytes} [Thu Apr 9 14:49:51 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&mac_address=fa%3A16%3A3e%3Af4%3A0c%3A8c => generated 1200 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:49:52.226 7 INFO neutron.db.l3_db [None req-0779d81c-4d43-4ea5-a230-b1ea552c1763 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Floating IP fc92531e-aaa3-4d1d-9308-991106d699cb associated. External IP: 10.96.250.219, port: 6e29b98e-231b-49f5-90cf-e36c1f0a40af. [pid: 7|app: 0|req: 1366/2635] 10.0.0.158 () {34 vars in 677 bytes} [Thu Apr 9 14:49:51 2026] POST /v2.0/floatingips => generated 855 bytes in 1164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:49:52.620 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-52d46a51-3db8-4663-ab71-7db562a6b7ed'] response: {'name': 'network-changed', 'server_uuid': '65bd15af-b0ca-4eee-a4ae-3962d84b43b0', 'tag': '6e29b98e-231b-49f5-90cf-e36c1f0a40af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1270/2636] 10.0.0.52 () {34 vars in 1095 bytes} [Thu Apr 9 14:49:52 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1997613370&fields=id&tenant_id=688c232a11484ebd8b6b7d98e2da3341 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2637] 10.0.0.52 () {34 vars in 981 bytes} [Thu Apr 9 14:49:52 2026] GET /v2.0/networks?id=650acc82-cdc8-4750-944b-02ec4bf69467 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2638] 10.0.0.52 () {34 vars in 964 bytes} [Thu Apr 9 14:49:52 2026] GET /v2.0/quotas/688c232a11484ebd8b6b7d98e2da3341 => 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: 1272/2639] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/ports?tenant_id=688c232a11484ebd8b6b7d98e2da3341&device_id=65bd15af-b0ca-4eee-a4ae-3962d84b43b0 => generated 1469 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2640] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/ports?tenant_id=688c232a11484ebd8b6b7d98e2da3341&fields=id => generated 333 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2641] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/networks?id=09115132-0461-4d1e-8d6c-876d5de16d6f => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2642] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?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: 1274/2643] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.145&port_id=6e29b98e-231b-49f5-90cf-e36c1f0a40af => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2644] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?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: 1275/2645] 199.204.45.95 () {34 vars in 1103 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A108&port_id=6e29b98e-231b-49f5-90cf-e36c1f0a40af => 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: 1371/2646] 199.204.45.95 () {34 vars in 1063 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/subnets?id=c020ade0-5449-4f5e-916f-cce1dd646ffb&id=48d7db0f-9630-4bcb-93ce-2820d7c70336 => generated 1411 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2647] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2648] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&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: 7|app: 0|req: 1374/2649] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/ports?device_id=6c7c276e-1aa1-4992-9380-cbf2fcb253ab => 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: 1375/2650] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2651] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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: 1276/2652] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/security-groups?tenant_id=e2e2cec9a5d8474b826a102724f8c8ce&name=default => generated 2929 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2653] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:53 2026] DELETE /v2.0/security-groups/b5d945a7-3f29-4b23-8ded-4f1c265525a3 => 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: 1379/2656] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:49:53 2026] GET /v2.0/security-groups?tenant_id=60e807203af64028b424c29f18632206&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2657] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:49:53 2026] DELETE /v2.0/security-groups/ed4f654a-55fb-4791-9e65-b5bacefac7ec => 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: 1380/2658] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:49:57 2026] GET /v2.0/networks?id=650acc82-cdc8-4750-944b-02ec4bf69467 => generated 705 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2659] 199.204.45.95 () {34 vars in 1049 bytes} [Thu Apr 9 14:49:57 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=688c232a11484ebd8b6b7d98e2da3341 => generated 179 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2660] 199.204.45.95 () {38 vars in 954 bytes} [Thu Apr 9 14:49:57 2026] POST /v2.0/ports => generated 1187 bytes in 387 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: 1382/2661] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:49:58 2026] GET /v2.0/ports?device_id=6c7c276e-1aa1-4992-9380-cbf2fcb253ab => generated 1190 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2662] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:49:58 2026] GET /v2.0/security-groups?id=985d8824-cfdf-483c-80be-c6c7a5490321&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2663] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:49:58 2026] PUT /v2.0/ports/d70e8fba-3945-4cdc-83ac-5045445e84f2 => generated 1468 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:49:58.858 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0d8be031-760b-4e53-9f32-a3e2c7ad3a4c'] response: {'name': 'network-changed', 'server_uuid': '6c7c276e-1aa1-4992-9380-cbf2fcb253ab', 'tag': 'd70e8fba-3945-4cdc-83ac-5045445e84f2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1384/2664] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:49:59 2026] GET /v2.0/ports?tenant_id=688c232a11484ebd8b6b7d98e2da3341&device_id=6c7c276e-1aa1-4992-9380-cbf2fcb253ab => generated 1471 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1281/2665] 199.204.45.95 () {34 vars in 1017 bytes} [Thu Apr 9 14:49:59 2026] GET /v2.0/networks?tenant_id=688c232a11484ebd8b6b7d98e2da3341&shared=False => generated 2376 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2666] 199.204.45.95 () {34 vars in 929 bytes} [Thu Apr 9 14:49:59 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2667] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:50:00 2026] GET /v2.0/ports?tenant_id=688c232a11484ebd8b6b7d98e2da3341&device_id=6c7c276e-1aa1-4992-9380-cbf2fcb253ab => generated 1471 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2668] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:50:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.109&port_id=d70e8fba-3945-4cdc-83ac-5045445e84f2 => 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: 1283/2669] 199.204.45.95 () {34 vars in 1105 bytes} [Thu Apr 9 14:50:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c5&port_id=d70e8fba-3945-4cdc-83ac-5045445e84f2 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2670] 199.204.45.95 () {34 vars in 1063 bytes} [Thu Apr 9 14:50:00 2026] GET /v2.0/subnets?id=9f360afc-7cc5-4af0-9616-ac9c1e894a7b&id=29a24cc4-4e26-4024-a83d-4744a37445a2 => generated 1412 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2671] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:50:00 2026] GET /v2.0/ports?network_id=650acc82-cdc8-4750-944b-02ec4bf69467&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2672] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:50:00 2026] GET /v2.0/ports?network_id=650acc82-cdc8-4750-944b-02ec4bf69467&device_owner=network%3Adhcp => generated 1461 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2673] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:50:00 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2674] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:50:00 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?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: 1286/2675] 10.0.0.137 () {34 vars in 990 bytes} [Thu Apr 9 14:50:01 2026] GET /v2.0/ports?device_id=65bd15af-b0ca-4eee-a4ae-3962d84b43b0 => generated 1469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2676] 10.0.0.137 () {34 vars in 1040 bytes} [Thu Apr 9 14:50:01 2026] GET /v2.0/security-groups?id=985d8824-cfdf-483c-80be-c6c7a5490321&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2677] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:50:03 2026] GET /v2.0/ports?device_id=6c7c276e-1aa1-4992-9380-cbf2fcb253ab => 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: 1391/2678] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:50:03 2026] GET /v2.0/security-groups?id=985d8824-cfdf-483c-80be-c6c7a5490321&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2681] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:50:08 2026] GET /v2.0/ports?device_id=6c7c276e-1aa1-4992-9380-cbf2fcb253ab => generated 1204 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2682] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:50:08 2026] GET /v2.0/security-groups?id=985d8824-cfdf-483c-80be-c6c7a5490321&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2683] 10.0.0.158 () {32 vars in 818 bytes} [Thu Apr 9 14:50:08 2026] GET /v2.0/ports?network_id=650acc82-cdc8-4750-944b-02ec4bf69467&mac_address=fa%3A16%3A3e%3A19%3A6b%3A46 => generated 1204 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:50:09.814 8 INFO neutron.db.l3_db [None req-41f42413-6797-4e7d-9f99-98e9e733b386 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Floating IP fd00b104-e1c3-4f36-9fcc-a253d4f3ec38 associated. External IP: 10.96.250.208, port: d70e8fba-3945-4cdc-83ac-5045445e84f2. [pid: 8|app: 0|req: 1290/2684] 10.0.0.158 () {34 vars in 677 bytes} [Thu Apr 9 14:50:09 2026] POST /v2.0/floatingips => generated 855 bytes in 1070 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-09 14:50:10.242 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a80e69cd-a424-4ff1-82b0-edcca00889c1'] response: {'name': 'network-changed', 'server_uuid': '6c7c276e-1aa1-4992-9380-cbf2fcb253ab', 'tag': 'd70e8fba-3945-4cdc-83ac-5045445e84f2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1395/2685] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:50:10 2026] GET /v2.0/ports?tenant_id=688c232a11484ebd8b6b7d98e2da3341&device_id=6c7c276e-1aa1-4992-9380-cbf2fcb253ab => generated 1473 bytes in 32 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.95 () {34 vars in 985 bytes} [Thu Apr 9 14:50:10 2026] GET /v2.0/networks?id=650acc82-cdc8-4750-944b-02ec4bf69467 => generated 800 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2687] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:50:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.109&port_id=d70e8fba-3945-4cdc-83ac-5045445e84f2 => 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: 1292/2688] 199.204.45.95 () {34 vars in 1105 bytes} [Thu Apr 9 14:50:10 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c5&port_id=d70e8fba-3945-4cdc-83ac-5045445e84f2 => 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: 1397/2689] 199.204.45.95 () {34 vars in 1063 bytes} [Thu Apr 9 14:50:10 2026] GET /v2.0/subnets?id=9f360afc-7cc5-4af0-9616-ac9c1e894a7b&id=29a24cc4-4e26-4024-a83d-4744a37445a2 => generated 1412 bytes in 27 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.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:50:10 2026] GET /v2.0/ports?network_id=650acc82-cdc8-4750-944b-02ec4bf69467&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2691] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:50:11 2026] GET /v2.0/ports?network_id=650acc82-cdc8-4750-944b-02ec4bf69467&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: 8|app: 0|req: 1294/2692] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:50:11 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?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: 1399/2693] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:50:11 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?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: 1295/2694] 10.0.0.137 () {34 vars in 990 bytes} [Thu Apr 9 14:50:16 2026] GET /v2.0/ports?device_id=6c7c276e-1aa1-4992-9380-cbf2fcb253ab => generated 1473 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2695] 10.0.0.137 () {34 vars in 1040 bytes} [Thu Apr 9 14:50:16 2026] GET /v2.0/security-groups?id=985d8824-cfdf-483c-80be-c6c7a5490321&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2698] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:50:32 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2699] 10.0.0.206 () {30 vars in 690 bytes} [Thu Apr 9 14:50:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2700] 10.0.0.206 () {30 vars in 692 bytes} [Thu Apr 9 14:50:33 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: 1298/2701] 10.0.0.206 () {30 vars in 668 bytes} [Thu Apr 9 14:50:33 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: 1404/2702] 10.0.0.206 () {30 vars in 704 bytes} [Thu Apr 9 14:50:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2703] 10.0.0.206 () {28 vars in 439 bytes} [Thu Apr 9 14:50:33 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2704] 10.0.0.206 () {30 vars in 728 bytes} [Thu Apr 9 14:50:33 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 658 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2705] 10.0.0.206 () {30 vars in 690 bytes} [Thu Apr 9 14:50:33 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: 1406/2706] 10.0.0.206 () {30 vars in 692 bytes} [Thu Apr 9 14:50:33 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: 1301/2707] 10.0.0.206 () {30 vars in 668 bytes} [Thu Apr 9 14:50: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: 1407/2708] 10.0.0.206 () {30 vars in 704 bytes} [Thu Apr 9 14:50:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2709] 10.0.0.206 () {30 vars in 728 bytes} [Thu Apr 9 14:50:34 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => 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: 1408/2710] 10.0.0.206 () {30 vars in 690 bytes} [Thu Apr 9 14:50:34 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: 1303/2711] 10.0.0.206 () {30 vars in 692 bytes} [Thu Apr 9 14:50: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: 1409/2712] 10.0.0.206 () {30 vars in 668 bytes} [Thu Apr 9 14:50:34 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2713] 10.0.0.206 () {30 vars in 704 bytes} [Thu Apr 9 14:50: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) [pid: 7|app: 0|req: 1410/2714] 10.0.0.206 () {30 vars in 730 bytes} [Thu Apr 9 14:50:34 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2715] 10.0.0.206 () {30 vars in 682 bytes} [Thu Apr 9 14:50:34 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2716] 10.0.0.206 () {34 vars in 704 bytes} [Thu Apr 9 14:50:34 2026] POST /v2.0/ports => generated 1132 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2717] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:50:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1412/2718] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:50:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2719] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:50:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2720] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:50:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2721] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:50:37 2026] GET /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2722] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:50:37 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: 1309/2723] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:50:37 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: 1415/2724] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:50:37 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: 1310/2725] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:50:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:50:37.734 7 INFO neutron.api.v2.resource [None req-d6b47e3e-fcc7-414d-ae61-84f184af1335 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1416/2726] 199.204.45.95 () {30 vars in 762 bytes} [Thu Apr 9 14:50:37 2026] GET /v2.0/security-groups/lb-2411b64e-ec75-44e7-86c1-c4474e4b8d34 => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2727] 199.204.45.95 () {30 vars in 784 bytes} [Thu Apr 9 14:50:37 2026] GET /v2.0/security-groups?name=lb-2411b64e-ec75-44e7-86c1-c4474e4b8d34 => generated 23 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2728] 199.204.45.95 () {34 vars in 735 bytes} [Thu Apr 9 14:50:37 2026] POST /v2.0/security-groups => generated 1638 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2729] 199.204.45.95 () {30 vars in 814 bytes} [Thu Apr 9 14:50:37 2026] GET /v2.0/security-group-rules?security_group_id=9a5d91a5-29b3-4ed6-8818-8325ffd8aab3 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2730] 199.204.45.95 () {34 vars in 788 bytes} [Thu Apr 9 14:50:37 2026] PUT /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1132 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2731] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:50:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1419/2732] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:50:38 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: 1314/2733] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:50:38 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: 1420/2734] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:50:38 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2735] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:50:38 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2738] 10.0.0.52 () {34 vars in 1015 bytes} [Thu Apr 9 14:50:45 2026] GET /v2.0/security-groups?id=bdce7849-041b-4de8-a8cd-e9445caa3f0e&fields=id => 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: 1422/2739] 10.0.0.52 () {34 vars in 981 bytes} [Thu Apr 9 14:50:46 2026] GET /v2.0/networks?id=ddf94ff7-3625-48f6-bad3-e88f7c143df6 => generated 735 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2740] 10.0.0.52 () {34 vars in 964 bytes} [Thu Apr 9 14:50:46 2026] GET /v2.0/quotas/d19ab352b42c440ea48942882c60f967 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2741] 10.0.0.52 () {34 vars in 1001 bytes} [Thu Apr 9 14:50:46 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&fields=id => generated 149 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2742] 10.0.0.52 () {34 vars in 1007 bytes} [Thu Apr 9 14:50:46 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?fields=segments => generated 14 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2743] 10.0.0.52 () {34 vars in 1107 bytes} [Thu Apr 9 14:50:46 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2744] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:50:46 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => 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: 1425/2745] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:50:46 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => 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: 1321/2746] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:50:49 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => 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: 1426/2747] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:50:49 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => 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: 1322/2748] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:50:50 2026] GET /v2.0/networks?id=ddf94ff7-3625-48f6-bad3-e88f7c143df6 => generated 735 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2749] 199.204.45.95 () {34 vars in 1049 bytes} [Thu Apr 9 14:50:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d19ab352b42c440ea48942882c60f967 => 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: 1323/2750] 199.204.45.95 () {38 vars in 954 bytes} [Thu Apr 9 14:50:51 2026] POST /v2.0/ports => generated 1078 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2751] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:50:51 2026] PUT /v2.0/ports/ebe55f78-696e-403d-966d-e0d518ecb37b => generated 1239 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:50:51.815 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8886bdb-5b95-47aa-a20c-1ba5bad283c8'] response: {'name': 'network-changed', 'server_uuid': '348c4a10-7950-4a97-84df-45388e15ca27', 'tag': 'ebe55f78-696e-403d-966d-e0d518ecb37b', '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: 1324/2752] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:50:52 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1429/2753] 199.204.45.95 () {34 vars in 1017 bytes} [Thu Apr 9 14:50:52 2026] GET /v2.0/networks?tenant_id=d19ab352b42c440ea48942882c60f967&shared=False => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2754] 199.204.45.95 () {34 vars in 929 bytes} [Thu Apr 9 14:50:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2755] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:50:52 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => 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: 1326/2756] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:50:52 2026] GET /v2.0/security-groups?id=bdce7849-041b-4de8-a8cd-e9445caa3f0e&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2757] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:50:52 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2758] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:50:53 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2759] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:50:53 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.20&port_id=ebe55f78-696e-403d-966d-e0d518ecb37b => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2760] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:50:53 2026] GET /v2.0/subnets?id=f5b4fe01-761e-45c7-9baf-6efb38fbd3b4 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2761] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:50:53 2026] GET /v2.0/ports?network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2762] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:50:53 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?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: 1434/2765] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:50:53 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2766] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:50:55 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2767] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:50:55 2026] GET /v2.0/security-groups?id=bdce7849-041b-4de8-a8cd-e9445caa3f0e&fields=id&fields=name => generated 96 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2768] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:50:55 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 1242 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2769] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:50:57 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => 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: 1334/2770] 199.204.45.95 () {34 vars in 1043 bytes} [Thu Apr 9 14:50:57 2026] GET /v2.0/security-groups?id=bdce7849-041b-4de8-a8cd-e9445caa3f0e&fields=id&fields=name => generated 96 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2771] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:50:58 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2772] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:50:58 2026] GET /v2.0/security-groups?id=bdce7849-041b-4de8-a8cd-e9445caa3f0e&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2773] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:50:58 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => 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: 1336/2774] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:51:01 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => 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: 1439/2775] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:51:01 2026] GET /v2.0/security-groups?id=bdce7849-041b-4de8-a8cd-e9445caa3f0e&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: 1337/2776] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:51:01 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2781] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:51:37 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: 1442/2782] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:51:37 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: 1341/2783] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:51:37 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: 1443/2784] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:51:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2785] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:51:37 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2786] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:51:37 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2787] 199.204.45.95 () {34 vars in 716 bytes} [Thu Apr 9 14:51:37 2026] POST /v2.0/ports => generated 1059 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2788] 10.0.0.52 () {34 vars in 970 bytes} [Thu Apr 9 14:51:37 2026] GET /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1059 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2789] 10.0.0.52 () {34 vars in 906 bytes} [Thu Apr 9 14:51:37 2026] GET /v2.0/extensions => generated 21537 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2792] 199.204.45.95 () {34 vars in 1261 bytes} [Thu Apr 9 14:51:38 2026] GET /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2793] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:51:38 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2794] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:51:39 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?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: 1347/2795] 199.204.45.95 () {34 vars in 974 bytes} [Thu Apr 9 14:51:39 2026] GET /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1059 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2796] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:51:39 2026] GET /v2.0/networks?id=8445e32e-f1f1-45cf-8305-7e8052abe0fb => generated 803 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2797] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:51:39 2026] PUT /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1249 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:51:40.113 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-71ef4755-d97b-4c83-8bc8-52fbd2f06cfa'] response: {'name': 'network-changed', 'server_uuid': '348c4a10-7950-4a97-84df-45388e15ca27', 'tag': 'c973ec61-b56c-42a8-b2be-e39144ce3fe9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1450/2798] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:51:40 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 2485 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2799] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:51:40 2026] GET /v2.0/networks?id=8445e32e-f1f1-45cf-8305-7e8052abe0fb => 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: 1451/2800] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:51:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=c973ec61-b56c-42a8-b2be-e39144ce3fe9 => 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: 1350/2801] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:51:40 2026] GET /v2.0/subnets?id=9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 679 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2802] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:51:40 2026] GET /v2.0/ports?network_id=8445e32e-f1f1-45cf-8305-7e8052abe0fb&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: 1351/2803] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:51:40 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?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: 1453/2804] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:51:40 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?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: 1352/2805] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:51:41 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2806] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:51:42 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.20&port_id=ebe55f78-696e-403d-966d-e0d518ecb37b => 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: 1353/2807] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:51:42 2026] GET /v2.0/subnets?id=f5b4fe01-761e-45c7-9baf-6efb38fbd3b4 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2808] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:51:42 2026] GET /v2.0/ports?network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2809] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:51:42 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?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: 1456/2810] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:51:42 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?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: 1355/2811] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:51:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=c973ec61-b56c-42a8-b2be-e39144ce3fe9 => 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: 1457/2812] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:51:42 2026] GET /v2.0/subnets?id=9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2813] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:51:42 2026] GET /v2.0/ports?network_id=8445e32e-f1f1-45cf-8305-7e8052abe0fb&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2814] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:51:42 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2815] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:51:42 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?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: 1459/2816] 10.0.0.52 () {34 vars in 1177 bytes} [Thu Apr 9 14:51:44 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27&device_id=6c7c276e-1aa1-4992-9380-cbf2fcb253ab&device_id=65bd15af-b0ca-4eee-a4ae-3962d84b43b0 => generated 5407 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2817] 10.0.0.52 () {34 vars in 1119 bytes} [Thu Apr 9 14:51:44 2026] GET /v2.0/security-groups?id=bdce7849-041b-4de8-a8cd-e9445caa3f0e&id=985d8824-cfdf-483c-80be-c6c7a5490321&fields=id&fields=name => generated 187 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2818] 10.0.0.52 () {34 vars in 1083 bytes} [Thu Apr 9 14:51:45 2026] GET /v2.0/ports?device_id=6c7c276e-1aa1-4992-9380-cbf2fcb253ab&device_id=65bd15af-b0ca-4eee-a4ae-3962d84b43b0 => generated 2931 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2819] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:51:45 2026] GET /v2.0/security-groups?id=985d8824-cfdf-483c-80be-c6c7a5490321&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2820] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:51:46 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 2487 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2821] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:51:46 2026] GET /v2.0/security-groups?id=bdce7849-041b-4de8-a8cd-e9445caa3f0e&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2822] 10.0.0.52 () {34 vars in 970 bytes} [Thu Apr 9 14:51:46 2026] GET /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1251 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2823] 199.204.45.95 () {34 vars in 788 bytes} [Thu Apr 9 14:51:46 2026] PUT /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1276 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:51:46.759 7 INFO neutron.api.v2.resource [None req-764c1b87-cd74-424b-bc5b-6a7da9ccf82a d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1463/2824] 199.204.45.95 () {30 vars in 762 bytes} [Thu Apr 9 14:51:46 2026] GET /v2.0/security-groups/lb-2411b64e-ec75-44e7-86c1-c4474e4b8d34 => generated 149 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:51:46.773 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-db9baf45-bcb2-4cfb-9ec8-8701824cf750'] response: {'name': 'network-changed', 'server_uuid': '348c4a10-7950-4a97-84df-45388e15ca27', 'tag': 'c973ec61-b56c-42a8-b2be-e39144ce3fe9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1362/2825] 199.204.45.95 () {30 vars in 784 bytes} [Thu Apr 9 14:51:46 2026] GET /v2.0/security-groups?name=lb-2411b64e-ec75-44e7-86c1-c4474e4b8d34 => generated 1639 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2826] 199.204.45.95 () {34 vars in 788 bytes} [Thu Apr 9 14:51:46 2026] PUT /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1314 bytes in 228 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:51:47.096 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-73feb919-0bc5-422d-bbe3-05ab3d278e16'] response: {'name': 'network-changed', 'server_uuid': '348c4a10-7950-4a97-84df-45388e15ca27', 'tag': 'c973ec61-b56c-42a8-b2be-e39144ce3fe9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1363/2827] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1364/2828] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2829] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:51:47 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: 1366/2830] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2831] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2832] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => 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: 1466/2833] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/networks?id=8445e32e-f1f1-45cf-8305-7e8052abe0fb => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2834] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2835] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=c973ec61-b56c-42a8-b2be-e39144ce3fe9 => 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: 1369/2836] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2837] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/subnets?id=9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => 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: 1469/2838] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => 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: 1370/2839] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/ports?network_id=8445e32e-f1f1-45cf-8305-7e8052abe0fb&device_owner=network%3Adhcp => generated 1461 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2840] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?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: 1470/2841] 199.204.45.95 () {30 vars in 742 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2842] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?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: 1471/2843] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2844] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:51:47 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2845] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:51:48 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 2586 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2846] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:51:48 2026] GET /v2.0/networks?id=8445e32e-f1f1-45cf-8305-7e8052abe0fb => generated 803 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2847] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:51:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=c973ec61-b56c-42a8-b2be-e39144ce3fe9 => 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: 1375/2848] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:51:48 2026] GET /v2.0/subnets?id=9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => 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: 1474/2849] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:51:48 2026] GET /v2.0/ports?network_id=8445e32e-f1f1-45cf-8305-7e8052abe0fb&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2850] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:51:48 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2851] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:51:48 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?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) 2026-04-09 14:51:55.950 8 INFO neutron.db.l3_db [None req-fb21d28a-be2c-46ba-99e9-7c4265967f55 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Floating IP 79a18389-296e-4853-b883-61f383f78415 associated. External IP: 10.96.250.216, port: 0a55ee82-92bf-4b9e-a811-19398e3edcb3. [pid: 8|app: 0|req: 1378/2854] 10.0.0.158 () {34 vars in 677 bytes} [Thu Apr 9 14:51:55 2026] POST /v2.0/floatingips => generated 899 bytes in 1125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2855] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:52:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2856] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:52:01 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: 1478/2857] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:52:01 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: 1380/2858] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:52:01 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-09 14:52:01.712 7 INFO neutron.api.v2.resource [None req-9d311852-0168-4f32-b9fe-609f5c4b664d d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1479/2859] 199.204.45.95 () {30 vars in 762 bytes} [Thu Apr 9 14:52:01 2026] GET /v2.0/security-groups/lb-2411b64e-ec75-44e7-86c1-c4474e4b8d34 => 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: 1381/2860] 199.204.45.95 () {30 vars in 784 bytes} [Thu Apr 9 14:52:01 2026] GET /v2.0/security-groups?name=lb-2411b64e-ec75-44e7-86c1-c4474e4b8d34 => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2861] 199.204.45.95 () {30 vars in 814 bytes} [Thu Apr 9 14:52:01 2026] GET /v2.0/security-group-rules?security_group_id=9a5d91a5-29b3-4ed6-8818-8325ffd8aab3 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2862] 199.204.45.95 () {34 vars in 746 bytes} [Thu Apr 9 14:52:01 2026] POST /v2.0/security-group-rules => generated 601 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2863] 199.204.45.95 () {34 vars in 746 bytes} [Thu Apr 9 14:52:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2866] 10.0.0.206 () {30 vars in 690 bytes} [Thu Apr 9 14:52:13 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2867] 10.0.0.206 () {30 vars in 692 bytes} [Thu Apr 9 14:52:13 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: 1385/2868] 10.0.0.206 () {30 vars in 668 bytes} [Thu Apr 9 14:52:13 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: 1484/2869] 10.0.0.206 () {30 vars in 704 bytes} [Thu Apr 9 14:52:13 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: 1386/2870] 10.0.0.206 () {28 vars in 439 bytes} [Thu Apr 9 14:52:14 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: 1485/2871] 10.0.0.206 () {30 vars in 728 bytes} [Thu Apr 9 14:52:14 2026] GET /v2.0/subnets/c020ade0-5449-4f5e-916f-cce1dd646ffb => generated 656 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2872] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:52:15 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: 1486/2873] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:52:15 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: 1388/2874] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:52:15 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: 1487/2875] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:52:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1389/2876] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:15 2026] GET /v2.0/subnets/c020ade0-5449-4f5e-916f-cce1dd646ffb => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2877] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:52:15 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 2586 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2878] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:52:15 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: 1489/2879] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:52:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2880] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:52:15 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: 1490/2881] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:52:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2882] 199.204.45.95 () {34 vars in 716 bytes} [Thu Apr 9 14:52:15 2026] POST /v2.0/ports => generated 1328 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2883] 10.0.0.52 () {34 vars in 970 bytes} [Thu Apr 9 14:52:16 2026] GET /v2.0/ports/ddc72618-e9b7-427f-a128-d767b8c24e51 => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1393/2884] 199.204.45.95 () {34 vars in 1261 bytes} [Thu Apr 9 14:52:17 2026] GET /v2.0/ports/ddc72618-e9b7-427f-a128-d767b8c24e51?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: 1492/2885] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:52:17 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2886] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:52:17 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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: 1493/2887] 199.204.45.95 () {34 vars in 974 bytes} [Thu Apr 9 14:52:18 2026] GET /v2.0/ports/ddc72618-e9b7-427f-a128-d767b8c24e51 => generated 1328 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2888] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:52:18 2026] GET /v2.0/networks?id=09115132-0461-4d1e-8d6c-876d5de16d6f => 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: 1494/2889] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:52:18 2026] PUT /v2.0/ports/ddc72618-e9b7-427f-a128-d767b8c24e51 => generated 1518 bytes in 702 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:52:18.946 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b158e8b-92ee-4d7c-9048-13e3297f02d4'] response: {'name': 'network-changed', 'server_uuid': '348c4a10-7950-4a97-84df-45388e15ca27', 'tag': 'ddc72618-e9b7-427f-a128-d767b8c24e51', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1396/2890] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:52:19 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 4096 bytes in 53 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: 1495/2891] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:52:19 2026] GET /v2.0/networks?id=09115132-0461-4d1e-8d6c-876d5de16d6f => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2892] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:52:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=ddc72618-e9b7-427f-a128-d767b8c24e51 => 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: 1496/2893] 199.204.45.95 () {34 vars in 1103 bytes} [Thu Apr 9 14:52:19 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A254&port_id=ddc72618-e9b7-427f-a128-d767b8c24e51 => 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: 1398/2894] 199.204.45.95 () {34 vars in 1063 bytes} [Thu Apr 9 14:52:19 2026] GET /v2.0/subnets?id=c020ade0-5449-4f5e-916f-cce1dd646ffb&id=48d7db0f-9630-4bcb-93ce-2820d7c70336 => generated 1411 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/2895] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:19 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2896] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:19 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2897] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:52:19 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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: 1400/2898] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:52:19 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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: 1499/2899] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:52:20 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 4096 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2900] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:52:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.20&port_id=ebe55f78-696e-403d-966d-e0d518ecb37b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/2901] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:52:20 2026] GET /v2.0/subnets?id=f5b4fe01-761e-45c7-9baf-6efb38fbd3b4 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2902] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:20 2026] GET /v2.0/ports?network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2903] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:52:21 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?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: 1403/2904] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:52:21 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?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: 1502/2905] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:52:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2906] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:52:21 2026] GET /v2.0/subnets?id=9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2907] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:21 2026] GET /v2.0/ports?network_id=8445e32e-f1f1-45cf-8305-7e8052abe0fb&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2908] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:52:21 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?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: 1504/2909] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:52:21 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2910] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:52:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=ddc72618-e9b7-427f-a128-d767b8c24e51 => 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: 1505/2911] 199.204.45.95 () {34 vars in 1103 bytes} [Thu Apr 9 14:52:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A254&port_id=ddc72618-e9b7-427f-a128-d767b8c24e51 => 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: 1407/2912] 199.204.45.95 () {34 vars in 1063 bytes} [Thu Apr 9 14:52:21 2026] GET /v2.0/subnets?id=c020ade0-5449-4f5e-916f-cce1dd646ffb&id=48d7db0f-9630-4bcb-93ce-2820d7c70336 => generated 1411 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2913] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:21 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2914] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:21 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2915] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:52:21 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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: 1409/2916] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:52:21 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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: 1411/2919] 10.0.0.52 () {34 vars in 970 bytes} [Thu Apr 9 14:52:25 2026] GET /v2.0/ports/ddc72618-e9b7-427f-a128-d767b8c24e51 => generated 1520 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2920] 199.204.45.95 () {30 vars in 742 bytes} [Thu Apr 9 14:52:25 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2921] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:25 2026] GET /v2.0/subnets/c020ade0-5449-4f5e-916f-cce1dd646ffb => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2922] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:25 2026] GET /v2.0/subnets/48d7db0f-9630-4bcb-93ce-2820d7c70336 => generated 744 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2923] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:52:25 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: 1511/2924] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:52:25 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: 1414/2925] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:52:25 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: 1512/2926] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:52:25 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: 1415/2927] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:25 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => 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: 1513/2928] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:52:25 2026] GET /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2929] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:52:25 2026] GET /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2930] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:26 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2931] 199.204.45.95 () {30 vars in 742 bytes} [Thu Apr 9 14:52:26 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/2932] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:52:26 2026] GET /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2933] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:26 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2934] 10.0.0.206 () {30 vars in 690 bytes} [Thu Apr 9 14:52:34 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: 1419/2935] 10.0.0.206 () {30 vars in 692 bytes} [Thu Apr 9 14:52:34 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: 1517/2936] 10.0.0.206 () {30 vars in 668 bytes} [Thu Apr 9 14:52:34 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: 1420/2937] 10.0.0.206 () {30 vars in 704 bytes} [Thu Apr 9 14:52: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) [pid: 7|app: 0|req: 1518/2938] 10.0.0.206 () {28 vars in 439 bytes} [Thu Apr 9 14:52:35 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2939] 10.0.0.206 () {30 vars in 728 bytes} [Thu Apr 9 14:52:35 2026] GET /v2.0/subnets/9f360afc-7cc5-4af0-9616-ac9c1e894a7b => generated 655 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2940] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:52:36 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: 1422/2941] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:52:36 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/2942] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:52:36 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: 1423/2943] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:52:36 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: 1521/2944] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:36 2026] GET /v2.0/subnets/c020ade0-5449-4f5e-916f-cce1dd646ffb => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2945] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:36 2026] GET /v2.0/subnets/9f360afc-7cc5-4af0-9616-ac9c1e894a7b => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2946] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:52:36 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 4098 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2947] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:52:36 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: 1523/2948] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:52:36 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: 1426/2949] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:52:36 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: 1524/2950] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:52:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2951] 199.204.45.95 () {34 vars in 716 bytes} [Thu Apr 9 14:52:36 2026] POST /v2.0/ports => generated 1332 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/2952] 10.0.0.52 () {34 vars in 970 bytes} [Thu Apr 9 14:52:37 2026] GET /v2.0/ports/d5723356-acd7-47c6-b671-fb0ed68f3a2e => generated 1332 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1428/2953] 10.0.0.52 () {34 vars in 906 bytes} [Thu Apr 9 14:52:37 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: 1526/2954] 199.204.45.95 () {34 vars in 1261 bytes} [Thu Apr 9 14:52:38 2026] GET /v2.0/ports/d5723356-acd7-47c6-b671-fb0ed68f3a2e?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2955] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:52:38 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?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: 1527/2956] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:52:38 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?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: 1431/2959] 199.204.45.95 () {34 vars in 974 bytes} [Thu Apr 9 14:52:38 2026] GET /v2.0/ports/d5723356-acd7-47c6-b671-fb0ed68f3a2e => generated 1332 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/2960] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:52:38 2026] GET /v2.0/networks?id=650acc82-cdc8-4750-944b-02ec4bf69467 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2961] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:52:38 2026] PUT /v2.0/ports/d5723356-acd7-47c6-b671-fb0ed68f3a2e => generated 1522 bytes in 484 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:52:39.488 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9c3fab4d-3a67-4a63-a23b-19920b95020e'] response: {'name': 'network-changed', 'server_uuid': '348c4a10-7950-4a97-84df-45388e15ca27', 'tag': 'd5723356-acd7-47c6-b671-fb0ed68f3a2e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1530/2962] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:52:39 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 5612 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1433/2963] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:52:40 2026] GET /v2.0/networks?id=650acc82-cdc8-4750-944b-02ec4bf69467 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/2964] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:52:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.223&port_id=d5723356-acd7-47c6-b671-fb0ed68f3a2e => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2965] 199.204.45.95 () {34 vars in 1105 bytes} [Thu Apr 9 14:52:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A324&port_id=d5723356-acd7-47c6-b671-fb0ed68f3a2e => 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: 1532/2966] 199.204.45.95 () {34 vars in 1063 bytes} [Thu Apr 9 14:52:40 2026] GET /v2.0/subnets?id=9f360afc-7cc5-4af0-9616-ac9c1e894a7b&id=29a24cc4-4e26-4024-a83d-4744a37445a2 => generated 1412 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2967] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:40 2026] GET /v2.0/ports?network_id=650acc82-cdc8-4750-944b-02ec4bf69467&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/2968] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:40 2026] GET /v2.0/ports?network_id=650acc82-cdc8-4750-944b-02ec4bf69467&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2969] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:52:40 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?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: 1534/2970] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:52:40 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2971] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 5612 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/2972] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.20&port_id=ebe55f78-696e-403d-966d-e0d518ecb37b => 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: 1438/2973] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/subnets?id=f5b4fe01-761e-45c7-9baf-6efb38fbd3b4 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/2974] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/ports?network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2975] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/2976] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?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: 1440/2977] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=c973ec61-b56c-42a8-b2be-e39144ce3fe9 => 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: 1538/2978] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/subnets?id=9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2979] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/ports?network_id=8445e32e-f1f1-45cf-8305-7e8052abe0fb&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/2980] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2981] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?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: 1540/2982] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=ddc72618-e9b7-427f-a128-d767b8c24e51 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2983] 199.204.45.95 () {34 vars in 1103 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A254&port_id=ddc72618-e9b7-427f-a128-d767b8c24e51 => 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: 1541/2984] 199.204.45.95 () {34 vars in 1063 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/subnets?id=c020ade0-5449-4f5e-916f-cce1dd646ffb&id=48d7db0f-9630-4bcb-93ce-2820d7c70336 => 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: 1444/2985] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:41 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/2986] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:42 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2987] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:52:42 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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: 1543/2988] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:52:42 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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: 1446/2989] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:52:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.223&port_id=d5723356-acd7-47c6-b671-fb0ed68f3a2e => 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: 1544/2990] 199.204.45.95 () {34 vars in 1105 bytes} [Thu Apr 9 14:52:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A324&port_id=d5723356-acd7-47c6-b671-fb0ed68f3a2e => 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: 1447/2991] 199.204.45.95 () {34 vars in 1063 bytes} [Thu Apr 9 14:52:42 2026] GET /v2.0/subnets?id=9f360afc-7cc5-4af0-9616-ac9c1e894a7b&id=29a24cc4-4e26-4024-a83d-4744a37445a2 => generated 1412 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/2992] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:42 2026] GET /v2.0/ports?network_id=650acc82-cdc8-4750-944b-02ec4bf69467&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: 1448/2993] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:42 2026] GET /v2.0/ports?network_id=650acc82-cdc8-4750-944b-02ec4bf69467&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/2994] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:52:42 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2995] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:52:42 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?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: 1547/2996] 10.0.0.52 () {34 vars in 970 bytes} [Thu Apr 9 14:52:46 2026] GET /v2.0/ports/d5723356-acd7-47c6-b671-fb0ed68f3a2e => generated 1524 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2997] 199.204.45.95 () {30 vars in 742 bytes} [Thu Apr 9 14:52:46 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467 => generated 797 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/2998] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:46 2026] GET /v2.0/subnets/9f360afc-7cc5-4af0-9616-ac9c1e894a7b => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2999] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:46 2026] GET /v2.0/subnets/29a24cc4-4e26-4024-a83d-4744a37445a2 => generated 746 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3000] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:52:46 2026] GET /v2.0/ports/ddc72618-e9b7-427f-a128-d767b8c24e51 => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/3001] 199.204.45.95 () {34 vars in 789 bytes} [Thu Apr 9 14:52:46 2026] PUT /v2.0/ports/ddc72618-e9b7-427f-a128-d767b8c24e51 => generated 1255 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:52:46.881 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-08cde95c-7012-4216-8c12-642ba610c350'] response: {'name': 'network-changed', 'server_uuid': '348c4a10-7950-4a97-84df-45388e15ca27', 'tag': 'ddc72618-e9b7-427f-a128-d767b8c24e51', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1550/3002] 199.204.45.95 () {30 vars in 742 bytes} [Thu Apr 9 14:52:46 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f => generated 798 bytes in 50 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: 1453/3003] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:46 2026] GET /v2.0/subnets/c020ade0-5449-4f5e-916f-cce1dd646ffb => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3004] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:52:47 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: 1454/3005] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3006] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/3007] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3008] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/3009] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3010] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1350 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/3011] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3012] 199.204.45.95 () {30 vars in 742 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/3013] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 5385 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3014] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3015] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/3016] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/networks?id=09115132-0461-4d1e-8d6c-876d5de16d6f => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3017] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=ddc72618-e9b7-427f-a128-d767b8c24e51 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/3018] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/subnets?id=c020ade0-5449-4f5e-916f-cce1dd646ffb => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3019] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/3020] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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: 1560/3021] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:52:47 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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: 1463/3024] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:52:59 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: 1562/3025] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:52:59 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/3026] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:52:59 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: 1563/3027] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:52:59 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: 1465/3028] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:52:59 2026] GET /v2.0/subnets/c020ade0-5449-4f5e-916f-cce1dd646ffb => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3029] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:52:59 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 5385 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/3030] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:53:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3031] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:53:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/3032] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:53:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3033] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:53:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/3034] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:53:00 2026] GET /v2.0/ports/d5723356-acd7-47c6-b671-fb0ed68f3a2e => generated 1524 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3035] 199.204.45.95 () {34 vars in 789 bytes} [Thu Apr 9 14:53:00 2026] PUT /v2.0/ports/d5723356-acd7-47c6-b671-fb0ed68f3a2e => generated 1255 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/3036] 199.204.45.95 () {30 vars in 742 bytes} [Thu Apr 9 14:53:00 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467 => generated 797 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:53:00.691 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc982455-5018-41ed-9585-4af69dcb29bf'] response: {'name': 'network-changed', 'server_uuid': '348c4a10-7950-4a97-84df-45388e15ca27', 'tag': 'd5723356-acd7-47c6-b671-fb0ed68f3a2e', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1568/3037] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:53:00 2026] GET /v2.0/subnets/9f360afc-7cc5-4af0-9616-ac9c1e894a7b => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/3038] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:53:00 2026] GET /v2.0/ports/d5723356-acd7-47c6-b671-fb0ed68f3a2e => generated 1291 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/3039] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:53:01 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 5152 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3040] 199.204.45.95 () {34 vars in 788 bytes} [Thu Apr 9 14:53:00 2026] PUT /v2.0/ports/d5723356-acd7-47c6-b671-fb0ed68f3a2e => generated 1080 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/3041] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:53:01 2026] GET /v2.0/networks?id=650acc82-cdc8-4750-944b-02ec4bf69467 => generated 800 bytes in 55 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: 1570/3042] 199.204.45.95 () {30 vars in 742 bytes} [Thu Apr 9 14:53:01 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467 => generated 797 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/3043] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:53:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.223&port_id=d5723356-acd7-47c6-b671-fb0ed68f3a2e => 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: 1474/3044] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:53:01 2026] GET /v2.0/subnets?id=9f360afc-7cc5-4af0-9616-ac9c1e894a7b => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3045] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:01 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 4977 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/3046] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:53:01 2026] GET /v2.0/ports?network_id=650acc82-cdc8-4750-944b-02ec4bf69467&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: 7|app: 0|req: 1572/3047] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:53:01 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?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: 1476/3048] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:53:01 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3049] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:01 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 4977 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/3050] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:02 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 4977 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:53:02.741 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c017d2d-23f8-435e-8c82-f8faf2d2fe73'] response: {'name': 'network-changed', 'server_uuid': '348c4a10-7950-4a97-84df-45388e15ca27', 'tag': 'd5723356-acd7-47c6-b671-fb0ed68f3a2e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1574/3051] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:53:03 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 4977 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3052] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:53:03 2026] GET /v2.0/networks?id=650acc82-cdc8-4750-944b-02ec4bf69467 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3053] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:53:03 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?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: 1479/3054] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:53:03 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3055] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:03 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 4977 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/3056] 199.204.45.95 () {34 vars in 974 bytes} [Thu Apr 9 14:53:03 2026] GET /v2.0/ports/d5723356-acd7-47c6-b671-fb0ed68f3a2e => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3057] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:53:03 2026] GET /v2.0/ports/d5723356-acd7-47c6-b671-fb0ed68f3a2e?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3058] 199.204.45.95 () {34 vars in 1015 bytes} [Thu Apr 9 14:53:03 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3059] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:53:04 2026] PUT /v2.0/ports/d5723356-acd7-47c6-b671-fb0ed68f3a2e => generated 917 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3060] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:04 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 3869 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 14:53:04.934 7 INFO neutron_taas.services.taas.taas_plugin [None req-72996eb6-25c6-4d77-898a-50b8dcf0936f d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: d5723356-acd7-47c6-b671-fb0ed68f3a2e 2026-04-09 14:53:04.938 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72996eb6-25c6-4d77-898a-50b8dcf0936f d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: d5723356-acd7-47c6-b671-fb0ed68f3a2e [pid: 7|app: 0|req: 1579/3061] 199.204.45.95 () {32 vars in 758 bytes} [Thu Apr 9 14:53:04 2026] DELETE /v2.0/ports/d5723356-acd7-47c6-b671-fb0ed68f3a2e => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/3062] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:53:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3063] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:53:05 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: 1484/3064] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:53:05 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: 1581/3065] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:53:05 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: 1485/3066] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:53:05 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => 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: 1582/3067] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:53:05 2026] GET /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3068] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:53:05 2026] GET /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3069] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:53:05 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => 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: 1487/3070] 199.204.45.95 () {30 vars in 742 bytes} [Thu Apr 9 14:53:05 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3071] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:53:05 2026] GET /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3072] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:53:05 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => 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: 1585/3073] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:53:05 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 3869 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/3074] 199.204.45.95 () {34 vars in 1225 bytes} [Thu Apr 9 14:53:05 2026] GET /v2.0/networks?id=ddf94ff7-3625-48f6-bad3-e88f7c143df6&id=8445e32e-f1f1-45cf-8305-7e8052abe0fb&id=09115132-0461-4d1e-8d6c-876d5de16d6f&id=650acc82-cdc8-4750-944b-02ec4bf69467 => generated 3097 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3075] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:53:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.20&port_id=ebe55f78-696e-403d-966d-e0d518ecb37b => 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: 1490/3076] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:53:05 2026] GET /v2.0/subnets?id=f5b4fe01-761e-45c7-9baf-6efb38fbd3b4 => generated 654 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3077] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:53:05 2026] GET /v2.0/ports?network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3078] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:53:06 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?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: 1588/3079] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:53:06 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/3080] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:53:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=c973ec61-b56c-42a8-b2be-e39144ce3fe9 => 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: 1589/3081] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:53:06 2026] GET /v2.0/subnets?id=9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3082] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:53:06 2026] GET /v2.0/ports?network_id=8445e32e-f1f1-45cf-8305-7e8052abe0fb&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: 1590/3083] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:53:06 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3084] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:53:06 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3085] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:53:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.182&port_id=ddc72618-e9b7-427f-a128-d767b8c24e51 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3086] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:53:06 2026] GET /v2.0/subnets?id=c020ade0-5449-4f5e-916f-cce1dd646ffb => generated 677 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3087] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:53:06 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3088] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:53:06 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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: 1593/3089] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:53:06 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?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: 1498/3092] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:53:10 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: 1595/3093] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:53:10 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: 1499/3094] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:53:10 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: 1596/3095] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:53:10 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: 1500/3096] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:10 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 3869 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3097] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:53:10 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: 1501/3098] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:53:10 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: 1598/3099] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:53:10 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: 1502/3100] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:53:10 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: 1599/3101] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:53:10 2026] GET /v2.0/ports/ddc72618-e9b7-427f-a128-d767b8c24e51 => generated 1291 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3102] 199.204.45.95 () {34 vars in 788 bytes} [Thu Apr 9 14:53:10 2026] PUT /v2.0/ports/ddc72618-e9b7-427f-a128-d767b8c24e51 => generated 1080 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:53:10.764 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-027a7dc4-81af-42ab-b01b-0c60295f000c'] response: {'name': 'network-changed', 'server_uuid': '348c4a10-7950-4a97-84df-45388e15ca27', 'tag': 'ddc72618-e9b7-427f-a128-d767b8c24e51', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1600/3103] 199.204.45.95 () {30 vars in 742 bytes} [Thu Apr 9 14:53:10 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f => generated 798 bytes in 37 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: 1504/3104] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:10 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 3694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3105] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:10 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 3694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/3106] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:53:11 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 3694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3107] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:53:11 2026] GET /v2.0/networks?id=09115132-0461-4d1e-8d6c-876d5de16d6f => generated 801 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3108] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:53:11 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3109] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:53:11 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3110] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:11 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 3694 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3111] 199.204.45.95 () {34 vars in 974 bytes} [Thu Apr 9 14:53:12 2026] GET /v2.0/ports/ddc72618-e9b7-427f-a128-d767b8c24e51 => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/3112] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:53:12 2026] GET /v2.0/ports/ddc72618-e9b7-427f-a128-d767b8c24e51?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3113] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:13 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 3694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3114] 199.204.45.95 () {34 vars in 1015 bytes} [Thu Apr 9 14:53:13 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3115] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:53:13 2026] PUT /v2.0/ports/ddc72618-e9b7-427f-a128-d767b8c24e51 => generated 917 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3116] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:14 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 2586 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-09 14:53:14.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-890f3cfd-6c54-45a0-9841-1623137c57a7 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: ddc72618-e9b7-427f-a128-d767b8c24e51 2026-04-09 14:53:14.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-890f3cfd-6c54-45a0-9841-1623137c57a7 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: ddc72618-e9b7-427f-a128-d767b8c24e51 [pid: 7|app: 0|req: 1607/3117] 199.204.45.95 () {32 vars in 758 bytes} [Thu Apr 9 14:53:14 2026] DELETE /v2.0/ports/ddc72618-e9b7-427f-a128-d767b8c24e51 => 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: 1511/3118] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:53:14 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/3119] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:53:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3120] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:53:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3121] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:53:14 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: 1513/3122] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:53:14 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => 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: 1610/3123] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:53:14 2026] GET /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3124] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:53:14 2026] GET /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3125] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:53:14 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3126] 199.204.45.95 () {30 vars in 742 bytes} [Thu Apr 9 14:53:14 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3127] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:53:14 2026] GET /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3128] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:53:14 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3129] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:53:14 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3130] 199.204.45.95 () {34 vars in 1145 bytes} [Thu Apr 9 14:53:14 2026] GET /v2.0/networks?id=ddf94ff7-3625-48f6-bad3-e88f7c143df6&id=8445e32e-f1f1-45cf-8305-7e8052abe0fb&id=09115132-0461-4d1e-8d6c-876d5de16d6f => generated 2311 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3131] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:53:14 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.20&port_id=ebe55f78-696e-403d-966d-e0d518ecb37b => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3132] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:53:15 2026] GET /v2.0/subnets?id=f5b4fe01-761e-45c7-9baf-6efb38fbd3b4 => 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: 1615/3133] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:53:15 2026] GET /v2.0/ports?network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6&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: 1519/3134] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:53:15 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?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: 1616/3135] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:53:15 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?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: 1520/3136] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:53:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.134&port_id=c973ec61-b56c-42a8-b2be-e39144ce3fe9 => 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: 1617/3137] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:53:15 2026] GET /v2.0/subnets?id=9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3138] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:53:15 2026] GET /v2.0/ports?network_id=8445e32e-f1f1-45cf-8305-7e8052abe0fb&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: 1618/3139] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:53:15 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3140] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:53:15 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3143] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:53:26 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: 1524/3144] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:53:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3145] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:53:26 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: 1525/3146] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:53:26 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-09 14:53:26.621 7 INFO neutron.api.v2.resource [None req-258be6c7-5d61-4dbd-aa92-403bd80e2e8d d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1622/3147] 199.204.45.95 () {30 vars in 762 bytes} [Thu Apr 9 14:53:26 2026] GET /v2.0/security-groups/lb-2411b64e-ec75-44e7-86c1-c4474e4b8d34 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3148] 199.204.45.95 () {30 vars in 784 bytes} [Thu Apr 9 14:53:26 2026] GET /v2.0/security-groups?name=lb-2411b64e-ec75-44e7-86c1-c4474e4b8d34 => generated 2865 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3149] 199.204.45.95 () {30 vars in 814 bytes} [Thu Apr 9 14:53:26 2026] GET /v2.0/security-group-rules?security_group_id=9a5d91a5-29b3-4ed6-8818-8325ffd8aab3 => generated 2334 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3150] 199.204.45.95 () {32 vars in 788 bytes} [Thu Apr 9 14:53:26 2026] DELETE /v2.0/security-group-rules/969e2823-a450-41e6-af18-0e52ce05f0e6 => 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: 1624/3151] 199.204.45.95 () {32 vars in 788 bytes} [Thu Apr 9 14:53:26 2026] DELETE /v2.0/security-group-rules/f541f8a8-2374-4e83-a6d0-a49054845125 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:53:30.277 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8bf92df-27b6-4179-9d3a-f81346dcbaef da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] TaaS: Handle Delete Port: 005406b0-3e36-469a-b948-c39940fb1455 2026-04-09 14:53:30.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8bf92df-27b6-4179-9d3a-f81346dcbaef da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Tap Mirror: Handle Delete Port: 005406b0-3e36-469a-b948-c39940fb1455 2026-04-09 14:53:30.461 8 INFO neutron.db.l3_db [None req-e8bf92df-27b6-4179-9d3a-f81346dcbaef da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Floating IP 79a18389-296e-4853-b883-61f383f78415 disassociated (deleted). External IP: 10.96.250.216, port: 0a55ee82-92bf-4b9e-a811-19398e3edcb3. [pid: 8|app: 0|req: 1528/3152] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:53:30 2026] DELETE /v2.0/floatingips/79a18389-296e-4853-b883-61f383f78415 => generated 0 bytes in 602 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:53:30.801 7 INFO neutron.api.v2.resource [None req-03387615-08da-4940-8a43-644fe205509c da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1625/3153] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:53:30 2026] GET /v2.0/floatingips/79a18389-296e-4853-b883-61f383f78415 => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3154] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:53:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3155] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:53:32 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: 1530/3156] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:53:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3157] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:53:32 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-09 14:53:32.368 8 INFO neutron.api.v2.resource [None req-ebb5dfa5-2c16-4cb4-9a9f-bcd23e7bb2d8 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1531/3158] 199.204.45.95 () {30 vars in 762 bytes} [Thu Apr 9 14:53:32 2026] GET /v2.0/security-groups/lb-2411b64e-ec75-44e7-86c1-c4474e4b8d34 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3159] 199.204.45.95 () {30 vars in 784 bytes} [Thu Apr 9 14:53:32 2026] GET /v2.0/security-groups?name=lb-2411b64e-ec75-44e7-86c1-c4474e4b8d34 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3160] 199.204.45.95 () {30 vars in 814 bytes} [Thu Apr 9 14:53:32 2026] GET /v2.0/security-group-rules?security_group_id=9a5d91a5-29b3-4ed6-8818-8325ffd8aab3 => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3161] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:53:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3162] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:53:32 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: 1630/3163] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:53:32 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: 1534/3164] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:53:32 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: 1631/3165] 199.204.45.95 () {30 vars in 740 bytes} [Thu Apr 9 14:53:32 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3166] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:32 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 2586 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3167] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:32 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3168] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:32 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 2586 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3169] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:33 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3170] 199.204.45.95 () {34 vars in 974 bytes} [Thu Apr 9 14:53:34 2026] GET /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3171] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:53:34 2026] GET /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3172] 199.204.45.95 () {34 vars in 1015 bytes} [Thu Apr 9 14:53:34 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb?fields=dns_domain => generated 29 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3173] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:34 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3174] 199.204.45.95 () {38 vars in 1027 bytes} [Thu Apr 9 14:53:34 2026] PUT /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1151 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3175] 199.204.45.95 () {30 vars in 768 bytes} [Thu Apr 9 14:53:35 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1540/3176] 199.204.45.95 () {34 vars in 788 bytes} [Thu Apr 9 14:53:36 2026] PUT /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1090 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3177] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:53:36 2026] GET /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 1090 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-09 14:53:36.389 8 INFO neutron_taas.services.taas.taas_plugin [None req-7ade0a1e-713a-4d01-b4f7-e168986b5374 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: c973ec61-b56c-42a8-b2be-e39144ce3fe9 2026-04-09 14:53:36.392 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ade0a1e-713a-4d01-b4f7-e168986b5374 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: c973ec61-b56c-42a8-b2be-e39144ce3fe9 [pid: 8|app: 0|req: 1541/3178] 199.204.45.95 () {32 vars in 758 bytes} [Thu Apr 9 14:53:36 2026] DELETE /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3179] 199.204.45.95 () {30 vars in 702 bytes} [Thu Apr 9 14:53:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3180] 199.204.45.95 () {30 vars in 704 bytes} [Thu Apr 9 14:53:36 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: 1639/3181] 199.204.45.95 () {30 vars in 680 bytes} [Thu Apr 9 14:53:36 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3182] 199.204.45.95 () {30 vars in 716 bytes} [Thu Apr 9 14:53:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:53:36.694 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4d7ee600-3f60-431a-aa51-05a0d58a857b d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1640/3183] 199.204.45.95 () {32 vars in 758 bytes} [Thu Apr 9 14:53:36 2026] DELETE /v2.0/ports/c973ec61-b56c-42a8-b2be-e39144ce3fe9 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3184] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:53:36 2026] GET /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1132 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:53:36.767 8 INFO neutron.api.v2.resource [None req-bd426a35-2d93-47e9-95cc-551788e8a559 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1545/3185] 199.204.45.95 () {30 vars in 762 bytes} [Thu Apr 9 14:53:36 2026] GET /v2.0/security-groups/lb-2411b64e-ec75-44e7-86c1-c4474e4b8d34 => 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: 1641/3186] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:53:36 2026] GET /v2.0/ports?tenant_id=d19ab352b42c440ea48942882c60f967&device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3187] 199.204.45.95 () {30 vars in 784 bytes} [Thu Apr 9 14:53:36 2026] GET /v2.0/security-groups?name=lb-2411b64e-ec75-44e7-86c1-c4474e4b8d34 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3188] 199.204.45.95 () {30 vars in 736 bytes} [Thu Apr 9 14:53:36 2026] GET /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1642/3189] 199.204.45.95 () {34 vars in 1065 bytes} [Thu Apr 9 14:53:36 2026] GET /v2.0/networks?id=ddf94ff7-3625-48f6-bad3-e88f7c143df6&id=8445e32e-f1f1-45cf-8305-7e8052abe0fb => generated 1524 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3190] 199.204.45.95 () {34 vars in 1059 bytes} [Thu Apr 9 14:53:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.20&port_id=ebe55f78-696e-403d-966d-e0d518ecb37b => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3191] 199.204.45.95 () {34 vars in 983 bytes} [Thu Apr 9 14:53:36 2026] GET /v2.0/subnets?id=f5b4fe01-761e-45c7-9baf-6efb38fbd3b4 => 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: 1645/3192] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:53:36 2026] GET /v2.0/ports?network_id=ddf94ff7-3625-48f6-bad3-e88f7c143df6&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3193] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:53:36 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?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: 1647/3194] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:53:37 2026] GET /v2.0/networks/ddf94ff7-3625-48f6-bad3-e88f7c143df6?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: 1548/3195] 199.204.45.95 () {34 vars in 788 bytes} [Thu Apr 9 14:53:36 2026] PUT /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 1094 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1648/3196] 199.204.45.95 () {32 vars in 778 bytes} [Thu Apr 9 14:53:37 2026] DELETE /v2.0/security-groups/9a5d91a5-29b3-4ed6-8818-8325ffd8aab3 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:53:37.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-4354f721-4e7d-45be-9b38-d7bfd5b51cb1 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: 0a55ee82-92bf-4b9e-a811-19398e3edcb3 2026-04-09 14:53:37.281 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4354f721-4e7d-45be-9b38-d7bfd5b51cb1 d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: 0a55ee82-92bf-4b9e-a811-19398e3edcb3 [pid: 8|app: 0|req: 1549/3197] 199.204.45.95 () {32 vars in 758 bytes} [Thu Apr 9 14:53:37 2026] DELETE /v2.0/ports/0a55ee82-92bf-4b9e-a811-19398e3edcb3 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1650/3200] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:53:40 2026] GET /v2.0/ports?device_id=348c4a10-7950-4a97-84df-45388e15ca27 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:53:40.442 8 INFO neutron_taas.services.taas.taas_plugin [req-227b17e5-d45e-4c1b-b8e5-6fc82af7f15c req-3e27e42f-0913-42e9-abda-3fe0fc73a5ee d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] TaaS: Handle Delete Port: ebe55f78-696e-403d-966d-e0d518ecb37b 2026-04-09 14:53:40.444 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-227b17e5-d45e-4c1b-b8e5-6fc82af7f15c req-3e27e42f-0913-42e9-abda-3fe0fc73a5ee d767e4e040a64100b7c1c42230c0418d d19ab352b42c440ea48942882c60f967 - - default default] Tap Mirror: Handle Delete Port: ebe55f78-696e-403d-966d-e0d518ecb37b [pid: 8|app: 0|req: 1551/3201] 199.204.45.95 () {36 vars in 996 bytes} [Thu Apr 9 14:53:40 2026] DELETE /v2.0/ports/ebe55f78-696e-403d-966d-e0d518ecb37b => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:53:40.639 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-86b63b11-dd9b-4303-9be8-7f2ecdb5551e'] response: {'server_uuid': '348c4a10-7950-4a97-84df-45388e15ca27', 'name': 'network-vif-deleted', 'tag': 'ebe55f78-696e-403d-966d-e0d518ecb37b', 'status': 'completed', 'code': 200} 2026-04-09 14:53:41.166 7 INFO neutron_taas.services.taas.taas_plugin [None req-0bada9ab-13a5-4514-b242-f340fce82adc da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] TaaS: Handle Delete Port: 56089c31-2660-46cf-b83a-3fc625b33003 2026-04-09 14:53:41.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bada9ab-13a5-4514-b242-f340fce82adc da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Tap Mirror: Handle Delete Port: 56089c31-2660-46cf-b83a-3fc625b33003 2026-04-09 14:53:41.361 7 INFO neutron.db.l3_db [None req-0bada9ab-13a5-4514-b242-f340fce82adc da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Floating IP fd00b104-e1c3-4f36-9fcc-a253d4f3ec38 disassociated (deleted). External IP: 10.96.250.208, port: d70e8fba-3945-4cdc-83ac-5045445e84f2. [pid: 7|app: 0|req: 1651/3202] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:53:41 2026] DELETE /v2.0/floatingips/fd00b104-e1c3-4f36-9fcc-a253d4f3ec38 => generated 0 bytes in 592 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:53:41.640 8 INFO neutron.api.v2.resource [None req-02512c6e-63c3-4b51-ac18-0656636a7600 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1552/3203] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:53:41 2026] GET /v2.0/floatingips/fd00b104-e1c3-4f36-9fcc-a253d4f3ec38 => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:53:41.649 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c1d1e579-eaf0-46e5-acb2-b199328f0284'] response: {'name': 'network-changed', 'server_uuid': '6c7c276e-1aa1-4992-9380-cbf2fcb253ab', 'tag': 'd70e8fba-3945-4cdc-83ac-5045445e84f2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1652/3204] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:53:41 2026] GET /v2.0/ports?device_id=6c7c276e-1aa1-4992-9380-cbf2fcb253ab => generated 1204 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3205] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:53:41 2026] GET /v2.0/security-groups?id=985d8824-cfdf-483c-80be-c6c7a5490321&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3206] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:53:42 2026] GET /v2.0/ports?tenant_id=688c232a11484ebd8b6b7d98e2da3341&device_id=6c7c276e-1aa1-4992-9380-cbf2fcb253ab => generated 1473 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3207] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:53:42 2026] GET /v2.0/networks?id=650acc82-cdc8-4750-944b-02ec4bf69467 => generated 800 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3208] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:53:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.109&port_id=d70e8fba-3945-4cdc-83ac-5045445e84f2 => 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: 1555/3209] 199.204.45.95 () {34 vars in 1105 bytes} [Thu Apr 9 14:53:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A2c5&port_id=d70e8fba-3945-4cdc-83ac-5045445e84f2 => 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: 1655/3210] 199.204.45.95 () {34 vars in 1063 bytes} [Thu Apr 9 14:53:42 2026] GET /v2.0/subnets?id=9f360afc-7cc5-4af0-9616-ac9c1e894a7b&id=29a24cc4-4e26-4024-a83d-4744a37445a2 => generated 1412 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3211] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:53:42 2026] GET /v2.0/ports?network_id=650acc82-cdc8-4750-944b-02ec4bf69467&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3212] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:53:42 2026] GET /v2.0/ports?network_id=650acc82-cdc8-4750-944b-02ec4bf69467&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3213] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:53:42 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1657/3214] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:53:42 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3215] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:53:44 2026] GET /v2.0/ports?device_id=6c7c276e-1aa1-4992-9380-cbf2fcb253ab => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:53:44.420 7 INFO neutron_taas.services.taas.taas_plugin [req-7b67dc21-6dcc-40e6-8cba-6922b93cd44c req-44684544-2e76-4310-b29d-9abb057d6620 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] TaaS: Handle Delete Port: d70e8fba-3945-4cdc-83ac-5045445e84f2 2026-04-09 14:53:44.423 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-7b67dc21-6dcc-40e6-8cba-6922b93cd44c req-44684544-2e76-4310-b29d-9abb057d6620 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Tap Mirror: Handle Delete Port: d70e8fba-3945-4cdc-83ac-5045445e84f2 [pid: 7|app: 0|req: 1658/3216] 199.204.45.95 () {36 vars in 996 bytes} [Thu Apr 9 14:53:44 2026] DELETE /v2.0/ports/d70e8fba-3945-4cdc-83ac-5045445e84f2 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:53:44.653 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-35cdce63-c13d-4292-a0e1-85c91d65c8bf'] response: {'server_uuid': '6c7c276e-1aa1-4992-9380-cbf2fcb253ab', 'name': 'network-vif-deleted', 'tag': 'd70e8fba-3945-4cdc-83ac-5045445e84f2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1559/3217] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:53:47 2026] GET /v2.0/ports?device_id=6c7c276e-1aa1-4992-9380-cbf2fcb253ab => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-09 14:53:52.210 7 INFO neutron_taas.services.taas.taas_plugin [None req-203da255-9b23-4448-8bc6-0f6f6d514034 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] TaaS: Handle Delete Port: 5afdc88c-168e-4e93-9230-0448c2a99e0c 2026-04-09 14:53:52.213 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-203da255-9b23-4448-8bc6-0f6f6d514034 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Tap Mirror: Handle Delete Port: 5afdc88c-168e-4e93-9230-0448c2a99e0c 2026-04-09 14:53:52.464 7 INFO neutron.db.l3_db [None req-203da255-9b23-4448-8bc6-0f6f6d514034 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Floating IP fc92531e-aaa3-4d1d-9308-991106d699cb disassociated (deleted). External IP: 10.96.250.219, port: 6e29b98e-231b-49f5-90cf-e36c1f0a40af. [pid: 7|app: 0|req: 1659/3218] 10.0.0.158 () {32 vars in 732 bytes} [Thu Apr 9 14:53:52 2026] DELETE /v2.0/floatingips/fc92531e-aaa3-4d1d-9308-991106d699cb => generated 0 bytes in 1281 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:53:53.391 8 INFO neutron.api.v2.resource [None req-1d1da66f-1d21-4095-b1d6-d8cd64a67395 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1560/3219] 10.0.0.158 () {32 vars in 729 bytes} [Thu Apr 9 14:53:53 2026] GET /v2.0/floatingips/fc92531e-aaa3-4d1d-9308-991106d699cb => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:53:53.404 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb17bb9a-a57a-4fd0-ab9f-623efe3b6e9f'] response: {'name': 'network-changed', 'server_uuid': '65bd15af-b0ca-4eee-a4ae-3962d84b43b0', 'tag': '6e29b98e-231b-49f5-90cf-e36c1f0a40af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1660/3222] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:53:53 2026] GET /v2.0/ports?device_id=65bd15af-b0ca-4eee-a4ae-3962d84b43b0 => generated 1200 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3223] 10.0.0.52 () {34 vars in 1039 bytes} [Thu Apr 9 14:53:53 2026] GET /v2.0/security-groups?id=985d8824-cfdf-483c-80be-c6c7a5490321&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1661/3224] 199.204.45.95 () {34 vars in 1079 bytes} [Thu Apr 9 14:53:53 2026] GET /v2.0/ports?tenant_id=688c232a11484ebd8b6b7d98e2da3341&device_id=65bd15af-b0ca-4eee-a4ae-3962d84b43b0 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3225] 199.204.45.95 () {34 vars in 985 bytes} [Thu Apr 9 14:53:53 2026] GET /v2.0/networks?id=09115132-0461-4d1e-8d6c-876d5de16d6f => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3226] 199.204.45.95 () {34 vars in 1057 bytes} [Thu Apr 9 14:53:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.145&port_id=6e29b98e-231b-49f5-90cf-e36c1f0a40af => 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: 1565/3227] 199.204.45.95 () {34 vars in 1103 bytes} [Thu Apr 9 14:53:54 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A108&port_id=6e29b98e-231b-49f5-90cf-e36c1f0a40af => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1663/3228] 199.204.45.95 () {34 vars in 1063 bytes} [Thu Apr 9 14:53:54 2026] GET /v2.0/subnets?id=c020ade0-5449-4f5e-916f-cce1dd646ffb&id=48d7db0f-9630-4bcb-93ce-2820d7c70336 => generated 1411 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3229] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:53:54 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&device_owner=network%3Adhcp => generated 1457 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3230] 199.204.45.95 () {34 vars in 1051 bytes} [Thu Apr 9 14:53:54 2026] GET /v2.0/ports?network_id=09115132-0461-4d1e-8d6c-876d5de16d6f&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3231] 199.204.45.95 () {34 vars in 1011 bytes} [Thu Apr 9 14:53:54 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1665/3232] 199.204.45.95 () {34 vars in 1111 bytes} [Thu Apr 9 14:53:54 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3233] 199.204.45.95 () {34 vars in 993 bytes} [Thu Apr 9 14:53:56 2026] GET /v2.0/ports?device_id=65bd15af-b0ca-4eee-a4ae-3962d84b43b0 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-09 14:53:56.505 7 INFO neutron_taas.services.taas.taas_plugin [req-8387245d-ed09-43c1-9c97-beb230f6109a req-3a99bfdf-d6b2-48ae-a8fa-22f1cab5ff9c da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] TaaS: Handle Delete Port: 6e29b98e-231b-49f5-90cf-e36c1f0a40af 2026-04-09 14:53:56.507 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8387245d-ed09-43c1-9c97-beb230f6109a req-3a99bfdf-d6b2-48ae-a8fa-22f1cab5ff9c da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Tap Mirror: Handle Delete Port: 6e29b98e-231b-49f5-90cf-e36c1f0a40af [pid: 7|app: 0|req: 1666/3234] 199.204.45.95 () {36 vars in 996 bytes} [Thu Apr 9 14:53:56 2026] DELETE /v2.0/ports/6e29b98e-231b-49f5-90cf-e36c1f0a40af => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:53:56.707 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5d950ed9-f7ee-45e4-8d05-0202e95da434'] response: {'server_uuid': '65bd15af-b0ca-4eee-a4ae-3962d84b43b0', 'name': 'network-vif-deleted', 'tag': '6e29b98e-231b-49f5-90cf-e36c1f0a40af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1569/3235] 10.0.0.52 () {34 vars in 989 bytes} [Thu Apr 9 14:53:58 2026] GET /v2.0/ports?device_id=65bd15af-b0ca-4eee-a4ae-3962d84b43b0 => 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: 1667/3236] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:54:04 2026] DELETE /v2.0/security-group-rules/7ce187f4-a40f-4ed7-87b2-52943dbf99b3 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:54:04.109 8 INFO neutron.api.v2.resource [None req-0eca3e48-3c1f-41c7-b50c-97e8778b7dbd da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1570/3237] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:54:04 2026] GET /v2.0/security-group-rules/7ce187f4-a40f-4ed7-87b2-52943dbf99b3 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1668/3238] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:54:04 2026] DELETE /v2.0/security-group-rules/ebd43468-28e1-4b1e-90ab-9df74089e17c => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:54:04.191 8 INFO neutron.api.v2.resource [None req-8c73fdb0-0522-4af4-86f1-a6441fb6803d da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1571/3239] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:54:04 2026] GET /v2.0/security-group-rules/ebd43468-28e1-4b1e-90ab-9df74089e17c => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3240] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:54:04 2026] DELETE /v2.0/security-group-rules/ee012cff-5e2b-4f0f-8ba0-7970e3386f5f => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:54:04.276 8 INFO neutron.api.v2.resource [None req-57673768-8a51-4a8e-a243-73972fb4945c da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1572/3241] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:54:04 2026] GET /v2.0/security-group-rules/ee012cff-5e2b-4f0f-8ba0-7970e3386f5f => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1670/3242] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:54:04 2026] DELETE /v2.0/security-group-rules/da9ccf23-dca2-4f30-8cb1-c6cb8f187a68 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:54:04.358 8 INFO neutron.api.v2.resource [None req-2e81e5d2-9b87-4a9d-83b1-73b557830173 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1573/3243] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:54:04 2026] GET /v2.0/security-group-rules/da9ccf23-dca2-4f30-8cb1-c6cb8f187a68 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3244] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:54:04 2026] DELETE /v2.0/security-group-rules/5da1a026-68e0-4323-8fb5-e954ff1e033b => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:54:04.432 8 INFO neutron.api.v2.resource [None req-8e5b05ea-518f-4fcc-868c-17c110766394 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1574/3245] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:54:04 2026] GET /v2.0/security-group-rules/5da1a026-68e0-4323-8fb5-e954ff1e033b => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3246] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:54:04 2026] DELETE /v2.0/security-group-rules/223abb1c-7644-4b21-a69e-0e583b9d08d0 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:54:04.510 8 INFO neutron.api.v2.resource [None req-c015da19-84fd-4195-a127-8d3c23f2675a da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3247] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:54:04 2026] GET /v2.0/security-group-rules/223abb1c-7644-4b21-a69e-0e583b9d08d0 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3248] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:54:04 2026] DELETE /v2.0/security-group-rules/12d4be76-5f7a-43bb-8402-917ac2b3b470 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:54:04.594 8 INFO neutron.api.v2.resource [None req-6a6ce969-676f-488c-a33b-efdac8da827d da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3249] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:54:04 2026] GET /v2.0/security-group-rules/12d4be76-5f7a-43bb-8402-917ac2b3b470 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1674/3250] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:54:04 2026] DELETE /v2.0/security-group-rules/5379327d-a134-4f27-9400-cc14351d2400 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:54:04.682 8 INFO neutron.api.v2.resource [None req-dabc3773-8d54-4a6d-8b5e-2532e7d6ed25 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3251] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:54:04 2026] GET /v2.0/security-group-rules/5379327d-a134-4f27-9400-cc14351d2400 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3252] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:54:04 2026] DELETE /v2.0/security-group-rules/ab64f955-c5fe-4e5a-a3dd-f24c29e4faeb => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:54:04.772 8 INFO neutron.api.v2.resource [None req-75feb188-0118-439e-91c5-545736f64ed5 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1578/3253] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:54:04 2026] GET /v2.0/security-group-rules/ab64f955-c5fe-4e5a-a3dd-f24c29e4faeb => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3254] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:54:04 2026] DELETE /v2.0/security-group-rules/81c2e547-5643-4800-b15b-634ae55d6261 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:54:04.870 8 INFO neutron.api.v2.resource [None req-be8e8699-e347-4897-80b7-704cc8c4a322 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1579/3255] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:54:04 2026] GET /v2.0/security-group-rules/81c2e547-5643-4800-b15b-634ae55d6261 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1677/3256] 10.0.0.158 () {32 vars in 750 bytes} [Thu Apr 9 14:54:04 2026] DELETE /v2.0/security-group-rules/6d4d9c1b-3fea-4b02-b375-c7a10b4efb97 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:54:04.958 8 INFO neutron.api.v2.resource [None req-974b1373-62be-448f-b5d6-b326e4760412 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/3257] 10.0.0.158 () {32 vars in 747 bytes} [Thu Apr 9 14:54:04 2026] GET /v2.0/security-group-rules/6d4d9c1b-3fea-4b02-b375-c7a10b4efb97 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3258] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:54:04 2026] DELETE /v2.0/security-groups/985d8824-cfdf-483c-80be-c6c7a5490321 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:54:05.051 8 INFO neutron.api.v2.resource [None req-2dbcd4e1-5b0f-475f-8841-12dcae08342a da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3259] 10.0.0.158 () {32 vars in 737 bytes} [Thu Apr 9 14:54:05 2026] GET /v2.0/security-groups/985d8824-cfdf-483c-80be-c6c7a5490321 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:54:05.452 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea103305-712b-441d-a260-32ace7cd5a62 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] TaaS: Handle Delete Port: b40e1c47-5ac2-42f6-b66e-96df30950e89 2026-04-09 14:54:05.456 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea103305-712b-441d-a260-32ace7cd5a62 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Tap Mirror: Handle Delete Port: b40e1c47-5ac2-42f6-b66e-96df30950e89 [pid: 7|app: 0|req: 1679/3260] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:54:05 2026] PUT /v2.0/routers/0d999ba6-9e73-47d3-9645-7d2a03b04d67/remove_router_interface => generated 309 bytes in 942 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:54:06.681 8 INFO neutron.api.v2.resource [None req-9df3f19a-2a96-4967-8362-d6350693cdec da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3261] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:54:06 2026] PUT /v2.0/routers/0d999ba6-9e73-47d3-9645-7d2a03b04d67/remove_router_interface => generated 198 bytes in 636 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:54:07.072 7 INFO neutron_taas.services.taas.taas_plugin [None req-770217bd-a245-42c8-a34a-c3d69929ba29 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] TaaS: Handle Delete Port: 91253a60-8a54-4624-90f2-df87697cbdea 2026-04-09 14:54:07.075 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-770217bd-a245-42c8-a34a-c3d69929ba29 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Tap Mirror: Handle Delete Port: 91253a60-8a54-4624-90f2-df87697cbdea [pid: 7|app: 0|req: 1680/3262] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:54:06 2026] PUT /v2.0/routers/0d999ba6-9e73-47d3-9645-7d2a03b04d67/remove_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:54:07.770 8 INFO neutron.api.v2.resource [None req-8de9059b-8350-4e59-aa17-4d5825ee6f42 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1583/3263] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:54:07 2026] PUT /v2.0/routers/0d999ba6-9e73-47d3-9645-7d2a03b04d67/remove_router_interface => generated 198 bytes in 124 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:54:08.127 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd9174ef-5eac-4363-84ce-b56f6ec0662f da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] TaaS: Handle Delete Port: bf01cbf3-bd78-48e1-a41d-a19f84128363 2026-04-09 14:54:08.130 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd9174ef-5eac-4363-84ce-b56f6ec0662f da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Tap Mirror: Handle Delete Port: bf01cbf3-bd78-48e1-a41d-a19f84128363 [pid: 7|app: 0|req: 1681/3264] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:54:07 2026] PUT /v2.0/routers/0d999ba6-9e73-47d3-9645-7d2a03b04d67/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-09 14:54:08.869 8 INFO neutron.api.v2.resource [None req-473511a9-4d7a-435c-9855-9478a1e85882 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3267] 10.0.0.158 () {34 vars in 789 bytes} [Thu Apr 9 14:54:08 2026] PUT /v2.0/routers/0d999ba6-9e73-47d3-9645-7d2a03b04d67/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-09 14:54:09.082 7 INFO neutron_taas.services.taas.taas_plugin [None req-e30bb2b0-d5d6-4047-80f5-891e795cbeeb da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] TaaS: Handle Delete Port: e04843f8-bfbb-43c6-9a43-5ca8521ef3bd 2026-04-09 14:54:09.085 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e30bb2b0-d5d6-4047-80f5-891e795cbeeb da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Tap Mirror: Handle Delete Port: e04843f8-bfbb-43c6-9a43-5ca8521ef3bd 2026-04-09 14:54:09.345 7 INFO neutron_taas.services.taas.taas_plugin [None req-e30bb2b0-d5d6-4047-80f5-891e795cbeeb da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] TaaS: Handle Delete Port: 92de9b48-bebd-44f8-8247-f7c74749859a 2026-04-09 14:54:09.349 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e30bb2b0-d5d6-4047-80f5-891e795cbeeb da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Tap Mirror: Handle Delete Port: 92de9b48-bebd-44f8-8247-f7c74749859a 2026-04-09 14:54:09.740 7 INFO neutron.db.l3_hamode_db [None req-e30bb2b0-d5d6-4047-80f5-891e795cbeeb da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] HA network 7047b457-c030-4a7d-8a4d-36af1b1b1162 was deleted as no HA routers are present in tenant 688c232a11484ebd8b6b7d98e2da3341. [pid: 7|app: 0|req: 1684/3268] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:54:08 2026] DELETE /v2.0/routers/0d999ba6-9e73-47d3-9645-7d2a03b04d67 => generated 0 bytes in 872 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-09 14:54:09.773 8 INFO neutron.api.v2.resource [None req-31881594-514c-4a90-962d-0a7a5fdbfcbf da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3269] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:54:09 2026] GET /v2.0/routers/0d999ba6-9e73-47d3-9645-7d2a03b04d67 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:54:09.788 7 INFO neutron.services.segments.plugin [-] Segment e06c630b-fde1-4b59-b84d-32cbac3ead60 resource provider aggregate not found 2026-04-09 14:54:09.794 7 INFO neutron.services.segments.plugin [-] Segment e06c630b-fde1-4b59-b84d-32cbac3ead60 resource provider aggregate not found 2026-04-09 14:54:09.813 7 INFO neutron.services.segments.plugin [-] Segment e06c630b-fde1-4b59-b84d-32cbac3ead60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e06c630b-fde1-4b59-b84d-32cbac3ead60 found for delete ", "request_id": "req-eac533e9-fc66-43c6-af47-c67423615ad2"}]} 2026-04-09 14:54:09.815 7 INFO neutron.services.segments.plugin [-] Segment e06c630b-fde1-4b59-b84d-32cbac3ead60 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e06c630b-fde1-4b59-b84d-32cbac3ead60 found for delete ", "request_id": "req-d3f2fb31-152f-4134-a80c-f5dd528e866d"}]} [pid: 7|app: 0|req: 1685/3270] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:54:09 2026] DELETE /v2.0/subnets/29a24cc4-4e26-4024-a83d-4744a37445a2 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:54:10.039 8 INFO neutron.pecan_wsgi.hooks.translation [None req-174a6d97-1c84-4da2-9502-76f5dd907771 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3271] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:54:10 2026] GET /v2.0/subnets/29a24cc4-4e26-4024-a83d-4744a37445a2 => 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: 1686/3272] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:54:10 2026] DELETE /v2.0/subnets/9f360afc-7cc5-4af0-9616-ac9c1e894a7b => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:54:10.235 8 INFO neutron.pecan_wsgi.hooks.translation [None req-038443b3-cce3-407d-961b-c6cd96e38a7c da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1587/3273] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:54:10 2026] GET /v2.0/subnets/9f360afc-7cc5-4af0-9616-ac9c1e894a7b => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:54:10.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-2a54b657-0de8-478b-81b0-db065161066a da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] TaaS: Handle Delete Port: 9e8703e3-c64b-4ba8-bcec-38e7d51656ef 2026-04-09 14:54:10.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a54b657-0de8-478b-81b0-db065161066a da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Tap Mirror: Handle Delete Port: 9e8703e3-c64b-4ba8-bcec-38e7d51656ef [pid: 7|app: 0|req: 1687/3274] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:54:10 2026] DELETE /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:54:10.571 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6bd4c822-b3be-4748-ae59-08ae7f4337e3 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3275] 10.0.0.158 () {32 vars in 723 bytes} [Thu Apr 9 14:54:10 2026] GET /v2.0/networks/650acc82-cdc8-4750-944b-02ec4bf69467 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3276] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:54:10 2026] DELETE /v2.0/subnets/48d7db0f-9630-4bcb-93ce-2820d7c70336 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:54:10.765 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f984535d-b019-4145-b393-dd518c284d14 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1589/3277] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:54:10 2026] GET /v2.0/subnets/48d7db0f-9630-4bcb-93ce-2820d7c70336 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3278] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:54:10 2026] DELETE /v2.0/subnets/c020ade0-5449-4f5e-916f-cce1dd646ffb => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:54:10.949 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df643e5e-cd3c-4e7f-b41c-ae2980d6e313 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/3279] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:54:10 2026] GET /v2.0/subnets/c020ade0-5449-4f5e-916f-cce1dd646ffb => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:54:11.048 7 INFO neutron_taas.services.taas.taas_plugin [None req-21c47fca-b1fb-4eac-b21b-0af3a94b1ba8 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] TaaS: Handle Delete Port: c10f16cc-c28b-48e6-a44a-b81286c088c2 2026-04-09 14:54:11.052 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21c47fca-b1fb-4eac-b21b-0af3a94b1ba8 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Tap Mirror: Handle Delete Port: c10f16cc-c28b-48e6-a44a-b81286c088c2 [pid: 7|app: 0|req: 1690/3280] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:54:10 2026] DELETE /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f => generated 0 bytes in 335 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:54:11.313 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d4175eb5-8409-4f2f-9e17-9d6a75945fb7 da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1591/3281] 10.0.0.158 () {32 vars in 723 bytes} [Thu Apr 9 14:54:11 2026] GET /v2.0/networks/09115132-0461-4d1e-8d6c-876d5de16d6f => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3282] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:54:11 2026] DELETE /v2.0/subnets/9b78279e-7ffc-4742-8871-d8ab80cad67a => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:54:11.510 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3d0724d-df79-4e50-a8f5-434f2b47ebdb da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3283] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:54:11 2026] GET /v2.0/subnets/9b78279e-7ffc-4742-8871-d8ab80cad67a => 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: 1692/3284] 10.0.0.158 () {32 vars in 724 bytes} [Thu Apr 9 14:54:11 2026] DELETE /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:54:11.703 8 INFO neutron.pecan_wsgi.hooks.translation [None req-51434c08-e9e5-420e-9e59-67899c031c8f da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1593/3285] 10.0.0.158 () {32 vars in 721 bytes} [Thu Apr 9 14:54:11 2026] GET /v2.0/subnets/9f7ca21b-c95e-43a5-8c51-6e60af7cd979 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:54:11.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-f629bc02-0516-4a53-8f57-9470db51149a da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] TaaS: Handle Delete Port: 49b7a93e-770a-4719-85f5-fe2384f9b4c0 2026-04-09 14:54:11.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f629bc02-0516-4a53-8f57-9470db51149a da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] Tap Mirror: Handle Delete Port: 49b7a93e-770a-4719-85f5-fe2384f9b4c0 2026-04-09 14:54:11.851 7 INFO neutron.services.segments.plugin [-] Segment 7d324609-356c-486b-b114-974b8f7287e8 resource provider aggregate not found 2026-04-09 14:54:11.855 7 INFO neutron.services.segments.plugin [-] Segment 7d324609-356c-486b-b114-974b8f7287e8 resource provider aggregate not found 2026-04-09 14:54:11.874 7 INFO neutron.services.segments.plugin [-] Segment 7d324609-356c-486b-b114-974b8f7287e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d324609-356c-486b-b114-974b8f7287e8 found for delete ", "request_id": "req-d889affe-fbad-4b54-9e4a-94973810a17e"}]} 2026-04-09 14:54:11.877 7 INFO neutron.services.segments.plugin [-] Segment 7d324609-356c-486b-b114-974b8f7287e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7d324609-356c-486b-b114-974b8f7287e8 found for delete ", "request_id": "req-47b559fb-7dd5-4f1d-84c1-5b6677cb515d"}]} 2026-04-09 14:54:11.898 7 INFO neutron.services.segments.plugin [-] Segment 4bf04e42-af7b-400c-96b8-6b5c360c1ed8 resource provider aggregate not found 2026-04-09 14:54:11.901 7 INFO neutron.services.segments.plugin [-] Segment 4bf04e42-af7b-400c-96b8-6b5c360c1ed8 resource provider aggregate not found 2026-04-09 14:54:11.918 7 INFO neutron.services.segments.plugin [-] Segment 4bf04e42-af7b-400c-96b8-6b5c360c1ed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bf04e42-af7b-400c-96b8-6b5c360c1ed8 found for delete ", "request_id": "req-9c8dd412-48da-4570-85b3-cc080097adb3"}]} 2026-04-09 14:54:11.920 7 INFO neutron.services.segments.plugin [-] Segment 4bf04e42-af7b-400c-96b8-6b5c360c1ed8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bf04e42-af7b-400c-96b8-6b5c360c1ed8 found for delete ", "request_id": "req-d3b56e1b-e093-4502-bf5a-d09192f29097"}]} [pid: 7|app: 0|req: 1693/3286] 10.0.0.158 () {32 vars in 726 bytes} [Thu Apr 9 14:54:11 2026] DELETE /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-09 14:54:12.056 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17a1ffe3-1add-4443-9853-845a3a597efd da5ec6d6305047edab31ae58b69434d0 688c232a11484ebd8b6b7d98e2da3341 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1594/3287] 10.0.0.158 () {32 vars in 723 bytes} [Thu Apr 9 14:54:12 2026] GET /v2.0/networks/8445e32e-f1f1-45cf-8305-7e8052abe0fb => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-09 14:54:13.936 7 INFO neutron.services.segments.plugin [-] Segment 963b922f-c900-4706-b893-2595c31d3553 resource provider aggregate not found 2026-04-09 14:54:13.940 7 INFO neutron.services.segments.plugin [-] Segment 963b922f-c900-4706-b893-2595c31d3553 resource provider aggregate not found 2026-04-09 14:54:13.955 7 INFO neutron.services.segments.plugin [-] Segment 963b922f-c900-4706-b893-2595c31d3553 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 963b922f-c900-4706-b893-2595c31d3553 found for delete ", "request_id": "req-22613021-c5fe-4353-8ba4-23a1b15aebf1"}]} 2026-04-09 14:54:13.960 7 INFO neutron.services.segments.plugin [-] Segment 963b922f-c900-4706-b893-2595c31d3553 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 963b922f-c900-4706-b893-2595c31d3553 found for delete ", "request_id": "req-e40639a8-7923-4321-9707-59bb667ee6d0"}]} [pid: 7|app: 0|req: 1694/3288] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:54:13 2026] GET /v2.0/security-groups?tenant_id=c95dfc32d0c0418fa4cadc315086eaac&name=default => generated 2929 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3289] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:54:14 2026] DELETE /v2.0/security-groups/236da284-49c5-4d60-b5a7-4344eddb67cf => 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: 1695/3290] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:54:14 2026] GET /v2.0/security-groups?tenant_id=618b85c474bb4844900522e5f7b32b05&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: 1596/3291] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:54:14 2026] DELETE /v2.0/security-groups/8e47d355-e82d-41cb-a2da-9e662f547323 => 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: 1696/3292] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:54:14 2026] GET /v2.0/security-groups?tenant_id=e9fc49425f8148658b4d218378f2db8c&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3293] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:54:14 2026] DELETE /v2.0/security-groups/70b5c493-eba7-4f93-b6f3-d287dc696af2 => 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: 1697/3294] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:54:15 2026] GET /v2.0/security-groups?tenant_id=64e3527be2564555872345e845b0aa52&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3295] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:54:15 2026] DELETE /v2.0/security-groups/efdb7750-0021-4c7e-8449-b297e02e0968 => 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: 1698/3296] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:54:15 2026] GET /v2.0/security-groups?tenant_id=688c232a11484ebd8b6b7d98e2da3341&name=default => generated 2929 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3297] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:54:15 2026] DELETE /v2.0/security-groups/a7ef7382-0470-4f92-9171-4d8758743fbe => 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: 1699/3298] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:54:15 2026] GET /v2.0/security-groups?tenant_id=34e9d46658944a5c8483eaa7159e8a2f&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3299] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:54:16 2026] DELETE /v2.0/security-groups/596b9453-f6a1-43e7-b483-4732520a7e5a => 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: 1700/3300] 10.0.0.158 () {32 vars in 774 bytes} [Thu Apr 9 14:54:16 2026] GET /v2.0/security-groups?tenant_id=1a4f8ad3b12e485e90cd4c5a144927b5&name=default => generated 2929 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3301] 10.0.0.158 () {32 vars in 740 bytes} [Thu Apr 9 14:54:16 2026] DELETE /v2.0/security-groups/7ec3393e-4d7d-475a-9cc9-c52baa7152a9 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3302] 10.0.0.158 () {32 vars in 649 bytes} [Thu Apr 9 14:54:19 2026] GET /v2.0/networks => generated 2168 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3303] 10.0.0.158 () {32 vars in 655 bytes} [Thu Apr 9 14:54:20 2026] GET /v2.0/floatingips => 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: 1702/3304] 10.0.0.158 () {32 vars in 647 bytes} [Thu Apr 9 14:54:20 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3305] 10.0.0.158 () {32 vars in 643 bytes} [Thu Apr 9 14:54:20 2026] GET /v2.0/ports => generated 4721 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3306] 10.0.0.158 () {32 vars in 647 bytes} [Thu Apr 9 14:54:20 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3307] 10.0.0.158 () {32 vars in 649 bytes} [Thu Apr 9 14:54:20 2026] GET /v2.0/networks => generated 2168 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3308] 10.0.0.158 () {32 vars in 663 bytes} [Thu Apr 9 14:54:20 2026] GET /v2.0/security-groups => generated 17397 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3309] 10.0.0.158 () {32 vars in 655 bytes} [Thu Apr 9 14:54:20 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)