+ COMMAND=start + start + confs='--config-file /etc/neutron/neutron.conf' + confs+=' --config-file /etc/neutron/neutron_vpnaas.conf' + confs+=' --config-file /etc/neutron/taas_plugin.ini' + confs+=' --config-file /etc/neutron/plugins/ml2/ml2_conf.ini' + exec uwsgi --ini /etc/neutron/neutron-api-uwsgi.ini --pyargv ' --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/neutron_vpnaas.conf --config-file /etc/neutron/taas_plugin.ini --config-file /etc/neutron/plugins/ml2/ml2_conf.ini ' [uWSGI] getting INI configuration from /etc/neutron/neutron-api-uwsgi.ini *** Starting uWSGI 2.0.31 (64bit) on [Tue Jun 9 17:27:55 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 nodename: neutron-server-58965854d-bxpws 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 0x7f732b1e4668 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-06-09 17:27:59.832 7 INFO neutron.common.config [-] Logging enabled! 2026-06-09 17:27:59.833 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-09 17:27:59.852 8 INFO neutron.common.config [-] Logging enabled! 2026-06-09 17:27:59.852 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-06-09 17:28:00.820 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-09 17:28:00.913 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-06-09 17:28:02.293 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-09 17:28:02.296 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-09 17:28:02.300 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-09 17:28:02.301 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-09 17:28:02.301 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-09 17:28:02.301 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-09 17:28:02.301 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 17:28:02.309 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 17:28:02.309 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 17:28:02.309 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-09 17:28:02.331 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-09 17:28:02.332 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-09 17:28:02.332 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-09 17:28:02.360 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-09 17:28:02.360 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-09 17:28:02.360 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-09 17:28:02.361 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-09 17:28:02.647 7 INFO neutron.plugins.ml2.managers [None req-73a5c27c-dad1-4d72-a1a3-1499794f790b - - - - - -] Initializing driver for type 'vlan' 2026-06-09 17:28:02.675 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-09 17:28:02.677 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-06-09 17:28:02.681 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-06-09 17:28:02.682 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-06-09 17:28:02.682 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-06-09 17:28:02.683 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-06-09 17:28:02.683 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 17:28:02.692 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 17:28:02.692 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-06-09 17:28:02.693 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-06-09 17:28:02.716 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-06-09 17:28:02.717 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-06-09 17:28:02.717 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-06-09 17:28:02.747 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-06-09 17:28:02.747 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-06-09 17:28:02.747 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-06-09 17:28:02.747 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-06-09 17:28:02.930 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-73a5c27c-dad1-4d72-a1a3-1499794f790b - - - - - -] VlanTypeDriver initialization complete 2026-06-09 17:28:02.930 7 INFO neutron.plugins.ml2.managers [None req-73a5c27c-dad1-4d72-a1a3-1499794f790b - - - - - -] Initializing driver for type 'vxlan' 2026-06-09 17:28:02.930 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-73a5c27c-dad1-4d72-a1a3-1499794f790b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-09 17:28:02.944 7 INFO neutron.plugins.ml2.managers [None req-73a5c27c-dad1-4d72-a1a3-1499794f790b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-09 17:28:02.944 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-73a5c27c-dad1-4d72-a1a3-1499794f790b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-09 17:28:02.944 7 INFO neutron.plugins.ml2.managers [None req-73a5c27c-dad1-4d72-a1a3-1499794f790b - - - - - -] Initializing extension driver 'port_security' 2026-06-09 17:28:02.944 7 INFO neutron.plugins.ml2.extensions.port_security [None req-73a5c27c-dad1-4d72-a1a3-1499794f790b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-09 17:28:02.944 7 INFO neutron.plugins.ml2.managers [None req-73a5c27c-dad1-4d72-a1a3-1499794f790b - - - - - -] Initializing extension driver 'qos' 2026-06-09 17:28:02.944 7 INFO neutron.plugins.ml2.managers [None req-73a5c27c-dad1-4d72-a1a3-1499794f790b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-09 17:28:02.945 7 INFO neutron.plugins.ml2.managers [None req-73a5c27c-dad1-4d72-a1a3-1499794f790b - - - - - -] Initializing mechanism driver 'l2population' 2026-06-09 17:28:02.956 7 INFO neutron.quota [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded quota_driver: . 2026-06-09 17:28:02.956 7 INFO neutron.plugins.ml2.plugin [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Modular L2 Plugin initialization complete 2026-06-09 17:28:02.957 7 INFO neutron.plugins.ml2.managers [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-09 17:28:02.957 7 INFO neutron.plugins.ml2.managers [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-09 17:28:02.957 7 INFO neutron.plugins.ml2.managers [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Got port-security extension from driver 'port_security' 2026-06-09 17:28:02.957 7 INFO neutron.manager [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loading Plugin: qos 2026-06-09 17:28:02.970 7 INFO neutron.manager [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loading Plugin: router 2026-06-09 17:28:03.016 7 INFO neutron.services.service_base [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-09 17:28:03.016 7 INFO neutron.manager [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loading Plugin: segments 2026-06-09 17:28:03.037 8 INFO neutron.plugins.ml2.managers [None req-51926330-3bae-4de8-98fd-af50ab0b0be1 - - - - - -] Initializing driver for type 'vlan' 2026-06-09 17:28:03.140 7 INFO neutron.manager [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loading Plugin: trunk 2026-06-09 17:28:03.161 7 INFO neutron.manager [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loading Plugin: vpnaas 2026-06-09 17:28:03.207 7 WARNING stevedore.named [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-09 17:28:03.298 7 INFO neutron_vpnaas.services.vpn.plugin [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-09 17:28:03.298 7 INFO neutron.common.utils [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-09 17:28:03.298 7 INFO neutron.manager [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loading Plugin: taas 2026-06-09 17:28:03.327 7 WARNING stevedore.named [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-09 17:28:03.327 7 WARNING stevedore.named [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-09 17:28:03.353 7 INFO neutron_taas.services.taas.taas_plugin [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-09 17:28:03.353 7 INFO neutron.manager [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loading Plugin: tapmirror 2026-06-09 17:28:03.368 7 WARNING stevedore.named [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-09 17:28:03.368 7 WARNING stevedore.named [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-09 17:28:03.387 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-09 17:28:03.387 7 INFO neutron.manager [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loading Plugin: auto_allocate 2026-06-09 17:28:03.395 7 INFO neutron.manager [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loading Plugin: tag 2026-06-09 17:28:03.407 7 INFO neutron.manager [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loading Plugin: timestamp 2026-06-09 17:28:03.410 7 INFO neutron.manager [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loading Plugin: network_ip_availability 2026-06-09 17:28:03.414 7 INFO neutron.manager [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loading Plugin: flavors 2026-06-09 17:28:03.420 7 INFO neutron.manager [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loading Plugin: revisions 2026-06-09 17:28:03.424 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Initializing extension manager. 2026-06-09 17:28:03.426 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: address-group 2026-06-09 17:28:03.427 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: address-scope 2026-06-09 17:28:03.427 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-09 17:28:03.429 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: agent 2026-06-09 17:28:03.429 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: agent-resources-synced 2026-06-09 17:28:03.430 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: allowed-address-pairs 2026-06-09 17:28:03.432 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: auto-allocated-topology 2026-06-09 17:28:03.433 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: availability_zone 2026-06-09 17:28:03.434 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: availability_zone_filter 2026-06-09 17:28:03.434 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-09 17:28:03.435 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: default-subnetpools 2026-06-09 17:28:03.436 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-09 17:28:03.437 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: dns-integration 2026-06-09 17:28:03.438 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: dns-domain-ports 2026-06-09 17:28:03.439 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-09 17:28:03.440 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: dvr 2026-06-09 17:28:03.440 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-09 17:28:03.441 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: empty-string-filtering 2026-06-09 17:28:03.441 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-09 17:28:03.442 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-09 17:28:03.442 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: external-net 2026-06-09 17:28:03.443 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-09 17:28:03.443 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: extraroute 2026-06-09 17:28:03.444 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: extraroute-atomic 2026-06-09 17:28:03.446 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-09 17:28:03.446 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-09 17:28:03.447 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-09 17:28:03.447 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-09 17:28:03.448 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: fip-port-details 2026-06-09 17:28:03.448 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: flavors 2026-06-09 17:28:03.450 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-09 17:28:03.450 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: floatingip-pools 2026-06-09 17:28:03.451 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: ip_allocation 2026-06-09 17:28:03.451 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: ip-substring-filtering 2026-06-09 17:28:03.452 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: l2_adjacency 2026-06-09 17:28:03.453 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: router 2026-06-09 17:28:03.453 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-51926330-3bae-4de8-98fd-af50ab0b0be1 - - - - - -] VlanTypeDriver initialization complete 2026-06-09 17:28:03.454 8 INFO neutron.plugins.ml2.managers [None req-51926330-3bae-4de8-98fd-af50ab0b0be1 - - - - - -] Initializing driver for type 'vxlan' 2026-06-09 17:28:03.454 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-51926330-3bae-4de8-98fd-af50ab0b0be1 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-06-09 17:28:03.455 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-09 17:28:03.456 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-09 17:28:03.457 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-09 17:28:03.457 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: ext-gw-mode 2026-06-09 17:28:03.458 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: l3-ha 2026-06-09 17:28:03.458 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-09 17:28:03.459 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-09 17:28:03.459 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: l3-flavors 2026-06-09 17:28:03.460 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-09 17:28:03.461 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-09 17:28:03.463 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-09 17:28:03.466 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-09 17:28:03.467 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-09 17:28:03.468 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-09 17:28:03.469 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-09 17:28:03.469 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: multi-provider 2026-06-09 17:28:03.470 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: net-mtu 2026-06-09 17:28:03.470 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: net-mtu-writable 2026-06-09 17:28:03.470 8 INFO neutron.plugins.ml2.managers [None req-51926330-3bae-4de8-98fd-af50ab0b0be1 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-06-09 17:28:03.470 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-51926330-3bae-4de8-98fd-af50ab0b0be1 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-06-09 17:28:03.471 8 INFO neutron.plugins.ml2.managers [None req-51926330-3bae-4de8-98fd-af50ab0b0be1 - - - - - -] Initializing extension driver 'port_security' 2026-06-09 17:28:03.471 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: network_availability_zone 2026-06-09 17:28:03.471 8 INFO neutron.plugins.ml2.extensions.port_security [None req-51926330-3bae-4de8-98fd-af50ab0b0be1 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-06-09 17:28:03.471 8 INFO neutron.plugins.ml2.managers [None req-51926330-3bae-4de8-98fd-af50ab0b0be1 - - - - - -] Initializing extension driver 'qos' 2026-06-09 17:28:03.471 8 INFO neutron.plugins.ml2.managers [None req-51926330-3bae-4de8-98fd-af50ab0b0be1 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-06-09 17:28:03.471 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: network_ha 2026-06-09 17:28:03.471 8 INFO neutron.plugins.ml2.managers [None req-51926330-3bae-4de8-98fd-af50ab0b0be1 - - - - - -] Initializing mechanism driver 'l2population' 2026-06-09 17:28:03.472 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: network-ip-availability 2026-06-09 17:28:03.473 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-09 17:28:03.474 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: pagination 2026-06-09 17:28:03.474 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: port-device-profile 2026-06-09 17:28:03.475 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-09 17:28:03.475 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-09 17:28:03.476 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-09 17:28:03.476 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: port-mac-override 2026-06-09 17:28:03.477 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-09 17:28:03.477 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-09 17:28:03.478 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-09 17:28:03.478 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: port-resource-request 2026-06-09 17:28:03.479 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: port-resource-request-groups 2026-06-09 17:28:03.480 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-09 17:28:03.480 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: binding 2026-06-09 17:28:03.481 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: binding-extended 2026-06-09 17:28:03.482 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: port-security 2026-06-09 17:28:03.482 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: project-id 2026-06-09 17:28:03.483 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: provider 2026-06-09 17:28:03.483 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-09 17:28:03.486 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: qos 2026-06-09 17:28:03.486 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-09 17:28:03.487 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-09 17:28:03.487 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: qos-default 2026-06-09 17:28:03.488 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: qos-fip 2026-06-09 17:28:03.489 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-09 17:28:03.489 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: qos-gateway-ip 2026-06-09 17:28:03.489 8 INFO neutron.quota [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded quota_driver: . 2026-06-09 17:28:03.489 8 INFO neutron.plugins.ml2.plugin [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Modular L2 Plugin initialization complete 2026-06-09 17:28:03.489 8 INFO neutron.plugins.ml2.managers [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-06-09 17:28:03.490 8 INFO neutron.plugins.ml2.managers [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-06-09 17:28:03.490 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: qos-port-network-policy 2026-06-09 17:28:03.490 8 INFO neutron.plugins.ml2.managers [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Got port-security extension from driver 'port_security' 2026-06-09 17:28:03.490 8 INFO neutron.manager [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loading Plugin: qos 2026-06-09 17:28:03.490 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: qos-pps-minimum 2026-06-09 17:28:03.491 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-09 17:28:03.491 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: qos-pps 2026-06-09 17:28:03.492 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: qos-rule-type-details 2026-06-09 17:28:03.493 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-09 17:28:03.493 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: qos-rules-alias 2026-06-09 17:28:03.494 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: quota-check-limit 2026-06-09 17:28:03.495 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: quota-check-limit-default 2026-06-09 17:28:03.498 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: quotas 2026-06-09 17:28:03.499 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: quota_details 2026-06-09 17:28:03.500 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: rbac-policies 2026-06-09 17:28:03.501 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: rbac-address-group 2026-06-09 17:28:03.502 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: rbac-address-scope 2026-06-09 17:28:03.502 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: rbac-security-groups 2026-06-09 17:28:03.503 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: rbac-subnetpool 2026-06-09 17:28:03.503 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: revision-if-match 2026-06-09 17:28:03.503 8 INFO neutron.manager [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loading Plugin: router 2026-06-09 17:28:03.504 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: standard-attr-revisions 2026-06-09 17:28:03.504 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: router_availability_zone 2026-06-09 17:28:03.505 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-09 17:28:03.507 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: security-groups-default-rules 2026-06-09 17:28:03.507 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-09 17:28:03.508 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-09 17:28:03.508 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-09 17:28:03.509 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-09 17:28:03.509 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-09 17:28:03.516 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: security-group 2026-06-09 17:28:03.517 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: segment 2026-06-09 17:28:03.518 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-09 17:28:03.518 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: service-type 2026-06-09 17:28:03.519 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: sorting 2026-06-09 17:28:03.519 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: standard-attr-segment 2026-06-09 17:28:03.520 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: standard-attr-description 2026-06-09 17:28:03.521 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: stateful-security-group 2026-06-09 17:28:03.521 7 WARNING neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-09 17:28:03.522 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-09 17:28:03.522 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: subnet-external-network 2026-06-09 17:28:03.523 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: subnet_onboard 2026-06-09 17:28:03.524 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-09 17:28:03.524 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: subnet-service-types 2026-06-09 17:28:03.525 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: subnet_allocation 2026-06-09 17:28:03.526 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-09 17:28:03.526 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: tag-creation 2026-06-09 17:28:03.527 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-09 17:28:03.533 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: standard-attr-tag 2026-06-09 17:28:03.534 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-09 17:28:03.534 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: trunk 2026-06-09 17:28:03.535 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: trunk-details 2026-06-09 17:28:03.535 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-09 17:28:03.536 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-09 17:28:03.537 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-09 17:28:03.537 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-09 17:28:03.540 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-09 17:28:03.541 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-09 17:28:03.541 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: vpn-flavors 2026-06-09 17:28:03.543 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: vpnaas 2026-06-09 17:28:03.545 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: taas 2026-06-09 17:28:03.546 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: tap-mirror 2026-06-09 17:28:03.547 7 INFO neutron.api.extensions [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Loaded extension: taas-vlan-filter 2026-06-09 17:28:03.550 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-09 17:28:03.550 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-09 17:28:03.550 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 17:28:03.550 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-09 17:28:03.550 8 INFO neutron.services.service_base [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-06-09 17:28:03.550 8 INFO neutron.manager [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loading Plugin: segments 2026-06-09 17:28:03.554 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-09 17:28:03.555 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-09 17:28:03.561 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-09 17:28:03.562 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-09 17:28:03.562 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-09 17:28:03.563 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 17:28:03.563 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] subnetpool is already registered 2026-06-09 17:28:03.563 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 17:28:03.564 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] subnetpool is already registered 2026-06-09 17:28:03.564 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-09 17:28:03.564 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 17:28:03.565 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 17:28:03.565 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-09 17:28:03.566 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-09 17:28:03.566 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-09 17:28:03.567 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 17:28:03.567 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] ipsecpolicy is already registered 2026-06-09 17:28:03.567 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 17:28:03.567 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] ikepolicy is already registered 2026-06-09 17:28:03.572 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-09 17:28:03.572 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] router is already registered 2026-06-09 17:28:03.572 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-09 17:28:03.573 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] floatingip is already registered 2026-06-09 17:28:03.576 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-09 17:28:03.577 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] rbac_policy is already registered 2026-06-09 17:28:03.578 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-09 17:28:03.578 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] security_group is already registered 2026-06-09 17:28:03.578 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-09 17:28:03.579 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] security_group_rule is already registered 2026-06-09 17:28:03.580 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 17:28:03.580 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] subnetpool is already registered 2026-06-09 17:28:03.580 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 17:28:03.581 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] subnetpool is already registered 2026-06-09 17:28:03.581 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-09 17:28:03.582 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] trunk is already registered 2026-06-09 17:28:03.582 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 17:28:03.582 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] ikepolicy is already registered 2026-06-09 17:28:03.583 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 17:28:03.583 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] ipsecpolicy is already registered 2026-06-09 17:28:03.584 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-09 17:28:03.584 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] endpoint_group is already registered 2026-06-09 17:28:03.584 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-09 17:28:03.585 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] vpnservice is already registered 2026-06-09 17:28:03.585 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-09 17:28:03.585 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] ipsec_site_connection is already registered 2026-06-09 17:28:03.586 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 17:28:03.586 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] ipsecpolicy is already registered 2026-06-09 17:28:03.586 7 INFO neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 17:28:03.586 7 WARNING neutron.quota.resource_registry [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] ikepolicy is already registered 2026-06-09 17:28:03.637 7 WARNING keystonemiddleware._common.config [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-09 17:28:03.645 7 WARNING oslo_config.cfg [None req-0c11a9c6-7f51-4383-96f6-159c36b1296d - - - - - -] 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 0x7f732b1e4668 pid: 7 (default app) 2026-06-09 17:28:03.658 8 INFO neutron.manager [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loading Plugin: trunk 2026-06-09 17:28:03.672 8 INFO neutron.manager [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loading Plugin: vpnaas 2026-06-09 17:28:03.711 8 WARNING stevedore.named [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-09 17:28:03.794 8 INFO neutron_vpnaas.services.vpn.plugin [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-06-09 17:28:03.794 8 INFO neutron.common.utils [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-06-09 17:28:03.795 8 INFO neutron.manager [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loading Plugin: taas 2026-06-09 17:28:03.829 8 WARNING stevedore.named [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-09 17:28:03.830 8 WARNING stevedore.named [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-09 17:28:03.854 8 INFO neutron_taas.services.taas.taas_plugin [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-06-09 17:28:03.855 8 INFO neutron.manager [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loading Plugin: tapmirror 2026-06-09 17:28:03.871 8 WARNING stevedore.named [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-06-09 17:28:03.872 8 WARNING stevedore.named [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-06-09 17:28:03.893 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-06-09 17:28:03.893 8 INFO neutron.manager [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loading Plugin: auto_allocate 2026-06-09 17:28:03.905 8 INFO neutron.manager [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loading Plugin: tag 2026-06-09 17:28:03.912 8 INFO neutron.manager [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loading Plugin: timestamp 2026-06-09 17:28:03.915 8 INFO neutron.manager [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loading Plugin: network_ip_availability 2026-06-09 17:28:03.919 8 INFO neutron.manager [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loading Plugin: flavors 2026-06-09 17:28:03.922 8 INFO neutron.manager [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loading Plugin: revisions 2026-06-09 17:28:03.926 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Initializing extension manager. 2026-06-09 17:28:03.927 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: address-group 2026-06-09 17:28:03.928 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: address-scope 2026-06-09 17:28:03.929 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-06-09 17:28:03.930 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: agent 2026-06-09 17:28:03.930 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: agent-resources-synced 2026-06-09 17:28:03.931 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: allowed-address-pairs 2026-06-09 17:28:03.932 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: auto-allocated-topology 2026-06-09 17:28:03.933 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: availability_zone 2026-06-09 17:28:03.933 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: availability_zone_filter 2026-06-09 17:28:03.934 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-06-09 17:28:03.934 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: default-subnetpools 2026-06-09 17:28:03.937 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-06-09 17:28:03.937 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: dns-integration 2026-06-09 17:28:03.938 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: dns-domain-ports 2026-06-09 17:28:03.938 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-06-09 17:28:03.939 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: dvr 2026-06-09 17:28:03.940 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-06-09 17:28:03.941 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: empty-string-filtering 2026-06-09 17:28:03.941 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-06-09 17:28:03.942 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-06-09 17:28:03.942 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: external-net 2026-06-09 17:28:03.943 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: extra_dhcp_opt 2026-06-09 17:28:03.943 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: extraroute 2026-06-09 17:28:03.944 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: extraroute-atomic 2026-06-09 17:28:03.944 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-06-09 17:28:03.945 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-06-09 17:28:03.945 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-06-09 17:28:03.946 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-06-09 17:28:03.946 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: fip-port-details 2026-06-09 17:28:03.947 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: flavors 2026-06-09 17:28:03.948 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-06-09 17:28:03.949 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: floatingip-pools 2026-06-09 17:28:03.950 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: ip_allocation 2026-06-09 17:28:03.950 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: ip-substring-filtering 2026-06-09 17:28:03.951 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: l2_adjacency 2026-06-09 17:28:03.952 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: router 2026-06-09 17:28:03.954 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-06-09 17:28:03.954 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-06-09 17:28:03.955 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-06-09 17:28:03.955 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: ext-gw-mode 2026-06-09 17:28:03.956 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: l3-ha 2026-06-09 17:28:03.956 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-06-09 17:28:03.957 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-06-09 17:28:03.957 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: l3-flavors 2026-06-09 17:28:03.958 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-06-09 17:28:03.959 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-06-09 17:28:03.961 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: l3_agent_scheduler 2026-06-09 17:28:03.962 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-06-09 17:28:03.963 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension logging not supported by any of loaded plugins 2026-06-09 17:28:03.964 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension metering not supported by any of loaded plugins 2026-06-09 17:28:03.965 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-06-09 17:28:03.965 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: multi-provider 2026-06-09 17:28:03.966 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: net-mtu 2026-06-09 17:28:03.966 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: net-mtu-writable 2026-06-09 17:28:03.967 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: network_availability_zone 2026-06-09 17:28:03.968 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: network_ha 2026-06-09 17:28:03.968 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: network-ip-availability 2026-06-09 17:28:03.970 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-06-09 17:28:03.970 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: pagination 2026-06-09 17:28:03.970 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: port-device-profile 2026-06-09 17:28:03.971 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-06-09 17:28:03.972 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-06-09 17:28:03.973 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-06-09 17:28:03.973 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: port-mac-override 2026-06-09 17:28:03.974 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-06-09 17:28:03.975 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-06-09 17:28:03.975 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-06-09 17:28:03.976 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: port-resource-request 2026-06-09 17:28:03.976 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: port-resource-request-groups 2026-06-09 17:28:03.977 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-06-09 17:28:03.978 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: binding 2026-06-09 17:28:03.979 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: binding-extended 2026-06-09 17:28:03.979 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: port-security 2026-06-09 17:28:03.979 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: project-id 2026-06-09 17:28:03.980 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: provider 2026-06-09 17:28:03.981 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-06-09 17:28:03.983 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: qos 2026-06-09 17:28:03.983 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-06-09 17:28:03.984 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-06-09 17:28:03.984 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: qos-default 2026-06-09 17:28:03.985 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: qos-fip 2026-06-09 17:28:03.985 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-06-09 17:28:03.986 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: qos-gateway-ip 2026-06-09 17:28:03.987 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: qos-port-network-policy 2026-06-09 17:28:03.987 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: qos-pps-minimum 2026-06-09 17:28:03.988 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-06-09 17:28:03.988 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: qos-pps 2026-06-09 17:28:03.989 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: qos-rule-type-details 2026-06-09 17:28:03.990 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: qos-rule-type-filter 2026-06-09 17:28:03.990 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: qos-rules-alias 2026-06-09 17:28:03.991 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: quota-check-limit 2026-06-09 17:28:03.992 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: quota-check-limit-default 2026-06-09 17:28:03.994 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: quotas 2026-06-09 17:28:03.995 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: quota_details 2026-06-09 17:28:03.996 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: rbac-policies 2026-06-09 17:28:03.997 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: rbac-address-group 2026-06-09 17:28:03.998 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: rbac-address-scope 2026-06-09 17:28:03.998 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: rbac-security-groups 2026-06-09 17:28:03.999 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: rbac-subnetpool 2026-06-09 17:28:03.999 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: revision-if-match 2026-06-09 17:28:04.000 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: standard-attr-revisions 2026-06-09 17:28:04.000 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: router_availability_zone 2026-06-09 17:28:04.002 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-06-09 17:28:04.004 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: security-groups-default-rules 2026-06-09 17:28:04.004 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-06-09 17:28:04.005 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: port-security-groups-filtering 2026-06-09 17:28:04.005 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-06-09 17:28:04.006 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-06-09 17:28:04.006 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-06-09 17:28:04.012 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: security-group 2026-06-09 17:28:04.013 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: segment 2026-06-09 17:28:04.014 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-06-09 17:28:04.014 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: service-type 2026-06-09 17:28:04.015 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: sorting 2026-06-09 17:28:04.015 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: standard-attr-segment 2026-06-09 17:28:04.016 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: standard-attr-description 2026-06-09 17:28:04.017 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: stateful-security-group 2026-06-09 17:28:04.017 8 WARNING neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-06-09 17:28:04.018 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-06-09 17:28:04.018 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: subnet-external-network 2026-06-09 17:28:04.019 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: subnet_onboard 2026-06-09 17:28:04.019 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-06-09 17:28:04.020 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: subnet-service-types 2026-06-09 17:28:04.020 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: subnet_allocation 2026-06-09 17:28:04.021 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-06-09 17:28:04.021 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: tag-creation 2026-06-09 17:28:04.022 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-06-09 17:28:04.026 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: standard-attr-tag 2026-06-09 17:28:04.026 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: standard-attr-timestamp 2026-06-09 17:28:04.027 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: trunk 2026-06-09 17:28:04.028 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: trunk-details 2026-06-09 17:28:04.028 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-06-09 17:28:04.029 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-06-09 17:28:04.029 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-06-09 17:28:04.030 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: vpn-aes-ctr 2026-06-09 17:28:04.032 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-06-09 17:28:04.032 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-06-09 17:28:04.033 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: vpn-flavors 2026-06-09 17:28:04.035 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: vpnaas 2026-06-09 17:28:04.036 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: taas 2026-06-09 17:28:04.037 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: tap-mirror 2026-06-09 17:28:04.038 8 INFO neutron.api.extensions [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Loaded extension: taas-vlan-filter 2026-06-09 17:28:04.041 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:network 2026-06-09 17:28:04.041 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-06-09 17:28:04.041 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 17:28:04.041 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:port 2026-06-09 17:28:04.045 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-09 17:28:04.045 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-09 17:28:04.050 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-09 17:28:04.050 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-09 17:28:04.051 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-09 17:28:04.052 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 17:28:04.052 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] subnetpool is already registered 2026-06-09 17:28:04.052 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 17:28:04.052 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] subnetpool is already registered 2026-06-09 17:28:04.053 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-09 17:28:04.053 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 17:28:04.054 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 17:28:04.055 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-09 17:28:04.055 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-09 17:28:04.055 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-09 17:28:04.056 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 17:28:04.056 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] ipsecpolicy is already registered 2026-06-09 17:28:04.056 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 17:28:04.056 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] ikepolicy is already registered 2026-06-09 17:28:04.061 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:router 2026-06-09 17:28:04.061 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] router is already registered 2026-06-09 17:28:04.062 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-06-09 17:28:04.062 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] floatingip is already registered 2026-06-09 17:28:04.065 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-06-09 17:28:04.066 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] rbac_policy is already registered 2026-06-09 17:28:04.066 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-06-09 17:28:04.066 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] security_group is already registered 2026-06-09 17:28:04.067 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-06-09 17:28:04.067 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] security_group_rule is already registered 2026-06-09 17:28:04.068 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 17:28:04.068 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] subnetpool is already registered 2026-06-09 17:28:04.068 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-06-09 17:28:04.068 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] subnetpool is already registered 2026-06-09 17:28:04.069 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-06-09 17:28:04.069 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] trunk is already registered 2026-06-09 17:28:04.069 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 17:28:04.070 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] ikepolicy is already registered 2026-06-09 17:28:04.070 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 17:28:04.070 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] ipsecpolicy is already registered 2026-06-09 17:28:04.070 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-06-09 17:28:04.071 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] endpoint_group is already registered 2026-06-09 17:28:04.071 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-06-09 17:28:04.071 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] vpnservice is already registered 2026-06-09 17:28:04.072 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-06-09 17:28:04.072 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] ipsec_site_connection is already registered 2026-06-09 17:28:04.072 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-06-09 17:28:04.072 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] ipsecpolicy is already registered 2026-06-09 17:28:04.073 8 INFO neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-06-09 17:28:04.073 8 WARNING neutron.quota.resource_registry [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] ikepolicy is already registered 2026-06-09 17:28:04.112 8 WARNING keystonemiddleware._common.config [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-06-09 17:28:04.119 8 WARNING oslo_config.cfg [None req-95f871e1-8732-4b4d-9b8a-987088c6ae68 - - - - - -] 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 0x7f732b1e4668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 17:28:15.205 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3f266ef5-97a6-42cc-b334-6cfde6b10430 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 2/3] 199.204.45.95 () {44 vars in 922 bytes} [Tue Jun 9 17:28:14 2026] GET /v2.0/networks/public => generated 108 bytes in 821 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 2/4] 199.204.45.95 () {44 vars in 944 bytes} [Tue Jun 9 17:28:15 2026] GET /v2.0/networks?name=public => generated 15 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 17:28:15.967 7 WARNING neutron.services.revisions.revision_plugin [None req-39208f1d-b373-4946-b074-0a4db9c749d9 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Could not find related network for resource to bump revision. 2026-06-09 17:28:15.987 7 INFO neutron.db.segments_db [None req-39208f1d-b373-4946-b074-0a4db9c749d9 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 9910639d-8bb5-433c-858f-234cadf54304 of type flat for network 0b3077ce-cb59-49cf-be0e-e66b9f564e2d 2026-06-09 17:28:16.037 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39208f1d-b373-4946-b074-0a4db9c749d9 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/5] 199.204.45.95 () {48 vars in 962 bytes} [Tue Jun 9 17:28:15 2026] POST /v2.0/networks => generated 124 bytes in 451 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 17:28:21.947 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fc0cbdcd-c857-4d54-8f4b-8b9cf0779356 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/7] 199.204.45.95 () {44 vars in 922 bytes} [Tue Jun 9 17:28:21 2026] GET /v2.0/networks/public => generated 108 bytes in 59 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 4/8] 199.204.45.95 () {44 vars in 944 bytes} [Tue Jun 9 17:28:21 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-06-09 17:28:22.025 7 WARNING neutron.services.revisions.revision_plugin [None req-0e6928a2-7e61-4fce-a78c-6efee9261b1b 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Could not find related network for resource to bump revision. 2026-06-09 17:28:22.047 7 INFO neutron.db.segments_db [None req-0e6928a2-7e61-4fce-a78c-6efee9261b1b 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 717681ac-3a3c-4ed4-88d5-62207fc40b36 of type flat for network db40d5be-dc6b-4245-a2da-44b5097dd6c8 2026-06-09 17:28:22.076 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e6928a2-7e61-4fce-a78c-6efee9261b1b 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/9] 199.204.45.95 () {48 vars in 962 bytes} [Tue Jun 9 17:28:21 2026] POST /v2.0/networks => generated 124 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 17:28:28.318 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3ddec3a-e58a-4be6-b329-ebed908977b5 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/10] 199.204.45.95 () {44 vars in 922 bytes} [Tue Jun 9 17:28:27 2026] GET /v2.0/networks/public => generated 108 bytes in 396 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 6/11] 199.204.45.95 () {44 vars in 944 bytes} [Tue Jun 9 17:28:28 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 17:28:28.595 8 WARNING neutron.services.revisions.revision_plugin [None req-6b53d89e-266e-4015-afee-d42d9ff602d2 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Could not find related network for resource to bump revision. 2026-06-09 17:28:28.616 8 INFO neutron.db.segments_db [None req-6b53d89e-266e-4015-afee-d42d9ff602d2 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 5812040a-c8d4-4d92-9801-eaa4cb18061f of type flat for network bafce802-29dc-44f9-be75-dbd720b03c20 2026-06-09 17:28:28.696 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6b53d89e-266e-4015-afee-d42d9ff602d2 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/12] 199.204.45.95 () {48 vars in 962 bytes} [Tue Jun 9 17:28:28 2026] POST /v2.0/networks => generated 124 bytes in 368 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 17:28:34.595 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a4060f0-276f-46cc-9fa1-9bb6700d3f11 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/13] 199.204.45.95 () {44 vars in 922 bytes} [Tue Jun 9 17:28:34 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: 7/14] 199.204.45.95 () {44 vars in 944 bytes} [Tue Jun 9 17:28:34 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 17:28:34.663 7 WARNING neutron.services.revisions.revision_plugin [None req-d3bc6fc4-f42c-4158-82ff-9ce704921790 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Could not find related network for resource to bump revision. 2026-06-09 17:28:34.679 7 INFO neutron.db.segments_db [None req-d3bc6fc4-f42c-4158-82ff-9ce704921790 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 6c36a28c-8c3d-4755-a35a-43712818a59e of type flat for network 6b04e9bc-73de-4bcc-9993-914bba6953f1 2026-06-09 17:28:34.705 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d3bc6fc4-f42c-4158-82ff-9ce704921790 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/15] 199.204.45.95 () {48 vars in 962 bytes} [Tue Jun 9 17:28:34 2026] POST /v2.0/networks => generated 124 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 17:28:40.632 7 INFO neutron.pecan_wsgi.hooks.translation [None req-56081d22-87a4-4cc6-aba1-5c8f2d94b7cb 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/17] 199.204.45.95 () {44 vars in 922 bytes} [Tue Jun 9 17:28:40 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/18] 199.204.45.95 () {44 vars in 944 bytes} [Tue Jun 9 17:28:40 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 17:28:40.704 7 WARNING neutron.services.revisions.revision_plugin [None req-84a4b57f-a4ec-4a63-99bb-54743b1889b5 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Could not find related network for resource to bump revision. 2026-06-09 17:28:40.725 7 INFO neutron.db.segments_db [None req-84a4b57f-a4ec-4a63-99bb-54743b1889b5 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 3bd92569-2687-4eb7-b9e2-2eb4789f1ec9 of type flat for network e7811240-0396-48de-a62c-bd16a594521e [pid: 7|app: 0|req: 10/19] 199.204.45.95 () {48 vars in 962 bytes} [Tue Jun 9 17:28:40 2026] POST /v2.0/networks => generated 706 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 17:28:42.006 8 INFO neutron.pecan_wsgi.hooks.translation [None req-39289136-7dbb-49e7-88d3-45a551d084ce 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/20] 199.204.45.95 () {44 vars in 922 bytes} [Tue Jun 9 17:28:41 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: 7|app: 0|req: 11/21] 199.204.45.95 () {44 vars in 944 bytes} [Tue Jun 9 17:28:42 2026] GET /v2.0/networks?name=public => generated 709 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 17:28:42.073 8 INFO neutron.pecan_wsgi.hooks.translation [None req-de6fa9a3-a4fb-491b-a8b3-e8c97eb7831e 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/22] 199.204.45.95 () {44 vars in 1029 bytes} [Tue Jun 9 17:28:42 2026] GET /v2.0/subnets/public-subnet?network_id=e7811240-0396-48de-a62c-bd16a594521e => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/23] 199.204.45.95 () {44 vars in 1052 bytes} [Tue Jun 9 17:28:42 2026] GET /v2.0/subnets?name=public-subnet&network_id=e7811240-0396-48de-a62c-bd16a594521e => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/24] 199.204.45.95 () {48 vars in 960 bytes} [Tue Jun 9 17:28:42 2026] POST /v2.0/subnets => generated 664 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 17:33:41.862 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bf2db959-36fb-4c77-aef9-242ae31214a5 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/64] 199.204.45.95 () {44 vars in 932 bytes} [Tue Jun 9 17:33:41 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/65] 199.204.45.95 () {44 vars in 954 bytes} [Tue Jun 9 17:33:41 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 17:33:41.954 8 INFO neutron.db.segments_db [None req-e8140064-a00e-4d35-978a-3418b9dd48d6 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 808df8ee-2877-4055-9297-227401a5845f of type vxlan for network 5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8 [pid: 8|app: 0|req: 33/66] 199.204.45.95 () {48 vars in 961 bytes} [Tue Jun 9 17:33:41 2026] POST /v2.0/networks => generated 688 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 17:33:43.021 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8d7f9c26-bcaf-4a54-9271-2a058231ecac 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/67] 199.204.45.95 () {44 vars in 932 bytes} [Tue Jun 9 17:33:42 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/68] 199.204.45.95 () {44 vars in 954 bytes} [Tue Jun 9 17:33:43 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 17:33:43.087 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6346cfc9-9080-4e60-a86e-729533cc1e41 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/69] 199.204.45.95 () {44 vars in 1031 bytes} [Tue Jun 9 17:33:43 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8 => generated 114 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/70] 199.204.45.95 () {44 vars in 1054 bytes} [Tue Jun 9 17:33:43 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8 => 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: 36/71] 199.204.45.95 () {48 vars in 960 bytes} [Tue Jun 9 17:33:43 2026] POST /v2.0/subnets => generated 651 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 17:33:44.554 8 INFO neutron.api.v2.resource [None req-decb9ee6-4157-4ff3-a01c-b3c2d05c0dfe 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/72] 199.204.45.95 () {44 vars in 966 bytes} [Tue Jun 9 17:33:44 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/73] 199.204.45.95 () {44 vars in 988 bytes} [Tue Jun 9 17:33:44 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/74] 199.204.45.95 () {48 vars in 975 bytes} [Tue Jun 9 17:33:44 2026] POST /v2.0/security-groups => generated 1616 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/75] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:45 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 1616 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/76] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:45 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/77] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:45 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/78] 199.204.45.95 () {48 vars in 986 bytes} [Tue Jun 9 17:33:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/79] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:46 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 2230 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/80] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:47 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/81] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:47 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 2230 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/82] 199.204.45.95 () {48 vars in 986 bytes} [Tue Jun 9 17:33:47 2026] POST /v2.0/security-group-rules => generated 603 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/83] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:48 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/84] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:48 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/85] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:48 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/86] 199.204.45.95 () {48 vars in 986 bytes} [Tue Jun 9 17:33:48 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/87] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:49 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 3462 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/88] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:49 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => 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: 45/89] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:49 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/90] 199.204.45.95 () {48 vars in 986 bytes} [Tue Jun 9 17:33:49 2026] POST /v2.0/security-group-rules => generated 603 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/91] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:50 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4078 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:50 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4078 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/93] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:50 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.204.45.95 () {48 vars in 986 bytes} [Tue Jun 9 17:33:50 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: 49/97] 199.204.45.95 () {44 vars in 982 bytes} [Tue Jun 9 17:33:51 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8 => generated 732 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 17:33:51.808 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15dbc16c-4002-4baf-8ccd-3cd018a63305 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/98] 199.204.45.95 () {44 vars in 1071 bytes} [Tue Jun 9 17:33:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8 => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/99] 199.204.45.95 () {44 vars in 1094 bytes} [Tue Jun 9 17:33:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8 => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/100] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:51 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/101] 199.204.45.95 () {48 vars in 956 bytes} [Tue Jun 9 17:33:51 2026] POST /v2.0/ports => generated 1096 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-09 17:33:59.871 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7998ca4-b513-4785-b958-d2054929a8c0 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/102] 199.204.45.95 () {44 vars in 974 bytes} [Tue Jun 9 17:33:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 51 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: 52/103] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:33:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/104] 199.204.45.95 () {48 vars in 1026 bytes} [Tue Jun 9 17:34:00 2026] PUT /v2.0/ports/385b6055-ab5a-4207-972a-a85d9928309e => generated 1245 bytes in 794 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/105] 199.204.45.95 () {44 vars in 915 bytes} [Tue Jun 9 17:34:02 2026] GET /v2.0/ports => generated 3726 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 17:34:03.630 7 INFO neutron.api.v2.resource [None req-5ea5c245-5aaa-40db-a731-f4cc1407ea67 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/106] 199.204.45.95 () {44 vars in 954 bytes} [Tue Jun 9 17:34:03 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/107] 199.204.45.95 () {44 vars in 976 bytes} [Tue Jun 9 17:34:03 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/108] 199.204.45.95 () {48 vars in 975 bytes} [Tue Jun 9 17:34:03 2026] POST /v2.0/security-groups => generated 1610 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/109] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:34:04 2026] GET /v2.0/security-groups/82da55d5-bdc1-498d-9265-cd8b343861e0 => generated 1610 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/110] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:34:04 2026] GET /v2.0/security-groups/82da55d5-bdc1-498d-9265-cd8b343861e0 => generated 1610 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/111] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:34:04 2026] GET /v2.0/security-groups/82da55d5-bdc1-498d-9265-cd8b343861e0 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/112] 199.204.45.95 () {48 vars in 986 bytes} [Tue Jun 9 17:34:04 2026] POST /v2.0/security-group-rules => generated 621 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/115] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:34:05 2026] GET /v2.0/security-groups/82da55d5-bdc1-498d-9265-cd8b343861e0 => generated 2244 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/116] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:34:05 2026] GET /v2.0/security-groups/82da55d5-bdc1-498d-9265-cd8b343861e0 => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/117] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:34:05 2026] GET /v2.0/security-groups/82da55d5-bdc1-498d-9265-cd8b343861e0 => generated 2244 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/118] 199.204.45.95 () {48 vars in 986 bytes} [Tue Jun 9 17:34:05 2026] POST /v2.0/security-group-rules => generated 625 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/127] 199.204.45.95 () {44 vars in 970 bytes} [Tue Jun 9 17:35:11 2026] GET /v2.0/quotas/b0dfc71e512446aa90005cb0594b376d => 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: 64/128] 199.204.45.95 () {48 vars in 1022 bytes} [Tue Jun 9 17:35:12 2026] PUT /v2.0/quotas/b0dfc71e512446aa90005cb0594b376d => 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-06-09 17:37:33.032 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0e8da49d-635b-4a59-ab93-189eec610d7a 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/147] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 17:37:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 128 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: 74/148] 199.204.45.95 () {30 vars in 761 bytes} [Tue Jun 9 17:37:33 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 17:37:35.087 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e825c3b6-160f-4f6d-bd7c-29a00e14d9a5 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 75/149] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 17:37:35 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 75/150] 199.204.45.95 () {30 vars in 761 bytes} [Tue Jun 9 17:37:35 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 17:43:55.371 7 INFO neutron.api.v2.resource [None req-5cf7d1cb-2933-4ed9-953f-f75fdca6ffb4 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 102/203] 199.204.45.95 () {44 vars in 1069 bytes} [Tue Jun 9 17:43:55 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=1916221b6e204ec1a171bef6a941588b => generated 139 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/204] 199.204.45.95 () {44 vars in 1092 bytes} [Tue Jun 9 17:43:55 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=1916221b6e204ec1a171bef6a941588b => generated 23 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/205] 199.204.45.95 () {48 vars in 976 bytes} [Tue Jun 9 17:43:55 2026] POST /v2.0/security-groups => generated 1624 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/206] 199.204.45.95 () {44 vars in 1083 bytes} [Tue Jun 9 17:43:56 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770?project_id=1916221b6e204ec1a171bef6a941588b => generated 1624 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/207] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:43:56 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770 => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/208] 199.204.45.95 () {44 vars in 1083 bytes} [Tue Jun 9 17:43:56 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770?project_id=1916221b6e204ec1a171bef6a941588b => generated 1624 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/209] 199.204.45.95 () {48 vars in 986 bytes} [Tue Jun 9 17:43:56 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: 8|app: 0|req: 105/210] 199.204.45.95 () {44 vars in 1083 bytes} [Tue Jun 9 17:43:57 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770?project_id=1916221b6e204ec1a171bef6a941588b => generated 2234 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/211] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:43:58 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770 => generated 2234 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/212] 199.204.45.95 () {44 vars in 1083 bytes} [Tue Jun 9 17:43:58 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770?project_id=1916221b6e204ec1a171bef6a941588b => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/213] 199.204.45.95 () {48 vars in 986 bytes} [Tue Jun 9 17:43:58 2026] POST /v2.0/security-group-rules => generated 599 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/214] 199.204.45.95 () {44 vars in 1083 bytes} [Tue Jun 9 17:43:59 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770?project_id=1916221b6e204ec1a171bef6a941588b => generated 2846 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/215] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:43:59 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770 => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/216] 199.204.45.95 () {44 vars in 1083 bytes} [Tue Jun 9 17:43:59 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770?project_id=1916221b6e204ec1a171bef6a941588b => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/217] 199.204.45.95 () {48 vars in 986 bytes} [Tue Jun 9 17:43:59 2026] POST /v2.0/security-group-rules => generated 601 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/218] 199.204.45.95 () {44 vars in 1083 bytes} [Tue Jun 9 17:44:00 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770?project_id=1916221b6e204ec1a171bef6a941588b => generated 3460 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/219] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:44:00 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770 => generated 3460 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/220] 199.204.45.95 () {44 vars in 1083 bytes} [Tue Jun 9 17:44:00 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770?project_id=1916221b6e204ec1a171bef6a941588b => generated 3460 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/221] 199.204.45.95 () {48 vars in 986 bytes} [Tue Jun 9 17:44:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/242] 199.204.45.95 () {30 vars in 738 bytes} [Tue Jun 9 17:46:26 2026] GET /v2.0/networks?tenant_id=1916221b6e204ec1a171bef6a941588b&shared=False => generated 15 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 17:46:26.503 8 INFO neutron.db.segments_db [None req-a5311325-2674-403f-9187-25688fdf675b b7eeeaf7c4fe42ebbf9db05248c2d4dd 1916221b6e204ec1a171bef6a941588b - - 0df98171359d43f7b71174c62476cba2 0df98171359d43f7b71174c62476cba2] Added segment 2a839f1a-5214-4e2d-9bb8-4de7d88574b8 of type vxlan for network 1dce9c5b-6d42-47eb-b5ae-01e39fcddc8c [pid: 8|app: 0|req: 121/243] 199.204.45.95 () {34 vars in 680 bytes} [Tue Jun 9 17:46:26 2026] POST /v2.0/networks => generated 699 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 123/244] 199.204.45.95 () {30 vars in 720 bytes} [Tue Jun 9 17:46:26 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => 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: 122/245] 199.204.45.95 () {30 vars in 631 bytes} [Tue Jun 9 17:46:26 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 124/246] 199.204.45.95 () {34 vars in 675 bytes} [Tue Jun 9 17:46:26 2026] POST /v2.0/ports => generated 999 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/247] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 17:46:27 2026] GET /v2.0/networks/1dce9c5b-6d42-47eb-b5ae-01e39fcddc8c => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/248] 199.204.45.95 () {30 vars in 720 bytes} [Tue Jun 9 17:46:29 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/249] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 17:46:29 2026] GET /v2.0/networks/1dce9c5b-6d42-47eb-b5ae-01e39fcddc8c => 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: 126/252] 199.204.45.95 () {44 vars in 970 bytes} [Tue Jun 9 17:46:46 2026] GET /v2.0/quotas/1916221b6e204ec1a171bef6a941588b => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/253] 199.204.45.95 () {48 vars in 1022 bytes} [Tue Jun 9 17:46:47 2026] PUT /v2.0/quotas/1916221b6e204ec1a171bef6a941588b => generated 291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 17:59:00.696 8 INFO neutron.pecan_wsgi.hooks.translation [None req-59571abd-4d82-44e6-ac97-e83693588d8c 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 176/352] 199.204.45.95 () {44 vars in 922 bytes} [Tue Jun 9 17:59:00 2026] GET /v2.0/networks/public => generated 108 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/353] 199.204.45.95 () {44 vars in 944 bytes} [Tue Jun 9 17:59:00 2026] GET /v2.0/networks?name=public => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 17:59:01.834 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69d3c71a-6225-4f29-b49d-986c07d31ea4 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/354] 199.204.45.95 () {44 vars in 922 bytes} [Tue Jun 9 17:59:01 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: 178/355] 199.204.45.95 () {44 vars in 944 bytes} [Tue Jun 9 17:59:01 2026] GET /v2.0/networks?name=public => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 17:59:01.901 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23cb06ca-0489-4842-af0d-ccad579cf103 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/356] 199.204.45.95 () {44 vars in 1029 bytes} [Tue Jun 9 17:59:01 2026] GET /v2.0/subnets/public-subnet?network_id=e7811240-0396-48de-a62c-bd16a594521e => generated 113 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/357] 199.204.45.95 () {44 vars in 1052 bytes} [Tue Jun 9 17:59:01 2026] GET /v2.0/subnets?name=public-subnet&network_id=e7811240-0396-48de-a62c-bd16a594521e => generated 667 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 17:59:31.979 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1a8c75f6-62c9-455d-ad86-0f3c80456bab 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 182/362] 199.204.45.95 () {44 vars in 932 bytes} [Tue Jun 9 17:59:31 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/363] 199.204.45.95 () {44 vars in 954 bytes} [Tue Jun 9 17:59:31 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 17:59:33.027 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d2ea8ce-d22a-4fd1-b9ae-5371b2357817 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 183/364] 199.204.45.95 () {44 vars in 932 bytes} [Tue Jun 9 17:59:32 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/365] 199.204.45.95 () {44 vars in 954 bytes} [Tue Jun 9 17:59:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 17:59:33.092 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c93d0076-ad5e-49e0-a5b5-61dff4df7c51 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/366] 199.204.45.95 () {44 vars in 1031 bytes} [Tue Jun 9 17:59:33 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8 => generated 114 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/367] 199.204.45.95 () {44 vars in 1054 bytes} [Tue Jun 9 17:59:33 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 17:59:34.487 7 INFO neutron.api.v2.resource [None req-2c52964d-4209-4df0-b278-a8870ef65eb8 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/368] 199.204.45.95 () {44 vars in 966 bytes} [Tue Jun 9 17:59:34 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/369] 199.204.45.95 () {44 vars in 988 bytes} [Tue Jun 9 17:59:34 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/372] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:35 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4694 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/373] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:35 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4694 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/374] 199.204.45.95 () {44 vars in 1006 bytes} [Tue Jun 9 17:59:35 2026] GET /v2.0/security-group-rules/b2afdbd1-c794-4666-8063-347c1ca6e099 => 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: 188/375] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:36 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4694 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/376] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:36 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/377] 199.204.45.95 () {44 vars in 1006 bytes} [Tue Jun 9 17:59:37 2026] GET /v2.0/security-group-rules/dea4ad60-833f-4a0f-9940-aba78c584f64 => 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: 189/378] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:37 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/379] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:38 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/380] 199.204.45.95 () {44 vars in 1006 bytes} [Tue Jun 9 17:59:38 2026] GET /v2.0/security-group-rules/0f82e3c4-2a46-4816-ac99-04066bd05872 => 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: 191/381] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:39 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/382] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:39 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/383] 199.204.45.95 () {44 vars in 1006 bytes} [Tue Jun 9 17:59:39 2026] GET /v2.0/security-group-rules/105b5e50-e7d4-41f1-a051-2b573b825dc9 => generated 603 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/384] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:40 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/385] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:40 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/386] 199.204.45.95 () {44 vars in 1006 bytes} [Tue Jun 9 17:59:40 2026] GET /v2.0/security-group-rules/da68b880-58b2-4725-a95c-d28f693eae3d => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/387] 199.204.45.95 () {44 vars in 982 bytes} [Tue Jun 9 17:59:41 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8 => generated 732 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 17:59:41.772 7 INFO neutron.pecan_wsgi.hooks.translation [None req-225a3c4e-f142-4aa3-a7d8-a977b319ac17 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 194/388] 199.204.45.95 () {44 vars in 1071 bytes} [Tue Jun 9 17:59:41 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/389] 199.204.45.95 () {44 vars in 1094 bytes} [Tue Jun 9 17:59:41 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8 => generated 1250 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/390] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:41 2026] GET /v2.0/security-groups/6e4073ae-5745-461d-922d-bd86d215722d => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 17:59:51.294 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73ff4085-116c-4ea1-9370-690714e1143a 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/393] 199.204.45.95 () {44 vars in 974 bytes} [Tue Jun 9 17:59:51 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 72 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/394] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:51 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/395] 199.204.45.95 () {44 vars in 915 bytes} [Tue Jun 9 17:59:52 2026] GET /v2.0/ports => generated 4721 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 17:59:54.173 7 INFO neutron.api.v2.resource [None req-6e163e4c-6213-4617-a64e-9798ee503db1 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/396] 199.204.45.95 () {44 vars in 954 bytes} [Tue Jun 9 17:59:54 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/397] 199.204.45.95 () {44 vars in 976 bytes} [Tue Jun 9 17:59:54 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/398] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:55 2026] GET /v2.0/security-groups/82da55d5-bdc1-498d-9265-cd8b343861e0 => generated 2882 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/399] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:55 2026] GET /v2.0/security-groups/82da55d5-bdc1-498d-9265-cd8b343861e0 => generated 2882 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/400] 199.204.45.95 () {44 vars in 1006 bytes} [Tue Jun 9 17:59:55 2026] GET /v2.0/security-group-rules/19f8c499-403f-489a-b01b-d31349326b59 => generated 621 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/401] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:56 2026] GET /v2.0/security-groups/82da55d5-bdc1-498d-9265-cd8b343861e0 => generated 2882 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/402] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 17:59:56 2026] GET /v2.0/security-groups/82da55d5-bdc1-498d-9265-cd8b343861e0 => generated 2882 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/403] 199.204.45.95 () {44 vars in 1006 bytes} [Tue Jun 9 17:59:56 2026] GET /v2.0/security-group-rules/8cf97d78-9530-432c-aaea-e2338eb63032 => generated 625 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/406] 199.204.45.95 () {44 vars in 970 bytes} [Tue Jun 9 18:00:10 2026] GET /v2.0/quotas/b0dfc71e512446aa90005cb0594b376d => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:01:11.612 7 INFO neutron.api.v2.resource [None req-0788d4ed-83de-481b-b9cf-e7c9892bd087 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 208/415] 199.204.45.95 () {44 vars in 1069 bytes} [Tue Jun 9 18:01:11 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=1916221b6e204ec1a171bef6a941588b => generated 139 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/416] 199.204.45.95 () {44 vars in 1092 bytes} [Tue Jun 9 18:01:11 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=1916221b6e204ec1a171bef6a941588b => generated 4072 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/417] 199.204.45.95 () {44 vars in 1083 bytes} [Tue Jun 9 18:01:12 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770?project_id=1916221b6e204ec1a171bef6a941588b => 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: 209/418] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 18:01:12 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770 => generated 4075 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/419] 199.204.45.95 () {44 vars in 1006 bytes} [Tue Jun 9 18:01:12 2026] GET /v2.0/security-group-rules/64e8a0e0-db97-4c41-ad76-2118ef9d5160 => generated 597 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/420] 199.204.45.95 () {44 vars in 1083 bytes} [Tue Jun 9 18:01:13 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770?project_id=1916221b6e204ec1a171bef6a941588b => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/421] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 18:01:13 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/422] 199.204.45.95 () {44 vars in 1006 bytes} [Tue Jun 9 18:01:13 2026] GET /v2.0/security-group-rules/4b705664-dd69-44d1-96ed-b8d78d5037be => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/423] 199.204.45.95 () {44 vars in 1083 bytes} [Tue Jun 9 18:01:14 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770?project_id=1916221b6e204ec1a171bef6a941588b => generated 4075 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/424] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 18:01:14 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770 => 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: 213/425] 199.204.45.95 () {44 vars in 1006 bytes} [Tue Jun 9 18:01:15 2026] GET /v2.0/security-group-rules/30dab049-2f0f-4a35-bef7-04046224cd15 => generated 601 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/426] 199.204.45.95 () {44 vars in 1083 bytes} [Tue Jun 9 18:01:16 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770?project_id=1916221b6e204ec1a171bef6a941588b => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/427] 199.204.45.95 () {44 vars in 996 bytes} [Tue Jun 9 18:01:16 2026] GET /v2.0/security-groups/2c55ad76-b78e-4375-9aec-1b401374c770 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/428] 199.204.45.95 () {44 vars in 1006 bytes} [Tue Jun 9 18:01:16 2026] GET /v2.0/security-group-rules/3c90d340-6f34-48ba-9f15-4be4d4034ab2 => generated 602 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/431] 199.204.45.95 () {44 vars in 970 bytes} [Tue Jun 9 18:01:23 2026] GET /v2.0/quotas/1916221b6e204ec1a171bef6a941588b => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/438] 199.204.45.95 () {44 vars in 944 bytes} [Tue Jun 9 18:02:19 2026] GET /v2.0/networks?name=public => generated 753 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/445] 10.0.0.184 () {32 vars in 648 bytes} [Tue Jun 9 18:03:00 2026] GET /v2.0/networks => generated 2168 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/446] 10.0.0.184 () {32 vars in 654 bytes} [Tue Jun 9 18:03:02 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/447] 10.0.0.184 () {32 vars in 646 bytes} [Tue Jun 9 18:03:02 2026] GET /v2.0/routers => generated 15 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/448] 10.0.0.184 () {32 vars in 642 bytes} [Tue Jun 9 18:03:02 2026] GET /v2.0/ports => generated 4721 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/449] 10.0.0.184 () {32 vars in 646 bytes} [Tue Jun 9 18:03:02 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/450] 10.0.0.184 () {32 vars in 648 bytes} [Tue Jun 9 18:03:02 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/451] 10.0.0.184 () {32 vars in 662 bytes} [Tue Jun 9 18:03:02 2026] GET /v2.0/security-groups => generated 17397 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/452] 10.0.0.184 () {32 vars in 654 bytes} [Tue Jun 9 18:03:02 2026] GET /v2.0/subnetpools => generated 19 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:03:14.533 7 INFO neutron.db.segments_db [None req-c32c7e83-f956-47cb-9727-0c1ddddd14f0 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment da991bc1-590e-4e75-95e5-f97ba02c02b7 of type vxlan for network 7f89be19-da9e-47ca-8d18-faed34b68bb4 2026-06-09 18:03:14.538 8 INFO neutron.db.segments_db [None req-5bc46f74-f084-439d-9e92-8f9b6431debf 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 1537e0e4-587e-408b-8d05-1bb695f6d0db of type vxlan for network e94cc9a4-8dcf-483a-b7a0-a968058ba10a [pid: 7|app: 0|req: 228/455] 10.0.0.184 () {34 vars in 670 bytes} [Tue Jun 9 18:03:14 2026] POST /v2.0/networks => generated 724 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/456] 10.0.0.184 () {34 vars in 670 bytes} [Tue Jun 9 18:03:14 2026] POST /v2.0/networks => generated 729 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/457] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:03:14 2026] POST /v2.0/subnets => generated 691 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:03:14.793 7 INFO neutron.db.segments_db [None req-455538b6-c2a7-467c-8288-f856b17c03bd 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment d2bf4e66-2ebe-4a2c-a5a5-fd1e4bf1ba62 of type vxlan for network e278f3bb-bbb8-47df-a20a-47384d07f53b [pid: 7|app: 0|req: 229/458] 10.0.0.184 () {34 vars in 670 bytes} [Tue Jun 9 18:03:14 2026] POST /v2.0/networks => generated 725 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:03:14.913 7 INFO neutron.db.segments_db [None req-208b31a0-103f-4824-8d65-784fcf86c577 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment b228da60-34e1-463b-9feb-ac7cc0c48b20 of type vxlan for network 84238a52-669e-4e56-92e3-612f8c12501a [pid: 8|app: 0|req: 230/459] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:03:14 2026] POST /v2.0/subnets => generated 695 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:03:15.107 7 INFO neutron.db.l3_hamode_db [None req-208b31a0-103f-4824-8d65-784fcf86c577 7273851d1c9a4515835c076687dd33a3 01b4dcdf2d5647e19abb6c59f7d54c56 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 231/460] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:03:14 2026] POST /v2.0/subnets => generated 691 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:03:15.202 8 INFO neutron.db.segments_db [None req-0f74d708-7bdc-47b4-975f-0199dcee4f20 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 700d15c4-c171-456b-bdd9-d1b65dbf5f29 of type vxlan for network 6205a7f8-2823-4a0f-b322-73347717879f 2026-06-09 18:03:15.470 8 INFO neutron.db.l3_hamode_db [None req-0f74d708-7bdc-47b4-975f-0199dcee4f20 7273851d1c9a4515835c076687dd33a3 108babb55ce9454fb5d2b487e29ca658 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:03:15.884 7 INFO neutron.db.l3_hamode_db [None req-208b31a0-103f-4824-8d65-784fcf86c577 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:03:16.359 8 INFO neutron.db.l3_hamode_db [None req-0f74d708-7bdc-47b4-975f-0199dcee4f20 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 230/461] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:03:14 2026] POST /v2.0/routers => generated 731 bytes in 2350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:03:17.283 7 INFO neutron.db.segments_db [None req-859d65d0-8c04-48d8-ba5a-a450c0103d07 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 046f317f-a5d4-4fae-8894-0a7abee632f6 of type vxlan for network 8577b38d-ddbd-48ba-8e2a-39455b087636 2026-06-09 18:03:17.609 7 INFO neutron.db.l3_hamode_db [None req-859d65d0-8c04-48d8-ba5a-a450c0103d07 7273851d1c9a4515835c076687dd33a3 cfc13b99809346a7b6df474adea0e02b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 232/462] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:03:15 2026] POST /v2.0/routers => generated 735 bytes in 2596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/463] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:03:17 2026] GET /v2.0/security-groups?tenant_id=628a610e4f96412ebc8ff399084d90ad&name=default => generated 2923 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:03:18.363 7 INFO neutron.db.l3_hamode_db [None req-859d65d0-8c04-48d8-ba5a-a450c0103d07 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 231/464] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:03:17 2026] POST /v2.0/routers => generated 731 bytes in 1999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/465] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:03:17 2026] PUT /v2.0/routers/3f262319-d9b9-4925-8eb9-b894d30532bf/add_router_interface => generated 309 bytes in 1354 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/466] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:03:19 2026] DELETE /v2.0/security-groups/c4c88b04-c6b2-4526-8839-3731a4dc80e7 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/467] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:03:19 2026] PUT /v2.0/routers/bb9b37e4-3865-4e3f-8921-1a30dbe548f5/add_router_interface => generated 309 bytes in 1277 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/468] 10.0.0.184 () {34 vars in 684 bytes} [Tue Jun 9 18:03:20 2026] POST /v2.0/security-groups => generated 1659 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/469] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:03:20 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: 236/470] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:03:19 2026] PUT /v2.0/routers/703db8a3-f42e-4ef4-a947-0e85eed585dc/add_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/473] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:03:20 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: 239/474] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:03:20 2026] POST /v2.0/floatingips => generated 552 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:03:21.720 7 INFO neutron.db.segments_db [None req-446b00e7-34ed-4e18-877b-84785d7f9d50 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment bd7615e0-0e4a-410b-8e42-b46330f667bb of type vxlan for network 4c734440-69b3-4762-8e60-29002808dae2 [pid: 8|app: 0|req: 240/475] 10.0.0.35 () {38 vars in 969 bytes} [Tue Jun 9 18:03:21 2026] POST /v2.0/security-groups => generated 1686 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/476] 10.0.0.184 () {34 vars in 670 bytes} [Tue Jun 9 18:03:21 2026] POST /v2.0/networks => generated 726 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/477] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:21 2026] GET /v2.0/security-groups/87c66969-c914-4b02-a712-98ff9a63efd3 => generated 1686 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/478] 10.0.0.35 () {38 vars in 969 bytes} [Tue Jun 9 18:03:21 2026] POST /v2.0/security-groups => generated 1680 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/479] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:03:21 2026] POST /v2.0/subnets => generated 692 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/480] 10.0.0.35 () {38 vars in 979 bytes} [Tue Jun 9 18:03:21 2026] POST /v2.0/security-group-rules => generated 614 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:03:22.118 7 INFO neutron.db.segments_db [None req-88e3f3eb-8bb1-4378-a4b1-fcf5aa586459 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment bcd3dc05-55b2-4120-bb79-136e53d03d0f of type vxlan for network 3cb271a6-9fa3-4970-a468-7eda7ce00b05 [pid: 8|app: 0|req: 243/481] 10.0.0.35 () {34 vars in 1096 bytes} [Tue Jun 9 18:03:22 2026] GET /v2.0/security-groups?name=tempest-securitygroup--370586465&fields=id&tenant_id=01b4dcdf2d5647e19abb6c59f7d54c56 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/482] 10.0.0.35 () {38 vars in 969 bytes} [Tue Jun 9 18:03:22 2026] POST /v2.0/security-groups => generated 1680 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/483] 10.0.0.35 () {34 vars in 980 bytes} [Tue Jun 9 18:03:22 2026] GET /v2.0/networks?id=7f89be19-da9e-47ca-8d18-faed34b68bb4 => generated 676 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:22.408 7 INFO neutron.db.l3_hamode_db [None req-88e3f3eb-8bb1-4378-a4b1-fcf5aa586459 7273851d1c9a4515835c076687dd33a3 10fe004039014673ad5b47b9687945b5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 246/484] 10.0.0.35 () {38 vars in 969 bytes} [Tue Jun 9 18:03:22 2026] POST /v2.0/security-groups => generated 1685 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/485] 10.0.0.35 () {34 vars in 963 bytes} [Tue Jun 9 18:03:22 2026] GET /v2.0/quotas/01b4dcdf2d5647e19abb6c59f7d54c56 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/486] 10.0.0.35 () {38 vars in 969 bytes} [Tue Jun 9 18:03:22 2026] POST /v2.0/security-groups => generated 1682 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/487] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:03:22 2026] GET /v2.0/ports?tenant_id=01b4dcdf2d5647e19abb6c59f7d54c56&fields=id => generated 103 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/488] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:22 2026] GET /v2.0/security-groups/eecb2430-1f92-4f61-9835-4be1d32d4594 => generated 1685 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/489] 10.0.0.35 () {38 vars in 979 bytes} [Tue Jun 9 18:03:22 2026] POST /v2.0/security-group-rules => generated 614 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/490] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:03:22 2026] GET /v2.0/security-groups?tenant_id=cfc13b99809346a7b6df474adea0e02b => generated 7903 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/491] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:22 2026] GET /v2.0/security-groups/e33bc995-2d47-432b-afc4-ff3644a3370a => generated 2918 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/492] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:22 2026] GET /v2.0/security-groups/e33bc995-2d47-432b-afc4-ff3644a3370a => generated 2918 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/493] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:23 2026] GET /v2.0/security-groups/eecb2430-1f92-4f61-9835-4be1d32d4594 => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/494] 10.0.0.35 () {34 vars in 905 bytes} [Tue Jun 9 18:03:23 2026] GET /v2.0/extensions => generated 21537 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-09 18:03:23.192 7 INFO neutron.db.l3_hamode_db [None req-88e3f3eb-8bb1-4378-a4b1-fcf5aa586459 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 257/495] 10.0.0.35 () {38 vars in 979 bytes} [Tue Jun 9 18:03:23 2026] POST /v2.0/security-group-rules => generated 619 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/496] 10.0.0.35 () {34 vars in 1006 bytes} [Tue Jun 9 18:03:23 2026] GET /v2.0/networks/7f89be19-da9e-47ca-8d18-faed34b68bb4?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/497] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:23 2026] GET /v2.0/security-groups/ab7b6769-87a7-469b-9a54-cced688d7c6a => generated 1680 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/498] 10.0.0.35 () {34 vars in 1106 bytes} [Tue Jun 9 18:03:23 2026] GET /v2.0/networks/7f89be19-da9e-47ca-8d18-faed34b68bb4?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: 261/499] 10.0.0.35 () {36 vars in 1011 bytes} [Tue Jun 9 18:03:23 2026] DELETE /v2.0/security-groups/ab7b6769-87a7-469b-9a54-cced688d7c6a => 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: 262/500] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:23 2026] GET /v2.0/security-groups/eecb2430-1f92-4f61-9835-4be1d32d4594 => generated 2940 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:03:23.538 8 INFO neutron.api.v2.resource [req-11232778-cbf6-4447-af60-6d803ffff328 req-b2a2540c-dd5a-47d7-a560-ce129296e126 799b72259a7241559b4ef4d51667c7a7 cfc13b99809346a7b6df474adea0e02b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 263/501] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:23 2026] GET /v2.0/security-groups/ab7b6769-87a7-469b-9a54-cced688d7c6a => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/502] 10.0.0.35 () {34 vars in 999 bytes} [Tue Jun 9 18:03:23 2026] GET /v2.0/security-group-rules/44e88b47-e517-4f92-a22e-b38d17035838 => generated 616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/503] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:23 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/504] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:23 2026] GET /v2.0/security-groups/eecb2430-1f92-4f61-9835-4be1d32d4594 => generated 2940 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/505] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:23 2026] GET /v2.0/security-groups/eed65703-8661-45b8-991e-87e9149b16cc => generated 1680 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/506] 10.0.0.35 () {36 vars in 1021 bytes} [Tue Jun 9 18:03:23 2026] DELETE /v2.0/security-group-rules/44e88b47-e517-4f92-a22e-b38d17035838 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/507] 10.0.0.35 () {36 vars in 1011 bytes} [Tue Jun 9 18:03:23 2026] DELETE /v2.0/security-groups/eed65703-8661-45b8-991e-87e9149b16cc => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/508] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:23 2026] GET /v2.0/security-groups/eecb2430-1f92-4f61-9835-4be1d32d4594 => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:03:23.949 8 INFO neutron.api.v2.resource [req-b16c3c66-7d60-41f4-8d68-8a3678053dbc req-6db362ef-7067-400b-a315-9bb6c5b11033 799b72259a7241559b4ef4d51667c7a7 cfc13b99809346a7b6df474adea0e02b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 271/509] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:23 2026] GET /v2.0/security-groups/eed65703-8661-45b8-991e-87e9149b16cc => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/510] 10.0.0.35 () {36 vars in 1011 bytes} [Tue Jun 9 18:03:23 2026] DELETE /v2.0/security-groups/eecb2430-1f92-4f61-9835-4be1d32d4594 => 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: 273/511] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:24 2026] GET /v2.0/security-groups/afd26ff2-1890-4c91-be46-55e0848b2f44 => generated 1682 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/512] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:03:22 2026] POST /v2.0/routers => generated 732 bytes in 2116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/513] 10.0.0.35 () {36 vars in 1011 bytes} [Tue Jun 9 18:03:24 2026] DELETE /v2.0/security-groups/afd26ff2-1890-4c91-be46-55e0848b2f44 => 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: 240/514] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:24 2026] GET /v2.0/security-groups/87c66969-c914-4b02-a712-98ff9a63efd3 => generated 2311 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:03:24.223 7 INFO neutron.api.v2.resource [req-ca6ddd2c-496e-43d0-bd54-64bdce23503f req-5fcf03fb-9069-47b8-a57b-ce52102e6e37 799b72259a7241559b4ef4d51667c7a7 cfc13b99809346a7b6df474adea0e02b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 241/515] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:24 2026] GET /v2.0/security-groups/afd26ff2-1890-4c91-be46-55e0848b2f44 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/516] 10.0.0.35 () {36 vars in 1011 bytes} [Tue Jun 9 18:03:24 2026] DELETE /v2.0/security-groups/87c66969-c914-4b02-a712-98ff9a63efd3 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/517] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:03:24 2026] GET /v2.0/security-groups?tenant_id=cfc13b99809346a7b6df474adea0e02b => generated 2921 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:03:25.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-b68c0bc5-30a8-4930-bccd-0c93588abacc 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 7d2bc1bc-00c4-4411-8cd1-01a18b72fd8c 2026-06-09 18:03:25.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b68c0bc5-30a8-4930-bccd-0c93588abacc 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 7d2bc1bc-00c4-4411-8cd1-01a18b72fd8c [pid: 8|app: 0|req: 275/518] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:03:24 2026] PUT /v2.0/routers/d6f23bfc-e200-487c-b46e-db922b0eb2a2/add_router_interface => generated 309 bytes in 1492 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/519] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:25 2026] GET /v2.0/security-groups/e33bc995-2d47-432b-afc4-ff3644a3370a => generated 2918 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/520] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:25 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => 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: 278/521] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:25 2026] GET /v2.0/security-groups/e33bc995-2d47-432b-afc4-ff3644a3370a => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:03:25.809 8 INFO neutron.api.v2.resource [req-af2c3f37-9e78-4e55-b14b-4f4dfe1fe7fb req-d3ba040a-44f5-4c2e-a835-a93d6f31033c 799b72259a7241559b4ef4d51667c7a7 cfc13b99809346a7b6df474adea0e02b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 279/522] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:25 2026] GET /v2.0/security-groups/afd26ff2-1890-4c91-be46-55e0848b2f44 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:03:25.844 8 INFO neutron.api.v2.resource [req-470d48f9-27a2-43c7-a8aa-40e61d88fa09 req-100b5e5b-6ad9-425c-85f0-4f859c7539ed 799b72259a7241559b4ef4d51667c7a7 cfc13b99809346a7b6df474adea0e02b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 280/523] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:25 2026] GET /v2.0/security-groups/eed65703-8661-45b8-991e-87e9149b16cc => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:03:25.881 8 INFO neutron.api.v2.resource [req-59fd328a-c450-462d-86a1-5bfdf984854f req-442806f1-4ca6-4b37-ab22-73155dfe6fcd 799b72259a7241559b4ef4d51667c7a7 cfc13b99809346a7b6df474adea0e02b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 281/524] 10.0.0.35 () {34 vars in 989 bytes} [Tue Jun 9 18:03:25 2026] GET /v2.0/security-groups/ab7b6769-87a7-469b-9a54-cced688d7c6a => 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: 244/525] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:03:24 2026] PUT /v2.0/routers/bb9b37e4-3865-4e3f-8921-1a30dbe548f5/remove_router_interface => generated 309 bytes in 1508 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:26.116 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f7e1613-a767-47db-91dd-f1822ec56745 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 22d7de25-7a65-4e57-9b3d-f29e4f16ee9e 2026-06-09 18:03:26.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f7e1613-a767-47db-91dd-f1822ec56745 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 22d7de25-7a65-4e57-9b3d-f29e4f16ee9e 2026-06-09 18:03:26.360 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f7e1613-a767-47db-91dd-f1822ec56745 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 0ff3a7a9-811f-47d9-850a-13e9c9986540 2026-06-09 18:03:26.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f7e1613-a767-47db-91dd-f1822ec56745 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 0ff3a7a9-811f-47d9-850a-13e9c9986540 2026-06-09 18:03:26.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-14ff3124-0109-4e8b-bfe1-ed62f91f42db 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 2da820b0-87fd-4d10-b9fe-ccadfaac4827 2026-06-09 18:03:26.430 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14ff3124-0109-4e8b-bfe1-ed62f91f42db 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 2da820b0-87fd-4d10-b9fe-ccadfaac4827 2026-06-09 18:03:26.439 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-7f7e1613-a767-47db-91dd-f1822ec56745 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - 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-06-09 18:03:26.865 7 INFO neutron.db.l3_hamode_db [None req-7f7e1613-a767-47db-91dd-f1822ec56745 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] HA network 6205a7f8-2823-4a0f-b322-73347717879f was deleted as no HA routers are present in tenant 108babb55ce9454fb5d2b487e29ca658. [pid: 7|app: 0|req: 245/526] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:03:25 2026] DELETE /v2.0/routers/bb9b37e4-3865-4e3f-8921-1a30dbe548f5 => generated 0 bytes in 964 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/527] 10.0.0.35 () {34 vars in 980 bytes} [Tue Jun 9 18:03:26 2026] GET /v2.0/networks?id=4c734440-69b3-4762-8e60-29002808dae2 => generated 677 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/528] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:26 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => 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: 282/529] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:03:25 2026] PUT /v2.0/routers/703db8a3-f42e-4ef4-a947-0e85eed585dc/remove_router_interface => generated 309 bytes in 1195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/530] 10.0.0.35 () {34 vars in 963 bytes} [Tue Jun 9 18:03:27 2026] GET /v2.0/quotas/10fe004039014673ad5b47b9687945b5 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/531] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:03:26 2026] DELETE /v2.0/subnets/2355c645-37e7-42ac-99ce-bd2d775ba025 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:03:27.195 7 INFO neutron.services.segments.plugin [-] Segment 700d15c4-c171-456b-bdd9-d1b65dbf5f29 resource provider aggregate not found 2026-06-09 18:03:27.249 7 INFO neutron.services.segments.plugin [-] Segment 700d15c4-c171-456b-bdd9-d1b65dbf5f29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 700d15c4-c171-456b-bdd9-d1b65dbf5f29 found for delete ", "request_id": "req-abb96730-1699-47d2-9517-f495b9014179"}]} 2026-06-09 18:03:27.250 7 INFO neutron.services.segments.plugin [-] Segment 700d15c4-c171-456b-bdd9-d1b65dbf5f29 resource provider aggregate not found 2026-06-09 18:03:27.283 7 INFO neutron.services.segments.plugin [-] Segment 700d15c4-c171-456b-bdd9-d1b65dbf5f29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 700d15c4-c171-456b-bdd9-d1b65dbf5f29 found for delete ", "request_id": "req-9d91807f-c6e7-4898-8cf0-a6389d776017"}]} [pid: 7|app: 0|req: 249/532] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:03:27 2026] GET /v2.0/ports?tenant_id=10fe004039014673ad5b47b9687945b5&fields=id => generated 57 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:03:27.375 8 INFO neutron_taas.services.taas.taas_plugin [None req-e40429ce-dbe6-45cb-8d12-5f60f2e236ba 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 6a459d29-13aa-409e-a914-5e1a45dbca2c 2026-06-09 18:03:27.379 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e40429ce-dbe6-45cb-8d12-5f60f2e236ba 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 6a459d29-13aa-409e-a914-5e1a45dbca2c 2026-06-09 18:03:27.437 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb3069fb-a7ca-4bdb-89b1-d67bfd90df37 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 88beb3ed-9cce-4a4e-a4fc-393b6b5d6eee 2026-06-09 18:03:27.439 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb3069fb-a7ca-4bdb-89b1-d67bfd90df37 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 88beb3ed-9cce-4a4e-a4fc-393b6b5d6eee [pid: 7|app: 0|req: 250/533] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:03:27 2026] DELETE /v2.0/networks/e94cc9a4-8dcf-483a-b7a0-a968058ba10a => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:03:27.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-e40429ce-dbe6-45cb-8d12-5f60f2e236ba 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: f7f29959-8b29-4c76-8a5f-b7f4f69cc9ef 2026-06-09 18:03:27.701 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e40429ce-dbe6-45cb-8d12-5f60f2e236ba 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: f7f29959-8b29-4c76-8a5f-b7f4f69cc9ef [pid: 7|app: 0|req: 251/534] 10.0.0.35 () {34 vars in 905 bytes} [Tue Jun 9 18:03:27 2026] GET /v2.0/extensions => generated 21537 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/535] 10.0.0.35 () {34 vars in 1006 bytes} [Tue Jun 9 18:03:27 2026] GET /v2.0/networks/4c734440-69b3-4762-8e60-29002808dae2?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:03:27.798 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-e40429ce-dbe6-45cb-8d12-5f60f2e236ba 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 253/536] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:03:27 2026] GET /v2.0/security-groups?tenant_id=108babb55ce9454fb5d2b487e29ca658&name=default => generated 2921 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/537] 10.0.0.35 () {34 vars in 1106 bytes} [Tue Jun 9 18:03:27 2026] GET /v2.0/networks/4c734440-69b3-4762-8e60-29002808dae2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/538] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:03:27 2026] DELETE /v2.0/security-groups/f6948e34-8422-480a-b560-4b8fd7448b76 => 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: 256/539] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:28 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => 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: 257/540] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:28 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:03:28.329 8 INFO neutron.db.l3_hamode_db [None req-e40429ce-dbe6-45cb-8d12-5f60f2e236ba 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] HA network 8577b38d-ddbd-48ba-8e2a-39455b087636 was deleted as no HA routers are present in tenant cfc13b99809346a7b6df474adea0e02b. [pid: 8|app: 0|req: 284/541] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:03:27 2026] DELETE /v2.0/routers/703db8a3-f42e-4ef4-a947-0e85eed585dc => generated 0 bytes in 1234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/542] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:03:28 2026] DELETE /v2.0/subnets/7e146641-63b9-4298-9809-5c3e8f5c17ab => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:03:28.668 7 INFO neutron_taas.services.taas.taas_plugin [None req-aaa87122-f18e-4219-9e8b-4329151940e7 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: ad8df423-58ca-42d1-a949-553da95b8b42 2026-06-09 18:03:28.671 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aaa87122-f18e-4219-9e8b-4329151940e7 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: ad8df423-58ca-42d1-a949-553da95b8b42 [pid: 8|app: 0|req: 285/543] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:03:28 2026] GET /v2.0/networks?id=7f89be19-da9e-47ca-8d18-faed34b68bb4 => generated 676 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/544] 199.204.45.95 () {34 vars in 909 bytes} [Tue Jun 9 18:03:28 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: 287/545] 199.204.45.95 () {34 vars in 1048 bytes} [Tue Jun 9 18:03:28 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=01b4dcdf2d5647e19abb6c59f7d54c56 => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:28.783 8 INFO neutron.services.segments.plugin [-] Segment 046f317f-a5d4-4fae-8894-0a7abee632f6 resource provider aggregate not found 2026-06-09 18:03:28.803 8 INFO neutron.services.segments.plugin [-] Segment 046f317f-a5d4-4fae-8894-0a7abee632f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 046f317f-a5d4-4fae-8894-0a7abee632f6 found for delete ", "request_id": "req-165330e4-dd8e-47ac-aa03-e41d7a21f9c4"}]} 2026-06-09 18:03:28.808 8 INFO neutron.services.segments.plugin [-] Segment 046f317f-a5d4-4fae-8894-0a7abee632f6 resource provider aggregate not found 2026-06-09 18:03:28.829 8 INFO neutron.services.segments.plugin [-] Segment 046f317f-a5d4-4fae-8894-0a7abee632f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 046f317f-a5d4-4fae-8894-0a7abee632f6 found for delete ", "request_id": "req-562e5246-1b40-4401-8ae5-77a295786d17"}]} [pid: 7|app: 0|req: 259/546] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:03:28 2026] DELETE /v2.0/networks/e278f3bb-bbb8-47df-a20a-47384d07f53b => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/547] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:03:29 2026] GET /v2.0/security-groups?tenant_id=cfc13b99809346a7b6df474adea0e02b&name=default => generated 2921 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/548] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:03:29 2026] DELETE /v2.0/security-groups/e33bc995-2d47-432b-afc4-ff3644a3370a => 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: 262/549] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:29 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => 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: 288/550] 199.204.45.95 () {38 vars in 953 bytes} [Tue Jun 9 18:03:28 2026] POST /v2.0/ports => generated 954 bytes in 509 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:03:29.309 7 INFO neutron.services.segments.plugin [-] Segment 1537e0e4-587e-408b-8d05-1bb695f6d0db resource provider aggregate not found 2026-06-09 18:03:29.313 7 INFO neutron.services.segments.plugin [-] Segment 1537e0e4-587e-408b-8d05-1bb695f6d0db resource provider aggregate not found 2026-06-09 18:03:29.333 7 INFO neutron.services.segments.plugin [-] Segment 1537e0e4-587e-408b-8d05-1bb695f6d0db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1537e0e4-587e-408b-8d05-1bb695f6d0db found for delete ", "request_id": "req-1e23f7c7-26ea-435b-a93d-dc7cdcba02c7"}]} 2026-06-09 18:03:29.339 7 INFO neutron.services.segments.plugin [-] Segment 1537e0e4-587e-408b-8d05-1bb695f6d0db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1537e0e4-587e-408b-8d05-1bb695f6d0db found for delete ", "request_id": "req-6b15b350-ed88-499f-b459-2c1181a70440"}]} 2026-06-09 18:03:29.350 7 INFO neutron.services.segments.plugin [-] Segment d2bf4e66-2ebe-4a2c-a5a5-fd1e4bf1ba62 resource provider aggregate not found [pid: 7|app: 0|req: 263/551] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:29 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 957 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:29.366 7 INFO neutron.services.segments.plugin [-] Segment d2bf4e66-2ebe-4a2c-a5a5-fd1e4bf1ba62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2bf4e66-2ebe-4a2c-a5a5-fd1e4bf1ba62 found for delete ", "request_id": "req-333e3046-171e-487c-b5a6-b508f1389970"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:03:29.370 7 INFO neutron.services.segments.plugin [-] Segment d2bf4e66-2ebe-4a2c-a5a5-fd1e4bf1ba62 resource provider aggregate not found 2026-06-09 18:03:29.385 7 INFO neutron.services.segments.plugin [-] Segment d2bf4e66-2ebe-4a2c-a5a5-fd1e4bf1ba62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d2bf4e66-2ebe-4a2c-a5a5-fd1e4bf1ba62 found for delete ", "request_id": "req-e604d2e0-924b-4899-882b-f20cf8f84fd7"}]} [pid: 8|app: 0|req: 289/552] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:29 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:30.452 8 INFO neutron.db.segments_db [None req-10e2dff2-8acf-4c58-960d-af8db2ceb808 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment a26e827e-64c3-44d6-947f-61fb46d7eb68 of type vxlan for network 605b644b-c27d-4779-926b-c7c86da4a1ef [pid: 8|app: 0|req: 290/553] 10.0.0.184 () {34 vars in 670 bytes} [Tue Jun 9 18:03:30 2026] POST /v2.0/networks => generated 729 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/554] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:03:29 2026] PUT /v2.0/ports/5376904d-57f5-499b-8c8f-0b8ec3aed84b => generated 1235 bytes in 857 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 291/555] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:30 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/556] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:30 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/557] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:30 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/558] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:03:30 2026] POST /v2.0/subnets => generated 695 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:03:30.851 7 INFO neutron.db.segments_db [None req-526a53e2-fd5f-4a56-92d5-51e60779c616 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 4fd317d8-d671-4347-8980-47f8ab6a06ea of type vxlan for network 31749716-677e-4f27-b7d7-f076bda2b4e2 2026-06-09 18:03:31.079 7 INFO neutron.db.l3_hamode_db [None req-526a53e2-fd5f-4a56-92d5-51e60779c616 7273851d1c9a4515835c076687dd33a3 6e38d2de4f1548e18c427d230dd4e0fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:03:31.275 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee0c5a6f-e8d1-4c10-9a73-017234423fc1'] response: {'name': 'network-changed', 'server_uuid': '2142b4f8-d399-4329-b376-671ef10b058f', 'tag': '5376904d-57f5-499b-8c8f-0b8ec3aed84b', 'status': 'completed', 'code': 200} 2026-06-09 18:03:31.634 8 INFO neutron.db.segments_db [None req-0d99b8df-95b3-4056-85cc-b5a1388d28e7 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 685cb3b8-d0fb-4623-8527-07311c9a46e7 of type vxlan for network 91ebaf2b-cf01-4cf5-9e09-848eead8a20a [pid: 8|app: 0|req: 293/559] 10.0.0.184 () {34 vars in 670 bytes} [Tue Jun 9 18:03:31 2026] POST /v2.0/networks => generated 733 bytes in 394 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/560] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:03:31 2026] GET /v2.0/ports?tenant_id=01b4dcdf2d5647e19abb6c59f7d54c56&device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/561] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:31 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:03:31.912 7 INFO neutron.db.l3_hamode_db [None req-526a53e2-fd5f-4a56-92d5-51e60779c616 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 296/562] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:03:31 2026] POST /v2.0/subnets => generated 699 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/563] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:32 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/564] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:03:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5376904d-57f5-499b-8c8f-0b8ec3aed84b => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:03:32.185 8 INFO neutron.db.segments_db [None req-640c0808-8899-4916-bd40-3315c9c96a42 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 5433ca50-218f-426e-bce9-f80d56648ff3 of type vxlan for network 9f4b5427-f8df-4984-8c23-e5789dc71240 2026-06-09 18:03:32.507 8 INFO neutron.db.l3_hamode_db [None req-640c0808-8899-4916-bd40-3315c9c96a42 7273851d1c9a4515835c076687dd33a3 b91b786dc3b9408d926d933cb6bb6db9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 267/565] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:03:30 2026] POST /v2.0/routers => generated 735 bytes in 2075 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 268/566] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:32 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&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: 7|app: 0|req: 269/567] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:03:32 2026] GET /v2.0/subnets?id=3a263a19-e456-43e9-94cc-3d5c2c9ee84a => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/568] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:03:32 2026] GET /v2.0/networks?id=4c734440-69b3-4762-8e60-29002808dae2 => generated 677 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/569] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:32 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:03:33.410 8 INFO neutron.db.l3_hamode_db [None req-640c0808-8899-4916-bd40-3315c9c96a42 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 272/570] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:03:33 2026] PUT /v2.0/routers/69bcac32-33ae-4280-9f70-a87dad9a616b/add_router_interface => generated 309 bytes in 1212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/571] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:03:34 2026] GET /v2.0/ports?network_id=7f89be19-da9e-47ca-8d18-faed34b68bb4&device_owner=network%3Adhcp => generated 1244 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/572] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:03:32 2026] POST /v2.0/routers => generated 739 bytes in 2397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/573] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:34 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 969 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/574] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:34 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => 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: 302/575] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:03:34 2026] GET /v2.0/networks/7f89be19-da9e-47ca-8d18-faed34b68bb4?fields=segments => generated 14 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/576] 199.204.45.95 () {38 vars in 953 bytes} [Tue Jun 9 18:03:34 2026] POST /v2.0/ports => generated 954 bytes in 449 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: 275/577] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:34 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&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: 276/578] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:03:34 2026] GET /v2.0/networks/7f89be19-da9e-47ca-8d18-faed34b68bb4?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: 277/579] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:03:34 2026] PUT /v2.0/ports/85363eb9-ff7f-4947-8d06-fa643ed359e4 => generated 1235 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:03:35.237 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9e0c3574-34c2-47aa-b24f-e519f42ce8b8'] response: {'name': 'network-changed', 'server_uuid': 'e5eaf660-f127-403c-8ac0-42af69cff858', 'tag': '85363eb9-ff7f-4947-8d06-fa643ed359e4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 278/580] 10.0.0.184 () {34 vars in 684 bytes} [Tue Jun 9 18:03:35 2026] POST /v2.0/security-groups => generated 1661 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/581] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:03:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/582] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:03:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/583] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:03:34 2026] PUT /v2.0/routers/226dc9f4-916a-4504-9018-2cad654e092a/add_router_interface => generated 309 bytes in 1634 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/584] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:36 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/585] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:03:36 2026] GET /v2.0/ports?tenant_id=10fe004039014673ad5b47b9687945b5&device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 1238 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/588] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:03:36 2026] GET /v2.0/ports?tenant_id=01b4dcdf2d5647e19abb6c59f7d54c56&device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/589] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:36 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => 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: 310/590] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:36 2026] GET /v2.0/security-groups?id=6ac519a7-3b3f-437a-9a0b-ec2554bbeb57&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: 311/591] 199.204.45.95 () {34 vars in 1016 bytes} [Tue Jun 9 18:03:36 2026] GET /v2.0/networks?tenant_id=10fe004039014673ad5b47b9687945b5&shared=False => generated 773 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/592] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:03:35 2026] POST /v2.0/floatingips => generated 552 bytes in 1206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/593] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:03:36 2026] GET /v2.0/networks?id=7f89be19-da9e-47ca-8d18-faed34b68bb4 => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/594] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:36 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&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: 313/595] 199.204.45.95 () {34 vars in 928 bytes} [Tue Jun 9 18:03:36 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/596] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:03:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5376904d-57f5-499b-8c8f-0b8ec3aed84b => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/597] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:03:36 2026] GET /v2.0/subnets?id=3a263a19-e456-43e9-94cc-3d5c2c9ee84a => generated 694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/598] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:03:36 2026] GET /v2.0/ports?network_id=7f89be19-da9e-47ca-8d18-faed34b68bb4&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/599] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:03:36 2026] GET /v2.0/networks/7f89be19-da9e-47ca-8d18-faed34b68bb4?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: 316/600] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:03:36 2026] GET /v2.0/networks/7f89be19-da9e-47ca-8d18-faed34b68bb4?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: 285/601] 10.0.0.184 () {34 vars in 684 bytes} [Tue Jun 9 18:03:36 2026] POST /v2.0/security-groups => generated 1661 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/602] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:03:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/603] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:03:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/604] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:37 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/605] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:37 2026] GET /v2.0/security-groups?id=6ac519a7-3b3f-437a-9a0b-ec2554bbeb57&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/606] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:03:37 2026] GET /v2.0/ports?tenant_id=10fe004039014673ad5b47b9687945b5&device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 1238 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/607] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:37 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/608] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:03:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=85363eb9-ff7f-4947-8d06-fa643ed359e4 => 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: 292/609] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:37 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/610] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:03:37 2026] GET /v2.0/subnets?id=adc2f5bf-dc8d-4cdc-b162-ca6aaae77305 => generated 695 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/611] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:03:38 2026] GET /v2.0/ports?network_id=4c734440-69b3-4762-8e60-29002808dae2&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/612] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:03:38 2026] GET /v2.0/networks/4c734440-69b3-4762-8e60-29002808dae2?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: 296/613] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:03:38 2026] GET /v2.0/networks/4c734440-69b3-4762-8e60-29002808dae2?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: 318/614] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:03:37 2026] POST /v2.0/floatingips => generated 552 bytes in 709 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/615] 10.0.0.35 () {34 vars in 1098 bytes} [Tue Jun 9 18:03:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1473063402&fields=id&tenant_id=b91b786dc3b9408d926d933cb6bb6db9 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/616] 10.0.0.35 () {34 vars in 980 bytes} [Tue Jun 9 18:03:38 2026] GET /v2.0/networks?id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a => generated 684 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/617] 10.0.0.35 () {34 vars in 963 bytes} [Tue Jun 9 18:03:38 2026] GET /v2.0/quotas/b91b786dc3b9408d926d933cb6bb6db9 => 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: 320/618] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:03:38 2026] GET /v2.0/ports?tenant_id=b91b786dc3b9408d926d933cb6bb6db9&fields=id => generated 57 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/619] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:38 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => 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: 321/620] 10.0.0.35 () {34 vars in 1006 bytes} [Tue Jun 9 18:03:38 2026] GET /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/621] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:38 2026] GET /v2.0/security-groups?id=6ac519a7-3b3f-437a-9a0b-ec2554bbeb57&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/622] 10.0.0.35 () {34 vars in 1106 bytes} [Tue Jun 9 18:03:38 2026] GET /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a?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: 301/623] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:39 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/624] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:39 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/625] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:39 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => 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: 324/626] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:40 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/627] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:40 2026] GET /v2.0/security-groups?id=6ac519a7-3b3f-437a-9a0b-ec2554bbeb57&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/628] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:40 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => 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: 325/629] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:40 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/630] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:40 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/631] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:41 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => 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: 306/632] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:41 2026] GET /v2.0/security-groups?id=6ac519a7-3b3f-437a-9a0b-ec2554bbeb57&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/633] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:41 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/634] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:41 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/635] 10.0.0.35 () {34 vars in 1098 bytes} [Tue Jun 9 18:03:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1484951849&fields=id&tenant_id=6e38d2de4f1548e18c427d230dd4e0fa => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/636] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:41 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/637] 10.0.0.35 () {34 vars in 980 bytes} [Tue Jun 9 18:03:41 2026] GET /v2.0/networks?id=605b644b-c27d-4779-926b-c7c86da4a1ef => generated 680 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/638] 10.0.0.35 () {34 vars in 963 bytes} [Tue Jun 9 18:03:41 2026] GET /v2.0/quotas/6e38d2de4f1548e18c427d230dd4e0fa => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/639] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:03:41 2026] GET /v2.0/ports?tenant_id=6e38d2de4f1548e18c427d230dd4e0fa&fields=id => generated 103 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/640] 10.0.0.35 () {34 vars in 1006 bytes} [Tue Jun 9 18:03:41 2026] GET /v2.0/networks/605b644b-c27d-4779-926b-c7c86da4a1ef?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/641] 10.0.0.35 () {34 vars in 1106 bytes} [Tue Jun 9 18:03:41 2026] GET /v2.0/networks/605b644b-c27d-4779-926b-c7c86da4a1ef?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: 331/642] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:42 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => 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: 312/643] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:42 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 971 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/644] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:42 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/645] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:42 2026] GET /v2.0/security-groups?id=6ac519a7-3b3f-437a-9a0b-ec2554bbeb57&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 333/646] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:42 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/647] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:42 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/648] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:43 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => 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: 315/649] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:43 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/650] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:43 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/651] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:43 2026] GET /v2.0/security-groups?id=6ac519a7-3b3f-437a-9a0b-ec2554bbeb57&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/652] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:03:43 2026] GET /v2.0/networks?id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a => generated 684 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/653] 199.204.45.95 () {34 vars in 1048 bytes} [Tue Jun 9 18:03:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b91b786dc3b9408d926d933cb6bb6db9 => generated 181 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/654] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:43 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/655] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:43 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&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: 340/656] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:44 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/657] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:44 2026] GET /v2.0/security-groups?id=6ac519a7-3b3f-437a-9a0b-ec2554bbeb57&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: 317/658] 199.204.45.95 () {38 vars in 953 bytes} [Tue Jun 9 18:03:43 2026] POST /v2.0/ports => generated 958 bytes in 548 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: 318/659] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:44 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => 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: 319/660] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:44 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => 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: 320/661] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:44 2026] GET /v2.0/security-groups?id=37729dbb-2c56-48a6-9307-cf4fe449a0cf&fields=id&fields=name => generated 114 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/662] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:03:44 2026] PUT /v2.0/ports/39f82ddb-431e-4d8d-995f-df740ab41c59 => generated 1239 bytes in 530 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/663] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:45 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 100 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: 343/664] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:45 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:45.415 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c199f709-80e4-40d9-acb5-128731f80daf'] response: {'name': 'network-changed', 'server_uuid': 'c9d61f21-570d-49f6-9988-aa96a3fbc28e', 'tag': '39f82ddb-431e-4d8d-995f-df740ab41c59', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 322/665] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:45 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/666] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:45 2026] GET /v2.0/security-groups?id=6ac519a7-3b3f-437a-9a0b-ec2554bbeb57&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/667] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:45 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => 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: 324/668] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:03:45 2026] GET /v2.0/ports?tenant_id=b91b786dc3b9408d926d933cb6bb6db9&device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/669] 199.204.45.95 () {34 vars in 1016 bytes} [Tue Jun 9 18:03:45 2026] GET /v2.0/networks?tenant_id=b91b786dc3b9408d926d933cb6bb6db9&shared=False => generated 780 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/670] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:45 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 973 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/671] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:46 2026] GET /v2.0/security-groups?id=37729dbb-2c56-48a6-9307-cf4fe449a0cf&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/672] 199.204.45.95 () {34 vars in 928 bytes} [Tue Jun 9 18:03:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/673] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:46 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/674] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:46 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/675] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:46 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/676] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:46 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/677] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:46 2026] GET /v2.0/security-groups?id=6ac519a7-3b3f-437a-9a0b-ec2554bbeb57&fields=id&fields=name => generated 88 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/678] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:03:46 2026] GET /v2.0/networks?id=605b644b-c27d-4779-926b-c7c86da4a1ef => generated 680 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/679] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:46 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/680] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:03:46 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/681] 199.204.45.95 () {34 vars in 1048 bytes} [Tue Jun 9 18:03:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6e38d2de4f1548e18c427d230dd4e0fa => generated 181 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:47.094 8 INFO neutron_taas.services.taas.taas_plugin [req-fba522ee-d580-48b0-8891-5fd716fadef1 req-09fe2c1e-0438-451a-b0db-7c0b5468879d 675beaa75ce14b3396d624c3cb97bd21 10fe004039014673ad5b47b9687945b5 - - default default] TaaS: Handle Delete Port: 85363eb9-ff7f-4947-8d06-fa643ed359e4 2026-06-09 18:03:47.101 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fba522ee-d580-48b0-8891-5fd716fadef1 req-09fe2c1e-0438-451a-b0db-7c0b5468879d 675beaa75ce14b3396d624c3cb97bd21 10fe004039014673ad5b47b9687945b5 - - default default] Tap Mirror: Handle Delete Port: 85363eb9-ff7f-4947-8d06-fa643ed359e4 2026-06-09 18:03:47.211 7 INFO neutron.db.l3_db [None req-c32a046d-649b-4007-b606-f00bea2d2fd3 502a845a7ec24de69a613255ee6d00ff 01b4dcdf2d5647e19abb6c59f7d54c56 - - default default] Floating IP 8da9d0af-e004-49d1-83bd-e92aabdf02d9 associated. External IP: 10.96.250.214, port: 5376904d-57f5-499b-8c8f-0b8ec3aed84b. [pid: 8|app: 0|req: 355/682] 199.204.45.95 () {36 vars in 995 bytes} [Tue Jun 9 18:03:46 2026] DELETE /v2.0/ports/85363eb9-ff7f-4947-8d06-fa643ed359e4 => generated 0 bytes in 412 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:03:47.483 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b8aabd4-e03d-4edc-b063-870358d3afc4'] response: {'server_uuid': 'e5eaf660-f127-403c-8ac0-42af69cff858', 'name': 'network-vif-deleted', 'tag': '85363eb9-ff7f-4947-8d06-fa643ed359e4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 328/683] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:03:46 2026] PUT /v2.0/floatingips/8da9d0af-e004-49d1-83bd-e92aabdf02d9 => generated 855 bytes in 1012 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/684] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:03:47 2026] GET /v2.0/ports?tenant_id=b91b786dc3b9408d926d933cb6bb6db9&device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:03:47.678 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-83b0a6e7-36be-449d-b596-26816659277a'] response: {'name': 'network-changed', 'server_uuid': '2142b4f8-d399-4329-b376-671ef10b058f', 'tag': '5376904d-57f5-499b-8c8f-0b8ec3aed84b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 330/685] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:47 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => 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: 331/686] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:03:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=39f82ddb-431e-4d8d-995f-df740ab41c59 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/687] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:47 2026] GET /v2.0/security-groups?id=37729dbb-2c56-48a6-9307-cf4fe449a0cf&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: 7|app: 0|req: 333/688] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:03:47 2026] GET /v2.0/subnets?id=d1b0af05-223d-4f43-bdf1-9586ae5dce19 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/689] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:47 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/690] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:03:47 2026] GET /v2.0/ports?network_id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a&device_owner=network%3Adhcp => 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: 356/691] 199.204.45.95 () {38 vars in 953 bytes} [Tue Jun 9 18:03:47 2026] POST /v2.0/ports => generated 954 bytes in 606 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 336/692] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:03:47 2026] GET /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/693] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:47 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 957 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/694] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:03:47 2026] GET /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a?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: 359/695] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:48 2026] GET /v2.0/security-groups?id=42a86741-60e7-4151-90bf-acd381d808db&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/696] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:03:48 2026] GET /v2.0/ports?tenant_id=01b4dcdf2d5647e19abb6c59f7d54c56&device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/697] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:03:48 2026] GET /v2.0/networks?id=7f89be19-da9e-47ca-8d18-faed34b68bb4 => generated 771 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/698] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:03:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5376904d-57f5-499b-8c8f-0b8ec3aed84b => generated 858 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/699] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:03:48 2026] GET /v2.0/subnets?id=3a263a19-e456-43e9-94cc-3d5c2c9ee84a => generated 694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/700] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:03:48 2026] GET /v2.0/ports?network_id=7f89be19-da9e-47ca-8d18-faed34b68bb4&device_owner=network%3Adhcp => 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: 337/701] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:03:47 2026] PUT /v2.0/ports/0f45d1cb-9be6-431e-ad12-19fa7076d63f => generated 1235 bytes in 589 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/702] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:03:48 2026] GET /v2.0/networks/7f89be19-da9e-47ca-8d18-faed34b68bb4?fields=segments => generated 14 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 338/703] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:03:48 2026] GET /v2.0/networks/7f89be19-da9e-47ca-8d18-faed34b68bb4?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: 366/704] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:48 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/705] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:48 2026] GET /v2.0/security-groups?id=37729dbb-2c56-48a6-9307-cf4fe449a0cf&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: 367/706] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:48 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => 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: 340/707] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:49 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 969 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/708] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:49 2026] GET /v2.0/security-groups?id=42a86741-60e7-4151-90bf-acd381d808db&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/709] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:03:49 2026] GET /v2.0/ports?tenant_id=6e38d2de4f1548e18c427d230dd4e0fa&device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/710] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:03:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0f45d1cb-9be6-431e-ad12-19fa7076d63f => 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: 342/711] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:03:49 2026] GET /v2.0/subnets?id=4656542b-f99b-4e79-afb5-bf8ea746f18b => generated 698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:49.727 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd906d25-af43-4980-89b6-0b5431b733ec'] response: {'name': 'network-changed', 'server_uuid': '001363ce-a724-4f5f-bde5-d196205f28d6', 'tag': '0f45d1cb-9be6-431e-ad12-19fa7076d63f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 370/712] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:03:49 2026] GET /v2.0/ports?network_id=605b644b-c27d-4779-926b-c7c86da4a1ef&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/713] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:03:49 2026] GET /v2.0/networks/605b644b-c27d-4779-926b-c7c86da4a1ef?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: 371/714] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:03:49 2026] GET /v2.0/networks/605b644b-c27d-4779-926b-c7c86da4a1ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/715] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:50 2026] GET /v2.0/ports?device_id=e5eaf660-f127-403c-8ac0-42af69cff858 => 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: 372/716] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:50 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 973 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/717] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:50 2026] GET /v2.0/security-groups?id=37729dbb-2c56-48a6-9307-cf4fe449a0cf&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/718] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:50 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/719] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:50 2026] GET /v2.0/security-groups?id=42a86741-60e7-4151-90bf-acd381d808db&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: 375/722] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:03:50 2026] GET /v2.0/ports?tenant_id=6e38d2de4f1548e18c427d230dd4e0fa&device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/723] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:03:50 2026] GET /v2.0/networks?id=605b644b-c27d-4779-926b-c7c86da4a1ef => generated 776 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/724] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:03:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0f45d1cb-9be6-431e-ad12-19fa7076d63f => 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: 349/725] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:03:51 2026] GET /v2.0/subnets?id=4656542b-f99b-4e79-afb5-bf8ea746f18b => generated 698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/726] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:03:51 2026] GET /v2.0/ports?network_id=605b644b-c27d-4779-926b-c7c86da4a1ef&device_owner=network%3Adhcp => generated 1244 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/727] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:03:51 2026] GET /v2.0/networks/605b644b-c27d-4779-926b-c7c86da4a1ef?fields=segments => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/728] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:03:51 2026] GET /v2.0/networks/605b644b-c27d-4779-926b-c7c86da4a1ef?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/729] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:51 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/730] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:51 2026] GET /v2.0/security-groups?id=37729dbb-2c56-48a6-9307-cf4fe449a0cf&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:51.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-8591bec2-f740-481d-acd4-d02736fb9003 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 3e709e47-454f-4d20-b097-6db627c37729 [pid: 7|app: 0|req: 354/731] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:51 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:51.667 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8591bec2-f740-481d-acd4-d02736fb9003 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 3e709e47-454f-4d20-b097-6db627c37729 [pid: 7|app: 0|req: 355/732] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:51 2026] GET /v2.0/security-groups?id=42a86741-60e7-4151-90bf-acd381d808db&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: 378/733] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:03:51 2026] PUT /v2.0/routers/d6f23bfc-e200-487c-b46e-db922b0eb2a2/remove_router_interface => generated 309 bytes in 1060 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:52.561 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fceb06c-41f4-4b1e-a927-192185f1eb30 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 080c055b-20f2-496c-8ea5-5e7f359b9f49 2026-06-09 18:03:52.566 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fceb06c-41f4-4b1e-a927-192185f1eb30 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 080c055b-20f2-496c-8ea5-5e7f359b9f49 [pid: 8|app: 0|req: 379/734] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:52 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 975 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/735] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:52 2026] GET /v2.0/security-groups?id=37729dbb-2c56-48a6-9307-cf4fe449a0cf&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: 381/736] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:52 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:52.885 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fceb06c-41f4-4b1e-a927-192185f1eb30 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 96d9fde3-2fb7-453e-bc65-020aaa85b31c 2026-06-09 18:03:52.888 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fceb06c-41f4-4b1e-a927-192185f1eb30 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 96d9fde3-2fb7-453e-bc65-020aaa85b31c [pid: 8|app: 0|req: 382/737] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:52 2026] GET /v2.0/security-groups?id=42a86741-60e7-4151-90bf-acd381d808db&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:53.292 7 INFO neutron.services.segments.plugin [-] Segment bcd3dc05-55b2-4120-bb79-136e53d03d0f resource provider aggregate not found 2026-06-09 18:03:53.303 7 INFO neutron.services.segments.plugin [-] Segment bcd3dc05-55b2-4120-bb79-136e53d03d0f resource provider aggregate not found 2026-06-09 18:03:53.327 7 INFO neutron.services.segments.plugin [-] Segment bcd3dc05-55b2-4120-bb79-136e53d03d0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcd3dc05-55b2-4120-bb79-136e53d03d0f found for delete ", "request_id": "req-e999a134-7343-4c0d-bf6b-0d303de64fe8"}]} 2026-06-09 18:03:53.332 7 INFO neutron.services.segments.plugin [-] Segment bcd3dc05-55b2-4120-bb79-136e53d03d0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcd3dc05-55b2-4120-bb79-136e53d03d0f found for delete ", "request_id": "req-404bd7ee-7595-4786-8b9f-d36de1f8013a"}]} 2026-06-09 18:03:53.354 7 INFO neutron.db.l3_hamode_db [None req-1fceb06c-41f4-4b1e-a927-192185f1eb30 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] HA network 3cb271a6-9fa3-4970-a468-7eda7ce00b05 was deleted as no HA routers are present in tenant 10fe004039014673ad5b47b9687945b5. [pid: 7|app: 0|req: 356/738] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:03:52 2026] DELETE /v2.0/routers/d6f23bfc-e200-487c-b46e-db922b0eb2a2 => generated 0 bytes in 1078 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/739] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:03:53 2026] DELETE /v2.0/subnets/adc2f5bf-dc8d-4cdc-b162-ca6aaae77305 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:03:53.651 7 INFO neutron_taas.services.taas.taas_plugin [None req-43a0b7bb-84f3-468c-91fb-6387a5b8d0a2 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: d92c3ee7-ad6d-4642-9df1-537b262ee5cc 2026-06-09 18:03:53.654 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-43a0b7bb-84f3-468c-91fb-6387a5b8d0a2 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: d92c3ee7-ad6d-4642-9df1-537b262ee5cc [pid: 8|app: 0|req: 384/740] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:53 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 975 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/741] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:03:53 2026] DELETE /v2.0/networks/4c734440-69b3-4762-8e60-29002808dae2 => generated 0 bytes in 363 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/742] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:53 2026] GET /v2.0/security-groups?id=37729dbb-2c56-48a6-9307-cf4fe449a0cf&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/743] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:53 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/744] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:54 2026] GET /v2.0/security-groups?id=42a86741-60e7-4151-90bf-acd381d808db&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/745] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:54 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/746] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:03:54 2026] GET /v2.0/security-groups?tenant_id=10fe004039014673ad5b47b9687945b5&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/747] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:03:54 2026] DELETE /v2.0/security-groups/6ac519a7-3b3f-437a-9a0b-ec2554bbeb57 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:03:54.545 7 INFO neutron.db.l3_db [None req-10c4fafa-f08a-482d-8753-8d82cbe453a7 900d44b4acbb4f30bcc66ef7bf0dacc2 b91b786dc3b9408d926d933cb6bb6db9 - - default default] Floating IP 644f7556-05d4-43d3-bcd6-d80035dec85d associated. External IP: 10.96.250.218, port: 39f82ddb-431e-4d8d-995f-df740ab41c59. [pid: 7|app: 0|req: 360/748] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:03:54 2026] PUT /v2.0/floatingips/644f7556-05d4-43d3-bcd6-d80035dec85d => generated 856 bytes in 824 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:54.981 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7b9c092b-bc54-4a52-9a3f-3daa82a72afd'] response: {'name': 'network-changed', 'server_uuid': 'c9d61f21-570d-49f6-9988-aa96a3fbc28e', 'tag': '39f82ddb-431e-4d8d-995f-df740ab41c59', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 389/749] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:54 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => 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: 361/750] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:55 2026] GET /v2.0/security-groups?id=37729dbb-2c56-48a6-9307-cf4fe449a0cf&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: 390/751] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:55 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/752] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:55 2026] GET /v2.0/security-groups?id=42a86741-60e7-4151-90bf-acd381d808db&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:55.358 7 INFO neutron.services.segments.plugin [-] Segment bd7615e0-0e4a-410b-8e42-b46330f667bb resource provider aggregate not found 2026-06-09 18:03:55.365 7 INFO neutron.services.segments.plugin [-] Segment bd7615e0-0e4a-410b-8e42-b46330f667bb resource provider aggregate not found 2026-06-09 18:03:55.391 7 INFO neutron.services.segments.plugin [-] Segment bd7615e0-0e4a-410b-8e42-b46330f667bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd7615e0-0e4a-410b-8e42-b46330f667bb found for delete ", "request_id": "req-fc8018a5-e7b4-4d7d-8044-83b2029cee8f"}]} 2026-06-09 18:03:55.394 7 INFO neutron.services.segments.plugin [-] Segment bd7615e0-0e4a-410b-8e42-b46330f667bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd7615e0-0e4a-410b-8e42-b46330f667bb found for delete ", "request_id": "req-87771c5b-af60-4068-a57f-150546221e76"}]} [pid: 8|app: 0|req: 391/753] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:03:55 2026] GET /v2.0/ports?tenant_id=b91b786dc3b9408d926d933cb6bb6db9&device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/754] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:03:55 2026] GET /v2.0/networks?id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/755] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:03:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=39f82ddb-431e-4d8d-995f-df740ab41c59 => generated 859 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/756] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:03:55 2026] GET /v2.0/subnets?id=d1b0af05-223d-4f43-bdf1-9586ae5dce19 => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/757] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:03:55 2026] GET /v2.0/ports?network_id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/758] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:03:55 2026] GET /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a?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: 394/759] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:03:55 2026] GET /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/760] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:56 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/761] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:56 2026] GET /v2.0/security-groups?id=42a86741-60e7-4151-90bf-acd381d808db&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/762] 10.0.0.37 () {34 vars in 988 bytes} [Tue Jun 9 18:03:56 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 1240 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/763] 10.0.0.37 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:56 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/764] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:57 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 971 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/765] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:57 2026] GET /v2.0/security-groups?id=42a86741-60e7-4151-90bf-acd381d808db&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/766] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:03:58 2026] GET /v2.0/security-groups?tenant_id=5279c83889e7444db9b59c22cf3a1484&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/767] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:58 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/768] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:58 2026] GET /v2.0/security-groups?id=42a86741-60e7-4151-90bf-acd381d808db&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/769] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:03:58 2026] DELETE /v2.0/security-groups/b9776342-90c8-4038-94b8-6bac1cd62706 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/770] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:58 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/771] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:03:59 2026] GET /v2.0/security-groups?tenant_id=f13fcc15e41f4838934bbb8404bb9432&name=default => generated 2925 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/772] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:03:59 2026] DELETE /v2.0/security-groups/e51f86f4-18b1-44f5-be68-29b0853eebf3 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:03:59.471 7 INFO neutron.db.l3_db [None req-1fd8e554-d634-4f3e-bdb9-f647933d982c 276d5429bf9b48f69686786fa60a79f0 6e38d2de4f1548e18c427d230dd4e0fa - - default default] Floating IP ae3d13e3-2c28-427e-b550-7cc30b15a4ff associated. External IP: 10.96.250.217, port: 0f45d1cb-9be6-431e-ad12-19fa7076d63f. [pid: 7|app: 0|req: 370/773] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:03:59 2026] PUT /v2.0/floatingips/ae3d13e3-2c28-427e-b550-7cc30b15a4ff => generated 855 bytes in 822 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:03:59.889 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-171b7177-7407-4f9c-9550-da0144ac02b7'] response: {'name': 'network-changed', 'server_uuid': '001363ce-a724-4f5f-bde5-d196205f28d6', 'tag': '0f45d1cb-9be6-431e-ad12-19fa7076d63f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 404/774] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:03:59 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/775] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:03:59 2026] GET /v2.0/security-groups?id=42a86741-60e7-4151-90bf-acd381d808db&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/776] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:04:00 2026] GET /v2.0/ports?tenant_id=6e38d2de4f1548e18c427d230dd4e0fa&device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 1240 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/777] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:00 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/778] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:04:00 2026] GET /v2.0/networks?id=605b644b-c27d-4779-926b-c7c86da4a1ef => generated 776 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/779] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:00 2026] GET /v2.0/security-groups?id=42a86741-60e7-4151-90bf-acd381d808db&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: 407/780] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:04:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0f45d1cb-9be6-431e-ad12-19fa7076d63f => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/781] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:04:00 2026] GET /v2.0/subnets?id=4656542b-f99b-4e79-afb5-bf8ea746f18b => generated 698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/782] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:04:00 2026] GET /v2.0/ports?network_id=605b644b-c27d-4779-926b-c7c86da4a1ef&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: 375/783] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:04:00 2026] GET /v2.0/networks/605b644b-c27d-4779-926b-c7c86da4a1ef?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: 409/784] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:04:00 2026] GET /v2.0/networks/605b644b-c27d-4779-926b-c7c86da4a1ef?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: 376/785] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:01 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/786] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:01 2026] GET /v2.0/security-groups?id=42a86741-60e7-4151-90bf-acd381d808db&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/787] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:02 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/788] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:04:02 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 971 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/789] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:02 2026] GET /v2.0/security-groups?id=42a86741-60e7-4151-90bf-acd381d808db&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:03.098 8 INFO neutron_taas.services.taas.taas_plugin [req-dadadb58-75f9-4f95-afd7-2f7dfcc50751 req-f47c9fa0-0b96-4d47-a61f-0d8f211949a4 276d5429bf9b48f69686786fa60a79f0 6e38d2de4f1548e18c427d230dd4e0fa - - default default] TaaS: Handle Delete Port: 0f45d1cb-9be6-431e-ad12-19fa7076d63f 2026-06-09 18:04:03.101 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-dadadb58-75f9-4f95-afd7-2f7dfcc50751 req-f47c9fa0-0b96-4d47-a61f-0d8f211949a4 276d5429bf9b48f69686786fa60a79f0 6e38d2de4f1548e18c427d230dd4e0fa - - default default] Tap Mirror: Handle Delete Port: 0f45d1cb-9be6-431e-ad12-19fa7076d63f 2026-06-09 18:04:03.339 8 INFO neutron.db.l3_db [req-dadadb58-75f9-4f95-afd7-2f7dfcc50751 req-f47c9fa0-0b96-4d47-a61f-0d8f211949a4 276d5429bf9b48f69686786fa60a79f0 6e38d2de4f1548e18c427d230dd4e0fa - - default default] Floating IP ae3d13e3-2c28-427e-b550-7cc30b15a4ff disassociated. External IP: 10.96.250.217, port: 0f45d1cb-9be6-431e-ad12-19fa7076d63f. [pid: 8|app: 0|req: 412/790] 199.204.45.95 () {36 vars in 995 bytes} [Tue Jun 9 18:04:02 2026] DELETE /v2.0/ports/0f45d1cb-9be6-431e-ad12-19fa7076d63f => generated 0 bytes in 767 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:04:03.778 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5576cc05-0f93-4fdd-b5b7-3040a7aee8fe'] response: {'server_uuid': '001363ce-a724-4f5f-bde5-d196205f28d6', 'name': 'network-vif-deleted', 'tag': '0f45d1cb-9be6-431e-ad12-19fa7076d63f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 379/791] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:04 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => 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: 413/792] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:05 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => 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: 381/795] 10.0.0.37 () {34 vars in 988 bytes} [Tue Jun 9 18:04:05 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 1244 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/796] 10.0.0.37 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:06 2026] GET /v2.0/security-groups?id=37729dbb-2c56-48a6-9307-cf4fe449a0cf&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/797] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:06 2026] GET /v2.0/security-groups?tenant_id=4a12ca2eae1c46e4a93d8e7c4aa59aa6&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/798] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:06 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/799] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:06 2026] DELETE /v2.0/security-groups/3e0bbd75-8b7d-49a8-8897-52f72b2a39a1 => 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: 417/800] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:06 2026] GET /v2.0/security-groups?tenant_id=67c90504706f41c493d2bcb381652cf9&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/801] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:06 2026] DELETE /v2.0/security-groups/216e3777-a08f-491d-879b-d80f9f6b8908 => 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: 418/802] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:07 2026] GET /v2.0/ports?device_id=001363ce-a724-4f5f-bde5-d196205f28d6 => 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: 385/803] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:08 2026] DELETE /v2.0/security-groups/42a86741-60e7-4151-90bf-acd381d808db => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:04:08.625 8 INFO neutron.api.v2.resource [None req-208a8cf6-3b39-45ce-a197-6b56906d8419 276d5429bf9b48f69686786fa60a79f0 6e38d2de4f1548e18c427d230dd4e0fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 419/804] 10.0.0.184 () {32 vars in 736 bytes} [Tue Jun 9 18:04:08 2026] GET /v2.0/security-groups/42a86741-60e7-4151-90bf-acd381d808db => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:04:08.715 7 INFO neutron_taas.services.taas.taas_plugin [None req-d2c6a80f-47e9-49c2-860d-13b0663bc3be 276d5429bf9b48f69686786fa60a79f0 6e38d2de4f1548e18c427d230dd4e0fa - - default default] TaaS: Handle Delete Port: 45d6dee7-83e8-4d46-8107-d449a9d68b12 2026-06-09 18:04:08.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2c6a80f-47e9-49c2-860d-13b0663bc3be 276d5429bf9b48f69686786fa60a79f0 6e38d2de4f1548e18c427d230dd4e0fa - - default default] Tap Mirror: Handle Delete Port: 45d6dee7-83e8-4d46-8107-d449a9d68b12 [pid: 7|app: 0|req: 386/805] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:04:08 2026] DELETE /v2.0/floatingips/ae3d13e3-2c28-427e-b550-7cc30b15a4ff => generated 0 bytes in 209 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:04:09.308 8 INFO neutron_taas.services.taas.taas_plugin [None req-59ff59a7-6128-4203-bcab-fdf57eb9468a 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 905fd9bd-854e-43bf-9f83-aa4a9219aa61 2026-06-09 18:04:09.311 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59ff59a7-6128-4203-bcab-fdf57eb9468a 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 905fd9bd-854e-43bf-9f83-aa4a9219aa61 [pid: 8|app: 0|req: 420/806] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:04:08 2026] PUT /v2.0/routers/69bcac32-33ae-4280-9f70-a87dad9a616b/remove_router_interface => generated 309 bytes in 974 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:10.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-320ff492-8c55-4210-86a0-f85cbb37a1c4 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: d74ca0be-bfa1-41dd-b716-35619ba18a65 2026-06-09 18:04:10.063 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-320ff492-8c55-4210-86a0-f85cbb37a1c4 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: d74ca0be-bfa1-41dd-b716-35619ba18a65 2026-06-09 18:04:10.341 7 INFO neutron_taas.services.taas.taas_plugin [None req-320ff492-8c55-4210-86a0-f85cbb37a1c4 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: ad6a0308-5a3b-4ae7-a234-8b69aba34c7b 2026-06-09 18:04:10.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-320ff492-8c55-4210-86a0-f85cbb37a1c4 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: ad6a0308-5a3b-4ae7-a234-8b69aba34c7b 2026-06-09 18:04:10.615 7 INFO neutron.services.segments.plugin [-] Segment 4fd317d8-d671-4347-8980-47f8ab6a06ea resource provider aggregate not found 2026-06-09 18:04:10.620 7 INFO neutron.services.segments.plugin [-] Segment 4fd317d8-d671-4347-8980-47f8ab6a06ea resource provider aggregate not found 2026-06-09 18:04:10.632 7 INFO neutron.db.l3_hamode_db [None req-320ff492-8c55-4210-86a0-f85cbb37a1c4 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] HA network 31749716-677e-4f27-b7d7-f076bda2b4e2 was deleted as no HA routers are present in tenant 6e38d2de4f1548e18c427d230dd4e0fa. 2026-06-09 18:04:10.637 7 INFO neutron.services.segments.plugin [-] Segment 4fd317d8-d671-4347-8980-47f8ab6a06ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fd317d8-d671-4347-8980-47f8ab6a06ea found for delete ", "request_id": "req-fcd42931-0bda-411c-a5d6-595394ed8fdd"}]} [pid: 7|app: 0|req: 387/807] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:09 2026] DELETE /v2.0/routers/69bcac32-33ae-4280-9f70-a87dad9a616b => generated 0 bytes in 806 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:04:10.645 7 INFO neutron.services.segments.plugin [-] Segment 4fd317d8-d671-4347-8980-47f8ab6a06ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fd317d8-d671-4347-8980-47f8ab6a06ea found for delete ", "request_id": "req-b69fdce3-8dad-4f81-b043-6bf69090572d"}]} [pid: 8|app: 0|req: 421/808] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:10 2026] DELETE /v2.0/subnets/4656542b-f99b-4e79-afb5-bf8ea746f18b => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:04:10.926 8 INFO neutron_taas.services.taas.taas_plugin [None req-18e4b492-ddac-47e3-8ef7-1a968ac0c9e6 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: f2bf1625-e6ab-4fd3-955d-4d250473c13b 2026-06-09 18:04:10.928 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18e4b492-ddac-47e3-8ef7-1a968ac0c9e6 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: f2bf1625-e6ab-4fd3-955d-4d250473c13b [pid: 7|app: 0|req: 388/809] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:10 2026] GET /v2.0/security-groups?tenant_id=11a77b0b07154f57afb413ba7b9e18c9&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:04:11.111 8 INFO neutron.services.segments.plugin [-] Segment a26e827e-64c3-44d6-947f-61fb46d7eb68 resource provider aggregate not found 2026-06-09 18:04:11.120 8 INFO neutron.services.segments.plugin [-] Segment a26e827e-64c3-44d6-947f-61fb46d7eb68 resource provider aggregate not found 2026-06-09 18:04:11.139 8 INFO neutron.services.segments.plugin [-] Segment a26e827e-64c3-44d6-947f-61fb46d7eb68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a26e827e-64c3-44d6-947f-61fb46d7eb68 found for delete ", "request_id": "req-686d086f-047a-4e05-add4-7501ae357b7b"}]} 2026-06-09 18:04:11.140 8 INFO neutron.services.segments.plugin [-] Segment a26e827e-64c3-44d6-947f-61fb46d7eb68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a26e827e-64c3-44d6-947f-61fb46d7eb68 found for delete ", "request_id": "req-9b86a5e3-e915-49d8-a347-753cad719269"}]} [pid: 7|app: 0|req: 389/810] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:11 2026] DELETE /v2.0/security-groups/840bde38-6213-4a11-9cf7-f3b9f163e0ac => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/811] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:04:10 2026] DELETE /v2.0/networks/605b644b-c27d-4779-926b-c7c86da4a1ef => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/812] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:11 2026] GET /v2.0/security-groups?tenant_id=6e38d2de4f1548e18c427d230dd4e0fa&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/813] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:11 2026] GET /v2.0/security-groups?tenant_id=b94d33873abf43588b98c43ebc2e1941&name=default => generated 2925 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/814] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:11 2026] DELETE /v2.0/security-groups/451a04f7-ee34-4522-8d05-bcc400f84088 => 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: 391/815] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:11 2026] DELETE /v2.0/security-groups/dc20c799-252f-47af-b2a2-10859e98ce6c => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:04:13.622 8 INFO neutron.db.segments_db [None req-daa36eb4-5f49-4d9d-9fbe-efd57d38be58 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment d080020b-755e-4c1d-81eb-325a8c6e07fe of type vxlan for network d8efbe8e-ce72-4dee-8224-95c0387028ad [pid: 8|app: 0|req: 425/816] 10.0.0.184 () {34 vars in 670 bytes} [Tue Jun 9 18:04:13 2026] POST /v2.0/networks => generated 718 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/817] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:04:13 2026] POST /v2.0/subnets => generated 684 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:04:13.922 8 INFO neutron.db.segments_db [None req-8b14335b-82ee-43ac-861c-ebf6c9914a59 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 1ed01c4b-6ea0-439c-80b5-62211f1a444f of type vxlan for network 96e45060-eee3-41fb-b97e-edc9cd54d132 2026-06-09 18:04:14.147 8 INFO neutron.db.l3_hamode_db [None req-8b14335b-82ee-43ac-861c-ebf6c9914a59 7273851d1c9a4515835c076687dd33a3 07993432265f4e5f8693760cfd42417f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:04:14.943 8 INFO neutron.db.l3_hamode_db [None req-8b14335b-82ee-43ac-861c-ebf6c9914a59 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 426/818] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:04:13 2026] POST /v2.0/routers => generated 724 bytes in 2052 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/819] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:16 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/820] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:16 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/821] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:16 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/822] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:16 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&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: 431/823] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:16 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => 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: 432/824] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:16 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/825] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:04:15 2026] PUT /v2.0/routers/5ebe4d49-f1a3-4b9c-a721-b0eb80f21dea/add_router_interface => generated 309 bytes in 1430 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/826] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:17 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/827] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:17 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/828] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:17 2026] GET /v2.0/security-groups?tenant_id=28734f2d5a51436096f1b97060d5ba32&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/829] 10.0.0.184 () {34 vars in 684 bytes} [Tue Jun 9 18:04:18 2026] POST /v2.0/security-groups => generated 1659 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/830] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:04:18 2026] GET /v2.0/ports?tenant_id=01b4dcdf2d5647e19abb6c59f7d54c56&device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 1240 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/831] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:18 2026] DELETE /v2.0/security-groups/bf9524f3-b40a-4903-9c71-24819bf4b75e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/832] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:04:18 2026] GET /v2.0/networks?id=7f89be19-da9e-47ca-8d18-faed34b68bb4 => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/833] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:04:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/834] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:04:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5376904d-57f5-499b-8c8f-0b8ec3aed84b => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/835] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:04:18 2026] GET /v2.0/subnets?id=3a263a19-e456-43e9-94cc-3d5c2c9ee84a => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/836] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:04:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/837] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:04:18 2026] GET /v2.0/ports?network_id=7f89be19-da9e-47ca-8d18-faed34b68bb4&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/838] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:18 2026] GET /v2.0/security-groups?tenant_id=c92ab465b5504470b59b175c85d332e3&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/839] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:04:18 2026] GET /v2.0/networks/7f89be19-da9e-47ca-8d18-faed34b68bb4?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: 402/840] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:18 2026] DELETE /v2.0/security-groups/3b71de1f-dd26-4d21-89a5-26408e859eec => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/841] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:04:18 2026] GET /v2.0/networks/7f89be19-da9e-47ca-8d18-faed34b68bb4?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: 404/842] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:18 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/843] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:19 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/844] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:04:18 2026] POST /v2.0/floatingips => generated 552 bytes in 1026 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/845] 10.0.0.35 () {34 vars in 1096 bytes} [Tue Jun 9 18:04:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--812795950&fields=id&tenant_id=07993432265f4e5f8693760cfd42417f => generated 69 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/846] 10.0.0.35 () {34 vars in 980 bytes} [Tue Jun 9 18:04:20 2026] GET /v2.0/networks?id=d8efbe8e-ce72-4dee-8224-95c0387028ad => generated 669 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/847] 10.0.0.35 () {34 vars in 963 bytes} [Tue Jun 9 18:04:20 2026] GET /v2.0/quotas/07993432265f4e5f8693760cfd42417f => 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: 407/848] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:20 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/849] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:04:20 2026] GET /v2.0/ports?tenant_id=07993432265f4e5f8693760cfd42417f&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/850] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:20 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/851] 10.0.0.35 () {34 vars in 1006 bytes} [Tue Jun 9 18:04:20 2026] GET /v2.0/networks/d8efbe8e-ce72-4dee-8224-95c0387028ad?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: 409/852] 10.0.0.35 () {34 vars in 1106 bytes} [Tue Jun 9 18:04:20 2026] GET /v2.0/networks/d8efbe8e-ce72-4dee-8224-95c0387028ad?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/853] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:20 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => 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: 446/856] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:21 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/857] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:21 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/858] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:21 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => 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: 447/859] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:21 2026] GET /v2.0/security-groups?tenant_id=2b0502fb5a964207bd3d857f67c9b1b5&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/860] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:21 2026] DELETE /v2.0/security-groups/a2fe4a39-b75f-44ad-9947-ae6a43ea251e => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/861] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:22 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/862] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:22 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&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: 449/863] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:22 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => 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: 415/864] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:23 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/865] 10.0.0.35 () {34 vars in 969 bytes} [Tue Jun 9 18:04:23 2026] GET /v2.0/ports/39f82ddb-431e-4d8d-995f-df740ab41c59 => generated 972 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/866] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:23 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => 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: 451/867] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:23 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/868] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:23 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/869] 199.204.45.95 () {34 vars in 998 bytes} [Tue Jun 9 18:04:24 2026] GET /v2.0/subnets?network_id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a => generated 684 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/870] 199.204.45.95 () {34 vars in 1144 bytes} [Tue Jun 9 18:04:24 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e&device_owner=compute%3Anova&network_id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/871] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:04:24 2026] GET /v2.0/networks?id=d8efbe8e-ce72-4dee-8224-95c0387028ad => generated 669 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/872] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:24 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 969 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/873] 199.204.45.95 () {34 vars in 1048 bytes} [Tue Jun 9 18:04:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=07993432265f4e5f8693760cfd42417f => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/874] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:25 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => 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: 453/875] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:04:24 2026] PUT /v2.0/ports/39f82ddb-431e-4d8d-995f-df740ab41c59 => generated 1149 bytes in 540 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: 423/876] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:25 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&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-06-09 18:04:25.108 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9aff8632-a7bc-4fac-a1a4-96e898114bcd'] response: {'name': 'network-changed', 'server_uuid': 'c9d61f21-570d-49f6-9988-aa96a3fbc28e', 'tag': '39f82ddb-431e-4d8d-995f-df740ab41c59', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 454/877] 199.204.45.95 () {38 vars in 953 bytes} [Tue Jun 9 18:04:25 2026] POST /v2.0/ports => generated 954 bytes in 432 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: 455/878] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:04:25 2026] GET /v2.0/ports?tenant_id=b91b786dc3b9408d926d933cb6bb6db9&device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 1421 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/879] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:04:25 2026] GET /v2.0/networks?id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a => generated 780 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/880] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:04:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=39f82ddb-431e-4d8d-995f-df740ab41c59 => 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: 458/881] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:04:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=39f82ddb-431e-4d8d-995f-df740ab41c59 => 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: 459/882] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:04:25 2026] GET /v2.0/subnets?id=d1b0af05-223d-4f43-bdf1-9586ae5dce19 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/883] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:04:25 2026] GET /v2.0/ports?network_id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/884] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:04:25 2026] PUT /v2.0/ports/506acde6-22e3-4e40-841d-9f3b01a1682d => generated 1235 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/885] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:04:25 2026] GET /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:04:25.952 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e4787fd1-2a7c-40ad-b9f7-ff9d527911cb'] response: {'name': 'network-changed', 'server_uuid': '2b062b6b-f15a-4831-b1fd-063e7b390e65', 'tag': '506acde6-22e3-4e40-841d-9f3b01a1682d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 425/886] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:04:25 2026] GET /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a?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: 462/887] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:26 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => 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: 463/888] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:26 2026] GET /v2.0/security-groups?id=7f51822b-e472-403f-9c62-b0e30ef1a2ce&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: 426/889] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:26 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/890] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:26 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/891] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:26 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 1152 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/892] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:26 2026] GET /v2.0/security-groups?id=37729dbb-2c56-48a6-9307-cf4fe449a0cf&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: 428/893] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:04:26 2026] GET /v2.0/ports?tenant_id=07993432265f4e5f8693760cfd42417f&device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/894] 199.204.45.95 () {34 vars in 1016 bytes} [Tue Jun 9 18:04:26 2026] GET /v2.0/networks?tenant_id=07993432265f4e5f8693760cfd42417f&shared=False => generated 765 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/895] 199.204.45.95 () {34 vars in 928 bytes} [Tue Jun 9 18:04:26 2026] GET /v2.0/networks?shared=True => 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: 430/896] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/ports?tenant_id=b91b786dc3b9408d926d933cb6bb6db9&device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 1421 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/897] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/networks?id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a => generated 780 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/898] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:26 2026] GET /v2.0/security-groups?tenant_id=ca153abe9d274394889a9705ba4cf8d4&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/899] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=39f82ddb-431e-4d8d-995f-df740ab41c59 => generated 861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/900] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=39f82ddb-431e-4d8d-995f-df740ab41c59 => 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: 434/901] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/subnets?id=d1b0af05-223d-4f43-bdf1-9586ae5dce19 => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/902] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:27 2026] DELETE /v2.0/security-groups/647b1b32-0ced-485f-8e09-1e0eb1cceb35 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/903] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/ports?network_id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/904] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/905] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a?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: 470/906] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => 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: 437/907] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/security-groups?id=7f51822b-e472-403f-9c62-b0e30ef1a2ce&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/908] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a?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: 438/909] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&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: 472/910] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/ports?tenant_id=07993432265f4e5f8693760cfd42417f&device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/911] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=506acde6-22e3-4e40-841d-9f3b01a1682d => 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: 473/912] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/subnets?id=b59221ad-cd74-4ba9-850e-83afbf14835c => generated 687 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/913] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/ports?network_id=d8efbe8e-ce72-4dee-8224-95c0387028ad&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: 474/914] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/networks/d8efbe8e-ce72-4dee-8224-95c0387028ad?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: 441/915] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/networks/d8efbe8e-ce72-4dee-8224-95c0387028ad?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: 475/916] 199.204.45.95 () {34 vars in 1116 bytes} [Tue Jun 9 18:04:27 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.8 => generated 1152 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/917] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:28 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/918] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:28 2026] GET /v2.0/security-groups?id=7f51822b-e472-403f-9c62-b0e30ef1a2ce&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/919] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:04:28 2026] PUT /v2.0/ports/39f82ddb-431e-4d8d-995f-df740ab41c59 => generated 972 bytes in 948 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:29.015 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-24f2066f-ad7d-4b49-8ca3-c91eafed82e7'] response: {'name': 'network-changed', 'server_uuid': 'c9d61f21-570d-49f6-9988-aa96a3fbc28e', 'tag': '39f82ddb-431e-4d8d-995f-df740ab41c59', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 478/920] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:04:29 2026] GET /v2.0/ports?tenant_id=b91b786dc3b9408d926d933cb6bb6db9&device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 1244 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 443/921] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:04:29 2026] GET /v2.0/networks?id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/922] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:04:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=39f82ddb-431e-4d8d-995f-df740ab41c59 => generated 861 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/923] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:04:29 2026] GET /v2.0/subnets?id=d1b0af05-223d-4f43-bdf1-9586ae5dce19 => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/924] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:29 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/925] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:04:29 2026] GET /v2.0/ports?network_id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a&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: 482/926] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:29 2026] GET /v2.0/security-groups?id=7f51822b-e472-403f-9c62-b0e30ef1a2ce&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: 483/927] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:04:29 2026] GET /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a?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: 484/928] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:04:29 2026] GET /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a?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: 445/929] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:29 2026] GET /v2.0/security-groups?tenant_id=6a79a981df8c476aac57364389efee90&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/930] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:29 2026] DELETE /v2.0/security-groups/7cc80a23-99da-44e4-bd54-46b1c2118d7c => 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: 446/931] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:30 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/932] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:04:30 2026] GET /v2.0/ports?tenant_id=b91b786dc3b9408d926d933cb6bb6db9&device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/933] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:30 2026] GET /v2.0/security-groups?id=7f51822b-e472-403f-9c62-b0e30ef1a2ce&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: 486/934] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:30 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => 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: 487/935] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:30 2026] GET /v2.0/security-groups?id=37729dbb-2c56-48a6-9307-cf4fe449a0cf&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: 449/936] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:04:30 2026] GET /v2.0/networks?id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/937] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:04:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=39f82ddb-431e-4d8d-995f-df740ab41c59 => generated 861 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/938] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:04:31 2026] GET /v2.0/subnets?id=d1b0af05-223d-4f43-bdf1-9586ae5dce19 => generated 702 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/939] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:04:31 2026] GET /v2.0/ports?network_id=91ebaf2b-cf01-4cf5-9e09-848eead8a20a&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: 451/940] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:04:31 2026] GET /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a?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: 490/941] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:04:31 2026] GET /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/942] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:32 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:32.142 7 INFO neutron.db.segments_db [None req-d0947407-ce06-4a58-bbd4-0bde87e869fc 04200eaa2de34fc89e2a4092ec17dd72 4e2396127cc94615a7071f9269dab75f - - default default] Added segment d59668ea-84b2-48f9-872d-88380a40fc91 of type vxlan for network 379448d8-ce3a-43d3-89c4-86c18b3a8c4e [pid: 8|app: 0|req: 492/943] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:32 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/944] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:32 2026] GET /v2.0/security-groups?id=7f51822b-e472-403f-9c62-b0e30ef1a2ce&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/945] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:32 2026] GET /v2.0/security-groups?id=37729dbb-2c56-48a6-9307-cf4fe449a0cf&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/946] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:04:31 2026] POST /v2.0/networks => generated 625 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/947] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:04:32 2026] POST /v2.0/subnets => generated 641 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:04:32.616 7 INFO neutron.db.segments_db [None req-a963549d-ac03-4e49-abef-dd15e8ab46ca 04200eaa2de34fc89e2a4092ec17dd72 4e2396127cc94615a7071f9269dab75f - - default default] Added segment 62a87ca2-cdc2-4b2f-8323-783771f69bf5 of type vxlan for network 01101cde-a9fd-4c2e-a81b-87008bf967e2 [pid: 7|app: 0|req: 453/948] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:04:32 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: 8|app: 0|req: 496/949] 10.0.0.184 () {34 vars in 742 bytes} [Tue Jun 9 18:04:32 2026] PUT /v2.0/networks/01101cde-a9fd-4c2e-a81b-87008bf967e2 => generated 592 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/950] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:04:32 2026] POST /v2.0/subnets => generated 626 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/951] 10.0.0.184 () {34 vars in 740 bytes} [Tue Jun 9 18:04:33 2026] PUT /v2.0/subnets/f6dff0b2-0b82-4d88-a475-d0fc535eb1be => generated 636 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/952] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:33 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/953] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:33 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:33.436 7 INFO neutron.services.segments.plugin [-] Segment 62a87ca2-cdc2-4b2f-8323-783771f69bf5 resource provider aggregate not found 2026-06-09 18:04:33.442 7 INFO neutron.services.segments.plugin [-] Segment 62a87ca2-cdc2-4b2f-8323-783771f69bf5 resource provider aggregate not found 2026-06-09 18:04:33.461 7 INFO neutron.services.segments.plugin [-] Segment 62a87ca2-cdc2-4b2f-8323-783771f69bf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62a87ca2-cdc2-4b2f-8323-783771f69bf5 found for delete ", "request_id": "req-04a0b2d7-6109-4c37-9ef6-a2ea0a3741b4"}]} 2026-06-09 18:04:33.465 7 INFO neutron.services.segments.plugin [-] Segment 62a87ca2-cdc2-4b2f-8323-783771f69bf5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62a87ca2-cdc2-4b2f-8323-783771f69bf5 found for delete ", "request_id": "req-74d8f28b-c36a-4357-a069-215ad4c011d7"}]} [pid: 8|app: 0|req: 500/954] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:04:33 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/955] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:04:33 2026] DELETE /v2.0/networks/01101cde-a9fd-4c2e-a81b-87008bf967e2 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/956] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:33 2026] GET /v2.0/security-groups?id=37729dbb-2c56-48a6-9307-cf4fe449a0cf&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: 501/957] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:33 2026] GET /v2.0/security-groups?id=7f51822b-e472-403f-9c62-b0e30ef1a2ce&fields=id&fields=name => generated 113 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:33.524 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a26a02d8-ef85-4ff6-a767-86ae2ad6e627 04200eaa2de34fc89e2a4092ec17dd72 4e2396127cc94615a7071f9269dab75f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 502/958] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:04:33 2026] DELETE /v2.0/networks/01101cde-a9fd-4c2e-a81b-87008bf967e2 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/959] 10.0.0.184 () {32 vars in 693 bytes} [Tue Jun 9 18:04:33 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:33.641 7 INFO neutron_taas.services.taas.taas_plugin [req-60fa9dda-707d-4a4f-b12e-3e85d76e7506 req-c76a8738-ee0e-4c75-a395-f05198e734ba 900d44b4acbb4f30bcc66ef7bf0dacc2 b91b786dc3b9408d926d933cb6bb6db9 - - default default] TaaS: Handle Delete Port: 39f82ddb-431e-4d8d-995f-df740ab41c59 2026-06-09 18:04:33.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-60fa9dda-707d-4a4f-b12e-3e85d76e7506 req-c76a8738-ee0e-4c75-a395-f05198e734ba 900d44b4acbb4f30bcc66ef7bf0dacc2 b91b786dc3b9408d926d933cb6bb6db9 - - default default] Tap Mirror: Handle Delete Port: 39f82ddb-431e-4d8d-995f-df740ab41c59 [pid: 8|app: 0|req: 504/960] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:33 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/961] 10.0.0.184 () {32 vars in 741 bytes} [Tue Jun 9 18:04:33 2026] GET /v2.0/subnets?network_id=e7811240-0396-48de-a62c-bd16a594521e => generated 649 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:33.845 7 INFO neutron.db.l3_db [req-60fa9dda-707d-4a4f-b12e-3e85d76e7506 req-c76a8738-ee0e-4c75-a395-f05198e734ba 900d44b4acbb4f30bcc66ef7bf0dacc2 b91b786dc3b9408d926d933cb6bb6db9 - - default default] Floating IP 644f7556-05d4-43d3-bcd6-d80035dec85d disassociated. External IP: 10.96.250.218, port: 39f82ddb-431e-4d8d-995f-df740ab41c59. 2026-06-09 18:04:34.208 8 INFO neutron.db.l3_db [None req-66f2a435-b4ab-487d-b51d-ca4af4e7c528 72daf48c97d6499fb30429f2c429c893 07993432265f4e5f8693760cfd42417f - - default default] Floating IP f68b18a6-b577-4efa-84e8-3030976de750 associated. External IP: 10.96.250.212, port: 506acde6-22e3-4e40-841d-9f3b01a1682d. [pid: 7|app: 0|req: 457/962] 199.204.45.95 () {36 vars in 995 bytes} [Tue Jun 9 18:04:33 2026] DELETE /v2.0/ports/39f82ddb-431e-4d8d-995f-df740ab41c59 => generated 0 bytes in 784 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/963] 10.0.0.184 () {32 vars in 652 bytes} [Tue Jun 9 18:04:34 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-09 18:04:34.350 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed37b91b-a87d-443a-8d84-79169cb1658c'] response: {'server_uuid': 'c9d61f21-570d-49f6-9988-aa96a3fbc28e', 'name': 'network-vif-deleted', 'tag': '39f82ddb-431e-4d8d-995f-df740ab41c59', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 459/964] 10.0.0.184 () {32 vars in 648 bytes} [Tue Jun 9 18:04:34 2026] GET /v2.0/networks => generated 1309 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/965] 10.0.0.184 () {32 vars in 646 bytes} [Tue Jun 9 18:04:34 2026] GET /v2.0/subnets => generated 1280 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/966] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:04:33 2026] PUT /v2.0/floatingips/f68b18a6-b577-4efa-84e8-3030976de750 => generated 855 bytes in 830 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/967] 10.0.0.184 () {32 vars in 722 bytes} [Tue Jun 9 18:04:34 2026] GET /v2.0/networks/379448d8-ce3a-43d3-89c4-86c18b3a8c4e => generated 669 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/968] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:04:34 2026] GET /v2.0/subnets/a1fd51d5-44ed-4a05-9299-bb8fef16d4cd => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 462/969] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:34 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:04:34.622 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0c98cd0f-ec6c-486a-8894-2c89e1011c3f 04200eaa2de34fc89e2a4092ec17dd72 4e2396127cc94615a7071f9269dab75f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 508/970] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:34 2026] DELETE /v2.0/subnets/f6dff0b2-0b82-4d88-a475-d0fc535eb1be => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:04:34.641 8 INFO neutron.pecan_wsgi.hooks.translation [None req-77dae193-26ac-4ec5-ace0-1de3181ef59c 04200eaa2de34fc89e2a4092ec17dd72 4e2396127cc94615a7071f9269dab75f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 509/971] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:04:34 2026] DELETE /v2.0/networks/01101cde-a9fd-4c2e-a81b-87008bf967e2 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:04:34.675 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-823e9914-87ae-4e5c-8cf6-fc7ddbfd768e'] response: {'name': 'network-changed', 'server_uuid': '2b062b6b-f15a-4831-b1fd-063e7b390e65', 'tag': '506acde6-22e3-4e40-841d-9f3b01a1682d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 463/972] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:34 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/973] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:34 2026] GET /v2.0/security-groups?id=7f51822b-e472-403f-9c62-b0e30ef1a2ce&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: 510/974] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:34 2026] DELETE /v2.0/subnets/a1fd51d5-44ed-4a05-9299-bb8fef16d4cd => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:04:34.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-a4c18d48-cc4b-499e-b7bf-d9141cc147b1 04200eaa2de34fc89e2a4092ec17dd72 4e2396127cc94615a7071f9269dab75f - - default default] TaaS: Handle Delete Port: 0e81f937-0757-4181-8298-cd5a43e36995 2026-06-09 18:04:35.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4c18d48-cc4b-499e-b7bf-d9141cc147b1 04200eaa2de34fc89e2a4092ec17dd72 4e2396127cc94615a7071f9269dab75f - - default default] Tap Mirror: Handle Delete Port: 0e81f937-0757-4181-8298-cd5a43e36995 [pid: 8|app: 0|req: 511/975] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:35 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/976] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:35 2026] GET /v2.0/security-groups?id=7f51822b-e472-403f-9c62-b0e30ef1a2ce&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: 513/977] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:04:35 2026] GET /v2.0/ports?tenant_id=07993432265f4e5f8693760cfd42417f&device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/978] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:04:34 2026] DELETE /v2.0/networks/379448d8-ce3a-43d3-89c4-86c18b3a8c4e => generated 0 bytes in 401 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/979] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:04:35 2026] GET /v2.0/networks?id=d8efbe8e-ce72-4dee-8224-95c0387028ad => generated 765 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/980] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:04:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=506acde6-22e3-4e40-841d-9f3b01a1682d => generated 858 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/981] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:04:35 2026] GET /v2.0/subnets?id=b59221ad-cd74-4ba9-850e-83afbf14835c => generated 687 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/982] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:04:35 2026] GET /v2.0/ports?network_id=d8efbe8e-ce72-4dee-8224-95c0387028ad&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:04:35.486 7 INFO neutron.services.segments.plugin [-] Segment d59668ea-84b2-48f9-872d-88380a40fc91 resource provider aggregate not found 2026-06-09 18:04:35.501 7 INFO neutron.services.segments.plugin [-] Segment d59668ea-84b2-48f9-872d-88380a40fc91 resource provider aggregate not found 2026-06-09 18:04:35.505 7 INFO neutron.services.segments.plugin [-] Segment d59668ea-84b2-48f9-872d-88380a40fc91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d59668ea-84b2-48f9-872d-88380a40fc91 found for delete ", "request_id": "req-b4cfb149-df32-49fa-8817-373dce03061a"}]} 2026-06-09 18:04:35.519 7 INFO neutron.services.segments.plugin [-] Segment d59668ea-84b2-48f9-872d-88380a40fc91 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d59668ea-84b2-48f9-872d-88380a40fc91 found for delete ", "request_id": "req-747046db-a494-47fc-b178-bc3fa77bd74a"}]} [pid: 8|app: 0|req: 516/983] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:04:35 2026] GET /v2.0/networks/d8efbe8e-ce72-4dee-8224-95c0387028ad?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: 468/984] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:04:35 2026] GET /v2.0/networks/d8efbe8e-ce72-4dee-8224-95c0387028ad?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: 8|app: 0|req: 517/985] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:35 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => 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: 470/988] 10.0.0.37 () {34 vars in 988 bytes} [Tue Jun 9 18:04:35 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/989] 10.0.0.37 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:35 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&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: 519/990] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:35 2026] GET /v2.0/security-groups?tenant_id=4e2396127cc94615a7071f9269dab75f&name=default => generated 2925 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/991] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:36 2026] DELETE /v2.0/security-groups/a4592c2d-1dd7-4aac-9cf6-cb3e6b002725 => 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: 520/992] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:36 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/993] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:36 2026] GET /v2.0/security-groups?id=7f51822b-e472-403f-9c62-b0e30ef1a2ce&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: 521/994] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:36 2026] GET /v2.0/ports?device_id=c9d61f21-570d-49f6-9988-aa96a3fbc28e => 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: 474/995] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:37 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/996] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:37 2026] GET /v2.0/security-groups?id=7f51822b-e472-403f-9c62-b0e30ef1a2ce&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/997] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:04:37 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 971 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:37.712 8 INFO neutron_taas.services.taas.taas_plugin [req-674848ee-8992-4fe8-8c84-418c45c48d3f req-e530d964-3fd2-4606-9567-6c6faa3b4600 72daf48c97d6499fb30429f2c429c893 07993432265f4e5f8693760cfd42417f - - default default] TaaS: Handle Delete Port: 506acde6-22e3-4e40-841d-9f3b01a1682d 2026-06-09 18:04:37.716 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-674848ee-8992-4fe8-8c84-418c45c48d3f req-e530d964-3fd2-4606-9567-6c6faa3b4600 72daf48c97d6499fb30429f2c429c893 07993432265f4e5f8693760cfd42417f - - default default] Tap Mirror: Handle Delete Port: 506acde6-22e3-4e40-841d-9f3b01a1682d 2026-06-09 18:04:37.872 8 INFO neutron.db.l3_db [req-674848ee-8992-4fe8-8c84-418c45c48d3f req-e530d964-3fd2-4606-9567-6c6faa3b4600 72daf48c97d6499fb30429f2c429c893 07993432265f4e5f8693760cfd42417f - - default default] Floating IP f68b18a6-b577-4efa-84e8-3030976de750 disassociated. External IP: 10.96.250.212, port: 506acde6-22e3-4e40-841d-9f3b01a1682d. [pid: 7|app: 0|req: 476/998] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:37 2026] DELETE /v2.0/security-groups/37729dbb-2c56-48a6-9307-cf4fe449a0cf => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/999] 199.204.45.95 () {36 vars in 995 bytes} [Tue Jun 9 18:04:37 2026] DELETE /v2.0/ports/506acde6-22e3-4e40-841d-9f3b01a1682d => generated 0 bytes in 731 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:04:38.316 8 INFO neutron.api.v2.resource [None req-60d3604b-d7a6-4f63-9383-66e6982d9ec4 900d44b4acbb4f30bcc66ef7bf0dacc2 b91b786dc3b9408d926d933cb6bb6db9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 524/1000] 10.0.0.184 () {32 vars in 736 bytes} [Tue Jun 9 18:04:38 2026] GET /v2.0/security-groups/37729dbb-2c56-48a6-9307-cf4fe449a0cf => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:04:38.355 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91035239-8376-4731-8dbf-b95144b1e1dc'] response: {'server_uuid': '2b062b6b-f15a-4831-b1fd-063e7b390e65', 'name': 'network-vif-deleted', 'tag': '506acde6-22e3-4e40-841d-9f3b01a1682d', 'status': 'completed', 'code': 200} 2026-06-09 18:04:38.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-870f8e10-206a-41d8-a252-49284b88b1e9 900d44b4acbb4f30bcc66ef7bf0dacc2 b91b786dc3b9408d926d933cb6bb6db9 - - default default] TaaS: Handle Delete Port: b7e713f4-8ca4-4fb5-8258-ed8571559b5f 2026-06-09 18:04:38.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-870f8e10-206a-41d8-a252-49284b88b1e9 900d44b4acbb4f30bcc66ef7bf0dacc2 b91b786dc3b9408d926d933cb6bb6db9 - - default default] Tap Mirror: Handle Delete Port: b7e713f4-8ca4-4fb5-8258-ed8571559b5f 2026-06-09 18:04:38.518 7 INFO neutron.db.segments_db [None req-3583a2fa-5d77-4be1-bc4b-c749363a1ec4 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] Added segment 7c387652-b2ec-4072-94ee-228ae80649a9 of type vxlan for network 6bab85a4-2d35-446d-8e4d-00d9499ca3ae [pid: 7|app: 0|req: 477/1001] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:04:38 2026] POST /v2.0/networks => generated 629 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/1002] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:38 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => 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: 525/1003] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:04:38 2026] DELETE /v2.0/floatingips/644f7556-05d4-43d3-bcd6-d80035dec85d => generated 0 bytes in 350 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/1004] 10.0.0.184 () {34 vars in 664 bytes} [Tue Jun 9 18:04:38 2026] POST /v2.0/ports => generated 779 bytes in 322 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:04:39.035 7 INFO neutron.db.segments_db [None req-2df10bdf-2e24-4056-afa3-fb02c12a6cbc 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] Added segment 86805d54-3dc8-4af6-a875-77ca9ccea14d of type vxlan for network 4fa21e8a-1b58-49df-92d2-873240ec1064 [pid: 7|app: 0|req: 480/1005] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:04:38 2026] POST /v2.0/networks => generated 617 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:04:39.190 8 INFO neutron_taas.services.taas.taas_plugin [None req-42c1e633-b6c9-4bc1-86e0-8b23ec6f43a6 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 2e675b48-f7b2-4a2d-a737-dfd7b4bae857 2026-06-09 18:04:39.193 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42c1e633-b6c9-4bc1-86e0-8b23ec6f43a6 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 2e675b48-f7b2-4a2d-a737-dfd7b4bae857 [pid: 7|app: 0|req: 481/1006] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:04:39 2026] POST /v2.0/subnets => generated 646 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/1007] 10.0.0.184 () {34 vars in 664 bytes} [Tue Jun 9 18:04:39 2026] POST /v2.0/ports => generated 965 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:04:39.812 7 INFO neutron_taas.services.taas.taas_plugin [None req-65f90138-b5bc-4c0d-b1d7-e58727a4fc22 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] TaaS: Handle Delete Port: 6a7b8e4c-a845-458e-bf5b-4a07464d8de1 [pid: 8|app: 0|req: 526/1008] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:04:38 2026] PUT /v2.0/routers/226dc9f4-916a-4504-9018-2cad654e092a/remove_router_interface => generated 309 bytes in 1057 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:39.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65f90138-b5bc-4c0d-b1d7-e58727a4fc22 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] Tap Mirror: Handle Delete Port: 6a7b8e4c-a845-458e-bf5b-4a07464d8de1 [pid: 8|app: 0|req: 527/1009] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:39 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => 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: 483/1010] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:04:39 2026] DELETE /v2.0/ports/6a7b8e4c-a845-458e-bf5b-4a07464d8de1 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:04:39.985 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed628e1f-1d51-4fff-98fb-954b6dd7eda6 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 484/1011] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:04:39 2026] DELETE /v2.0/ports/6a7b8e4c-a845-458e-bf5b-4a07464d8de1 => generated 132 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:04:40.009 7 INFO neutron.pecan_wsgi.hooks.translation [None req-499de490-c831-45c3-aa77-a2366e58fd45 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 485/1012] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:04:39 2026] GET /v2.0/ports/6a7b8e4c-a845-458e-bf5b-4a07464d8de1 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:04:40.016 8 INFO neutron_taas.services.taas.taas_plugin [None req-c867562a-2aa5-4c27-9da8-29b4108bab4e 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: b8677c91-5dca-41e4-b4ea-490aa5245cfe 2026-06-09 18:04:40.019 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c867562a-2aa5-4c27-9da8-29b4108bab4e 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: b8677c91-5dca-41e4-b4ea-490aa5245cfe [pid: 7|app: 0|req: 486/1013] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:40 2026] DELETE /v2.0/subnets/627cf00c-78d0-406d-bf77-f255f4c35c63 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:04:40.348 7 INFO neutron.services.segments.plugin [-] Segment 86805d54-3dc8-4af6-a875-77ca9ccea14d resource provider aggregate not found 2026-06-09 18:04:40.362 7 INFO neutron.services.segments.plugin [-] Segment 86805d54-3dc8-4af6-a875-77ca9ccea14d resource provider aggregate not found 2026-06-09 18:04:40.362 8 INFO neutron_taas.services.taas.taas_plugin [None req-c867562a-2aa5-4c27-9da8-29b4108bab4e 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 1357355b-1fdd-41a4-939d-75e3ec6f479b 2026-06-09 18:04:40.365 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c867562a-2aa5-4c27-9da8-29b4108bab4e 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 1357355b-1fdd-41a4-939d-75e3ec6f479b 2026-06-09 18:04:40.370 7 INFO neutron.services.segments.plugin [-] Segment 86805d54-3dc8-4af6-a875-77ca9ccea14d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86805d54-3dc8-4af6-a875-77ca9ccea14d found for delete ", "request_id": "req-faa1eeeb-1ab2-4c6f-80f7-df51a1ed3ab7"}]} 2026-06-09 18:04:40.387 7 INFO neutron.services.segments.plugin [-] Segment 86805d54-3dc8-4af6-a875-77ca9ccea14d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86805d54-3dc8-4af6-a875-77ca9ccea14d found for delete ", "request_id": "req-52fb7e76-dd87-4c3b-95c8-c3826c084e1f"}]} [pid: 7|app: 0|req: 487/1014] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:04:40 2026] DELETE /v2.0/networks/4fa21e8a-1b58-49df-92d2-873240ec1064 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:04:40.466 7 INFO neutron.db.segments_db [None req-45421ecd-d17d-4e6b-a8d6-e552875d7f75 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] Added segment f504c165-2c17-4058-a782-555c676d3bce of type vxlan for network 5e397a39-f146-456f-9299-69ab8217e7c4 [pid: 7|app: 0|req: 488/1015] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:04:40 2026] POST /v2.0/networks => generated 617 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:04:40.736 8 INFO neutron.services.segments.plugin [-] Segment 5433ca50-218f-426e-bce9-f80d56648ff3 resource provider aggregate not found 2026-06-09 18:04:40.753 8 INFO neutron.services.segments.plugin [-] Segment 5433ca50-218f-426e-bce9-f80d56648ff3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5433ca50-218f-426e-bce9-f80d56648ff3 found for delete ", "request_id": "req-7edd4a79-9a40-49e0-b802-16b80bcb1d45"}]} 2026-06-09 18:04:40.754 8 INFO neutron.services.segments.plugin [-] Segment 5433ca50-218f-426e-bce9-f80d56648ff3 resource provider aggregate not found 2026-06-09 18:04:40.784 8 INFO neutron.db.l3_hamode_db [None req-c867562a-2aa5-4c27-9da8-29b4108bab4e 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] HA network 9f4b5427-f8df-4984-8c23-e5789dc71240 was deleted as no HA routers are present in tenant b91b786dc3b9408d926d933cb6bb6db9. 2026-06-09 18:04:40.786 8 INFO neutron.services.segments.plugin [-] Segment 5433ca50-218f-426e-bce9-f80d56648ff3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5433ca50-218f-426e-bce9-f80d56648ff3 found for delete ", "request_id": "req-6c82869c-5646-47b5-952c-29880a5cbcd6"}]} [pid: 8|app: 0|req: 528/1016] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:39 2026] DELETE /v2.0/routers/226dc9f4-916a-4504-9018-2cad654e092a => generated 0 bytes in 962 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1017] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:04:40 2026] POST /v2.0/subnets => generated 646 bytes in 263 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1018] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:40 2026] DELETE /v2.0/subnets/d1b0af05-223d-4f43-bdf1-9586ae5dce19 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1019] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:40 2026] GET /v2.0/ports?device_id=2b062b6b-f15a-4831-b1fd-063e7b390e65 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:04:41.113 8 INFO neutron_taas.services.taas.taas_plugin [None req-af19d4d7-573d-4cc3-80d3-e84d1c9ad6c0 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: acc71e33-ec8c-4a1e-894d-50c1b709992f 2026-06-09 18:04:41.116 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af19d4d7-573d-4cc3-80d3-e84d1c9ad6c0 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: acc71e33-ec8c-4a1e-894d-50c1b709992f [pid: 7|app: 0|req: 490/1020] 10.0.0.184 () {34 vars in 664 bytes} [Tue Jun 9 18:04:40 2026] POST /v2.0/ports => generated 928 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:04:41.339 7 INFO neutron_taas.services.taas.taas_plugin [None req-c48ad2c0-e1f4-46c6-b549-a005b5431d73 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] TaaS: Handle Delete Port: b8a49f8b-bc9f-4f4f-88cd-37531a1af969 2026-06-09 18:04:41.342 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c48ad2c0-e1f4-46c6-b549-a005b5431d73 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] Tap Mirror: Handle Delete Port: b8a49f8b-bc9f-4f4f-88cd-37531a1af969 [pid: 8|app: 0|req: 531/1021] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:04:41 2026] DELETE /v2.0/networks/91ebaf2b-cf01-4cf5-9e09-848eead8a20a => generated 0 bytes in 367 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/1022] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:04:41 2026] DELETE /v2.0/ports/b8a49f8b-bc9f-4f4f-88cd-37531a1af969 => generated 0 bytes in 284 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:04:41.510 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f45e808-1884-41af-9eeb-f74c586c495b 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 532/1023] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:04:41 2026] GET /v2.0/ports/b8a49f8b-bc9f-4f4f-88cd-37531a1af969 => generated 132 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1024] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:41 2026] GET /v2.0/security-groups?tenant_id=b91b786dc3b9408d926d933cb6bb6db9&name=default => 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: 493/1025] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:41 2026] DELETE /v2.0/security-groups/b885e99b-996c-4c2b-af6b-566f66906a75 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1026] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:41 2026] DELETE /v2.0/subnets/0f73df1e-0e30-44b2-984f-110b634e7530 => 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: 494/1027] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:04:41 2026] DELETE /v2.0/networks/5e397a39-f146-456f-9299-69ab8217e7c4 => 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: 534/1028] 10.0.0.184 () {34 vars in 664 bytes} [Tue Jun 9 18:04:41 2026] POST /v2.0/ports => generated 779 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 495/1029] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:42 2026] DELETE /v2.0/security-groups/7f51822b-e472-403f-9c62-b0e30ef1a2ce => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:04:42.236 7 INFO neutron.api.v2.resource [None req-2f824455-bebd-42d8-ba1b-c02ecec4b0d3 72daf48c97d6499fb30429f2c429c893 07993432265f4e5f8693760cfd42417f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 496/1030] 10.0.0.184 () {32 vars in 736 bytes} [Tue Jun 9 18:04:42 2026] GET /v2.0/security-groups/7f51822b-e472-403f-9c62-b0e30ef1a2ce => 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: 535/1031] 10.0.0.184 () {34 vars in 736 bytes} [Tue Jun 9 18:04:42 2026] PUT /v2.0/ports/c986c3a0-c363-48ed-ac6f-688ae24b30e7 => generated 752 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:42.384 7 INFO neutron_taas.services.taas.taas_plugin [None req-19674d99-d7a6-4278-9213-11ebfae0f93c 72daf48c97d6499fb30429f2c429c893 07993432265f4e5f8693760cfd42417f - - default default] TaaS: Handle Delete Port: 7dd3a973-46a6-4aa2-a5b3-bb09ae286e7c 2026-06-09 18:04:42.386 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19674d99-d7a6-4278-9213-11ebfae0f93c 72daf48c97d6499fb30429f2c429c893 07993432265f4e5f8693760cfd42417f - - default default] Tap Mirror: Handle Delete Port: 7dd3a973-46a6-4aa2-a5b3-bb09ae286e7c /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:04:42.395 7 INFO neutron.services.segments.plugin [-] Segment f504c165-2c17-4058-a782-555c676d3bce resource provider aggregate not found 2026-06-09 18:04:42.406 7 INFO neutron.services.segments.plugin [-] Segment f504c165-2c17-4058-a782-555c676d3bce resource provider aggregate not found 2026-06-09 18:04:42.416 7 INFO neutron.services.segments.plugin [-] Segment f504c165-2c17-4058-a782-555c676d3bce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f504c165-2c17-4058-a782-555c676d3bce found for delete ", "request_id": "req-06c7ca35-f389-484e-a521-4a79cd10b5d1"}]} 2026-06-09 18:04:42.427 7 INFO neutron.services.segments.plugin [-] Segment f504c165-2c17-4058-a782-555c676d3bce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f504c165-2c17-4058-a782-555c676d3bce found for delete ", "request_id": "req-d1301ba5-95cf-43ca-a954-7dc30f132a39"}]} 2026-06-09 18:04:42.480 8 INFO neutron_taas.services.taas.taas_plugin [None req-82af88e7-7911-479d-8d1d-3de0afb352f3 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] TaaS: Handle Delete Port: c986c3a0-c363-48ed-ac6f-688ae24b30e7 2026-06-09 18:04:42.484 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82af88e7-7911-479d-8d1d-3de0afb352f3 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] Tap Mirror: Handle Delete Port: c986c3a0-c363-48ed-ac6f-688ae24b30e7 [pid: 7|app: 0|req: 497/1032] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:04:42 2026] DELETE /v2.0/floatingips/f68b18a6-b577-4efa-84e8-3030976de750 => 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: 536/1033] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:04:42 2026] DELETE /v2.0/ports/c986c3a0-c363-48ed-ac6f-688ae24b30e7 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1034] 10.0.0.184 () {32 vars in 642 bytes} [Tue Jun 9 18:04:42 2026] GET /v2.0/ports => generated 782 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:42.660 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d5ca06f9-0b8c-4645-acd0-366b6187d322 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 538/1035] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:04:42 2026] GET /v2.0/ports/c986c3a0-c363-48ed-ac6f-688ae24b30e7 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1036] 10.0.0.184 () {32 vars in 642 bytes} [Tue Jun 9 18:04:42 2026] GET /v2.0/ports => generated 782 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1037] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:04:42 2026] GET /v2.0/ports/8c53e4aa-ee2b-4f58-95e2-5fcac890ed3a => generated 779 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:42.758 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ff49262-1e77-408a-b629-2250af6061a0 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 541/1038] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:04:42 2026] DELETE /v2.0/ports/b8a49f8b-bc9f-4f4f-88cd-37531a1af969 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:04:42.782 8 INFO neutron.services.segments.plugin [-] Segment 685cb3b8-d0fb-4623-8527-07311c9a46e7 resource provider aggregate not found 2026-06-09 18:04:42.787 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2bd6c835-5486-4aeb-b0f0-06daeda8637f 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 542/1039] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:42 2026] DELETE /v2.0/subnets/0f73df1e-0e30-44b2-984f-110b634e7530 => generated 136 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:04:42.814 8 INFO neutron.services.segments.plugin [-] Segment 685cb3b8-d0fb-4623-8527-07311c9a46e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 685cb3b8-d0fb-4623-8527-07311c9a46e7 found for delete ", "request_id": "req-f9498d72-7e22-4731-9634-a3fec110a657"}]} 2026-06-09 18:04:42.815 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a57d5cce-e5f4-41c7-96a7-4b6ba6709e21 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 543/1040] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:42 2026] DELETE /v2.0/subnets/627cf00c-78d0-406d-bf77-f255f4c35c63 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:04:42.820 8 INFO neutron.services.segments.plugin [-] Segment 685cb3b8-d0fb-4623-8527-07311c9a46e7 resource provider aggregate not found 2026-06-09 18:04:42.840 8 INFO neutron.services.segments.plugin [-] Segment 685cb3b8-d0fb-4623-8527-07311c9a46e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 685cb3b8-d0fb-4623-8527-07311c9a46e7 found for delete ", "request_id": "req-5b74263c-4354-40fe-ade2-bd2430ef40d2"}]} 2026-06-09 18:04:42.940 8 INFO neutron_taas.services.taas.taas_plugin [None req-1abec323-b68d-4079-9d7d-a3a1095787af 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] TaaS: Handle Delete Port: 8c53e4aa-ee2b-4f58-95e2-5fcac890ed3a 2026-06-09 18:04:42.943 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1abec323-b68d-4079-9d7d-a3a1095787af 55afbac6292f48658940db0458da4c9d 36f9c6dad0af40f2bab4736ffa89df82 - - default default] Tap Mirror: Handle Delete Port: 8c53e4aa-ee2b-4f58-95e2-5fcac890ed3a [pid: 8|app: 0|req: 544/1041] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:04:42 2026] DELETE /v2.0/ports/8c53e4aa-ee2b-4f58-95e2-5fcac890ed3a => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:04:43.080 7 INFO neutron_taas.services.taas.taas_plugin [None req-21ea6880-9588-4e29-a7d9-3d13f637b4ab 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 6a29bc63-e540-42dc-90ed-588bef2a5bf6 2026-06-09 18:04:43.084 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21ea6880-9588-4e29-a7d9-3d13f637b4ab 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 6a29bc63-e540-42dc-90ed-588bef2a5bf6 [pid: 8|app: 0|req: 545/1042] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:04:43 2026] DELETE /v2.0/networks/6bab85a4-2d35-446d-8e4d-00d9499ca3ae => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1043] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:04:42 2026] PUT /v2.0/routers/5ebe4d49-f1a3-4b9c-a721-b0eb80f21dea/remove_router_interface => generated 309 bytes in 1245 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:43.950 8 INFO neutron.db.segments_db [None req-a263649f-1f65-40e3-95ee-d0400fcb01c0 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 8620bbbc-2406-49b9-b346-878612b6236f of type vxlan for network b8edb4b4-8d08-4ab1-bc90-ad16f668d136 [pid: 7|app: 0|req: 499/1044] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:43 2026] GET /v2.0/security-groups?tenant_id=36f9c6dad0af40f2bab4736ffa89df82&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1045] 10.0.0.184 () {34 vars in 670 bytes} [Tue Jun 9 18:04:43 2026] POST /v2.0/networks => generated 725 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:04:44.167 7 INFO neutron_taas.services.taas.taas_plugin [None req-f36c25e0-d6eb-4bc8-ae4b-476119fcf3e0 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 9e526deb-350f-46fb-b232-fad2b53385f7 2026-06-09 18:04:44.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f36c25e0-d6eb-4bc8-ae4b-476119fcf3e0 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 9e526deb-350f-46fb-b232-fad2b53385f7 [pid: 8|app: 0|req: 547/1046] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:44 2026] DELETE /v2.0/security-groups/3576e946-bcee-48f3-87f4-4095dd4aaa2c => 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: 548/1047] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:04:44 2026] POST /v2.0/subnets => generated 691 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:04:44.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-f36c25e0-d6eb-4bc8-ae4b-476119fcf3e0 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: ffa6d098-28a8-461b-864b-cd1d19a555bd 2026-06-09 18:04:44.460 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f36c25e0-d6eb-4bc8-ae4b-476119fcf3e0 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: ffa6d098-28a8-461b-864b-cd1d19a555bd 2026-06-09 18:04:44.494 8 INFO neutron.db.segments_db [None req-afd838de-112f-4734-85ba-b81a5396222b 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 6ebb8397-43f1-4a3e-a120-f955cad42627 of type vxlan for network e9c6f5b1-82a1-45a0-b7ca-a5db4652bcdc 2026-06-09 18:04:44.797 8 INFO neutron.db.l3_hamode_db [None req-afd838de-112f-4734-85ba-b81a5396222b 7273851d1c9a4515835c076687dd33a3 956ea3778bce4508be35dc377b9c3c75 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:04:44.836 8 INFO neutron.services.segments.plugin [-] Segment 7c387652-b2ec-4072-94ee-228ae80649a9 resource provider aggregate not found 2026-06-09 18:04:44.874 8 INFO neutron.services.segments.plugin [-] Segment 7c387652-b2ec-4072-94ee-228ae80649a9 resource provider aggregate not found 2026-06-09 18:04:44.882 8 INFO neutron.services.segments.plugin [-] Segment 7c387652-b2ec-4072-94ee-228ae80649a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c387652-b2ec-4072-94ee-228ae80649a9 found for delete ", "request_id": "req-b5cfa880-1f1d-4d8e-808a-e0f01aea03be"}]} 2026-06-09 18:04:44.902 8 INFO neutron.services.segments.plugin [-] Segment 7c387652-b2ec-4072-94ee-228ae80649a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c387652-b2ec-4072-94ee-228ae80649a9 found for delete ", "request_id": "req-5678b56d-89e8-47f0-9402-e568dcf46243"}]} 2026-06-09 18:04:44.923 7 INFO neutron.services.segments.plugin [-] Segment 1ed01c4b-6ea0-439c-80b5-62211f1a444f resource provider aggregate not found 2026-06-09 18:04:44.928 7 INFO neutron.services.segments.plugin [-] Segment 1ed01c4b-6ea0-439c-80b5-62211f1a444f resource provider aggregate not found 2026-06-09 18:04:44.953 7 INFO neutron.services.segments.plugin [-] Segment 1ed01c4b-6ea0-439c-80b5-62211f1a444f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ed01c4b-6ea0-439c-80b5-62211f1a444f found for delete ", "request_id": "req-cefb3c73-f83d-4512-9466-93f4658f4c59"}]} 2026-06-09 18:04:44.953 7 INFO neutron.services.segments.plugin [-] Segment 1ed01c4b-6ea0-439c-80b5-62211f1a444f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ed01c4b-6ea0-439c-80b5-62211f1a444f found for delete ", "request_id": "req-68d54db4-770b-4e32-803a-159a2af782ac"}]} 2026-06-09 18:04:44.980 7 INFO neutron.db.l3_hamode_db [None req-f36c25e0-d6eb-4bc8-ae4b-476119fcf3e0 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] HA network 96e45060-eee3-41fb-b97e-edc9cd54d132 was deleted as no HA routers are present in tenant 07993432265f4e5f8693760cfd42417f. [pid: 7|app: 0|req: 500/1048] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:43 2026] DELETE /v2.0/routers/5ebe4d49-f1a3-4b9c-a721-b0eb80f21dea => generated 0 bytes in 1020 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1049] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:45 2026] DELETE /v2.0/subnets/b59221ad-cd74-4ba9-850e-83afbf14835c => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:04:45.348 7 INFO neutron_taas.services.taas.taas_plugin [None req-91b9b195-9563-4037-9665-38d112724f18 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: fb3c3dce-aa26-4885-a3ce-47b5123565ba 2026-06-09 18:04:45.352 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91b9b195-9563-4037-9665-38d112724f18 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: fb3c3dce-aa26-4885-a3ce-47b5123565ba [pid: 7|app: 0|req: 502/1050] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:04:45 2026] DELETE /v2.0/networks/d8efbe8e-ce72-4dee-8224-95c0387028ad => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1051] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:45 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1052] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:45 2026] GET /v2.0/security-groups?tenant_id=07993432265f4e5f8693760cfd42417f&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1053] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:45 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1054] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:45 2026] DELETE /v2.0/security-groups/754aaac5-8083-4af7-9b5f-bacd3444755c => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:04:45.957 8 INFO neutron.db.l3_hamode_db [None req-afd838de-112f-4734-85ba-b81a5396222b 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 507/1055] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:45 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1056] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:46 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:46.463 7 INFO neutron.db.segments_db [None req-cd188e18-c0ea-4073-b328-437c33751975 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] Added segment 2e6f5e23-2b4c-417e-a31a-a61feecb7b9c of type vxlan for network c62efdfc-56cb-4f2d-9dd4-bb572e031df0 [pid: 7|app: 0|req: 509/1057] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:04:46 2026] POST /v2.0/networks => generated 625 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/1058] 10.0.0.184 () {34 vars in 664 bytes} [Tue Jun 9 18:04:46 2026] POST /v2.0/ports => generated 775 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-06-09 18:04:46.961 7 INFO neutron.db.segments_db [None req-4fc03a5d-6d84-4ed8-bb1a-848bd1838729 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] Added segment 3d661287-8e43-4978-bb36-5b2491a23f56 of type vxlan for network c73f0c4b-15c2-4cdb-a258-adfcc04bb016 2026-06-09 18:04:46.982 7 INFO neutron.services.segments.plugin [-] Segment d080020b-755e-4c1d-81eb-325a8c6e07fe resource provider aggregate not found 2026-06-09 18:04:46.985 7 INFO neutron.services.segments.plugin [-] Segment d080020b-755e-4c1d-81eb-325a8c6e07fe resource provider aggregate not found 2026-06-09 18:04:47.008 7 INFO neutron.services.segments.plugin [-] Segment d080020b-755e-4c1d-81eb-325a8c6e07fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d080020b-755e-4c1d-81eb-325a8c6e07fe found for delete ", "request_id": "req-ca47ec14-ac33-46b6-9325-d55a2068563b"}]} 2026-06-09 18:04:47.011 7 INFO neutron.services.segments.plugin [-] Segment d080020b-755e-4c1d-81eb-325a8c6e07fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d080020b-755e-4c1d-81eb-325a8c6e07fe found for delete ", "request_id": "req-1a39448c-bf90-4294-822b-08b617b33809"}]} [pid: 8|app: 0|req: 549/1059] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:04:44 2026] POST /v2.0/routers => generated 731 bytes in 2615 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1060] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:04:46 2026] POST /v2.0/networks => generated 613 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1061] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:04:47 2026] POST /v2.0/subnets => generated 626 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1062] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:47 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1063] 10.0.0.184 () {34 vars in 664 bytes} [Tue Jun 9 18:04:47 2026] POST /v2.0/ports => generated 953 bytes in 406 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: 515/1064] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:47 2026] GET /v2.0/security-groups?id=45555a92-4b8f-4232-a743-5ad25cb8ec59&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: 516/1065] 10.0.0.184 () {32 vars in 652 bytes} [Tue Jun 9 18:04:47 2026] GET /v2.0/extensions => generated 21537 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-09 18:04:48.223 7 INFO neutron_taas.services.taas.taas_plugin [None req-781ed35f-c47a-4e3d-98b5-267e3d040807 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] TaaS: Handle Delete Port: 08e2cf72-d1e3-46fa-9fa8-5c3097ab6776 2026-06-09 18:04:48.226 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-781ed35f-c47a-4e3d-98b5-267e3d040807 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] Tap Mirror: Handle Delete Port: 08e2cf72-d1e3-46fa-9fa8-5c3097ab6776 [pid: 7|app: 0|req: 517/1066] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:04:48 2026] DELETE /v2.0/ports/08e2cf72-d1e3-46fa-9fa8-5c3097ab6776 => 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: 518/1067] 10.0.0.184 () {32 vars in 680 bytes} [Tue Jun 9 18:04:48 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1068] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:04:48 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1069] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:04:47 2026] PUT /v2.0/routers/41836a9d-d3a8-434b-9c2a-e961f6385186/add_router_interface => generated 309 bytes in 1434 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1070] 10.0.0.184 () {32 vars in 680 bytes} [Tue Jun 9 18:04:48 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:48.503 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c038fcb-f1cb-4e86-8693-137fdf88efe1 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 520/1071] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:04:48 2026] DELETE /v2.0/ports/08e2cf72-d1e3-46fa-9fa8-5c3097ab6776 => generated 132 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1072] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:04:48 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) 2026-06-09 18:04:48.529 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc50f9cf-c0b9-4ecd-aa3f-cec2d2f9a0ad 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 522/1073] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:04:48 2026] GET /v2.0/ports/08e2cf72-d1e3-46fa-9fa8-5c3097ab6776 => 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: 523/1074] 10.0.0.184 () {32 vars in 664 bytes} [Tue Jun 9 18:04:48 2026] GET /v2.0/extensions/agent => generated 153 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:48.652 8 INFO neutron_taas.services.taas.taas_plugin [req-45f0c01b-3bef-4e04-b1d1-c2a19d533389 req-e86f654f-23fa-4621-b9e7-19152f5c7dfd 502a845a7ec24de69a613255ee6d00ff 01b4dcdf2d5647e19abb6c59f7d54c56 - - default default] TaaS: Handle Delete Port: 5376904d-57f5-499b-8c8f-0b8ec3aed84b 2026-06-09 18:04:48.655 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-45f0c01b-3bef-4e04-b1d1-c2a19d533389 req-e86f654f-23fa-4621-b9e7-19152f5c7dfd 502a845a7ec24de69a613255ee6d00ff 01b4dcdf2d5647e19abb6c59f7d54c56 - - default default] Tap Mirror: Handle Delete Port: 5376904d-57f5-499b-8c8f-0b8ec3aed84b [pid: 7|app: 0|req: 524/1075] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:48 2026] DELETE /v2.0/subnets/4ae30fea-431c-446b-9ab4-e60badbfea2d => 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: 525/1076] 10.0.0.184 () {32 vars in 698 bytes} [Tue Jun 9 18:04:48 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:48.781 8 INFO neutron.db.l3_db [req-45f0c01b-3bef-4e04-b1d1-c2a19d533389 req-e86f654f-23fa-4621-b9e7-19152f5c7dfd 502a845a7ec24de69a613255ee6d00ff 01b4dcdf2d5647e19abb6c59f7d54c56 - - default default] Floating IP 8da9d0af-e004-49d1-83bd-e92aabdf02d9 disassociated. External IP: 10.96.250.214, port: 5376904d-57f5-499b-8c8f-0b8ec3aed84b. [pid: 7|app: 0|req: 526/1077] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:04:48 2026] DELETE /v2.0/networks/c73f0c4b-15c2-4cdb-a258-adfcc04bb016 => 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: 527/1078] 10.0.0.184 () {32 vars in 696 bytes} [Tue Jun 9 18:04:48 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:48.879 7 INFO neutron.db.segments_db [None req-086ce3b3-7e92-4a12-84d8-85f2e10c2f2f 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] Added segment 773600a3-d2da-4b49-aece-e9607ed4d7a9 of type vxlan for network b9fe428e-7bf8-4b40-bdd1-b40b2c456eef [pid: 7|app: 0|req: 528/1079] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:04:48 2026] POST /v2.0/networks => generated 612 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1080] 10.0.0.184 () {32 vars in 700 bytes} [Tue Jun 9 18:04:49 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:49.039 7 INFO neutron.services.segments.plugin [-] Segment 3d661287-8e43-4978-bb36-5b2491a23f56 resource provider aggregate not found 2026-06-09 18:04:49.045 7 INFO neutron.services.segments.plugin [-] Segment 3d661287-8e43-4978-bb36-5b2491a23f56 resource provider aggregate not found [pid: 7|app: 0|req: 530/1081] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:49 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:04:49.072 7 INFO neutron.services.segments.plugin [-] Segment 3d661287-8e43-4978-bb36-5b2491a23f56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d661287-8e43-4978-bb36-5b2491a23f56 found for delete ", "request_id": "req-bce2b042-ca1b-4b31-9157-a13420aa2330"}]} 2026-06-09 18:04:49.073 7 INFO neutron.services.segments.plugin [-] Segment 3d661287-8e43-4978-bb36-5b2491a23f56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d661287-8e43-4978-bb36-5b2491a23f56 found for delete ", "request_id": "req-20a8fda0-f750-4b0b-aad8-111dac21c4b7"}]} [pid: 8|app: 0|req: 552/1082] 199.204.45.95 () {36 vars in 995 bytes} [Tue Jun 9 18:04:48 2026] DELETE /v2.0/ports/5376904d-57f5-499b-8c8f-0b8ec3aed84b => generated 0 bytes in 719 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1083] 10.0.0.184 () {32 vars in 688 bytes} [Tue Jun 9 18:04:49 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:49.267 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b25bef3c-ce1d-43d0-8e96-62bcdbd04c41'] response: {'server_uuid': '2142b4f8-d399-4329-b376-671ef10b058f', 'name': 'network-vif-deleted', 'tag': '5376904d-57f5-499b-8c8f-0b8ec3aed84b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 531/1084] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:04:49 2026] POST /v2.0/subnets => generated 626 bytes in 350 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1085] 10.0.0.184 () {34 vars in 684 bytes} [Tue Jun 9 18:04:49 2026] POST /v2.0/security-groups => generated 1660 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1086] 10.0.0.184 () {32 vars in 702 bytes} [Tue Jun 9 18:04:49 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1087] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:04:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1088] 10.0.0.184 () {32 vars in 692 bytes} [Tue Jun 9 18:04:49 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1089] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:04:49 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: 536/1090] 10.0.0.184 () {32 vars in 694 bytes} [Tue Jun 9 18:04:49 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1091] 10.0.0.184 () {32 vars in 684 bytes} [Tue Jun 9 18:04:49 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: 555/1092] 10.0.0.184 () {34 vars in 664 bytes} [Tue Jun 9 18:04:49 2026] POST /v2.0/ports => generated 911 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1093] 10.0.0.184 () {32 vars in 686 bytes} [Tue Jun 9 18:04:49 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:49.938 8 INFO neutron_taas.services.taas.taas_plugin [None req-5286d1b8-704c-4c87-bebf-5f6c953b4cf7 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] TaaS: Handle Delete Port: 580932f1-737d-4893-9db9-578d90469c0a 2026-06-09 18:04:49.941 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5286d1b8-704c-4c87-bebf-5f6c953b4cf7 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] Tap Mirror: Handle Delete Port: 580932f1-737d-4893-9db9-578d90469c0a [pid: 8|app: 0|req: 557/1094] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:04:49 2026] DELETE /v2.0/ports/580932f1-737d-4893-9db9-578d90469c0a => generated 0 bytes in 313 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1095] 10.0.0.184 () {32 vars in 660 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:50.186 8 INFO neutron.pecan_wsgi.hooks.translation [None req-60c14691-9706-4d42-829a-9a99e30aac23 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 559/1096] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/ports/580932f1-737d-4893-9db9-578d90469c0a => generated 132 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1097] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => 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: 561/1098] 10.0.0.184 () {32 vars in 698 bytes} [Tue Jun 9 18:04:50 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: 538/1099] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:04:49 2026] POST /v2.0/floatingips => generated 552 bytes in 643 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1100] 10.0.0.184 () {32 vars in 678 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1101] 10.0.0.184 () {32 vars in 682 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1102] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:50 2026] DELETE /v2.0/subnets/3822d704-fe6f-4a79-baa8-f9b3cddd342b => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1103] 10.0.0.184 () {32 vars in 674 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1104] 10.0.0.184 () {32 vars in 688 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1105] 10.0.0.184 () {32 vars in 722 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1106] 10.0.0.184 () {32 vars in 686 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1107] 10.0.0.184 () {32 vars in 668 bytes} [Tue Jun 9 18:04:50 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: 8|app: 0|req: 568/1108] 10.0.0.184 () {32 vars in 686 bytes} [Tue Jun 9 18:04:50 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: 8|app: 0|req: 569/1109] 10.0.0.184 () {32 vars in 680 bytes} [Tue Jun 9 18:04:50 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: 8|app: 0|req: 570/1110] 10.0.0.184 () {32 vars in 698 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1111] 10.0.0.184 () {32 vars in 678 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1112] 10.0.0.184 () {32 vars in 666 bytes} [Tue Jun 9 18:04:50 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: 8|app: 0|req: 573/1113] 10.0.0.184 () {32 vars in 676 bytes} [Tue Jun 9 18:04:50 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: 8|app: 0|req: 574/1114] 10.0.0.184 () {32 vars in 664 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/l3-ha => 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: 575/1115] 10.0.0.184 () {32 vars in 674 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1116] 10.0.0.184 () {32 vars in 712 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1117] 10.0.0.184 () {32 vars in 690 bytes} [Tue Jun 9 18:04:50 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: 8|app: 0|req: 578/1118] 10.0.0.184 () {32 vars in 682 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1119] 10.0.0.184 () {32 vars in 668 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1120] 10.0.0.184 () {32 vars in 686 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1121] 10.0.0.184 () {32 vars in 704 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1122] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:04:50 2026] DELETE /v2.0/networks/b9fe428e-7bf8-4b40-bdd1-b40b2c456eef => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1123] 10.0.0.184 () {32 vars in 674 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1124] 10.0.0.184 () {32 vars in 700 bytes} [Tue Jun 9 18:04:50 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: 8|app: 0|req: 584/1125] 10.0.0.184 () {32 vars in 674 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1126] 10.0.0.184 () {32 vars in 692 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1127] 10.0.0.184 () {32 vars in 688 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1128] 10.0.0.184 () {32 vars in 708 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1129] 10.0.0.184 () {32 vars in 704 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1130] 10.0.0.184 () {32 vars in 718 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1131] 10.0.0.184 () {32 vars in 696 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1132] 10.0.0.184 () {32 vars in 710 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1133] 10.0.0.184 () {32 vars in 668 bytes} [Tue Jun 9 18:04:50 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: 8|app: 0|req: 593/1134] 10.0.0.184 () {32 vars in 686 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1135] 10.0.0.184 () {32 vars in 680 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1136] 10.0.0.184 () {32 vars in 674 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 596/1137] 10.0.0.184 () {32 vars in 670 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1138] 10.0.0.184 () {32 vars in 660 bytes} [Tue Jun 9 18:04:50 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: 598/1139] 10.0.0.184 () {32 vars in 698 bytes} [Tue Jun 9 18:04:50 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: 8|app: 0|req: 599/1140] 10.0.0.184 () {32 vars in 698 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1141] 10.0.0.184 () {32 vars in 676 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1142] 10.0.0.184 () {32 vars in 668 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1143] 10.0.0.184 () {32 vars in 682 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1144] 10.0.0.35 () {34 vars in 1096 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--782290991&fields=id&tenant_id=956ea3778bce4508be35dc377b9c3c75 => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1145] 10.0.0.184 () {32 vars in 700 bytes} [Tue Jun 9 18:04:50 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: 542/1148] 10.0.0.184 () {34 vars in 664 bytes} [Tue Jun 9 18:04:50 2026] POST /v2.0/ports => generated 775 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 543/1149] 10.0.0.184 () {32 vars in 684 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1150] 10.0.0.35 () {34 vars in 980 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/networks?id=b8edb4b4-8d08-4ab1-bc90-ad16f668d136 => generated 676 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1151] 10.0.0.184 () {32 vars in 706 bytes} [Tue Jun 9 18:04:50 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: 8|app: 0|req: 609/1152] 10.0.0.35 () {34 vars in 963 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/quotas/956ea3778bce4508be35dc377b9c3c75 => 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: 610/1153] 10.0.0.184 () {32 vars in 668 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1154] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:04:50 2026] GET /v2.0/ports?tenant_id=956ea3778bce4508be35dc377b9c3c75&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: 612/1155] 10.0.0.184 () {32 vars in 696 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1156] 10.0.0.184 () {32 vars in 694 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1157] 10.0.0.184 () {34 vars in 736 bytes} [Tue Jun 9 18:04:50 2026] PUT /v2.0/ports/03fb1d7e-66f2-4723-b8f3-fc9550642f2e => generated 752 bytes in 196 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: 545/1158] 10.0.0.184 () {32 vars in 684 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:51.107 7 INFO neutron.services.segments.plugin [-] Segment 773600a3-d2da-4b49-aece-e9607ed4d7a9 resource provider aggregate not found 2026-06-09 18:04:51.111 7 INFO neutron.services.segments.plugin [-] Segment 773600a3-d2da-4b49-aece-e9607ed4d7a9 resource provider aggregate not found [pid: 8|app: 0|req: 614/1159] 10.0.0.35 () {34 vars in 1006 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/networks/b8edb4b4-8d08-4ab1-bc90-ad16f668d136?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: 615/1160] 10.0.0.184 () {32 vars in 688 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:51.138 7 INFO neutron.services.segments.plugin [-] Segment 773600a3-d2da-4b49-aece-e9607ed4d7a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 773600a3-d2da-4b49-aece-e9607ed4d7a9 found for delete ", "request_id": "req-318be3e6-d09c-48bd-a199-a788aaf1ff69"}]} 2026-06-09 18:04:51.141 7 INFO neutron.services.segments.plugin [-] Segment 773600a3-d2da-4b49-aece-e9607ed4d7a9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 773600a3-d2da-4b49-aece-e9607ed4d7a9 found for delete ", "request_id": "req-3ba8a46a-c8ba-4d78-a409-c3b4c289b706"}]} [pid: 8|app: 0|req: 616/1161] 10.0.0.35 () {34 vars in 1106 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/networks/b8edb4b4-8d08-4ab1-bc90-ad16f668d136?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: 617/1162] 10.0.0.184 () {32 vars in 704 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1163] 10.0.0.184 () {32 vars in 666 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1164] 10.0.0.184 () {32 vars in 680 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1165] 10.0.0.184 () {32 vars in 680 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:51.209 7 INFO neutron_taas.services.taas.taas_plugin [None req-8fcaba87-e3d8-4183-84d9-c01b79577ec1 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] TaaS: Handle Delete Port: 03fb1d7e-66f2-4723-b8f3-fc9550642f2e 2026-06-09 18:04:51.212 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fcaba87-e3d8-4183-84d9-c01b79577ec1 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] Tap Mirror: Handle Delete Port: 03fb1d7e-66f2-4723-b8f3-fc9550642f2e [pid: 8|app: 0|req: 621/1166] 10.0.0.184 () {32 vars in 690 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1167] 10.0.0.184 () {32 vars in 690 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1168] 10.0.0.184 () {32 vars in 694 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1169] 10.0.0.184 () {32 vars in 684 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1170] 10.0.0.184 () {32 vars in 688 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1171] 10.0.0.184 () {32 vars in 700 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1172] 10.0.0.184 () {32 vars in 702 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1173] 10.0.0.184 () {32 vars in 712 bytes} [Tue Jun 9 18:04:51 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: 629/1174] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1175] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:04:51 2026] DELETE /v2.0/ports/03fb1d7e-66f2-4723-b8f3-fc9550642f2e => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1176] 10.0.0.184 () {32 vars in 714 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1177] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => 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: 631/1178] 10.0.0.184 () {32 vars in 726 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1179] 10.0.0.184 () {32 vars in 740 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1180] 10.0.0.184 () {32 vars in 718 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1181] 10.0.0.184 () {32 vars in 682 bytes} [Tue Jun 9 18:04:51 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: 548/1182] 10.0.0.184 () {32 vars in 642 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/ports => generated 778 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1183] 10.0.0.184 () {32 vars in 668 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1184] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => 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: 636/1185] 10.0.0.184 () {32 vars in 718 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:51.399 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9a560b8-31de-4fe2-a377-d5dfeb27f6c4 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 550/1186] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/ports/03fb1d7e-66f2-4723-b8f3-fc9550642f2e => 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: 637/1187] 10.0.0.184 () {32 vars in 678 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1188] 10.0.0.184 () {32 vars in 668 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1189] 10.0.0.184 () {32 vars in 696 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1190] 10.0.0.184 () {32 vars in 704 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1191] 10.0.0.184 () {32 vars in 700 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1192] 10.0.0.184 () {32 vars in 700 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1193] 10.0.0.184 () {32 vars in 682 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/subnet_onboard => 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: 557/1194] 10.0.0.184 () {32 vars in 704 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1195] 10.0.0.184 () {32 vars in 694 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1196] 10.0.0.184 () {32 vars in 688 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1197] 10.0.0.184 () {32 vars in 642 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/ports => generated 778 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1198] 10.0.0.184 () {32 vars in 696 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1199] 10.0.0.184 () {32 vars in 678 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1200] 10.0.0.184 () {32 vars in 688 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1201] 10.0.0.184 () {32 vars in 700 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1202] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/ports/b765f9fa-5563-47a9-9bff-a689f978721b => generated 775 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1203] 10.0.0.184 () {32 vars in 664 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1204] 10.0.0.184 () {32 vars in 680 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1205] 10.0.0.184 () {32 vars in 676 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:51.584 7 INFO neutron.pecan_wsgi.hooks.translation [None req-20cc376f-eed2-4a7d-9599-dc9af3240935 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 565/1206] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:04:51 2026] DELETE /v2.0/ports/580932f1-737d-4893-9db9-578d90469c0a => 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: 642/1207] 10.0.0.184 () {32 vars in 692 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:51.605 7 INFO neutron.pecan_wsgi.hooks.translation [None req-288572ed-38bf-4a80-829a-f291fb3e9fb1 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 566/1208] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:51 2026] DELETE /v2.0/subnets/3822d704-fe6f-4a79-baa8-f9b3cddd342b => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1209] 10.0.0.184 () {32 vars in 676 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:51.623 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7368d94a-7405-4b57-aed1-0066e25f201d 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 567/1210] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:51 2026] DELETE /v2.0/subnets/4ae30fea-431c-446b-9ab4-e60badbfea2d => 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: 644/1211] 10.0.0.184 () {32 vars in 666 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1212] 10.0.0.184 () {32 vars in 662 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1213] 10.0.0.184 () {32 vars in 674 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1214] 10.0.0.184 () {32 vars in 686 bytes} [Tue Jun 9 18:04:51 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:51.757 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac23be0c-6540-4fc8-9f60-6d6e7e431350 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] TaaS: Handle Delete Port: b765f9fa-5563-47a9-9bff-a689f978721b 2026-06-09 18:04:51.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac23be0c-6540-4fc8-9f60-6d6e7e431350 5959ab88e8b540b097bea73a51bfa9f0 d8968a2549584e3a89a90405ebb902f6 - - default default] Tap Mirror: Handle Delete Port: b765f9fa-5563-47a9-9bff-a689f978721b [pid: 7|app: 0|req: 568/1215] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:04:51 2026] DELETE /v2.0/ports/b765f9fa-5563-47a9-9bff-a689f978721b => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:04:52.046 8 INFO neutron.services.segments.plugin [-] Segment 2e6f5e23-2b4c-417e-a31a-a61feecb7b9c resource provider aggregate not found 2026-06-09 18:04:52.050 8 INFO neutron.services.segments.plugin [-] Segment 2e6f5e23-2b4c-417e-a31a-a61feecb7b9c resource provider aggregate not found 2026-06-09 18:04:52.070 8 INFO neutron.services.segments.plugin [-] Segment 2e6f5e23-2b4c-417e-a31a-a61feecb7b9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e6f5e23-2b4c-417e-a31a-a61feecb7b9c found for delete ", "request_id": "req-d347c00b-be0a-4b05-b266-eeed3c99cc9c"}]} 2026-06-09 18:04:52.071 8 INFO neutron.services.segments.plugin [-] Segment 2e6f5e23-2b4c-417e-a31a-a61feecb7b9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e6f5e23-2b4c-417e-a31a-a61feecb7b9c found for delete ", "request_id": "req-441bacd0-b0da-436f-9812-d1d75f5d1149"}]} [pid: 8|app: 0|req: 648/1216] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:04:51 2026] DELETE /v2.0/networks/c62efdfc-56cb-4f2d-9dd4-bb572e031df0 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1217] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:52 2026] GET /v2.0/ports?device_id=2142b4f8-d399-4329-b376-671ef10b058f => 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: 650/1218] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:52 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => 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: 569/1219] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:52 2026] GET /v2.0/security-groups?tenant_id=e75c5fb1f20d41daac3c48135252a30b&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1220] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:52 2026] DELETE /v2.0/security-groups/7f6877be-4e57-47f3-8bc4-e1882952a8d3 => 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: 651/1221] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:52 2026] GET /v2.0/security-groups?tenant_id=d8968a2549584e3a89a90405ebb902f6&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1222] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:52 2026] DELETE /v2.0/security-groups/61087a3e-9e16-48f8-84b7-9a2fb98e1b3f => 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: 572/1223] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:53 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => 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: 652/1224] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:53 2026] DELETE /v2.0/security-groups/45555a92-4b8f-4232-a743-5ad25cb8ec59 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:04:53.666 7 INFO neutron.api.v2.resource [None req-13ce51ad-733f-4ac7-a830-c3d513a32e93 502a845a7ec24de69a613255ee6d00ff 01b4dcdf2d5647e19abb6c59f7d54c56 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 573/1225] 10.0.0.184 () {32 vars in 736 bytes} [Tue Jun 9 18:04:53 2026] GET /v2.0/security-groups/45555a92-4b8f-4232-a743-5ad25cb8ec59 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:04:53.772 8 INFO neutron_taas.services.taas.taas_plugin [None req-096c3d17-9d6a-4f13-ae33-777829c1349b 502a845a7ec24de69a613255ee6d00ff 01b4dcdf2d5647e19abb6c59f7d54c56 - - default default] TaaS: Handle Delete Port: 2ff6f797-a18a-46f8-9870-d080298163fe 2026-06-09 18:04:53.775 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-096c3d17-9d6a-4f13-ae33-777829c1349b 502a845a7ec24de69a613255ee6d00ff 01b4dcdf2d5647e19abb6c59f7d54c56 - - default default] Tap Mirror: Handle Delete Port: 2ff6f797-a18a-46f8-9870-d080298163fe [pid: 8|app: 0|req: 653/1226] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:04:53 2026] DELETE /v2.0/floatingips/8da9d0af-e004-49d1-83bd-e92aabdf02d9 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:04:54.460 7 INFO neutron_taas.services.taas.taas_plugin [None req-1daab33a-7a2c-4278-9304-33ece7e1267f 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: e678a7eb-42ca-4c80-b324-033185b286b4 2026-06-09 18:04:54.463 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1daab33a-7a2c-4278-9304-33ece7e1267f 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: e678a7eb-42ca-4c80-b324-033185b286b4 2026-06-09 18:04:54.999 8 INFO neutron.db.segments_db [None req-c094910a-4a1f-4993-9d2d-80a19537281d 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Added segment 62a15344-ee6e-44a0-abe9-65a2aae37619 of type vxlan for network 792655f7-6f75-4e20-9241-e4e5b410c41a [pid: 8|app: 0|req: 654/1227] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:04:54 2026] POST /v2.0/networks => generated 630 bytes in 453 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1228] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:55 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1229] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:04:54 2026] PUT /v2.0/routers/3f262319-d9b9-4925-8eb9-b894d30532bf/remove_router_interface => generated 309 bytes in 1142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:04:55.405 7 INFO neutron_taas.services.taas.taas_plugin [None req-f37f7cc5-b2be-4d5a-a466-3a8125add9cc 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: ced230f1-c5e6-4c08-b79b-371303776a7c 2026-06-09 18:04:55.407 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f37f7cc5-b2be-4d5a-a466-3a8125add9cc 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: ced230f1-c5e6-4c08-b79b-371303776a7c [pid: 8|app: 0|req: 656/1230] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:04:55 2026] POST /v2.0/subnets => generated 627 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:04:55.501 8 INFO neutron.db.segments_db [None req-23c0ff79-58b3-4fa9-a67a-c93ca887bc92 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Added segment dd58c619-a28d-412a-9e8c-2efaf23a1244 of type vxlan for network 5656ee11-0e10-4c61-8c98-352cb7477742 2026-06-09 18:04:55.660 7 INFO neutron_taas.services.taas.taas_plugin [None req-f37f7cc5-b2be-4d5a-a466-3a8125add9cc 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 46a4792a-9899-4ea4-8bc0-1d7cb8a61d77 2026-06-09 18:04:55.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f37f7cc5-b2be-4d5a-a466-3a8125add9cc 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 46a4792a-9899-4ea4-8bc0-1d7cb8a61d77 2026-06-09 18:04:55.793 8 INFO neutron.db.l3_hamode_db [None req-23c0ff79-58b3-4fa9-a67a-c93ca887bc92 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:04:55.947 7 INFO neutron.services.segments.plugin [-] Segment b228da60-34e1-463b-9feb-ac7cc0c48b20 resource provider aggregate not found 2026-06-09 18:04:55.953 7 INFO neutron.services.segments.plugin [-] Segment b228da60-34e1-463b-9feb-ac7cc0c48b20 resource provider aggregate not found 2026-06-09 18:04:55.967 7 INFO neutron.services.segments.plugin [-] Segment b228da60-34e1-463b-9feb-ac7cc0c48b20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b228da60-34e1-463b-9feb-ac7cc0c48b20 found for delete ", "request_id": "req-dcb61b54-a130-4afe-9472-1cca11f2cb8c"}]} 2026-06-09 18:04:55.971 7 INFO neutron.db.l3_hamode_db [None req-f37f7cc5-b2be-4d5a-a466-3a8125add9cc 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] HA network 84238a52-669e-4e56-92e3-612f8c12501a was deleted as no HA routers are present in tenant 01b4dcdf2d5647e19abb6c59f7d54c56. 2026-06-09 18:04:55.980 7 INFO neutron.services.segments.plugin [-] Segment b228da60-34e1-463b-9feb-ac7cc0c48b20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b228da60-34e1-463b-9feb-ac7cc0c48b20 found for delete ", "request_id": "req-dd9d42cd-f286-47e3-b750-fa31a9a1244e"}]} [pid: 7|app: 0|req: 575/1231] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:55 2026] DELETE /v2.0/routers/3f262319-d9b9-4925-8eb9-b894d30532bf => generated 0 bytes in 828 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1232] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:04:55 2026] GET /v2.0/networks?id=b8edb4b4-8d08-4ab1-bc90-ad16f668d136 => generated 676 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1233] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:04:56 2026] DELETE /v2.0/subnets/3a263a19-e456-43e9-94cc-3d5c2c9ee84a => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1234] 199.204.45.95 () {34 vars in 1048 bytes} [Tue Jun 9 18:04:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=956ea3778bce4508be35dc377b9c3c75 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1235] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:56 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:04:56.379 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f58c73c-fd63-4d46-9d3c-dc92369748da 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 0f891649-0270-4253-9505-f1a2ae3705d7 2026-06-09 18:04:56.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f58c73c-fd63-4d46-9d3c-dc92369748da 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 0f891649-0270-4253-9505-f1a2ae3705d7 [pid: 7|app: 0|req: 580/1236] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:04:56 2026] DELETE /v2.0/networks/7f89be19-da9e-47ca-8d18-faed34b68bb4 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1237] 199.204.45.95 () {38 vars in 953 bytes} [Tue Jun 9 18:04:56 2026] POST /v2.0/ports => generated 958 bytes in 405 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: 582/1238] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:56 2026] GET /v2.0/security-groups?tenant_id=01b4dcdf2d5647e19abb6c59f7d54c56&name=default => generated 2921 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:04:57.147 8 INFO neutron.db.l3_hamode_db [None req-23c0ff79-58b3-4fa9-a67a-c93ca887bc92 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 583/1239] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:04:57 2026] PUT /v2.0/ports/8a189b95-fe74-4c82-835f-4740bc0a5cf7 => generated 1239 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:04:57.577 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6aa1740-1419-496a-bd1e-c46f22302ad2'] response: {'name': 'network-changed', 'server_uuid': '6ea48ee3-2d60-426a-a3f9-b913d5683473', 'tag': '8a189b95-fe74-4c82-835f-4740bc0a5cf7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 584/1240] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:57 2026] DELETE /v2.0/security-groups/e8b1c1c0-f05e-48bf-9a84-05677d82bfe4 => 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: 585/1241] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:57 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1242] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:57 2026] GET /v2.0/security-groups?id=e337d388-9caf-4f95-84fa-7ff2fb0b4be7&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-06-09 18:04:57.993 7 INFO neutron.services.segments.plugin [-] Segment da991bc1-590e-4e75-95e5-f97ba02c02b7 resource provider aggregate not found 2026-06-09 18:04:58.015 7 INFO neutron.services.segments.plugin [-] Segment da991bc1-590e-4e75-95e5-f97ba02c02b7 resource provider aggregate not found 2026-06-09 18:04:58.017 7 INFO neutron.services.segments.plugin [-] Segment da991bc1-590e-4e75-95e5-f97ba02c02b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da991bc1-590e-4e75-95e5-f97ba02c02b7 found for delete ", "request_id": "req-f8919c33-b125-49d5-9674-5fd5fd1689c2"}]} 2026-06-09 18:04:58.034 7 INFO neutron.services.segments.plugin [-] Segment da991bc1-590e-4e75-95e5-f97ba02c02b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da991bc1-590e-4e75-95e5-f97ba02c02b7 found for delete ", "request_id": "req-f80c24dc-69d1-4984-a14a-ba772149c00d"}]} [pid: 8|app: 0|req: 657/1243] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:04:55 2026] POST /v2.0/routers => generated 694 bytes in 2615 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1244] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:58 2026] GET /v2.0/security-groups?tenant_id=84af1394dce142cbaa2ae7900bc1ae16&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1245] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:04:58 2026] GET /v2.0/ports?tenant_id=956ea3778bce4508be35dc377b9c3c75&device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => 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: 589/1246] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:58 2026] DELETE /v2.0/security-groups/38e49dea-6fd1-44cd-9448-cf9f8b804d5a => 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: 590/1247] 199.204.45.95 () {34 vars in 1016 bytes} [Tue Jun 9 18:04:58 2026] GET /v2.0/networks?tenant_id=956ea3778bce4508be35dc377b9c3c75&shared=False => generated 772 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1248] 199.204.45.95 () {34 vars in 928 bytes} [Tue Jun 9 18:04:58 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1249] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:04:58 2026] GET /v2.0/security-groups?tenant_id=ea580833d5a84c5097f9791ac95ce8b7&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1250] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:04:58 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => generated 973 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1251] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:04:58 2026] DELETE /v2.0/security-groups/74c19721-6a42-4855-af85-5e740577e04d => 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: 595/1252] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:04:59 2026] GET /v2.0/security-groups?id=e337d388-9caf-4f95-84fa-7ff2fb0b4be7&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: 658/1253] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:04:58 2026] PUT /v2.0/routers/e34b2e0b-345a-47fa-9b43-6e2c37a4789c/add_router_interface => generated 309 bytes in 1398 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1254] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:04:59 2026] GET /v2.0/ports?tenant_id=956ea3778bce4508be35dc377b9c3c75&device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1255] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:04:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=8a189b95-fe74-4c82-835f-4740bc0a5cf7 => 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: 661/1256] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:04:59 2026] GET /v2.0/subnets?id=522149c6-fa22-466c-82bd-31ebc996a00c => generated 694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1257] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:04:59 2026] GET /v2.0/ports?network_id=b8edb4b4-8d08-4ab1-bc90-ad16f668d136&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1258] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:04:59 2026] GET /v2.0/networks/b8edb4b4-8d08-4ab1-bc90-ad16f668d136?fields=segments => generated 14 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1259] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:04:59 2026] GET /v2.0/networks/b8edb4b4-8d08-4ab1-bc90-ad16f668d136?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: 596/1260] 10.0.0.184 () {34 vars in 664 bytes} [Tue Jun 9 18:04:59 2026] POST /v2.0/ports => generated 955 bytes in 478 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: 597/1261] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:05:00 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => 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: 598/1262] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:05:00 2026] GET /v2.0/security-groups?id=e337d388-9caf-4f95-84fa-7ff2fb0b4be7&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1263] 10.0.0.184 () {34 vars in 664 bytes} [Tue Jun 9 18:04:59 2026] POST /v2.0/ports => generated 959 bytes in 479 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: 666/1264] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:00 2026] GET /v2.0/security-groups?tenant_id=4ec4a584dea64b1593fc6aa1c4ec6856&name=default => generated 2925 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:01.266 7 INFO neutron.db.l3_db [None req-69348561-982d-4a89-82a5-b8aeb83e7a62 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Floating IP 2d85ec04-9e83-43ac-bee5-adfc9c3cc84c associated. External IP: 10.96.250.215, port: a89dcf48-c598-4b12-a9fa-4911dc983a25. [pid: 8|app: 0|req: 667/1265] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:01 2026] DELETE /v2.0/security-groups/22a5ee02-427b-4ed5-98ca-ad5f90261b58 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1266] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:05:01 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => generated 973 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1267] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:05:01 2026] GET /v2.0/security-groups?id=e337d388-9caf-4f95-84fa-7ff2fb0b4be7&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1268] 10.0.0.184 () {34 vars in 676 bytes} [Tue Jun 9 18:05:00 2026] POST /v2.0/floatingips => generated 843 bytes in 1293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:01.860 8 INFO neutron.db.l3_db [None req-8177b2a0-759a-4e1a-b2d6-adaceb44f928 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Floating IP 2d85ec04-9e83-43ac-bee5-adfc9c3cc84c disassociated. External IP: 10.96.250.215, port: a89dcf48-c598-4b12-a9fa-4911dc983a25. [pid: 8|app: 0|req: 670/1269] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:05:01 2026] PUT /v2.0/floatingips/2d85ec04-9e83-43ac-bee5-adfc9c3cc84c => generated 552 bytes in 476 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:02.371 7 INFO neutron_taas.services.taas.taas_plugin [None req-d253cc6a-a543-4a37-ab57-cddef2561297 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] TaaS: Handle Delete Port: 488c4e0e-0fd5-46dc-8826-5f3fa2083ddc 2026-06-09 18:05:02.376 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d253cc6a-a543-4a37-ab57-cddef2561297 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Tap Mirror: Handle Delete Port: 488c4e0e-0fd5-46dc-8826-5f3fa2083ddc [pid: 7|app: 0|req: 600/1270] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:05:02 2026] DELETE /v2.0/floatingips/2d85ec04-9e83-43ac-bee5-adfc9c3cc84c => generated 0 bytes in 332 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1271] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:05:02 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => 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: 672/1272] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:05:02 2026] GET /v2.0/security-groups?id=e337d388-9caf-4f95-84fa-7ff2fb0b4be7&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: 673/1273] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:02 2026] GET /v2.0/security-groups?tenant_id=0fc7bcdb7556464d8c4fae7cc71f7600&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:03.335 7 INFO neutron.db.l3_db [None req-53b94586-2caf-46fe-acf3-5d90e7ac9d3e 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Floating IP 6694784f-0238-4784-ace6-7c524a9324d3 associated. External IP: 10.96.250.220, port: c31d397b-095d-4112-b230-d9be1887e3a1. [pid: 8|app: 0|req: 674/1274] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:03 2026] DELETE /v2.0/security-groups/00914d1d-1713-4343-8b9b-584ff443f888 => 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: 601/1275] 10.0.0.184 () {34 vars in 676 bytes} [Tue Jun 9 18:05:02 2026] POST /v2.0/floatingips => generated 842 bytes in 1156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1276] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:05:03 2026] GET /v2.0/floatingips/6694784f-0238-4784-ace6-7c524a9324d3 => generated 842 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1277] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:05:03 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1278] 10.0.0.184 () {32 vars in 654 bytes} [Tue Jun 9 18:05:03 2026] GET /v2.0/floatingips => generated 845 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1279] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:05:03 2026] GET /v2.0/security-groups?id=e337d388-9caf-4f95-84fa-7ff2fb0b4be7&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:04.421 8 INFO neutron.db.l3_db [None req-f3cdb52d-a0f8-4503-b975-7235edfbaaa8 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Floating IP 6694784f-0238-4784-ace6-7c524a9324d3 associated. External IP: 10.96.250.220, port: c31d397b-095d-4112-b230-d9be1887e3a1. [pid: 7|app: 0|req: 604/1280] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:05:04 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => 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: 605/1281] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:05:05 2026] GET /v2.0/security-groups?id=e337d388-9caf-4f95-84fa-7ff2fb0b4be7&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1282] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:05:05 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1283] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:05:03 2026] PUT /v2.0/floatingips/6694784f-0238-4784-ace6-7c524a9324d3 => generated 843 bytes in 1440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:05.436 8 INFO neutron.db.l3_db [None req-9f20f741-d3f5-44f9-8bfe-af8e82ecb740 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Floating IP 6694784f-0238-4784-ace6-7c524a9324d3 disassociated. External IP: 10.96.250.220, port: a89dcf48-c598-4b12-a9fa-4911dc983a25. 2026-06-09 18:05:05.630 7 INFO neutron.db.l3_db [None req-86307303-484b-4085-8543-4a0f73b2e8ff ec8c972b924348d1b55baf6b5f6631ba 956ea3778bce4508be35dc377b9c3c75 - - default default] Floating IP 9aeef5f1-fe71-4ab6-8dc4-588c378ccf69 associated. External IP: 10.96.250.207, port: 8a189b95-fe74-4c82-835f-4740bc0a5cf7. [pid: 8|app: 0|req: 678/1284] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:05:05 2026] PUT /v2.0/floatingips/6694784f-0238-4784-ace6-7c524a9324d3 => generated 552 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:05.934 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8c6d9e9-d657-436b-959d-5e09acf5b4ef 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] TaaS: Handle Delete Port: b4623606-a930-45a5-9bb0-b8b93e176743 2026-06-09 18:05:05.937 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8c6d9e9-d657-436b-959d-5e09acf5b4ef 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Tap Mirror: Handle Delete Port: b4623606-a930-45a5-9bb0-b8b93e176743 [pid: 7|app: 0|req: 607/1287] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:05:05 2026] PUT /v2.0/floatingips/9aeef5f1-fe71-4ab6-8dc4-588c378ccf69 => generated 856 bytes in 743 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:05.999 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-873d0a0f-c321-44f3-a66f-f7351f0c7df9'] response: {'name': 'network-changed', 'server_uuid': '6ea48ee3-2d60-426a-a3f9-b913d5683473', 'tag': '8a189b95-fe74-4c82-835f-4740bc0a5cf7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 608/1288] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:05:06 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => 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: 609/1289] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:05:06 2026] GET /v2.0/security-groups?id=e337d388-9caf-4f95-84fa-7ff2fb0b4be7&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: 681/1290] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:05:05 2026] DELETE /v2.0/floatingips/6694784f-0238-4784-ace6-7c524a9324d3 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:06.141 7 INFO neutron.api.v2.resource [None req-e5250469-3d19-4563-a22e-28b53ca69a21 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 610/1291] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:05:06 2026] DELETE /v2.0/floatingips/6694784f-0238-4784-ace6-7c524a9324d3 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:05:06.348 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd3611ec-82a3-4f8f-991e-be22f3129430 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] TaaS: Handle Delete Port: a89dcf48-c598-4b12-a9fa-4911dc983a25 2026-06-09 18:05:06.352 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd3611ec-82a3-4f8f-991e-be22f3129430 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Tap Mirror: Handle Delete Port: a89dcf48-c598-4b12-a9fa-4911dc983a25 [pid: 7|app: 0|req: 611/1292] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:05:06 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1293] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:05:06 2026] DELETE /v2.0/ports/a89dcf48-c598-4b12-a9fa-4911dc983a25 => generated 0 bytes in 386 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1294] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:05:06 2026] GET /v2.0/security-groups?id=e337d388-9caf-4f95-84fa-7ff2fb0b4be7&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: 683/1295] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:05:06 2026] GET /v2.0/ports?tenant_id=956ea3778bce4508be35dc377b9c3c75&device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => 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: 684/1296] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:05:06 2026] GET /v2.0/networks?id=b8edb4b4-8d08-4ab1-bc90-ad16f668d136 => generated 772 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1297] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:05:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=8a189b95-fe74-4c82-835f-4740bc0a5cf7 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:06.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-f2936c6c-94ec-46d0-b6ba-ef9537fdef64 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] TaaS: Handle Delete Port: c31d397b-095d-4112-b230-d9be1887e3a1 2026-06-09 18:05:06.724 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f2936c6c-94ec-46d0-b6ba-ef9537fdef64 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Tap Mirror: Handle Delete Port: c31d397b-095d-4112-b230-d9be1887e3a1 [pid: 8|app: 0|req: 686/1298] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:05:06 2026] GET /v2.0/subnets?id=522149c6-fa22-466c-82bd-31ebc996a00c => generated 694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1299] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:05:06 2026] GET /v2.0/ports?network_id=b8edb4b4-8d08-4ab1-bc90-ad16f668d136&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: 613/1300] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:05:06 2026] DELETE /v2.0/ports/c31d397b-095d-4112-b230-d9be1887e3a1 => generated 0 bytes in 323 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1301] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:05:06 2026] GET /v2.0/networks/b8edb4b4-8d08-4ab1-bc90-ad16f668d136?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1302] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:05:06 2026] GET /v2.0/ports?device_id=e34b2e0b-345a-47fa-9b43-6e2c37a4789c => generated 958 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1303] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:05:06 2026] GET /v2.0/networks/b8edb4b4-8d08-4ab1-bc90-ad16f668d136?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: 690/1304] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:05:07 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1305] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:05:07 2026] GET /v2.0/security-groups?id=e337d388-9caf-4f95-84fa-7ff2fb0b4be7&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:07.916 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac62157f-0a05-4309-bbec-281f672c9c26 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] TaaS: Handle Delete Port: b5ee15cd-06a7-471d-8c2f-aa7068fae039 2026-06-09 18:05:07.921 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac62157f-0a05-4309-bbec-281f672c9c26 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Tap Mirror: Handle Delete Port: b5ee15cd-06a7-471d-8c2f-aa7068fae039 [pid: 7|app: 0|req: 615/1306] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:05:06 2026] PUT /v2.0/routers/e34b2e0b-345a-47fa-9b43-6e2c37a4789c/remove_router_interface => generated 309 bytes in 1690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:08.845 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a556a53-941c-40e9-aac1-f8f60ffed48e 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] TaaS: Handle Delete Port: 3c33221f-29e1-4bbf-bd9a-6bd271d4e8d8 2026-06-09 18:05:08.877 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a556a53-941c-40e9-aac1-f8f60ffed48e 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Tap Mirror: Handle Delete Port: 3c33221f-29e1-4bbf-bd9a-6bd271d4e8d8 [pid: 7|app: 0|req: 616/1307] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:08 2026] GET /v2.0/security-groups?tenant_id=db142017f8c64821b29afa68acc266c4&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1308] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:05:08 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => generated 975 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1309] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:05:09 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:09.178 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a556a53-941c-40e9-aac1-f8f60ffed48e 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] TaaS: Handle Delete Port: d2e30611-c84a-4b81-aec6-981f62528e4e 2026-06-09 18:05:09.186 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a556a53-941c-40e9-aac1-f8f60ffed48e 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] Tap Mirror: Handle Delete Port: d2e30611-c84a-4b81-aec6-981f62528e4e [pid: 7|app: 0|req: 619/1310] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:09 2026] DELETE /v2.0/security-groups/6e02dc8b-8508-4d98-97c0-ab8839344799 => 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: 620/1311] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:05:09 2026] GET /v2.0/security-groups?id=e337d388-9caf-4f95-84fa-7ff2fb0b4be7&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:09.380 7 INFO neutron_taas.services.taas.taas_plugin [req-8e36a71f-52c5-4a44-b844-dc3901ce3836 req-bd42002b-e7cc-4cc5-9537-f4ca0346d16f ec8c972b924348d1b55baf6b5f6631ba 956ea3778bce4508be35dc377b9c3c75 - - default default] TaaS: Handle Delete Port: 8a189b95-fe74-4c82-835f-4740bc0a5cf7 2026-06-09 18:05:09.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8e36a71f-52c5-4a44-b844-dc3901ce3836 req-bd42002b-e7cc-4cc5-9537-f4ca0346d16f ec8c972b924348d1b55baf6b5f6631ba 956ea3778bce4508be35dc377b9c3c75 - - default default] Tap Mirror: Handle Delete Port: 8a189b95-fe74-4c82-835f-4740bc0a5cf7 2026-06-09 18:05:09.497 7 INFO neutron.db.l3_db [req-8e36a71f-52c5-4a44-b844-dc3901ce3836 req-bd42002b-e7cc-4cc5-9537-f4ca0346d16f ec8c972b924348d1b55baf6b5f6631ba 956ea3778bce4508be35dc377b9c3c75 - - default default] Floating IP 9aeef5f1-fe71-4ab6-8dc4-588c378ccf69 disassociated. External IP: 10.96.250.207, port: 8a189b95-fe74-4c82-835f-4740bc0a5cf7. 2026-06-09 18:05:09.664 8 INFO neutron.services.segments.plugin [-] Segment dd58c619-a28d-412a-9e8c-2efaf23a1244 resource provider aggregate not found 2026-06-09 18:05:09.670 8 INFO neutron.services.segments.plugin [-] Segment dd58c619-a28d-412a-9e8c-2efaf23a1244 resource provider aggregate not found 2026-06-09 18:05:09.684 8 INFO neutron.services.segments.plugin [-] Segment dd58c619-a28d-412a-9e8c-2efaf23a1244 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd58c619-a28d-412a-9e8c-2efaf23a1244 found for delete ", "request_id": "req-65060941-730e-480a-a979-a28e6df37aa6"}]} 2026-06-09 18:05:09.697 8 INFO neutron.services.segments.plugin [-] Segment dd58c619-a28d-412a-9e8c-2efaf23a1244 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd58c619-a28d-412a-9e8c-2efaf23a1244 found for delete ", "request_id": "req-57f04175-9287-4f16-9228-f9f76341db43"}]} 2026-06-09 18:05:09.710 8 INFO neutron.db.l3_hamode_db [None req-5a556a53-941c-40e9-aac1-f8f60ffed48e 2b2bc3d4f6ca4340b5b350a479fce6bf 32915fe7baa5482394477146d81a96ac - - default default] HA network 5656ee11-0e10-4c61-8c98-352cb7477742 was deleted as no HA routers are present in tenant 32915fe7baa5482394477146d81a96ac. [pid: 8|app: 0|req: 692/1312] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:08 2026] DELETE /v2.0/routers/e34b2e0b-345a-47fa-9b43-6e2c37a4789c => generated 0 bytes in 1094 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1313] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:09 2026] GET /v2.0/security-groups?tenant_id=5923c398e90345abb9ef42370f9e2d14&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: 621/1314] 199.204.45.95 () {36 vars in 995 bytes} [Tue Jun 9 18:05:09 2026] DELETE /v2.0/ports/8a189b95-fe74-4c82-835f-4740bc0a5cf7 => generated 0 bytes in 691 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:09.977 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-77ead901-7c93-4b80-9adc-a27e945b5106'] response: {'server_uuid': '6ea48ee3-2d60-426a-a3f9-b913d5683473', 'name': 'network-vif-deleted', 'tag': '8a189b95-fe74-4c82-835f-4740bc0a5cf7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 622/1315] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:09 2026] DELETE /v2.0/security-groups/a6c84214-c4a8-40ab-b836-c5e1ecbb0aa4 => 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: 694/1316] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:09 2026] DELETE /v2.0/subnets/b2272161-9941-40dc-bee2-525188c85c02 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:10.146 7 INFO neutron.services.segments.plugin [-] Segment 62a15344-ee6e-44a0-abe9-65a2aae37619 resource provider aggregate not found 2026-06-09 18:05:10.150 7 INFO neutron.services.segments.plugin [-] Segment 62a15344-ee6e-44a0-abe9-65a2aae37619 resource provider aggregate not found 2026-06-09 18:05:10.168 7 INFO neutron.services.segments.plugin [-] Segment 62a15344-ee6e-44a0-abe9-65a2aae37619 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62a15344-ee6e-44a0-abe9-65a2aae37619 found for delete ", "request_id": "req-4e5bdc29-edff-4b35-be95-3c0b360c44e9"}]} 2026-06-09 18:05:10.171 7 INFO neutron.services.segments.plugin [-] Segment 62a15344-ee6e-44a0-abe9-65a2aae37619 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62a15344-ee6e-44a0-abe9-65a2aae37619 found for delete ", "request_id": "req-f2c0af32-0785-44d7-a10e-8d2f258888f0"}]} [pid: 7|app: 0|req: 623/1317] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:10 2026] DELETE /v2.0/networks/792655f7-6f75-4e20-9241-e4e5b410c41a => 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: 695/1318] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:05:10 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => 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: 624/1319] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:10 2026] GET /v2.0/security-groups?tenant_id=32915fe7baa5482394477146d81a96ac&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: 696/1320] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:11 2026] DELETE /v2.0/security-groups/79875e34-cc9b-4cbc-aa86-9cb9f282a1ba => 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: 625/1321] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:05:11 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => 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: 697/1322] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:05:12 2026] GET /v2.0/ports?device_id=6ea48ee3-2d60-426a-a3f9-b913d5683473 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:05:13.511 7 INFO neutron.db.segments_db [None req-dd13c88b-5cc9-4fd2-ad55-a89c7703b5c9 664a6c772cd94b1c8ea0d55235ca95c0 592b92667d614b93b75c24c02e2e165f - - default default] Added segment d6bc07c0-f046-4490-9388-afdd3d16d269 of type vxlan for network ebf2a6a1-6601-4af2-a2ae-8cccf9a40c08 [pid: 7|app: 0|req: 626/1323] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:13 2026] POST /v2.0/networks => generated 627 bytes in 514 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1324] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:13 2026] DELETE /v2.0/security-groups/e337d388-9caf-4f95-84fa-7ff2fb0b4be7 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:13.797 7 INFO neutron.api.v2.resource [None req-a28e4063-8eb5-41aa-97ea-ab1e01901cd0 ec8c972b924348d1b55baf6b5f6631ba 956ea3778bce4508be35dc377b9c3c75 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 627/1325] 10.0.0.184 () {32 vars in 736 bytes} [Tue Jun 9 18:05:13 2026] GET /v2.0/security-groups/e337d388-9caf-4f95-84fa-7ff2fb0b4be7 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:05:13.898 8 INFO neutron_taas.services.taas.taas_plugin [None req-f3d3e588-c11f-4ddc-aa30-d43714d52dd8 ec8c972b924348d1b55baf6b5f6631ba 956ea3778bce4508be35dc377b9c3c75 - - default default] TaaS: Handle Delete Port: 8df8ca6d-13f4-4e57-8725-b220a9933eaf 2026-06-09 18:05:13.900 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f3d3e588-c11f-4ddc-aa30-d43714d52dd8 ec8c972b924348d1b55baf6b5f6631ba 956ea3778bce4508be35dc377b9c3c75 - - default default] Tap Mirror: Handle Delete Port: 8df8ca6d-13f4-4e57-8725-b220a9933eaf [pid: 8|app: 0|req: 699/1326] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:05:13 2026] DELETE /v2.0/floatingips/9aeef5f1-fe71-4ab6-8dc4-588c378ccf69 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1327] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:14 2026] POST /v2.0/subnets => generated 673 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:14.626 7 INFO neutron_taas.services.taas.taas_plugin [None req-57d64c53-c980-4a99-82b5-9371ef7d7a3e 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: fb054381-1a5a-4d0c-af05-1c7d5daf3e9b 2026-06-09 18:05:14.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-57d64c53-c980-4a99-82b5-9371ef7d7a3e 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: fb054381-1a5a-4d0c-af05-1c7d5daf3e9b [pid: 8|app: 0|req: 701/1328] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:14 2026] GET /v2.0/security-groups?tenant_id=2d382bbc8f224aa4b1cb69adbe992254&name=default => generated 2925 bytes in 352 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:14.773 8 INFO neutron.db.segments_db [None req-f033f8b7-b907-4357-b3fc-d849eac6baf3 664a6c772cd94b1c8ea0d55235ca95c0 592b92667d614b93b75c24c02e2e165f - - default default] Added segment 5a188212-63e8-4766-bc0f-b02409b91406 of type vxlan for network 4bcc7c6b-bdd5-49f6-8eb3-4a3a24a71db5 [pid: 8|app: 0|req: 702/1329] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:14 2026] POST /v2.0/networks => generated 629 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1330] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:14 2026] GET /v2.0/security-groups?tenant_id=2f3b2ae03bcd44a080eb4e09cad1db17&name=default => generated 2925 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1331] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:15 2026] DELETE /v2.0/security-groups/b9575880-224b-45e6-9f75-a18847972292 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1332] 10.0.0.184 () {34 vars in 742 bytes} [Tue Jun 9 18:05:15 2026] PUT /v2.0/networks/4bcc7c6b-bdd5-49f6-8eb3-4a3a24a71db5 => generated 592 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1333] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:05:14 2026] PUT /v2.0/routers/41836a9d-d3a8-434b-9c2a-e961f6385186/remove_router_interface => generated 309 bytes in 1199 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1334] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:15 2026] DELETE /v2.0/security-groups/f364deda-465a-40ea-b5cc-254e5a55322a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1335] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:15 2026] GET /v2.0/security-groups?tenant_id=d1ddcf02b21044b2ab9e181cb72b8f79&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:15.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4ded419-05ba-4b3a-9da8-a6e6ee83c43b 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 4954f638-4562-42f3-abd0-b61a9ba147ed 2026-06-09 18:05:15.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4ded419-05ba-4b3a-9da8-a6e6ee83c43b 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 4954f638-4562-42f3-abd0-b61a9ba147ed [pid: 8|app: 0|req: 707/1336] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:15 2026] POST /v2.0/subnets => generated 646 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1337] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:15 2026] DELETE /v2.0/security-groups/fc6e5ffe-cdd3-4b57-9078-176f79feee48 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:15.946 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4ded419-05ba-4b3a-9da8-a6e6ee83c43b 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 4fdb3256-f09a-4b8c-a8a4-770f3b1cbda3 2026-06-09 18:05:15.949 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4ded419-05ba-4b3a-9da8-a6e6ee83c43b 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 4fdb3256-f09a-4b8c-a8a4-770f3b1cbda3 [pid: 8|app: 0|req: 709/1338] 10.0.0.184 () {34 vars in 740 bytes} [Tue Jun 9 18:05:15 2026] PUT /v2.0/subnets/a828c915-8f1a-481d-965d-785009d40e1c => generated 656 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:16.215 8 INFO neutron.services.segments.plugin [-] Segment 5a188212-63e8-4766-bc0f-b02409b91406 resource provider aggregate not found 2026-06-09 18:05:16.224 8 INFO neutron.services.segments.plugin [-] Segment 5a188212-63e8-4766-bc0f-b02409b91406 resource provider aggregate not found [pid: 8|app: 0|req: 710/1339] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:15 2026] DELETE /v2.0/networks/4bcc7c6b-bdd5-49f6-8eb3-4a3a24a71db5 => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:16.255 8 INFO neutron.services.segments.plugin [-] Segment 5a188212-63e8-4766-bc0f-b02409b91406 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a188212-63e8-4766-bc0f-b02409b91406 found for delete ", "request_id": "req-569e0c4d-7e6e-44b6-82e9-9faec21d9b86"}]} 2026-06-09 18:05:16.265 8 INFO neutron.services.segments.plugin [-] Segment 5a188212-63e8-4766-bc0f-b02409b91406 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a188212-63e8-4766-bc0f-b02409b91406 found for delete ", "request_id": "req-cd090300-c35e-432a-8600-ff8d5a424b40"}]} 2026-06-09 18:05:16.284 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1add192c-c60e-495c-839b-445643ac69e0 664a6c772cd94b1c8ea0d55235ca95c0 592b92667d614b93b75c24c02e2e165f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 711/1340] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:16 2026] DELETE /v2.0/networks/4bcc7c6b-bdd5-49f6-8eb3-4a3a24a71db5 => generated 138 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1341] 10.0.0.184 () {32 vars in 693 bytes} [Tue Jun 9 18:05:16 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1342] 10.0.0.184 () {32 vars in 741 bytes} [Tue Jun 9 18:05:16 2026] GET /v2.0/subnets?network_id=e7811240-0396-48de-a62c-bd16a594521e => generated 649 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1343] 10.0.0.184 () {32 vars in 652 bytes} [Tue Jun 9 18:05:16 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-06-09 18:05:16.443 7 INFO neutron.services.segments.plugin [-] Segment 6ebb8397-43f1-4a3e-a120-f955cad42627 resource provider aggregate not found 2026-06-09 18:05:16.451 7 INFO neutron.services.segments.plugin [-] Segment 6ebb8397-43f1-4a3e-a120-f955cad42627 resource provider aggregate not found 2026-06-09 18:05:16.472 7 INFO neutron.services.segments.plugin [-] Segment 6ebb8397-43f1-4a3e-a120-f955cad42627 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ebb8397-43f1-4a3e-a120-f955cad42627 found for delete ", "request_id": "req-7121305f-51fc-4b6d-9ff2-8fc00209b3e3"}]} 2026-06-09 18:05:16.476 7 INFO neutron.services.segments.plugin [-] Segment 6ebb8397-43f1-4a3e-a120-f955cad42627 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ebb8397-43f1-4a3e-a120-f955cad42627 found for delete ", "request_id": "req-57c28ca9-08d0-40c5-b9cb-7f7d62d4c168"}]} 2026-06-09 18:05:16.489 7 INFO neutron.db.l3_hamode_db [None req-e4ded419-05ba-4b3a-9da8-a6e6ee83c43b 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] HA network e9c6f5b1-82a1-45a0-b7ca-a5db4652bcdc was deleted as no HA routers are present in tenant 956ea3778bce4508be35dc377b9c3c75. [pid: 7|app: 0|req: 630/1344] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:15 2026] DELETE /v2.0/routers/41836a9d-d3a8-434b-9c2a-e961f6385186 => generated 0 bytes in 1063 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1345] 10.0.0.184 () {32 vars in 648 bytes} [Tue Jun 9 18:05:16 2026] GET /v2.0/networks => generated 1311 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1346] 10.0.0.184 () {32 vars in 646 bytes} [Tue Jun 9 18:05:16 2026] GET /v2.0/subnets => generated 1312 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1347] 10.0.0.184 () {32 vars in 722 bytes} [Tue Jun 9 18:05:16 2026] GET /v2.0/networks/ebf2a6a1-6601-4af2-a2ae-8cccf9a40c08 => generated 671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1348] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:05:16 2026] GET /v2.0/subnets/a3c818be-88dc-4895-a0ee-d2804ab3a4e8 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1349] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:16 2026] DELETE /v2.0/subnets/522149c6-fa22-466c-82bd-31ebc996a00c => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:16.680 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4e3ed9c3-6755-4f2a-86f4-887849b04ae9 664a6c772cd94b1c8ea0d55235ca95c0 592b92667d614b93b75c24c02e2e165f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 719/1350] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:16 2026] DELETE /v2.0/subnets/a828c915-8f1a-481d-965d-785009d40e1c => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:05:16.695 8 INFO neutron.pecan_wsgi.hooks.translation [None req-77964f45-f014-48dd-b664-57f00820af47 664a6c772cd94b1c8ea0d55235ca95c0 592b92667d614b93b75c24c02e2e165f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 720/1351] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:16 2026] DELETE /v2.0/networks/4bcc7c6b-bdd5-49f6-8eb3-4a3a24a71db5 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:05:16.769 7 INFO neutron_taas.services.taas.taas_plugin [None req-5761ed16-a842-4ec4-8198-d8202dce404f 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 8af15e08-bcd3-4ecb-afd7-d1aaffe4bbe1 2026-06-09 18:05:16.772 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5761ed16-a842-4ec4-8198-d8202dce404f 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 8af15e08-bcd3-4ecb-afd7-d1aaffe4bbe1 [pid: 8|app: 0|req: 721/1352] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:16 2026] DELETE /v2.0/subnets/a3c818be-88dc-4895-a0ee-d2804ab3a4e8 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1353] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:16 2026] DELETE /v2.0/networks/b8edb4b4-8d08-4ab1-bc90-ad16f668d136 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:16.988 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a6014bb-51a6-446f-907e-1affba18a3a1 664a6c772cd94b1c8ea0d55235ca95c0 592b92667d614b93b75c24c02e2e165f - - default default] TaaS: Handle Delete Port: a988c0bd-b70c-4d83-ba37-0ba2285b708d 2026-06-09 18:05:16.991 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a6014bb-51a6-446f-907e-1affba18a3a1 664a6c772cd94b1c8ea0d55235ca95c0 592b92667d614b93b75c24c02e2e165f - - default default] Tap Mirror: Handle Delete Port: a988c0bd-b70c-4d83-ba37-0ba2285b708d [pid: 7|app: 0|req: 633/1354] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:17 2026] GET /v2.0/security-groups?tenant_id=956ea3778bce4508be35dc377b9c3c75&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1355] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:16 2026] DELETE /v2.0/networks/ebf2a6a1-6601-4af2-a2ae-8cccf9a40c08 => generated 0 bytes in 343 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1356] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:17 2026] DELETE /v2.0/security-groups/852b6598-5378-4c5e-a5ac-c55d6ea2c333 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1357] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:17 2026] GET /v2.0/security-groups?tenant_id=592b92667d614b93b75c24c02e2e165f&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1358] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:17 2026] DELETE /v2.0/security-groups/33676a89-cf0d-4175-9198-eb3eb96caab5 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:18.217 7 INFO neutron.db.segments_db [None req-06fee126-9b73-4076-831e-b305359b073e 8516e9dedcaa41cf823a045bd5871eed efa5ad20d31642728c99fc3f9a966a1e - - default default] Added segment 6b7144b1-6622-4ff0-9377-2298ae9640e2 of type vxlan for network 22e65b1a-7508-408a-b15a-155cf0fc60e0 2026-06-09 18:05:18.305 8 INFO neutron.services.segments.plugin [-] Segment d6bc07c0-f046-4490-9388-afdd3d16d269 resource provider aggregate not found 2026-06-09 18:05:18.312 8 INFO neutron.services.segments.plugin [-] Segment d6bc07c0-f046-4490-9388-afdd3d16d269 resource provider aggregate not found 2026-06-09 18:05:18.330 8 INFO neutron.services.segments.plugin [-] Segment d6bc07c0-f046-4490-9388-afdd3d16d269 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6bc07c0-f046-4490-9388-afdd3d16d269 found for delete ", "request_id": "req-6bf171e9-902c-477e-b6a5-826d3effd672"}]} 2026-06-09 18:05:18.333 8 INFO neutron.services.segments.plugin [-] Segment d6bc07c0-f046-4490-9388-afdd3d16d269 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6bc07c0-f046-4490-9388-afdd3d16d269 found for delete ", "request_id": "req-6475d7c1-063c-4908-bfa5-7a3b27747b08"}]} 2026-06-09 18:05:18.340 7 INFO neutron.db.segments_db [None req-06fee126-9b73-4076-831e-b305359b073e 8516e9dedcaa41cf823a045bd5871eed efa5ad20d31642728c99fc3f9a966a1e - - default default] Added segment 33a3e530-6fb7-4d2d-8c9d-7b9baf30a1f7 of type vxlan for network b0d4018d-731a-4182-ab2c-d692f6947a95 [pid: 7|app: 0|req: 635/1359] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:17 2026] POST /v2.0/networks => generated 1207 bytes in 595 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-09 18:05:18.503 7 INFO neutron.services.segments.plugin [-] Segment 8620bbbc-2406-49b9-b346-878612b6236f resource provider aggregate not found 2026-06-09 18:05:18.506 7 INFO neutron.services.segments.plugin [-] Segment 8620bbbc-2406-49b9-b346-878612b6236f resource provider aggregate not found 2026-06-09 18:05:18.521 7 INFO neutron.services.segments.plugin [-] Segment 8620bbbc-2406-49b9-b346-878612b6236f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8620bbbc-2406-49b9-b346-878612b6236f found for delete ", "request_id": "req-93d4489b-fbc8-4ad3-acea-a8b3421d7a31"}]} 2026-06-09 18:05:18.524 7 INFO neutron.services.segments.plugin [-] Segment 8620bbbc-2406-49b9-b346-878612b6236f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8620bbbc-2406-49b9-b346-878612b6236f found for delete ", "request_id": "req-931f6a4d-7bb0-4e41-a956-93e80e409355"}]} [pid: 8|app: 0|req: 725/1360] 10.0.0.184 () {32 vars in 648 bytes} [Tue Jun 9 18:05:18 2026] GET /v2.0/networks => generated 1844 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1361] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:18 2026] DELETE /v2.0/networks/22e65b1a-7508-408a-b15a-155cf0fc60e0 => 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: 726/1362] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:18 2026] DELETE /v2.0/networks/b0d4018d-731a-4182-ab2c-d692f6947a95 => 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: 637/1363] 10.0.0.184 () {32 vars in 648 bytes} [Tue Jun 9 18:05:18 2026] GET /v2.0/networks => generated 651 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:19.037 8 INFO neutron.db.segments_db [None req-bbf3a3a1-5a30-400f-ad67-bd86daa315a1 8516e9dedcaa41cf823a045bd5871eed efa5ad20d31642728c99fc3f9a966a1e - - default default] Added segment 8b387fea-6f80-4bfa-bf7a-f178db9a3944 of type vxlan for network 4fdbbb99-aa94-4830-bd91-66ad5b5d4a87 [pid: 8|app: 0|req: 727/1364] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:18 2026] POST /v2.0/networks => generated 635 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:19.247 7 INFO neutron.db.segments_db [None req-f2e6a6ac-fa9b-41f4-add8-649e661cb9b1 8516e9dedcaa41cf823a045bd5871eed efa5ad20d31642728c99fc3f9a966a1e - - default default] Added segment 918a3448-c516-4f4f-95ad-b7f7bff7731c of type vxlan for network 9f49e2cf-659b-41bc-8ed7-5dc661598f35 [pid: 7|app: 0|req: 638/1365] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:19 2026] POST /v2.0/networks => generated 634 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1366] 10.0.0.184 () {34 vars in 664 bytes} [Tue Jun 9 18:05:19 2026] POST /v2.0/ports => generated 1506 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1367] 10.0.0.184 () {32 vars in 642 bytes} [Tue Jun 9 18:05:19 2026] GET /v2.0/ports => generated 1506 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:05:20.129 8 INFO neutron_taas.services.taas.taas_plugin [None req-954cb54c-3a1b-436e-a4df-7f8b39d209c5 8516e9dedcaa41cf823a045bd5871eed efa5ad20d31642728c99fc3f9a966a1e - - default default] TaaS: Handle Delete Port: 408301e7-24f3-4050-81bd-e5330ddcd40e 2026-06-09 18:05:20.132 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-954cb54c-3a1b-436e-a4df-7f8b39d209c5 8516e9dedcaa41cf823a045bd5871eed efa5ad20d31642728c99fc3f9a966a1e - - default default] Tap Mirror: Handle Delete Port: 408301e7-24f3-4050-81bd-e5330ddcd40e [pid: 8|app: 0|req: 729/1368] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:05:20 2026] DELETE /v2.0/ports/408301e7-24f3-4050-81bd-e5330ddcd40e => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:20.312 8 INFO neutron_taas.services.taas.taas_plugin [None req-34295549-9d69-4442-9eb8-d11757ce74e0 8516e9dedcaa41cf823a045bd5871eed efa5ad20d31642728c99fc3f9a966a1e - - default default] TaaS: Handle Delete Port: d8333552-42fd-4d4a-857c-b7ae0df62bb6 2026-06-09 18:05:20.316 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-34295549-9d69-4442-9eb8-d11757ce74e0 8516e9dedcaa41cf823a045bd5871eed efa5ad20d31642728c99fc3f9a966a1e - - default default] Tap Mirror: Handle Delete Port: d8333552-42fd-4d4a-857c-b7ae0df62bb6 2026-06-09 18:05:20.353 8 INFO neutron.services.segments.plugin [-] Segment 33a3e530-6fb7-4d2d-8c9d-7b9baf30a1f7 resource provider aggregate not found 2026-06-09 18:05:20.357 8 INFO neutron.services.segments.plugin [-] Segment 33a3e530-6fb7-4d2d-8c9d-7b9baf30a1f7 resource provider aggregate not found 2026-06-09 18:05:20.375 8 INFO neutron.services.segments.plugin [-] Segment 33a3e530-6fb7-4d2d-8c9d-7b9baf30a1f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33a3e530-6fb7-4d2d-8c9d-7b9baf30a1f7 found for delete ", "request_id": "req-2a3817ec-b5ab-4ca6-8dbe-3423e792b53f"}]} 2026-06-09 18:05:20.376 8 INFO neutron.services.segments.plugin [-] Segment 33a3e530-6fb7-4d2d-8c9d-7b9baf30a1f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33a3e530-6fb7-4d2d-8c9d-7b9baf30a1f7 found for delete ", "request_id": "req-00b5d244-bd7f-4b09-b907-2c25912e28f3"}]} [pid: 8|app: 0|req: 730/1369] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:05:20 2026] DELETE /v2.0/ports/d8333552-42fd-4d4a-857c-b7ae0df62bb6 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:20.545 7 INFO neutron.services.segments.plugin [-] Segment 6b7144b1-6622-4ff0-9377-2298ae9640e2 resource provider aggregate not found 2026-06-09 18:05:20.551 7 INFO neutron.services.segments.plugin [-] Segment 6b7144b1-6622-4ff0-9377-2298ae9640e2 resource provider aggregate not found 2026-06-09 18:05:20.567 7 INFO neutron.services.segments.plugin [-] Segment 6b7144b1-6622-4ff0-9377-2298ae9640e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b7144b1-6622-4ff0-9377-2298ae9640e2 found for delete ", "request_id": "req-d6fd0fe9-f1d5-4892-b0d2-4cc2914e5869"}]} 2026-06-09 18:05:20.572 7 INFO neutron.services.segments.plugin [-] Segment 6b7144b1-6622-4ff0-9377-2298ae9640e2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b7144b1-6622-4ff0-9377-2298ae9640e2 found for delete ", "request_id": "req-bef9dda7-8a70-4e90-81a4-630a5572d65f"}]} 2026-06-09 18:05:20.651 7 INFO neutron.db.segments_db [None req-d161db32-9e2a-4071-8ade-8cf2a8dea6f9 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Added segment bdeeb2ae-a622-4cd6-b7ac-1e82f8ac44cd of type vxlan for network fee150e7-0cb2-4b06-b3d5-e9f97b53ef0c 2026-06-09 18:05:20.674 8 INFO neutron.db.segments_db [None req-eec25503-b603-43ac-b992-ef506987cfe3 be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] Added segment 74c017d1-f367-47a6-bdc6-7c9b72b498c5 of type vxlan for network ae45f4fd-9fa9-427b-abc1-52d84d03c93a [pid: 7|app: 0|req: 640/1370] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:20 2026] POST /v2.0/networks => generated 613 bytes in 582 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1371] 10.0.0.184 () {32 vars in 642 bytes} [Tue Jun 9 18:05:20 2026] GET /v2.0/ports => 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: 731/1372] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:20 2026] POST /v2.0/networks => generated 612 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:20.822 7 INFO neutron.db.segments_db [None req-535b4385-9ea4-4de8-8e7c-cc792fc9c376 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Added segment 72b1434a-b72d-427f-83cc-f3cec4bc2a29 of type vxlan for network 8849cb70-24ca-4e29-b44a-5ac314087781 2026-06-09 18:05:20.840 8 INFO neutron.db.segments_db [None req-b95129de-a9ba-479a-8fea-877d5286970e 8516e9dedcaa41cf823a045bd5871eed efa5ad20d31642728c99fc3f9a966a1e - - default default] Added segment 546be06c-c6b1-4bf4-a76c-541ac4cb9181 of type vxlan for network 2cf81d8d-bcd8-4410-be97-75f72f224b69 [pid: 8|app: 0|req: 732/1373] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:20 2026] POST /v2.0/networks => generated 634 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1374] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:20 2026] POST /v2.0/networks => generated 614 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1377] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:20 2026] POST /v2.0/subnets => generated 646 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:21.232 7 INFO neutron.db.segments_db [None req-69062595-6959-4820-b5cd-e68945f6bcf3 8516e9dedcaa41cf823a045bd5871eed efa5ad20d31642728c99fc3f9a966a1e - - default default] Added segment b300462a-a87f-42cc-ada2-2e11ac523015 of type vxlan for network 3fbab04c-0cb0-47ac-86ba-37e80a0bfa51 [pid: 8|app: 0|req: 733/1378] 10.0.0.184 () {34 vars in 663 bytes} [Tue Jun 9 18:05:20 2026] POST /v2.0/ports => generated 743 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, ' [pid: 7|app: 0|req: 646/1379] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:21 2026] POST /v2.0/networks => generated 634 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1380] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:21 2026] POST /v2.0/subnets => generated 655 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1381] 10.0.0.184 () {34 vars in 665 bytes} [Tue Jun 9 18:05:21 2026] POST /v2.0/trunks => generated 407 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:21.623 8 INFO neutron.db.segments_db [None req-40d95ee4-cc9d-458e-847f-0328340f43a4 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Added segment 79af9960-ec13-4195-b6d5-50b66dfe4f19 of type vxlan for network 0a6496ef-5d71-488f-aea7-df01e0bd2a78 2026-06-09 18:05:21.710 7 INFO neutron.db.segments_db [None req-b8334b7f-47be-4bbc-86d5-c103eb32d7ea be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] Added segment 089eca3d-45d9-45f1-87a5-023bad08f36d of type vxlan for network e1c7d261-4731-453c-baff-8c6dbf730220 [pid: 7|app: 0|req: 648/1382] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:21 2026] POST /v2.0/networks => generated 612 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:21.940 8 INFO neutron.db.l3_hamode_db [None req-40d95ee4-cc9d-458e-847f-0328340f43a4 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:05:22.081 8 INFO neutron.db.l3_hamode_db [None req-40d95ee4-cc9d-458e-847f-0328340f43a4 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 649/1383] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:21 2026] POST /v2.0/subnets => generated 1323 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1384] 10.0.0.184 () {34 vars in 663 bytes} [Tue Jun 9 18:05:22 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1385] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:21 2026] POST /v2.0/routers => generated 510 bytes in 1156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1386] 10.0.0.184 () {32 vars in 646 bytes} [Tue Jun 9 18:05:22 2026] GET /v2.0/subnets => generated 1959 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: 651/1387] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:22 2026] GET /v2.0/security-groups?tenant_id=1380c67211a24541a9d16760122be0df&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1388] 10.0.0.184 () {34 vars in 665 bytes} [Tue Jun 9 18:05:22 2026] POST /v2.0/trunks => generated 407 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1389] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:22 2026] DELETE /v2.0/subnets/097d1f53-f29a-41a1-b3fc-70980a406109 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1390] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:23 2026] DELETE /v2.0/security-groups/2244f084-3a42-465e-bb3f-e5fe689b4f58 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:23.319 8 INFO neutron.db.segments_db [None req-c402c699-d211-46e3-9d7c-5246641711dd be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] Added segment 99321d70-a778-4244-9549-d86d3dca1771 of type vxlan for network a53224bd-7d76-4ffd-8622-1eb325cf00eb [pid: 8|app: 0|req: 740/1391] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:23 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: 8|app: 0|req: 741/1392] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:23 2026] DELETE /v2.0/subnets/7c694d36-6a43-45dd-b9c9-1501e99f284a => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1393] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:23 2026] GET /v2.0/security-groups?tenant_id=5ba5f5cbba014a64b84feaded02ef2e0&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1394] 10.0.0.184 () {34 vars in 663 bytes} [Tue Jun 9 18:05:23 2026] POST /v2.0/ports => generated 743 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1395] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:05:22 2026] PUT /v2.0/routers/27f11f6d-c8fe-49c7-a3d3-e089ce3d2b83/add_router_interface => generated 309 bytes in 1055 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: 744/1396] 10.0.0.184 () {32 vars in 646 bytes} [Tue Jun 9 18:05:24 2026] GET /v2.0/subnets => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1397] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:24 2026] DELETE /v2.0/security-groups/925b2877-c391-4e44-aa34-d9fdecc99fc9 => 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: 654/1398] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:05:24 2026] GET /v2.0/ports/0e56b121-ccd7-4d11-be9b-07b64124aab8 => generated 959 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1399] 10.0.0.184 () {34 vars in 665 bytes} [Tue Jun 9 18:05:24 2026] POST /v2.0/trunks => generated 407 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:24.295 7 INFO neutron.services.segments.plugin [-] Segment b300462a-a87f-42cc-ada2-2e11ac523015 resource provider aggregate not found 2026-06-09 18:05:24.300 7 INFO neutron.services.segments.plugin [-] Segment b300462a-a87f-42cc-ada2-2e11ac523015 resource provider aggregate not found 2026-06-09 18:05:24.320 7 INFO neutron.services.segments.plugin [-] Segment b300462a-a87f-42cc-ada2-2e11ac523015 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b300462a-a87f-42cc-ada2-2e11ac523015 found for delete ", "request_id": "req-d9a58fb5-2004-46f7-8871-a32e917f6aa7"}]} 2026-06-09 18:05:24.322 7 INFO neutron.services.segments.plugin [-] Segment b300462a-a87f-42cc-ada2-2e11ac523015 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b300462a-a87f-42cc-ada2-2e11ac523015 found for delete ", "request_id": "req-7eaed85c-f96a-4af0-9681-0943d61135b4"}]} [pid: 7|app: 0|req: 655/1400] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:24 2026] DELETE /v2.0/networks/3fbab04c-0cb0-47ac-86ba-37e80a0bfa51 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:24.387 7 INFO neutron.db.segments_db [None req-c7b93506-86b1-4912-906e-bb5eff66761d be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] Added segment 744f7a8f-cc00-40e0-8ae1-579c1a39ff99 of type vxlan for network a01e33bc-9d61-4980-a4dd-e75ab5d3bd3a [pid: 7|app: 0|req: 656/1401] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:24 2026] POST /v2.0/networks => generated 613 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1402] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:24 2026] DELETE /v2.0/networks/2cf81d8d-bcd8-4410-be97-75f72f224b69 => 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: 658/1403] 10.0.0.184 () {34 vars in 663 bytes} [Tue Jun 9 18:05:24 2026] POST /v2.0/ports => generated 743 bytes in 328 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: 659/1404] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:24 2026] DELETE /v2.0/networks/9f49e2cf-659b-41bc-8ed7-5dc661598f35 => 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: 660/1405] 10.0.0.184 () {34 vars in 665 bytes} [Tue Jun 9 18:05:25 2026] POST /v2.0/trunks => generated 407 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1406] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:05:24 2026] PUT /v2.0/routers/27f11f6d-c8fe-49c7-a3d3-e089ce3d2b83/add_router_interface => generated 309 bytes in 1120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1407] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:25 2026] DELETE /v2.0/networks/4fdbbb99-aa94-4830-bd91-66ad5b5d4a87 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:25.447 8 INFO neutron.db.segments_db [None req-b95721ac-521e-4d54-8122-0add6c7dee1c be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] Added segment ed6b1783-ee01-4427-89c4-6e05ccbb2478 of type vxlan for network 7188df06-cfee-447b-8b21-a2089680915c [pid: 7|app: 0|req: 662/1408] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:05:25 2026] GET /v2.0/ports/3b5d3ff9-1970-4c78-84ac-5c38edde9bd5 => generated 967 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1409] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:25 2026] POST /v2.0/networks => generated 612 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:25.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-11e56c27-dc98-4997-a81e-32fd4970c901 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] TaaS: Handle Delete Port: 3b5d3ff9-1970-4c78-84ac-5c38edde9bd5 2026-06-09 18:05:25.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-11e56c27-dc98-4997-a81e-32fd4970c901 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Tap Mirror: Handle Delete Port: 3b5d3ff9-1970-4c78-84ac-5c38edde9bd5 [pid: 8|app: 0|req: 748/1410] 10.0.0.184 () {34 vars in 663 bytes} [Tue Jun 9 18:05:25 2026] POST /v2.0/ports => generated 743 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 749/1411] 10.0.0.184 () {34 vars in 665 bytes} [Tue Jun 9 18:05:25 2026] POST /v2.0/trunks => generated 407 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1412] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:05:25 2026] PUT /v2.0/routers/27f11f6d-c8fe-49c7-a3d3-e089ce3d2b83/remove_router_interface => generated 309 bytes in 848 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:26.357 7 INFO neutron.services.segments.plugin [-] Segment 546be06c-c6b1-4bf4-a76c-541ac4cb9181 resource provider aggregate not found 2026-06-09 18:05:26.363 7 INFO neutron.services.segments.plugin [-] Segment 546be06c-c6b1-4bf4-a76c-541ac4cb9181 resource provider aggregate not found 2026-06-09 18:05:26.388 7 INFO neutron.services.segments.plugin [-] Segment 546be06c-c6b1-4bf4-a76c-541ac4cb9181 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 546be06c-c6b1-4bf4-a76c-541ac4cb9181 found for delete ", "request_id": "req-edc26b18-fc6e-48ba-9e5e-c6348087f556"}]} [pid: 8|app: 0|req: 750/1413] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:26 2026] GET /v2.0/security-groups?tenant_id=efa5ad20d31642728c99fc3f9a966a1e&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:26.395 7 INFO neutron.services.segments.plugin [-] Segment 546be06c-c6b1-4bf4-a76c-541ac4cb9181 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 546be06c-c6b1-4bf4-a76c-541ac4cb9181 found for delete ", "request_id": "req-6ea6df9b-45ab-44eb-b4b5-fa50dac8ae3a"}]} 2026-06-09 18:05:26.410 7 INFO neutron.services.segments.plugin [-] Segment 918a3448-c516-4f4f-95ad-b7f7bff7731c resource provider aggregate not found 2026-06-09 18:05:26.418 7 INFO neutron.services.segments.plugin [-] Segment 918a3448-c516-4f4f-95ad-b7f7bff7731c resource provider aggregate not found [pid: 7|app: 0|req: 664/1414] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:05:26 2026] PUT /v2.0/trunks/d78777ef-b896-4078-8a15-73343ac21f53/tags => generated 17 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:05:26.440 7 INFO neutron.services.segments.plugin [-] Segment 918a3448-c516-4f4f-95ad-b7f7bff7731c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 918a3448-c516-4f4f-95ad-b7f7bff7731c found for delete ", "request_id": "req-8b3e77da-b8fb-48e6-ab0b-ffbb092c48ca"}]} 2026-06-09 18:05:26.448 7 INFO neutron.services.segments.plugin [-] Segment 918a3448-c516-4f4f-95ad-b7f7bff7731c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 918a3448-c516-4f4f-95ad-b7f7bff7731c found for delete ", "request_id": "req-35c0a9ea-dc7c-4f40-a021-e0c6cf393246"}]} 2026-06-09 18:05:26.478 7 INFO neutron.services.segments.plugin [-] Segment 8b387fea-6f80-4bfa-bf7a-f178db9a3944 resource provider aggregate not found 2026-06-09 18:05:26.481 7 INFO neutron.services.segments.plugin [-] Segment 8b387fea-6f80-4bfa-bf7a-f178db9a3944 resource provider aggregate not found 2026-06-09 18:05:26.501 7 INFO neutron.services.segments.plugin [-] Segment 8b387fea-6f80-4bfa-bf7a-f178db9a3944 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b387fea-6f80-4bfa-bf7a-f178db9a3944 found for delete ", "request_id": "req-933be7f8-69b5-407b-ab20-424d09744538"}]} 2026-06-09 18:05:26.501 7 INFO neutron.services.segments.plugin [-] Segment 8b387fea-6f80-4bfa-bf7a-f178db9a3944 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8b387fea-6f80-4bfa-bf7a-f178db9a3944 found for delete ", "request_id": "req-fdfb50d5-faf7-4c2c-b43b-4cce1216d0e7"}]} [pid: 7|app: 0|req: 665/1415] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:26 2026] DELETE /v2.0/security-groups/4325a44a-8b24-4163-b24d-e89d9e264571 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1416] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:05:26 2026] PUT /v2.0/trunks/cb8a19d4-7495-4931-bc6b-38424d09c40c/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1417] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:05:26 2026] PUT /v2.0/trunks/b67c7549-63ac-45af-a1c3-4d4d5d6ff8d4/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1418] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:05:26 2026] PUT /v2.0/trunks/2c50857b-c386-4154-be78-f92b60fad0e8/tags => 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: 669/1419] 10.0.0.184 () {32 vars in 661 bytes} [Tue Jun 9 18:05:26 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1420] 10.0.0.184 () {32 vars in 675 bytes} [Tue Jun 9 18:05:26 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1421] 10.0.0.184 () {32 vars in 671 bytes} [Tue Jun 9 18:05:26 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:26.781 8 INFO neutron_taas.services.taas.taas_plugin [None req-0cd8cd49-fe25-4f40-adff-255eaa10c75f 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] TaaS: Handle Delete Port: 0e56b121-ccd7-4d11-be9b-07b64124aab8 2026-06-09 18:05:26.786 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cd8cd49-fe25-4f40-adff-255eaa10c75f 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Tap Mirror: Handle Delete Port: 0e56b121-ccd7-4d11-be9b-07b64124aab8 [pid: 7|app: 0|req: 672/1422] 10.0.0.184 () {32 vars in 683 bytes} [Tue Jun 9 18:05:26 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1423] 10.0.0.184 () {32 vars in 669 bytes} [Tue Jun 9 18:05:26 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1424] 10.0.0.184 () {32 vars in 683 bytes} [Tue Jun 9 18:05:26 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1425] 10.0.0.184 () {32 vars in 679 bytes} [Tue Jun 9 18:05:26 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1426] 10.0.0.184 () {32 vars in 691 bytes} [Tue Jun 9 18:05:26 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1427] 10.0.0.184 () {32 vars in 718 bytes} [Tue Jun 9 18:05:26 2026] GET /v2.0/trunks/d78777ef-b896-4078-8a15-73343ac21f53 => generated 412 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1428] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:05:26 2026] GET /v2.0/ports/fcaecf13-c278-46a2-ac20-6e8736a9a377 => generated 826 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1429] 10.0.0.184 () {32 vars in 721 bytes} [Tue Jun 9 18:05:27 2026] DELETE /v2.0/trunks/d78777ef-b896-4078-8a15-73343ac21f53 => 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: 680/1430] 10.0.0.184 () {32 vars in 718 bytes} [Tue Jun 9 18:05:27 2026] GET /v2.0/trunks/cb8a19d4-7495-4931-bc6b-38424d09c40c => generated 420 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1431] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:05:27 2026] GET /v2.0/ports/87288c76-2ef9-413b-a489-75fc3d89b94f => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1432] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:05:26 2026] PUT /v2.0/routers/27f11f6d-c8fe-49c7-a3d3-e089ce3d2b83/remove_router_interface => generated 309 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1433] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:05:27 2026] GET /v2.0/ports?device_id=27f11f6d-c8fe-49c7-a3d3-e089ce3d2b83 => 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: 682/1434] 10.0.0.184 () {32 vars in 721 bytes} [Tue Jun 9 18:05:27 2026] DELETE /v2.0/trunks/cb8a19d4-7495-4931-bc6b-38424d09c40c => 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: 683/1435] 10.0.0.184 () {32 vars in 718 bytes} [Tue Jun 9 18:05:27 2026] GET /v2.0/trunks/b67c7549-63ac-45af-a1c3-4d4d5d6ff8d4 => generated 429 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1436] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:05:27 2026] GET /v2.0/ports/1b3b48d8-65bc-4d6a-9398-96a0274b4da7 => generated 826 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:27.512 8 INFO neutron_taas.services.taas.taas_plugin [None req-0546185e-d8e7-4d79-951c-633d6acff722 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] TaaS: Handle Delete Port: 8fb200fc-a479-43a4-b9db-4a03d0d664a7 2026-06-09 18:05:27.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0546185e-d8e7-4d79-951c-633d6acff722 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Tap Mirror: Handle Delete Port: 8fb200fc-a479-43a4-b9db-4a03d0d664a7 [pid: 7|app: 0|req: 685/1437] 10.0.0.184 () {32 vars in 721 bytes} [Tue Jun 9 18:05:27 2026] DELETE /v2.0/trunks/b67c7549-63ac-45af-a1c3-4d4d5d6ff8d4 => 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: 686/1438] 10.0.0.184 () {32 vars in 718 bytes} [Tue Jun 9 18:05:27 2026] GET /v2.0/trunks/2c50857b-c386-4154-be78-f92b60fad0e8 => generated 414 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1439] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:05:27 2026] GET /v2.0/ports/6c390f44-aeb5-4cf5-8afa-6e6f0f379b84 => generated 826 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1440] 10.0.0.184 () {32 vars in 721 bytes} [Tue Jun 9 18:05:27 2026] DELETE /v2.0/trunks/2c50857b-c386-4154-be78-f92b60fad0e8 => 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: 689/1441] 10.0.0.184 () {32 vars in 718 bytes} [Tue Jun 9 18:05:27 2026] GET /v2.0/trunks/5cc83b10-c007-4ef8-8f61-edcae0d704bd => generated 407 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1442] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:05:27 2026] GET /v2.0/ports/b6487df7-2c3e-4cfb-ba4d-126dc748d0c9 => generated 826 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1443] 10.0.0.184 () {32 vars in 721 bytes} [Tue Jun 9 18:05:27 2026] DELETE /v2.0/trunks/5cc83b10-c007-4ef8-8f61-edcae0d704bd => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:27.927 8 INFO neutron.services.segments.plugin [-] Segment 79af9960-ec13-4195-b6d5-50b66dfe4f19 resource provider aggregate not found 2026-06-09 18:05:27.934 8 INFO neutron.services.segments.plugin [-] Segment 79af9960-ec13-4195-b6d5-50b66dfe4f19 resource provider aggregate not found 2026-06-09 18:05:27.943 8 INFO neutron.services.segments.plugin [-] Segment 79af9960-ec13-4195-b6d5-50b66dfe4f19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79af9960-ec13-4195-b6d5-50b66dfe4f19 found for delete ", "request_id": "req-97d15144-79a9-4d62-92ac-4174bb99509b"}]} 2026-06-09 18:05:27.953 8 INFO neutron.services.segments.plugin [-] Segment 79af9960-ec13-4195-b6d5-50b66dfe4f19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79af9960-ec13-4195-b6d5-50b66dfe4f19 found for delete ", "request_id": "req-eb9acbac-8cb0-4829-a260-67c7d4c6328e"}]} 2026-06-09 18:05:27.957 8 INFO neutron.db.l3_hamode_db [None req-0546185e-d8e7-4d79-951c-633d6acff722 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] HA network 0a6496ef-5d71-488f-aea7-df01e0bd2a78 was deleted as no HA routers are present in tenant e92c372e39fc4b918e72cee41063c517. [pid: 8|app: 0|req: 753/1444] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:27 2026] DELETE /v2.0/routers/27f11f6d-c8fe-49c7-a3d3-e089ce3d2b83 => generated 0 bytes in 642 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:27.988 7 INFO neutron_taas.services.taas.taas_plugin [None req-f86aaab9-0b96-40b0-80a0-92315e891687 be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] TaaS: Handle Delete Port: fcaecf13-c278-46a2-ac20-6e8736a9a377 2026-06-09 18:05:27.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f86aaab9-0b96-40b0-80a0-92315e891687 be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] Tap Mirror: Handle Delete Port: fcaecf13-c278-46a2-ac20-6e8736a9a377 [pid: 7|app: 0|req: 692/1445] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:05:27 2026] DELETE /v2.0/ports/fcaecf13-c278-46a2-ac20-6e8736a9a377 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1446] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:27 2026] DELETE /v2.0/subnets/81ec3f85-40bd-479b-8f97-0e10c24701d4 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:28.226 7 INFO neutron_taas.services.taas.taas_plugin [None req-26e5aa49-45da-4429-bd93-a9108195f959 be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] TaaS: Handle Delete Port: 87288c76-2ef9-413b-a489-75fc3d89b94f 2026-06-09 18:05:28.229 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-26e5aa49-45da-4429-bd93-a9108195f959 be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] Tap Mirror: Handle Delete Port: 87288c76-2ef9-413b-a489-75fc3d89b94f [pid: 8|app: 0|req: 755/1447] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:28 2026] DELETE /v2.0/subnets/b04a130c-82ba-4162-b666-919cd596e67b => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1448] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:05:28 2026] DELETE /v2.0/ports/87288c76-2ef9-413b-a489-75fc3d89b94f => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:28.418 7 INFO neutron_taas.services.taas.taas_plugin [None req-948dbf56-7c65-4a47-bf8d-f7edab455633 be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] TaaS: Handle Delete Port: 1b3b48d8-65bc-4d6a-9398-96a0274b4da7 2026-06-09 18:05:28.422 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-948dbf56-7c65-4a47-bf8d-f7edab455633 be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] Tap Mirror: Handle Delete Port: 1b3b48d8-65bc-4d6a-9398-96a0274b4da7 [pid: 8|app: 0|req: 756/1449] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:28 2026] DELETE /v2.0/networks/8849cb70-24ca-4e29-b44a-5ac314087781 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1450] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:05:28 2026] DELETE /v2.0/ports/1b3b48d8-65bc-4d6a-9398-96a0274b4da7 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:28.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-8dd96ce2-e3e5-4478-b14a-9645860b5305 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] TaaS: Handle Delete Port: bf7c9761-06d2-40b8-a51c-5f1c355e4509 2026-06-09 18:05:28.623 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8dd96ce2-e3e5-4478-b14a-9645860b5305 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Tap Mirror: Handle Delete Port: bf7c9761-06d2-40b8-a51c-5f1c355e4509 2026-06-09 18:05:28.728 8 INFO neutron.db.segments_db [None req-2d77ca2b-0c81-43f6-bacb-9d3d95597f67 4acf4fef0b8347d29ec22334d212bfc7 72b6f133ccaa45c1aaa1eefaf4529604 - - default default] Added segment 190b82ff-5f02-4ced-bc17-b4b0a4e271e3 of type vxlan for network 52c13285-caa2-4c82-95b9-479d6f1c6d32 2026-06-09 18:05:28.790 8 INFO neutron.db.segments_db [None req-2d77ca2b-0c81-43f6-bacb-9d3d95597f67 4acf4fef0b8347d29ec22334d212bfc7 72b6f133ccaa45c1aaa1eefaf4529604 - - default default] Added segment ebca8547-270b-4318-8d39-359bed1c900b of type vxlan for network 480bfc13-85a0-4fc3-ac2b-34a501f87cf8 2026-06-09 18:05:28.813 7 INFO neutron.services.segments.plugin [-] Segment bdeeb2ae-a622-4cd6-b7ac-1e82f8ac44cd resource provider aggregate not found 2026-06-09 18:05:28.817 7 INFO neutron.services.segments.plugin [-] Segment bdeeb2ae-a622-4cd6-b7ac-1e82f8ac44cd resource provider aggregate not found 2026-06-09 18:05:28.840 7 INFO neutron.services.segments.plugin [-] Segment bdeeb2ae-a622-4cd6-b7ac-1e82f8ac44cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdeeb2ae-a622-4cd6-b7ac-1e82f8ac44cd found for delete ", "request_id": "req-0bd6ef9e-31a7-4a48-bb3c-3e42fe3d025e"}]} 2026-06-09 18:05:28.845 7 INFO neutron.services.segments.plugin [-] Segment bdeeb2ae-a622-4cd6-b7ac-1e82f8ac44cd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdeeb2ae-a622-4cd6-b7ac-1e82f8ac44cd found for delete ", "request_id": "req-3e22339f-6e5a-4c19-bfb0-aa88517f6c0c"}]} [pid: 7|app: 0|req: 695/1451] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:28 2026] DELETE /v2.0/networks/fee150e7-0cb2-4b06-b3d5-e9f97b53ef0c => generated 0 bytes in 333 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1452] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:28 2026] POST /v2.0/networks => generated 1207 bytes in 479 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-06-09 18:05:28.959 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c80f5a5-b72d-492c-a0b6-2defc33c8e5b be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] TaaS: Handle Delete Port: 6c390f44-aeb5-4cf5-8afa-6e6f0f379b84 2026-06-09 18:05:28.962 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c80f5a5-b72d-492c-a0b6-2defc33c8e5b be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] Tap Mirror: Handle Delete Port: 6c390f44-aeb5-4cf5-8afa-6e6f0f379b84 2026-06-09 18:05:28.992 8 INFO neutron.db.segments_db [None req-70728d52-e6b3-483d-8949-da2fd0529afc 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Added segment ff7943d5-77b8-4a56-8a25-e389f5b61037 of type vxlan for network 7780af3c-a1dc-4bd9-a200-3e99ed82a3d8 [pid: 7|app: 0|req: 696/1453] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:05:28 2026] DELETE /v2.0/ports/6c390f44-aeb5-4cf5-8afa-6e6f0f379b84 => 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: 758/1454] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:28 2026] POST /v2.0/networks => generated 615 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1455] 10.0.0.184 () {32 vars in 648 bytes} [Tue Jun 9 18:05:29 2026] GET /v2.0/networks => generated 1844 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:29.184 8 INFO neutron_taas.services.taas.taas_plugin [None req-23a24c58-46a2-4f12-aeed-60b434d53ba1 be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] TaaS: Handle Delete Port: b6487df7-2c3e-4cfb-ba4d-126dc748d0c9 2026-06-09 18:05:29.189 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23a24c58-46a2-4f12-aeed-60b434d53ba1 be0b8f67d00d489cb12b9018a46fce84 72d3e909b2f84bb28d441d6fae5daeea - - default default] Tap Mirror: Handle Delete Port: b6487df7-2c3e-4cfb-ba4d-126dc748d0c9 [pid: 8|app: 0|req: 759/1456] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:05:29 2026] DELETE /v2.0/ports/b6487df7-2c3e-4cfb-ba4d-126dc748d0c9 => generated 0 bytes in 311 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1457] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:29 2026] POST /v2.0/subnets => generated 646 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1458] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:29 2026] DELETE /v2.0/networks/52c13285-caa2-4c82-95b9-479d6f1c6d32 => 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: 761/1459] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:29 2026] DELETE /v2.0/networks/ae45f4fd-9fa9-427b-abc1-52d84d03c93a => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:29.780 8 INFO neutron.db.segments_db [None req-8d3c4a80-ff86-4b06-bf86-0e64d63931c2 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Added segment 866d696b-3efa-4e8f-a6aa-57f2894901ce of type vxlan for network 21a96715-cd1d-48e1-804d-fefb3417739e [pid: 7|app: 0|req: 699/1460] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:29 2026] GET /v2.0/security-groups?tenant_id=6ff4ff26a276474dbab723ad5ab39f73&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1461] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:29 2026] DELETE /v2.0/networks/480bfc13-85a0-4fc3-ac2b-34a501f87cf8 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:29.967 8 INFO neutron.services.segments.plugin [-] Segment 72b1434a-b72d-427f-83cc-f3cec4bc2a29 resource provider aggregate not found 2026-06-09 18:05:29.973 8 INFO neutron.services.segments.plugin [-] Segment 72b1434a-b72d-427f-83cc-f3cec4bc2a29 resource provider aggregate not found 2026-06-09 18:05:29.993 8 INFO neutron.services.segments.plugin [-] Segment 72b1434a-b72d-427f-83cc-f3cec4bc2a29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72b1434a-b72d-427f-83cc-f3cec4bc2a29 found for delete ", "request_id": "req-05e8f175-10ed-4322-8517-ffc88041d747"}]} 2026-06-09 18:05:29.994 8 INFO neutron.services.segments.plugin [-] Segment 72b1434a-b72d-427f-83cc-f3cec4bc2a29 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72b1434a-b72d-427f-83cc-f3cec4bc2a29 found for delete ", "request_id": "req-f61bfb76-fa40-4fa1-9f69-5e0ea7f95f38"}]} 2026-06-09 18:05:30.015 8 INFO neutron.services.segments.plugin [-] Segment 190b82ff-5f02-4ced-bc17-b4b0a4e271e3 resource provider aggregate not found 2026-06-09 18:05:30.022 8 INFO neutron.services.segments.plugin [-] Segment 190b82ff-5f02-4ced-bc17-b4b0a4e271e3 resource provider aggregate not found 2026-06-09 18:05:30.031 8 INFO neutron.services.segments.plugin [-] Segment 190b82ff-5f02-4ced-bc17-b4b0a4e271e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 190b82ff-5f02-4ced-bc17-b4b0a4e271e3 found for delete ", "request_id": "req-ed21d09f-e0e9-40d4-8737-edc6d4e4734a"}]} 2026-06-09 18:05:30.052 8 INFO neutron.services.segments.plugin [-] Segment 74c017d1-f367-47a6-bdc6-7c9b72b498c5 resource provider aggregate not found 2026-06-09 18:05:30.055 8 INFO neutron.services.segments.plugin [-] Segment 190b82ff-5f02-4ced-bc17-b4b0a4e271e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 190b82ff-5f02-4ced-bc17-b4b0a4e271e3 found for delete ", "request_id": "req-57b846cc-366f-4d1b-a2c0-b52d05745777"}]} 2026-06-09 18:05:30.075 8 INFO neutron.services.segments.plugin [-] Segment 74c017d1-f367-47a6-bdc6-7c9b72b498c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74c017d1-f367-47a6-bdc6-7c9b72b498c5 found for delete ", "request_id": "req-39652938-ee03-4a4a-935f-0a2af35b03b0"}]} 2026-06-09 18:05:30.080 8 INFO neutron.services.segments.plugin [-] Segment 74c017d1-f367-47a6-bdc6-7c9b72b498c5 resource provider aggregate not found [pid: 7|app: 0|req: 701/1462] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:29 2026] DELETE /v2.0/networks/e1c7d261-4731-453c-baff-8c6dbf730220 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:30.097 8 INFO neutron.db.l3_hamode_db [None req-8d3c4a80-ff86-4b06-bf86-0e64d63931c2 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:05:30.121 8 INFO neutron.services.segments.plugin [-] Segment 74c017d1-f367-47a6-bdc6-7c9b72b498c5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74c017d1-f367-47a6-bdc6-7c9b72b498c5 found for delete ", "request_id": "req-e22852ed-502e-4b7a-b617-60326484986a"}]} [pid: 7|app: 0|req: 702/1463] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:30 2026] DELETE /v2.0/security-groups/c26cc896-fb76-4f61-b54a-c146583270e8 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:30.232 8 INFO neutron.db.l3_hamode_db [None req-8d3c4a80-ff86-4b06-bf86-0e64d63931c2 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 703/1464] 10.0.0.184 () {32 vars in 648 bytes} [Tue Jun 9 18:05:30 2026] GET /v2.0/networks => generated 651 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1465] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:30 2026] DELETE /v2.0/networks/a53224bd-7d76-4ffd-8622-1eb325cf00eb => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:30.449 7 INFO neutron.db.segments_db [None req-8bbf56e6-0ed4-4db8-bc50-e134ec813872 4acf4fef0b8347d29ec22334d212bfc7 72b6f133ccaa45c1aaa1eefaf4529604 - - default default] Added segment 77c56914-4267-47af-8fc0-a92ea1169f12 of type vxlan for network 77039e7f-525d-404f-ad4c-1693e8db34b9 [pid: 7|app: 0|req: 705/1466] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:30 2026] POST /v2.0/networks => generated 631 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1467] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:30 2026] GET /v2.0/security-groups?tenant_id=7ffc7c8c8c044d5a8e5cfb9be44c6de7&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1468] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:30 2026] DELETE /v2.0/networks/a01e33bc-9d61-4980-a4dd-e75ab5d3bd3a => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:30.832 7 INFO neutron.db.segments_db [None req-946d157a-5420-4f71-b994-55a5faf4b1e7 4acf4fef0b8347d29ec22334d212bfc7 72b6f133ccaa45c1aaa1eefaf4529604 - - default default] Added segment f3347896-fa3a-4611-a694-2504d5c29acf of type vxlan for network ad104e50-1e20-4f76-9308-5b73c043483e [pid: 8|app: 0|req: 762/1469] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:29 2026] POST /v2.0/routers => generated 511 bytes in 1121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:30.869 7 INFO neutron.services.segments.plugin [-] Segment ebca8547-270b-4318-8d39-359bed1c900b resource provider aggregate not found 2026-06-09 18:05:30.876 7 INFO neutron.services.segments.plugin [-] Segment ebca8547-270b-4318-8d39-359bed1c900b resource provider aggregate not found 2026-06-09 18:05:30.912 7 INFO neutron.services.segments.plugin [-] Segment ebca8547-270b-4318-8d39-359bed1c900b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebca8547-270b-4318-8d39-359bed1c900b found for delete ", "request_id": "req-1f56c676-6390-4b49-a70f-3a4964f88a38"}]} 2026-06-09 18:05:30.912 7 INFO neutron.services.segments.plugin [-] Segment ebca8547-270b-4318-8d39-359bed1c900b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebca8547-270b-4318-8d39-359bed1c900b found for delete ", "request_id": "req-92dc2019-f581-4433-b0e0-c71a53dc88d3"}]} 2026-06-09 18:05:30.936 7 INFO neutron.services.segments.plugin [-] Segment 089eca3d-45d9-45f1-87a5-023bad08f36d resource provider aggregate not found 2026-06-09 18:05:30.939 7 INFO neutron.services.segments.plugin [-] Segment 089eca3d-45d9-45f1-87a5-023bad08f36d resource provider aggregate not found 2026-06-09 18:05:30.955 7 INFO neutron.services.segments.plugin [-] Segment 089eca3d-45d9-45f1-87a5-023bad08f36d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 089eca3d-45d9-45f1-87a5-023bad08f36d found for delete ", "request_id": "req-a776aa52-93a6-42ef-bc49-139b6aae60fa"}]} 2026-06-09 18:05:30.968 7 INFO neutron.services.segments.plugin [-] Segment 089eca3d-45d9-45f1-87a5-023bad08f36d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 089eca3d-45d9-45f1-87a5-023bad08f36d found for delete ", "request_id": "req-b257f575-9d66-4950-a986-fd2f9ee8f1ba"}]} [pid: 8|app: 0|req: 763/1470] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:30 2026] DELETE /v2.0/security-groups/bc590289-9935-480d-80d5-1fca36e9895a => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:30.979 7 INFO neutron.services.segments.plugin [-] Segment 99321d70-a778-4244-9549-d86d3dca1771 resource provider aggregate not found [pid: 7|app: 0|req: 708/1471] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:30 2026] POST /v2.0/networks => generated 631 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:30.992 7 INFO neutron.services.segments.plugin [-] Segment 99321d70-a778-4244-9549-d86d3dca1771 resource provider aggregate not found 2026-06-09 18:05:31.006 7 INFO neutron.services.segments.plugin [-] Segment 99321d70-a778-4244-9549-d86d3dca1771 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99321d70-a778-4244-9549-d86d3dca1771 found for delete ", "request_id": "req-92e8f20c-3aa2-4616-942a-e12ffbd22fc3"}]} 2026-06-09 18:05:31.017 7 INFO neutron.services.segments.plugin [-] Segment 99321d70-a778-4244-9549-d86d3dca1771 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 99321d70-a778-4244-9549-d86d3dca1771 found for delete ", "request_id": "req-943868db-3b3a-4c2e-85fe-a81216a5ff23"}]} 2026-06-09 18:05:31.030 7 INFO neutron.services.segments.plugin [-] Segment 744f7a8f-cc00-40e0-8ae1-579c1a39ff99 resource provider aggregate not found 2026-06-09 18:05:31.039 7 INFO neutron.services.segments.plugin [-] Segment 744f7a8f-cc00-40e0-8ae1-579c1a39ff99 resource provider aggregate not found 2026-06-09 18:05:31.046 7 INFO neutron.services.segments.plugin [-] Segment 744f7a8f-cc00-40e0-8ae1-579c1a39ff99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 744f7a8f-cc00-40e0-8ae1-579c1a39ff99 found for delete ", "request_id": "req-05343b0f-7a6a-4c6f-9ca8-cf01099630b2"}]} 2026-06-09 18:05:31.058 7 INFO neutron.services.segments.plugin [-] Segment 744f7a8f-cc00-40e0-8ae1-579c1a39ff99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 744f7a8f-cc00-40e0-8ae1-579c1a39ff99 found for delete ", "request_id": "req-9beba735-24bd-478f-b910-264dceadb13b"}]} [pid: 8|app: 0|req: 764/1472] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:30 2026] DELETE /v2.0/networks/7188df06-cfee-447b-8b21-a2089680915c => 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: 709/1473] 10.0.0.184 () {34 vars in 664 bytes} [Tue Jun 9 18:05:30 2026] POST /v2.0/ports => generated 964 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 765/1474] 10.0.0.184 () {34 vars in 664 bytes} [Tue Jun 9 18:05:31 2026] POST /v2.0/ports => generated 1506 bytes in 611 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 766/1475] 10.0.0.184 () {32 vars in 642 bytes} [Tue Jun 9 18:05:31 2026] GET /v2.0/ports => generated 1506 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:31.865 8 INFO neutron_taas.services.taas.taas_plugin [None req-bcd7729f-b598-4de5-a22a-8664a0f11bf8 4acf4fef0b8347d29ec22334d212bfc7 72b6f133ccaa45c1aaa1eefaf4529604 - - default default] TaaS: Handle Delete Port: dc79ea0b-263d-4e44-9fbb-c91a96e7807d 2026-06-09 18:05:31.869 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcd7729f-b598-4de5-a22a-8664a0f11bf8 4acf4fef0b8347d29ec22334d212bfc7 72b6f133ccaa45c1aaa1eefaf4529604 - - default default] Tap Mirror: Handle Delete Port: dc79ea0b-263d-4e44-9fbb-c91a96e7807d [pid: 8|app: 0|req: 767/1476] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:05:31 2026] DELETE /v2.0/ports/dc79ea0b-263d-4e44-9fbb-c91a96e7807d => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:32.476 8 INFO neutron.services.segments.plugin [-] Segment ed6b1783-ee01-4427-89c4-6e05ccbb2478 resource provider aggregate not found 2026-06-09 18:05:32.483 8 INFO neutron.services.segments.plugin [-] Segment ed6b1783-ee01-4427-89c4-6e05ccbb2478 resource provider aggregate not found 2026-06-09 18:05:32.501 8 INFO neutron.services.segments.plugin [-] Segment ed6b1783-ee01-4427-89c4-6e05ccbb2478 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed6b1783-ee01-4427-89c4-6e05ccbb2478 found for delete ", "request_id": "req-9cafce09-d507-46a6-8614-9efb51a30c41"}]} 2026-06-09 18:05:32.503 8 INFO neutron.services.segments.plugin [-] Segment ed6b1783-ee01-4427-89c4-6e05ccbb2478 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed6b1783-ee01-4427-89c4-6e05ccbb2478 found for delete ", "request_id": "req-f32809a1-b9cd-461c-87f3-da6432b73d7b"}]} 2026-06-09 18:05:32.525 8 INFO neutron_taas.services.taas.taas_plugin [None req-d32e903f-2ade-4025-b79d-a631760dc056 4acf4fef0b8347d29ec22334d212bfc7 72b6f133ccaa45c1aaa1eefaf4529604 - - default default] TaaS: Handle Delete Port: b50e5229-0fec-4df4-b23d-666e9703730c 2026-06-09 18:05:32.529 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d32e903f-2ade-4025-b79d-a631760dc056 4acf4fef0b8347d29ec22334d212bfc7 72b6f133ccaa45c1aaa1eefaf4529604 - - default default] Tap Mirror: Handle Delete Port: b50e5229-0fec-4df4-b23d-666e9703730c [pid: 7|app: 0|req: 710/1477] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:05:31 2026] PUT /v2.0/routers/caea2b0f-f0f1-4a72-ac61-6c7a2ff39d78/add_router_interface => generated 309 bytes in 1167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1478] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:05:31 2026] DELETE /v2.0/ports/b50e5229-0fec-4df4-b23d-666e9703730c => generated 0 bytes in 644 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1479] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:05:32 2026] GET /v2.0/ports/cbc62f01-56a4-45a5-ae73-3574e732407f => generated 1038 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1480] 10.0.0.184 () {32 vars in 642 bytes} [Tue Jun 9 18:05:32 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 711/1481] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:32 2026] GET /v2.0/security-groups?tenant_id=034c0109b48746a6b748c07fb7fbd3d9&name=default => generated 2925 bytes in 356 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:32.972 7 INFO neutron.db.segments_db [None req-154e0042-a0b5-4107-be4f-be9fd3159b89 4acf4fef0b8347d29ec22334d212bfc7 72b6f133ccaa45c1aaa1eefaf4529604 - - default default] Added segment db00a0f8-3d47-40c2-9e5d-200c29215fd6 of type vxlan for network 7c008875-3f3f-4a12-b38b-b1c847809102 [pid: 7|app: 0|req: 712/1482] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:32 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:33.068 8 INFO neutron_taas.services.taas.taas_plugin [None req-31ee4cf5-f512-4077-b6ca-315269a5edd3 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] TaaS: Handle Delete Port: cbc62f01-56a4-45a5-ae73-3574e732407f 2026-06-09 18:05:33.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31ee4cf5-f512-4077-b6ca-315269a5edd3 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Tap Mirror: Handle Delete Port: cbc62f01-56a4-45a5-ae73-3574e732407f [pid: 7|app: 0|req: 713/1483] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:33 2026] DELETE /v2.0/security-groups/ca1d6426-a4b5-4449-9543-3a14bda546da => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:33.232 7 INFO neutron.db.segments_db [None req-eaea8ee5-4188-433a-8ccf-e09b663180c2 4acf4fef0b8347d29ec22334d212bfc7 72b6f133ccaa45c1aaa1eefaf4529604 - - default default] Added segment a380976e-ffe0-4ca8-a57c-ce390588e608 of type vxlan for network 0404631b-8c91-4d51-9a12-13ded3986809 [pid: 7|app: 0|req: 714/1484] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:33 2026] POST /v2.0/networks => generated 630 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1485] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:33 2026] GET /v2.0/security-groups?tenant_id=72d3e909b2f84bb28d441d6fae5daeea&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1486] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:05:32 2026] PUT /v2.0/routers/caea2b0f-f0f1-4a72-ac61-6c7a2ff39d78/remove_router_interface => generated 309 bytes in 798 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: 772/1487] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:33 2026] DELETE /v2.0/security-groups/4b5eb51a-d467-4fda-8cbf-55f65af46f96 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:33.694 8 INFO neutron.api.v2.resource [None req-05b22f73-4a6a-4dc3-8461-81c3ab99bd19 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 773/1488] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:05:33 2026] PUT /v2.0/routers/caea2b0f-f0f1-4a72-ac61-6c7a2ff39d78/remove_router_interface => generated 197 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1489] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:33 2026] GET /v2.0/security-groups?tenant_id=98e8bbc4849142e58f984a8e242c20de&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1490] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:33 2026] POST /v2.0/subnets => generated 1274 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1491] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:05:33 2026] GET /v2.0/ports?device_id=caea2b0f-f0f1-4a72-ac61-6c7a2ff39d78 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1492] 10.0.0.184 () {32 vars in 646 bytes} [Tue Jun 9 18:05:33 2026] GET /v2.0/subnets => generated 1910 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1493] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:33 2026] DELETE /v2.0/security-groups/9b238606-b9bc-4abc-8a30-0c08e3ee427e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:34.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-942b74ca-583d-4de6-944d-8e14b1213df5 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] TaaS: Handle Delete Port: 745ae8f1-ff8e-4742-8db4-f863c3a361a7 2026-06-09 18:05:34.029 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-942b74ca-583d-4de6-944d-8e14b1213df5 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Tap Mirror: Handle Delete Port: 745ae8f1-ff8e-4742-8db4-f863c3a361a7 [pid: 7|app: 0|req: 718/1494] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:33 2026] DELETE /v2.0/subnets/f1c3c742-09b5-4bcc-a9bb-bf7e043f5c5f => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1495] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:34 2026] DELETE /v2.0/subnets/041290b7-0e78-4c58-bd83-e97b0ff12713 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1496] 10.0.0.184 () {32 vars in 646 bytes} [Tue Jun 9 18:05:34 2026] GET /v2.0/subnets => generated 649 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:34.415 8 INFO neutron.db.l3_hamode_db [None req-942b74ca-583d-4de6-944d-8e14b1213df5 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] HA network 21a96715-cd1d-48e1-804d-fefb3417739e was deleted as no HA routers are present in tenant e92c372e39fc4b918e72cee41063c517. [pid: 8|app: 0|req: 777/1497] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:33 2026] DELETE /v2.0/routers/caea2b0f-f0f1-4a72-ac61-6c7a2ff39d78 => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:34.423 7 INFO neutron.services.segments.plugin [-] Segment a380976e-ffe0-4ca8-a57c-ce390588e608 resource provider aggregate not found 2026-06-09 18:05:34.425 7 INFO neutron.services.segments.plugin [-] Segment a380976e-ffe0-4ca8-a57c-ce390588e608 resource provider aggregate not found 2026-06-09 18:05:34.453 7 INFO neutron.services.segments.plugin [-] Segment a380976e-ffe0-4ca8-a57c-ce390588e608 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a380976e-ffe0-4ca8-a57c-ce390588e608 found for delete ", "request_id": "req-972d8126-c7ba-4f61-8a0a-fe09390074f0"}]} 2026-06-09 18:05:34.454 7 INFO neutron.services.segments.plugin [-] Segment a380976e-ffe0-4ca8-a57c-ce390588e608 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a380976e-ffe0-4ca8-a57c-ce390588e608 found for delete ", "request_id": "req-79e4d742-7a58-4954-b439-b29708e2d167"}]} [pid: 7|app: 0|req: 721/1498] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:34 2026] DELETE /v2.0/networks/0404631b-8c91-4d51-9a12-13ded3986809 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:34.524 8 INFO neutron.services.segments.plugin [-] Segment 866d696b-3efa-4e8f-a6aa-57f2894901ce resource provider aggregate not found 2026-06-09 18:05:34.527 8 INFO neutron.services.segments.plugin [-] Segment 866d696b-3efa-4e8f-a6aa-57f2894901ce resource provider aggregate not found 2026-06-09 18:05:34.546 8 INFO neutron.services.segments.plugin [-] Segment 866d696b-3efa-4e8f-a6aa-57f2894901ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 866d696b-3efa-4e8f-a6aa-57f2894901ce found for delete ", "request_id": "req-06f843ab-3c66-4361-ae12-3e0894d685f8"}]} 2026-06-09 18:05:34.552 8 INFO neutron.services.segments.plugin [-] Segment 866d696b-3efa-4e8f-a6aa-57f2894901ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 866d696b-3efa-4e8f-a6aa-57f2894901ce found for delete ", "request_id": "req-100c7217-c79e-45dd-aa4d-5685d65bf7ec"}]} [pid: 7|app: 0|req: 722/1499] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:34 2026] DELETE /v2.0/networks/7c008875-3f3f-4a12-b38b-b1c847809102 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1500] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:34 2026] DELETE /v2.0/subnets/4b430022-a9fc-4b63-aab7-246cfdfb421d => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1501] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:34 2026] DELETE /v2.0/networks/ad104e50-1e20-4f76-9308-5b73c043483e => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:34.800 8 INFO neutron_taas.services.taas.taas_plugin [None req-f23b158a-7178-4947-ba84-b1fff265b760 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] TaaS: Handle Delete Port: 9ea89e04-03fa-4a69-a086-a0430746d4b1 2026-06-09 18:05:34.804 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f23b158a-7178-4947-ba84-b1fff265b760 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Tap Mirror: Handle Delete Port: 9ea89e04-03fa-4a69-a086-a0430746d4b1 [pid: 7|app: 0|req: 724/1502] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:34 2026] DELETE /v2.0/networks/77039e7f-525d-404f-ad4c-1693e8db34b9 => 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: 779/1503] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:34 2026] DELETE /v2.0/networks/7780af3c-a1dc-4bd9-a200-3e99ed82a3d8 => generated 0 bytes in 385 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:35.132 7 INFO neutron.db.segments_db [None req-e97b802d-d9a1-4b5b-9d00-41ec9e6c4783 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Added segment d9c9a103-5786-4c4e-af5a-df015861420e of type vxlan for network 6b893d11-27ef-47af-a789-37b844d4de50 [pid: 7|app: 0|req: 725/1504] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:35 2026] POST /v2.0/networks => generated 614 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1505] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:35 2026] POST /v2.0/subnets => generated 646 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:35.599 8 INFO neutron.db.segments_db [None req-6ee3f607-ec53-4617-941c-d8c3722e160f 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Added segment 4cf68add-2da9-410a-9db5-35c3992edc67 of type vxlan for network 94cee139-3d72-48c2-9c9d-c6c312a2f8ff [pid: 7|app: 0|req: 726/1506] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:35 2026] GET /v2.0/security-groups?tenant_id=72b6f133ccaa45c1aaa1eefaf4529604&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:35.860 8 INFO neutron.db.l3_hamode_db [None req-6ee3f607-ec53-4617-941c-d8c3722e160f 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 727/1507] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:35 2026] DELETE /v2.0/security-groups/65317d2c-aa0e-4b84-814d-9748e254b970 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:36.002 8 INFO neutron.db.l3_hamode_db [None req-6ee3f607-ec53-4617-941c-d8c3722e160f 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:05:36.492 7 INFO neutron.services.segments.plugin [-] Segment db00a0f8-3d47-40c2-9e5d-200c29215fd6 resource provider aggregate not found 2026-06-09 18:05:36.517 7 INFO neutron.services.segments.plugin [-] Segment db00a0f8-3d47-40c2-9e5d-200c29215fd6 resource provider aggregate not found 2026-06-09 18:05:36.522 7 INFO neutron.services.segments.plugin [-] Segment db00a0f8-3d47-40c2-9e5d-200c29215fd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db00a0f8-3d47-40c2-9e5d-200c29215fd6 found for delete ", "request_id": "req-3fba31ab-267d-4580-9111-c9b1f72c5f93"}]} 2026-06-09 18:05:36.549 7 INFO neutron.services.segments.plugin [-] Segment db00a0f8-3d47-40c2-9e5d-200c29215fd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid db00a0f8-3d47-40c2-9e5d-200c29215fd6 found for delete ", "request_id": "req-a64e65c0-d247-448a-9917-7c8ccb55eee4"}]} 2026-06-09 18:05:36.558 7 INFO neutron.services.segments.plugin [-] Segment f3347896-fa3a-4611-a694-2504d5c29acf resource provider aggregate not found 2026-06-09 18:05:36.566 7 INFO neutron.services.segments.plugin [-] Segment f3347896-fa3a-4611-a694-2504d5c29acf resource provider aggregate not found 2026-06-09 18:05:36.575 8 INFO neutron.services.segments.plugin [-] Segment ff7943d5-77b8-4a56-8a25-e389f5b61037 resource provider aggregate not found 2026-06-09 18:05:36.581 8 INFO neutron.services.segments.plugin [-] Segment ff7943d5-77b8-4a56-8a25-e389f5b61037 resource provider aggregate not found 2026-06-09 18:05:36.581 7 INFO neutron.services.segments.plugin [-] Segment f3347896-fa3a-4611-a694-2504d5c29acf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3347896-fa3a-4611-a694-2504d5c29acf found for delete ", "request_id": "req-5d7654d4-59e6-472a-ba22-0f6238940fbe"}]} 2026-06-09 18:05:36.584 7 INFO neutron.services.segments.plugin [-] Segment f3347896-fa3a-4611-a694-2504d5c29acf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3347896-fa3a-4611-a694-2504d5c29acf found for delete ", "request_id": "req-9e0dabc6-1178-4aaf-ba5e-b75365a2a98d"}]} 2026-06-09 18:05:36.598 7 INFO neutron.services.segments.plugin [-] Segment 77c56914-4267-47af-8fc0-a92ea1169f12 resource provider aggregate not found 2026-06-09 18:05:36.606 8 INFO neutron.services.segments.plugin [-] Segment ff7943d5-77b8-4a56-8a25-e389f5b61037 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff7943d5-77b8-4a56-8a25-e389f5b61037 found for delete ", "request_id": "req-9dbd27c1-a2cd-4a36-9cac-f4d0dfa47d13"}]} 2026-06-09 18:05:36.612 7 INFO neutron.services.segments.plugin [-] Segment 77c56914-4267-47af-8fc0-a92ea1169f12 resource provider aggregate not found 2026-06-09 18:05:36.623 7 INFO neutron.services.segments.plugin [-] Segment 77c56914-4267-47af-8fc0-a92ea1169f12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77c56914-4267-47af-8fc0-a92ea1169f12 found for delete ", "request_id": "req-707a7af1-9481-450f-8734-2057b2ca66a3"}]} 2026-06-09 18:05:36.624 8 INFO neutron.services.segments.plugin [-] Segment ff7943d5-77b8-4a56-8a25-e389f5b61037 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff7943d5-77b8-4a56-8a25-e389f5b61037 found for delete ", "request_id": "req-2a51e423-a60d-4a7e-858b-7b388cd56bcd"}]} 2026-06-09 18:05:36.636 7 INFO neutron.services.segments.plugin [-] Segment 77c56914-4267-47af-8fc0-a92ea1169f12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77c56914-4267-47af-8fc0-a92ea1169f12 found for delete ", "request_id": "req-56c540da-069d-49b9-a62d-319ab4df8609"}]} [pid: 8|app: 0|req: 781/1510] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:35 2026] POST /v2.0/routers => generated 510 bytes in 1297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1511] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:05:36 2026] PUT /v2.0/routers/fd592199-6c01-435a-af63-f2c4bc35b807/add_router_interface => generated 309 bytes in 1223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1512] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:05:37 2026] POST /v2.0/floatingips => generated 552 bytes in 737 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1513] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:05:38 2026] GET /v2.0/ports/eed95300-c3b1-4e67-982d-3ae171455819 => generated 959 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1514] 10.0.0.184 () {34 vars in 758 bytes} [Tue Jun 9 18:05:38 2026] PUT /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags => generated 25 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1515] 10.0.0.184 () {34 vars in 683 bytes} [Tue Jun 9 18:05:38 2026] POST /v2.0/security-groups => generated 1624 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1516] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:05:38 2026] GET /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1517] 10.0.0.184 () {32 vars in 662 bytes} [Tue Jun 9 18:05:38 2026] GET /v2.0/security-groups => generated 4529 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1518] 10.0.0.184 () {34 vars in 769 bytes} [Tue Jun 9 18:05:38 2026] PUT /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1519] 10.0.0.184 () {34 vars in 757 bytes} [Tue Jun 9 18:05:38 2026] PUT /v2.0/security-groups/83fbbb9c-72ff-4945-b552-0508566d6d99 => generated 1664 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1520] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:05:38 2026] GET /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/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: 737/1521] 10.0.0.184 () {32 vars in 736 bytes} [Tue Jun 9 18:05:38 2026] GET /v2.0/security-groups/83fbbb9c-72ff-4945-b552-0508566d6d99 => generated 1664 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:38.857 8 INFO neutron_taas.services.taas.taas_plugin [None req-19894908-66bb-4b75-99f8-5ff89f983119 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] TaaS: Handle Delete Port: eed95300-c3b1-4e67-982d-3ae171455819 2026-06-09 18:05:38.860 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19894908-66bb-4b75-99f8-5ff89f983119 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Tap Mirror: Handle Delete Port: eed95300-c3b1-4e67-982d-3ae171455819 [pid: 7|app: 0|req: 738/1522] 10.0.0.184 () {34 vars in 765 bytes} [Tue Jun 9 18:05:38 2026] PUT /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1523] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:38 2026] DELETE /v2.0/security-groups/83fbbb9c-72ff-4945-b552-0508566d6d99 => 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: 740/1524] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:38 2026] GET /v2.0/security-groups?tenant_id=cc9d13efed844ca7b578d935e0a1266f&name=default => generated 2925 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1525] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:05:39 2026] GET /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1526] 10.0.0.184 () {32 vars in 662 bytes} [Tue Jun 9 18:05:39 2026] GET /v2.0/security-groups => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1527] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:05:38 2026] PUT /v2.0/routers/fd592199-6c01-435a-af63-f2c4bc35b807/remove_router_interface => generated 309 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1528] 10.0.0.184 () {34 vars in 787 bytes} [Tue Jun 9 18:05:39 2026] PUT /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-06-09 18:05:39.421 8 INFO neutron.api.v2.resource [None req-796124dd-d785-4746-a1c2-3e5789a675cb fd75a193568b40d4afa1432f1c6bd486 e5b80537f33f4be5a4226c9c5bec297e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 787/1529] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:39 2026] DELETE /v2.0/security-groups/83fbbb9c-72ff-4945-b552-0508566d6d99 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1530] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:05:39 2026] GET /v2.0/ports?device_id=fd592199-6c01-435a-af63-f2c4bc35b807 => 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: 743/1531] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:39 2026] DELETE /v2.0/security-groups/84d19053-219c-4c7f-8664-de5d882643c8 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1532] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:05:39 2026] GET /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1533] 10.0.0.184 () {34 vars in 683 bytes} [Tue Jun 9 18:05:39 2026] POST /v2.0/security-groups => generated 1623 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1534] 10.0.0.184 () {34 vars in 758 bytes} [Tue Jun 9 18:05:39 2026] PUT /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:05:39.642 8 INFO neutron_taas.services.taas.taas_plugin [None req-a47d9842-1561-420c-8749-7ca5e8d18337 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] TaaS: Handle Delete Port: 50c94aac-967c-416e-85cd-1a05e33bdf08 2026-06-09 18:05:39.648 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a47d9842-1561-420c-8749-7ca5e8d18337 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Tap Mirror: Handle Delete Port: 50c94aac-967c-416e-85cd-1a05e33bdf08 [pid: 7|app: 0|req: 746/1535] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:39 2026] GET /v2.0/security-groups?tenant_id=e3fe0be4268d459aa85855e89cd350cf&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1536] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:05:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1537] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:05:39 2026] GET /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:05:39.973 8 INFO neutron.services.segments.plugin [-] Segment 4cf68add-2da9-410a-9db5-35c3992edc67 resource provider aggregate not found 2026-06-09 18:05:39.979 8 INFO neutron.services.segments.plugin [-] Segment 4cf68add-2da9-410a-9db5-35c3992edc67 resource provider aggregate not found 2026-06-09 18:05:39.999 8 INFO neutron.services.segments.plugin [-] Segment 4cf68add-2da9-410a-9db5-35c3992edc67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cf68add-2da9-410a-9db5-35c3992edc67 found for delete ", "request_id": "req-c5746206-c18e-4f41-b37f-ea40d23d1143"}]} 2026-06-09 18:05:40.002 8 INFO neutron.services.segments.plugin [-] Segment 4cf68add-2da9-410a-9db5-35c3992edc67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4cf68add-2da9-410a-9db5-35c3992edc67 found for delete ", "request_id": "req-29238753-dbca-4d4e-adb5-f2eed10d0a34"}]} 2026-06-09 18:05:40.004 8 INFO neutron.db.l3_hamode_db [None req-a47d9842-1561-420c-8749-7ca5e8d18337 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] HA network 94cee139-3d72-48c2-9c9d-c6c312a2f8ff was deleted as no HA routers are present in tenant e92c372e39fc4b918e72cee41063c517. [pid: 8|app: 0|req: 790/1538] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:39 2026] DELETE /v2.0/routers/fd592199-6c01-435a-af63-f2c4bc35b807 => generated 0 bytes in 536 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1539] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:05:40 2026] GET /v2.0/security-group-rules/ade0f545-e6cc-45a2-883f-090b6fafdca7 => generated 601 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1540] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:39 2026] DELETE /v2.0/security-groups/2ee87c00-a246-4d68-a174-938dc8371812 => 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: 792/1541] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:05:40 2026] GET /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1542] 10.0.0.184 () {32 vars in 672 bytes} [Tue Jun 9 18:05:40 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:40.153 8 INFO neutron.api.v2.resource [None req-5e13c23f-a818-46f3-8b8f-f1523e0a457b ef947fda67d849f9afaf5aa979c38be5 f14e568098b340fe86e77e4b1b664ff5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 794/1543] 10.0.0.184 () {32 vars in 750 bytes} [Tue Jun 9 18:05:40 2026] GET /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags/green => generated 99 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1544] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:05:40 2026] DELETE /v2.0/security-group-rules/ade0f545-e6cc-45a2-883f-090b6fafdca7 => 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: 750/1545] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:40 2026] DELETE /v2.0/subnets/c33489e2-59dd-4a7c-a743-1d49c629dbc2 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1546] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:05:40 2026] DELETE /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags/red => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1547] 10.0.0.184 () {32 vars in 672 bytes} [Tue Jun 9 18:05:40 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1548] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:05:40 2026] GET /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags => generated 30 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:05:40.381 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5822378-773d-45bf-ab64-1221865acdcd 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] TaaS: Handle Delete Port: 8fb461fb-2aa3-4bb8-94b3-c7df36bb0881 2026-06-09 18:05:40.383 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5822378-773d-45bf-ab64-1221865acdcd 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Tap Mirror: Handle Delete Port: 8fb461fb-2aa3-4bb8-94b3-c7df36bb0881 [pid: 7|app: 0|req: 753/1549] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:05:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:40.516 7 INFO neutron.api.v2.resource [None req-7f86b506-a4ff-4785-ab60-29b15f162c82 ef947fda67d849f9afaf5aa979c38be5 f14e568098b340fe86e77e4b1b664ff5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 754/1550] 10.0.0.184 () {32 vars in 753 bytes} [Tue Jun 9 18:05:40 2026] DELETE /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1551] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:05:40 2026] GET /v2.0/security-group-rules/ba46b08d-1ad9-42d9-bb97-ec11b19629ea => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1552] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:40 2026] DELETE /v2.0/networks/6b893d11-27ef-47af-a789-37b844d4de50 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1553] 10.0.0.184 () {32 vars in 741 bytes} [Tue Jun 9 18:05:40 2026] DELETE /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1554] 10.0.0.184 () {32 vars in 672 bytes} [Tue Jun 9 18:05:40 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:40.628 7 INFO neutron.db.segments_db [None req-551aaa23-676f-4fd3-b9f4-db8f49be9767 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Added segment f9f32ca6-033c-4153-977d-0f73e6ff10f4 of type vxlan for network 9dc83c2b-083a-42bc-8c0f-36aa3c762acc [pid: 8|app: 0|req: 799/1555] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:05:40 2026] GET /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1556] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:05:40 2026] DELETE /v2.0/security-group-rules/ba46b08d-1ad9-42d9-bb97-ec11b19629ea => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:40.842 8 INFO neutron_taas.services.taas.taas_plugin [None req-8670fa27-05f9-4616-85a2-04404fb4d21a ef947fda67d849f9afaf5aa979c38be5 f14e568098b340fe86e77e4b1b664ff5 - - default default] TaaS: Handle Delete Port: c3a8525c-46d1-4e55-876b-28c1ccc5e656 2026-06-09 18:05:40.844 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8670fa27-05f9-4616-85a2-04404fb4d21a ef947fda67d849f9afaf5aa979c38be5 f14e568098b340fe86e77e4b1b664ff5 - - default default] Tap Mirror: Handle Delete Port: c3a8525c-46d1-4e55-876b-28c1ccc5e656 2026-06-09 18:05:40.872 7 INFO neutron.db.l3_hamode_db [None req-551aaa23-676f-4fd3-b9f4-db8f49be9767 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 801/1557] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:05:40 2026] DELETE /v2.0/floatingips/b21175e9-629e-4519-a04e-b71e006a242d => generated 0 bytes in 278 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1558] 10.0.0.184 () {32 vars in 672 bytes} [Tue Jun 9 18:05:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:41.119 8 INFO neutron.db.securitygroups_db [None req-9d801b2f-9489-48ad-a37f-af8705bdd8f0 fd75a193568b40d4afa1432f1c6bd486 e5b80537f33f4be5a4226c9c5bec297e - - default default] Project e5b80537f33f4be5a4226c9c5bec297e 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: 803/1559] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:05:41 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) [pid: 8|app: 0|req: 804/1560] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:05:41 2026] GET /v2.0/security-group-rules/9d0a0061-0e34-4bdb-99e4-553a2ffd3e2b => generated 607 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 805/1561] 10.0.0.184 () {32 vars in 672 bytes} [Tue Jun 9 18:05:41 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1562] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:05:41 2026] DELETE /v2.0/security-group-rules/9d0a0061-0e34-4bdb-99e4-553a2ffd3e2b => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1563] 10.0.0.184 () {32 vars in 672 bytes} [Tue Jun 9 18:05:41 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1564] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:41 2026] DELETE /v2.0/security-groups/0360ffec-395c-4b96-aa0c-3818216b2490 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1565] 10.0.0.184 () {32 vars in 662 bytes} [Tue Jun 9 18:05:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1566] 10.0.0.184 () {32 vars in 662 bytes} [Tue Jun 9 18:05:41 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:41.733 7 INFO neutron.db.l3_hamode_db [None req-551aaa23-676f-4fd3-b9f4-db8f49be9767 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 811/1567] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:41 2026] GET /v2.0/security-groups?tenant_id=85e4b3c0d5a94a268a7706dc96d0f01a&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:42.028 8 INFO neutron.services.segments.plugin [-] Segment d9c9a103-5786-4c4e-af5a-df015861420e resource provider aggregate not found 2026-06-09 18:05:42.029 8 INFO neutron.services.segments.plugin [-] Segment d9c9a103-5786-4c4e-af5a-df015861420e resource provider aggregate not found 2026-06-09 18:05:42.058 8 INFO neutron.services.segments.plugin [-] Segment d9c9a103-5786-4c4e-af5a-df015861420e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9c9a103-5786-4c4e-af5a-df015861420e found for delete ", "request_id": "req-13a137ac-8686-4136-8ded-de4710c35797"}]} 2026-06-09 18:05:42.062 8 INFO neutron.services.segments.plugin [-] Segment d9c9a103-5786-4c4e-af5a-df015861420e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d9c9a103-5786-4c4e-af5a-df015861420e found for delete ", "request_id": "req-5fb5b156-5c83-4f44-899e-c562ebec9c17"}]} [pid: 8|app: 0|req: 812/1568] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:41 2026] DELETE /v2.0/security-groups/c22acec4-90f0-4a8a-ac89-5a9128281786 => 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: 813/1569] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:42 2026] GET /v2.0/security-groups?tenant_id=e5b80537f33f4be5a4226c9c5bec297e&name=default => generated 2925 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1570] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:42 2026] GET /v2.0/security-groups?tenant_id=f14e568098b340fe86e77e4b1b664ff5&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: 815/1571] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:42 2026] DELETE /v2.0/security-groups/10339b24-24be-4bc6-8f2f-d6923eb3955a => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1572] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:42 2026] DELETE /v2.0/security-groups/b5251852-e4ba-479f-a6df-eb5f3ea3ebd3 => 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: 817/1573] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:42 2026] GET /v2.0/security-groups?tenant_id=ee1eb488b1fa4a34b2c381b1a27a1ec5&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: 818/1574] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:42 2026] DELETE /v2.0/security-groups/47d4c8b3-bb48-41f5-87d5-9c3d0c77b30f => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1575] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:40 2026] POST /v2.0/routers => generated 691 bytes in 2554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1576] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:05:43 2026] GET /v2.0/routers/e33261be-c733-406f-bfeb-50bb74bf8d33 => generated 697 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1577] 10.0.0.184 () {32 vars in 646 bytes} [Tue Jun 9 18:05:43 2026] GET /v2.0/routers => generated 700 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1578] 10.0.0.184 () {34 vars in 740 bytes} [Tue Jun 9 18:05:43 2026] PUT /v2.0/routers/e33261be-c733-406f-bfeb-50bb74bf8d33 => generated 704 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1579] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:05:43 2026] GET /v2.0/routers/e33261be-c733-406f-bfeb-50bb74bf8d33 => generated 704 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1580] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:05:43 2026] GET /v2.0/ports?device_id=e33261be-c733-406f-bfeb-50bb74bf8d33 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:05:44.135 7 INFO neutron_taas.services.taas.taas_plugin [None req-83e4d354-0d2d-498c-a04d-c92fe8d36c11 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] TaaS: Handle Delete Port: 21b07142-67a1-4627-af57-99bfe28dae7f 2026-06-09 18:05:44.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83e4d354-0d2d-498c-a04d-c92fe8d36c11 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Tap Mirror: Handle Delete Port: 21b07142-67a1-4627-af57-99bfe28dae7f 2026-06-09 18:05:44.430 7 INFO neutron_taas.services.taas.taas_plugin [None req-83e4d354-0d2d-498c-a04d-c92fe8d36c11 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] TaaS: Handle Delete Port: b1be410f-a2c5-4a6b-9bfb-30de6df52762 2026-06-09 18:05:44.434 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-83e4d354-0d2d-498c-a04d-c92fe8d36c11 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] Tap Mirror: Handle Delete Port: b1be410f-a2c5-4a6b-9bfb-30de6df52762 [pid: 8|app: 0|req: 822/1581] 10.0.0.184 () {32 vars in 622 bytes} [Tue Jun 9 18:05:44 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1582] 10.0.0.184 () {32 vars in 632 bytes} [Tue Jun 9 18:05:44 2026] GET /v2.0/ => generated 632 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:44.800 7 INFO neutron.services.segments.plugin [-] Segment f9f32ca6-033c-4153-977d-0f73e6ff10f4 resource provider aggregate not found 2026-06-09 18:05:44.810 7 INFO neutron.services.segments.plugin [-] Segment f9f32ca6-033c-4153-977d-0f73e6ff10f4 resource provider aggregate not found 2026-06-09 18:05:44.825 7 INFO neutron.services.segments.plugin [-] Segment f9f32ca6-033c-4153-977d-0f73e6ff10f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9f32ca6-033c-4153-977d-0f73e6ff10f4 found for delete ", "request_id": "req-865a1af8-6173-43fa-ae0b-2dbfe025f5d9"}]} 2026-06-09 18:05:44.828 7 INFO neutron.services.segments.plugin [-] Segment f9f32ca6-033c-4153-977d-0f73e6ff10f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9f32ca6-033c-4153-977d-0f73e6ff10f4 found for delete ", "request_id": "req-f84322f8-822a-43d0-a246-9c4303e5f003"}]} 2026-06-09 18:05:44.847 7 INFO neutron.db.l3_hamode_db [None req-83e4d354-0d2d-498c-a04d-c92fe8d36c11 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] HA network 9dc83c2b-083a-42bc-8c0f-36aa3c762acc was deleted as no HA routers are present in tenant e92c372e39fc4b918e72cee41063c517. [pid: 7|app: 0|req: 760/1583] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:43 2026] DELETE /v2.0/routers/e33261be-c733-406f-bfeb-50bb74bf8d33 => generated 0 bytes in 943 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1584] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:05:44 2026] GET /v2.0/ports?device_id=e33261be-c733-406f-bfeb-50bb74bf8d33 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:05:44.903 7 INFO neutron.api.v2.resource [None req-973ab3c4-fb9e-48a1-a01f-5992b118a88f 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 761/1585] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:44 2026] DELETE /v2.0/routers/e33261be-c733-406f-bfeb-50bb74bf8d33 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1586] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:05:44 2026] GET /v2.0/ports?device_id=fd592199-6c01-435a-af63-f2c4bc35b807 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:05:44.946 7 INFO neutron.api.v2.resource [None req-4bb1ff3d-5b2e-4e88-bd4f-67f34abafc02 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 762/1587] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:44 2026] DELETE /v2.0/routers/fd592199-6c01-435a-af63-f2c4bc35b807 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:05:44.965 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14c4f015-8837-4781-bf03-1dc1a47f5fbc 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 826/1588] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:44 2026] DELETE /v2.0/subnets/c33489e2-59dd-4a7c-a743-1d49c629dbc2 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1589] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:05:44 2026] GET /v2.0/ports?device_id=caea2b0f-f0f1-4a72-ac61-6c7a2ff39d78 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:05:45.024 8 INFO neutron.api.v2.resource [None req-b482cd6d-498b-45ff-bb33-fcddfbb63d97 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 828/1590] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:44 2026] DELETE /v2.0/routers/caea2b0f-f0f1-4a72-ac61-6c7a2ff39d78 => generated 135 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:05:45.046 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec79806a-acfc-474f-a3b4-2d864d3e456b 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 829/1591] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:45 2026] DELETE /v2.0/subnets/4b430022-a9fc-4b63-aab7-246cfdfb421d => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1592] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:05:45 2026] GET /v2.0/ports?device_id=27f11f6d-c8fe-49c7-a3d3-e089ce3d2b83 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:05:45.116 8 INFO neutron.api.v2.resource [None req-5184afd3-9c05-495f-baf4-1cebea1cb77f 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 831/1593] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:45 2026] DELETE /v2.0/routers/27f11f6d-c8fe-49c7-a3d3-e089ce3d2b83 => generated 135 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:05:45.147 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3867b813-8ed4-4fed-bf04-4fc3027e1f91 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 832/1594] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:45 2026] DELETE /v2.0/subnets/81ec3f85-40bd-479b-8f97-0e10c24701d4 => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:05:45.174 8 INFO neutron.pecan_wsgi.hooks.translation [None req-cb8f5605-5215-44c5-9e29-a21617e55e51 9cb65d3e55664bffb3ce81e3af87e8ac e92c372e39fc4b918e72cee41063c517 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 833/1595] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:45 2026] DELETE /v2.0/subnets/b04a130c-82ba-4162-b666-919cd596e67b => 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: 763/1596] 10.0.0.184 () {34 vars in 683 bytes} [Tue Jun 9 18:05:44 2026] POST /v2.0/security-groups => generated 1625 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1597] 10.0.0.184 () {32 vars in 662 bytes} [Tue Jun 9 18:05:45 2026] GET /v2.0/security-groups => generated 4530 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1598] 10.0.0.184 () {34 vars in 757 bytes} [Tue Jun 9 18:05:45 2026] PUT /v2.0/security-groups/04580cfa-cbe5-4534-9a16-4cd8cca7c98c => generated 1664 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1599] 10.0.0.184 () {32 vars in 736 bytes} [Tue Jun 9 18:05:45 2026] GET /v2.0/security-groups/04580cfa-cbe5-4534-9a16-4cd8cca7c98c => generated 1664 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1600] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:45 2026] GET /v2.0/security-groups?tenant_id=578588bb75124f04ab19ec5d5453cf50&name=default => generated 2925 bytes in 385 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1601] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:45 2026] DELETE /v2.0/security-groups/04580cfa-cbe5-4534-9a16-4cd8cca7c98c => 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: 835/1602] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:45 2026] GET /v2.0/security-groups?tenant_id=e92c372e39fc4b918e72cee41063c517&name=default => generated 2925 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1603] 10.0.0.184 () {32 vars in 662 bytes} [Tue Jun 9 18:05:45 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1604] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:45 2026] DELETE /v2.0/security-groups/41c91b9f-720e-4316-afff-e8d73e3296e9 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:05:45.850 7 INFO neutron.api.v2.resource [None req-b3a34b37-8dd0-4622-ba36-52b8e9a2e215 0f35eef12a5142a1b9c5968a862c81f3 25ecc35b5d0a47538294a6cb703c5fd8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 769/1605] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:45 2026] DELETE /v2.0/security-groups/04580cfa-cbe5-4534-9a16-4cd8cca7c98c => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1606] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:45 2026] DELETE /v2.0/security-groups/c0f9e7b6-0518-43fd-973e-763d55614060 => 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: 770/1607] 10.0.0.184 () {34 vars in 683 bytes} [Tue Jun 9 18:05:45 2026] POST /v2.0/security-groups => generated 1625 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1608] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:05:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1609] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:05:46 2026] GET /v2.0/security-group-rules/52675d39-1b0c-4f0b-a69b-f6b308f3d38f => generated 601 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1610] 10.0.0.184 () {32 vars in 672 bytes} [Tue Jun 9 18:05:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1611] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:05:46 2026] DELETE /v2.0/security-group-rules/52675d39-1b0c-4f0b-a69b-f6b308f3d38f => 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: 841/1612] 10.0.0.184 () {32 vars in 672 bytes} [Tue Jun 9 18:05:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:05:46.456 7 INFO neutron.db.segments_db [None req-2f48e801-b67b-40c2-8ebb-db03f63a236e 301cc67827a644b0bf34438c278dbc6d 6b537c626ab644b483487c99e6e5dc0c - - default default] Added segment 898343fa-61ef-495a-8203-d677fad966b6 of type vxlan for network b727a890-6e75-404c-aa38-6028873d632f [pid: 8|app: 0|req: 842/1613] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:05:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1614] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:05:46 2026] GET /v2.0/security-group-rules/b8bf8d40-ab65-47cd-bb94-ac5c02d03e18 => generated 601 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1615] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:46 2026] POST /v2.0/networks => generated 612 bytes in 390 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1616] 10.0.0.184 () {32 vars in 672 bytes} [Tue Jun 9 18:05:46 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1617] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:05:46 2026] DELETE /v2.0/security-group-rules/b8bf8d40-ab65-47cd-bb94-ac5c02d03e18 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1618] 10.0.0.184 () {32 vars in 672 bytes} [Tue Jun 9 18:05:46 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1619] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:05:46 2026] POST /v2.0/security-group-rules => generated 602 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1620] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:05:46 2026] GET /v2.0/security-group-rules/78975389-154a-4c6a-a928-f966ce17a86c => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1621] 10.0.0.184 () {34 vars in 663 bytes} [Tue Jun 9 18:05:46 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 849/1622] 10.0.0.184 () {32 vars in 672 bytes} [Tue Jun 9 18:05:46 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1623] 10.0.0.184 () {34 vars in 746 bytes} [Tue Jun 9 18:05:46 2026] PUT /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags => generated 25 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 850/1624] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:05:46 2026] DELETE /v2.0/security-group-rules/78975389-154a-4c6a-a928-f966ce17a86c => 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: 775/1625] 10.0.0.184 () {32 vars in 726 bytes} [Tue Jun 9 18:05:46 2026] GET /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags => generated 25 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: 851/1626] 10.0.0.184 () {32 vars in 672 bytes} [Tue Jun 9 18:05:47 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1627] 10.0.0.184 () {34 vars in 757 bytes} [Tue Jun 9 18:05:47 2026] PUT /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags/green => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 852/1628] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:47 2026] DELETE /v2.0/security-groups/805cb875-1b08-4c84-857e-6dcb3086a6c8 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1629] 10.0.0.184 () {32 vars in 662 bytes} [Tue Jun 9 18:05:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1630] 10.0.0.184 () {32 vars in 726 bytes} [Tue Jun 9 18:05:47 2026] GET /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 778/1631] 10.0.0.184 () {32 vars in 662 bytes} [Tue Jun 9 18:05:47 2026] GET /v2.0/security-groups => generated 2925 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1632] 10.0.0.184 () {34 vars in 753 bytes} [Tue Jun 9 18:05:47 2026] PUT /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags/red => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1633] 10.0.0.184 () {32 vars in 726 bytes} [Tue Jun 9 18:05:47 2026] GET /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags => generated 34 bytes in 96 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: 855/1634] 10.0.0.184 () {34 vars in 775 bytes} [Tue Jun 9 18:05:47 2026] PUT /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 780/1635] 10.0.0.184 () {32 vars in 726 bytes} [Tue Jun 9 18:05:47 2026] GET /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags => generated 52 bytes in 60 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: 856/1636] 10.0.0.184 () {34 vars in 746 bytes} [Tue Jun 9 18:05:47 2026] PUT /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags => generated 37 bytes in 72 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: 781/1637] 10.0.0.184 () {32 vars in 726 bytes} [Tue Jun 9 18:05:47 2026] GET /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags => generated 37 bytes in 80 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: 857/1638] 10.0.0.184 () {32 vars in 734 bytes} [Tue Jun 9 18:05:47 2026] GET /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:05:47.819 8 INFO neutron.api.v2.resource [None req-9d9f0e7e-0c50-47f5-9c63-e6b27faa1a80 301cc67827a644b0bf34438c278dbc6d 6b537c626ab644b483487c99e6e5dc0c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 858/1639] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:05:47 2026] GET /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags/green => generated 99 bytes in 58 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 859/1640] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:47 2026] GET /v2.0/security-groups?tenant_id=25ecc35b5d0a47538294a6cb703c5fd8&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1641] 10.0.0.184 () {32 vars in 737 bytes} [Tue Jun 9 18:05:47 2026] DELETE /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:05:48.057 7 INFO neutron.db.segments_db [None req-12c62b5d-e6c2-4954-a0a3-041c8d40885d cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Added segment 041e70a5-5d85-40a7-b8f8-4bb1dedbbd04 of type vxlan for network 879c8880-ca17-4cf1-b201-82e9bcf5a7fd [pid: 8|app: 0|req: 861/1642] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:48 2026] DELETE /v2.0/security-groups/ea064d4e-52e9-463f-b1d2-16cc80d8178d => 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: 782/1643] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:47 2026] POST /v2.0/networks => generated 611 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1644] 10.0.0.184 () {32 vars in 726 bytes} [Tue Jun 9 18:05:48 2026] GET /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags => generated 30 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:05:48.217 7 INFO neutron.db.segments_db [None req-7f882a13-7298-4cfe-abf3-52beaddd2e97 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Added segment b6b6e287-756b-4498-8252-cf612dc0b276 of type vxlan for network dc7ae004-10dd-4124-86cc-78828aa5d625 2026-06-09 18:05:48.229 8 INFO neutron.api.v2.resource [None req-0b949b37-0a6d-4be0-83c0-308be9a0d0b5 301cc67827a644b0bf34438c278dbc6d 6b537c626ab644b483487c99e6e5dc0c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 863/1645] 10.0.0.184 () {32 vars in 741 bytes} [Tue Jun 9 18:05:48 2026] DELETE /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 783/1646] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:48 2026] POST /v2.0/networks => generated 611 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1647] 10.0.0.184 () {32 vars in 729 bytes} [Tue Jun 9 18:05:48 2026] DELETE /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags => generated 0 bytes in 103 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: 865/1648] 10.0.0.184 () {32 vars in 726 bytes} [Tue Jun 9 18:05:48 2026] GET /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:05:48.531 8 INFO neutron_taas.services.taas.taas_plugin [None req-88a97c0b-1544-470f-8c52-c2a3c6c6636e 301cc67827a644b0bf34438c278dbc6d 6b537c626ab644b483487c99e6e5dc0c - - default default] TaaS: Handle Delete Port: 7c582281-2104-4078-9ea8-5bfb4288f080 2026-06-09 18:05:48.534 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88a97c0b-1544-470f-8c52-c2a3c6c6636e 301cc67827a644b0bf34438c278dbc6d 6b537c626ab644b483487c99e6e5dc0c - - default default] Tap Mirror: Handle Delete Port: 7c582281-2104-4078-9ea8-5bfb4288f080 [pid: 7|app: 0|req: 784/1649] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:48 2026] POST /v2.0/subnets => generated 626 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1650] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:05:48 2026] DELETE /v2.0/ports/7c582281-2104-4078-9ea8-5bfb4288f080 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:48.742 8 INFO neutron.services.segments.plugin [-] Segment 898343fa-61ef-495a-8203-d677fad966b6 resource provider aggregate not found 2026-06-09 18:05:48.753 8 INFO neutron.services.segments.plugin [-] Segment 898343fa-61ef-495a-8203-d677fad966b6 resource provider aggregate not found 2026-06-09 18:05:48.767 8 INFO neutron.services.segments.plugin [-] Segment 898343fa-61ef-495a-8203-d677fad966b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 898343fa-61ef-495a-8203-d677fad966b6 found for delete ", "request_id": "req-d583d7f6-f86f-42c0-a68d-39c92cd53249"}]} 2026-06-09 18:05:48.772 8 INFO neutron.services.segments.plugin [-] Segment 898343fa-61ef-495a-8203-d677fad966b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 898343fa-61ef-495a-8203-d677fad966b6 found for delete ", "request_id": "req-270bb945-9cf3-4d1f-a22a-5bd87ba0f449"}]} [pid: 8|app: 0|req: 867/1651] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:48 2026] DELETE /v2.0/networks/b727a890-6e75-404c-aa38-6028873d632f => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1652] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:48 2026] POST /v2.0/subnets => generated 626 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:48.900 8 INFO neutron.db.segments_db [None req-f895af42-9f05-4519-8532-9ef9b2e0de50 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Added segment 5e0f6444-d48a-49f8-b1b5-6a3c6a6cfeed of type vxlan for network 8e12ea47-9a94-4862-9134-821d70984d2a 2026-06-09 18:05:49.151 8 INFO neutron.db.l3_hamode_db [None req-f895af42-9f05-4519-8532-9ef9b2e0de50 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:05:49.361 8 INFO neutron.db.l3_hamode_db [None req-f895af42-9f05-4519-8532-9ef9b2e0de50 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 786/1653] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:49 2026] GET /v2.0/security-groups?tenant_id=6b537c626ab644b483487c99e6e5dc0c&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1654] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:49 2026] DELETE /v2.0/security-groups/f0b97248-b634-4a7c-94e8-b41dacabe04e => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1655] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:49 2026] GET /v2.0/security-groups?tenant_id=4d24f50550744feab5e5dd3b98853453&name=default => generated 2925 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1656] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:48 2026] POST /v2.0/routers => generated 506 bytes in 1238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1657] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:50 2026] DELETE /v2.0/security-groups/c7b7a7d2-e3e6-4274-bf61-f64af15e89a2 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1660] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:05:50 2026] PUT /v2.0/routers/6fb666b9-5985-4660-8282-d6963b55f111/add_router_interface => generated 309 bytes in 1389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1661] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:05:51 2026] GET /v2.0/ports/3574aa84-d7d3-4e03-bfcb-fb46d2d57455 => generated 955 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1662] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:51 2026] GET /v2.0/security-groups?tenant_id=50a1904290e14c31bcf2a55e1d387ea7&name=default => generated 2925 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1663] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:51 2026] DELETE /v2.0/security-groups/e620c03d-0981-4c04-b8b1-d44c16b27c17 => 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: 794/1664] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:52 2026] GET /v2.0/security-groups?tenant_id=01e1309d17324e7cbdf4ecadffdf360b&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1665] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:05:52 2026] GET /v2.0/security-groups?tenant_id=61ff3beb3dd940af91d23a6bad6b3ac5&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1666] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:52 2026] DELETE /v2.0/security-groups/9b0e4156-2fd7-45fa-a14f-21940f33a55e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1667] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:05:52 2026] DELETE /v2.0/security-groups/e5d8b32a-0cd2-42b7-b22e-98b4c95f1dba => 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: 871/1668] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:05:51 2026] PUT /v2.0/routers/6fb666b9-5985-4660-8282-d6963b55f111/add_router_interface => generated 309 bytes in 1279 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1669] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:05:52 2026] GET /v2.0/ports/0d4fe98e-b974-4917-920a-7d8dffc1d690 => generated 955 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:53.284 8 INFO neutron_taas.services.taas.taas_plugin [None req-13078eb1-b968-4415-ad94-0693890630ec cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] TaaS: Handle Delete Port: 0d4fe98e-b974-4917-920a-7d8dffc1d690 2026-06-09 18:05:53.287 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13078eb1-b968-4415-ad94-0693890630ec cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Tap Mirror: Handle Delete Port: 0d4fe98e-b974-4917-920a-7d8dffc1d690 [pid: 8|app: 0|req: 872/1670] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:05:52 2026] PUT /v2.0/routers/6fb666b9-5985-4660-8282-d6963b55f111/remove_router_interface => generated 309 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:54.098 7 INFO neutron_taas.services.taas.taas_plugin [None req-614f63f9-e358-4c5e-bcb7-27a0a0cce5c2 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] TaaS: Handle Delete Port: 3574aa84-d7d3-4e03-bfcb-fb46d2d57455 2026-06-09 18:05:54.102 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-614f63f9-e358-4c5e-bcb7-27a0a0cce5c2 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Tap Mirror: Handle Delete Port: 3574aa84-d7d3-4e03-bfcb-fb46d2d57455 [pid: 7|app: 0|req: 799/1671] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:05:53 2026] PUT /v2.0/routers/6fb666b9-5985-4660-8282-d6963b55f111/remove_router_interface => generated 309 bytes in 894 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1672] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:05:54 2026] GET /v2.0/ports?device_id=6fb666b9-5985-4660-8282-d6963b55f111 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:05:54.793 8 INFO neutron.db.segments_db [None req-94d072d8-7505-4860-9dec-f64473bd85a7 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment a1253d89-6f7e-4951-aa62-7d7d57b99e8c of type vxlan for network b5fe2ccb-2dba-41a8-836b-05c011bb18b2 2026-06-09 18:05:54.854 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccfc3b7a-e190-486d-865d-1195d20d79d1 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] TaaS: Handle Delete Port: 38e1cd20-14eb-48e4-b553-e5442a2130f4 2026-06-09 18:05:54.856 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccfc3b7a-e190-486d-865d-1195d20d79d1 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Tap Mirror: Handle Delete Port: 38e1cd20-14eb-48e4-b553-e5442a2130f4 [pid: 8|app: 0|req: 873/1673] 10.0.0.184 () {34 vars in 670 bytes} [Tue Jun 9 18:05:54 2026] POST /v2.0/networks => generated 720 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1674] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:54 2026] POST /v2.0/subnets => generated 686 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:55.196 8 INFO neutron.db.segments_db [None req-b953ae8c-9822-4d3e-a42d-baadf2e17bd9 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment bbc0b80a-935f-469c-b046-3373842c8530 of type vxlan for network 1d06308c-50d5-4fa8-b030-8a8f5230365b 2026-06-09 18:05:55.204 7 INFO neutron.services.segments.plugin [-] Segment 5e0f6444-d48a-49f8-b1b5-6a3c6a6cfeed resource provider aggregate not found 2026-06-09 18:05:55.210 7 INFO neutron.services.segments.plugin [-] Segment 5e0f6444-d48a-49f8-b1b5-6a3c6a6cfeed resource provider aggregate not found 2026-06-09 18:05:55.224 7 INFO neutron.services.segments.plugin [-] Segment 5e0f6444-d48a-49f8-b1b5-6a3c6a6cfeed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e0f6444-d48a-49f8-b1b5-6a3c6a6cfeed found for delete ", "request_id": "req-6b750623-60bf-4e19-a25f-656777944663"}]} 2026-06-09 18:05:55.232 7 INFO neutron.services.segments.plugin [-] Segment 5e0f6444-d48a-49f8-b1b5-6a3c6a6cfeed resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e0f6444-d48a-49f8-b1b5-6a3c6a6cfeed found for delete ", "request_id": "req-fa908757-79cd-441d-bcfe-c81c8bedbac7"}]} 2026-06-09 18:05:55.262 7 INFO neutron.db.l3_hamode_db [None req-ccfc3b7a-e190-486d-865d-1195d20d79d1 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] HA network 8e12ea47-9a94-4862-9134-821d70984d2a was deleted as no HA routers are present in tenant 7e339399d38e4339bc199e4259a95f1f. [pid: 7|app: 0|req: 801/1675] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:54 2026] DELETE /v2.0/routers/6fb666b9-5985-4660-8282-d6963b55f111 => generated 0 bytes in 606 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1676] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:55 2026] DELETE /v2.0/subnets/9ba0a187-ea85-4691-a4a1-923395d309fa => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:55.495 8 INFO neutron.db.l3_hamode_db [None req-b953ae8c-9822-4d3e-a42d-baadf2e17bd9 7273851d1c9a4515835c076687dd33a3 3ec7c027b99e4c29b91e92dc8da27301 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:05:55.854 7 INFO neutron.db.segments_db [None req-c5293615-a48f-4eb6-8181-3e0630bec81a 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Added segment 6942718b-5fff-4576-a39a-838d24891e80 of type vxlan for network 2c1a3d03-7952-45fe-9795-8a02b6ae7338 [pid: 7|app: 0|req: 803/1677] 10.0.0.184 () {34 vars in 670 bytes} [Tue Jun 9 18:05:55 2026] POST /v2.0/networks => generated 614 bytes in 472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1678] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:05:55 2026] DELETE /v2.0/subnets/104aff82-b353-4153-af02-32423be64b28 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:05:56.132 7 INFO neutron.db.segments_db [None req-d7d6d94a-8039-40c9-a2a2-a359cbcda625 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Added segment 0c681934-36a1-4525-b72b-a549c4e7069a of type vxlan for network ac6237c1-f9a9-4c77-9dd9-ecb0d2bcbb11 2026-06-09 18:05:56.163 8 INFO neutron.db.l3_hamode_db [None req-b953ae8c-9822-4d3e-a42d-baadf2e17bd9 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:05:56.391 7 INFO neutron.db.l3_hamode_db [None req-d7d6d94a-8039-40c9-a2a2-a359cbcda625 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:05:57.219 7 INFO neutron.db.l3_hamode_db [None req-d7d6d94a-8039-40c9-a2a2-a359cbcda625 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 875/1679] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:55 2026] POST /v2.0/routers => generated 726 bytes in 2463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:57.736 8 INFO neutron.services.segments.plugin [-] Segment b6b6e287-756b-4498-8252-cf612dc0b276 resource provider aggregate not found 2026-06-09 18:05:57.744 8 INFO neutron.services.segments.plugin [-] Segment b6b6e287-756b-4498-8252-cf612dc0b276 resource provider aggregate not found 2026-06-09 18:05:57.758 8 INFO neutron.services.segments.plugin [-] Segment b6b6e287-756b-4498-8252-cf612dc0b276 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6b6e287-756b-4498-8252-cf612dc0b276 found for delete ", "request_id": "req-01a4cfc8-7726-4461-b1ee-c5e6c4204e52"}]} 2026-06-09 18:05:57.764 8 INFO neutron.services.segments.plugin [-] Segment b6b6e287-756b-4498-8252-cf612dc0b276 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6b6e287-756b-4498-8252-cf612dc0b276 found for delete ", "request_id": "req-cba1b098-3a5f-4b35-80c6-e6b02989421c"}]} [pid: 8|app: 0|req: 876/1680] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:57 2026] DELETE /v2.0/networks/dc7ae004-10dd-4124-86cc-78828aa5d625 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1681] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:56 2026] POST /v2.0/routers => generated 695 bytes in 2076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:05:58.290 7 INFO neutron.services.segments.plugin [-] Segment 041e70a5-5d85-40a7-b8f8-4bb1dedbbd04 resource provider aggregate not found 2026-06-09 18:05:58.294 7 INFO neutron.services.segments.plugin [-] Segment 041e70a5-5d85-40a7-b8f8-4bb1dedbbd04 resource provider aggregate not found 2026-06-09 18:05:58.311 7 INFO neutron.services.segments.plugin [-] Segment 041e70a5-5d85-40a7-b8f8-4bb1dedbbd04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 041e70a5-5d85-40a7-b8f8-4bb1dedbbd04 found for delete ", "request_id": "req-9829c917-fa32-490e-a056-8e1c5df8b58f"}]} 2026-06-09 18:05:58.312 7 INFO neutron.services.segments.plugin [-] Segment 041e70a5-5d85-40a7-b8f8-4bb1dedbbd04 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 041e70a5-5d85-40a7-b8f8-4bb1dedbbd04 found for delete ", "request_id": "req-0016265e-c0ac-4bf3-a781-ad74a17601d0"}]} [pid: 7|app: 0|req: 806/1682] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:05:58 2026] DELETE /v2.0/networks/879c8880-ca17-4cf1-b201-82e9bcf5a7fd => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1683] 10.0.0.184 () {32 vars in 775 bytes} [Tue Jun 9 18:05:58 2026] GET /v2.0/subnets?project_id=40103b77e22548b9adc7877204b774f1&cidr=10.100.0.0%2F28 => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:05:58.436 7 INFO neutron.db.segments_db [None req-60a8dc14-4bd8-4b1a-8669-829d4da19d9f cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Added segment d055ae12-9c46-4d25-9cca-79603c017389 of type vxlan for network 47de0a40-ea36-45f4-af1d-69003a0e3acd [pid: 7|app: 0|req: 808/1684] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:05:58 2026] POST /v2.0/networks => generated 611 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1685] 10.0.0.184 () {32 vars in 693 bytes} [Tue Jun 9 18:05:58 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1686] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:58 2026] POST /v2.0/subnets => generated 626 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1687] 10.0.0.184 () {32 vars in 783 bytes} [Tue Jun 9 18:05:58 2026] GET /v2.0/subnets?network_id=e7811240-0396-48de-a62c-bd16a594521e&cidr=10.100.0.0%2F28 => generated 14 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:05:58.896 7 INFO neutron.db.segments_db [None req-933f526a-0414-4cc3-ab26-2868d055f140 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Added segment 2be89d4e-5c2b-4b12-8a04-fd2f07108283 of type vxlan for network c7929989-6b0a-4606-8b37-217e36e426a1 [pid: 8|app: 0|req: 877/1688] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:05:57 2026] PUT /v2.0/routers/5aaa01cb-50f4-4440-93e0-a07d0a6e86cc/add_router_interface => generated 309 bytes in 1317 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:05:59.235 7 INFO neutron.db.l3_hamode_db [None req-933f526a-0414-4cc3-ab26-2868d055f140 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:05:59.384 7 INFO neutron.db.l3_hamode_db [None req-933f526a-0414-4cc3-ab26-2868d055f140 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 878/1689] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:59 2026] POST /v2.0/subnets => generated 656 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1690] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:05:58 2026] POST /v2.0/routers => generated 506 bytes in 1354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1691] 10.0.0.184 () {34 vars in 664 bytes} [Tue Jun 9 18:06:00 2026] POST /v2.0/ports => generated 948 bytes in 398 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 879/1692] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:05:59 2026] PUT /v2.0/routers/dc3da8bb-53e3-4be8-81eb-dd09358cb8b3/add_router_interface => generated 309 bytes in 1681 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1693] 10.0.0.184 () {32 vars in 648 bytes} [Tue Jun 9 18:06:01 2026] GET /v2.0/networks => generated 6492 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1694] 10.0.0.184 () {32 vars in 646 bytes} [Tue Jun 9 18:06:01 2026] GET /v2.0/subnets => generated 5148 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1695] 10.0.0.184 () {32 vars in 646 bytes} [Tue Jun 9 18:06:01 2026] GET /v2.0/routers => generated 1996 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1696] 10.0.0.184 () {34 vars in 684 bytes} [Tue Jun 9 18:06:01 2026] POST /v2.0/security-groups => generated 1675 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1697] 10.0.0.35 () {34 vars in 980 bytes} [Tue Jun 9 18:06:01 2026] GET /v2.0/networks?id=b5fe2ccb-2dba-41a8-836b-05c011bb18b2 => generated 671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1698] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:06:00 2026] PUT /v2.0/routers/1c032706-a512-454d-bc38-8d9ef568bfc5/add_router_interface => generated 309 bytes in 1157 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: 885/1699] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:06:01 2026] GET /v2.0/ports/ebf3aa4f-f20d-400d-9701-44e4d9c9978b => generated 1022 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1700] 10.0.0.35 () {34 vars in 963 bytes} [Tue Jun 9 18:06:01 2026] GET /v2.0/quotas/3ec7c027b99e4c29b91e92dc8da27301 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1701] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:01 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: 816/1702] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:06:01 2026] GET /v2.0/ports?tenant_id=3ec7c027b99e4c29b91e92dc8da27301&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1703] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:01 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1704] 10.0.0.35 () {34 vars in 1006 bytes} [Tue Jun 9 18:06:02 2026] GET /v2.0/networks/b5fe2ccb-2dba-41a8-836b-05c011bb18b2?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:02.240 8 INFO neutron_taas.services.taas.taas_plugin [None req-98653488-0d34-4d21-9b64-5e6e09e9f1d6 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] TaaS: Handle Delete Port: ebf3aa4f-f20d-400d-9701-44e4d9c9978b 2026-06-09 18:06:02.243 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-98653488-0d34-4d21-9b64-5e6e09e9f1d6 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Tap Mirror: Handle Delete Port: ebf3aa4f-f20d-400d-9701-44e4d9c9978b [pid: 7|app: 0|req: 819/1705] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1706] 10.0.0.35 () {34 vars in 1106 bytes} [Tue Jun 9 18:06:02 2026] GET /v2.0/networks/b5fe2ccb-2dba-41a8-836b-05c011bb18b2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1707] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1708] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:02 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:02.594 7 INFO neutron.db.securitygroups_db [None req-7b88c2d5-8c34-4992-94ad-c72329825592 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Project 40103b77e22548b9adc7877204b774f1 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: 823/1709] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:02 2026] POST /v2.0/security-group-rules => generated 607 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:06:02.725 7 INFO neutron.db.securitygroups_db [None req-acce2c6e-2508-44c1-8bbf-7a9a6d956ba0 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Project 40103b77e22548b9adc7877204b774f1 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: 887/1710] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:06:01 2026] PUT /v2.0/routers/1c032706-a512-454d-bc38-8d9ef568bfc5/remove_router_interface => generated 309 bytes in 935 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: 824/1711] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:02 2026] POST /v2.0/security-group-rules => generated 606 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:06:02.938 8 INFO neutron.api.v2.resource [None req-709f05d4-db51-492b-8ed0-473dd0e47ef4 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 888/1712] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:06:02 2026] PUT /v2.0/routers/1c032706-a512-454d-bc38-8d9ef568bfc5/remove_router_interface => generated 197 bytes in 130 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1713] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:06:02 2026] GET /v2.0/ports?device_id=1c032706-a512-454d-bc38-8d9ef568bfc5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:03.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-a54fd2e9-b97c-406d-86ab-121ee5228e23 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] TaaS: Handle Delete Port: 170242c0-ac69-42d2-a5dc-edec439d5a2e 2026-06-09 18:06:03.152 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a54fd2e9-b97c-406d-86ab-121ee5228e23 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Tap Mirror: Handle Delete Port: 170242c0-ac69-42d2-a5dc-edec439d5a2e [pid: 7|app: 0|req: 826/1714] 10.0.0.184 () {32 vars in 648 bytes} [Tue Jun 9 18:06:03 2026] GET /v2.0/networks => generated 1298 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1715] 10.0.0.35 () {34 vars in 1098 bytes} [Tue Jun 9 18:06:03 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1906953523&fields=id&tenant_id=40103b77e22548b9adc7877204b774f1 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1716] 10.0.0.35 () {34 vars in 980 bytes} [Tue Jun 9 18:06:03 2026] GET /v2.0/networks?id=2c1a3d03-7952-45fe-9795-8a02b6ae7338 => generated 661 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1717] 10.0.0.35 () {34 vars in 963 bytes} [Tue Jun 9 18:06:03 2026] GET /v2.0/quotas/40103b77e22548b9adc7877204b774f1 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:06:03.520 8 INFO neutron.services.segments.plugin [-] Segment 2be89d4e-5c2b-4b12-8a04-fd2f07108283 resource provider aggregate not found 2026-06-09 18:06:03.533 8 INFO neutron.services.segments.plugin [-] Segment 2be89d4e-5c2b-4b12-8a04-fd2f07108283 resource provider aggregate not found 2026-06-09 18:06:03.553 8 INFO neutron.services.segments.plugin [-] Segment 2be89d4e-5c2b-4b12-8a04-fd2f07108283 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2be89d4e-5c2b-4b12-8a04-fd2f07108283 found for delete ", "request_id": "req-a2aaeba2-e4cd-41a8-a3fc-ee32157a7a52"}]} 2026-06-09 18:06:03.555 8 INFO neutron.services.segments.plugin [-] Segment 2be89d4e-5c2b-4b12-8a04-fd2f07108283 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2be89d4e-5c2b-4b12-8a04-fd2f07108283 found for delete ", "request_id": "req-7f8d6671-7329-4845-b9d7-1ee2ac90975d"}]} 2026-06-09 18:06:03.560 8 INFO neutron.db.l3_hamode_db [None req-a54fd2e9-b97c-406d-86ab-121ee5228e23 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] HA network c7929989-6b0a-4606-8b37-217e36e426a1 was deleted as no HA routers are present in tenant 7e339399d38e4339bc199e4259a95f1f. [pid: 8|app: 0|req: 889/1718] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:02 2026] DELETE /v2.0/routers/1c032706-a512-454d-bc38-8d9ef568bfc5 => generated 0 bytes in 597 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1719] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:06:03 2026] GET /v2.0/ports?tenant_id=40103b77e22548b9adc7877204b774f1&fields=id => generated 57 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1720] 10.0.0.35 () {34 vars in 1006 bytes} [Tue Jun 9 18:06:03 2026] GET /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338?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: 832/1721] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:03 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => 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: 890/1722] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:03 2026] DELETE /v2.0/subnets/b57e89d1-fd1f-4d8d-9f6e-2e3f5716c6a9 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1723] 10.0.0.35 () {34 vars in 1106 bytes} [Tue Jun 9 18:06:03 2026] GET /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1724] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:06:03 2026] DELETE /v2.0/networks/47de0a40-ea36-45f4-af1d-69003a0e3acd => 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: 892/1725] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:03 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:03.944 7 INFO neutron.db.segments_db [None req-ba7fc8a6-9b51-4ba1-b0ed-62c5f07061bd cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Added segment 98809b2f-3c9d-4279-a475-9828912d20ad of type vxlan for network cae54119-5034-4d0e-b62f-e27810e5d120 [pid: 7|app: 0|req: 834/1726] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:06:03 2026] POST /v2.0/networks => generated 611 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1727] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:06:04 2026] POST /v2.0/subnets => generated 626 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:06:04.369 7 INFO neutron.db.segments_db [None req-014ff4df-f3e6-49bb-9946-cd77326ac69a cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Added segment 021c81d3-ce7e-4204-bbda-51500a75a12a of type vxlan for network f3ded7e4-7211-4b8c-8020-a65be4e74f62 2026-06-09 18:06:04.629 7 INFO neutron.db.l3_hamode_db [None req-014ff4df-f3e6-49bb-9946-cd77326ac69a cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:06:04.752 7 INFO neutron.db.l3_hamode_db [None req-014ff4df-f3e6-49bb-9946-cd77326ac69a cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 894/1728] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:04 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => 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: 895/1729] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:04 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => 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: 835/1730] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:06:04 2026] POST /v2.0/routers => generated 507 bytes in 1086 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:06:05.578 8 INFO neutron.services.segments.plugin [-] Segment d055ae12-9c46-4d25-9cca-79603c017389 resource provider aggregate not found 2026-06-09 18:06:05.585 8 INFO neutron.services.segments.plugin [-] Segment d055ae12-9c46-4d25-9cca-79603c017389 resource provider aggregate not found 2026-06-09 18:06:05.611 8 INFO neutron.services.segments.plugin [-] Segment d055ae12-9c46-4d25-9cca-79603c017389 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d055ae12-9c46-4d25-9cca-79603c017389 found for delete ", "request_id": "req-b7caa1ef-7221-481f-8caa-4dd9a7c43401"}]} 2026-06-09 18:06:05.614 8 INFO neutron.services.segments.plugin [-] Segment d055ae12-9c46-4d25-9cca-79603c017389 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d055ae12-9c46-4d25-9cca-79603c017389 found for delete ", "request_id": "req-af7a5944-abbd-43d8-ab48-f18f562aca00"}]} [pid: 7|app: 0|req: 838/1733] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:05 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1734] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:06 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1735] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:06:06 2026] GET /v2.0/networks?id=b5fe2ccb-2dba-41a8-836b-05c011bb18b2 => generated 671 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1736] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:06:05 2026] PUT /v2.0/routers/e37f94ca-53c6-4bf9-bd78-831c769e35a5/add_router_interface => generated 309 bytes in 1416 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1737] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:06:06 2026] GET /v2.0/ports/2a5786bc-bb24-4488-8979-f0a9d8b6fce9 => generated 955 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1738] 199.204.45.95 () {38 vars in 953 bytes} [Tue Jun 9 18:06:06 2026] POST /v2.0/ports => generated 954 bytes in 396 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: 842/1739] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:07 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 957 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:06:07.264 8 INFO neutron_taas.services.taas.taas_plugin [None req-78567315-c662-497e-a245-51a33ea3282e cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] TaaS: Handle Delete Port: 2a5786bc-bb24-4488-8979-f0a9d8b6fce9 [pid: 7|app: 0|req: 843/1740] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:07 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:07.267 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78567315-c662-497e-a245-51a33ea3282e cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Tap Mirror: Handle Delete Port: 2a5786bc-bb24-4488-8979-f0a9d8b6fce9 [pid: 7|app: 0|req: 844/1741] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:06:07 2026] PUT /v2.0/ports/8e310b86-5531-4a7c-9c72-9f8601462df0 => generated 1235 bytes in 504 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: 845/1742] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:07 2026] GET /v2.0/security-groups?id=d23c6672-0701-4c1e-bd55-b681bb0d8d43&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:07.824 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1aad1747-7775-439e-827d-e998d4aa2648'] response: {'name': 'network-changed', 'server_uuid': '2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891', 'tag': '8e310b86-5531-4a7c-9c72-9f8601462df0', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 898/1743] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:06:06 2026] PUT /v2.0/routers/e37f94ca-53c6-4bf9-bd78-831c769e35a5/remove_router_interface => generated 309 bytes in 965 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1744] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:06:07 2026] GET /v2.0/ports?device_id=e37f94ca-53c6-4bf9-bd78-831c769e35a5 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:08.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b2d852d-277e-47d1-9d57-a320c77f28b3 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] TaaS: Handle Delete Port: 7255b8e0-7f51-410e-9649-17ed29457344 2026-06-09 18:06:08.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b2d852d-277e-47d1-9d57-a320c77f28b3 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Tap Mirror: Handle Delete Port: 7255b8e0-7f51-410e-9649-17ed29457344 [pid: 7|app: 0|req: 847/1745] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:06:08 2026] GET /v2.0/ports?tenant_id=3ec7c027b99e4c29b91e92dc8da27301&device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 1238 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1746] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:08 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => 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: 849/1747] 199.204.45.95 () {34 vars in 1016 bytes} [Tue Jun 9 18:06:08 2026] GET /v2.0/networks?tenant_id=3ec7c027b99e4c29b91e92dc8da27301&shared=False => generated 767 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:06:08.490 8 INFO neutron.services.segments.plugin [-] Segment 021c81d3-ce7e-4204-bbda-51500a75a12a resource provider aggregate not found 2026-06-09 18:06:08.498 8 INFO neutron.services.segments.plugin [-] Segment 021c81d3-ce7e-4204-bbda-51500a75a12a resource provider aggregate not found [pid: 7|app: 0|req: 850/1748] 199.204.45.95 () {34 vars in 928 bytes} [Tue Jun 9 18:06:08 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:06:08.517 8 INFO neutron.services.segments.plugin [-] Segment 021c81d3-ce7e-4204-bbda-51500a75a12a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 021c81d3-ce7e-4204-bbda-51500a75a12a found for delete ", "request_id": "req-76806eca-a15c-4b44-bd8e-9ca37376c3d8"}]} 2026-06-09 18:06:08.522 8 INFO neutron.db.l3_hamode_db [None req-3b2d852d-277e-47d1-9d57-a320c77f28b3 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] HA network f3ded7e4-7211-4b8c-8020-a65be4e74f62 was deleted as no HA routers are present in tenant 7e339399d38e4339bc199e4259a95f1f. [pid: 8|app: 0|req: 899/1749] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:07 2026] DELETE /v2.0/routers/e37f94ca-53c6-4bf9-bd78-831c769e35a5 => generated 0 bytes in 650 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:06:08.531 8 INFO neutron.services.segments.plugin [-] Segment 021c81d3-ce7e-4204-bbda-51500a75a12a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 021c81d3-ce7e-4204-bbda-51500a75a12a found for delete ", "request_id": "req-8e6921a0-0f63-4485-913b-4f7345ceb996"}]} [pid: 7|app: 0|req: 851/1750] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:08 2026] DELETE /v2.0/subnets/1b74de50-7852-42c0-92b3-4e8728f41552 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1751] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:06:08 2026] DELETE /v2.0/networks/cae54119-5034-4d0e-b62f-e27810e5d120 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:06:08.891 7 INFO neutron.db.segments_db [None req-4d2c1c1a-2306-47e4-a7fc-905f66d354e7 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Added segment 1ebc6d67-bac6-4761-9672-0b91567e9b35 of type vxlan for network f8ccb493-90dc-4553-90a2-000bb9c65e90 [pid: 8|app: 0|req: 901/1752] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:06:08 2026] GET /v2.0/networks?id=2c1a3d03-7952-45fe-9795-8a02b6ae7338 => generated 661 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1753] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:08 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1754] 199.204.45.95 () {34 vars in 1048 bytes} [Tue Jun 9 18:06:09 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=40103b77e22548b9adc7877204b774f1 => generated 181 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1755] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:09 2026] GET /v2.0/security-groups?id=d23c6672-0701-4c1e-bd55-b681bb0d8d43&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-06-09 18:06:09.138 7 INFO neutron.db.l3_hamode_db [None req-4d2c1c1a-2306-47e4-a7fc-905f66d354e7 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 905/1756] 199.204.45.95 () {38 vars in 953 bytes} [Tue Jun 9 18:06:09 2026] POST /v2.0/ports => generated 958 bytes in 397 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: 906/1757] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:06:09 2026] PUT /v2.0/ports/bd55af97-a169-426a-b5d2-e10747c7484b => generated 1239 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:06:09.955 7 INFO neutron.db.l3_hamode_db [None req-4d2c1c1a-2306-47e4-a7fc-905f66d354e7 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 907/1758] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:09 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 973 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:06:09.982 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1be3a2ee-3224-43f3-a635-1db6b0a622d1'] response: {'name': 'network-changed', 'server_uuid': 'e42fba9c-f601-4006-83d2-cce015e2d158', 'tag': 'bd55af97-a169-426a-b5d2-e10747c7484b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 908/1759] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:06:09 2026] GET /v2.0/ports?tenant_id=3ec7c027b99e4c29b91e92dc8da27301&device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 1238 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1760] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:10 2026] GET /v2.0/security-groups?id=6f5bb1e8-5fbe-4986-8e1a-805e2acaddca&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: 910/1761] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:10 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1762] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:06:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8e310b86-5531-4a7c-9c72-9f8601462df0 => 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: 912/1763] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:10 2026] GET /v2.0/security-groups?id=d23c6672-0701-4c1e-bd55-b681bb0d8d43&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1764] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:06:10 2026] GET /v2.0/subnets?id=662aacb7-2ddc-4704-9e7c-4ffbccf29a25 => generated 689 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1765] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:06:10 2026] GET /v2.0/ports?network_id=b5fe2ccb-2dba-41a8-836b-05c011bb18b2&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: 915/1766] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:06:10 2026] GET /v2.0/networks/b5fe2ccb-2dba-41a8-836b-05c011bb18b2?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: 916/1767] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:06:10 2026] GET /v2.0/networks/b5fe2ccb-2dba-41a8-836b-05c011bb18b2?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: 917/1768] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:06:10 2026] GET /v2.0/ports?tenant_id=40103b77e22548b9adc7877204b774f1&device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:06:10.546 8 INFO neutron.services.segments.plugin [-] Segment 98809b2f-3c9d-4279-a475-9828912d20ad resource provider aggregate not found 2026-06-09 18:06:10.572 8 INFO neutron.services.segments.plugin [-] Segment 98809b2f-3c9d-4279-a475-9828912d20ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98809b2f-3c9d-4279-a475-9828912d20ad found for delete ", "request_id": "req-c324dd65-fa14-446d-9213-5b4b9100852c"}]} 2026-06-09 18:06:10.583 8 INFO neutron.services.segments.plugin [-] Segment 98809b2f-3c9d-4279-a475-9828912d20ad resource provider aggregate not found 2026-06-09 18:06:10.600 8 INFO neutron.services.segments.plugin [-] Segment 98809b2f-3c9d-4279-a475-9828912d20ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98809b2f-3c9d-4279-a475-9828912d20ad found for delete ", "request_id": "req-62b1bb4a-2321-4e6d-a4f0-91cdde029323"}]} [pid: 8|app: 0|req: 918/1769] 199.204.45.95 () {34 vars in 1016 bytes} [Tue Jun 9 18:06:10 2026] GET /v2.0/networks?tenant_id=40103b77e22548b9adc7877204b774f1&shared=False => generated 757 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1770] 199.204.45.95 () {34 vars in 928 bytes} [Tue Jun 9 18:06:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1771] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:06:08 2026] POST /v2.0/routers => generated 688 bytes in 1939 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1772] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:06:10 2026] GET /v2.0/routers/86648be6-c7d7-4460-b5ad-2706b7068fd9 => generated 694 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1773] 10.0.0.184 () {32 vars in 646 bytes} [Tue Jun 9 18:06:10 2026] GET /v2.0/routers => generated 697 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1774] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:11 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => 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: 855/1775] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:11 2026] GET /v2.0/security-groups?id=6f5bb1e8-5fbe-4986-8e1a-805e2acaddca&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1776] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:11 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1777] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:11 2026] GET /v2.0/security-groups?id=d23c6672-0701-4c1e-bd55-b681bb0d8d43&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1778] 10.0.0.184 () {34 vars in 740 bytes} [Tue Jun 9 18:06:10 2026] PUT /v2.0/routers/86648be6-c7d7-4460-b5ad-2706b7068fd9 => generated 701 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1779] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:06:11 2026] GET /v2.0/routers/86648be6-c7d7-4460-b5ad-2706b7068fd9 => generated 701 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1780] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:06:11 2026] GET /v2.0/ports?device_id=86648be6-c7d7-4460-b5ad-2706b7068fd9 => 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: 923/1781] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:06:11 2026] GET /v2.0/ports?tenant_id=40103b77e22548b9adc7877204b774f1&device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1782] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:06:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=bd55af97-a169-426a-b5d2-e10747c7484b => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1783] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:06:11 2026] GET /v2.0/subnets?id=3a563aa4-a98b-457a-9ce8-ff02bca6136b => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:06:11.788 7 INFO neutron_taas.services.taas.taas_plugin [None req-63cb30fb-59a5-4e2e-bf1d-684332fb1266 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] TaaS: Handle Delete Port: a3d906ec-2ec7-41d0-812f-e2c89582dc91 2026-06-09 18:06:11.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63cb30fb-59a5-4e2e-bf1d-684332fb1266 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Tap Mirror: Handle Delete Port: a3d906ec-2ec7-41d0-812f-e2c89582dc91 [pid: 8|app: 0|req: 926/1784] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:06:11 2026] GET /v2.0/ports?network_id=2c1a3d03-7952-45fe-9795-8a02b6ae7338&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: 927/1785] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:06:11 2026] GET /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1786] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:06:11 2026] GET /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338?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) 2026-06-09 18:06:12.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-63cb30fb-59a5-4e2e-bf1d-684332fb1266 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] TaaS: Handle Delete Port: 0d0946de-f08d-4622-9da0-467a8f749805 2026-06-09 18:06:12.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-63cb30fb-59a5-4e2e-bf1d-684332fb1266 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] Tap Mirror: Handle Delete Port: 0d0946de-f08d-4622-9da0-467a8f749805 2026-06-09 18:06:12.373 7 INFO neutron.services.segments.plugin [-] Segment 1ebc6d67-bac6-4761-9672-0b91567e9b35 resource provider aggregate not found 2026-06-09 18:06:12.383 7 INFO neutron.services.segments.plugin [-] Segment 1ebc6d67-bac6-4761-9672-0b91567e9b35 resource provider aggregate not found [pid: 8|app: 0|req: 929/1787] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:12 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:06:12.401 7 INFO neutron.services.segments.plugin [-] Segment 1ebc6d67-bac6-4761-9672-0b91567e9b35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ebc6d67-bac6-4761-9672-0b91567e9b35 found for delete ", "request_id": "req-0402952a-6588-4528-baa7-80b3c1b0ab19"}]} 2026-06-09 18:06:12.402 7 INFO neutron.services.segments.plugin [-] Segment 1ebc6d67-bac6-4761-9672-0b91567e9b35 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ebc6d67-bac6-4761-9672-0b91567e9b35 found for delete ", "request_id": "req-fff73ba1-a3ee-4e65-bc76-e371574e4e08"}]} 2026-06-09 18:06:12.407 7 INFO neutron.db.l3_hamode_db [None req-63cb30fb-59a5-4e2e-bf1d-684332fb1266 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] HA network f8ccb493-90dc-4553-90a2-000bb9c65e90 was deleted as no HA routers are present in tenant 7e339399d38e4339bc199e4259a95f1f. [pid: 7|app: 0|req: 859/1788] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:11 2026] DELETE /v2.0/routers/86648be6-c7d7-4460-b5ad-2706b7068fd9 => generated 0 bytes in 835 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1789] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:12 2026] GET /v2.0/security-groups?id=6f5bb1e8-5fbe-4986-8e1a-805e2acaddca&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1790] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:06:12 2026] GET /v2.0/ports?device_id=86648be6-c7d7-4460-b5ad-2706b7068fd9 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:12.469 7 INFO neutron.api.v2.resource [None req-8f7f2d6d-f4cb-4a43-b72b-c2fe8e96e795 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 861/1791] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:12 2026] DELETE /v2.0/routers/86648be6-c7d7-4460-b5ad-2706b7068fd9 => 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: 931/1792] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:12 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1793] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:06:12 2026] GET /v2.0/ports?device_id=e37f94ca-53c6-4bf9-bd78-831c769e35a5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:12.512 7 INFO neutron.api.v2.resource [None req-8a1f6f78-9c7f-45f2-8cf0-075cc8ac0bfc cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 863/1794] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:12 2026] DELETE /v2.0/routers/e37f94ca-53c6-4bf9-bd78-831c769e35a5 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1795] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:12 2026] GET /v2.0/security-groups?id=d23c6672-0701-4c1e-bd55-b681bb0d8d43&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:12.531 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ab4e10e4-f486-485c-a1c4-a46f9eab4bd3 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1796] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:12 2026] DELETE /v2.0/subnets/1b74de50-7852-42c0-92b3-4e8728f41552 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1797] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:06:12 2026] GET /v2.0/ports?device_id=1c032706-a512-454d-bc38-8d9ef568bfc5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:12.582 7 INFO neutron.api.v2.resource [None req-37df400e-5981-4349-890f-4b3a25012afb cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 865/1798] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:12 2026] DELETE /v2.0/routers/1c032706-a512-454d-bc38-8d9ef568bfc5 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:06:12.604 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b40beee-66d4-4f50-ae12-34af082b450e cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 934/1799] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:12 2026] DELETE /v2.0/subnets/b57e89d1-fd1f-4d8d-9f6e-2e3f5716c6a9 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1800] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:06:12 2026] GET /v2.0/ports?device_id=6fb666b9-5985-4660-8282-d6963b55f111 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:12.655 8 INFO neutron.api.v2.resource [None req-3c455b1f-4dbc-4932-a410-d982191e5e3b cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 935/1801] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:12 2026] DELETE /v2.0/routers/6fb666b9-5985-4660-8282-d6963b55f111 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:06:12.677 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34494de4-5e58-4a24-8389-7ecaacd4a509 cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 867/1802] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:12 2026] DELETE /v2.0/subnets/9ba0a187-ea85-4691-a4a1-923395d309fa => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:06:12.701 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e88c19c2-8d2a-4f93-85f6-385cac1d3ebc cf03ca31794f44f8a1072e65771faf77 7e339399d38e4339bc199e4259a95f1f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 936/1803] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:12 2026] DELETE /v2.0/subnets/104aff82-b353-4153-af02-32423be64b28 => 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: 868/1804] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:06:13 2026] GET /v2.0/security-groups?tenant_id=7e339399d38e4339bc199e4259a95f1f&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1805] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:06:13 2026] DELETE /v2.0/security-groups/b8414c76-864b-4c82-b1d1-68b6b18b7297 => 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: 869/1806] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:13 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1807] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:13 2026] GET /v2.0/security-groups?id=6f5bb1e8-5fbe-4986-8e1a-805e2acaddca&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: 870/1808] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:13 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1809] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:13 2026] GET /v2.0/security-groups?id=d23c6672-0701-4c1e-bd55-b681bb0d8d43&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1810] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:14 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1811] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:14 2026] GET /v2.0/security-groups?id=6f5bb1e8-5fbe-4986-8e1a-805e2acaddca&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: 872/1812] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:14 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => 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: 941/1813] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:14 2026] GET /v2.0/security-groups?id=d23c6672-0701-4c1e-bd55-b681bb0d8d43&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1814] 10.0.0.184 () {34 vars in 676 bytes} [Tue Jun 9 18:06:15 2026] POST /v2.0/subnetpools => generated 549 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1815] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:06:15 2026] GET /v2.0/subnetpools/5f6a4cf4-13ba-41f8-a61e-f694554cd03d => generated 549 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1816] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:06:15 2026] PUT /v2.0/subnetpools/5f6a4cf4-13ba-41f8-a61e-f694554cd03d => generated 501 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1817] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:06:15 2026] DELETE /v2.0/subnetpools/5f6a4cf4-13ba-41f8-a61e-f694554cd03d => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:06:15.671 7 INFO neutron.api.v2.resource [None req-bd28e249-7e25-4aac-97b5-f6c5b5a7be0c bcccef73007a4b78af185ec49b594702 6a2ec99c17044ba49db45420c66bf02d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 875/1818] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:06:15 2026] GET /v2.0/subnetpools/5f6a4cf4-13ba-41f8-a61e-f694554cd03d => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:06:15.687 8 INFO neutron.api.v2.resource [None req-8a281287-8663-44b8-90e6-8bfc874f1d3c bcccef73007a4b78af185ec49b594702 6a2ec99c17044ba49db45420c66bf02d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 944/1819] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:06:15 2026] DELETE /v2.0/subnetpools/5f6a4cf4-13ba-41f8-a61e-f694554cd03d => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1820] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:15 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1821] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:15 2026] GET /v2.0/security-groups?id=6f5bb1e8-5fbe-4986-8e1a-805e2acaddca&fields=id&fields=name => generated 114 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1822] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:15 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1823] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:16 2026] GET /v2.0/security-groups?id=d23c6672-0701-4c1e-bd55-b681bb0d8d43&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1824] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:06:16 2026] GET /v2.0/security-groups?tenant_id=6a2ec99c17044ba49db45420c66bf02d&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1825] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:06:16 2026] DELETE /v2.0/security-groups/8b160aa6-e696-431f-b928-7b9e3bc31aa0 => 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: 879/1826] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:17 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => 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: 948/1827] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:17 2026] GET /v2.0/security-groups?id=6f5bb1e8-5fbe-4986-8e1a-805e2acaddca&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: 880/1828] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:17 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1829] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:17 2026] GET /v2.0/security-groups?id=d23c6672-0701-4c1e-bd55-b681bb0d8d43&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1830] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:18 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1831] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:18 2026] GET /v2.0/security-groups?id=6f5bb1e8-5fbe-4986-8e1a-805e2acaddca&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: 882/1832] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:18 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1833] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:18 2026] GET /v2.0/security-groups?id=d23c6672-0701-4c1e-bd55-b681bb0d8d43&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1834] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:19 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1835] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:19 2026] GET /v2.0/security-groups?id=6f5bb1e8-5fbe-4986-8e1a-805e2acaddca&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1836] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:19 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1837] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:19 2026] GET /v2.0/security-groups?id=6f5bb1e8-5fbe-4986-8e1a-805e2acaddca&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: 885/1838] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:06:19 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1839] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:19 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1840] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:19 2026] GET /v2.0/security-groups?id=d23c6672-0701-4c1e-bd55-b681bb0d8d43&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:20.711 8 INFO neutron.db.l3_db [None req-1652c52c-7efa-428a-8da2-6ae363409f7f 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Floating IP 928bc724-447b-4cf2-b4c3-176b51e38d87 associated. External IP: 10.96.250.215, port: bd55af97-a169-426a-b5d2-e10747c7484b. [pid: 7|app: 0|req: 888/1841] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:06:20 2026] GET /v2.0/security-groups?tenant_id=61ec348bd3564ff8a9b473c56a7ea0fe&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1844] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:06:20 2026] DELETE /v2.0/security-groups/6d62fcd2-7aba-47f4-95ba-0179e1ed713d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1845] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:21 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1846] 10.0.0.184 () {34 vars in 676 bytes} [Tue Jun 9 18:06:19 2026] POST /v2.0/floatingips => generated 856 bytes in 1247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1847] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:21 2026] GET /v2.0/security-groups?id=d23c6672-0701-4c1e-bd55-b681bb0d8d43&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:21.134 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-af348af9-e6f1-4bca-8748-a362d501ed27'] response: {'name': 'network-changed', 'server_uuid': 'e42fba9c-f601-4006-83d2-cce015e2d158', 'tag': 'bd55af97-a169-426a-b5d2-e10747c7484b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 955/1848] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:06:21 2026] GET /v2.0/floatingips/928bc724-447b-4cf2-b4c3-176b51e38d87 => generated 856 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1849] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:06:21 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 971 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:06:21.551 8 INFO neutron_taas.services.taas.taas_plugin [req-373c37e8-38c2-45aa-93a1-af06ae0ea5f1 req-70ba9213-fdfd-42c5-8e64-f39f275eec10 525d3ebd31ad424990330eb720e22084 3ec7c027b99e4c29b91e92dc8da27301 - - default default] TaaS: Handle Delete Port: 8e310b86-5531-4a7c-9c72-9f8601462df0 2026-06-09 18:06:21.556 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-373c37e8-38c2-45aa-93a1-af06ae0ea5f1 req-70ba9213-fdfd-42c5-8e64-f39f275eec10 525d3ebd31ad424990330eb720e22084 3ec7c027b99e4c29b91e92dc8da27301 - - default default] Tap Mirror: Handle Delete Port: 8e310b86-5531-4a7c-9c72-9f8601462df0 [pid: 7|app: 0|req: 895/1850] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:06:21 2026] GET /v2.0/ports?tenant_id=40103b77e22548b9adc7877204b774f1&device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => 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: 956/1851] 199.204.45.95 () {36 vars in 995 bytes} [Tue Jun 9 18:06:21 2026] DELETE /v2.0/ports/8e310b86-5531-4a7c-9c72-9f8601462df0 => 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: 896/1852] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:06:21 2026] GET /v2.0/networks?id=2c1a3d03-7952-45fe-9795-8a02b6ae7338 => generated 757 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1853] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:06:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=bd55af97-a169-426a-b5d2-e10747c7484b => generated 859 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1854] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:06:21 2026] GET /v2.0/subnets?id=3a563aa4-a98b-457a-9ce8-ff02bca6136b => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1855] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:06:21 2026] GET /v2.0/ports?network_id=2c1a3d03-7952-45fe-9795-8a02b6ae7338&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1856] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:06:21 2026] GET /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1857] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:06:21 2026] GET /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338?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: 899/1858] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:06:22 2026] GET /v2.0/floatingips/928bc724-447b-4cf2-b4c3-176b51e38d87 => generated 856 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1859] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:22 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:23.175 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-034eaea2-7f69-4f88-ab5a-8d268b8204a0'] response: {'server_uuid': '2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891', 'name': 'network-vif-deleted', 'tag': '8e310b86-5531-4a7c-9c72-9f8601462df0', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 900/1860] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:06:23 2026] GET /v2.0/floatingips/928bc724-447b-4cf2-b4c3-176b51e38d87 => generated 858 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1861] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:23 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => 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: 961/1862] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:06:23 2026] GET /v2.0/security-groups?tenant_id=29d2a0ffc02f4933ac6e4b2ca46f9e4e&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1863] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:06:23 2026] DELETE /v2.0/security-groups/9a58d9b6-e6b8-4577-aa4f-c7ab294e99a1 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1864] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:24 2026] GET /v2.0/ports?device_id=2a8b8ccf-5d25-4bdb-9b24-7cdebfb5b891 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:06:27.005 7 INFO neutron_taas.services.taas.taas_plugin [None req-112b2ba2-2908-4cb3-80d1-5a349e2ebb19 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: d600eba8-029e-40d8-a313-dc9e769e56f7 2026-06-09 18:06:27.008 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-112b2ba2-2908-4cb3-80d1-5a349e2ebb19 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: d600eba8-029e-40d8-a313-dc9e769e56f7 [pid: 7|app: 0|req: 903/1865] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:06:26 2026] PUT /v2.0/routers/5aaa01cb-50f4-4440-93e0-a07d0a6e86cc/remove_router_interface => generated 309 bytes in 952 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:06:27.839 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4c8515a-5b8e-4575-a663-a23a6351a6cf 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 0f3b82cc-bcdb-4029-a406-6bf5d467e829 2026-06-09 18:06:27.842 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4c8515a-5b8e-4575-a663-a23a6351a6cf 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 0f3b82cc-bcdb-4029-a406-6bf5d467e829 2026-06-09 18:06:28.086 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4c8515a-5b8e-4575-a663-a23a6351a6cf 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 89f9c658-4f29-4e19-b0e6-2664d096b6d7 2026-06-09 18:06:28.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4c8515a-5b8e-4575-a663-a23a6351a6cf 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 89f9c658-4f29-4e19-b0e6-2664d096b6d7 2026-06-09 18:06:28.487 8 INFO neutron.services.segments.plugin [-] Segment bbc0b80a-935f-469c-b046-3373842c8530 resource provider aggregate not found 2026-06-09 18:06:28.491 8 INFO neutron.services.segments.plugin [-] Segment bbc0b80a-935f-469c-b046-3373842c8530 resource provider aggregate not found 2026-06-09 18:06:28.508 8 INFO neutron.db.l3_hamode_db [None req-e4c8515a-5b8e-4575-a663-a23a6351a6cf 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] HA network 1d06308c-50d5-4fa8-b030-8a8f5230365b was deleted as no HA routers are present in tenant 3ec7c027b99e4c29b91e92dc8da27301. 2026-06-09 18:06:28.513 8 INFO neutron.services.segments.plugin [-] Segment bbc0b80a-935f-469c-b046-3373842c8530 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbc0b80a-935f-469c-b046-3373842c8530 found for delete ", "request_id": "req-16ce9732-279c-4890-a7f1-444521d13c29"}]} 2026-06-09 18:06:28.515 8 INFO neutron.services.segments.plugin [-] Segment bbc0b80a-935f-469c-b046-3373842c8530 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbc0b80a-935f-469c-b046-3373842c8530 found for delete ", "request_id": "req-238cabf5-2362-41e0-9139-ea7964ef1bfb"}]} [pid: 8|app: 0|req: 963/1866] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:27 2026] DELETE /v2.0/routers/5aaa01cb-50f4-4440-93e0-a07d0a6e86cc => generated 0 bytes in 896 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1867] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:06:28 2026] DELETE /v2.0/subnets/662aacb7-2ddc-4704-9e7c-4ffbccf29a25 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:06:28.783 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c2f5d1d-0d4f-4b18-8bfd-b0c7a7e88d52 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: ae59d96d-9268-4117-b524-69f67ad8d8a1 2026-06-09 18:06:28.786 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c2f5d1d-0d4f-4b18-8bfd-b0c7a7e88d52 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: ae59d96d-9268-4117-b524-69f67ad8d8a1 [pid: 8|app: 0|req: 964/1868] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:06:28 2026] DELETE /v2.0/networks/b5fe2ccb-2dba-41a8-836b-05c011bb18b2 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1869] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:06:29 2026] GET /v2.0/security-groups?tenant_id=3ec7c027b99e4c29b91e92dc8da27301&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1870] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:06:29 2026] DELETE /v2.0/security-groups/d23c6672-0701-4c1e-bd55-b681bb0d8d43 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:06:30.535 8 INFO neutron.services.segments.plugin [-] Segment a1253d89-6f7e-4951-aa62-7d7d57b99e8c resource provider aggregate not found 2026-06-09 18:06:30.546 8 INFO neutron.services.segments.plugin [-] Segment a1253d89-6f7e-4951-aa62-7d7d57b99e8c resource provider aggregate not found 2026-06-09 18:06:30.551 8 INFO neutron.services.segments.plugin [-] Segment a1253d89-6f7e-4951-aa62-7d7d57b99e8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1253d89-6f7e-4951-aa62-7d7d57b99e8c found for delete ", "request_id": "req-04669059-e7d9-4a87-8874-14ccb2d826d6"}]} 2026-06-09 18:06:30.563 8 INFO neutron.services.segments.plugin [-] Segment a1253d89-6f7e-4951-aa62-7d7d57b99e8c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1253d89-6f7e-4951-aa62-7d7d57b99e8c found for delete ", "request_id": "req-cbfc45b1-0f4f-4c6a-8f36-6327f96c7fa4"}]} 2026-06-09 18:06:31.474 7 INFO neutron.db.segments_db [None req-249e62b3-f03a-40fc-8c4e-bdecca5fb918 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment af524abd-78f4-4754-bbfe-55cc06539ea1 of type vxlan for network 3f8647aa-1760-48dc-b8ac-f473d1f587dd [pid: 7|app: 0|req: 906/1871] 10.0.0.184 () {34 vars in 670 bytes} [Tue Jun 9 18:06:31 2026] POST /v2.0/networks => generated 722 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1872] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:06:31 2026] POST /v2.0/subnets => generated 688 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:06:31.790 7 INFO neutron.db.segments_db [None req-189271b4-d8b2-41e9-8b1b-a94574ac8b0b 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 7370fab4-3e79-4e1f-8211-87fe2d8473eb of type vxlan for network 30dfb37f-4620-4e24-8821-07c13fcc306e 2026-06-09 18:06:32.054 7 INFO neutron.db.l3_hamode_db [None req-189271b4-d8b2-41e9-8b1b-a94574ac8b0b 7273851d1c9a4515835c076687dd33a3 4011caef337144b0accc4ef9803eab69 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:06:33.632 7 INFO neutron.db.l3_hamode_db [None req-189271b4-d8b2-41e9-8b1b-a94574ac8b0b 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 907/1873] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:06:31 2026] POST /v2.0/routers => generated 728 bytes in 2881 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1874] 10.0.0.37 () {34 vars in 988 bytes} [Tue Jun 9 18:06:34 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 1244 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1875] 10.0.0.37 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:34 2026] GET /v2.0/security-groups?id=6f5bb1e8-5fbe-4986-8e1a-805e2acaddca&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: 908/1878] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:06:34 2026] PUT /v2.0/routers/498b10aa-5cfa-41ec-ad31-3309ddf3bc63/add_router_interface => generated 309 bytes in 1226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:06:37.316 7 INFO neutron.db.segments_db [None req-748a2e10-2495-4f63-88c8-712bc8724cb9 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment 35e774bd-6c9b-4272-8932-1f3ba3f71c36 of type vxlan for network 72970ea8-0292-422a-a191-04351d162080 [pid: 7|app: 0|req: 909/1879] 10.0.0.184 () {34 vars in 670 bytes} [Tue Jun 9 18:06:37 2026] POST /v2.0/networks => generated 721 bytes in 291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1880] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:06:37 2026] GET /v2.0/security-groups?tenant_id=f460fb311bfb47f49b2c7bd841340763&name=default => generated 2925 bytes in 383 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1881] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:06:37 2026] DELETE /v2.0/security-groups/6f9b38f7-2e04-4a31-a67a-9b7c182ddf82 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1882] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:06:37 2026] POST /v2.0/subnets => generated 687 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:06:37.702 8 INFO neutron.db.segments_db [None req-da20bec5-0ed6-46ef-ae74-284164677137 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Added segment e924cd97-a14d-4205-a74d-f3ef53f39c52 of type vxlan for network bae4d813-1a6e-4d91-ba5f-cbfac2c13a32 2026-06-09 18:06:37.976 8 INFO neutron.db.l3_hamode_db [None req-da20bec5-0ed6-46ef-ae74-284164677137 7273851d1c9a4515835c076687dd33a3 c38c03c747524b89aa88530859564792 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:06:38.947 8 INFO neutron.db.l3_hamode_db [None req-da20bec5-0ed6-46ef-ae74-284164677137 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 973/1883] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:06:37 2026] POST /v2.0/routers => generated 727 bytes in 2247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1884] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:06:39 2026] PUT /v2.0/routers/10175674-8abf-4676-8caa-924138598243/add_router_interface => generated 309 bytes in 1478 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1885] 10.0.0.187 () {32 vars in 801 bytes} [Tue Jun 9 18:06:41 2026] GET /v2.0/extensions => generated 21537 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1886] 10.0.0.184 () {34 vars in 684 bytes} [Tue Jun 9 18:06:41 2026] POST /v2.0/security-groups => generated 1675 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1887] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1888] 10.0.0.187 () {30 vars in 723 bytes} [Tue Jun 9 18:06:42 2026] GET /v2.0/quotas/2aef32fb87d34165b6bc1da76368bfe7/details => generated 847 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1889] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:42 2026] POST /v2.0/security-group-rules => generated 596 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1890] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1891] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:06:42.853 7 INFO neutron.db.securitygroups_db [None req-b29e0f4b-b360-40a9-9c3e-63d1a6f415f9 b9a73f37a83b48bdbfbbd5cc0294a573 4011caef337144b0accc4ef9803eab69 - - default default] Project 4011caef337144b0accc4ef9803eab69 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: 915/1892] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:06:42.989 8 INFO neutron.db.securitygroups_db [None req-b0396799-6964-43ed-99d6-0da7f74929c6 b9a73f37a83b48bdbfbbd5cc0294a573 4011caef337144b0accc4ef9803eab69 - - default default] Project 4011caef337144b0accc4ef9803eab69 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: 978/1893] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1894] 10.0.0.184 () {34 vars in 684 bytes} [Tue Jun 9 18:06:43 2026] POST /v2.0/security-groups => generated 1661 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1895] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1896] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:43 2026] POST /v2.0/security-group-rules => generated 602 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1897] 10.0.0.184 () {32 vars in 825 bytes} [Tue Jun 9 18:06:44 2026] GET /v2.0/ports?project_id=40103b77e22548b9adc7877204b774f1&network_id=2c1a3d03-7952-45fe-9795-8a02b6ae7338 => generated 3695 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1898] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:06:43 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: 919/1899] 10.0.0.35 () {34 vars in 1098 bytes} [Tue Jun 9 18:06:44 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1114757374&fields=id&tenant_id=4011caef337144b0accc4ef9803eab69 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1900] 10.0.0.35 () {34 vars in 1098 bytes} [Tue Jun 9 18:06:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1344159985&fields=id&tenant_id=4011caef337144b0accc4ef9803eab69 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1901] 10.0.0.35 () {34 vars in 980 bytes} [Tue Jun 9 18:06:44 2026] GET /v2.0/networks?id=3f8647aa-1760-48dc-b8ac-f473d1f587dd => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1902] 10.0.0.35 () {34 vars in 963 bytes} [Tue Jun 9 18:06:44 2026] GET /v2.0/quotas/4011caef337144b0accc4ef9803eab69 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1903] 10.0.0.184 () {32 vars in 741 bytes} [Tue Jun 9 18:06:44 2026] GET /v2.0/subnets?network_id=e7811240-0396-48de-a62c-bd16a594521e => generated 667 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1904] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:06:44 2026] GET /v2.0/ports?tenant_id=4011caef337144b0accc4ef9803eab69&fields=id => generated 103 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1905] 10.0.0.35 () {34 vars in 1006 bytes} [Tue Jun 9 18:06:44 2026] GET /v2.0/networks/3f8647aa-1760-48dc-b8ac-f473d1f587dd?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: 922/1906] 10.0.0.35 () {34 vars in 1106 bytes} [Tue Jun 9 18:06:44 2026] GET /v2.0/networks/3f8647aa-1760-48dc-b8ac-f473d1f587dd?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) 2026-06-09 18:06:45.107 8 INFO neutron.db.l3_db [None req-0a2f3317-0059-4892-9502-b86d40c38f68 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Floating IP 928bc724-447b-4cf2-b4c3-176b51e38d87 disassociated. External IP: 10.96.250.215, port: bd55af97-a169-426a-b5d2-e10747c7484b. [pid: 7|app: 0|req: 923/1907] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:45 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1908] 10.0.0.187 () {32 vars in 801 bytes} [Tue Jun 9 18:06:45 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1909] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:06:44 2026] PUT /v2.0/floatingips/928bc724-447b-4cf2-b4c3-176b51e38d87 => generated 554 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:06:45.511 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-dea774eb-a010-4bc8-9b2a-0463c47896bc'] response: {'name': 'network-changed', 'server_uuid': 'e42fba9c-f601-4006-83d2-cce015e2d158', 'tag': 'bd55af97-a169-426a-b5d2-e10747c7484b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 925/1910] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:06:45 2026] GET /v2.0/floatingips/928bc724-447b-4cf2-b4c3-176b51e38d87 => generated 554 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1911] 10.0.0.187 () {30 vars in 723 bytes} [Tue Jun 9 18:06:45 2026] GET /v2.0/quotas/2aef32fb87d34165b6bc1da76368bfe7/details => generated 847 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1912] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:06:46 2026] GET /v2.0/ports?tenant_id=40103b77e22548b9adc7877204b774f1&device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => 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: 987/1913] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:06:46 2026] GET /v2.0/networks?id=2c1a3d03-7952-45fe-9795-8a02b6ae7338 => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1914] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:06:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=bd55af97-a169-426a-b5d2-e10747c7484b => 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: 988/1915] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:06:46 2026] GET /v2.0/subnets?id=3a563aa4-a98b-457a-9ce8-ff02bca6136b => generated 677 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1916] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:06:46 2026] GET /v2.0/ports?network_id=2c1a3d03-7952-45fe-9795-8a02b6ae7338&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: 929/1917] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:46 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => 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: 989/1918] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:06:46 2026] GET /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1919] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:06:46 2026] GET /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1920] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:06:46 2026] GET /v2.0/floatingips/928bc724-447b-4cf2-b4c3-176b51e38d87 => generated 554 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1921] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:47 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1922] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:06:47 2026] GET /v2.0/floatingips/928bc724-447b-4cf2-b4c3-176b51e38d87 => generated 552 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1923] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:48 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1924] 10.0.0.184 () {34 vars in 684 bytes} [Tue Jun 9 18:06:48 2026] POST /v2.0/security-groups => generated 1675 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1925] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1926] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:48 2026] POST /v2.0/security-group-rules => generated 596 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1927] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1928] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:06:48 2026] GET /v2.0/security-groups?tenant_id=2aef32fb87d34165b6bc1da76368bfe7&name=default => generated 2925 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1929] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:49 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: 995/1930] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:06:49 2026] DELETE /v2.0/security-groups/1639f7eb-415f-45cb-83f6-0b81ea7c0992 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:06:49.394 7 INFO neutron.db.securitygroups_db [None req-539c0214-fe21-4212-a68d-37480e7b9b88 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Project 40103b77e22548b9adc7877204b774f1 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: 936/1931] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:49 2026] POST /v2.0/security-group-rules => generated 607 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:06:49.524 8 INFO neutron.db.securitygroups_db [None req-60202446-0738-4c94-9005-4d235295e389 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Project 40103b77e22548b9adc7877204b774f1 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: 996/1932] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:06:49 2026] POST /v2.0/security-group-rules => generated 606 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1933] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:49 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1934] 10.0.0.184 () {32 vars in 648 bytes} [Tue Jun 9 18:06:50 2026] GET /v2.0/networks => generated 1298 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1935] 10.0.0.35 () {34 vars in 1098 bytes} [Tue Jun 9 18:06:50 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1641118096&fields=id&tenant_id=40103b77e22548b9adc7877204b774f1 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1936] 10.0.0.35 () {34 vars in 980 bytes} [Tue Jun 9 18:06:50 2026] GET /v2.0/networks?id=2c1a3d03-7952-45fe-9795-8a02b6ae7338 => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1937] 10.0.0.35 () {34 vars in 963 bytes} [Tue Jun 9 18:06:50 2026] GET /v2.0/quotas/40103b77e22548b9adc7877204b774f1 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1938] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:06:50 2026] GET /v2.0/ports?tenant_id=40103b77e22548b9adc7877204b774f1&fields=id => generated 149 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1939] 10.0.0.35 () {34 vars in 1006 bytes} [Tue Jun 9 18:06:50 2026] GET /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338?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: 1000/1940] 10.0.0.35 () {34 vars in 1106 bytes} [Tue Jun 9 18:06:50 2026] GET /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338?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: 941/1941] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:50 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => 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: 943/1944] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:50 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => 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: 1002/1945] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:06:51 2026] GET /v2.0/networks?id=3f8647aa-1760-48dc-b8ac-f473d1f587dd => generated 673 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1946] 199.204.45.95 () {34 vars in 1048 bytes} [Tue Jun 9 18:06:51 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4011caef337144b0accc4ef9803eab69 => generated 274 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1947] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:51 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => 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: 1003/1948] 199.204.45.95 () {38 vars in 953 bytes} [Tue Jun 9 18:06:51 2026] POST /v2.0/ports => generated 997 bytes in 435 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: 1004/1949] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:52 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1000 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1950] 10.0.0.35 () {34 vars in 1118 bytes} [Tue Jun 9 18:06:52 2026] GET /v2.0/security-groups?id=6395d458-fb21-4431-a9df-46f7c069741b&id=5658d554-b59a-48e8-9db9-b5fb280cc8f8&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1951] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:06:51 2026] PUT /v2.0/ports/e9f35391-4d38-4ee3-83c4-e51c2e654a61 => generated 1278 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:06:52.456 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3214cf5e-6d12-426b-88b6-643cfcfd94aa'] response: {'name': 'network-changed', 'server_uuid': 'de59d16e-5500-43d4-9979-8cfddf97ad47', 'tag': 'e9f35391-4d38-4ee3-83c4-e51c2e654a61', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1006/1952] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:52 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => 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, ' [pid: 7|app: 0|req: 947/1953] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:06:52 2026] GET /v2.0/ports?tenant_id=4011caef337144b0accc4ef9803eab69&device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1281 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1954] 199.204.45.95 () {34 vars in 1016 bytes} [Tue Jun 9 18:06:53 2026] GET /v2.0/networks?tenant_id=4011caef337144b0accc4ef9803eab69&shared=False => generated 769 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1955] 199.204.45.95 () {34 vars in 928 bytes} [Tue Jun 9 18:06:53 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1956] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:53 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1012 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1957] 10.0.0.35 () {34 vars in 1118 bytes} [Tue Jun 9 18:06:53 2026] GET /v2.0/security-groups?id=6395d458-fb21-4431-a9df-46f7c069741b&id=5658d554-b59a-48e8-9db9-b5fb280cc8f8&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1958] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:54 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => 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: 951/1959] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:06:54 2026] GET /v2.0/ports?tenant_id=4011caef337144b0accc4ef9803eab69&device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1281 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1960] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:06:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=e9f35391-4d38-4ee3-83c4-e51c2e654a61 => 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: 1009/1961] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:06:53 2026] POST /v2.0/floatingips => generated 552 bytes in 681 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1962] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:06:54 2026] GET /v2.0/subnets?id=035eb879-6b8f-44fb-a9ad-d983c2b0bb62 => generated 691 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1963] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:06:54 2026] GET /v2.0/ports?network_id=3f8647aa-1760-48dc-b8ac-f473d1f587dd&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: 955/1964] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:06:54 2026] GET /v2.0/networks/3f8647aa-1760-48dc-b8ac-f473d1f587dd?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1965] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:54 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1012 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1966] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:06:54 2026] GET /v2.0/networks/3f8647aa-1760-48dc-b8ac-f473d1f587dd?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: 958/1967] 10.0.0.35 () {34 vars in 1118 bytes} [Tue Jun 9 18:06:54 2026] GET /v2.0/security-groups?id=6395d458-fb21-4431-a9df-46f7c069741b&id=5658d554-b59a-48e8-9db9-b5fb280cc8f8&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1968] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:06:54 2026] POST /v2.0/floatingips => generated 552 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1969] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:06:55 2026] GET /v2.0/networks?id=2c1a3d03-7952-45fe-9795-8a02b6ae7338 => generated 661 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1970] 199.204.45.95 () {34 vars in 1048 bytes} [Tue Jun 9 18:06:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=40103b77e22548b9adc7877204b774f1 => generated 274 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1971] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:55 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => 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: 959/1972] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:06:54 2026] POST /v2.0/floatingips => generated 552 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1973] 199.204.45.95 () {38 vars in 953 bytes} [Tue Jun 9 18:06:55 2026] POST /v2.0/ports => generated 958 bytes in 430 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: 960/1974] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:06:55 2026] POST /v2.0/floatingips => generated 552 bytes in 592 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/1975] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:55 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1012 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1976] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:06:55 2026] PUT /v2.0/ports/e07c698f-ed3b-4097-aec5-a6ef1fad0952 => generated 1239 bytes in 446 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: 1016/1977] 10.0.0.35 () {34 vars in 1118 bytes} [Tue Jun 9 18:06:56 2026] GET /v2.0/security-groups?id=6395d458-fb21-4431-a9df-46f7c069741b&id=5658d554-b59a-48e8-9db9-b5fb280cc8f8&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:06:56.096 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3674e37-50f4-4913-bb8a-0cc7c4feea75'] response: {'name': 'network-changed', 'server_uuid': 'c10b82b7-ee09-4f82-81f4-8ed9d4feb56c', 'tag': 'e07c698f-ed3b-4097-aec5-a6ef1fad0952', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1017/1978] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:56 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => generated 973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1979] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:56 2026] GET /v2.0/security-groups?id=9c908bde-0b43-45cc-b3cf-506776844d99&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: 962/1980] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:06:55 2026] POST /v2.0/floatingips => generated 552 bytes in 577 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/1981] 10.0.0.184 () {34 vars in 758 bytes} [Tue Jun 9 18:06:56 2026] PUT /v2.0/floatingips/808629e5-d4ff-4551-afcb-8d7b73fd1ef9/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1982] 10.0.0.184 () {34 vars in 758 bytes} [Tue Jun 9 18:06:56 2026] PUT /v2.0/floatingips/b9566cb3-82b9-4d8e-b643-770ce339e31a/tags => generated 25 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1983] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:06:56 2026] GET /v2.0/ports?tenant_id=40103b77e22548b9adc7877204b774f1&device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => 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: 965/1984] 199.204.45.95 () {34 vars in 1016 bytes} [Tue Jun 9 18:06:56 2026] GET /v2.0/networks?tenant_id=40103b77e22548b9adc7877204b774f1&shared=False => generated 757 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/1985] 199.204.45.95 () {34 vars in 928 bytes} [Tue Jun 9 18:06:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1986] 10.0.0.184 () {34 vars in 758 bytes} [Tue Jun 9 18:06:56 2026] PUT /v2.0/floatingips/3f42b9d1-38bf-4e31-a37e-dd75f4cff970/tags => generated 34 bytes in 557 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1987] 10.0.0.184 () {34 vars in 758 bytes} [Tue Jun 9 18:06:57 2026] PUT /v2.0/floatingips/31add217-4440-4883-b224-270a7a886853/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1988] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1012 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1989] 10.0.0.35 () {34 vars in 1118 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/security-groups?id=6395d458-fb21-4431-a9df-46f7c069741b&id=5658d554-b59a-48e8-9db9-b5fb280cc8f8&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1990] 10.0.0.184 () {32 vars in 671 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1991] 10.0.0.184 () {32 vars in 685 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1992] 10.0.0.184 () {32 vars in 681 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1993] 10.0.0.184 () {32 vars in 693 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1994] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1995] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/security-groups?id=9c908bde-0b43-45cc-b3cf-506776844d99&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1996] 10.0.0.184 () {32 vars in 679 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1997] 10.0.0.184 () {32 vars in 693 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1998] 10.0.0.184 () {32 vars in 689 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1999] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => 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: 1027/2000] 10.0.0.184 () {32 vars in 701 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2001] 199.204.45.95 () {34 vars in 1122 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/security-groups?id=6395d458-fb21-4431-a9df-46f7c069741b&id=5658d554-b59a-48e8-9db9-b5fb280cc8f8&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2002] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/ports?tenant_id=40103b77e22548b9adc7877204b774f1&device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:06:57.815 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a44608c-2d9a-48b9-b5e6-0059082986b7 1dbdf53907e14aa5a0cac7ae83aebcd5 18d69183e13f49cfafa6a825bc74d84b - - default default] TaaS: Handle Delete Port: a843b2d8-8d66-433f-950a-85b9458c1c08 2026-06-09 18:06:57.818 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a44608c-2d9a-48b9-b5e6-0059082986b7 1dbdf53907e14aa5a0cac7ae83aebcd5 18d69183e13f49cfafa6a825bc74d84b - - default default] Tap Mirror: Handle Delete Port: a843b2d8-8d66-433f-950a-85b9458c1c08 [pid: 7|app: 0|req: 976/2003] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e07c698f-ed3b-4097-aec5-a6ef1fad0952 => 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: 977/2004] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/subnets?id=3a563aa4-a98b-457a-9ce8-ff02bca6136b => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2005] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/ports?network_id=2c1a3d03-7952-45fe-9795-8a02b6ae7338&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2006] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1028/2007] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:06:57 2026] DELETE /v2.0/floatingips/808629e5-d4ff-4551-afcb-8d7b73fd1ef9 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2008] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:06:57 2026] GET /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338?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) 2026-06-09 18:06:58.120 8 INFO neutron_taas.services.taas.taas_plugin [None req-c8f2a985-9f3c-41c1-bf3e-e05784d098b2 1dbdf53907e14aa5a0cac7ae83aebcd5 18d69183e13f49cfafa6a825bc74d84b - - default default] TaaS: Handle Delete Port: 1b3f96c7-7115-41cf-a546-4398bbeb382c 2026-06-09 18:06:58.123 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8f2a985-9f3c-41c1-bf3e-e05784d098b2 1dbdf53907e14aa5a0cac7ae83aebcd5 18d69183e13f49cfafa6a825bc74d84b - - default default] Tap Mirror: Handle Delete Port: 1b3f96c7-7115-41cf-a546-4398bbeb382c [pid: 8|app: 0|req: 1029/2009] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:06:58 2026] DELETE /v2.0/floatingips/b9566cb3-82b9-4d8e-b643-770ce339e31a => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2010] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:58 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1014 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2011] 10.0.0.35 () {34 vars in 1118 bytes} [Tue Jun 9 18:06:58 2026] GET /v2.0/security-groups?id=6395d458-fb21-4431-a9df-46f7c069741b&id=5658d554-b59a-48e8-9db9-b5fb280cc8f8&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:06:58.455 7 INFO neutron_taas.services.taas.taas_plugin [None req-86c8ab3e-0851-46e4-9089-6cf9c3dda6c0 1dbdf53907e14aa5a0cac7ae83aebcd5 18d69183e13f49cfafa6a825bc74d84b - - default default] TaaS: Handle Delete Port: b2d6f760-be40-47f1-bb90-b8ef94b2af68 2026-06-09 18:06:58.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86c8ab3e-0851-46e4-9089-6cf9c3dda6c0 1dbdf53907e14aa5a0cac7ae83aebcd5 18d69183e13f49cfafa6a825bc74d84b - - default default] Tap Mirror: Handle Delete Port: b2d6f760-be40-47f1-bb90-b8ef94b2af68 [pid: 8|app: 0|req: 1032/2012] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:58 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2013] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:06:58 2026] DELETE /v2.0/floatingips/3f42b9d1-38bf-4e31-a37e-dd75f4cff970 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2014] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:58 2026] GET /v2.0/security-groups?id=9c908bde-0b43-45cc-b3cf-506776844d99&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:06:58.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-dc3c6c7c-65a7-40fe-9770-fd938b761566 1dbdf53907e14aa5a0cac7ae83aebcd5 18d69183e13f49cfafa6a825bc74d84b - - default default] TaaS: Handle Delete Port: a13e723b-9335-48ba-bfae-dff87d8e1c1e 2026-06-09 18:06:58.775 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc3c6c7c-65a7-40fe-9770-fd938b761566 1dbdf53907e14aa5a0cac7ae83aebcd5 18d69183e13f49cfafa6a825bc74d84b - - default default] Tap Mirror: Handle Delete Port: a13e723b-9335-48ba-bfae-dff87d8e1c1e [pid: 7|app: 0|req: 982/2015] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:06:58 2026] DELETE /v2.0/floatingips/31add217-4440-4883-b224-270a7a886853 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:06:59.090 8 INFO neutron_taas.services.taas.taas_plugin [None req-9964a91c-ad92-420e-86fd-f6494de76680 1dbdf53907e14aa5a0cac7ae83aebcd5 18d69183e13f49cfafa6a825bc74d84b - - default default] TaaS: Handle Delete Port: e8f798c9-d974-4da5-b2e8-4f5115e80ea2 2026-06-09 18:06:59.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9964a91c-ad92-420e-86fd-f6494de76680 1dbdf53907e14aa5a0cac7ae83aebcd5 18d69183e13f49cfafa6a825bc74d84b - - default default] Tap Mirror: Handle Delete Port: e8f798c9-d974-4da5-b2e8-4f5115e80ea2 [pid: 8|app: 0|req: 1034/2016] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:06:58 2026] DELETE /v2.0/floatingips/d2d804dc-ac7a-429b-999e-47becfafbcca => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2017] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:59 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1014 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2018] 10.0.0.35 () {34 vars in 1118 bytes} [Tue Jun 9 18:06:59 2026] GET /v2.0/security-groups?id=6395d458-fb21-4431-a9df-46f7c069741b&id=5658d554-b59a-48e8-9db9-b5fb280cc8f8&fields=id&fields=name => generated 207 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2019] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:59 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1014 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2020] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:06:59 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => generated 973 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2021] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:06:59 2026] GET /v2.0/security-groups?id=9c908bde-0b43-45cc-b3cf-506776844d99&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:07:00.203 8 INFO neutron.db.l3_db [None req-5e7a4e7e-0015-4b53-8c26-7b4a5a0974ea b9a73f37a83b48bdbfbbd5cc0294a573 4011caef337144b0accc4ef9803eab69 - - default default] Floating IP 3543462d-7309-4a13-8b98-be8b43cc51e9 associated. External IP: 10.96.250.204, port: e9f35391-4d38-4ee3-83c4-e51c2e654a61. [pid: 8|app: 0|req: 1037/2022] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:06:59 2026] PUT /v2.0/floatingips/3543462d-7309-4a13-8b98-be8b43cc51e9 => generated 856 bytes in 677 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:07:00.562 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a09b2823-2081-44f3-aafb-4c8beae5533f'] response: {'name': 'network-changed', 'server_uuid': 'de59d16e-5500-43d4-9979-8cfddf97ad47', 'tag': 'e9f35391-4d38-4ee3-83c4-e51c2e654a61', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 986/2023] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:00 2026] GET /v2.0/security-groups?tenant_id=98cf07573ba440a2abdd655b92822b50&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2024] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:00 2026] DELETE /v2.0/security-groups/35d9148c-1a27-40c3-b130-cd5b964911c8 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2025] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:00 2026] GET /v2.0/security-groups?tenant_id=64f0da621ceb40acb6541667ad988b15&name=default => generated 2925 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2026] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:01 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => generated 973 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2027] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:07:01 2026] GET /v2.0/ports?tenant_id=4011caef337144b0accc4ef9803eab69&device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => 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: 989/2028] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:07:01 2026] GET /v2.0/security-groups?id=9c908bde-0b43-45cc-b3cf-506776844d99&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: 990/2029] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:07:01 2026] GET /v2.0/networks?id=3f8647aa-1760-48dc-b8ac-f473d1f587dd => 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: 1040/2030] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:01 2026] DELETE /v2.0/security-groups/fea901e1-12ee-4a84-8340-613b2e717ba2 => 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: 991/2031] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:07:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=e9f35391-4d38-4ee3-83c4-e51c2e654a61 => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2032] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:07:01 2026] GET /v2.0/subnets?id=035eb879-6b8f-44fb-a9ad-d983c2b0bb62 => generated 691 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2033] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:07:01 2026] GET /v2.0/ports?network_id=3f8647aa-1760-48dc-b8ac-f473d1f587dd&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: 1042/2034] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:07:01 2026] GET /v2.0/networks/3f8647aa-1760-48dc-b8ac-f473d1f587dd?fields=segments => generated 14 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2035] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:07:01 2026] GET /v2.0/networks/3f8647aa-1760-48dc-b8ac-f473d1f587dd?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2036] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:01 2026] GET /v2.0/security-groups?tenant_id=18d69183e13f49cfafa6a825bc74d84b&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2037] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:01 2026] DELETE /v2.0/security-groups/8635f969-b79e-40eb-b386-1a2a6443b4a3 => 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: 1044/2038] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:02 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2039] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:07:02 2026] GET /v2.0/security-groups?id=9c908bde-0b43-45cc-b3cf-506776844d99&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/2040] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:03 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2041] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:07:03 2026] GET /v2.0/security-groups?id=9c908bde-0b43-45cc-b3cf-506776844d99&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2042] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:04 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => 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: 997/2043] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:07:04 2026] GET /v2.0/security-groups?id=9c908bde-0b43-45cc-b3cf-506776844d99&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: 1047/2044] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:04 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => 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: 998/2045] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:07:04 2026] GET /v2.0/security-groups?id=9c908bde-0b43-45cc-b3cf-506776844d99&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2046] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:07:04 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:07:05.309 7 INFO neutron.db.l3_db [None req-009a96bb-c903-4b9e-bbcc-dcf8f94bddc7 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Floating IP 928bc724-447b-4cf2-b4c3-176b51e38d87 associated. External IP: 10.96.250.215, port: e07c698f-ed3b-4097-aec5-a6ef1fad0952. [pid: 7|app: 0|req: 999/2047] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:07:04 2026] PUT /v2.0/floatingips/928bc724-447b-4cf2-b4c3-176b51e38d87 => generated 856 bytes in 702 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:07:05.674 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-425fcd15-6c68-4b1a-a479-b64b8561ed94'] response: {'name': 'network-changed', 'server_uuid': 'c10b82b7-ee09-4f82-81f4-8ed9d4feb56c', 'tag': 'e07c698f-ed3b-4097-aec5-a6ef1fad0952', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1049/2048] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:07:05 2026] GET /v2.0/floatingips/928bc724-447b-4cf2-b4c3-176b51e38d87 => generated 856 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2051] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:07:06 2026] GET /v2.0/ports?tenant_id=40103b77e22548b9adc7877204b774f1&device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2052] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:07:06 2026] GET /v2.0/networks?id=2c1a3d03-7952-45fe-9795-8a02b6ae7338 => generated 757 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2053] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:07:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=e07c698f-ed3b-4097-aec5-a6ef1fad0952 => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2054] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:07:06 2026] GET /v2.0/subnets?id=3a563aa4-a98b-457a-9ce8-ff02bca6136b => generated 677 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2055] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:07:06 2026] GET /v2.0/ports?network_id=2c1a3d03-7952-45fe-9795-8a02b6ae7338&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: 1006/2056] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:07:06 2026] GET /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2057] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:07:06 2026] GET /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338?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: 1051/2058] 10.0.0.184 () {34 vars in 683 bytes} [Tue Jun 9 18:07:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 486 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2059] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:07:06 2026] GET /v2.0/floatingips/928bc724-447b-4cf2-b4c3-176b51e38d87 => generated 856 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2060] 10.0.0.184 () {34 vars in 683 bytes} [Tue Jun 9 18:07:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2061] 10.0.0.184 () {34 vars in 683 bytes} [Tue Jun 9 18:07:06 2026] POST /v2.0/security-groups => generated 1601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2062] 10.0.0.184 () {34 vars in 683 bytes} [Tue Jun 9 18:07:07 2026] POST /v2.0/security-groups => generated 1601 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2063] 10.0.0.184 () {34 vars in 683 bytes} [Tue Jun 9 18:07:07 2026] POST /v2.0/security-groups => generated 1601 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2064] 10.0.0.184 () {34 vars in 766 bytes} [Tue Jun 9 18:07:07 2026] PUT /v2.0/security-groups/80c74cb0-46b0-4895-bdb5-e1bca598462f/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: 1055/2065] 10.0.0.184 () {34 vars in 766 bytes} [Tue Jun 9 18:07:07 2026] PUT /v2.0/security-groups/9166a63f-fe8b-4e9c-b224-5b04a7b74917/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: 1011/2066] 10.0.0.184 () {34 vars in 766 bytes} [Tue Jun 9 18:07:07 2026] PUT /v2.0/security-groups/c1408c92-5a43-48f2-9ea1-7127c6aa5d3a/tags => generated 34 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2067] 10.0.0.184 () {34 vars in 766 bytes} [Tue Jun 9 18:07:07 2026] PUT /v2.0/security-groups/10ad6a20-e3ad-46cf-87b9-5a2e3b75b9a2/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2068] 10.0.0.184 () {32 vars in 679 bytes} [Tue Jun 9 18:07:07 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: 1057/2069] 10.0.0.184 () {32 vars in 693 bytes} [Tue Jun 9 18:07:07 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: 7|app: 0|req: 1013/2070] 10.0.0.184 () {32 vars in 689 bytes} [Tue Jun 9 18:07:07 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2071] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:07:07 2026] GET /v2.0/floatingips/928bc724-447b-4cf2-b4c3-176b51e38d87 => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2072] 10.0.0.184 () {32 vars in 701 bytes} [Tue Jun 9 18:07:07 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2073] 10.0.0.184 () {32 vars in 687 bytes} [Tue Jun 9 18:07:07 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2074] 10.0.0.184 () {32 vars in 701 bytes} [Tue Jun 9 18:07:07 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2075] 10.0.0.184 () {32 vars in 697 bytes} [Tue Jun 9 18:07:07 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2076] 10.0.0.184 () {32 vars in 709 bytes} [Tue Jun 9 18:07:07 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2077] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:08 2026] DELETE /v2.0/security-groups/80c74cb0-46b0-4895-bdb5-e1bca598462f => 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: 1017/2078] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:08 2026] DELETE /v2.0/security-groups/9166a63f-fe8b-4e9c-b224-5b04a7b74917 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2079] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:08 2026] DELETE /v2.0/security-groups/c1408c92-5a43-48f2-9ea1-7127c6aa5d3a => 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: 1018/2080] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:08 2026] DELETE /v2.0/security-groups/10ad6a20-e3ad-46cf-87b9-5a2e3b75b9a2 => 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: 1063/2081] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:08 2026] DELETE /v2.0/security-groups/e5dbdc5c-62d3-46e0-b71c-8113c2668151 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2082] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:08 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => 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: 1064/2083] 10.0.0.35 () {34 vars in 1118 bytes} [Tue Jun 9 18:07:08 2026] GET /v2.0/security-groups?id=6395d458-fb21-4431-a9df-46f7c069741b&id=5658d554-b59a-48e8-9db9-b5fb280cc8f8&fields=id&fields=name => generated 207 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2084] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:07:08 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1283 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2085] 10.0.0.184 () {32 vars in 857 bytes} [Tue Jun 9 18:07:09 2026] GET /v2.0/floatingips?floating_network_id=e7811240-0396-48de-a62c-bd16a594521e&port_id=e9f35391-4d38-4ee3-83c4-e51c2e654a61 => generated 861 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2086] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:09 2026] GET /v2.0/security-groups?tenant_id=d0a9dee8158f47de84bda0f5ff26d7ac&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2087] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:09 2026] DELETE /v2.0/security-groups/4c115ae1-67d0-4c8d-9c6d-3bbc087fe8c1 => 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: 1022/2088] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:09 2026] GET /v2.0/security-groups?tenant_id=8c3ce04b10db4698ad0daf27ae29d140&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2089] 10.0.0.37 () {34 vars in 988 bytes} [Tue Jun 9 18:07:10 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1283 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2090] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:09 2026] DELETE /v2.0/security-groups/6a4e9ff3-c7a2-4d00-a824-8a4742b0ee7c => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2091] 10.0.0.37 () {34 vars in 1118 bytes} [Tue Jun 9 18:07:10 2026] GET /v2.0/security-groups?id=6395d458-fb21-4431-a9df-46f7c069741b&id=5658d554-b59a-48e8-9db9-b5fb280cc8f8&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2092] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:10 2026] GET /v2.0/security-groups?tenant_id=c049ed6f73554c05b5166d15f5447de9&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2093] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:10 2026] DELETE /v2.0/security-groups/5d1af453-8f3b-4356-9354-958a89bbcb22 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2094] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:12 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1014 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2095] 10.0.0.35 () {34 vars in 1118 bytes} [Tue Jun 9 18:07:12 2026] GET /v2.0/security-groups?id=6395d458-fb21-4431-a9df-46f7c069741b&id=5658d554-b59a-48e8-9db9-b5fb280cc8f8&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2096] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:13 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2097] 10.0.0.35 () {34 vars in 1118 bytes} [Tue Jun 9 18:07:13 2026] GET /v2.0/security-groups?id=6395d458-fb21-4431-a9df-46f7c069741b&id=5658d554-b59a-48e8-9db9-b5fb280cc8f8&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2098] 10.0.0.184 () {34 vars in 683 bytes} [Tue Jun 9 18:07:13 2026] POST /v2.0/security-groups => generated 1601 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2099] 10.0.0.184 () {34 vars in 766 bytes} [Tue Jun 9 18:07:14 2026] PUT /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2100] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:07:14 2026] GET /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2101] 10.0.0.184 () {34 vars in 777 bytes} [Tue Jun 9 18:07:14 2026] PUT /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2102] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:07:14 2026] GET /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2103] 10.0.0.184 () {34 vars in 773 bytes} [Tue Jun 9 18:07:14 2026] PUT /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags/red => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2104] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:07:14 2026] GET /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2105] 10.0.0.184 () {34 vars in 795 bytes} [Tue Jun 9 18:07:14 2026] PUT /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags/black.or.white => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2106] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:07:14 2026] GET /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2107] 10.0.0.184 () {34 vars in 766 bytes} [Tue Jun 9 18:07:14 2026] PUT /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2108] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:07:14 2026] GET /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags => generated 37 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2109] 10.0.0.184 () {32 vars in 754 bytes} [Tue Jun 9 18:07:14 2026] GET /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags/red => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:07:14.944 8 INFO neutron.api.v2.resource [None req-2e1fcd61-a801-4f91-8bb2-95c545aa2548 fd11e01d0ab64406a640f9f928503f7d f3f869e15bba428db5cc39443c2f3a8a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1077/2110] 10.0.0.184 () {32 vars in 758 bytes} [Tue Jun 9 18:07:14 2026] GET /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2111] 10.0.0.184 () {32 vars in 757 bytes} [Tue Jun 9 18:07:14 2026] DELETE /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2112] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:14 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1014 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2113] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:07:15 2026] GET /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2114] 10.0.0.35 () {34 vars in 1118 bytes} [Tue Jun 9 18:07:15 2026] GET /v2.0/security-groups?id=6395d458-fb21-4431-a9df-46f7c069741b&id=5658d554-b59a-48e8-9db9-b5fb280cc8f8&fields=id&fields=name => generated 207 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2115] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:07:15 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 1014 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:07:15.099 7 INFO neutron.api.v2.resource [None req-aa0fb7cf-120d-4079-bbed-72c94e27d231 fd11e01d0ab64406a640f9f928503f7d f3f869e15bba428db5cc39443c2f3a8a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1036/2116] 10.0.0.184 () {32 vars in 761 bytes} [Tue Jun 9 18:07:15 2026] DELETE /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags/green => generated 99 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2117] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:07:15 2026] DELETE /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2118] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:07:15 2026] GET /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:07:15.216 8 INFO neutron_taas.services.taas.taas_plugin [req-37d7bece-df4a-4e0b-8dc2-b95a9bb3fff8 req-c3330547-3901-498f-8a72-182d27799fa2 b9a73f37a83b48bdbfbbd5cc0294a573 4011caef337144b0accc4ef9803eab69 - - default default] TaaS: Handle Delete Port: e9f35391-4d38-4ee3-83c4-e51c2e654a61 2026-06-09 18:07:15.219 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-37d7bece-df4a-4e0b-8dc2-b95a9bb3fff8 req-c3330547-3901-498f-8a72-182d27799fa2 b9a73f37a83b48bdbfbbd5cc0294a573 4011caef337144b0accc4ef9803eab69 - - default default] Tap Mirror: Handle Delete Port: e9f35391-4d38-4ee3-83c4-e51c2e654a61 [pid: 7|app: 0|req: 1039/2119] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:15 2026] DELETE /v2.0/security-groups/727b4ee4-86ce-4d85-8035-f055e43c9030 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:07:15.370 8 INFO neutron.db.l3_db [req-37d7bece-df4a-4e0b-8dc2-b95a9bb3fff8 req-c3330547-3901-498f-8a72-182d27799fa2 b9a73f37a83b48bdbfbbd5cc0294a573 4011caef337144b0accc4ef9803eab69 - - default default] Floating IP 3543462d-7309-4a13-8b98-be8b43cc51e9 disassociated. External IP: 10.96.250.204, port: e9f35391-4d38-4ee3-83c4-e51c2e654a61. [pid: 7|app: 0|req: 1040/2120] 10.0.0.37 () {34 vars in 988 bytes} [Tue Jun 9 18:07:15 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2121] 10.0.0.37 () {34 vars in 1038 bytes} [Tue Jun 9 18:07:15 2026] GET /v2.0/security-groups?id=9c908bde-0b43-45cc-b3cf-506776844d99&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2122] 199.204.45.95 () {36 vars in 995 bytes} [Tue Jun 9 18:07:15 2026] DELETE /v2.0/ports/e9f35391-4d38-4ee3-83c4-e51c2e654a61 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:07:15.817 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e251cee7-87d7-4d8e-8746-a100ae946607'] response: {'server_uuid': 'de59d16e-5500-43d4-9979-8cfddf97ad47', 'name': 'network-vif-deleted', 'tag': 'e9f35391-4d38-4ee3-83c4-e51c2e654a61', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1082/2123] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:16 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2124] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:16 2026] GET /v2.0/security-groups?tenant_id=069ec78a3bd949a1808c84f22b90f9a8&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2125] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:16 2026] DELETE /v2.0/security-groups/0cb24271-943c-4e7b-94aa-59482f8fd8b0 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2126] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:16 2026] GET /v2.0/security-groups?tenant_id=f3f869e15bba428db5cc39443c2f3a8a&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: 1084/2127] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:16 2026] DELETE /v2.0/security-groups/7459363b-b204-4197-96fd-7e82f70d9b04 => 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: 1044/2128] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:17 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => 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: 1085/2129] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:18 2026] GET /v2.0/ports?device_id=de59d16e-5500-43d4-9979-8cfddf97ad47 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2130] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:19 2026] DELETE /v2.0/security-groups/6395d458-fb21-4431-a9df-46f7c069741b => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:07:19.695 8 INFO neutron.api.v2.resource [None req-23e5b1ea-3045-40bd-8fc5-1b67e2e79a07 b9a73f37a83b48bdbfbbd5cc0294a573 4011caef337144b0accc4ef9803eab69 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1086/2131] 10.0.0.184 () {32 vars in 736 bytes} [Tue Jun 9 18:07:19 2026] GET /v2.0/security-groups/6395d458-fb21-4431-a9df-46f7c069741b => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:07:19.794 7 INFO neutron_taas.services.taas.taas_plugin [None req-53817e3c-320c-440e-ab63-6fcdc555c474 b9a73f37a83b48bdbfbbd5cc0294a573 4011caef337144b0accc4ef9803eab69 - - default default] TaaS: Handle Delete Port: f6f6ad25-9869-4355-8c0e-392d4f84f2e6 2026-06-09 18:07:19.797 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53817e3c-320c-440e-ab63-6fcdc555c474 b9a73f37a83b48bdbfbbd5cc0294a573 4011caef337144b0accc4ef9803eab69 - - default default] Tap Mirror: Handle Delete Port: f6f6ad25-9869-4355-8c0e-392d4f84f2e6 [pid: 7|app: 0|req: 1046/2132] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:07:19 2026] DELETE /v2.0/floatingips/3543462d-7309-4a13-8b98-be8b43cc51e9 => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2133] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:19 2026] DELETE /v2.0/security-groups/5658d554-b59a-48e8-9db9-b5fb280cc8f8 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2134] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:07:19 2026] POST /v2.0/subnetpools => generated 516 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2135] 10.0.0.184 () {34 vars in 758 bytes} [Tue Jun 9 18:07:20 2026] PUT /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/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: 1049/2136] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:07:20 2026] GET /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2137] 10.0.0.184 () {34 vars in 769 bytes} [Tue Jun 9 18:07:20 2026] PUT /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2138] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:07:20 2026] GET /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2139] 10.0.0.184 () {34 vars in 765 bytes} [Tue Jun 9 18:07:20 2026] PUT /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2140] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:07:20 2026] GET /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2141] 10.0.0.184 () {34 vars in 787 bytes} [Tue Jun 9 18:07:20 2026] PUT /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags/black.or.white => 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: 1055/2142] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:07:20 2026] GET /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:07:20.588 8 INFO neutron_taas.services.taas.taas_plugin [None req-16a6759c-3c6a-4bfa-9aea-86bddad84540 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: fc64b130-1fc9-4cf9-ab9e-7bfc086ec79a 2026-06-09 18:07:20.591 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-16a6759c-3c6a-4bfa-9aea-86bddad84540 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: fc64b130-1fc9-4cf9-ab9e-7bfc086ec79a [pid: 7|app: 0|req: 1056/2143] 10.0.0.184 () {34 vars in 758 bytes} [Tue Jun 9 18:07:20 2026] PUT /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/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: 1057/2144] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:07:20 2026] GET /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2145] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:07:20 2026] GET /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:07:20.718 7 INFO neutron.api.v2.resource [None req-029b60c9-806b-46b6-bef5-5c509a43efe7 d281b6bdc8eb46658ed67bfc51b6840d 68281af45c674483aded1ec789e10829 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1059/2146] 10.0.0.184 () {32 vars in 750 bytes} [Tue Jun 9 18:07:20 2026] GET /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2147] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:07:20 2026] DELETE /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2148] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:07:20 2026] GET /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags => generated 30 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:07:20.837 7 INFO neutron.api.v2.resource [None req-06ef3dcd-4e82-4b06-b26c-9d731a0f8d19 d281b6bdc8eb46658ed67bfc51b6840d 68281af45c674483aded1ec789e10829 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1064/2151] 10.0.0.184 () {32 vars in 753 bytes} [Tue Jun 9 18:07:20 2026] DELETE /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2152] 10.0.0.184 () {32 vars in 741 bytes} [Tue Jun 9 18:07:20 2026] DELETE /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags => 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: 1066/2153] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:07:20 2026] GET /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760/tags => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2154] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:07:20 2026] DELETE /v2.0/subnetpools/e6a90153-d4bc-40ec-bca4-8c0740cc1760 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2155] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:07:20 2026] PUT /v2.0/routers/498b10aa-5cfa-41ec-ad31-3309ddf3bc63/remove_router_interface => generated 309 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:07:21.501 7 INFO neutron_taas.services.taas.taas_plugin [None req-31edcc74-e75b-48cd-9133-86df1cc788fc 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 7d7de47b-b8da-4f84-b03f-65fa14aed444 2026-06-09 18:07:21.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31edcc74-e75b-48cd-9133-86df1cc788fc 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 7d7de47b-b8da-4f84-b03f-65fa14aed444 2026-06-09 18:07:21.801 7 INFO neutron_taas.services.taas.taas_plugin [None req-31edcc74-e75b-48cd-9133-86df1cc788fc 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: ac31dd12-752d-4b1c-9b71-d3b52e0cc686 2026-06-09 18:07:21.804 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-31edcc74-e75b-48cd-9133-86df1cc788fc 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: ac31dd12-752d-4b1c-9b71-d3b52e0cc686 [pid: 8|app: 0|req: 1089/2156] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:21 2026] GET /v2.0/security-groups?tenant_id=dc766e739e5a4df3a0073e4b63119aef&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: 1090/2157] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:22 2026] DELETE /v2.0/security-groups/2c2bb29a-7b9c-4df4-ba51-8082cfad5804 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:07:22.182 7 INFO neutron.services.segments.plugin [-] Segment 7370fab4-3e79-4e1f-8211-87fe2d8473eb resource provider aggregate not found 2026-06-09 18:07:22.188 7 INFO neutron.services.segments.plugin [-] Segment 7370fab4-3e79-4e1f-8211-87fe2d8473eb resource provider aggregate not found 2026-06-09 18:07:22.207 7 INFO neutron.db.l3_hamode_db [None req-31edcc74-e75b-48cd-9133-86df1cc788fc 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] HA network 30dfb37f-4620-4e24-8821-07c13fcc306e was deleted as no HA routers are present in tenant 4011caef337144b0accc4ef9803eab69. 2026-06-09 18:07:22.210 7 INFO neutron.services.segments.plugin [-] Segment 7370fab4-3e79-4e1f-8211-87fe2d8473eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7370fab4-3e79-4e1f-8211-87fe2d8473eb found for delete ", "request_id": "req-8dc824c1-31ce-4697-8b93-cd0e14000186"}]} 2026-06-09 18:07:22.210 7 INFO neutron.services.segments.plugin [-] Segment 7370fab4-3e79-4e1f-8211-87fe2d8473eb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7370fab4-3e79-4e1f-8211-87fe2d8473eb found for delete ", "request_id": "req-8c8b692d-a24a-4600-a9fa-77f2fa61139f"}]} [pid: 7|app: 0|req: 1068/2158] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:07:21 2026] DELETE /v2.0/routers/498b10aa-5cfa-41ec-ad31-3309ddf3bc63 => generated 0 bytes in 968 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2159] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:22 2026] GET /v2.0/security-groups?tenant_id=68281af45c674483aded1ec789e10829&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2160] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:07:22 2026] DELETE /v2.0/subnets/035eb879-6b8f-44fb-a9ad-d983c2b0bb62 => 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: 1092/2161] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:22 2026] DELETE /v2.0/security-groups/0bb7cfb2-1b8d-4d73-8d51-c813afb376bb => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:07:22.529 7 INFO neutron_taas.services.taas.taas_plugin [None req-a517491f-940d-4ad2-9769-8a99d5b275bd 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: c0282a94-f89c-40e4-b281-7d7c2609e855 2026-06-09 18:07:22.533 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a517491f-940d-4ad2-9769-8a99d5b275bd 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: c0282a94-f89c-40e4-b281-7d7c2609e855 [pid: 7|app: 0|req: 1070/2162] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:07:22 2026] DELETE /v2.0/networks/3f8647aa-1760-48dc-b8ac-f473d1f587dd => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:07:23.148 8 INFO neutron_taas.services.taas.taas_plugin [None req-5ba412c0-15c2-47da-b1d4-4d25fb5e4f1c 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 2ca36879-12ed-4d2f-961f-150383651392 2026-06-09 18:07:23.161 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ba412c0-15c2-47da-b1d4-4d25fb5e4f1c 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 2ca36879-12ed-4d2f-961f-150383651392 [pid: 8|app: 0|req: 1093/2163] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:07:22 2026] PUT /v2.0/routers/10175674-8abf-4676-8caa-924138598243/remove_router_interface => generated 309 bytes in 1043 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:07:24.040 7 INFO neutron_taas.services.taas.taas_plugin [None req-6427f2f4-053a-4146-b9a8-aed47330b3fd 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 5c54f575-e309-49ff-8ef6-52e35a4ce35c 2026-06-09 18:07:24.043 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6427f2f4-053a-4146-b9a8-aed47330b3fd 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 5c54f575-e309-49ff-8ef6-52e35a4ce35c 2026-06-09 18:07:24.247 7 INFO neutron.services.segments.plugin [-] Segment af524abd-78f4-4754-bbfe-55cc06539ea1 resource provider aggregate not found 2026-06-09 18:07:24.253 7 INFO neutron.services.segments.plugin [-] Segment af524abd-78f4-4754-bbfe-55cc06539ea1 resource provider aggregate not found 2026-06-09 18:07:24.273 7 INFO neutron.services.segments.plugin [-] Segment af524abd-78f4-4754-bbfe-55cc06539ea1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af524abd-78f4-4754-bbfe-55cc06539ea1 found for delete ", "request_id": "req-569efe87-741e-4012-a697-4c0f46fc6786"}]} 2026-06-09 18:07:24.281 7 INFO neutron.services.segments.plugin [-] Segment af524abd-78f4-4754-bbfe-55cc06539ea1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af524abd-78f4-4754-bbfe-55cc06539ea1 found for delete ", "request_id": "req-a9acba4b-c52b-4c89-ab9b-3cd99671ccd9"}]} 2026-06-09 18:07:24.403 7 INFO neutron_taas.services.taas.taas_plugin [None req-6427f2f4-053a-4146-b9a8-aed47330b3fd 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: b4c47e81-e615-4884-bbcf-da1b2a5fff21 2026-06-09 18:07:24.405 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6427f2f4-053a-4146-b9a8-aed47330b3fd 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: b4c47e81-e615-4884-bbcf-da1b2a5fff21 2026-06-09 18:07:24.763 7 INFO neutron.db.l3_hamode_db [None req-6427f2f4-053a-4146-b9a8-aed47330b3fd 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] HA network bae4d813-1a6e-4d91-ba5f-cbfac2c13a32 was deleted as no HA routers are present in tenant c38c03c747524b89aa88530859564792. [pid: 7|app: 0|req: 1071/2164] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:07:23 2026] DELETE /v2.0/routers/10175674-8abf-4676-8caa-924138598243 => generated 0 bytes in 972 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2165] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:07:24 2026] DELETE /v2.0/subnets/5916a111-55a9-4eb1-bfe7-bc39befe1084 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:07:25.041 7 INFO neutron_taas.services.taas.taas_plugin [None req-e32ece2e-740a-4907-8964-f8f6e3ba0c6b 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 8e3fade1-6566-4385-a8f9-993c81318639 2026-06-09 18:07:25.044 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e32ece2e-740a-4907-8964-f8f6e3ba0c6b 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 8e3fade1-6566-4385-a8f9-993c81318639 [pid: 8|app: 0|req: 1095/2166] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:25 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => generated 975 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2167] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:07:25 2026] GET /v2.0/security-groups?id=9c908bde-0b43-45cc-b3cf-506776844d99&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2168] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:07:24 2026] DELETE /v2.0/networks/72970ea8-0292-422a-a191-04351d162080 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2169] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:25 2026] GET /v2.0/security-groups?tenant_id=4011caef337144b0accc4ef9803eab69&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2170] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:25 2026] DELETE /v2.0/security-groups/58918969-a7df-4741-908f-489d0c527dd3 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2171] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:25 2026] GET /v2.0/security-groups?tenant_id=c38c03c747524b89aa88530859564792&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2172] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:25 2026] DELETE /v2.0/security-groups/00537fb6-6dda-4f65-bf75-877a54df9b33 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:07:26.297 7 INFO neutron.services.segments.plugin [-] Segment e924cd97-a14d-4205-a74d-f3ef53f39c52 resource provider aggregate not found 2026-06-09 18:07:26.304 7 INFO neutron.services.segments.plugin [-] Segment e924cd97-a14d-4205-a74d-f3ef53f39c52 resource provider aggregate not found 2026-06-09 18:07:26.324 7 INFO neutron.services.segments.plugin [-] Segment e924cd97-a14d-4205-a74d-f3ef53f39c52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e924cd97-a14d-4205-a74d-f3ef53f39c52 found for delete ", "request_id": "req-1fd9c683-9daa-42f8-b132-8c3379cf61d1"}]} 2026-06-09 18:07:26.332 7 INFO neutron.services.segments.plugin [-] Segment e924cd97-a14d-4205-a74d-f3ef53f39c52 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e924cd97-a14d-4205-a74d-f3ef53f39c52 found for delete ", "request_id": "req-460c8e1b-4af3-4a15-bbea-a90a8ef9e363"}]} 2026-06-09 18:07:26.349 7 INFO neutron.services.segments.plugin [-] Segment 35e774bd-6c9b-4272-8932-1f3ba3f71c36 resource provider aggregate not found 2026-06-09 18:07:26.356 7 INFO neutron.services.segments.plugin [-] Segment 35e774bd-6c9b-4272-8932-1f3ba3f71c36 resource provider aggregate not found 2026-06-09 18:07:26.363 7 INFO neutron.services.segments.plugin [-] Segment 35e774bd-6c9b-4272-8932-1f3ba3f71c36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35e774bd-6c9b-4272-8932-1f3ba3f71c36 found for delete ", "request_id": "req-8c885017-af47-4639-b7f5-427be9067814"}]} 2026-06-09 18:07:26.372 7 INFO neutron.services.segments.plugin [-] Segment 35e774bd-6c9b-4272-8932-1f3ba3f71c36 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 35e774bd-6c9b-4272-8932-1f3ba3f71c36 found for delete ", "request_id": "req-52f54b9b-7bfb-435e-ab6a-af1fec953b35"}]} [pid: 8|app: 0|req: 1099/2173] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:26 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2174] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:07:26 2026] GET /v2.0/security-groups?id=9c908bde-0b43-45cc-b3cf-506776844d99&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: 1100/2175] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:27 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => 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: 1076/2176] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:07:27 2026] GET /v2.0/security-groups?id=9c908bde-0b43-45cc-b3cf-506776844d99&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2177] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:07:27 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:07:27.984 7 INFO neutron_taas.services.taas.taas_plugin [req-d5089075-87f5-49ac-892b-3b044fd171a3 req-6ac7df91-63fb-4926-8d13-bb728363dc01 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] TaaS: Handle Delete Port: e07c698f-ed3b-4097-aec5-a6ef1fad0952 2026-06-09 18:07:27.987 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d5089075-87f5-49ac-892b-3b044fd171a3 req-6ac7df91-63fb-4926-8d13-bb728363dc01 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Tap Mirror: Handle Delete Port: e07c698f-ed3b-4097-aec5-a6ef1fad0952 2026-06-09 18:07:28.111 7 INFO neutron.db.l3_db [req-d5089075-87f5-49ac-892b-3b044fd171a3 req-6ac7df91-63fb-4926-8d13-bb728363dc01 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Floating IP 928bc724-447b-4cf2-b4c3-176b51e38d87 disassociated. External IP: 10.96.250.215, port: e07c698f-ed3b-4097-aec5-a6ef1fad0952. [pid: 7|app: 0|req: 1077/2178] 199.204.45.95 () {36 vars in 995 bytes} [Tue Jun 9 18:07:27 2026] DELETE /v2.0/ports/e07c698f-ed3b-4097-aec5-a6ef1fad0952 => generated 0 bytes in 689 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:07:28.539 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-dfeb7739-8369-4fed-b0bb-15c59fc7256d'] response: {'server_uuid': 'c10b82b7-ee09-4f82-81f4-8ed9d4feb56c', 'name': 'network-vif-deleted', 'tag': 'e07c698f-ed3b-4097-aec5-a6ef1fad0952', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1102/2179] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:28 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => 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: 1078/2180] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:29 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => 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: 1103/2181] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:30 2026] GET /v2.0/ports?device_id=c10b82b7-ee09-4f82-81f4-8ed9d4feb56c => 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: 1079/2182] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:31 2026] DELETE /v2.0/security-groups/9c908bde-0b43-45cc-b3cf-506776844d99 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:07:32.255 8 INFO neutron_taas.services.taas.taas_plugin [None req-2f17881d-5c65-44d5-a212-793204e3f4fd 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] TaaS: Handle Delete Port: 946e9f82-a599-4d9c-91df-4eb1ab0cce66 2026-06-09 18:07:32.259 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f17881d-5c65-44d5-a212-793204e3f4fd 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Tap Mirror: Handle Delete Port: 946e9f82-a599-4d9c-91df-4eb1ab0cce66 [pid: 8|app: 0|req: 1104/2183] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:07:32 2026] DELETE /v2.0/floatingips/928bc724-447b-4cf2-b4c3-176b51e38d87 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2184] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:32 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2185] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:07:32 2026] GET /v2.0/security-groups?id=6f5bb1e8-5fbe-4986-8e1a-805e2acaddca&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2186] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:33 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2187] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:07:33 2026] GET /v2.0/security-groups?id=6f5bb1e8-5fbe-4986-8e1a-805e2acaddca&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: 1082/2188] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:34 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => 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: 1107/2189] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:07:35 2026] GET /v2.0/security-groups?id=6f5bb1e8-5fbe-4986-8e1a-805e2acaddca&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: 1083/2190] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:07:35 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:07:35.286 8 INFO neutron_taas.services.taas.taas_plugin [req-1463e0a3-0ffa-4df3-9d80-1306a375c56e req-d82ccb60-0c91-42e4-9407-9f2bffa7e176 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] TaaS: Handle Delete Port: bd55af97-a169-426a-b5d2-e10747c7484b 2026-06-09 18:07:35.295 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1463e0a3-0ffa-4df3-9d80-1306a375c56e req-d82ccb60-0c91-42e4-9407-9f2bffa7e176 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Tap Mirror: Handle Delete Port: bd55af97-a169-426a-b5d2-e10747c7484b [pid: 8|app: 0|req: 1108/2191] 199.204.45.95 () {36 vars in 995 bytes} [Tue Jun 9 18:07:35 2026] DELETE /v2.0/ports/bd55af97-a169-426a-b5d2-e10747c7484b => generated 0 bytes in 356 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:07:35.499 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-517c6ed6-df4f-4c42-a21a-fd618599900e'] response: {'server_uuid': 'e42fba9c-f601-4006-83d2-cce015e2d158', 'name': 'network-vif-deleted', 'tag': 'bd55af97-a169-426a-b5d2-e10747c7484b', 'status': 'completed', 'code': 200} 2026-06-09 18:07:35.798 7 INFO neutron.db.segments_db [None req-dfc13760-62c6-482f-af05-2544e6700c6e 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Added segment cff36ff5-7cc7-4b72-b34a-d3e976bb24ab of type vxlan for network d67ae275-b24b-428e-bf0e-27f58d0fd9fb [pid: 7|app: 0|req: 1084/2194] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:07:35 2026] POST /v2.0/networks => generated 620 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2195] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:36 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => 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: 1111/2196] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:07:35 2026] POST /v2.0/subnets => generated 658 bytes in 267 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2197] 10.0.0.184 () {32 vars in 721 bytes} [Tue Jun 9 18:07:36 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2198] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:07:36 2026] POST /v2.0/subnets => generated 732 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:07:36.599 7 INFO neutron.db.segments_db [None req-e6f4d150-783a-4c60-8472-a9c4f09e8e65 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Added segment ce28d04b-ab57-4fba-b9ab-ce690710b098 of type vxlan for network 78a5e0a7-4067-4375-9609-8d8e61c37f49 [pid: 7|app: 0|req: 1087/2199] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:07:36 2026] POST /v2.0/networks => generated 619 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2200] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:07:36 2026] POST /v2.0/subnets => generated 654 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2201] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:37 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => 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: 1088/2202] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:07:36 2026] POST /v2.0/subnets => generated 725 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:07:37.401 8 INFO neutron.db.segments_db [None req-4d2f9c21-b60b-4c17-868f-b6657f2bc2c5 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Added segment fdab3800-c9e8-4b03-bff1-10ca0edef74f of type vxlan for network 66a56ca2-1e19-4519-b841-768130b44fc1 [pid: 8|app: 0|req: 1115/2203] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:07:37 2026] POST /v2.0/networks => generated 617 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2204] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:07:37 2026] POST /v2.0/subnets => generated 656 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2205] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:07:37 2026] POST /v2.0/subnets => generated 730 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:07:38.246 7 INFO neutron.db.segments_db [None req-49786ab4-4804-429a-b95b-666feea079b5 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Added segment bc9d358b-6121-4b44-bae9-4bead665950c of type vxlan for network a95864e8-8eaa-43ca-88b2-3c8050ef48c6 [pid: 8|app: 0|req: 1117/2206] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:38 2026] GET /v2.0/ports?device_id=e42fba9c-f601-4006-83d2-cce015e2d158 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:07:38.569 7 INFO neutron.db.l3_hamode_db [None req-49786ab4-4804-429a-b95b-666feea079b5 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:07:39.492 7 INFO neutron.db.l3_hamode_db [None req-49786ab4-4804-429a-b95b-666feea079b5 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1118/2207] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:39 2026] DELETE /v2.0/security-groups/6f5bb1e8-5fbe-4986-8e1a-805e2acaddca => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:07:40.062 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bd2a465-048e-4f27-9ed1-d69314781695 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] TaaS: Handle Delete Port: 1e8485c8-b999-463d-ad1e-d9c0760a620c 2026-06-09 18:07:40.065 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bd2a465-048e-4f27-9ed1-d69314781695 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Tap Mirror: Handle Delete Port: 1e8485c8-b999-463d-ad1e-d9c0760a620c [pid: 7|app: 0|req: 1090/2208] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:07:38 2026] POST /v2.0/routers => generated 684 bytes in 2312 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2209] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:07:39 2026] PUT /v2.0/routers/dc3da8bb-53e3-4be8-81eb-dd09358cb8b3/remove_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2210] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:07:40 2026] DELETE /v2.0/subnets/3a563aa4-a98b-457a-9ce8-ff02bca6136b => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:07:41.048 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8233092-cb63-4f89-802d-99e01993c107 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] TaaS: Handle Delete Port: 7f04b094-b46e-4992-9e22-7ba23a1fb481 2026-06-09 18:07:41.050 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8233092-cb63-4f89-802d-99e01993c107 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Tap Mirror: Handle Delete Port: 7f04b094-b46e-4992-9e22-7ba23a1fb481 2026-06-09 18:07:41.404 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8233092-cb63-4f89-802d-99e01993c107 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] TaaS: Handle Delete Port: e4d8ccaa-de43-41e2-909e-f985e86d2dbe 2026-06-09 18:07:41.408 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8233092-cb63-4f89-802d-99e01993c107 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Tap Mirror: Handle Delete Port: e4d8ccaa-de43-41e2-909e-f985e86d2dbe 2026-06-09 18:07:41.882 8 INFO neutron.services.segments.plugin [-] Segment 0c681934-36a1-4525-b72b-a549c4e7069a resource provider aggregate not found 2026-06-09 18:07:41.892 8 INFO neutron.services.segments.plugin [-] Segment 0c681934-36a1-4525-b72b-a549c4e7069a resource provider aggregate not found 2026-06-09 18:07:41.907 8 INFO neutron.services.segments.plugin [-] Segment 0c681934-36a1-4525-b72b-a549c4e7069a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c681934-36a1-4525-b72b-a549c4e7069a found for delete ", "request_id": "req-daafc724-b416-4698-8fa7-04306af39032"}]} 2026-06-09 18:07:41.919 8 INFO neutron.services.segments.plugin [-] Segment 0c681934-36a1-4525-b72b-a549c4e7069a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c681934-36a1-4525-b72b-a549c4e7069a found for delete ", "request_id": "req-ce922ffc-1d1a-479e-83f5-c7ce3ef82919"}]} 2026-06-09 18:07:41.923 8 INFO neutron.db.l3_hamode_db [None req-b8233092-cb63-4f89-802d-99e01993c107 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] HA network ac6237c1-f9a9-4c77-9dd9-ecb0d2bcbb11 was deleted as no HA routers are present in tenant 40103b77e22548b9adc7877204b774f1. [pid: 8|app: 0|req: 1121/2211] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:07:40 2026] DELETE /v2.0/routers/dc3da8bb-53e3-4be8-81eb-dd09358cb8b3 => generated 0 bytes in 1095 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:07:42.026 8 INFO neutron_taas.services.taas.taas_plugin [None req-70abcf29-4c34-4c20-90af-8ec92a82b013 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] TaaS: Handle Delete Port: 636d118a-6d5c-4b54-8e1a-daaca0aaf5e8 2026-06-09 18:07:42.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-70abcf29-4c34-4c20-90af-8ec92a82b013 76ca85f611194d25ac43355f0c077ad8 40103b77e22548b9adc7877204b774f1 - - default default] Tap Mirror: Handle Delete Port: 636d118a-6d5c-4b54-8e1a-daaca0aaf5e8 [pid: 8|app: 0|req: 1122/2212] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:07:41 2026] DELETE /v2.0/networks/2c1a3d03-7952-45fe-9795-8a02b6ae7338 => 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: 1091/2213] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:07:40 2026] PUT /v2.0/routers/4d3f8705-1893-4806-8033-b1e99d1a5eda/add_router_interface => generated 309 bytes in 1803 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2214] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:43 2026] GET /v2.0/security-groups?tenant_id=40103b77e22548b9adc7877204b774f1&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: 1093/2215] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:43 2026] DELETE /v2.0/security-groups/f1ff2c26-4310-4646-9b9a-6b476b827413 => 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: 1094/2216] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:43 2026] GET /v2.0/security-groups?tenant_id=0a77d55685964b54a7de9d06049c2fb3&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2217] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:43 2026] DELETE /v2.0/security-groups/c498c2de-fc0e-45aa-adc9-053aa896ed0d => 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: 1123/2218] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:07:42 2026] PUT /v2.0/routers/4d3f8705-1893-4806-8033-b1e99d1a5eda/add_router_interface => generated 309 bytes in 1549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:07:43.935 8 INFO neutron.services.segments.plugin [-] Segment 6942718b-5fff-4576-a39a-838d24891e80 resource provider aggregate not found 2026-06-09 18:07:43.940 8 INFO neutron.services.segments.plugin [-] Segment 6942718b-5fff-4576-a39a-838d24891e80 resource provider aggregate not found 2026-06-09 18:07:43.960 8 INFO neutron.services.segments.plugin [-] Segment 6942718b-5fff-4576-a39a-838d24891e80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6942718b-5fff-4576-a39a-838d24891e80 found for delete ", "request_id": "req-61cb911f-3be9-4e20-9fa7-84e560d12248"}]} 2026-06-09 18:07:43.966 8 INFO neutron.services.segments.plugin [-] Segment 6942718b-5fff-4576-a39a-838d24891e80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6942718b-5fff-4576-a39a-838d24891e80 found for delete ", "request_id": "req-edb580bb-e99b-49a2-9c35-7128a3d34017"}]} [pid: 7|app: 0|req: 1096/2219] 10.0.0.184 () {34 vars in 782 bytes} [Tue Jun 9 18:07:43 2026] PUT /v2.0/routers/4d3f8705-1893-4806-8033-b1e99d1a5eda/add_router_interface => generated 309 bytes in 1531 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2220] 10.0.0.184 () {34 vars in 683 bytes} [Tue Jun 9 18:07:45 2026] POST /v2.0/security-groups => generated 1627 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2221] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:07:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2222] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:07:45 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2223] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:07:45 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: 1126/2224] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:07:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2225] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:07:46 2026] POST /v2.0/security-group-rules => generated 601 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2226] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:07:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2227] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:07:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2228] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:07:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2229] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:07:46 2026] POST /v2.0/security-group-rules => generated 599 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2230] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:07:47 2026] POST /v2.0/security-group-rules => generated 601 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2231] 10.0.0.184 () {34 vars in 694 bytes} [Tue Jun 9 18:07:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2232] 10.0.0.35 () {34 vars in 1092 bytes} [Tue Jun 9 18:07:47 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-365519857&fields=id&tenant_id=df720c3b7abf4e59b796159955c6691c => generated 69 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2233] 10.0.0.35 () {34 vars in 980 bytes} [Tue Jun 9 18:07:47 2026] GET /v2.0/networks?id=78a5e0a7-4067-4375-9609-8d8e61c37f49 => generated 705 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2234] 10.0.0.35 () {34 vars in 963 bytes} [Tue Jun 9 18:07:47 2026] GET /v2.0/quotas/df720c3b7abf4e59b796159955c6691c => 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: 1104/2235] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:07:47 2026] GET /v2.0/ports?tenant_id=df720c3b7abf4e59b796159955c6691c&fields=id => generated 287 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2236] 10.0.0.35 () {34 vars in 1006 bytes} [Tue Jun 9 18:07:48 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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: 1105/2237] 10.0.0.35 () {34 vars in 1106 bytes} [Tue Jun 9 18:07:48 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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: 1133/2238] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:48 2026] GET /v2.0/ports?device_id=6f77a745-d621-45e6-923b-0f262db3cfce => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:07:48.678 7 INFO neutron.db.segments_db [None req-6a983c93-69a3-4bfa-b72f-f2e8f6cc3b32 f8365fb275064fac8814da5a9ed738c8 b9571dd63d4444768439cfdb06666d07 - - default default] Added segment 53627c0d-f512-43dc-acc0-e2f6a9b5a1ef of type vxlan for network c3f91631-88da-48a6-9f0e-c3a22a0d711c [pid: 7|app: 0|req: 1106/2239] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:07:48 2026] POST /v2.0/networks => generated 613 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:07:48.832 8 INFO neutron.db.segments_db [None req-06cf3d13-bc20-443f-8475-73a472ed72d4 f8365fb275064fac8814da5a9ed738c8 b9571dd63d4444768439cfdb06666d07 - - default default] Added segment 9e988037-1ad7-4b83-8ae9-b425e19b9a12 of type vxlan for network 3b2158dc-7304-4d19-a998-fa0aea31b542 [pid: 8|app: 0|req: 1134/2240] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:07:48 2026] POST /v2.0/networks => generated 612 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:07:48.995 7 INFO neutron.db.segments_db [None req-f098a6eb-4d58-4f06-b3ec-a03da5d25913 f8365fb275064fac8814da5a9ed738c8 b9571dd63d4444768439cfdb06666d07 - - default default] Added segment c07e6963-52a7-4cf7-b55e-48116b8717ef of type vxlan for network 1df8ed7b-88c0-45bd-89d5-e65fe4fe6537 [pid: 7|app: 0|req: 1107/2241] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:07:48 2026] POST /v2.0/networks => generated 611 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:07:49.130 8 INFO neutron.db.segments_db [None req-203e4122-1a7f-43d6-82eb-d67ac8103bbc f8365fb275064fac8814da5a9ed738c8 b9571dd63d4444768439cfdb06666d07 - - default default] Added segment 653d1115-f49b-46ad-8a00-6ff016e604f5 of type vxlan for network 99c32bb0-0d9a-40ed-b1e7-15bc586b237d [pid: 8|app: 0|req: 1135/2242] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:07:49 2026] POST /v2.0/networks => generated 613 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:07:49.322 7 INFO neutron.db.segments_db [None req-dcc1d7eb-9da5-4bfd-a5e0-080b8b8ec5c2 f8365fb275064fac8814da5a9ed738c8 b9571dd63d4444768439cfdb06666d07 - - default default] Added segment 79d210b8-671f-479d-966b-23adc2fafa30 of type vxlan for network 2c2137a1-6f54-41ae-a35c-56d8ba73abb1 [pid: 7|app: 0|req: 1108/2243] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:07:49 2026] POST /v2.0/networks => generated 613 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2244] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:07:49 2026] PUT /v2.0/networks/c3f91631-88da-48a6-9f0e-c3a22a0d711c/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2245] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:07:49 2026] PUT /v2.0/networks/3b2158dc-7304-4d19-a998-fa0aea31b542/tags => generated 25 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2246] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:07:49 2026] PUT /v2.0/networks/1df8ed7b-88c0-45bd-89d5-e65fe4fe6537/tags => generated 34 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2247] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:07:49 2026] PUT /v2.0/networks/99c32bb0-0d9a-40ed-b1e7-15bc586b237d/tags => generated 19 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2248] 10.0.0.184 () {32 vars in 665 bytes} [Tue Jun 9 18:07:49 2026] GET /v2.0/networks?tags=red => generated 1854 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2249] 10.0.0.184 () {32 vars in 679 bytes} [Tue Jun 9 18:07:49 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1247 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2250] 10.0.0.184 () {32 vars in 675 bytes} [Tue Jun 9 18:07:49 2026] GET /v2.0/networks?tags-any=blue => generated 1247 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2251] 10.0.0.184 () {32 vars in 687 bytes} [Tue Jun 9 18:07:49 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1854 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2252] 10.0.0.184 () {32 vars in 673 bytes} [Tue Jun 9 18:07:50 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2253] 10.0.0.184 () {32 vars in 687 bytes} [Tue Jun 9 18:07:50 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2254] 10.0.0.184 () {32 vars in 683 bytes} [Tue Jun 9 18:07:50 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2255] 10.0.0.184 () {32 vars in 695 bytes} [Tue Jun 9 18:07:50 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:07:50.528 8 INFO neutron.services.segments.plugin [-] Segment 53627c0d-f512-43dc-acc0-e2f6a9b5a1ef resource provider aggregate not found 2026-06-09 18:07:50.533 8 INFO neutron.services.segments.plugin [-] Segment 53627c0d-f512-43dc-acc0-e2f6a9b5a1ef resource provider aggregate not found 2026-06-09 18:07:50.555 8 INFO neutron.services.segments.plugin [-] Segment 53627c0d-f512-43dc-acc0-e2f6a9b5a1ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53627c0d-f512-43dc-acc0-e2f6a9b5a1ef found for delete ", "request_id": "req-1728024b-3cb6-4101-b6d9-aae05de86708"}]} 2026-06-09 18:07:50.566 8 INFO neutron.services.segments.plugin [-] Segment 53627c0d-f512-43dc-acc0-e2f6a9b5a1ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53627c0d-f512-43dc-acc0-e2f6a9b5a1ef found for delete ", "request_id": "req-91e2c531-0cac-4fa9-acc3-d518e2c53812"}]} [pid: 8|app: 0|req: 1142/2256] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:07:50 2026] DELETE /v2.0/networks/c3f91631-88da-48a6-9f0e-c3a22a0d711c => generated 0 bytes in 221 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:07:50.729 7 INFO neutron.services.segments.plugin [-] Segment 9e988037-1ad7-4b83-8ae9-b425e19b9a12 resource provider aggregate not found 2026-06-09 18:07:50.735 7 INFO neutron.services.segments.plugin [-] Segment 9e988037-1ad7-4b83-8ae9-b425e19b9a12 resource provider aggregate not found 2026-06-09 18:07:50.757 7 INFO neutron.services.segments.plugin [-] Segment 9e988037-1ad7-4b83-8ae9-b425e19b9a12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e988037-1ad7-4b83-8ae9-b425e19b9a12 found for delete ", "request_id": "req-d187b8a7-4013-4b9e-a43b-36a8486e0b8d"}]} 2026-06-09 18:07:50.758 7 INFO neutron.services.segments.plugin [-] Segment 9e988037-1ad7-4b83-8ae9-b425e19b9a12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e988037-1ad7-4b83-8ae9-b425e19b9a12 found for delete ", "request_id": "req-ec1231d7-1f84-45df-ad67-b68f1838728e"}]} [pid: 7|app: 0|req: 1115/2257] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:07:50 2026] DELETE /v2.0/networks/3b2158dc-7304-4d19-a998-fa0aea31b542 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2260] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:07:50 2026] DELETE /v2.0/networks/1df8ed7b-88c0-45bd-89d5-e65fe4fe6537 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2261] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:07:50 2026] DELETE /v2.0/networks/99c32bb0-0d9a-40ed-b1e7-15bc586b237d => 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: 1144/2262] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:07:51 2026] DELETE /v2.0/networks/2c2137a1-6f54-41ae-a35c-56d8ba73abb1 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2263] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:52 2026] GET /v2.0/security-groups?tenant_id=e75a1fc8ef784f77a6648f0e80e65ce1&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2264] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:52 2026] DELETE /v2.0/security-groups/8f586871-5f54-4dd2-a816-776cd265aaf7 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:07:52.572 8 INFO neutron.services.segments.plugin [-] Segment c07e6963-52a7-4cf7-b55e-48116b8717ef resource provider aggregate not found 2026-06-09 18:07:52.586 8 INFO neutron.services.segments.plugin [-] Segment c07e6963-52a7-4cf7-b55e-48116b8717ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c07e6963-52a7-4cf7-b55e-48116b8717ef found for delete ", "request_id": "req-fdd450a4-b92d-4615-9058-07c380a2c6fb"}]} 2026-06-09 18:07:52.589 8 INFO neutron.services.segments.plugin [-] Segment c07e6963-52a7-4cf7-b55e-48116b8717ef resource provider aggregate not found 2026-06-09 18:07:52.607 8 INFO neutron.services.segments.plugin [-] Segment 79d210b8-671f-479d-966b-23adc2fafa30 resource provider aggregate not found 2026-06-09 18:07:52.613 8 INFO neutron.services.segments.plugin [-] Segment c07e6963-52a7-4cf7-b55e-48116b8717ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c07e6963-52a7-4cf7-b55e-48116b8717ef found for delete ", "request_id": "req-0ed52482-1026-4113-ba2c-0a4146d91115"}]} 2026-06-09 18:07:52.629 8 INFO neutron.services.segments.plugin [-] Segment 79d210b8-671f-479d-966b-23adc2fafa30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79d210b8-671f-479d-966b-23adc2fafa30 found for delete ", "request_id": "req-01cdde05-5928-4622-b503-74bfef718d09"}]} 2026-06-09 18:07:52.631 8 INFO neutron.services.segments.plugin [-] Segment 79d210b8-671f-479d-966b-23adc2fafa30 resource provider aggregate not found 2026-06-09 18:07:52.648 8 INFO neutron.services.segments.plugin [-] Segment 79d210b8-671f-479d-966b-23adc2fafa30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79d210b8-671f-479d-966b-23adc2fafa30 found for delete ", "request_id": "req-b53c86ee-e07d-4812-9914-69e30ddbb071"}]} [pid: 8|app: 0|req: 1146/2265] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:07:52 2026] GET /v2.0/networks?id=78a5e0a7-4067-4375-9609-8d8e61c37f49 => generated 705 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2266] 199.204.45.95 () {34 vars in 1048 bytes} [Tue Jun 9 18:07:52 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=df720c3b7abf4e59b796159955c6691c => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2267] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:52 2026] GET /v2.0/security-groups?tenant_id=4a0bad20ba0a40409e51e23da9b3929e&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:07:52.776 7 INFO neutron.services.segments.plugin [-] Segment 653d1115-f49b-46ad-8a00-6ff016e604f5 resource provider aggregate not found 2026-06-09 18:07:52.782 7 INFO neutron.services.segments.plugin [-] Segment 653d1115-f49b-46ad-8a00-6ff016e604f5 resource provider aggregate not found 2026-06-09 18:07:52.796 7 INFO neutron.services.segments.plugin [-] Segment 653d1115-f49b-46ad-8a00-6ff016e604f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 653d1115-f49b-46ad-8a00-6ff016e604f5 found for delete ", "request_id": "req-a52e6d95-9727-4ddb-82ca-aecd4beef8ff"}]} 2026-06-09 18:07:52.800 7 INFO neutron.services.segments.plugin [-] Segment 653d1115-f49b-46ad-8a00-6ff016e604f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 653d1115-f49b-46ad-8a00-6ff016e604f5 found for delete ", "request_id": "req-5f0104b1-eb75-4925-b249-a2a0d20b0ce5"}]} [pid: 7|app: 0|req: 1121/2268] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:52 2026] DELETE /v2.0/security-groups/82d59892-d961-4955-b928-5d2c1e7dcc64 => 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: 1122/2269] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:07:52 2026] GET /v2.0/security-groups?tenant_id=b9571dd63d4444768439cfdb06666d07&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: 1123/2270] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:07:52 2026] DELETE /v2.0/security-groups/ffcc6a02-387b-43a7-b313-4f48de20ec13 => 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: 1148/2271] 199.204.45.95 () {38 vars in 953 bytes} [Tue Jun 9 18:07:52 2026] POST /v2.0/ports => generated 1179 bytes in 426 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1149/2272] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:53 2026] GET /v2.0/ports?device_id=6f77a745-d621-45e6-923b-0f262db3cfce => generated 1194 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2273] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:07:53 2026] GET /v2.0/security-groups?id=01c35c05-5b45-47d1-88d7-c95b13509997&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2274] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:07:53 2026] PUT /v2.0/ports/502be7a6-daa3-4c08-be81-14716af8d3c1 => generated 1460 bytes in 440 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:07:53.616 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0c8cf014-17ab-4fe8-b695-376e78ad7f87'] response: {'name': 'network-changed', 'server_uuid': '6f77a745-d621-45e6-923b-0f262db3cfce', 'tag': '502be7a6-daa3-4c08-be81-14716af8d3c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1151/2275] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:07:54 2026] GET /v2.0/ports?tenant_id=df720c3b7abf4e59b796159955c6691c&device_id=6f77a745-d621-45e6-923b-0f262db3cfce => generated 1463 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1125/2276] 199.204.45.95 () {34 vars in 1016 bytes} [Tue Jun 9 18:07:54 2026] GET /v2.0/networks?tenant_id=df720c3b7abf4e59b796159955c6691c&shared=False => generated 2374 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2277] 199.204.45.95 () {34 vars in 928 bytes} [Tue Jun 9 18:07:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2278] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:07:55 2026] GET /v2.0/ports?tenant_id=df720c3b7abf4e59b796159955c6691c&device_id=6f77a745-d621-45e6-923b-0f262db3cfce => generated 1463 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2279] 199.204.45.95 () {34 vars in 1054 bytes} [Tue Jun 9 18:07:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.55&port_id=502be7a6-daa3-4c08-be81-14716af8d3c1 => 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: 1127/2280] 199.204.45.95 () {34 vars in 1102 bytes} [Tue Jun 9 18:07:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A19a&port_id=502be7a6-daa3-4c08-be81-14716af8d3c1 => 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: 1154/2281] 199.204.45.95 () {34 vars in 1062 bytes} [Tue Jun 9 18:07:55 2026] GET /v2.0/subnets?id=d5bd54fb-8a3a-4d29-b767-e0f5ee048c19&id=9b8d10dd-25f1-4fc0-80e7-fa3f9731777d => generated 1408 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2282] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:07:55 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&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: 1155/2283] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:07:55 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2284] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:07:55 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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: 1156/2285] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:07:55 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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-06-09 18:07:57.625 7 INFO neutron.db.segments_db [None req-9404cd26-4466-4013-bfa3-47f84af9f344 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] Added segment dd536cd4-1a75-4e07-aa68-a0558ebff367 of type vxlan for network d7fab146-e23a-4bbc-bf4a-ec24089b6416 [pid: 7|app: 0|req: 1130/2286] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:07:57 2026] POST /v2.0/networks => generated 613 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2287] 10.0.0.184 () {34 vars in 663 bytes} [Tue Jun 9 18:07:57 2026] POST /v2.0/ports => generated 743 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:07:58.127 7 INFO neutron.db.segments_db [None req-49d1edd6-aaa7-4127-84b1-01ff3bbc3499 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] Added segment da24c9a3-cead-4bc7-a592-bc4bd32ebc14 of type vxlan for network 8348b208-55a9-4934-890c-92c6bf3f5766 [pid: 7|app: 0|req: 1131/2288] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:07:58 2026] POST /v2.0/networks => generated 612 bytes in 158 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: 1158/2289] 10.0.0.184 () {34 vars in 663 bytes} [Tue Jun 9 18:07:58 2026] POST /v2.0/ports => generated 743 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1132/2290] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:07:58 2026] GET /v2.0/ports?device_id=6f77a745-d621-45e6-923b-0f262db3cfce => generated 1196 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:07:58.679 8 INFO neutron.db.segments_db [None req-3f896580-5356-4ab6-bb4b-fd3bfb56449f 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] Added segment 048c0fe3-6217-43de-abe0-8c32a182fbda of type vxlan for network 6ae7de13-4eba-4ae4-81e2-aecf5351155e [pid: 7|app: 0|req: 1133/2291] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:07:58 2026] GET /v2.0/security-groups?id=01c35c05-5b45-47d1-88d7-c95b13509997&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2292] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:07:58 2026] POST /v2.0/networks => generated 613 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2293] 10.0.0.184 () {34 vars in 663 bytes} [Tue Jun 9 18:07:58 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) 2026-06-09 18:07:59.150 8 INFO neutron.db.segments_db [None req-8daee892-5d67-4cdb-b134-f31a1b2aa861 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] Added segment fa4261aa-5d58-477a-8f70-2d36c467af13 of type vxlan for network 2d0cef8c-85ad-4a16-a778-a9b299c149ee [pid: 8|app: 0|req: 1160/2294] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:07:59 2026] POST /v2.0/networks => generated 612 bytes in 182 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: 1135/2295] 10.0.0.184 () {34 vars in 663 bytes} [Tue Jun 9 18:07:59 2026] POST /v2.0/ports => generated 743 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:07:59.719 8 INFO neutron.db.segments_db [None req-ef80d0d0-d69b-47a5-acdc-7ed82550bde4 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] Added segment a2636127-b0f8-4791-81e8-1d53a998f32c of type vxlan for network f58c1053-587a-4d01-95a4-e1b424e100db [pid: 8|app: 0|req: 1161/2296] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:07:59 2026] POST /v2.0/networks => generated 612 bytes in 211 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: 1136/2297] 10.0.0.184 () {34 vars in 663 bytes} [Tue Jun 9 18:07: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) [pid: 8|app: 0|req: 1162/2298] 10.0.0.184 () {34 vars in 746 bytes} [Tue Jun 9 18:08:00 2026] PUT /v2.0/ports/5fd54dad-797b-4ab3-9568-4dffe9199634/tags => generated 17 bytes in 136 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: 1137/2299] 10.0.0.184 () {34 vars in 746 bytes} [Tue Jun 9 18:08:00 2026] PUT /v2.0/ports/7b18ef44-16b2-4ffc-80c1-9a08bef7e4d2/tags => generated 25 bytes in 84 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: 1163/2300] 10.0.0.184 () {34 vars in 746 bytes} [Tue Jun 9 18:08:00 2026] PUT /v2.0/ports/54795373-70f5-4015-b4c5-ac8019435646/tags => generated 34 bytes in 118 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: 1138/2301] 10.0.0.184 () {34 vars in 746 bytes} [Tue Jun 9 18:08:00 2026] PUT /v2.0/ports/8983d085-b3bd-4491-ac1b-aa596e5ff2d0/tags => generated 19 bytes in 71 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: 1164/2302] 10.0.0.184 () {32 vars in 659 bytes} [Tue Jun 9 18:08:00 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 135 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: 1139/2303] 10.0.0.184 () {32 vars in 673 bytes} [Tue Jun 9 18:08:00 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2304] 10.0.0.184 () {32 vars in 669 bytes} [Tue Jun 9 18:08:00 2026] GET /v2.0/ports?tags-any=blue => 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: 1140/2305] 10.0.0.184 () {32 vars in 681 bytes} [Tue Jun 9 18:08:00 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2306] 10.0.0.184 () {32 vars in 667 bytes} [Tue Jun 9 18:08:01 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2307] 10.0.0.184 () {32 vars in 681 bytes} [Tue Jun 9 18:08:01 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2308] 10.0.0.184 () {32 vars in 677 bytes} [Tue Jun 9 18:08:01 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: 1142/2309] 10.0.0.184 () {32 vars in 689 bytes} [Tue Jun 9 18:08:01 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:08:01.677 8 INFO neutron_taas.services.taas.taas_plugin [None req-feb3c4aa-5112-44ef-b2ad-216ff79a7c63 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] TaaS: Handle Delete Port: 5fd54dad-797b-4ab3-9568-4dffe9199634 2026-06-09 18:08:01.680 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-feb3c4aa-5112-44ef-b2ad-216ff79a7c63 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] Tap Mirror: Handle Delete Port: 5fd54dad-797b-4ab3-9568-4dffe9199634 [pid: 8|app: 0|req: 1168/2310] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:08:01 2026] DELETE /v2.0/ports/5fd54dad-797b-4ab3-9568-4dffe9199634 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:08:01.880 7 INFO neutron_taas.services.taas.taas_plugin [None req-807d5e90-20ea-48a8-9e2c-6333aece7a28 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] TaaS: Handle Delete Port: 7b18ef44-16b2-4ffc-80c1-9a08bef7e4d2 2026-06-09 18:08:01.883 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-807d5e90-20ea-48a8-9e2c-6333aece7a28 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] Tap Mirror: Handle Delete Port: 7b18ef44-16b2-4ffc-80c1-9a08bef7e4d2 [pid: 7|app: 0|req: 1143/2311] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:08:01 2026] DELETE /v2.0/ports/7b18ef44-16b2-4ffc-80c1-9a08bef7e4d2 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:08:02.125 8 INFO neutron_taas.services.taas.taas_plugin [None req-06d668d4-88e3-4d64-a535-2e3bddf6de67 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] TaaS: Handle Delete Port: 54795373-70f5-4015-b4c5-ac8019435646 2026-06-09 18:08:02.129 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06d668d4-88e3-4d64-a535-2e3bddf6de67 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] Tap Mirror: Handle Delete Port: 54795373-70f5-4015-b4c5-ac8019435646 [pid: 8|app: 0|req: 1169/2312] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:08:02 2026] DELETE /v2.0/ports/54795373-70f5-4015-b4c5-ac8019435646 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:08:02.394 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc8c6d9b-1e36-4ad3-bb45-ef938e22208d 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] TaaS: Handle Delete Port: 8983d085-b3bd-4491-ac1b-aa596e5ff2d0 2026-06-09 18:08:02.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc8c6d9b-1e36-4ad3-bb45-ef938e22208d 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] Tap Mirror: Handle Delete Port: 8983d085-b3bd-4491-ac1b-aa596e5ff2d0 [pid: 7|app: 0|req: 1144/2313] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:08:02 2026] DELETE /v2.0/ports/8983d085-b3bd-4491-ac1b-aa596e5ff2d0 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:08:02.600 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4c7c189-6bcb-461c-84a7-359ad017b238 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] TaaS: Handle Delete Port: 0575b905-db7f-4818-944f-277c49352b51 2026-06-09 18:08:02.603 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4c7c189-6bcb-461c-84a7-359ad017b238 92443b025a3249af94511509af3d9ce2 c7ac6d18ae2b449981b7f1d45bd68153 - - default default] Tap Mirror: Handle Delete Port: 0575b905-db7f-4818-944f-277c49352b51 [pid: 8|app: 0|req: 1170/2314] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:08:02 2026] DELETE /v2.0/ports/0575b905-db7f-4818-944f-277c49352b51 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:08:02.850 7 INFO neutron.services.segments.plugin [-] Segment dd536cd4-1a75-4e07-aa68-a0558ebff367 resource provider aggregate not found 2026-06-09 18:08:02.854 7 INFO neutron.services.segments.plugin [-] Segment dd536cd4-1a75-4e07-aa68-a0558ebff367 resource provider aggregate not found 2026-06-09 18:08:02.871 7 INFO neutron.services.segments.plugin [-] Segment dd536cd4-1a75-4e07-aa68-a0558ebff367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd536cd4-1a75-4e07-aa68-a0558ebff367 found for delete ", "request_id": "req-75726ec3-ddc9-4a01-a7a1-7d4a614af83d"}]} 2026-06-09 18:08:02.890 7 INFO neutron.services.segments.plugin [-] Segment dd536cd4-1a75-4e07-aa68-a0558ebff367 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd536cd4-1a75-4e07-aa68-a0558ebff367 found for delete ", "request_id": "req-4df45735-8ffa-4d6e-98d7-c0d5e23f0a5a"}]} [pid: 7|app: 0|req: 1145/2315] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:08:02 2026] DELETE /v2.0/networks/d7fab146-e23a-4bbc-bf4a-ec24089b6416 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:08:03.048 8 INFO neutron.services.segments.plugin [-] Segment da24c9a3-cead-4bc7-a592-bc4bd32ebc14 resource provider aggregate not found 2026-06-09 18:08:03.053 8 INFO neutron.services.segments.plugin [-] Segment da24c9a3-cead-4bc7-a592-bc4bd32ebc14 resource provider aggregate not found 2026-06-09 18:08:03.074 8 INFO neutron.services.segments.plugin [-] Segment da24c9a3-cead-4bc7-a592-bc4bd32ebc14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da24c9a3-cead-4bc7-a592-bc4bd32ebc14 found for delete ", "request_id": "req-2864a9b1-11b4-4296-9584-7750ced3b74a"}]} 2026-06-09 18:08:03.075 8 INFO neutron.services.segments.plugin [-] Segment da24c9a3-cead-4bc7-a592-bc4bd32ebc14 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da24c9a3-cead-4bc7-a592-bc4bd32ebc14 found for delete ", "request_id": "req-e695dca8-0dcb-4d50-9107-f94820f98eb6"}]} [pid: 8|app: 0|req: 1171/2316] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:08:02 2026] DELETE /v2.0/networks/8348b208-55a9-4934-890c-92c6bf3f5766 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2317] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:08:03 2026] DELETE /v2.0/networks/6ae7de13-4eba-4ae4-81e2-aecf5351155e => 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: 1172/2318] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:08:03 2026] DELETE /v2.0/networks/2d0cef8c-85ad-4a16-a778-a9b299c149ee => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2319] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:08:03 2026] DELETE /v2.0/networks/f58c1053-587a-4d01-95a4-e1b424e100db => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2320] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:08:03 2026] GET /v2.0/ports?device_id=6f77a745-d621-45e6-923b-0f262db3cfce => generated 1196 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2321] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:08:03 2026] GET /v2.0/security-groups?id=01c35c05-5b45-47d1-88d7-c95b13509997&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2322] 10.0.0.184 () {32 vars in 817 bytes} [Tue Jun 9 18:08:03 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&mac_address=fa%3A16%3A3e%3A85%3Acf%3A62 => generated 1196 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2323] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:04 2026] GET /v2.0/security-groups?tenant_id=72efeda78da74893a674694f970b40bc&name=default => generated 2929 bytes in 293 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:08:04.902 7 INFO neutron.services.segments.plugin [-] Segment 048c0fe3-6217-43de-abe0-8c32a182fbda resource provider aggregate not found [pid: 8|app: 0|req: 1176/2324] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:04 2026] DELETE /v2.0/security-groups/0bf70e2a-9fa2-455a-bdec-58df10ddccce => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:08:04.922 7 INFO neutron.services.segments.plugin [-] Segment 048c0fe3-6217-43de-abe0-8c32a182fbda resource provider aggregate not found 2026-06-09 18:08:04.928 7 INFO neutron.services.segments.plugin [-] Segment 048c0fe3-6217-43de-abe0-8c32a182fbda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 048c0fe3-6217-43de-abe0-8c32a182fbda found for delete ", "request_id": "req-5458f0f1-dd42-4c95-a825-30655a05e560"}]} 2026-06-09 18:08:04.942 7 INFO neutron.db.l3_db [None req-85ebf7c8-5aba-4c79-a2e3-27db3b39fd7d 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Floating IP 1f51793a-4ac5-453e-b18b-4f1dfb111d70 associated. External IP: 10.96.250.202, port: 502be7a6-daa3-4c08-be81-14716af8d3c1. 2026-06-09 18:08:04.946 7 INFO neutron.services.segments.plugin [-] Segment a2636127-b0f8-4791-81e8-1d53a998f32c resource provider aggregate not found 2026-06-09 18:08:04.948 7 INFO neutron.services.segments.plugin [-] Segment 048c0fe3-6217-43de-abe0-8c32a182fbda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 048c0fe3-6217-43de-abe0-8c32a182fbda found for delete ", "request_id": "req-7296f30c-e331-4699-b2ed-bb90154dba54"}]} 2026-06-09 18:08:04.988 7 INFO neutron.services.segments.plugin [-] Segment a2636127-b0f8-4791-81e8-1d53a998f32c resource provider aggregate not found 2026-06-09 18:08:04.993 7 INFO neutron.services.segments.plugin [-] Segment a2636127-b0f8-4791-81e8-1d53a998f32c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2636127-b0f8-4791-81e8-1d53a998f32c found for delete ", "request_id": "req-d3448027-5871-414f-91ae-bc0f7d12b10e"}]} 2026-06-09 18:08:05.008 7 INFO neutron.services.segments.plugin [-] Segment a2636127-b0f8-4791-81e8-1d53a998f32c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2636127-b0f8-4791-81e8-1d53a998f32c found for delete ", "request_id": "req-471f784a-94d7-405b-b072-b26c2bf75dbd"}]} [pid: 8|app: 0|req: 1177/2325] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:05 2026] GET /v2.0/security-groups?tenant_id=c7ac6d18ae2b449981b7f1d45bd68153&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:08:05.100 8 INFO neutron.services.segments.plugin [-] Segment fa4261aa-5d58-477a-8f70-2d36c467af13 resource provider aggregate not found 2026-06-09 18:08:05.105 8 INFO neutron.services.segments.plugin [-] Segment fa4261aa-5d58-477a-8f70-2d36c467af13 resource provider aggregate not found 2026-06-09 18:08:05.126 8 INFO neutron.services.segments.plugin [-] Segment fa4261aa-5d58-477a-8f70-2d36c467af13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa4261aa-5d58-477a-8f70-2d36c467af13 found for delete ", "request_id": "req-d771b30c-1045-4423-97e2-d42705a6e2d3"}]} 2026-06-09 18:08:05.129 8 INFO neutron.services.segments.plugin [-] Segment fa4261aa-5d58-477a-8f70-2d36c467af13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa4261aa-5d58-477a-8f70-2d36c467af13 found for delete ", "request_id": "req-b2491e7b-cf3b-41bb-bab5-13ea3a1563eb"}]} [pid: 8|app: 0|req: 1178/2326] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:05 2026] DELETE /v2.0/security-groups/73da47c0-7434-4bed-b5d7-bd5391f48424 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2327] 10.0.0.184 () {34 vars in 676 bytes} [Tue Jun 9 18:08:04 2026] POST /v2.0/floatingips => generated 854 bytes in 1354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:08:05.439 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a3f34846-c4cd-421f-9421-fa85b739799a'] response: {'name': 'network-changed', 'server_uuid': '6f77a745-d621-45e6-923b-0f262db3cfce', 'tag': '502be7a6-daa3-4c08-be81-14716af8d3c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1179/2328] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:05 2026] GET /v2.0/security-groups?tenant_id=832f88e16558449fa57f32549f93fbe9&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2329] 10.0.0.35 () {34 vars in 1092 bytes} [Tue Jun 9 18:08:05 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-365519857&fields=id&tenant_id=df720c3b7abf4e59b796159955c6691c => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2330] 10.0.0.35 () {34 vars in 980 bytes} [Tue Jun 9 18:08:05 2026] GET /v2.0/networks?id=66a56ca2-1e19-4519-b841-768130b44fc1 => generated 703 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2331] 10.0.0.35 () {34 vars in 963 bytes} [Tue Jun 9 18:08:05 2026] GET /v2.0/quotas/df720c3b7abf4e59b796159955c6691c => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2332] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:05 2026] DELETE /v2.0/security-groups/c08f1860-1b28-4fdc-9c0d-8c3de51c75af => 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: 1153/2335] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:08:05 2026] GET /v2.0/ports?tenant_id=df720c3b7abf4e59b796159955c6691c&fields=id => generated 333 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2336] 10.0.0.35 () {34 vars in 1006 bytes} [Tue Jun 9 18:08:05 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2337] 10.0.0.35 () {34 vars in 1106 bytes} [Tue Jun 9 18:08:05 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?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: 1184/2338] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:08:05 2026] GET /v2.0/ports?tenant_id=df720c3b7abf4e59b796159955c6691c&device_id=6f77a745-d621-45e6-923b-0f262db3cfce => generated 1465 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2339] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:08:06 2026] GET /v2.0/networks?id=78a5e0a7-4067-4375-9609-8d8e61c37f49 => generated 801 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2340] 199.204.45.95 () {34 vars in 1054 bytes} [Tue Jun 9 18:08:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.55&port_id=502be7a6-daa3-4c08-be81-14716af8d3c1 => generated 857 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2341] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:08:06 2026] GET /v2.0/ports?device_id=a176406c-66dd-4176-bcc0-f21f3dde4940 => 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: 1186/2342] 199.204.45.95 () {34 vars in 1102 bytes} [Tue Jun 9 18:08:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A19a&port_id=502be7a6-daa3-4c08-be81-14716af8d3c1 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2343] 199.204.45.95 () {34 vars in 1062 bytes} [Tue Jun 9 18:08:06 2026] GET /v2.0/subnets?id=d5bd54fb-8a3a-4d29-b767-e0f5ee048c19&id=9b8d10dd-25f1-4fc0-80e7-fa3f9731777d => generated 1408 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2344] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:08:06 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&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: 1158/2345] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:08:06 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&device_owner=network%3Adhcp => generated 1457 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2346] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:08:06 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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: 1159/2347] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:08:06 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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: 1189/2348] 10.0.0.37 () {34 vars in 988 bytes} [Tue Jun 9 18:08:10 2026] GET /v2.0/ports?device_id=6f77a745-d621-45e6-923b-0f262db3cfce => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2349] 10.0.0.37 () {34 vars in 1038 bytes} [Tue Jun 9 18:08:10 2026] GET /v2.0/security-groups?id=01c35c05-5b45-47d1-88d7-c95b13509997&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2350] 10.0.0.184 () {34 vars in 677 bytes} [Tue Jun 9 18:08:10 2026] POST /v2.0/qos/policies => generated 359 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2351] 10.0.0.184 () {34 vars in 677 bytes} [Tue Jun 9 18:08:10 2026] POST /v2.0/qos/policies => generated 359 bytes in 76 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2352] 10.0.0.184 () {34 vars in 677 bytes} [Tue Jun 9 18:08:10 2026] POST /v2.0/qos/policies => generated 359 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2353] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:08:10 2026] GET /v2.0/networks?id=66a56ca2-1e19-4519-b841-768130b44fc1 => generated 703 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2354] 10.0.0.184 () {34 vars in 677 bytes} [Tue Jun 9 18:08:10 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2355] 199.204.45.95 () {34 vars in 1048 bytes} [Tue Jun 9 18:08:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=df720c3b7abf4e59b796159955c6691c => generated 178 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2356] 10.0.0.184 () {34 vars in 677 bytes} [Tue Jun 9 18:08:10 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2357] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:08:10 2026] PUT /v2.0/policies/9113c05a-59ac-4a14-9d00-ef893513c7f9/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2358] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:08:10 2026] PUT /v2.0/policies/2cea3407-23dd-4339-ade2-b00cd198b533/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: 1196/2359] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:08:10 2026] PUT /v2.0/policies/98bbd6b4-beca-41e2-8ed5-1b9a232c3163/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: 1197/2360] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:08:10 2026] PUT /v2.0/policies/fbef5d81-8e6c-417a-9e4b-7021773d2367/tags => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2361] 199.204.45.95 () {38 vars in 953 bytes} [Tue Jun 9 18:08:10 2026] POST /v2.0/ports => generated 1183 bytes in 485 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: 1165/2362] 10.0.0.184 () {32 vars in 673 bytes} [Tue Jun 9 18:08:11 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2363] 10.0.0.184 () {32 vars in 687 bytes} [Tue Jun 9 18:08:11 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2364] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:08:11 2026] GET /v2.0/ports?device_id=a176406c-66dd-4176-bcc0-f21f3dde4940 => generated 1198 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2365] 10.0.0.184 () {32 vars in 683 bytes} [Tue Jun 9 18:08:11 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: 1169/2366] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:08:11 2026] GET /v2.0/security-groups?id=01c35c05-5b45-47d1-88d7-c95b13509997&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2367] 10.0.0.184 () {32 vars in 695 bytes} [Tue Jun 9 18:08:11 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2368] 10.0.0.184 () {32 vars in 681 bytes} [Tue Jun 9 18:08:11 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2369] 10.0.0.184 () {32 vars in 695 bytes} [Tue Jun 9 18:08:11 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2370] 10.0.0.184 () {32 vars in 691 bytes} [Tue Jun 9 18:08:11 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2371] 10.0.0.184 () {32 vars in 703 bytes} [Tue Jun 9 18:08:11 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2372] 10.0.0.184 () {32 vars in 733 bytes} [Tue Jun 9 18:08:11 2026] DELETE /v2.0/qos/policies/9113c05a-59ac-4a14-9d00-ef893513c7f9 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2373] 10.0.0.184 () {32 vars in 733 bytes} [Tue Jun 9 18:08:11 2026] DELETE /v2.0/qos/policies/2cea3407-23dd-4339-ade2-b00cd198b533 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2374] 10.0.0.184 () {32 vars in 733 bytes} [Tue Jun 9 18:08:11 2026] DELETE /v2.0/qos/policies/98bbd6b4-beca-41e2-8ed5-1b9a232c3163 => 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: 1198/2375] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:08:11 2026] PUT /v2.0/ports/cd2b5b50-800e-49af-8010-bba769777b26 => generated 1464 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:08:12.031 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e5deae9-557a-4424-a2ef-bb7e1683461a'] response: {'name': 'network-changed', 'server_uuid': 'a176406c-66dd-4176-bcc0-f21f3dde4940', 'tag': 'cd2b5b50-800e-49af-8010-bba769777b26', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1178/2376] 10.0.0.184 () {32 vars in 733 bytes} [Tue Jun 9 18:08:11 2026] DELETE /v2.0/qos/policies/fbef5d81-8e6c-417a-9e4b-7021773d2367 => 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: 1199/2377] 10.0.0.184 () {32 vars in 733 bytes} [Tue Jun 9 18:08:12 2026] DELETE /v2.0/qos/policies/2431907b-acd0-4de5-9527-f0b71eb84633 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2378] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:08:12 2026] GET /v2.0/ports?tenant_id=df720c3b7abf4e59b796159955c6691c&device_id=a176406c-66dd-4176-bcc0-f21f3dde4940 => generated 1467 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2379] 199.204.45.95 () {34 vars in 1016 bytes} [Tue Jun 9 18:08:12 2026] GET /v2.0/networks?tenant_id=df720c3b7abf4e59b796159955c6691c&shared=False => generated 2374 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2380] 199.204.45.95 () {34 vars in 928 bytes} [Tue Jun 9 18:08:12 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: 1201/2381] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:13 2026] GET /v2.0/security-groups?tenant_id=30604374079e45199561c544f9147f9d&name=default => generated 2929 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2382] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:13 2026] DELETE /v2.0/security-groups/77128662-2214-4d12-9c02-c0727dc8aad1 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2383] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:13 2026] GET /v2.0/security-groups?tenant_id=1e6e1ef964174c54a4c528735acf3087&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2384] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:13 2026] DELETE /v2.0/security-groups/210f2078-84b5-4d66-8f7e-58c95a2bb3e4 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2385] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:08:13 2026] GET /v2.0/ports?tenant_id=df720c3b7abf4e59b796159955c6691c&device_id=a176406c-66dd-4176-bcc0-f21f3dde4940 => generated 1467 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2386] 199.204.45.95 () {34 vars in 1054 bytes} [Tue Jun 9 18:08:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.19&port_id=cd2b5b50-800e-49af-8010-bba769777b26 => 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: 1204/2387] 199.204.45.95 () {34 vars in 1104 bytes} [Tue Jun 9 18:08:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A228&port_id=cd2b5b50-800e-49af-8010-bba769777b26 => 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: 1184/2388] 199.204.45.95 () {34 vars in 1062 bytes} [Tue Jun 9 18:08:13 2026] GET /v2.0/subnets?id=4031a9f2-a4c6-448d-a3e0-b67c576ed4d6&id=7f924b4c-3690-46f3-8815-c226490a34b7 => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2389] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:08:13 2026] GET /v2.0/ports?network_id=66a56ca2-1e19-4519-b841-768130b44fc1&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2390] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:08:13 2026] GET /v2.0/ports?network_id=66a56ca2-1e19-4519-b841-768130b44fc1&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2391] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:08:13 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2392] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:13 2026] GET /v2.0/security-groups?tenant_id=c919fc0da18b4248b6abb7e0687baf9f&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2393] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:08:14 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?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: 1207/2394] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:14 2026] DELETE /v2.0/security-groups/a5ba9c27-7495-4c79-aec8-94af1b02ccca => 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: 1188/2395] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:08:16 2026] GET /v2.0/ports?device_id=a176406c-66dd-4176-bcc0-f21f3dde4940 => generated 1200 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2396] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:08:16 2026] GET /v2.0/security-groups?id=01c35c05-5b45-47d1-88d7-c95b13509997&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:08:18.634 7 INFO neutron.db.segments_db [None req-de694021-f874-42a1-93d1-420ddd9959de 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Added segment 6dc0e93d-f575-45b9-8cdd-b9c602f9bf73 of type vxlan for network 6803eb1b-1e81-41f9-8fd5-6b5bbc017f09 2026-06-09 18:08:18.900 7 INFO neutron.db.l3_hamode_db [None req-de694021-f874-42a1-93d1-420ddd9959de 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:08:19.052 7 INFO neutron.db.l3_hamode_db [None req-de694021-f874-42a1-93d1-420ddd9959de 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1189/2397] 10.0.0.184 () {34 vars in 667 bytes} [Tue Jun 9 18:08:18 2026] POST /v2.0/routers => generated 474 bytes in 1317 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:08:19.808 8 INFO neutron.db.l3_hamode_db [None req-ae626cf4-1110-444d-87d5-2cf718aebe7f 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:08:19.940 8 INFO neutron.db.l3_hamode_db [None req-ae626cf4-1110-444d-87d5-2cf718aebe7f 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1209/2398] 10.0.0.184 () {34 vars in 667 bytes} [Tue Jun 9 18:08:19 2026] POST /v2.0/routers => generated 474 bytes in 892 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:08:20.708 7 INFO neutron.db.l3_hamode_db [None req-07d26b40-4cbd-4541-8c9a-80b3377ad700 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:08:20.805 7 INFO neutron.db.l3_hamode_db [None req-07d26b40-4cbd-4541-8c9a-80b3377ad700 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1190/2401] 10.0.0.184 () {34 vars in 667 bytes} [Tue Jun 9 18:08:20 2026] POST /v2.0/routers => generated 474 bytes in 825 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:08:21.550 8 INFO neutron.db.l3_hamode_db [None req-a7c11400-5f7d-4e22-9ef0-2f3ed77d0cec 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:08:21.674 8 INFO neutron.db.l3_hamode_db [None req-a7c11400-5f7d-4e22-9ef0-2f3ed77d0cec 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1191/2402] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:08:21 2026] GET /v2.0/ports?device_id=a176406c-66dd-4176-bcc0-f21f3dde4940 => generated 1200 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2403] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:08:21 2026] GET /v2.0/security-groups?id=01c35c05-5b45-47d1-88d7-c95b13509997&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2404] 10.0.0.184 () {32 vars in 817 bytes} [Tue Jun 9 18:08:21 2026] GET /v2.0/ports?network_id=66a56ca2-1e19-4519-b841-768130b44fc1&mac_address=fa%3A16%3A3e%3A67%3A52%3A6c => generated 1200 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2405] 10.0.0.184 () {34 vars in 667 bytes} [Tue Jun 9 18:08:21 2026] POST /v2.0/routers => generated 474 bytes in 711 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:08:22.251 8 INFO neutron.db.l3_hamode_db [None req-746fddd6-138f-4f17-8ad7-5a0c22754064 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:08:22.391 8 INFO neutron.db.l3_hamode_db [None req-746fddd6-138f-4f17-8ad7-5a0c22754064 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:08:22.885 7 INFO neutron.db.l3_db [None req-1634479e-a034-4dc3-a60a-ab2bd07bc6dd 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Floating IP b3811230-978f-41d5-afba-0c62517c6aad associated. External IP: 10.96.250.210, port: cd2b5b50-800e-49af-8010-bba769777b26. [pid: 8|app: 0|req: 1213/2406] 10.0.0.184 () {34 vars in 667 bytes} [Tue Jun 9 18:08:22 2026] POST /v2.0/routers => generated 474 bytes in 781 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2407] 10.0.0.184 () {34 vars in 750 bytes} [Tue Jun 9 18:08:22 2026] PUT /v2.0/routers/f7711485-85a2-42e5-b2eb-3444c0d85a2c/tags => generated 17 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2408] 10.0.0.184 () {34 vars in 676 bytes} [Tue Jun 9 18:08:22 2026] POST /v2.0/floatingips => generated 854 bytes in 1210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2409] 10.0.0.184 () {34 vars in 750 bytes} [Tue Jun 9 18:08:23 2026] PUT /v2.0/routers/9a099a3b-1d6b-43bb-af1b-1fff1a7e4efb/tags => generated 25 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:08:23.305 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3f8f91c8-70ff-4980-883e-cff349424c24'] response: {'name': 'network-changed', 'server_uuid': 'a176406c-66dd-4176-bcc0-f21f3dde4940', 'tag': 'cd2b5b50-800e-49af-8010-bba769777b26', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1195/2410] 10.0.0.184 () {34 vars in 750 bytes} [Tue Jun 9 18:08:23 2026] PUT /v2.0/routers/d1d6b8cb-4ae6-4642-aec9-e033f4d0c44c/tags => generated 34 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2411] 10.0.0.184 () {34 vars in 750 bytes} [Tue Jun 9 18:08:23 2026] PUT /v2.0/routers/eca291af-4e23-4740-8464-c25b1d27409a/tags => generated 19 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2412] 10.0.0.184 () {32 vars in 663 bytes} [Tue Jun 9 18:08:23 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2413] 10.0.0.184 () {32 vars in 677 bytes} [Tue Jun 9 18:08:23 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2414] 10.0.0.184 () {32 vars in 673 bytes} [Tue Jun 9 18:08:23 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2415] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:08:23 2026] GET /v2.0/ports?tenant_id=df720c3b7abf4e59b796159955c6691c&device_id=a176406c-66dd-4176-bcc0-f21f3dde4940 => generated 1469 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2416] 10.0.0.184 () {32 vars in 685 bytes} [Tue Jun 9 18:08:23 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2417] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:08:23 2026] GET /v2.0/networks?id=66a56ca2-1e19-4519-b841-768130b44fc1 => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2418] 199.204.45.95 () {34 vars in 1054 bytes} [Tue Jun 9 18:08:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.19&port_id=cd2b5b50-800e-49af-8010-bba769777b26 => generated 857 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2419] 199.204.45.95 () {34 vars in 1104 bytes} [Tue Jun 9 18:08:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A228&port_id=cd2b5b50-800e-49af-8010-bba769777b26 => 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: 1199/2420] 10.0.0.184 () {32 vars in 671 bytes} [Tue Jun 9 18:08:23 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2421] 199.204.45.95 () {34 vars in 1062 bytes} [Tue Jun 9 18:08:23 2026] GET /v2.0/subnets?id=4031a9f2-a4c6-448d-a3e0-b67c576ed4d6&id=7f924b4c-3690-46f3-8815-c226490a34b7 => generated 1415 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2422] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:08:24 2026] GET /v2.0/ports?network_id=66a56ca2-1e19-4519-b841-768130b44fc1&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2423] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:08:24 2026] GET /v2.0/ports?network_id=66a56ca2-1e19-4519-b841-768130b44fc1&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2424] 10.0.0.184 () {32 vars in 685 bytes} [Tue Jun 9 18:08:23 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2425] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:08:24 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?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: 1201/2426] 10.0.0.184 () {32 vars in 681 bytes} [Tue Jun 9 18:08:24 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2427] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:08:24 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2428] 10.0.0.184 () {32 vars in 693 bytes} [Tue Jun 9 18:08:24 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2429] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:08:24 2026] GET /v2.0/routers/f7711485-85a2-42e5-b2eb-3444c0d85a2c => generated 485 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2430] 10.0.0.184 () {34 vars in 741 bytes} [Tue Jun 9 18:08:24 2026] PUT /v2.0/routers/f7711485-85a2-42e5-b2eb-3444c0d85a2c => generated 485 bytes in 585 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2431] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:08:24 2026] GET /v2.0/ports?device_id=f7711485-85a2-42e5-b2eb-3444c0d85a2c => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:08:25.141 7 INFO neutron_taas.services.taas.taas_plugin [None req-1829bb64-1e01-411f-94eb-bd29b4d8718d 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] TaaS: Handle Delete Port: 5c526408-1d15-4c23-868e-b23136b2a2a5 2026-06-09 18:08:25.145 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1829bb64-1e01-411f-94eb-bd29b4d8718d 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Tap Mirror: Handle Delete Port: 5c526408-1d15-4c23-868e-b23136b2a2a5 [pid: 7|app: 0|req: 1204/2432] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:08:24 2026] DELETE /v2.0/routers/f7711485-85a2-42e5-b2eb-3444c0d85a2c => generated 0 bytes in 916 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2433] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:08:25 2026] GET /v2.0/routers/9a099a3b-1d6b-43bb-af1b-1fff1a7e4efb => generated 493 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2434] 10.0.0.184 () {34 vars in 741 bytes} [Tue Jun 9 18:08:25 2026] PUT /v2.0/routers/9a099a3b-1d6b-43bb-af1b-1fff1a7e4efb => generated 493 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2435] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:08:26 2026] GET /v2.0/ports?device_id=9a099a3b-1d6b-43bb-af1b-1fff1a7e4efb => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:08:26.716 7 INFO neutron_taas.services.taas.taas_plugin [None req-a2b93ca8-401b-4a6f-93e9-69e3fa2c9d87 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] TaaS: Handle Delete Port: b96c58eb-a2b0-4c28-9388-ff787baf4c52 2026-06-09 18:08:26.719 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a2b93ca8-401b-4a6f-93e9-69e3fa2c9d87 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Tap Mirror: Handle Delete Port: b96c58eb-a2b0-4c28-9388-ff787baf4c52 [pid: 7|app: 0|req: 1206/2436] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:08:26 2026] DELETE /v2.0/routers/9a099a3b-1d6b-43bb-af1b-1fff1a7e4efb => generated 0 bytes in 366 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2437] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:08:26 2026] GET /v2.0/routers/d1d6b8cb-4ae6-4642-aec9-e033f4d0c44c => generated 502 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2438] 10.0.0.184 () {34 vars in 741 bytes} [Tue Jun 9 18:08:26 2026] PUT /v2.0/routers/d1d6b8cb-4ae6-4642-aec9-e033f4d0c44c => generated 502 bytes in 593 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2439] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:08:27 2026] GET /v2.0/ports?device_id=d1d6b8cb-4ae6-4642-aec9-e033f4d0c44c => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:08:27.804 7 INFO neutron_taas.services.taas.taas_plugin [None req-678290a2-c356-4c5b-81bf-b09c749f4896 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] TaaS: Handle Delete Port: 78ea0763-76d4-4a54-9462-a0d08923b153 2026-06-09 18:08:27.807 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-678290a2-c356-4c5b-81bf-b09c749f4896 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Tap Mirror: Handle Delete Port: 78ea0763-76d4-4a54-9462-a0d08923b153 [pid: 7|app: 0|req: 1208/2440] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:08:27 2026] DELETE /v2.0/routers/d1d6b8cb-4ae6-4642-aec9-e033f4d0c44c => generated 0 bytes in 409 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2441] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:08:28 2026] GET /v2.0/routers/eca291af-4e23-4740-8464-c25b1d27409a => generated 487 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2442] 10.0.0.184 () {34 vars in 741 bytes} [Tue Jun 9 18:08:28 2026] PUT /v2.0/routers/eca291af-4e23-4740-8464-c25b1d27409a => generated 487 bytes in 580 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2443] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:08:28 2026] GET /v2.0/ports?device_id=eca291af-4e23-4740-8464-c25b1d27409a => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:08:28.864 7 INFO neutron_taas.services.taas.taas_plugin [None req-21a4f273-78f7-4516-8c45-321de2ee0ffa 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] TaaS: Handle Delete Port: e524fad0-dc66-43f2-8552-29daf65512c7 2026-06-09 18:08:28.867 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21a4f273-78f7-4516-8c45-321de2ee0ffa 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Tap Mirror: Handle Delete Port: e524fad0-dc66-43f2-8552-29daf65512c7 [pid: 7|app: 0|req: 1210/2444] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:08:28 2026] DELETE /v2.0/routers/eca291af-4e23-4740-8464-c25b1d27409a => generated 0 bytes in 422 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2445] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:08:29 2026] GET /v2.0/routers/25399446-f046-48e5-804d-2b3cb167551b => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2446] 10.0.0.184 () {34 vars in 741 bytes} [Tue Jun 9 18:08:29 2026] PUT /v2.0/routers/25399446-f046-48e5-804d-2b3cb167551b => generated 480 bytes in 672 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2447] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:08:29 2026] GET /v2.0/ports?device_id=25399446-f046-48e5-804d-2b3cb167551b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:08:30.078 7 INFO neutron_taas.services.taas.taas_plugin [None req-b8a85f23-afac-44bb-b35e-0b86b4a6f64b 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] TaaS: Handle Delete Port: 6301ee1c-09cc-4f2c-8d49-b24c67c36847 2026-06-09 18:08:30.082 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8a85f23-afac-44bb-b35e-0b86b4a6f64b 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] Tap Mirror: Handle Delete Port: 6301ee1c-09cc-4f2c-8d49-b24c67c36847 [pid: 8|app: 0|req: 1237/2448] 10.0.0.37 () {34 vars in 988 bytes} [Tue Jun 9 18:08:30 2026] GET /v2.0/ports?device_id=a176406c-66dd-4176-bcc0-f21f3dde4940 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2449] 10.0.0.37 () {34 vars in 1038 bytes} [Tue Jun 9 18:08:30 2026] GET /v2.0/security-groups?id=01c35c05-5b45-47d1-88d7-c95b13509997&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:08:30.464 7 INFO neutron.db.l3_hamode_db [None req-b8a85f23-afac-44bb-b35e-0b86b4a6f64b 9b1594f2294f49bc9632da32f355fcbe 5da1d95c57164839b1bd5a5fea746186 - - default default] HA network 6803eb1b-1e81-41f9-8fd5-6b5bbc017f09 was deleted as no HA routers are present in tenant 5da1d95c57164839b1bd5a5fea746186. [pid: 7|app: 0|req: 1212/2450] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:08:29 2026] DELETE /v2.0/routers/25399446-f046-48e5-804d-2b3cb167551b => generated 0 bytes in 575 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:08:30.552 7 INFO neutron.services.segments.plugin [-] Segment 6dc0e93d-f575-45b9-8cdd-b9c602f9bf73 resource provider aggregate not found 2026-06-09 18:08:30.562 7 INFO neutron.services.segments.plugin [-] Segment 6dc0e93d-f575-45b9-8cdd-b9c602f9bf73 resource provider aggregate not found 2026-06-09 18:08:30.568 7 INFO neutron.services.segments.plugin [-] Segment 6dc0e93d-f575-45b9-8cdd-b9c602f9bf73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dc0e93d-f575-45b9-8cdd-b9c602f9bf73 found for delete ", "request_id": "req-dae8f847-001a-4654-bed6-39d4a5280f2c"}]} 2026-06-09 18:08:30.586 7 INFO neutron.services.segments.plugin [-] Segment 6dc0e93d-f575-45b9-8cdd-b9c602f9bf73 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6dc0e93d-f575-45b9-8cdd-b9c602f9bf73 found for delete ", "request_id": "req-4183cfd8-a4e4-41c4-af2c-2617b5eb5065"}]} [pid: 8|app: 0|req: 1239/2451] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:31 2026] GET /v2.0/security-groups?tenant_id=3664d9a2c87e405eaff8bd86b0f9ef08&name=default => generated 2929 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2452] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:31 2026] DELETE /v2.0/security-groups/def31d01-1fd9-487f-954b-a0481a46694f => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2453] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:31 2026] GET /v2.0/security-groups?tenant_id=5da1d95c57164839b1bd5a5fea746186&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2454] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:32 2026] DELETE /v2.0/security-groups/d21cbc10-6d5d-49f7-af88-fe859d0cf2a3 => 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: 1241/2455] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:32 2026] GET /v2.0/security-groups?tenant_id=96bb99cc2acc497bab6c892d72744924&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2456] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:32 2026] DELETE /v2.0/security-groups/95a3e569-ca00-4d03-9d5f-acd10f2d78ac => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:08:37.163 8 INFO neutron.db.segments_db [None req-28438775-224e-49c6-bf8d-24e60eb2aaf6 3ecbf4285ed64486a1c5154c1786b334 5637ca219ba14cc8a0e0c27c905d30b0 - - default default] Added segment 423593eb-9279-40e7-94cf-de7432da6ade of type vxlan for network 975a79cb-9f87-487c-bd65-d4e401bc8ec7 [pid: 8|app: 0|req: 1243/2459] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:08:36 2026] POST /v2.0/networks => generated 613 bytes in 396 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2460] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:08:37 2026] POST /v2.0/subnets => generated 626 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:08:37.629 8 INFO neutron.db.segments_db [None req-539ad8b7-9fb5-4412-9453-18e84c3eec22 3ecbf4285ed64486a1c5154c1786b334 5637ca219ba14cc8a0e0c27c905d30b0 - - default default] Added segment 7b53450d-d80a-41ee-840e-3fb1018907b6 of type vxlan for network 6864d306-d88f-4417-b64e-a6e7ad3aa1f6 [pid: 8|app: 0|req: 1244/2461] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:08:37 2026] POST /v2.0/networks => generated 612 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2462] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:08:37 2026] POST /v2.0/subnets => generated 629 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:08:38.020 8 INFO neutron.db.segments_db [None req-ab986572-35ae-4746-a25d-b1d508a74f0d 3ecbf4285ed64486a1c5154c1786b334 5637ca219ba14cc8a0e0c27c905d30b0 - - default default] Added segment d84da664-d324-47c8-b05e-f2a5429da8ae of type vxlan for network 187013ce-f557-478f-8650-5063ca7df082 [pid: 8|app: 0|req: 1245/2463] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:08:37 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2464] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:08:38 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) 2026-06-09 18:08:38.452 8 INFO neutron.db.segments_db [None req-2a03c52b-263c-4f7a-853b-40038282338e 3ecbf4285ed64486a1c5154c1786b334 5637ca219ba14cc8a0e0c27c905d30b0 - - default default] Added segment 60f5259a-93d9-4221-ab0d-fcbd8d41a723 of type vxlan for network 3f5864a5-9b8e-4beb-81bf-c0ce01ed1a41 [pid: 8|app: 0|req: 1246/2465] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:08:38 2026] POST /v2.0/networks => generated 613 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2466] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:08:38 2026] POST /v2.0/subnets => generated 629 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:08:39.027 8 INFO neutron.db.segments_db [None req-0fa2c935-e655-45f4-a616-0b38913ca4c1 3ecbf4285ed64486a1c5154c1786b334 5637ca219ba14cc8a0e0c27c905d30b0 - - default default] Added segment 2dacb0b7-756e-4bb9-a147-b05957681e96 of type vxlan for network 5bd27603-1fe4-4acc-9fd4-48c7f0bde42d [pid: 8|app: 0|req: 1247/2467] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:08:38 2026] POST /v2.0/networks => generated 613 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2468] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:08:39 2026] POST /v2.0/subnets => generated 629 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2469] 10.0.0.184 () {34 vars in 750 bytes} [Tue Jun 9 18:08:39 2026] PUT /v2.0/subnets/0e8383e9-e782-4079-812f-1b85ce418b2d/tags => generated 17 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2470] 10.0.0.184 () {34 vars in 750 bytes} [Tue Jun 9 18:08:39 2026] PUT /v2.0/subnets/7707b550-4b57-4ac7-bfd9-3b51d3543dfa/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2471] 10.0.0.184 () {34 vars in 750 bytes} [Tue Jun 9 18:08:39 2026] PUT /v2.0/subnets/8a5f29ba-7aa5-4b35-afb9-e9f808eb9ea1/tags => generated 34 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2472] 10.0.0.184 () {34 vars in 750 bytes} [Tue Jun 9 18:08:39 2026] PUT /v2.0/subnets/f3b56b91-a76e-4c51-a3a6-9e9479ca1a9d/tags => generated 19 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2473] 10.0.0.184 () {32 vars in 663 bytes} [Tue Jun 9 18:08:39 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2474] 10.0.0.184 () {32 vars in 677 bytes} [Tue Jun 9 18:08:39 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2475] 10.0.0.184 () {32 vars in 673 bytes} [Tue Jun 9 18:08:39 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2476] 10.0.0.184 () {32 vars in 685 bytes} [Tue Jun 9 18:08:39 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2477] 10.0.0.184 () {32 vars in 671 bytes} [Tue Jun 9 18:08:39 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2478] 10.0.0.184 () {32 vars in 685 bytes} [Tue Jun 9 18:08:40 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2479] 10.0.0.184 () {32 vars in 681 bytes} [Tue Jun 9 18:08:40 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2480] 10.0.0.184 () {32 vars in 693 bytes} [Tue Jun 9 18:08:40 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2481] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:08:40 2026] DELETE /v2.0/subnets/0e8383e9-e782-4079-812f-1b85ce418b2d => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2482] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:08:40 2026] DELETE /v2.0/subnets/7707b550-4b57-4ac7-bfd9-3b51d3543dfa => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2483] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:08:40 2026] DELETE /v2.0/subnets/8a5f29ba-7aa5-4b35-afb9-e9f808eb9ea1 => 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: 1229/2484] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:08:40 2026] DELETE /v2.0/subnets/f3b56b91-a76e-4c51-a3a6-9e9479ca1a9d => 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: 1256/2485] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:08:40 2026] DELETE /v2.0/subnets/0168fe52-8d21-45c4-bc84-12fa8524e896 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:08:41.038 7 INFO neutron_taas.services.taas.taas_plugin [None req-b986d9f2-1b31-4416-9ca0-c0d6d17cf9ab 3ecbf4285ed64486a1c5154c1786b334 5637ca219ba14cc8a0e0c27c905d30b0 - - default default] TaaS: Handle Delete Port: 833a0d8a-0e97-4a15-8208-c57c3f47e8be 2026-06-09 18:08:41.041 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b986d9f2-1b31-4416-9ca0-c0d6d17cf9ab 3ecbf4285ed64486a1c5154c1786b334 5637ca219ba14cc8a0e0c27c905d30b0 - - default default] Tap Mirror: Handle Delete Port: 833a0d8a-0e97-4a15-8208-c57c3f47e8be 2026-06-09 18:08:41.203 7 INFO neutron.services.segments.plugin [-] Segment 423593eb-9279-40e7-94cf-de7432da6ade resource provider aggregate not found 2026-06-09 18:08:41.208 7 INFO neutron.services.segments.plugin [-] Segment 423593eb-9279-40e7-94cf-de7432da6ade resource provider aggregate not found 2026-06-09 18:08:41.233 7 INFO neutron.services.segments.plugin [-] Segment 423593eb-9279-40e7-94cf-de7432da6ade resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 423593eb-9279-40e7-94cf-de7432da6ade found for delete ", "request_id": "req-ebdb3866-bea2-4571-a490-cc04a4b716a8"}]} 2026-06-09 18:08:41.233 7 INFO neutron.services.segments.plugin [-] Segment 423593eb-9279-40e7-94cf-de7432da6ade resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 423593eb-9279-40e7-94cf-de7432da6ade found for delete ", "request_id": "req-1881ebbc-8948-4cf6-90ce-a3a84dc298c8"}]} [pid: 7|app: 0|req: 1230/2486] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:08:40 2026] DELETE /v2.0/networks/975a79cb-9f87-487c-bd65-d4e401bc8ec7 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2487] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:08:41 2026] DELETE /v2.0/networks/6864d306-d88f-4417-b64e-a6e7ad3aa1f6 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:08:41.518 8 INFO neutron.services.segments.plugin [-] Segment 7b53450d-d80a-41ee-840e-3fb1018907b6 resource provider aggregate not found 2026-06-09 18:08:41.526 8 INFO neutron.services.segments.plugin [-] Segment 7b53450d-d80a-41ee-840e-3fb1018907b6 resource provider aggregate not found 2026-06-09 18:08:41.532 8 INFO neutron.services.segments.plugin [-] Segment 7b53450d-d80a-41ee-840e-3fb1018907b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b53450d-d80a-41ee-840e-3fb1018907b6 found for delete ", "request_id": "req-ebd8d825-ed19-4634-b42f-6adced8e02b0"}]} 2026-06-09 18:08:41.542 8 INFO neutron.services.segments.plugin [-] Segment 7b53450d-d80a-41ee-840e-3fb1018907b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b53450d-d80a-41ee-840e-3fb1018907b6 found for delete ", "request_id": "req-442a6945-3f62-433e-bf92-22837a3dadd4"}]} [pid: 7|app: 0|req: 1231/2488] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:08:41 2026] DELETE /v2.0/networks/187013ce-f557-478f-8650-5063ca7df082 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2489] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:08:41 2026] DELETE /v2.0/networks/3f5864a5-9b8e-4beb-81bf-c0ce01ed1a41 => 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: 1232/2490] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:08:41 2026] DELETE /v2.0/networks/5bd27603-1fe4-4acc-9fd4-48c7f0bde42d => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2491] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:42 2026] GET /v2.0/security-groups?tenant_id=cfca09ed003344139d6647aca6c6bc7a&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2492] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:42 2026] DELETE /v2.0/security-groups/feb6bd11-20b3-4e5f-a5f0-17e6c4eef006 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:08:43.249 7 INFO neutron.services.segments.plugin [-] Segment d84da664-d324-47c8-b05e-f2a5429da8ae resource provider aggregate not found 2026-06-09 18:08:43.255 7 INFO neutron.services.segments.plugin [-] Segment d84da664-d324-47c8-b05e-f2a5429da8ae resource provider aggregate not found 2026-06-09 18:08:43.272 7 INFO neutron.services.segments.plugin [-] Segment d84da664-d324-47c8-b05e-f2a5429da8ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d84da664-d324-47c8-b05e-f2a5429da8ae found for delete ", "request_id": "req-233388ce-9461-4ae5-9aa5-62adb9ce17e7"}]} 2026-06-09 18:08:43.276 7 INFO neutron.services.segments.plugin [-] Segment d84da664-d324-47c8-b05e-f2a5429da8ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d84da664-d324-47c8-b05e-f2a5429da8ae found for delete ", "request_id": "req-23e95c61-b2a4-4338-9d53-dcb5499c09f2"}]} 2026-06-09 18:08:43.290 7 INFO neutron.services.segments.plugin [-] Segment 2dacb0b7-756e-4bb9-a147-b05957681e96 resource provider aggregate not found [pid: 8|app: 0|req: 1260/2493] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:43 2026] GET /v2.0/security-groups?tenant_id=88dfe530306a4c7ca34582fd0d5c14a5&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:08:43.298 7 INFO neutron.services.segments.plugin [-] Segment 2dacb0b7-756e-4bb9-a147-b05957681e96 resource provider aggregate not found 2026-06-09 18:08:43.309 7 INFO neutron.services.segments.plugin [-] Segment 2dacb0b7-756e-4bb9-a147-b05957681e96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dacb0b7-756e-4bb9-a147-b05957681e96 found for delete ", "request_id": "req-82e848f6-5047-4d61-a446-34b5d6a55550"}]} 2026-06-09 18:08:43.326 7 INFO neutron.services.segments.plugin [-] Segment 2dacb0b7-756e-4bb9-a147-b05957681e96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dacb0b7-756e-4bb9-a147-b05957681e96 found for delete ", "request_id": "req-0ae58d01-4a00-4f6e-a408-cfdf66b88ac0"}]} [pid: 7|app: 0|req: 1234/2494] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:43 2026] DELETE /v2.0/security-groups/37ebc032-1acc-4b80-8fd4-53421452e5d1 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:08:43.548 8 INFO neutron.services.segments.plugin [-] Segment 60f5259a-93d9-4221-ab0d-fcbd8d41a723 resource provider aggregate not found 2026-06-09 18:08:43.565 8 INFO neutron.services.segments.plugin [-] Segment 60f5259a-93d9-4221-ab0d-fcbd8d41a723 resource provider aggregate not found 2026-06-09 18:08:43.569 8 INFO neutron.services.segments.plugin [-] Segment 60f5259a-93d9-4221-ab0d-fcbd8d41a723 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60f5259a-93d9-4221-ab0d-fcbd8d41a723 found for delete ", "request_id": "req-fe094504-fae2-46a7-83ab-926708d96e57"}]} 2026-06-09 18:08:43.584 8 INFO neutron.services.segments.plugin [-] Segment 60f5259a-93d9-4221-ab0d-fcbd8d41a723 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 60f5259a-93d9-4221-ab0d-fcbd8d41a723 found for delete ", "request_id": "req-13b8f87b-af5f-461d-a846-61c8128670c8"}]} [pid: 8|app: 0|req: 1261/2495] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:43 2026] GET /v2.0/security-groups?tenant_id=5637ca219ba14cc8a0e0c27c905d30b0&name=default => generated 2929 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2496] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:43 2026] DELETE /v2.0/security-groups/b30fb250-0490-4828-9e35-1fbd81863f51 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2497] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:08:45 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2498] 10.0.0.117 () {30 vars in 689 bytes} [Tue Jun 9 18:08:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2499] 10.0.0.117 () {30 vars in 691 bytes} [Tue Jun 9 18:08:46 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: 1237/2500] 10.0.0.117 () {30 vars in 667 bytes} [Tue Jun 9 18:08:46 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: 1264/2501] 10.0.0.117 () {30 vars in 703 bytes} [Tue Jun 9 18:08:46 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: 1238/2502] 10.0.0.117 () {28 vars in 438 bytes} [Tue Jun 9 18:08:47 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2503] 10.0.0.117 () {30 vars in 727 bytes} [Tue Jun 9 18:08:47 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => generated 658 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2504] 10.0.0.117 () {30 vars in 689 bytes} [Tue Jun 9 18:08:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2505] 10.0.0.117 () {30 vars in 691 bytes} [Tue Jun 9 18:08:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2506] 10.0.0.117 () {30 vars in 667 bytes} [Tue Jun 9 18:08:47 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2507] 10.0.0.117 () {30 vars in 703 bytes} [Tue Jun 9 18:08:47 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: 1241/2508] 10.0.0.117 () {30 vars in 727 bytes} [Tue Jun 9 18:08:47 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => 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: 1268/2509] 10.0.0.117 () {30 vars in 689 bytes} [Tue Jun 9 18:08:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2510] 10.0.0.117 () {30 vars in 691 bytes} [Tue Jun 9 18:08:47 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2511] 10.0.0.117 () {30 vars in 667 bytes} [Tue Jun 9 18:08:47 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: 1243/2512] 10.0.0.117 () {30 vars in 703 bytes} [Tue Jun 9 18:08:47 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2513] 10.0.0.117 () {30 vars in 729 bytes} [Tue Jun 9 18:08:47 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2514] 10.0.0.117 () {30 vars in 681 bytes} [Tue Jun 9 18:08:47 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2515] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:08:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2516] 10.0.0.117 () {34 vars in 703 bytes} [Tue Jun 9 18:08:47 2026] POST /v2.0/ports => generated 1128 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2517] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:08:48 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1272/2518] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:08:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2519] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:08:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2520] 10.0.0.184 () {34 vars in 675 bytes} [Tue Jun 9 18:08:48 2026] POST /v2.0/subnetpools => generated 516 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2521] 10.0.0.184 () {34 vars in 758 bytes} [Tue Jun 9 18:08:48 2026] PUT /v2.0/subnetpools/0ba09139-7792-42fd-817c-468dfaac496b/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2522] 10.0.0.184 () {34 vars in 758 bytes} [Tue Jun 9 18:08:48 2026] PUT /v2.0/subnetpools/453c2871-919c-432c-864d-7ad60f4652aa/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2523] 10.0.0.184 () {34 vars in 758 bytes} [Tue Jun 9 18:08:48 2026] PUT /v2.0/subnetpools/29e40c1c-bf5c-4b5c-a88e-0c93d78db5e9/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: 1275/2524] 10.0.0.184 () {34 vars in 758 bytes} [Tue Jun 9 18:08:48 2026] PUT /v2.0/subnetpools/c74d3aff-8a6e-44ff-9165-10ba0c3a1b39/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2525] 10.0.0.184 () {32 vars in 671 bytes} [Tue Jun 9 18:08:48 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2526] 10.0.0.184 () {32 vars in 685 bytes} [Tue Jun 9 18:08:48 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2527] 10.0.0.184 () {32 vars in 681 bytes} [Tue Jun 9 18:08:48 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2528] 10.0.0.184 () {32 vars in 693 bytes} [Tue Jun 9 18:08:48 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2529] 10.0.0.184 () {32 vars in 679 bytes} [Tue Jun 9 18:08:48 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2530] 10.0.0.184 () {32 vars in 693 bytes} [Tue Jun 9 18:08:49 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2531] 10.0.0.184 () {32 vars in 689 bytes} [Tue Jun 9 18:08:49 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2532] 10.0.0.184 () {32 vars in 701 bytes} [Tue Jun 9 18:08:49 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2533] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:08:49 2026] DELETE /v2.0/subnetpools/0ba09139-7792-42fd-817c-468dfaac496b => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2534] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:08:49 2026] DELETE /v2.0/subnetpools/453c2871-919c-432c-864d-7ad60f4652aa => 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: 1255/2535] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:08:49 2026] DELETE /v2.0/subnetpools/29e40c1c-bf5c-4b5c-a88e-0c93d78db5e9 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2536] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:08:49 2026] DELETE /v2.0/subnetpools/c74d3aff-8a6e-44ff-9165-10ba0c3a1b39 => 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: 1256/2537] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:08:49 2026] DELETE /v2.0/subnetpools/b21c8ce4-4843-43b2-ae27-92308371241d => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2538] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:50 2026] GET /v2.0/security-groups?tenant_id=2884bb9ad0bf44eb8883666c4bf7df95&name=default => generated 2929 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2541] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:50 2026] DELETE /v2.0/security-groups/999dc938-39c7-4645-921d-e47d66313668 => 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: 1258/2542] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:51 2026] GET /v2.0/security-groups?tenant_id=6c7f6aef71504981a72cebc3fe6d483f&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2543] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:51 2026] DELETE /v2.0/security-groups/e193fc65-ceff-4758-854e-34ebaeb9933d => 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: 1286/2544] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:51 2026] GET /v2.0/security-groups?tenant_id=035d220957b940ceaa32be87f2d2480b&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2545] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:08:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2546] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:08:51 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: 1261/2547] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:08:51 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2548] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:08:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2549] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:51 2026] DELETE /v2.0/security-groups/09d32a26-3310-432b-9cb8-ca461df9e865 => 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: 1263/2550] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:08:51 2026] GET /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2551] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:08:51 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2552] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:08:51 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2553] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:08:51 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: 1265/2554] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:08:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:08:52.016 8 INFO neutron.api.v2.resource [None req-9daf4adc-a305-4393-8b60-d892bfcecad8 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1290/2555] 199.204.45.95 () {30 vars in 761 bytes} [Tue Jun 9 18:08:52 2026] GET /v2.0/security-groups/lb-76fe3c5d-e61d-4a1d-ae71-9e866736d2c0 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2556] 199.204.45.95 () {30 vars in 783 bytes} [Tue Jun 9 18:08:52 2026] GET /v2.0/security-groups?name=lb-76fe3c5d-e61d-4a1d-ae71-9e866736d2c0 => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2557] 199.204.45.95 () {34 vars in 734 bytes} [Tue Jun 9 18:08:52 2026] POST /v2.0/security-groups => generated 1638 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2558] 199.204.45.95 () {30 vars in 813 bytes} [Tue Jun 9 18:08:52 2026] GET /v2.0/security-group-rules?security_group_id=e7e36c5e-23c2-4999-8e1e-8728bfd8063b => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2559] 199.204.45.95 () {34 vars in 787 bytes} [Tue Jun 9 18:08:52 2026] PUT /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1128 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2560] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:08:52 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1293/2561] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:08:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2562] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:08:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2563] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:08:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2564] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:08:52 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:08:55.095 8 INFO neutron.db.segments_db [None req-d087ec63-c1dd-48a0-87ab-e996ecacb172 d799d50707cc477f81a3ee981d75a2b3 c057aa984fcf47048d58532ca51470af - - default default] Added segment f662fa24-5d3f-494c-a693-f4a632eda6b2 of type vxlan for network 6034d91b-5a06-4e39-8c1e-0de04ea56ae5 [pid: 8|app: 0|req: 1295/2565] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:08:54 2026] POST /v2.0/networks => generated 612 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2566] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:08:55 2026] PUT /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags => generated 25 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2567] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:08:55 2026] GET /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2568] 10.0.0.184 () {34 vars in 763 bytes} [Tue Jun 9 18:08:55 2026] PUT /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2569] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:08:55 2026] GET /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2570] 10.0.0.184 () {34 vars in 759 bytes} [Tue Jun 9 18:08:55 2026] PUT /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/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: 1298/2571] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:08:55 2026] GET /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2572] 10.0.0.184 () {34 vars in 781 bytes} [Tue Jun 9 18:08:55 2026] PUT /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags/black.or.white => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2573] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:08:55 2026] GET /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2574] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:08:55 2026] PUT /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2575] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:08:55 2026] GET /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2576] 10.0.0.184 () {32 vars in 740 bytes} [Tue Jun 9 18:08:55 2026] GET /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:08:55.979 8 INFO neutron.api.v2.resource [None req-b95a047e-5899-4137-bc5d-50c86bc6469e d799d50707cc477f81a3ee981d75a2b3 c057aa984fcf47048d58532ca51470af - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1301/2577] 10.0.0.184 () {32 vars in 744 bytes} [Tue Jun 9 18:08:55 2026] GET /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2578] 10.0.0.184 () {32 vars in 743 bytes} [Tue Jun 9 18:08:55 2026] DELETE /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2579] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:08:56 2026] GET /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:08:56.145 7 INFO neutron.api.v2.resource [None req-712be096-e56e-4f0d-9f98-733788c524b5 d799d50707cc477f81a3ee981d75a2b3 c057aa984fcf47048d58532ca51470af - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1278/2580] 10.0.0.184 () {32 vars in 747 bytes} [Tue Jun 9 18:08:56 2026] DELETE /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2581] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:08:56 2026] DELETE /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2582] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:08:56 2026] GET /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:08:56.424 8 INFO neutron.services.segments.plugin [-] Segment f662fa24-5d3f-494c-a693-f4a632eda6b2 resource provider aggregate not found 2026-06-09 18:08:56.430 8 INFO neutron.services.segments.plugin [-] Segment f662fa24-5d3f-494c-a693-f4a632eda6b2 resource provider aggregate not found 2026-06-09 18:08:56.446 8 INFO neutron.services.segments.plugin [-] Segment f662fa24-5d3f-494c-a693-f4a632eda6b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f662fa24-5d3f-494c-a693-f4a632eda6b2 found for delete ", "request_id": "req-8c551cd8-a690-4e7a-a510-a39edf963f76"}]} 2026-06-09 18:08:56.463 8 INFO neutron.services.segments.plugin [-] Segment f662fa24-5d3f-494c-a693-f4a632eda6b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f662fa24-5d3f-494c-a693-f4a632eda6b2 found for delete ", "request_id": "req-8d30971a-8512-4af1-914f-841d256ae2cf"}]} [pid: 8|app: 0|req: 1304/2583] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:08:56 2026] DELETE /v2.0/networks/6034d91b-5a06-4e39-8c1e-0de04ea56ae5 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2584] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:57 2026] GET /v2.0/security-groups?tenant_id=97966f1c2a30460ca9f6a1a286ae2c6c&name=default => generated 2929 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2585] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:57 2026] DELETE /v2.0/security-groups/bedf2cc5-6a84-4de7-b3f1-6b2e80abe2da => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2586] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:08:57 2026] GET /v2.0/security-groups?tenant_id=c057aa984fcf47048d58532ca51470af&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2587] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:08:57 2026] DELETE /v2.0/security-groups/6b5bd39c-ffa0-43ea-8e5d-b474f69c64dd => 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: 1282/2588] 10.0.0.35 () {34 vars in 1014 bytes} [Tue Jun 9 18:09:00 2026] GET /v2.0/security-groups?id=82da55d5-bdc1-498d-9265-cd8b343861e0&fields=id => generated 69 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2589] 10.0.0.35 () {34 vars in 980 bytes} [Tue Jun 9 18:09:00 2026] GET /v2.0/networks?id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8 => generated 735 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2590] 10.0.0.35 () {34 vars in 963 bytes} [Tue Jun 9 18:09:00 2026] GET /v2.0/quotas/b0dfc71e512446aa90005cb0594b376d => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2591] 10.0.0.35 () {34 vars in 1000 bytes} [Tue Jun 9 18:09:00 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2592] 10.0.0.35 () {34 vars in 1006 bytes} [Tue Jun 9 18:09:00 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?fields=segments => generated 14 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2593] 10.0.0.35 () {34 vars in 1106 bytes} [Tue Jun 9 18:09:00 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1285/2594] 10.0.0.184 () {34 vars in 677 bytes} [Tue Jun 9 18:09:01 2026] POST /v2.0/qos/policies => generated 359 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2595] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:09:01 2026] PUT /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2596] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:09:01 2026] GET /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2597] 10.0.0.184 () {34 vars in 763 bytes} [Tue Jun 9 18:09:01 2026] PUT /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2598] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:09:01 2026] GET /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2599] 10.0.0.184 () {34 vars in 759 bytes} [Tue Jun 9 18:09:01 2026] PUT /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2600] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:09:01 2026] GET /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/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: 1313/2601] 10.0.0.184 () {34 vars in 781 bytes} [Tue Jun 9 18:09:01 2026] PUT /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags/black.or.white => generated 4 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2602] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:09:01 2026] GET /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2603] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:09:01 2026] PUT /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2604] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:09:01 2026] GET /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags => generated 37 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2605] 10.0.0.184 () {32 vars in 740 bytes} [Tue Jun 9 18:09:01 2026] GET /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:09:01.807 7 INFO neutron.api.v2.resource [None req-1894ba1e-b0d3-40e5-bd1f-454ac863abf3 45a0688228bd468eaaf58a5481f7921f bbc9b29a65f64cec9d20ce17ddf2c9b8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1291/2606] 10.0.0.184 () {32 vars in 744 bytes} [Tue Jun 9 18:09:01 2026] GET /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2607] 10.0.0.184 () {32 vars in 743 bytes} [Tue Jun 9 18:09:01 2026] DELETE /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2608] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:09:01 2026] GET /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags => generated 30 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:09:01.957 7 INFO neutron.api.v2.resource [None req-d3176d2b-9af7-496d-9edb-bdfe2c12a4ea 45a0688228bd468eaaf58a5481f7921f bbc9b29a65f64cec9d20ce17ddf2c9b8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1293/2609] 10.0.0.184 () {32 vars in 747 bytes} [Tue Jun 9 18:09:01 2026] DELETE /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/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: 1294/2610] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:09:01 2026] DELETE /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags => 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: 1295/2611] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:09:02 2026] GET /v2.0/policies/c9ca808b-2e90-406d-ae80-6aafd993963c/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2612] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:09:01 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 12 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2613] 10.0.0.184 () {32 vars in 733 bytes} [Tue Jun 9 18:09:02 2026] DELETE /v2.0/qos/policies/c9ca808b-2e90-406d-ae80-6aafd993963c => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2614] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:09:02 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => 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: 1297/2615] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:09:02 2026] GET /v2.0/security-groups?tenant_id=bbc9b29a65f64cec9d20ce17ddf2c9b8&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2616] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:09:03 2026] DELETE /v2.0/security-groups/85c128e6-d643-495c-aa86-d54c4fed2f22 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2617] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:09:03 2026] GET /v2.0/security-groups?tenant_id=cdb517bd22684defbc47f91db38f49eb&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2618] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:09:03 2026] DELETE /v2.0/security-groups/0938c620-41af-4f71-8940-53a358fc9fbb => 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: 1299/2619] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:09:04 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => 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: 1321/2620] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:09:05 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2623] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:09:05 2026] GET /v2.0/networks?id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8 => generated 735 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2624] 199.204.45.95 () {34 vars in 1048 bytes} [Tue Jun 9 18:09:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b0dfc71e512446aa90005cb0594b376d => generated 343 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2625] 199.204.45.95 () {38 vars in 953 bytes} [Tue Jun 9 18:09:06 2026] POST /v2.0/ports => generated 1078 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2626] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:09:06 2026] PUT /v2.0/ports/e2d7ac2f-1740-4a16-b8fa-ac26e67e7a08 => generated 1239 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:09:07.084 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2b5946a6-c5b1-4f89-8a2b-dc7f42474eff'] response: {'name': 'network-changed', 'server_uuid': '8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47', 'tag': 'e2d7ac2f-1740-4a16-b8fa-ac26e67e7a08', '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: 1303/2627] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:09:07 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1325/2628] 199.204.45.95 () {34 vars in 1016 bytes} [Tue Jun 9 18:09:07 2026] GET /v2.0/networks?tenant_id=b0dfc71e512446aa90005cb0594b376d&shared=False => generated 735 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2629] 199.204.45.95 () {34 vars in 928 bytes} [Tue Jun 9 18:09:07 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2630] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:09:08 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2631] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:09:08 2026] GET /v2.0/security-groups?id=82da55d5-bdc1-498d-9265-cd8b343861e0&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2632] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:09:08 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => 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: 1306/2633] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:09:08 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2634] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:09:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.54&port_id=e2d7ac2f-1740-4a16-b8fa-ac26e67e7a08 => 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: 1307/2635] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:09:08 2026] GET /v2.0/subnets?id=44476361-6935-4049-b066-5b8832d7f5f2 => generated 654 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2636] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:09:08 2026] GET /v2.0/ports?network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8&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: 1308/2637] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:09:08 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?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: 1330/2638] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:09:09 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2639] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:09:11 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2640] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:09:11 2026] GET /v2.0/security-groups?id=82da55d5-bdc1-498d-9265-cd8b343861e0&fields=id&fields=name => generated 96 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1310/2641] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:09:11 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2642] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:09:12 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2643] 199.204.45.95 () {34 vars in 1042 bytes} [Tue Jun 9 18:09:12 2026] GET /v2.0/security-groups?id=82da55d5-bdc1-498d-9265-cd8b343861e0&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2644] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:09:14 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1312/2645] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:09:14 2026] GET /v2.0/security-groups?id=82da55d5-bdc1-498d-9265-cd8b343861e0&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2646] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:09:14 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2647] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:09:17 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => 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: 1335/2648] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:09:17 2026] GET /v2.0/security-groups?id=82da55d5-bdc1-498d-9265-cd8b343861e0&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2649] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:09:17 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => 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: 1339/2656] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:09:53 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2657] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:09:53 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: 1340/2658] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:09:53 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2659] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:09:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2660] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:09:53 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => 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: 1320/2661] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:09:53 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => 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: 1342/2662] 199.204.45.95 () {34 vars in 715 bytes} [Tue Jun 9 18:09:53 2026] POST /v2.0/ports => generated 1059 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2663] 10.0.0.35 () {34 vars in 969 bytes} [Tue Jun 9 18:09:53 2026] GET /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1059 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2664] 10.0.0.35 () {34 vars in 905 bytes} [Tue Jun 9 18:09:53 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2665] 199.204.45.95 () {34 vars in 1260 bytes} [Tue Jun 9 18:09:54 2026] GET /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2666] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:09:54 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?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: 1323/2667] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:09:54 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?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: 1345/2668] 199.204.45.95 () {34 vars in 973 bytes} [Tue Jun 9 18:09:55 2026] GET /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1059 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2669] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:09:55 2026] GET /v2.0/networks?id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb => generated 802 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2670] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:09:55 2026] PUT /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1249 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:09:55.987 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d1fa6bf8-ef86-4f0f-9006-af6420e9791c'] response: {'name': 'network-changed', 'server_uuid': '8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47', 'tag': '7479f8bc-78ab-4fcb-8653-a77a4e16e3af', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1325/2671] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:09:56 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 2485 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2672] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:09:56 2026] GET /v2.0/networks?id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2673] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:09:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.236&port_id=7479f8bc-78ab-4fcb-8653-a77a4e16e3af => 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: 1348/2674] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:09:56 2026] GET /v2.0/subnets?id=23bf085b-56c9-4725-8939-f737a2051bc2 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2675] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:09:56 2026] GET /v2.0/ports?network_id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2676] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:09:56 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?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: 1328/2677] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:09:56 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2678] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:09:57 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 2485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2679] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:09:57 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.54&port_id=e2d7ac2f-1740-4a16-b8fa-ac26e67e7a08 => 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: 1351/2680] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:09:57 2026] GET /v2.0/subnets?id=44476361-6935-4049-b066-5b8832d7f5f2 => 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: 1330/2681] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:09:57 2026] GET /v2.0/ports?network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8&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: 1352/2682] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:09:58 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2683] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:09:58 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2684] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:09:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.236&port_id=7479f8bc-78ab-4fcb-8653-a77a4e16e3af => 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: 1332/2685] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:09:58 2026] GET /v2.0/subnets?id=23bf085b-56c9-4725-8939-f737a2051bc2 => generated 679 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2686] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:09:58 2026] GET /v2.0/ports?network_id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb&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: 1333/2687] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:09:58 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?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: 1355/2688] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:09:58 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?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: 1334/2689] 10.0.0.35 () {34 vars in 969 bytes} [Tue Jun 9 18:10:02 2026] GET /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1251 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2690] 199.204.45.95 () {34 vars in 787 bytes} [Tue Jun 9 18:10:02 2026] PUT /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1275 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:10:02.612 7 INFO neutron.api.v2.resource [None req-ee62bb60-e3ab-438a-9ae1-32a562569cce 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1335/2691] 199.204.45.95 () {30 vars in 761 bytes} [Tue Jun 9 18:10:02 2026] GET /v2.0/security-groups/lb-76fe3c5d-e61d-4a1d-ae71-9e866736d2c0 => generated 149 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:10:02.617 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-59d48bbe-fdd0-406a-bd5d-26a295b962c6'] response: {'name': 'network-changed', 'server_uuid': '8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47', 'tag': '7479f8bc-78ab-4fcb-8653-a77a4e16e3af', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1357/2692] 199.204.45.95 () {30 vars in 783 bytes} [Tue Jun 9 18:10:02 2026] GET /v2.0/security-groups?name=lb-76fe3c5d-e61d-4a1d-ae71-9e866736d2c0 => generated 1639 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2693] 199.204.45.95 () {34 vars in 787 bytes} [Tue Jun 9 18:10:02 2026] PUT /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1313 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:10:03.020 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-36d23a2e-7bee-48f5-a2b9-e2b58b7f4a81'] response: {'name': 'network-changed', 'server_uuid': '8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47', 'tag': '7479f8bc-78ab-4fcb-8653-a77a4e16e3af', '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: 1337/2694] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:10:03 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: 1338/2695] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:10:03 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: 1358/2696] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 2585 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2697] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:10:03 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: 1340/2698] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2699] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => 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: 1359/2700] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/networks?id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb => generated 802 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2701] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2702] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.236&port_id=7479f8bc-78ab-4fcb-8653-a77a4e16e3af => 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: 1343/2703] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/subnets?id=23bf085b-56c9-4725-8939-f737a2051bc2 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2704] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1349 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2705] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/ports?network_id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2706] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => generated 676 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2707] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?fields=segments => generated 14 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2708] 199.204.45.95 () {30 vars in 741 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2709] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?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: 1364/2710] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2711] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:10:03 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => 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: 1365/2712] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:10:04 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2713] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:10:04 2026] GET /v2.0/networks?id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb => generated 802 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2714] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:10:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.236&port_id=7479f8bc-78ab-4fcb-8653-a77a4e16e3af => 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: 1349/2715] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:10:04 2026] GET /v2.0/subnets?id=23bf085b-56c9-4725-8939-f737a2051bc2 => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2716] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:04 2026] GET /v2.0/ports?network_id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2717] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:10:04 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?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: 1368/2718] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:10:04 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?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) 2026-06-09 18:10:09.837 7 INFO neutron.db.l3_db [None req-dcad1458-690a-40d8-b216-261e09fd87a0 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Floating IP acd256d9-a453-4e0c-b78a-9e923d8320dc associated. External IP: 10.96.250.201, port: ee5b0b08-3ebc-407c-be5b-75e60e490b4c. [pid: 7|app: 0|req: 1352/2721] 10.0.0.184 () {34 vars in 676 bytes} [Tue Jun 9 18:10:08 2026] POST /v2.0/floatingips => generated 898 bytes in 1270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2722] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:10:15 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2723] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:10:15 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2724] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:10:15 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: 1354/2725] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:10:15 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:10:15.393 8 INFO neutron.api.v2.resource [None req-91a82f5d-44f1-4ecb-b17c-6a73fbf4fc32 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1372/2726] 199.204.45.95 () {30 vars in 761 bytes} [Tue Jun 9 18:10:15 2026] GET /v2.0/security-groups/lb-76fe3c5d-e61d-4a1d-ae71-9e866736d2c0 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2727] 199.204.45.95 () {30 vars in 783 bytes} [Tue Jun 9 18:10:15 2026] GET /v2.0/security-groups?name=lb-76fe3c5d-e61d-4a1d-ae71-9e866736d2c0 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2728] 199.204.45.95 () {30 vars in 813 bytes} [Tue Jun 9 18:10:15 2026] GET /v2.0/security-group-rules?security_group_id=e7e36c5e-23c2-4999-8e1e-8728bfd8063b => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2729] 199.204.45.95 () {34 vars in 745 bytes} [Tue Jun 9 18:10:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2730] 199.204.45.95 () {34 vars in 745 bytes} [Tue Jun 9 18:10:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2733] 10.0.0.117 () {30 vars in 689 bytes} [Tue Jun 9 18:10:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2734] 10.0.0.117 () {30 vars in 691 bytes} [Tue Jun 9 18:10:27 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: 1359/2735] 10.0.0.117 () {30 vars in 667 bytes} [Tue Jun 9 18:10:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2736] 10.0.0.117 () {30 vars in 703 bytes} [Tue Jun 9 18:10:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2737] 10.0.0.117 () {28 vars in 438 bytes} [Tue Jun 9 18:10:27 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2738] 10.0.0.117 () {30 vars in 727 bytes} [Tue Jun 9 18:10:27 2026] GET /v2.0/subnets/d5bd54fb-8a3a-4d29-b767-e0f5ee048c19 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2739] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:10:28 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: 1379/2740] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:10:28 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: 1362/2741] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:10:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2742] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:10:28 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: 1363/2743] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:10:28 2026] GET /v2.0/subnets/d5bd54fb-8a3a-4d29-b767-e0f5ee048c19 => generated 672 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2744] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:10:28 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2745] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:10:29 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: 1382/2746] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:10:29 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: 1365/2747] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:10:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2748] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:10:29 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: 1366/2749] 199.204.45.95 () {34 vars in 715 bytes} [Tue Jun 9 18:10:29 2026] POST /v2.0/ports => generated 1320 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2750] 10.0.0.35 () {34 vars in 969 bytes} [Tue Jun 9 18:10:30 2026] GET /v2.0/ports/1acbd2b6-5c59-4679-8693-ef37e248e095 => generated 1320 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1367/2751] 199.204.45.95 () {34 vars in 1260 bytes} [Tue Jun 9 18:10:31 2026] GET /v2.0/ports/1acbd2b6-5c59-4679-8693-ef37e248e095?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2752] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:10:31 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2753] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:10:31 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2754] 199.204.45.95 () {34 vars in 973 bytes} [Tue Jun 9 18:10:31 2026] GET /v2.0/ports/1acbd2b6-5c59-4679-8693-ef37e248e095 => generated 1320 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2755] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:10:31 2026] GET /v2.0/networks?id=78a5e0a7-4067-4375-9609-8d8e61c37f49 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2756] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:10:31 2026] PUT /v2.0/ports/1acbd2b6-5c59-4679-8693-ef37e248e095 => generated 1510 bytes in 532 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:10:32.566 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fbe3c83d-f70b-4908-a76c-7f279d520c1d'] response: {'name': 'network-changed', 'server_uuid': '8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47', 'tag': '1acbd2b6-5c59-4679-8693-ef37e248e095', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1370/2757] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:10:33 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 4087 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: 1388/2758] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:10:33 2026] GET /v2.0/networks?id=78a5e0a7-4067-4375-9609-8d8e61c37f49 => 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: 1371/2759] 199.204.45.95 () {34 vars in 1054 bytes} [Tue Jun 9 18:10:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=1acbd2b6-5c59-4679-8693-ef37e248e095 => 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: 1389/2760] 199.204.45.95 () {34 vars in 1100 bytes} [Tue Jun 9 18:10:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ac3&port_id=1acbd2b6-5c59-4679-8693-ef37e248e095 => 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: 1372/2761] 199.204.45.95 () {34 vars in 1062 bytes} [Tue Jun 9 18:10:33 2026] GET /v2.0/subnets?id=d5bd54fb-8a3a-4d29-b767-e0f5ee048c19&id=9b8d10dd-25f1-4fc0-80e7-fa3f9731777d => generated 1408 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2762] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:33 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&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/2763] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:33 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2764] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:10:33 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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: 1374/2765] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:10:33 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2766] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:10:34 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 4087 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2767] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:10:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.54&port_id=e2d7ac2f-1740-4a16-b8fa-ac26e67e7a08 => 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: 1393/2768] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:10:34 2026] GET /v2.0/subnets?id=44476361-6935-4049-b066-5b8832d7f5f2 => 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: 1376/2769] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:34 2026] GET /v2.0/ports?network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2770] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:10:34 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?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: 1377/2771] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:10:34 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?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: 1395/2772] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:10:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.236&port_id=7479f8bc-78ab-4fcb-8653-a77a4e16e3af => 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: 1378/2773] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:10:34 2026] GET /v2.0/subnets?id=23bf085b-56c9-4725-8939-f737a2051bc2 => generated 679 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2774] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:34 2026] GET /v2.0/ports?network_id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2775] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:10:34 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2776] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:10:34 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2777] 199.204.45.95 () {34 vars in 1054 bytes} [Tue Jun 9 18:10:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=1acbd2b6-5c59-4679-8693-ef37e248e095 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2778] 199.204.45.95 () {34 vars in 1100 bytes} [Tue Jun 9 18:10:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ac3&port_id=1acbd2b6-5c59-4679-8693-ef37e248e095 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2779] 199.204.45.95 () {34 vars in 1062 bytes} [Tue Jun 9 18:10:35 2026] GET /v2.0/subnets?id=d5bd54fb-8a3a-4d29-b767-e0f5ee048c19&id=9b8d10dd-25f1-4fc0-80e7-fa3f9731777d => generated 1408 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2780] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:35 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&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: 7|app: 0|req: 1382/2781] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:35 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2782] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:10:35 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2783] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:10:35 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2786] 10.0.0.35 () {34 vars in 969 bytes} [Tue Jun 9 18:10:39 2026] GET /v2.0/ports/1acbd2b6-5c59-4679-8693-ef37e248e095 => generated 1512 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2787] 199.204.45.95 () {30 vars in 741 bytes} [Tue Jun 9 18:10:39 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49 => generated 798 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2788] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:10:39 2026] GET /v2.0/subnets/d5bd54fb-8a3a-4d29-b767-e0f5ee048c19 => generated 672 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2789] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:10:39 2026] GET /v2.0/subnets/9b8d10dd-25f1-4fc0-80e7-fa3f9731777d => generated 743 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2790] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:10:39 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: 1387/2791] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:10:39 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: 1405/2792] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:10:39 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: 1388/2793] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:10:39 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: 1406/2794] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:10:39 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2795] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:10:39 2026] GET /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2796] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:10:39 2026] GET /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1349 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2797] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:10:39 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => 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: 1408/2798] 199.204.45.95 () {30 vars in 741 bytes} [Tue Jun 9 18:10:39 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb => generated 799 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2799] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:10:39 2026] GET /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2800] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:10:39 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => 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: 1392/2801] 10.0.0.117 () {30 vars in 689 bytes} [Tue Jun 9 18:10:48 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: 1410/2802] 10.0.0.117 () {30 vars in 691 bytes} [Tue Jun 9 18:10:48 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: 1393/2803] 10.0.0.117 () {30 vars in 667 bytes} [Tue Jun 9 18:10:48 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: 1411/2804] 10.0.0.117 () {30 vars in 703 bytes} [Tue Jun 9 18:10:48 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: 1394/2805] 10.0.0.117 () {28 vars in 438 bytes} [Tue Jun 9 18:10:48 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: 1412/2806] 10.0.0.117 () {30 vars in 727 bytes} [Tue Jun 9 18:10:48 2026] GET /v2.0/subnets/7f924b4c-3690-46f3-8815-c226490a34b7 => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2807] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:10:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2808] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:10:49 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: 1396/2809] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:10:49 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2810] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:10:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2811] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:10:49 2026] GET /v2.0/subnets/d5bd54fb-8a3a-4d29-b767-e0f5ee048c19 => generated 672 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2812] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:10:49 2026] GET /v2.0/subnets/7f924b4c-3690-46f3-8815-c226490a34b7 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2813] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:10:49 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 4089 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2814] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:10:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2815] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:10:50 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: 1417/2816] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:10:50 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: 1400/2817] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:10:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2818] 199.204.45.95 () {34 vars in 715 bytes} [Tue Jun 9 18:10:50 2026] POST /v2.0/ports => generated 1328 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2819] 10.0.0.35 () {34 vars in 969 bytes} [Tue Jun 9 18:10:50 2026] GET /v2.0/ports/b1c29aac-4916-4950-8b57-f44c2bde955b => generated 1328 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2822] 199.204.45.95 () {34 vars in 1260 bytes} [Tue Jun 9 18:10:51 2026] GET /v2.0/ports/b1c29aac-4916-4950-8b57-f44c2bde955b?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1420/2823] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:10:51 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?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: 1404/2824] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:10:51 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?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: 1421/2825] 199.204.45.95 () {34 vars in 973 bytes} [Tue Jun 9 18:10:52 2026] GET /v2.0/ports/b1c29aac-4916-4950-8b57-f44c2bde955b => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2826] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:10:52 2026] GET /v2.0/networks?id=66a56ca2-1e19-4519-b841-768130b44fc1 => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2827] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:10:52 2026] PUT /v2.0/ports/b1c29aac-4916-4950-8b57-f44c2bde955b => generated 1518 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:10:53.001 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f7d86cae-da5a-456e-8205-9b57cfbcf6e3'] response: {'name': 'network-changed', 'server_uuid': '8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47', 'tag': 'b1c29aac-4916-4950-8b57-f44c2bde955b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1406/2828] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:10:53 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 5599 bytes in 61 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: 1423/2829] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:10:53 2026] GET /v2.0/networks?id=66a56ca2-1e19-4519-b841-768130b44fc1 => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2830] 199.204.45.95 () {34 vars in 1054 bytes} [Tue Jun 9 18:10:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.52&port_id=b1c29aac-4916-4950-8b57-f44c2bde955b => 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: 1424/2831] 199.204.45.95 () {34 vars in 1104 bytes} [Tue Jun 9 18:10:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A280&port_id=b1c29aac-4916-4950-8b57-f44c2bde955b => 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: 1408/2832] 199.204.45.95 () {34 vars in 1062 bytes} [Tue Jun 9 18:10:53 2026] GET /v2.0/subnets?id=4031a9f2-a4c6-448d-a3e0-b67c576ed4d6&id=7f924b4c-3690-46f3-8815-c226490a34b7 => generated 1415 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2833] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:53 2026] GET /v2.0/ports?network_id=66a56ca2-1e19-4519-b841-768130b44fc1&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2834] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:53 2026] GET /v2.0/ports?network_id=66a56ca2-1e19-4519-b841-768130b44fc1&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: 1426/2835] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:10:53 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2836] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:10:53 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?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: 1427/2837] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:10:54 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 5599 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2838] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.54&port_id=e2d7ac2f-1740-4a16-b8fa-ac26e67e7a08 => 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: 1428/2839] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/subnets?id=44476361-6935-4049-b066-5b8832d7f5f2 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2840] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/ports?network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8&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: 1429/2841] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2842] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?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: 1430/2843] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.236&port_id=7479f8bc-78ab-4fcb-8653-a77a4e16e3af => 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: 1414/2844] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/subnets?id=23bf085b-56c9-4725-8939-f737a2051bc2 => generated 679 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2845] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/ports?network_id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2846] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?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: 1432/2847] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?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: 1416/2848] 199.204.45.95 () {34 vars in 1054 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=1acbd2b6-5c59-4679-8693-ef37e248e095 => 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: 1433/2849] 199.204.45.95 () {34 vars in 1100 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ac3&port_id=1acbd2b6-5c59-4679-8693-ef37e248e095 => 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: 1417/2850] 199.204.45.95 () {34 vars in 1062 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/subnets?id=d5bd54fb-8a3a-4d29-b767-e0f5ee048c19&id=9b8d10dd-25f1-4fc0-80e7-fa3f9731777d => generated 1408 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2851] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2852] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&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: 1435/2853] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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: 1419/2854] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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: 1436/2855] 199.204.45.95 () {34 vars in 1054 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.52&port_id=b1c29aac-4916-4950-8b57-f44c2bde955b => 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: 1420/2856] 199.204.45.95 () {34 vars in 1104 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A280&port_id=b1c29aac-4916-4950-8b57-f44c2bde955b => 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: 1437/2857] 199.204.45.95 () {34 vars in 1062 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/subnets?id=4031a9f2-a4c6-448d-a3e0-b67c576ed4d6&id=7f924b4c-3690-46f3-8815-c226490a34b7 => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2858] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/ports?network_id=66a56ca2-1e19-4519-b841-768130b44fc1&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2859] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:10:55 2026] GET /v2.0/ports?network_id=66a56ca2-1e19-4519-b841-768130b44fc1&device_owner=network%3Adhcp => generated 1461 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2860] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:10:56 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2861] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:10:56 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2862] 10.0.0.35 () {34 vars in 969 bytes} [Tue Jun 9 18:11:00 2026] GET /v2.0/ports/b1c29aac-4916-4950-8b57-f44c2bde955b => generated 1520 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2863] 199.204.45.95 () {30 vars in 741 bytes} [Tue Jun 9 18:11:00 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1 => generated 796 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2864] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:00 2026] GET /v2.0/subnets/7f924b4c-3690-46f3-8815-c226490a34b7 => generated 674 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2865] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:00 2026] GET /v2.0/subnets/4031a9f2-a4c6-448d-a3e0-b67c576ed4d6 => generated 748 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2866] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:00 2026] GET /v2.0/ports/1acbd2b6-5c59-4679-8693-ef37e248e095 => generated 1512 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2867] 199.204.45.95 () {34 vars in 788 bytes} [Tue Jun 9 18:11:00 2026] PUT /v2.0/ports/1acbd2b6-5c59-4679-8693-ef37e248e095 => generated 1251 bytes in 578 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:11:01.123 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3500c20-763b-4e71-9021-ccf9bcafb142'] response: {'name': 'network-changed', 'server_uuid': '8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47', 'tag': '1acbd2b6-5c59-4679-8693-ef37e248e095', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1426/2868] 199.204.45.95 () {30 vars in 741 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49 => generated 798 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1443/2869] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/subnets/d5bd54fb-8a3a-4d29-b767-e0f5ee048c19 => generated 672 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2870] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:11:01 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: 1444/2871] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2872] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2873] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2874] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => 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: 1446/2875] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2876] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1349 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2877] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => generated 676 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2878] 199.204.45.95 () {30 vars in 741 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb => generated 799 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2879] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2880] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 5376 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2881] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => generated 676 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2882] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/networks?id=78a5e0a7-4067-4375-9609-8d8e61c37f49 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2883] 199.204.45.95 () {34 vars in 1054 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=1acbd2b6-5c59-4679-8693-ef37e248e095 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2884] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/subnets?id=d5bd54fb-8a3a-4d29-b767-e0f5ee048c19 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2885] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&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: 1435/2886] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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: 1452/2887] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:11:01 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2890] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:11:14 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2891] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:11:14 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2892] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:11: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: 1438/2893] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:11:14 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: 1456/2894] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:14 2026] GET /v2.0/subnets/d5bd54fb-8a3a-4d29-b767-e0f5ee048c19 => generated 672 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2895] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:14 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 5376 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2896] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:11:14 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: 1440/2897] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:11: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: 1458/2898] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:11:14 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2899] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:11:14 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: 1459/2900] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:14 2026] GET /v2.0/ports/b1c29aac-4916-4950-8b57-f44c2bde955b => generated 1520 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2901] 199.204.45.95 () {34 vars in 788 bytes} [Tue Jun 9 18:11:14 2026] PUT /v2.0/ports/b1c29aac-4916-4950-8b57-f44c2bde955b => generated 1251 bytes in 447 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:11:14.983 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-21da3456-b4bd-45ec-bfeb-cd4014b29451'] response: {'name': 'network-changed', 'server_uuid': '8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47', 'tag': 'b1c29aac-4916-4950-8b57-f44c2bde955b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1460/2902] 199.204.45.95 () {30 vars in 741 bytes} [Tue Jun 9 18:11:14 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1 => generated 796 bytes in 58 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: 1443/2903] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:15 2026] GET /v2.0/subnets/7f924b4c-3690-46f3-8815-c226490a34b7 => generated 674 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2904] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:15 2026] GET /v2.0/ports/b1c29aac-4916-4950-8b57-f44c2bde955b => generated 1287 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2905] 199.204.45.95 () {34 vars in 787 bytes} [Tue Jun 9 18:11:15 2026] PUT /v2.0/ports/b1c29aac-4916-4950-8b57-f44c2bde955b => generated 1080 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2906] 199.204.45.95 () {30 vars in 741 bytes} [Tue Jun 9 18:11:15 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1 => generated 796 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1445/2907] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:15 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 4972 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2908] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:11:15 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 4972 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2909] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:11:15 2026] GET /v2.0/networks?id=66a56ca2-1e19-4519-b841-768130b44fc1 => generated 799 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2910] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:11:15 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?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: 1447/2911] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:15 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 4972 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2912] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:11:15 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?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: 1448/2913] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:16 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 4972 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:11:17.027 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5038b5b-8308-47b5-a9d1-7944a14b1194'] response: {'name': 'network-changed', 'server_uuid': '8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47', 'tag': 'b1c29aac-4916-4950-8b57-f44c2bde955b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1466/2914] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:11:17 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 4972 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2915] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:11:17 2026] GET /v2.0/networks?id=66a56ca2-1e19-4519-b841-768130b44fc1 => generated 799 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1467/2916] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:11:17 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?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: 1450/2917] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:11:17 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2918] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:17 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 4972 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2919] 199.204.45.95 () {34 vars in 973 bytes} [Tue Jun 9 18:11:18 2026] GET /v2.0/ports/b1c29aac-4916-4950-8b57-f44c2bde955b => generated 1116 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2920] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:11:18 2026] GET /v2.0/ports/b1c29aac-4916-4950-8b57-f44c2bde955b?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2921] 199.204.45.95 () {34 vars in 1014 bytes} [Tue Jun 9 18:11:18 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2922] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:11:18 2026] PUT /v2.0/ports/b1c29aac-4916-4950-8b57-f44c2bde955b => generated 917 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2923] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:18 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 3864 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, ' 2026-06-09 18:11:19.040 8 INFO neutron_taas.services.taas.taas_plugin [None req-fbb3f01b-6374-43a1-b9b8-92f648d96549 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: b1c29aac-4916-4950-8b57-f44c2bde955b 2026-06-09 18:11:19.043 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fbb3f01b-6374-43a1-b9b8-92f648d96549 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: b1c29aac-4916-4950-8b57-f44c2bde955b [pid: 8|app: 0|req: 1471/2924] 199.204.45.95 () {32 vars in 757 bytes} [Tue Jun 9 18:11:18 2026] DELETE /v2.0/ports/b1c29aac-4916-4950-8b57-f44c2bde955b => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2925] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:11:19 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: 1472/2926] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:11:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2927] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:11:19 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: 1473/2928] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:11:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2929] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:19 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => 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: 1474/2930] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:19 2026] GET /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2931] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:19 2026] GET /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1349 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2932] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:19 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => 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: 1458/2933] 199.204.45.95 () {30 vars in 741 bytes} [Tue Jun 9 18:11:19 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2934] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:19 2026] GET /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2935] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:19 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => 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: 1477/2936] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 3864 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2937] 199.204.45.95 () {34 vars in 1224 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/networks?id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8&id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb&id=78a5e0a7-4067-4375-9609-8d8e61c37f49&id=66a56ca2-1e19-4519-b841-768130b44fc1 => generated 3095 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2938] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.54&port_id=e2d7ac2f-1740-4a16-b8fa-ac26e67e7a08 => 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: 1461/2939] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/subnets?id=44476361-6935-4049-b066-5b8832d7f5f2 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2940] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/ports?network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8&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: 1462/2941] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?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: 1480/2942] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?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: 1463/2943] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.236&port_id=7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2944] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/subnets?id=23bf085b-56c9-4725-8939-f737a2051bc2 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2945] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/ports?network_id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2946] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?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: 1465/2947] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2948] 199.204.45.95 () {34 vars in 1054 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.12&port_id=1acbd2b6-5c59-4679-8693-ef37e248e095 => 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: 1466/2949] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/subnets?id=d5bd54fb-8a3a-4d29-b767-e0f5ee048c19 => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2950] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2953] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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: 1487/2954] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:11:20 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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: 1468/2955] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:11:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2956] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:11:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2957] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:11:24 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: 1489/2958] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:11:24 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: 1470/2959] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:24 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 3864 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2960] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:11:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2961] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:11:24 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: 1491/2962] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:11:24 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2963] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:11:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2964] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:24 2026] GET /v2.0/ports/1acbd2b6-5c59-4679-8693-ef37e248e095 => generated 1287 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2965] 199.204.45.95 () {34 vars in 787 bytes} [Tue Jun 9 18:11:24 2026] PUT /v2.0/ports/1acbd2b6-5c59-4679-8693-ef37e248e095 => generated 1080 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:11:24.726 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc4a5673-4587-4a67-87b6-d19f06d50c98'] response: {'name': 'network-changed', 'server_uuid': '8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47', 'tag': '1acbd2b6-5c59-4679-8693-ef37e248e095', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1493/2966] 199.204.45.95 () {30 vars in 741 bytes} [Tue Jun 9 18:11:24 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1474/2967] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:24 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 3693 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2968] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:24 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 3693 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2969] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:11:25 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 3693 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2970] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:11:25 2026] GET /v2.0/networks?id=78a5e0a7-4067-4375-9609-8d8e61c37f49 => generated 801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/2971] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:11:25 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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: 1496/2972] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:11:25 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/2973] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:25 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 3693 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2974] 199.204.45.95 () {34 vars in 973 bytes} [Tue Jun 9 18:11:26 2026] GET /v2.0/ports/1acbd2b6-5c59-4679-8693-ef37e248e095 => generated 1116 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2975] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:11:26 2026] GET /v2.0/ports/1acbd2b6-5c59-4679-8693-ef37e248e095?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2976] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:27 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 3693 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2977] 199.204.45.95 () {34 vars in 1014 bytes} [Tue Jun 9 18:11:27 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2978] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:11:27 2026] PUT /v2.0/ports/1acbd2b6-5c59-4679-8693-ef37e248e095 => generated 917 bytes in 277 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2979] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:28 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:11:28.279 8 INFO neutron_taas.services.taas.taas_plugin [None req-fc918c55-5ed7-4a60-8437-acb6d18ee5e7 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 1acbd2b6-5c59-4679-8693-ef37e248e095 2026-06-09 18:11:28.283 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc918c55-5ed7-4a60-8437-acb6d18ee5e7 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 1acbd2b6-5c59-4679-8693-ef37e248e095 [pid: 8|app: 0|req: 1500/2980] 199.204.45.95 () {32 vars in 757 bytes} [Tue Jun 9 18:11:28 2026] DELETE /v2.0/ports/1acbd2b6-5c59-4679-8693-ef37e248e095 => 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: 1481/2981] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:11:28 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: 8|app: 0|req: 1501/2982] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:11:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2983] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:11:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2984] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:11:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2985] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:28 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2986] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:28 2026] GET /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1128 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2987] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:28 2026] GET /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1349 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2988] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:28 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => 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: 1485/2989] 199.204.45.95 () {30 vars in 741 bytes} [Tue Jun 9 18:11:28 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb => generated 799 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2990] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:28 2026] GET /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2991] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:28 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => generated 676 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2992] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:11:28 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 2585 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2993] 199.204.45.95 () {34 vars in 1144 bytes} [Tue Jun 9 18:11:28 2026] GET /v2.0/networks?id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8&id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb&id=78a5e0a7-4067-4375-9609-8d8e61c37f49 => generated 2310 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2994] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:11:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.54&port_id=e2d7ac2f-1740-4a16-b8fa-ac26e67e7a08 => 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: 1488/2995] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:11:29 2026] GET /v2.0/subnets?id=44476361-6935-4049-b066-5b8832d7f5f2 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2996] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:11:29 2026] GET /v2.0/ports?network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2997] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:11:29 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?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: 1509/2998] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:11:29 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?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: 1490/2999] 199.204.45.95 () {34 vars in 1056 bytes} [Tue Jun 9 18:11:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.236&port_id=7479f8bc-78ab-4fcb-8653-a77a4e16e3af => 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: 1510/3000] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:11:29 2026] GET /v2.0/subnets?id=23bf085b-56c9-4725-8939-f737a2051bc2 => generated 679 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3001] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:11:29 2026] GET /v2.0/ports?network_id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3002] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:11:29 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?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: 1492/3003] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:11:29 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3006] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:11:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3007] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:11:40 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: 1495/3008] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:11:40 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: 1514/3009] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:11:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:11:40.285 7 INFO neutron.api.v2.resource [None req-9934a1c9-60ac-43ed-9fce-7014232cc4e3 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1496/3010] 199.204.45.95 () {30 vars in 761 bytes} [Tue Jun 9 18:11:40 2026] GET /v2.0/security-groups/lb-76fe3c5d-e61d-4a1d-ae71-9e866736d2c0 => 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: 1515/3011] 199.204.45.95 () {30 vars in 783 bytes} [Tue Jun 9 18:11:40 2026] GET /v2.0/security-groups?name=lb-76fe3c5d-e61d-4a1d-ae71-9e866736d2c0 => generated 2865 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3012] 199.204.45.95 () {30 vars in 813 bytes} [Tue Jun 9 18:11:40 2026] GET /v2.0/security-group-rules?security_group_id=e7e36c5e-23c2-4999-8e1e-8728bfd8063b => generated 2334 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3013] 199.204.45.95 () {32 vars in 787 bytes} [Tue Jun 9 18:11:40 2026] DELETE /v2.0/security-group-rules/1ed4d385-a367-4cbb-be84-60f9052ea493 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3014] 199.204.45.95 () {32 vars in 787 bytes} [Tue Jun 9 18:11:40 2026] DELETE /v2.0/security-group-rules/655b2e2c-5d55-4ae2-a53c-63f857726ee8 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:11:44.372 8 INFO neutron_taas.services.taas.taas_plugin [None req-cdbc5266-e429-47c4-bcd6-fe831c8bf525 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] TaaS: Handle Delete Port: 28873519-11e6-4c13-8817-2b5cea35b570 2026-06-09 18:11:44.375 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cdbc5266-e429-47c4-bcd6-fe831c8bf525 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Tap Mirror: Handle Delete Port: 28873519-11e6-4c13-8817-2b5cea35b570 2026-06-09 18:11:44.587 8 INFO neutron.db.l3_db [None req-cdbc5266-e429-47c4-bcd6-fe831c8bf525 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Floating IP acd256d9-a453-4e0c-b78a-9e923d8320dc disassociated (deleted). External IP: 10.96.250.201, port: ee5b0b08-3ebc-407c-be5b-75e60e490b4c. [pid: 8|app: 0|req: 1517/3015] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:11:44 2026] DELETE /v2.0/floatingips/acd256d9-a453-4e0c-b78a-9e923d8320dc => generated 0 bytes in 717 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:11:44.956 7 INFO neutron.api.v2.resource [None req-cbf69e47-fbb9-4855-b341-b74294cad557 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1499/3016] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:11:44 2026] GET /v2.0/floatingips/acd256d9-a453-4e0c-b78a-9e923d8320dc => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3017] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:11:45 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: 1500/3018] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:11:45 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: 1519/3019] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:11:45 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: 1501/3020] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:11:45 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-06-09 18:11:46.023 8 INFO neutron.api.v2.resource [None req-c9b80c35-07fb-4587-bda1-dff440302eb9 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1520/3021] 199.204.45.95 () {30 vars in 761 bytes} [Tue Jun 9 18:11:46 2026] GET /v2.0/security-groups/lb-76fe3c5d-e61d-4a1d-ae71-9e866736d2c0 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3022] 199.204.45.95 () {30 vars in 783 bytes} [Tue Jun 9 18:11:46 2026] GET /v2.0/security-groups?name=lb-76fe3c5d-e61d-4a1d-ae71-9e866736d2c0 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3023] 199.204.45.95 () {30 vars in 813 bytes} [Tue Jun 9 18:11:46 2026] GET /v2.0/security-group-rules?security_group_id=e7e36c5e-23c2-4999-8e1e-8728bfd8063b => generated 1182 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3024] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:11:46 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: 8|app: 0|req: 1522/3025] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:11:46 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3026] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:11:46 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: 1523/3027] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:11:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3028] 199.204.45.95 () {30 vars in 739 bytes} [Tue Jun 9 18:11:46 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3029] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:46 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3030] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:46 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 2585 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/3031] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:46 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3032] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:47 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 2585 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/3033] 199.204.45.95 () {34 vars in 973 bytes} [Tue Jun 9 18:11:48 2026] GET /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1349 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3034] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:11:48 2026] GET /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3035] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:48 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3036] 199.204.45.95 () {34 vars in 1014 bytes} [Tue Jun 9 18:11:48 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3037] 199.204.45.95 () {38 vars in 1026 bytes} [Tue Jun 9 18:11:48 2026] PUT /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1150 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3038] 199.204.45.95 () {30 vars in 767 bytes} [Tue Jun 9 18:11:49 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1529/3039] 199.204.45.95 () {34 vars in 787 bytes} [Tue Jun 9 18:11:49 2026] PUT /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1090 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3040] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:49 2026] GET /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 1090 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-06-09 18:11:50.139 8 INFO neutron_taas.services.taas.taas_plugin [None req-23258757-21f8-4cdf-8ea5-1559ea11114e 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: 7479f8bc-78ab-4fcb-8653-a77a4e16e3af 2026-06-09 18:11:50.142 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23258757-21f8-4cdf-8ea5-1559ea11114e 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: 7479f8bc-78ab-4fcb-8653-a77a4e16e3af [pid: 8|app: 0|req: 1530/3041] 199.204.45.95 () {32 vars in 757 bytes} [Tue Jun 9 18:11:50 2026] DELETE /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3042] 199.204.45.95 () {30 vars in 701 bytes} [Tue Jun 9 18:11:50 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3043] 199.204.45.95 () {30 vars in 703 bytes} [Tue Jun 9 18:11:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3044] 199.204.45.95 () {30 vars in 679 bytes} [Tue Jun 9 18:11:50 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: 1532/3045] 199.204.45.95 () {30 vars in 715 bytes} [Tue Jun 9 18:11:50 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:11:50.455 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f612259-7b54-4d52-8ce5-d63d7f712f6a 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1514/3046] 199.204.45.95 () {32 vars in 757 bytes} [Tue Jun 9 18:11:50 2026] DELETE /v2.0/ports/7479f8bc-78ab-4fcb-8653-a77a4e16e3af => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3047] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:50 2026] GET /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3048] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:11:50 2026] GET /v2.0/ports?tenant_id=b0dfc71e512446aa90005cb0594b376d&device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:11:50.526 7 INFO neutron.api.v2.resource [None req-f7f3d575-7c4c-4d74-a120-2959ba5e86e0 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1516/3049] 199.204.45.95 () {30 vars in 761 bytes} [Tue Jun 9 18:11:50 2026] GET /v2.0/security-groups/lb-76fe3c5d-e61d-4a1d-ae71-9e866736d2c0 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3050] 199.204.45.95 () {30 vars in 783 bytes} [Tue Jun 9 18:11:50 2026] GET /v2.0/security-groups?name=lb-76fe3c5d-e61d-4a1d-ae71-9e866736d2c0 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/3051] 199.204.45.95 () {34 vars in 1064 bytes} [Tue Jun 9 18:11:50 2026] GET /v2.0/networks?id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8&id=d67ae275-b24b-428e-bf0e-27f58d0fd9fb => generated 1523 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3052] 199.204.45.95 () {34 vars in 1058 bytes} [Tue Jun 9 18:11:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.2.54&port_id=e2d7ac2f-1740-4a16-b8fa-ac26e67e7a08 => 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: 1535/3053] 199.204.45.95 () {30 vars in 735 bytes} [Tue Jun 9 18:11:50 2026] GET /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1128 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3054] 199.204.45.95 () {34 vars in 982 bytes} [Tue Jun 9 18:11:50 2026] GET /v2.0/subnets?id=44476361-6935-4049-b066-5b8832d7f5f2 => generated 654 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3055] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:11:50 2026] GET /v2.0/ports?network_id=5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8&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: 7|app: 0|req: 1521/3056] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:11:50 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?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: 1522/3057] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:11:50 2026] GET /v2.0/networks/5aa1d34e-0cac-45c0-92cb-4ff9b237d0d8?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: 1536/3060] 199.204.45.95 () {34 vars in 787 bytes} [Tue Jun 9 18:11:50 2026] PUT /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 1090 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3061] 199.204.45.95 () {32 vars in 777 bytes} [Tue Jun 9 18:11:50 2026] DELETE /v2.0/security-groups/e7e36c5e-23c2-4999-8e1e-8728bfd8063b => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:11:51.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-12ba1603-422f-42b2-8e1b-43719e57cc7c 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: ee5b0b08-3ebc-407c-be5b-75e60e490b4c 2026-06-09 18:11:51.095 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12ba1603-422f-42b2-8e1b-43719e57cc7c 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: ee5b0b08-3ebc-407c-be5b-75e60e490b4c [pid: 8|app: 0|req: 1537/3062] 199.204.45.95 () {32 vars in 757 bytes} [Tue Jun 9 18:11:50 2026] DELETE /v2.0/ports/ee5b0b08-3ebc-407c-be5b-75e60e490b4c => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3063] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:11:54 2026] GET /v2.0/ports?device_id=8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47 => generated 1244 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:11:54.373 8 INFO neutron_taas.services.taas.taas_plugin [req-0d56fc1c-6931-4707-a341-9d6c06c8b019 req-830cc4c6-6cda-458b-8370-34de68249b16 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] TaaS: Handle Delete Port: e2d7ac2f-1740-4a16-b8fa-ac26e67e7a08 2026-06-09 18:11:54.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0d56fc1c-6931-4707-a341-9d6c06c8b019 req-830cc4c6-6cda-458b-8370-34de68249b16 7273851d1c9a4515835c076687dd33a3 b0dfc71e512446aa90005cb0594b376d - - default default] Tap Mirror: Handle Delete Port: e2d7ac2f-1740-4a16-b8fa-ac26e67e7a08 [pid: 8|app: 0|req: 1538/3064] 199.204.45.95 () {36 vars in 995 bytes} [Tue Jun 9 18:11:54 2026] DELETE /v2.0/ports/e2d7ac2f-1740-4a16-b8fa-ac26e67e7a08 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:11:54.576 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9ac4cfff-c2b1-4c16-871b-ef1da04ac9c6'] response: {'server_uuid': '8fd4d894-cdd7-4532-ac1a-3cb62bc2bd47', 'name': 'network-vif-deleted', 'tag': 'e2d7ac2f-1740-4a16-b8fa-ac26e67e7a08', 'status': 'completed', 'code': 200} 2026-06-09 18:11:55.344 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc8721db-8848-41ad-9fba-952ed0592b4a 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] TaaS: Handle Delete Port: 1431b9cc-a54f-4c4e-b4f3-c6bfd19e38be 2026-06-09 18:11:55.348 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc8721db-8848-41ad-9fba-952ed0592b4a 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Tap Mirror: Handle Delete Port: 1431b9cc-a54f-4c4e-b4f3-c6bfd19e38be 2026-06-09 18:11:55.546 7 INFO neutron.db.l3_db [None req-fc8721db-8848-41ad-9fba-952ed0592b4a 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Floating IP b3811230-978f-41d5-afba-0c62517c6aad disassociated (deleted). External IP: 10.96.250.210, port: cd2b5b50-800e-49af-8010-bba769777b26. [pid: 7|app: 0|req: 1527/3065] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:11:55 2026] DELETE /v2.0/floatingips/b3811230-978f-41d5-afba-0c62517c6aad => generated 0 bytes in 686 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:11:55.892 8 INFO neutron.api.v2.resource [None req-9acc61ce-0035-48cc-83cf-00b336204d1e 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1539/3066] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:11:55 2026] GET /v2.0/floatingips/b3811230-978f-41d5-afba-0c62517c6aad => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:11:55.913 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d4995be7-94b6-49e8-a9a8-88188b578824'] response: {'name': 'network-changed', 'server_uuid': 'a176406c-66dd-4176-bcc0-f21f3dde4940', 'tag': 'cd2b5b50-800e-49af-8010-bba769777b26', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1528/3067] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:11:56 2026] GET /v2.0/ports?device_id=a176406c-66dd-4176-bcc0-f21f3dde4940 => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3068] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:11:56 2026] GET /v2.0/security-groups?id=01c35c05-5b45-47d1-88d7-c95b13509997&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3069] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:11:56 2026] GET /v2.0/ports?tenant_id=df720c3b7abf4e59b796159955c6691c&device_id=a176406c-66dd-4176-bcc0-f21f3dde4940 => generated 1469 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3070] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:11:56 2026] GET /v2.0/networks?id=66a56ca2-1e19-4519-b841-768130b44fc1 => generated 799 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3071] 199.204.45.95 () {34 vars in 1054 bytes} [Tue Jun 9 18:11:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.19&port_id=cd2b5b50-800e-49af-8010-bba769777b26 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3072] 199.204.45.95 () {34 vars in 1104 bytes} [Tue Jun 9 18:11:56 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A228&port_id=cd2b5b50-800e-49af-8010-bba769777b26 => 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: 1531/3073] 199.204.45.95 () {34 vars in 1062 bytes} [Tue Jun 9 18:11:56 2026] GET /v2.0/subnets?id=4031a9f2-a4c6-448d-a3e0-b67c576ed4d6&id=7f924b4c-3690-46f3-8815-c226490a34b7 => generated 1415 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3074] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:11:56 2026] GET /v2.0/ports?network_id=66a56ca2-1e19-4519-b841-768130b44fc1&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: 1532/3075] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:11:56 2026] GET /v2.0/ports?network_id=66a56ca2-1e19-4519-b841-768130b44fc1&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: 1544/3076] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:11:56 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?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: 1533/3077] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:11:56 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1?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: 1545/3078] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:11:58 2026] GET /v2.0/ports?device_id=a176406c-66dd-4176-bcc0-f21f3dde4940 => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:11:58.661 7 INFO neutron_taas.services.taas.taas_plugin [req-d8ca4ac7-3c16-479a-bcc1-121158f2d888 req-d6810711-8362-4650-b2fd-985fce7856a1 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] TaaS: Handle Delete Port: cd2b5b50-800e-49af-8010-bba769777b26 2026-06-09 18:11:58.664 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d8ca4ac7-3c16-479a-bcc1-121158f2d888 req-d6810711-8362-4650-b2fd-985fce7856a1 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Tap Mirror: Handle Delete Port: cd2b5b50-800e-49af-8010-bba769777b26 [pid: 7|app: 0|req: 1534/3079] 199.204.45.95 () {36 vars in 995 bytes} [Tue Jun 9 18:11:58 2026] DELETE /v2.0/ports/cd2b5b50-800e-49af-8010-bba769777b26 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:11:58.886 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8ee1f6e3-e6e9-4f02-b1e8-e4e748dbb940'] response: {'server_uuid': 'a176406c-66dd-4176-bcc0-f21f3dde4940', 'name': 'network-vif-deleted', 'tag': 'cd2b5b50-800e-49af-8010-bba769777b26', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1546/3080] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:12:01 2026] GET /v2.0/ports?device_id=a176406c-66dd-4176-bcc0-f21f3dde4940 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:12:06.492 7 INFO neutron_taas.services.taas.taas_plugin [None req-3421653b-5be2-4259-a64e-aef465ee3e40 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] TaaS: Handle Delete Port: 360e7f24-4b07-47c5-a88b-2f526f1cefb9 2026-06-09 18:12:06.494 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3421653b-5be2-4259-a64e-aef465ee3e40 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Tap Mirror: Handle Delete Port: 360e7f24-4b07-47c5-a88b-2f526f1cefb9 2026-06-09 18:12:06.651 7 INFO neutron.db.l3_db [None req-3421653b-5be2-4259-a64e-aef465ee3e40 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Floating IP 1f51793a-4ac5-453e-b18b-4f1dfb111d70 disassociated (deleted). External IP: 10.96.250.202, port: 502be7a6-daa3-4c08-be81-14716af8d3c1. [pid: 7|app: 0|req: 1536/3083] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:12:06 2026] DELETE /v2.0/floatingips/1f51793a-4ac5-453e-b18b-4f1dfb111d70 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:06.984 8 INFO neutron.api.v2.resource [None req-13a70279-3e57-4512-9fdc-d4f7fb03f66e 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3084] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:12:06 2026] GET /v2.0/floatingips/1f51793a-4ac5-453e-b18b-4f1dfb111d70 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:12:06.998 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-53b3dd33-74a4-4f0f-8751-626571189342'] response: {'name': 'network-changed', 'server_uuid': '6f77a745-d621-45e6-923b-0f262db3cfce', 'tag': '502be7a6-daa3-4c08-be81-14716af8d3c1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1537/3085] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:12:07 2026] GET /v2.0/ports?device_id=6f77a745-d621-45e6-923b-0f262db3cfce => generated 1196 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3086] 10.0.0.35 () {34 vars in 1038 bytes} [Tue Jun 9 18:12:07 2026] GET /v2.0/security-groups?id=01c35c05-5b45-47d1-88d7-c95b13509997&fields=id&fields=name => generated 111 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3087] 199.204.45.95 () {34 vars in 1078 bytes} [Tue Jun 9 18:12:07 2026] GET /v2.0/ports?tenant_id=df720c3b7abf4e59b796159955c6691c&device_id=6f77a745-d621-45e6-923b-0f262db3cfce => generated 1465 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3088] 199.204.45.95 () {34 vars in 984 bytes} [Tue Jun 9 18:12:07 2026] GET /v2.0/networks?id=78a5e0a7-4067-4375-9609-8d8e61c37f49 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3089] 199.204.45.95 () {34 vars in 1054 bytes} [Tue Jun 9 18:12:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.55&port_id=502be7a6-daa3-4c08-be81-14716af8d3c1 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3090] 199.204.45.95 () {34 vars in 1102 bytes} [Tue Jun 9 18:12:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A19a&port_id=502be7a6-daa3-4c08-be81-14716af8d3c1 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3091] 199.204.45.95 () {34 vars in 1062 bytes} [Tue Jun 9 18:12:07 2026] GET /v2.0/subnets?id=d5bd54fb-8a3a-4d29-b767-e0f5ee048c19&id=9b8d10dd-25f1-4fc0-80e7-fa3f9731777d => generated 1408 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3092] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:12:07 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3093] 199.204.45.95 () {34 vars in 1050 bytes} [Tue Jun 9 18:12:07 2026] GET /v2.0/ports?network_id=78a5e0a7-4067-4375-9609-8d8e61c37f49&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: 1553/3094] 199.204.45.95 () {34 vars in 1010 bytes} [Tue Jun 9 18:12:07 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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: 1542/3095] 199.204.45.95 () {34 vars in 1110 bytes} [Tue Jun 9 18:12:07 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49?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: 1554/3096] 199.204.45.95 () {34 vars in 992 bytes} [Tue Jun 9 18:12:09 2026] GET /v2.0/ports?device_id=6f77a745-d621-45e6-923b-0f262db3cfce => generated 1196 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-06-09 18:12:09.812 7 INFO neutron_taas.services.taas.taas_plugin [req-9856b934-f1fb-49a8-9292-7f75c1e4ef69 req-bd1de009-0378-40d0-a7de-86181697a58e 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] TaaS: Handle Delete Port: 502be7a6-daa3-4c08-be81-14716af8d3c1 2026-06-09 18:12:09.814 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9856b934-f1fb-49a8-9292-7f75c1e4ef69 req-bd1de009-0378-40d0-a7de-86181697a58e 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Tap Mirror: Handle Delete Port: 502be7a6-daa3-4c08-be81-14716af8d3c1 [pid: 7|app: 0|req: 1543/3097] 199.204.45.95 () {36 vars in 995 bytes} [Tue Jun 9 18:12:09 2026] DELETE /v2.0/ports/502be7a6-daa3-4c08-be81-14716af8d3c1 => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:12:10.034 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ae62b76-211f-4cef-ab93-224b5ad67ef2'] response: {'server_uuid': '6f77a745-d621-45e6-923b-0f262db3cfce', 'name': 'network-vif-deleted', 'tag': '502be7a6-daa3-4c08-be81-14716af8d3c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1555/3098] 10.0.0.35 () {34 vars in 988 bytes} [Tue Jun 9 18:12:13 2026] GET /v2.0/ports?device_id=6f77a745-d621-45e6-923b-0f262db3cfce => 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: 1544/3099] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:12:18 2026] DELETE /v2.0/security-group-rules/1644ddd0-1d7f-4649-a377-789f22c1f92c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:18.740 8 INFO neutron.api.v2.resource [None req-2bb35822-95f9-4f85-9ca0-e40386d15638 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1556/3100] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:12:18 2026] GET /v2.0/security-group-rules/1644ddd0-1d7f-4649-a377-789f22c1f92c => 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: 1545/3101] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:12:18 2026] DELETE /v2.0/security-group-rules/fe2c8315-f38f-4311-9f3e-670a52dd46f8 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:18.829 8 INFO neutron.api.v2.resource [None req-1fa22cd1-2c63-471f-b8c0-016d3b7668b5 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1557/3102] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:12:18 2026] GET /v2.0/security-group-rules/fe2c8315-f38f-4311-9f3e-670a52dd46f8 => 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: 1546/3103] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:12:18 2026] DELETE /v2.0/security-group-rules/c56279b0-4428-41f0-9c66-4f8ab36c6f49 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:18.926 8 INFO neutron.api.v2.resource [None req-d48be7b1-3b00-4b29-bea4-819923f1c999 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1558/3104] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:12:18 2026] GET /v2.0/security-group-rules/c56279b0-4428-41f0-9c66-4f8ab36c6f49 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3105] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:12:18 2026] DELETE /v2.0/security-group-rules/8b3d1697-a562-4e33-bf03-df1cef73b41c => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:19.018 8 INFO neutron.api.v2.resource [None req-cd6676b8-7e66-40c4-a881-8a56ad3c6525 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1559/3106] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:12:19 2026] GET /v2.0/security-group-rules/8b3d1697-a562-4e33-bf03-df1cef73b41c => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3107] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:12:19 2026] DELETE /v2.0/security-group-rules/fc6dc573-ccb2-473c-a853-9f5c822bc063 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:19.113 8 INFO neutron.api.v2.resource [None req-b8d49bc7-8d8b-4d25-bff9-0772efe78c1c 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1560/3108] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:12:19 2026] GET /v2.0/security-group-rules/fc6dc573-ccb2-473c-a853-9f5c822bc063 => 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: 1549/3109] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:12:19 2026] DELETE /v2.0/security-group-rules/4604eb62-2a5e-4202-999f-c40803a68225 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:19.202 8 INFO neutron.api.v2.resource [None req-3869b7eb-b076-4270-8f67-d4cca9b1a2e4 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1561/3110] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:12:19 2026] GET /v2.0/security-group-rules/4604eb62-2a5e-4202-999f-c40803a68225 => 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: 1550/3111] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:12:19 2026] DELETE /v2.0/security-group-rules/bec02f7d-6de4-46bd-994e-699c0dce8be4 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:19.319 8 INFO neutron.api.v2.resource [None req-902f0517-7c99-4cce-be10-743e057038a2 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1562/3112] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:12:19 2026] GET /v2.0/security-group-rules/bec02f7d-6de4-46bd-994e-699c0dce8be4 => generated 155 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3113] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:12:19 2026] DELETE /v2.0/security-group-rules/069b05eb-4b38-40c2-bd4f-48fe2a09b129 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:19.419 8 INFO neutron.api.v2.resource [None req-98d8d538-0981-4d0f-9f8e-daf8136cb064 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1563/3114] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:12:19 2026] GET /v2.0/security-group-rules/069b05eb-4b38-40c2-bd4f-48fe2a09b129 => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3115] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:12:19 2026] DELETE /v2.0/security-group-rules/9d954973-0be6-4992-95f2-fd8ef50f447f => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:19.511 8 INFO neutron.api.v2.resource [None req-12f2b0f2-05ad-41d1-be28-4bb054b9d73d 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/3116] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:12:19 2026] GET /v2.0/security-group-rules/9d954973-0be6-4992-95f2-fd8ef50f447f => 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: 1553/3117] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:12:19 2026] DELETE /v2.0/security-group-rules/8c779cf3-d609-431c-b358-c00984412863 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:19.594 8 INFO neutron.api.v2.resource [None req-35882524-7348-4b9b-b99e-8deb155d8eee 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1565/3118] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:12:19 2026] GET /v2.0/security-group-rules/8c779cf3-d609-431c-b358-c00984412863 => 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: 1554/3119] 10.0.0.184 () {32 vars in 749 bytes} [Tue Jun 9 18:12:19 2026] DELETE /v2.0/security-group-rules/5c92a539-75bc-47f9-8cdf-367a6aa1a951 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:19.688 8 INFO neutron.api.v2.resource [None req-0160544f-0d6c-41ad-b084-531825046f98 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3120] 10.0.0.184 () {32 vars in 746 bytes} [Tue Jun 9 18:12:19 2026] GET /v2.0/security-group-rules/5c92a539-75bc-47f9-8cdf-367a6aa1a951 => 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: 1555/3121] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:19 2026] DELETE /v2.0/security-groups/01c35c05-5b45-47d1-88d7-c95b13509997 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:19.792 8 INFO neutron.api.v2.resource [None req-b9628b05-deec-4724-b5a2-d20c5dbf7d31 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1567/3122] 10.0.0.184 () {32 vars in 736 bytes} [Tue Jun 9 18:12:19 2026] GET /v2.0/security-groups/01c35c05-5b45-47d1-88d7-c95b13509997 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:12:20.259 7 INFO neutron_taas.services.taas.taas_plugin [None req-95965aae-c2d6-4629-a038-ddb372e0c5a1 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] TaaS: Handle Delete Port: 4c710e49-dffb-48fc-98f9-82297501149d 2026-06-09 18:12:20.262 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95965aae-c2d6-4629-a038-ddb372e0c5a1 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Tap Mirror: Handle Delete Port: 4c710e49-dffb-48fc-98f9-82297501149d [pid: 7|app: 0|req: 1556/3125] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:12:19 2026] PUT /v2.0/routers/4d3f8705-1893-4806-8033-b1e99d1a5eda/remove_router_interface => generated 309 bytes in 1008 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:12:21.027 8 INFO neutron.api.v2.resource [None req-099aa861-8c27-4d20-9aba-1f9099bf651d 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1570/3126] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:12:20 2026] PUT /v2.0/routers/4d3f8705-1893-4806-8033-b1e99d1a5eda/remove_router_interface => generated 198 bytes in 173 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:12:21.442 7 INFO neutron_taas.services.taas.taas_plugin [None req-327fe110-0ea1-48fd-8e28-dc770f4efaa6 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] TaaS: Handle Delete Port: d747251e-8f35-4e5c-9cf9-63d56a00077f 2026-06-09 18:12:21.451 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-327fe110-0ea1-48fd-8e28-dc770f4efaa6 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Tap Mirror: Handle Delete Port: d747251e-8f35-4e5c-9cf9-63d56a00077f [pid: 7|app: 0|req: 1557/3127] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:12:21 2026] PUT /v2.0/routers/4d3f8705-1893-4806-8033-b1e99d1a5eda/remove_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:12:22.208 8 INFO neutron.api.v2.resource [None req-062475df-a7a1-4f27-97fc-05a4a9d400ca 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1571/3128] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:12:22 2026] PUT /v2.0/routers/4d3f8705-1893-4806-8033-b1e99d1a5eda/remove_router_interface => generated 198 bytes in 182 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:12:22.641 7 INFO neutron_taas.services.taas.taas_plugin [None req-d239fa23-de4d-4ad7-b9e7-0d506010e195 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] TaaS: Handle Delete Port: 147c1357-1f15-4f86-bcad-68aa1df0fa02 2026-06-09 18:12:22.644 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d239fa23-de4d-4ad7-b9e7-0d506010e195 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Tap Mirror: Handle Delete Port: 147c1357-1f15-4f86-bcad-68aa1df0fa02 [pid: 7|app: 0|req: 1558/3129] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:12:22 2026] PUT /v2.0/routers/4d3f8705-1893-4806-8033-b1e99d1a5eda/remove_router_interface => generated 309 bytes in 1609 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:12:24.002 8 INFO neutron.api.v2.resource [None req-fad8e141-a296-472e-a9d7-d10e318aa075 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1572/3130] 10.0.0.184 () {34 vars in 788 bytes} [Tue Jun 9 18:12:23 2026] PUT /v2.0/routers/4d3f8705-1893-4806-8033-b1e99d1a5eda/remove_router_interface => generated 198 bytes in 175 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:12:24.250 7 INFO neutron_taas.services.taas.taas_plugin [None req-60ea0860-0ba6-4c94-9340-8b10bd6ca3f6 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] TaaS: Handle Delete Port: 1f4eb3b3-1171-4d1d-b124-8b65910f7df8 2026-06-09 18:12:24.253 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60ea0860-0ba6-4c94-9340-8b10bd6ca3f6 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Tap Mirror: Handle Delete Port: 1f4eb3b3-1171-4d1d-b124-8b65910f7df8 2026-06-09 18:12:24.504 7 INFO neutron_taas.services.taas.taas_plugin [None req-60ea0860-0ba6-4c94-9340-8b10bd6ca3f6 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] TaaS: Handle Delete Port: 3152bf78-b051-405b-a61a-464a4dde7a3d 2026-06-09 18:12:24.507 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-60ea0860-0ba6-4c94-9340-8b10bd6ca3f6 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Tap Mirror: Handle Delete Port: 3152bf78-b051-405b-a61a-464a4dde7a3d 2026-06-09 18:12:24.852 7 INFO neutron.services.segments.plugin [-] Segment bc9d358b-6121-4b44-bae9-4bead665950c resource provider aggregate not found 2026-06-09 18:12:24.860 7 INFO neutron.services.segments.plugin [-] Segment bc9d358b-6121-4b44-bae9-4bead665950c resource provider aggregate not found 2026-06-09 18:12:24.884 7 INFO neutron.services.segments.plugin [-] Segment bc9d358b-6121-4b44-bae9-4bead665950c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc9d358b-6121-4b44-bae9-4bead665950c found for delete ", "request_id": "req-68001888-f035-4ec1-83ef-ffb6b0ad1296"}]} 2026-06-09 18:12:24.885 7 INFO neutron.services.segments.plugin [-] Segment bc9d358b-6121-4b44-bae9-4bead665950c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc9d358b-6121-4b44-bae9-4bead665950c found for delete ", "request_id": "req-4989206b-b020-469d-b042-7b0cd7a2eec5"}]} 2026-06-09 18:12:24.893 7 INFO neutron.db.l3_hamode_db [None req-60ea0860-0ba6-4c94-9340-8b10bd6ca3f6 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] HA network a95864e8-8eaa-43ca-88b2-3c8050ef48c6 was deleted as no HA routers are present in tenant df720c3b7abf4e59b796159955c6691c. [pid: 7|app: 0|req: 1559/3131] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:12:24 2026] DELETE /v2.0/routers/4d3f8705-1893-4806-8033-b1e99d1a5eda => generated 0 bytes in 889 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:24.927 8 INFO neutron.api.v2.resource [None req-00095e95-5d3c-4142-8eeb-28b534b32b2c 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1573/3132] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:12:24 2026] GET /v2.0/routers/4d3f8705-1893-4806-8033-b1e99d1a5eda => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3133] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:12:24 2026] DELETE /v2.0/subnets/4031a9f2-a4c6-448d-a3e0-b67c576ed4d6 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:12:25.152 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1792de11-ebac-4147-9332-4cb555ce43f4 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1574/3134] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:12:25 2026] GET /v2.0/subnets/4031a9f2-a4c6-448d-a3e0-b67c576ed4d6 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3135] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:12:25 2026] DELETE /v2.0/subnets/7f924b4c-3690-46f3-8815-c226490a34b7 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:12:25.365 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d525adb1-c3f7-4a3b-bf9e-6485632ccdb6 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3136] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:12:25 2026] GET /v2.0/subnets/7f924b4c-3690-46f3-8815-c226490a34b7 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:12:25.459 7 INFO neutron_taas.services.taas.taas_plugin [None req-da96708b-5dc6-4a8a-a573-6ce2786ee242 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] TaaS: Handle Delete Port: 76894ef4-09db-4265-83b6-6e418bdc6b48 2026-06-09 18:12:25.461 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da96708b-5dc6-4a8a-a573-6ce2786ee242 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Tap Mirror: Handle Delete Port: 76894ef4-09db-4265-83b6-6e418bdc6b48 [pid: 7|app: 0|req: 1562/3137] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:12:25 2026] DELETE /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:12:25.663 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f901e13-5f20-4d74-984a-43e21167c3c6 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3138] 10.0.0.184 () {32 vars in 722 bytes} [Tue Jun 9 18:12:25 2026] GET /v2.0/networks/66a56ca2-1e19-4519-b841-768130b44fc1 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3139] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:12:25 2026] DELETE /v2.0/subnets/9b8d10dd-25f1-4fc0-80e7-fa3f9731777d => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:12:25.851 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7ae2f126-79dd-469e-9584-80c2126f1268 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3140] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:12:25 2026] GET /v2.0/subnets/9b8d10dd-25f1-4fc0-80e7-fa3f9731777d => 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: 1564/3141] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:12:25 2026] DELETE /v2.0/subnets/d5bd54fb-8a3a-4d29-b767-e0f5ee048c19 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:12:26.050 8 INFO neutron.pecan_wsgi.hooks.translation [None req-91cafdc9-8e49-494d-bef7-58c92d21acf7 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1578/3142] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:12:26 2026] GET /v2.0/subnets/d5bd54fb-8a3a-4d29-b767-e0f5ee048c19 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:12:26.145 7 INFO neutron_taas.services.taas.taas_plugin [None req-65593e08-f9b7-48da-b456-fec36b337fa5 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] TaaS: Handle Delete Port: cacb9bdd-1c1a-4f6b-a5c5-fd3a762ba8a6 2026-06-09 18:12:26.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-65593e08-f9b7-48da-b456-fec36b337fa5 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Tap Mirror: Handle Delete Port: cacb9bdd-1c1a-4f6b-a5c5-fd3a762ba8a6 [pid: 7|app: 0|req: 1565/3143] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:12:26 2026] DELETE /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49 => generated 0 bytes in 294 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:12:26.372 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dc4308ad-93da-47f0-b2b0-149d9fca8339 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1579/3144] 10.0.0.184 () {32 vars in 722 bytes} [Tue Jun 9 18:12:26 2026] GET /v2.0/networks/78a5e0a7-4067-4375-9609-8d8e61c37f49 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3145] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:12:26 2026] DELETE /v2.0/subnets/b9c1a918-5766-4909-9c90-2b97fbd9f2bf => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:12:26.558 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8d43445f-a05a-4dce-a0a2-fb94633e5d37 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/3146] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:12:26 2026] GET /v2.0/subnets/b9c1a918-5766-4909-9c90-2b97fbd9f2bf => 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: 1567/3147] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:12:26 2026] DELETE /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:12:26.734 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c62dd06e-8d0a-40b3-8963-bf6b04b8f613 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3148] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:12:26 2026] GET /v2.0/subnets/23bf085b-56c9-4725-8939-f737a2051bc2 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:12:26.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-7e318308-15e1-4a21-ace4-a34d080150fa 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] TaaS: Handle Delete Port: eec9f3d5-fcc2-47e6-9055-3875a7bf858b 2026-06-09 18:12:26.848 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7e318308-15e1-4a21-ace4-a34d080150fa 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] Tap Mirror: Handle Delete Port: eec9f3d5-fcc2-47e6-9055-3875a7bf858b 2026-06-09 18:12:26.912 7 INFO neutron.services.segments.plugin [-] Segment fdab3800-c9e8-4b03-bff1-10ca0edef74f resource provider aggregate not found 2026-06-09 18:12:26.917 7 INFO neutron.services.segments.plugin [-] Segment fdab3800-c9e8-4b03-bff1-10ca0edef74f resource provider aggregate not found 2026-06-09 18:12:26.930 7 INFO neutron.services.segments.plugin [-] Segment fdab3800-c9e8-4b03-bff1-10ca0edef74f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdab3800-c9e8-4b03-bff1-10ca0edef74f found for delete ", "request_id": "req-600df037-9db7-4b8b-afed-edfda445a9e5"}]} 2026-06-09 18:12:26.934 7 INFO neutron.services.segments.plugin [-] Segment fdab3800-c9e8-4b03-bff1-10ca0edef74f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fdab3800-c9e8-4b03-bff1-10ca0edef74f found for delete ", "request_id": "req-182e26ae-549b-4a32-9f70-2cd861c16943"}]} 2026-06-09 18:12:26.949 7 INFO neutron.services.segments.plugin [-] Segment ce28d04b-ab57-4fba-b9ab-ce690710b098 resource provider aggregate not found 2026-06-09 18:12:26.954 7 INFO neutron.services.segments.plugin [-] Segment ce28d04b-ab57-4fba-b9ab-ce690710b098 resource provider aggregate not found 2026-06-09 18:12:26.972 7 INFO neutron.services.segments.plugin [-] Segment ce28d04b-ab57-4fba-b9ab-ce690710b098 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce28d04b-ab57-4fba-b9ab-ce690710b098 found for delete ", "request_id": "req-b81193c2-e4c3-4f5f-b79c-995d30a596d1"}]} 2026-06-09 18:12:26.972 7 INFO neutron.services.segments.plugin [-] Segment ce28d04b-ab57-4fba-b9ab-ce690710b098 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce28d04b-ab57-4fba-b9ab-ce690710b098 found for delete ", "request_id": "req-17ecd2f5-cea0-4e9b-acdd-a0b3fa06b9ab"}]} [pid: 7|app: 0|req: 1568/3149] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:12:26 2026] DELETE /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb => generated 0 bytes in 353 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:12:27.115 8 INFO neutron.pecan_wsgi.hooks.translation [None req-94c99ff1-f3cf-404a-8142-d920903d8fa4 9b6df20d03ad4601816523774b57be66 df720c3b7abf4e59b796159955c6691c - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3150] 10.0.0.184 () {32 vars in 722 bytes} [Tue Jun 9 18:12:27 2026] GET /v2.0/networks/d67ae275-b24b-428e-bf0e-27f58d0fd9fb => generated 138 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:12:28.996 7 INFO neutron.services.segments.plugin [-] Segment cff36ff5-7cc7-4b72-b34a-d3e976bb24ab resource provider aggregate not found 2026-06-09 18:12:29.000 7 INFO neutron.services.segments.plugin [-] Segment cff36ff5-7cc7-4b72-b34a-d3e976bb24ab resource provider aggregate not found 2026-06-09 18:12:29.012 7 INFO neutron.services.segments.plugin [-] Segment cff36ff5-7cc7-4b72-b34a-d3e976bb24ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cff36ff5-7cc7-4b72-b34a-d3e976bb24ab found for delete ", "request_id": "req-81edc8a2-8c46-48bc-adbe-8f8290da28c8"}]} 2026-06-09 18:12:29.013 7 INFO neutron.services.segments.plugin [-] Segment cff36ff5-7cc7-4b72-b34a-d3e976bb24ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cff36ff5-7cc7-4b72-b34a-d3e976bb24ab found for delete ", "request_id": "req-54e9dad4-6524-4793-8414-7cf206ebf5fd"}]} [pid: 7|app: 0|req: 1569/3151] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:12:29 2026] GET /v2.0/security-groups?tenant_id=073668f093ff49e59d49886967576347&name=default => generated 2929 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3152] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:29 2026] DELETE /v2.0/security-groups/8ddba294-7eb3-4036-a563-1e9d77ff733c => 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: 1570/3153] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:12:29 2026] GET /v2.0/security-groups?tenant_id=cc40bdbbb32946f88867dcb495580ffa&name=default => generated 2929 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3154] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:29 2026] DELETE /v2.0/security-groups/11b7b03f-97d4-4829-b671-cbd1a3407994 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3155] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:12:29 2026] GET /v2.0/security-groups?tenant_id=df720c3b7abf4e59b796159955c6691c&name=default => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/3156] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:30 2026] DELETE /v2.0/security-groups/8434ffa0-452e-4941-86db-e47fe010a063 => 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: 1572/3157] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:12:30 2026] GET /v2.0/security-groups?tenant_id=d1a7223b945a46e89f5e3c3af4034652&name=default => generated 2929 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3158] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:30 2026] DELETE /v2.0/security-groups/c345a04c-a7d5-4166-a2d4-ab21e83f1013 => 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: 1573/3159] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:12:30 2026] GET /v2.0/security-groups?tenant_id=7a9aae3eb9eb480f9e0957443deb4823&name=default => generated 2929 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3160] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:30 2026] DELETE /v2.0/security-groups/d34f70f0-01c5-4b02-a2ae-c943ee292bd7 => 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: 1574/3161] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:12:31 2026] GET /v2.0/security-groups?tenant_id=706aff00dede49b589055d6f5711b2fd&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: 1588/3162] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:31 2026] DELETE /v2.0/security-groups/1da9ee7a-21a8-41dc-a0ab-f5e6d12892d7 => 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: 1575/3163] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:12:31 2026] GET /v2.0/security-groups?tenant_id=8ea32eda6f1d496184bc305716b9fd57&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3164] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:31 2026] DELETE /v2.0/security-groups/8ae51f4d-b49f-4c58-a15a-301efc44a80e => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:36.101 7 INFO neutron.db.segments_db [None req-2ada62cf-d58a-4399-936f-c988e0d63228 3bf9f28adbaa44b0a97cabcbcb1a5b24 cc3006dc8c9a48abbcca3cabd253f17c - - default default] Added segment 7e15fe59-3eee-4121-9e21-bd862b5c95df of type vxlan for network f163967b-8a35-4865-9fa3-3bdd39b13885 [pid: 7|app: 0|req: 1576/3167] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:12:35 2026] POST /v2.0/networks => generated 707 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3168] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:12:36 2026] POST /v2.0/subnets => generated 644 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:12:36.391 7 WARNING neutron.api.v2.base [None req-f3c9075c-e861-4eba-b275-e85ff69ff128 3bf9f28adbaa44b0a97cabcbcb1a5b24 cc3006dc8c9a48abbcca3cabd253f17c - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-06-09 18:12:36.392 7 INFO neutron.api.v2.resource [None req-f3c9075c-e861-4eba-b275-e85ff69ff128 3bf9f28adbaa44b0a97cabcbcb1a5b24 cc3006dc8c9a48abbcca3cabd253f17c - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1577/3169] 10.0.0.184 () {34 vars in 680 bytes} [Tue Jun 9 18:12:36 2026] POST /v2.0/rbac-policies => generated 143 bytes in 11 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-06-09 18:12:36.603 8 INFO neutron.services.segments.plugin [-] Segment 7e15fe59-3eee-4121-9e21-bd862b5c95df resource provider aggregate not found 2026-06-09 18:12:36.609 8 INFO neutron.services.segments.plugin [-] Segment 7e15fe59-3eee-4121-9e21-bd862b5c95df resource provider aggregate not found 2026-06-09 18:12:36.623 8 INFO neutron.services.segments.plugin [-] Segment 7e15fe59-3eee-4121-9e21-bd862b5c95df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e15fe59-3eee-4121-9e21-bd862b5c95df found for delete ", "request_id": "req-4c41b482-4a5a-462a-9c1f-033254ff568b"}]} 2026-06-09 18:12:36.625 8 INFO neutron.services.segments.plugin [-] Segment 7e15fe59-3eee-4121-9e21-bd862b5c95df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e15fe59-3eee-4121-9e21-bd862b5c95df found for delete ", "request_id": "req-37d44be2-e2ba-404c-8d87-d3a2b84eab10"}]} [pid: 8|app: 0|req: 1593/3170] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:12:36 2026] DELETE /v2.0/networks/f163967b-8a35-4865-9fa3-3bdd39b13885 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:12:36.715 7 INFO neutron.db.segments_db [None req-631cf06f-3a36-4cef-93f8-8d393966726a 3bf9f28adbaa44b0a97cabcbcb1a5b24 cc3006dc8c9a48abbcca3cabd253f17c - - default default] Added segment 86673158-96dc-4a7c-b14e-0e6774df20ae of type vxlan for network 9a467ad4-d12a-4e76-8ea7-e41f66d21c2b [pid: 7|app: 0|req: 1578/3171] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:12:36 2026] POST /v2.0/networks => generated 707 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3172] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:12:36 2026] POST /v2.0/subnets => generated 647 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:12:37.023 7 WARNING neutron.api.v2.base [None req-7e08b8cd-dda0-4fbd-bafb-ac452d368fef 3bf9f28adbaa44b0a97cabcbcb1a5b24 cc3006dc8c9a48abbcca3cabd253f17c - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-06-09 18:12:37.024 7 INFO neutron.api.v2.resource [None req-7e08b8cd-dda0-4fbd-bafb-ac452d368fef 3bf9f28adbaa44b0a97cabcbcb1a5b24 cc3006dc8c9a48abbcca3cabd253f17c - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1579/3173] 10.0.0.184 () {34 vars in 680 bytes} [Tue Jun 9 18:12:37 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3174] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:12:37 2026] DELETE /v2.0/networks/9a467ad4-d12a-4e76-8ea7-e41f66d21c2b => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:12:37.309 7 INFO neutron.db.segments_db [None req-40fb2d4c-bf76-4a40-8790-83d947e891b3 3bf9f28adbaa44b0a97cabcbcb1a5b24 cc3006dc8c9a48abbcca3cabd253f17c - - default default] Added segment 6aff9cfa-0b2c-4230-ba84-4a883a332ea5 of type vxlan for network 959ca680-4085-4b34-a709-25a0f38d5fbc [pid: 7|app: 0|req: 1580/3175] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:12:37 2026] POST /v2.0/networks => generated 708 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3176] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:12:37 2026] POST /v2.0/subnets => generated 647 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3177] 10.0.0.184 () {34 vars in 680 bytes} [Tue Jun 9 18:12:37 2026] POST /v2.0/rbac-policies => generated 324 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3178] 10.0.0.184 () {32 vars in 722 bytes} [Tue Jun 9 18:12:38 2026] GET /v2.0/networks/959ca680-4085-4b34-a709-25a0f38d5fbc => generated 655 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-06-09 18:12:38.639 8 INFO neutron.services.segments.plugin [-] Segment 86673158-96dc-4a7c-b14e-0e6774df20ae resource provider aggregate not found 2026-06-09 18:12:38.642 8 INFO neutron.services.segments.plugin [-] Segment 86673158-96dc-4a7c-b14e-0e6774df20ae resource provider aggregate not found 2026-06-09 18:12:38.657 8 INFO neutron.services.segments.plugin [-] Segment 86673158-96dc-4a7c-b14e-0e6774df20ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86673158-96dc-4a7c-b14e-0e6774df20ae found for delete ", "request_id": "req-9e502b67-3d1e-4625-9e7c-dc676fb74dc2"}]} 2026-06-09 18:12:38.659 8 INFO neutron.services.segments.plugin [-] Segment 86673158-96dc-4a7c-b14e-0e6774df20ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 86673158-96dc-4a7c-b14e-0e6774df20ae found for delete ", "request_id": "req-46ddd425-8f11-4b0c-adc9-ee0e057ecc31"}]} 2026-06-09 18:12:38.819 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7b492dbd-5f81-4f17-8d2f-51b13250c759 599fd149957f4ebd93a76118f9d1c458 0c5b695530fe4774b7c20d23e5157ec4 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1582/3179] 10.0.0.184 () {32 vars in 722 bytes} [Tue Jun 9 18:12:38 2026] GET /v2.0/networks/959ca680-4085-4b34-a709-25a0f38d5fbc => generated 138 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3180] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:12:38 2026] DELETE /v2.0/networks/959ca680-4085-4b34-a709-25a0f38d5fbc => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:12:39.055 7 INFO neutron.pecan_wsgi.hooks.translation [None req-78215577-db1b-4ab4-bdca-f3a409d6663a 3bf9f28adbaa44b0a97cabcbcb1a5b24 cc3006dc8c9a48abbcca3cabd253f17c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1583/3181] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:12:39 2026] DELETE /v2.0/subnets/ab28fbee-4083-4a61-9c94-e66183b00f74 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:12:39.079 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7853bdce-a851-4d86-8228-ae92f730ce2c 3bf9f28adbaa44b0a97cabcbcb1a5b24 cc3006dc8c9a48abbcca3cabd253f17c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1599/3182] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:12:39 2026] DELETE /v2.0/subnets/79090d4b-73d6-476e-9d17-d74c9a5bbd19 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-06-09 18:12:39.099 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ad7d9312-fc3e-4e4b-a37b-4de7923c218e 3bf9f28adbaa44b0a97cabcbcb1a5b24 cc3006dc8c9a48abbcca3cabd253f17c - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1584/3183] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:12:39 2026] DELETE /v2.0/subnets/1e019073-41a9-49c1-9f33-ac6215c655b2 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3184] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:12:39 2026] GET /v2.0/security-groups?tenant_id=0aa8a1a45d664dfaa7a36bb634c34eb2&name=default => generated 2929 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3185] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:40 2026] DELETE /v2.0/security-groups/162a859c-78b3-41cc-97c6-6efc484b6e8b => 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: 1601/3186] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:12:40 2026] GET /v2.0/security-groups?tenant_id=0c5b695530fe4774b7c20d23e5157ec4&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3187] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:40 2026] DELETE /v2.0/security-groups/bb46a383-ab57-4c13-a8d7-1f1e6524c741 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:40.674 8 INFO neutron.services.segments.plugin [-] Segment 6aff9cfa-0b2c-4230-ba84-4a883a332ea5 resource provider aggregate not found 2026-06-09 18:12:40.677 8 INFO neutron.services.segments.plugin [-] Segment 6aff9cfa-0b2c-4230-ba84-4a883a332ea5 resource provider aggregate not found 2026-06-09 18:12:40.689 8 INFO neutron.services.segments.plugin [-] Segment 6aff9cfa-0b2c-4230-ba84-4a883a332ea5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6aff9cfa-0b2c-4230-ba84-4a883a332ea5 found for delete ", "request_id": "req-da101fc3-4ab0-431c-96e6-c87280382da5"}]} 2026-06-09 18:12:40.695 8 INFO neutron.services.segments.plugin [-] Segment 6aff9cfa-0b2c-4230-ba84-4a883a332ea5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6aff9cfa-0b2c-4230-ba84-4a883a332ea5 found for delete ", "request_id": "req-b9b623e5-ed9a-40b5-9dad-3df7060e1b23"}]} [pid: 8|app: 0|req: 1602/3188] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:12:40 2026] GET /v2.0/security-groups?tenant_id=cc3006dc8c9a48abbcca3cabd253f17c&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: 1587/3189] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:40 2026] DELETE /v2.0/security-groups/02a6b4f6-6ded-4252-865d-cdb1a23148ae => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:44.480 8 INFO neutron.db.segments_db [None req-d9d1deb0-4c7c-4c7a-8b26-14144b308ff0 6df5722727104f21bb15b66310d96d13 297fd259cc41443cb505651c4bccc089 - - default default] Added segment 314db32a-7f93-4c42-ae1e-891acffe4a97 of type vxlan for network d7ad3475-344d-4696-9ea6-4ecb17344f39 2026-06-09 18:12:44.752 8 INFO neutron.db.l3_hamode_db [None req-d9d1deb0-4c7c-4c7a-8b26-14144b308ff0 6df5722727104f21bb15b66310d96d13 297fd259cc41443cb505651c4bccc089 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-06-09 18:12:44.883 8 INFO neutron.db.l3_hamode_db [None req-d9d1deb0-4c7c-4c7a-8b26-14144b308ff0 6df5722727104f21bb15b66310d96d13 297fd259cc41443cb505651c4bccc089 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1603/3190] 10.0.0.184 () {34 vars in 667 bytes} [Tue Jun 9 18:12:44 2026] POST /v2.0/routers => generated 474 bytes in 1291 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3191] 10.0.0.184 () {34 vars in 750 bytes} [Tue Jun 9 18:12:45 2026] PUT /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3192] 10.0.0.184 () {32 vars in 730 bytes} [Tue Jun 9 18:12:45 2026] GET /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3193] 10.0.0.184 () {34 vars in 761 bytes} [Tue Jun 9 18:12:45 2026] PUT /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags/green => generated 4 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3194] 10.0.0.184 () {32 vars in 730 bytes} [Tue Jun 9 18:12:45 2026] GET /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags => generated 34 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3195] 10.0.0.184 () {34 vars in 757 bytes} [Tue Jun 9 18:12:46 2026] PUT /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags/red => generated 4 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3196] 10.0.0.184 () {32 vars in 730 bytes} [Tue Jun 9 18:12:46 2026] GET /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags => generated 34 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3197] 10.0.0.184 () {34 vars in 779 bytes} [Tue Jun 9 18:12:46 2026] PUT /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags/black.or.white => generated 4 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3198] 10.0.0.184 () {32 vars in 730 bytes} [Tue Jun 9 18:12:46 2026] GET /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags => generated 52 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3199] 10.0.0.184 () {34 vars in 750 bytes} [Tue Jun 9 18:12:46 2026] PUT /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags => generated 37 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3200] 10.0.0.184 () {32 vars in 730 bytes} [Tue Jun 9 18:12:46 2026] GET /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags => generated 37 bytes in 632 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3201] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:12:47 2026] GET /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags/red => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:47.549 8 INFO neutron.api.v2.resource [None req-a8ae3da9-b8cb-4350-97e7-b929d0c5e5a2 6df5722727104f21bb15b66310d96d13 297fd259cc41443cb505651c4bccc089 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3202] 10.0.0.184 () {32 vars in 742 bytes} [Tue Jun 9 18:12:47 2026] GET /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags/green => generated 99 bytes in 102 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3203] 10.0.0.184 () {32 vars in 741 bytes} [Tue Jun 9 18:12:47 2026] DELETE /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags/red => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3204] 10.0.0.184 () {32 vars in 730 bytes} [Tue Jun 9 18:12:47 2026] GET /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags => generated 30 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:12:47.895 7 INFO neutron.api.v2.resource [None req-1f37eb52-96d4-4f83-a3b6-dfbbbbb4e8ee 6df5722727104f21bb15b66310d96d13 297fd259cc41443cb505651c4bccc089 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1595/3205] 10.0.0.184 () {32 vars in 745 bytes} [Tue Jun 9 18:12:47 2026] DELETE /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags/green => generated 99 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3206] 10.0.0.184 () {32 vars in 733 bytes} [Tue Jun 9 18:12:47 2026] DELETE /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3207] 10.0.0.184 () {32 vars in 730 bytes} [Tue Jun 9 18:12:48 2026] GET /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a/tags => generated 12 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3208] 10.0.0.184 () {32 vars in 720 bytes} [Tue Jun 9 18:12:48 2026] GET /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a => generated 480 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3209] 10.0.0.184 () {34 vars in 741 bytes} [Tue Jun 9 18:12:48 2026] PUT /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a => generated 480 bytes in 558 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3210] 10.0.0.184 () {32 vars in 735 bytes} [Tue Jun 9 18:12:48 2026] GET /v2.0/ports?device_id=dc01d8ff-e304-43ca-b57e-81096709557a => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:12:48.987 7 INFO neutron_taas.services.taas.taas_plugin [None req-dd8301b5-8731-4af0-b76f-e84d058e226d 6df5722727104f21bb15b66310d96d13 297fd259cc41443cb505651c4bccc089 - - default default] TaaS: Handle Delete Port: 72e8e1c1-7eaa-4983-9582-eea54e1e1dd7 2026-06-09 18:12:48.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd8301b5-8731-4af0-b76f-e84d058e226d 6df5722727104f21bb15b66310d96d13 297fd259cc41443cb505651c4bccc089 - - default default] Tap Mirror: Handle Delete Port: 72e8e1c1-7eaa-4983-9582-eea54e1e1dd7 2026-06-09 18:12:49.429 7 INFO neutron.services.segments.plugin [-] Segment 314db32a-7f93-4c42-ae1e-891acffe4a97 resource provider aggregate not found 2026-06-09 18:12:49.436 7 INFO neutron.services.segments.plugin [-] Segment 314db32a-7f93-4c42-ae1e-891acffe4a97 resource provider aggregate not found 2026-06-09 18:12:49.454 7 INFO neutron.services.segments.plugin [-] Segment 314db32a-7f93-4c42-ae1e-891acffe4a97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 314db32a-7f93-4c42-ae1e-891acffe4a97 found for delete ", "request_id": "req-bf385dac-f106-4fa3-b64c-50926d2336f9"}]} 2026-06-09 18:12:49.456 7 INFO neutron.db.l3_hamode_db [None req-dd8301b5-8731-4af0-b76f-e84d058e226d 6df5722727104f21bb15b66310d96d13 297fd259cc41443cb505651c4bccc089 - - default default] HA network d7ad3475-344d-4696-9ea6-4ecb17344f39 was deleted as no HA routers are present in tenant 297fd259cc41443cb505651c4bccc089. 2026-06-09 18:12:49.461 7 INFO neutron.services.segments.plugin [-] Segment 314db32a-7f93-4c42-ae1e-891acffe4a97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 314db32a-7f93-4c42-ae1e-891acffe4a97 found for delete ", "request_id": "req-fe5b2ad6-e987-4381-be81-03d22fba3443"}]} [pid: 7|app: 0|req: 1598/3211] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:12:48 2026] DELETE /v2.0/routers/dc01d8ff-e304-43ca-b57e-81096709557a => generated 0 bytes in 639 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3212] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:12:50 2026] GET /v2.0/security-groups?tenant_id=c44cbf4d2dde440aad3d1bb3e7afeb27&name=default => generated 2929 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1599/3213] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:50 2026] DELETE /v2.0/security-groups/fa25f27c-d5a3-475b-9166-352a9f7976f5 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3214] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:12:50 2026] GET /v2.0/security-groups?tenant_id=297fd259cc41443cb505651c4bccc089&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3217] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:50 2026] DELETE /v2.0/security-groups/c7bee0e4-75b6-43ec-8f38-bcedcf32713d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:54.387 8 INFO neutron.db.segments_db [None req-4a638150-3ab3-4f28-9a2b-1c0d73c49fb0 78f2eca09b904167b02e8061afb19911 b38c9c27e83d41bbb2d76bd27f34cda3 - - default default] Added segment 119af6e9-b4b7-432c-ae9b-6079cceca517 of type vxlan for network 740c4641-f088-4ada-b2a6-f3b5ba5172c0 [pid: 8|app: 0|req: 1618/3218] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:12:54 2026] POST /v2.0/networks => generated 613 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3219] 10.0.0.184 () {34 vars in 668 bytes} [Tue Jun 9 18:12:54 2026] POST /v2.0/subnets => generated 626 bytes in 237 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3220] 10.0.0.184 () {34 vars in 750 bytes} [Tue Jun 9 18:12:54 2026] PUT /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3221] 10.0.0.184 () {32 vars in 730 bytes} [Tue Jun 9 18:12:54 2026] GET /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3222] 10.0.0.184 () {34 vars in 761 bytes} [Tue Jun 9 18:12:54 2026] PUT /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3223] 10.0.0.184 () {32 vars in 730 bytes} [Tue Jun 9 18:12:54 2026] GET /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3224] 10.0.0.184 () {34 vars in 757 bytes} [Tue Jun 9 18:12:54 2026] PUT /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags/red => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3225] 10.0.0.184 () {32 vars in 730 bytes} [Tue Jun 9 18:12:55 2026] GET /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3226] 10.0.0.184 () {34 vars in 779 bytes} [Tue Jun 9 18:12:55 2026] PUT /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3227] 10.0.0.184 () {32 vars in 730 bytes} [Tue Jun 9 18:12:55 2026] GET /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags => generated 52 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3228] 10.0.0.184 () {34 vars in 750 bytes} [Tue Jun 9 18:12:55 2026] PUT /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3229] 10.0.0.184 () {32 vars in 730 bytes} [Tue Jun 9 18:12:55 2026] GET /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags => generated 37 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3230] 10.0.0.184 () {32 vars in 738 bytes} [Tue Jun 9 18:12:55 2026] GET /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:12:55.464 7 INFO neutron.api.v2.resource [None req-6a6eb32a-cbb2-4be9-8630-c89180808958 78f2eca09b904167b02e8061afb19911 b38c9c27e83d41bbb2d76bd27f34cda3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1607/3231] 10.0.0.184 () {32 vars in 742 bytes} [Tue Jun 9 18:12:55 2026] GET /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3232] 10.0.0.184 () {32 vars in 741 bytes} [Tue Jun 9 18:12:55 2026] DELETE /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags/red => 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: 1608/3233] 10.0.0.184 () {32 vars in 730 bytes} [Tue Jun 9 18:12:55 2026] GET /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags => generated 30 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:12:55.648 8 INFO neutron.api.v2.resource [None req-8e9a8e87-5873-40c1-ba40-e79525ce9849 78f2eca09b904167b02e8061afb19911 b38c9c27e83d41bbb2d76bd27f34cda3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1626/3234] 10.0.0.184 () {32 vars in 745 bytes} [Tue Jun 9 18:12:55 2026] DELETE /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/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: 1609/3235] 10.0.0.184 () {32 vars in 733 bytes} [Tue Jun 9 18:12:55 2026] DELETE /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3236] 10.0.0.184 () {32 vars in 730 bytes} [Tue Jun 9 18:12:55 2026] GET /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3237] 10.0.0.184 () {32 vars in 723 bytes} [Tue Jun 9 18:12:55 2026] DELETE /v2.0/subnets/5f0cb24b-4079-4476-90a7-ccc1d17cec37 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:12:56.087 8 INFO neutron_taas.services.taas.taas_plugin [None req-767924f3-4e86-41ca-b890-b81807096885 78f2eca09b904167b02e8061afb19911 b38c9c27e83d41bbb2d76bd27f34cda3 - - default default] TaaS: Handle Delete Port: 9efc299d-c724-4f85-a759-9652d179000b 2026-06-09 18:12:56.089 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-767924f3-4e86-41ca-b890-b81807096885 78f2eca09b904167b02e8061afb19911 b38c9c27e83d41bbb2d76bd27f34cda3 - - default default] Tap Mirror: Handle Delete Port: 9efc299d-c724-4f85-a759-9652d179000b 2026-06-09 18:12:56.265 8 INFO neutron.services.segments.plugin [-] Segment 119af6e9-b4b7-432c-ae9b-6079cceca517 resource provider aggregate not found 2026-06-09 18:12:56.271 8 INFO neutron.services.segments.plugin [-] Segment 119af6e9-b4b7-432c-ae9b-6079cceca517 resource provider aggregate not found 2026-06-09 18:12:56.285 8 INFO neutron.services.segments.plugin [-] Segment 119af6e9-b4b7-432c-ae9b-6079cceca517 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 119af6e9-b4b7-432c-ae9b-6079cceca517 found for delete ", "request_id": "req-9b3c744b-bd82-4a7f-ab8b-1984e0b7af70"}]} 2026-06-09 18:12:56.290 8 INFO neutron.services.segments.plugin [-] Segment 119af6e9-b4b7-432c-ae9b-6079cceca517 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 119af6e9-b4b7-432c-ae9b-6079cceca517 found for delete ", "request_id": "req-04eb7dfc-0a3d-4fbc-a6e1-92596fb05849"}]} [pid: 8|app: 0|req: 1628/3238] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:12:55 2026] DELETE /v2.0/networks/740c4641-f088-4ada-b2a6-f3b5ba5172c0 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3239] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:12:56 2026] GET /v2.0/security-groups?tenant_id=480756dfcaa04057bc1acbab79a9bc29&name=default => generated 2929 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3240] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:57 2026] DELETE /v2.0/security-groups/a3948022-bdea-4def-9327-a338ee2031b6 => 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: 1612/3241] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:12:57 2026] GET /v2.0/security-groups?tenant_id=b38c9c27e83d41bbb2d76bd27f34cda3&name=default => generated 2929 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3242] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:12:57 2026] DELETE /v2.0/security-groups/51d8dbf5-a71f-40de-a71a-ca2fb73a6409 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:13:01.157 7 INFO neutron.db.segments_db [None req-7fc12829-6877-48c1-920d-0fa2a090cd92 56a9061aca4849229a3c58a45487483e 3ab43fe1be6547c28b301b84b597c07d - - default default] Added segment 3e241397-d842-4ab5-a320-ad3cf3e35080 of type vxlan for network 5b37ca2a-bdad-4c5b-a2e9-8dab2448d9e4 [pid: 7|app: 0|req: 1613/3243] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:13:00 2026] POST /v2.0/networks => generated 612 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3244] 10.0.0.184 () {34 vars in 663 bytes} [Tue Jun 9 18:13:01 2026] POST /v2.0/ports => generated 743 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3245] 10.0.0.184 () {34 vars in 665 bytes} [Tue Jun 9 18:13:01 2026] POST /v2.0/trunks => generated 407 bytes in 164 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: 1632/3246] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:13:01 2026] PUT /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3247] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:13:01 2026] GET /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags => generated 25 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3248] 10.0.0.184 () {34 vars in 759 bytes} [Tue Jun 9 18:13:01 2026] PUT /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags/green => generated 4 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3249] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:13:01 2026] GET /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3250] 10.0.0.184 () {34 vars in 755 bytes} [Tue Jun 9 18:13:01 2026] PUT /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3251] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:13:02 2026] GET /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3252] 10.0.0.184 () {34 vars in 777 bytes} [Tue Jun 9 18:13:02 2026] PUT /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/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: 7|app: 0|req: 1618/3253] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:13:02 2026] GET /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3254] 10.0.0.184 () {34 vars in 748 bytes} [Tue Jun 9 18:13:02 2026] PUT /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1619/3255] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:13:02 2026] GET /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3256] 10.0.0.184 () {32 vars in 736 bytes} [Tue Jun 9 18:13:02 2026] GET /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags/red => generated 0 bytes in 32 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:13:02.299 7 INFO neutron.api.v2.resource [None req-e4a47897-81d7-4302-beba-805313b526c4 56a9061aca4849229a3c58a45487483e 3ab43fe1be6547c28b301b84b597c07d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1620/3257] 10.0.0.184 () {32 vars in 740 bytes} [Tue Jun 9 18:13:02 2026] GET /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3258] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:13:02 2026] DELETE /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3259] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:13:02 2026] GET /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:13:02.415 8 INFO neutron.api.v2.resource [None req-9cf528f3-0e8d-4467-ba69-0cdf1c0419d3 56a9061aca4849229a3c58a45487483e 3ab43fe1be6547c28b301b84b597c07d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3260] 10.0.0.184 () {32 vars in 743 bytes} [Tue Jun 9 18:13:02 2026] DELETE /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3261] 10.0.0.184 () {32 vars in 731 bytes} [Tue Jun 9 18:13:02 2026] DELETE /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3262] 10.0.0.184 () {32 vars in 728 bytes} [Tue Jun 9 18:13:02 2026] GET /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1/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: 1623/3263] 10.0.0.184 () {32 vars in 718 bytes} [Tue Jun 9 18:13:02 2026] GET /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3264] 10.0.0.184 () {32 vars in 716 bytes} [Tue Jun 9 18:13:02 2026] GET /v2.0/ports/8b2faad6-86aa-4cb8-ac82-e4cb657510c7 => generated 826 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3265] 10.0.0.184 () {32 vars in 721 bytes} [Tue Jun 9 18:13:02 2026] DELETE /v2.0/trunks/2aa08d05-852c-41df-9946-36fd1a9943a1 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:13:02.815 8 INFO neutron_taas.services.taas.taas_plugin [None req-5916f1f1-c542-4b76-be4c-f4161fd742ad 56a9061aca4849229a3c58a45487483e 3ab43fe1be6547c28b301b84b597c07d - - default default] TaaS: Handle Delete Port: 8b2faad6-86aa-4cb8-ac82-e4cb657510c7 2026-06-09 18:13:02.820 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5916f1f1-c542-4b76-be4c-f4161fd742ad 56a9061aca4849229a3c58a45487483e 3ab43fe1be6547c28b301b84b597c07d - - default default] Tap Mirror: Handle Delete Port: 8b2faad6-86aa-4cb8-ac82-e4cb657510c7 [pid: 8|app: 0|req: 1642/3266] 10.0.0.184 () {32 vars in 719 bytes} [Tue Jun 9 18:13:02 2026] DELETE /v2.0/ports/8b2faad6-86aa-4cb8-ac82-e4cb657510c7 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:13:03.052 7 INFO neutron.services.segments.plugin [-] Segment 3e241397-d842-4ab5-a320-ad3cf3e35080 resource provider aggregate not found 2026-06-09 18:13:03.058 7 INFO neutron.services.segments.plugin [-] Segment 3e241397-d842-4ab5-a320-ad3cf3e35080 resource provider aggregate not found 2026-06-09 18:13:03.073 7 INFO neutron.services.segments.plugin [-] Segment 3e241397-d842-4ab5-a320-ad3cf3e35080 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e241397-d842-4ab5-a320-ad3cf3e35080 found for delete ", "request_id": "req-0d0a8065-dd1f-4b6f-ac94-47097f1a0c6e"}]} 2026-06-09 18:13:03.084 7 INFO neutron.services.segments.plugin [-] Segment 3e241397-d842-4ab5-a320-ad3cf3e35080 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e241397-d842-4ab5-a320-ad3cf3e35080 found for delete ", "request_id": "req-2dfee790-5d52-40fd-b9ad-84017460e119"}]} [pid: 7|app: 0|req: 1625/3267] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:13:02 2026] DELETE /v2.0/networks/5b37ca2a-bdad-4c5b-a2e9-8dab2448d9e4 => 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: 1643/3268] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:13:03 2026] GET /v2.0/security-groups?tenant_id=2d5a06623ee24ca7bbee6e7b7ee6eed2&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3269] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:13:04 2026] DELETE /v2.0/security-groups/4d3cbb7f-1422-498e-802e-ceb0253ebeac => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3270] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:13:04 2026] GET /v2.0/security-groups?tenant_id=3ab43fe1be6547c28b301b84b597c07d&name=default => generated 2929 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3271] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:13:04 2026] DELETE /v2.0/security-groups/1c9c98e1-0483-43b8-b8aa-5383e5f3e5f7 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-06-09 18:13:08.092 8 INFO neutron.db.segments_db [None req-14ec3738-3312-47f5-9fc4-ee562f944d93 e331dc747d6449c7aa22a85d3f97295e cff590353e6b412ca32a26bbf9db88af - - default default] Added segment d41a8ce5-45df-499f-acbe-0d3ee4650453 of type vxlan for network cb4fc83a-2db7-45b6-a651-0cc0f0d7cfce [pid: 8|app: 0|req: 1646/3274] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:13:07 2026] POST /v2.0/networks => generated 613 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-06-09 18:13:08.291 7 INFO neutron.db.segments_db [None req-e9d44222-dc19-4268-b20b-48fdb53fc419 e331dc747d6449c7aa22a85d3f97295e cff590353e6b412ca32a26bbf9db88af - - default default] Added segment ca1f0abf-0b52-4f6b-8f37-b468c1b3b129 of type vxlan for network 00effc5a-c917-4eb0-8f26-f4e92a13eaf7 [pid: 7|app: 0|req: 1629/3275] 10.0.0.184 () {34 vars in 669 bytes} [Tue Jun 9 18:13:08 2026] POST /v2.0/networks => generated 612 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3276] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:13:08 2026] PUT /v2.0/networks/cb4fc83a-2db7-45b6-a651-0cc0f0d7cfce/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: 1630/3277] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:13:08 2026] GET /v2.0/networks/cb4fc83a-2db7-45b6-a651-0cc0f0d7cfce/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3278] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:13:08 2026] PUT /v2.0/networks/00effc5a-c917-4eb0-8f26-f4e92a13eaf7/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3279] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:13:08 2026] GET /v2.0/networks/00effc5a-c917-4eb0-8f26-f4e92a13eaf7/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3280] 10.0.0.184 () {34 vars in 752 bytes} [Tue Jun 9 18:13:08 2026] PUT /v2.0/networks/00effc5a-c917-4eb0-8f26-f4e92a13eaf7/tags => generated 12 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3281] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:13:08 2026] GET /v2.0/networks/00effc5a-c917-4eb0-8f26-f4e92a13eaf7/tags => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3282] 10.0.0.184 () {32 vars in 732 bytes} [Tue Jun 9 18:13:08 2026] GET /v2.0/networks/cb4fc83a-2db7-45b6-a651-0cc0f0d7cfce/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-06-09 18:13:08.990 7 INFO neutron.services.segments.plugin [-] Segment d41a8ce5-45df-499f-acbe-0d3ee4650453 resource provider aggregate not found 2026-06-09 18:13:08.996 7 INFO neutron.services.segments.plugin [-] Segment d41a8ce5-45df-499f-acbe-0d3ee4650453 resource provider aggregate not found 2026-06-09 18:13:09.019 7 INFO neutron.services.segments.plugin [-] Segment d41a8ce5-45df-499f-acbe-0d3ee4650453 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d41a8ce5-45df-499f-acbe-0d3ee4650453 found for delete ", "request_id": "req-68ec5acb-fde8-4896-b85d-b099ddd1e8ca"}]} 2026-06-09 18:13:09.021 7 INFO neutron.services.segments.plugin [-] Segment d41a8ce5-45df-499f-acbe-0d3ee4650453 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d41a8ce5-45df-499f-acbe-0d3ee4650453 found for delete ", "request_id": "req-a0338fbc-4aeb-4dc0-8a28-a654d8ba5984"}]} [pid: 7|app: 0|req: 1633/3283] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:13:08 2026] DELETE /v2.0/networks/cb4fc83a-2db7-45b6-a651-0cc0f0d7cfce => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-06-09 18:13:09.160 8 INFO neutron.services.segments.plugin [-] Segment ca1f0abf-0b52-4f6b-8f37-b468c1b3b129 resource provider aggregate not found 2026-06-09 18:13:09.167 8 INFO neutron.services.segments.plugin [-] Segment ca1f0abf-0b52-4f6b-8f37-b468c1b3b129 resource provider aggregate not found 2026-06-09 18:13:09.183 8 INFO neutron.services.segments.plugin [-] Segment ca1f0abf-0b52-4f6b-8f37-b468c1b3b129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca1f0abf-0b52-4f6b-8f37-b468c1b3b129 found for delete ", "request_id": "req-7a305b9b-3a38-4137-8b00-4d73882fb5a4"}]} 2026-06-09 18:13:09.191 8 INFO neutron.services.segments.plugin [-] Segment ca1f0abf-0b52-4f6b-8f37-b468c1b3b129 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca1f0abf-0b52-4f6b-8f37-b468c1b3b129 found for delete ", "request_id": "req-a67b57ca-eadc-4d60-a11d-ae87a0aa8cb3"}]} [pid: 8|app: 0|req: 1651/3284] 10.0.0.184 () {32 vars in 725 bytes} [Tue Jun 9 18:13:09 2026] DELETE /v2.0/networks/00effc5a-c917-4eb0-8f26-f4e92a13eaf7 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3285] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:13:09 2026] GET /v2.0/security-groups?tenant_id=cff590353e6b412ca32a26bbf9db88af&name=default => generated 2929 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3286] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:13:10 2026] DELETE /v2.0/security-groups/da125fa8-01cd-45cc-87e9-8a1ea952613e => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1635/3287] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:13:10 2026] GET /v2.0/security-groups?tenant_id=36237e1699474b49a687cc294817afe5&name=default => generated 2929 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3288] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:13:10 2026] DELETE /v2.0/security-groups/79fe300a-ef35-4fb0-807e-50e09cc5f996 => 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: 1636/3289] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:13:14 2026] GET /v2.0/security-groups?tenant_id=be1692be369a4aa4b7a4c68b21c806c9&name=default => generated 2929 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3290] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:13:14 2026] DELETE /v2.0/security-groups/b27a21a2-ba89-41a0-a612-93c4c89a8689 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3291] 10.0.0.184 () {32 vars in 773 bytes} [Tue Jun 9 18:13:14 2026] GET /v2.0/security-groups?tenant_id=587c4196bfe9475189f8de0e2d0155cb&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3292] 10.0.0.184 () {32 vars in 739 bytes} [Tue Jun 9 18:13:15 2026] DELETE /v2.0/security-groups/ba365d47-02d8-4407-b607-693248a6dd38 => 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: 1638/3293] 10.0.0.184 () {32 vars in 648 bytes} [Tue Jun 9 18:13:17 2026] GET /v2.0/networks => generated 2168 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3294] 10.0.0.184 () {32 vars in 654 bytes} [Tue Jun 9 18:13:19 2026] GET /v2.0/floatingips => 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: 1639/3295] 10.0.0.184 () {32 vars in 646 bytes} [Tue Jun 9 18:13:19 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3296] 10.0.0.184 () {32 vars in 642 bytes} [Tue Jun 9 18:13:19 2026] GET /v2.0/ports => generated 4721 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1640/3297] 10.0.0.184 () {32 vars in 646 bytes} [Tue Jun 9 18:13:19 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3298] 10.0.0.184 () {32 vars in 648 bytes} [Tue Jun 9 18:13:19 2026] GET /v2.0/networks => generated 2168 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1641/3299] 10.0.0.184 () {32 vars in 662 bytes} [Tue Jun 9 18:13:19 2026] GET /v2.0/security-groups => generated 17397 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3300] 10.0.0.184 () {32 vars in 654 bytes} [Tue Jun 9 18:13:19 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)